﻿.aCard {
  border-style: solid;
  border-width: 1px;
  border-color: var(--sColorUniGreyLineMeduim);
  background-color: var(--sColorUniWhite);
  overflow: hidden;
}
.aCard.aRadiusStandard {
  border-radius: 0.25rem;
}
.aCard.aRadiusLarge {
  border-radius: 12px;
}
.cLoFormatter_sTempResult {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
}
.xShaper_uUtilBgImageFull {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-clip: revert;
  background-size: cover;
}
.xShaper_uUtilImageFullWidth {
  width: 100%;
  max-width: 100%;
}
.xNumberValue {
  font-variant-numeric: tabular-nums;
  display: inline-flex;
  white-space: pre;
  align-items: center;
}
.xNumberUnit {
  display: inline-block;
}
.xNumberUnit_⚡ {
  min-width: 2ch;
  display: inline-block;
  font-weight: normal;
}
.xNumberUnit_⚡::after {
  content: "⚡";
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: var(--sColorUniqueEnergy);
  min-height: 20px;
}
.xNumberUnit_⚡.vBlend::after {
  background-color: currentColor !important;
}
.xNumber_▲::before {
  content: "▲";
  color: var(--sColorValuePositive);
}
.xNumber_▼::before {
  content: "▼";
  color: var(--sColorValueNegative);
}
.cSiMountTransitioner_sFlipOuter {
  perspective: 1000px;
  cursor: pointer;
  overflow: hidden;
}
.cSiMountTransitioner_sFlipInner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s;
}
.cSiMountTransitioner_sFlipOuter.vFlipped .cSiMountTransitioner_sFlipInner {
  transform: rotateY(180deg);
}
.cSiMountTransitioner_sFlipCardFront,
.cSiMountTransitioner_sFlipCardBack {
  width: 100%;
  height: 100%;
  position: absolute;
  backface-visibility: hidden;
}
.cSiMountTransitioner_sFlipCardBack {
  transform: rotateY(180deg);
}
.cSiMountTransitioner_sSlideInLeft {
  animation: cBaControl_pSlideInLeft ease-out 600ms forwards;
  border-right: 3px solid var(--sColorPrimary);
}
.cSiMountTransitioner_sSlideInRight {
  animation: cBaControl_pSlideInRight ease-out 600ms forwards;
  border-left: 3px solid var(--sColorPrimary);
}
.cSiMountTransitioner_sSlideInBottom {
  animation: cBaControl_pSlideInBottom ease-out 600ms forwards;
  border-top: 3px solid var(--sColorPrimary);
}
.cSiMountTransitioner_sSlideInTop {
  animation: cBaControl_pSlideInTop ease-out 600ms forwards;
  border-bottom: 3px solid var(--sColorPrimary);
}
.cSiMountTransitioner_sSlideOutLeft {
  animation: cBaControl_pSlideOutLeft linear 600ms forwards;
}
.cSiMountTransitioner_sSlideOutRight {
  animation: cBaControl_pSlideOutRight linear 600ms forwards;
}
.cSiMountTransitioner_sSlideOutBottom {
  animation: cBaControl_pSlideOutBottom linear 600ms forwards;
}
.cSiMountTransitioner_sSlideOutTop {
  animation: cBaControl_pSlideOutTop linear 600ms forwards;
}
.cSiMountTransitioner_sRollLeftIn {
  animation: cBaControl_pSlideInRight ease-out 600ms forwards;
}
.cSiMountTransitioner_sRollLeftOut {
  animation: cBaControl_pSlideOutLeft ease-out 600ms forwards;
}
.cSiMountTransitioner_sRollRightIn {
  animation: cBaControl_pSlideInLeft ease-out 600ms forwards;
}
.cSiMountTransitioner_sRollRightOut {
  animation: cBaControl_pSlideOutRight ease-out 600ms forwards;
}
.cSiMountTransitioner_sRollUpIn {
  animation: cBaControl_pSlideInBottom ease-out 600ms forwards;
}
.cSiMountTransitioner_sRollUpOut {
  animation: cBaControl_pSlideOutTop ease-out 600ms forwards;
}
.cSiMountTransitioner_sRollDownIn {
  animation: cBaControl_pSlideInTop ease-out 600ms forwards;
}
.cSiMountTransitioner_sRollDownOut {
  animation: cBaControl_pSlideOutBottom ease-out 600ms forwards;
}
@keyframes cBaControl_pSlideInLeft {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}
@keyframes cBaControl_pSlideOutLeft {
  0% {
    left: 0%;
  }
  100% {
    left: -100%;
  }
}
@keyframes cBaControl_pSlideInRight {
  0% {
    left: 100%;
  }
  100% {
    left: 0;
  }
}
@keyframes cBaControl_pSlideOutRight {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
@keyframes cBaControl_pSlideInBottom {
  0% {
    top: 100%;
  }
  100% {
    top: 0;
  }
}
@keyframes cBaControl_pSlideOutBottom {
  0% {
    top: 0%;
  }
  100% {
    top: 100%;
  }
}
@keyframes cBaControl_pSlideInTop {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}
@keyframes cBaControl_pSlideOutTop {
  0% {
    top: 0%;
  }
  100% {
    top: -100%;
  }
}
.aCard {
  border-style: solid;
  border-width: 1px;
  border-color: var(--sColorUniGreyLineMeduim);
  background-color: var(--sColorUniWhite);
  overflow: hidden;
}
.aCard.aRadiusStandard {
  border-radius: 0.25rem;
}
.aCard.aRadiusLarge {
  border-radius: 12px;
}
.cLoFormatter_sTempResult {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
}
.aGridGrid {
  display: grid;
}
.aGridInline {
  display: inline-grid;
}
.aGrid.aGridXCompact {
  grid-auto-flow: column;
  grid-auto-columns: min-content;
  white-space: nowrap;
}
.aGrid.aGridXSpreadSame {
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
}
.aGrid.aGridYCompact {
  grid-auto-flow: row;
}
.aAlign.aStandard.aAlignXCenter.aAlignNormal {
  justify-content: center;
  justify-items: center;
}
.aAlign.aStandard.aAlignXCenter.aAlignEven {
  justify-content: space-evenly;
  justify-items: center;
}
.aAlign.aStandard.aAlignXRight {
  justify-content: right;
  justify-items: end;
}
.aAlign.aStandard.aAlignYTop {
  align-content: start;
}
.aAlign.aStandard.aAlignYCenter {
  align-content: center;
  align-items: center;
}
.aAlign.aStandard.aAlignYBottom {
  align-items: end;
}
.aAlign.aAbsolute.aAlignXCenter {
  left: 50%;
  transform: translateX(-50%);
}
.aAlign.aAbsolute.aAlignYCenter {
  top: 50%;
  transform: translateY(-50%);
}
.aAlign.aAbsolute.aAlignYXCenter {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.aGapBetween.aGapBetweenSmall {
  grid-gap: 4px;
}
.aGapBetween.aGapBetweenMedium {
  grid-gap: 8px;
}
.aGapBetween.aGapBetweenLarge {
  grid-gap: 16px;
}
.aGapBetween.aGapBetweenExtra {
  grid-gap: 32px;
}
.aGapBetween.aGapBetweenTouchy {
  grid-gap: 6px;
}
.aGapT.aGapTSmall {
  padding-top: 4px;
}
.aGapT.aGapTMedium {
  padding-top: 8px;
}
.aGapT.aGapTLarge {
  padding-top: 16px;
}
.aGapT.aGapTExtra {
  padding-top: 32px;
}
.aGapT.aGapTTouchy {
  padding-top: 6px;
}
.aGapB.aGapBSmall {
  padding-bottom: 4px;
}
.aGapB.aGapBMedium {
  padding-bottom: 8px;
}
.aGapB.aGapBLarge {
  padding-bottom: 16px;
}
.aGapB.aGapBExtra {
  padding-bottom: 32px;
}
.aGapB.aGapBTouchy {
  padding-bottom: 6px;
}
.aGapL.aGapLSmall {
  padding-left: 4px;
}
.aGapL.aGapLMedium {
  padding-left: 8px;
}
.aGapL.aGapLLarge {
  padding-left: 16px;
}
.aGapL.aGapLExtra {
  padding-left: 32px;
}
.aGapL.aGapLTouchy {
  padding-left: 6px;
}
.aGapR.aGapRSmall {
  padding-right: 4px;
}
.aGapR.aGapRMedium {
  padding-right: 8px;
}
.aGapR.aGapRLarge {
  padding-right: 16px;
}
.aGapR.aGapRExtra {
  padding-right: 32px;
}
.aGapR.aGapRTouchy {
  padding-right: 6px;
}
.aGapSide.aGapSideSmall {
  padding-left: 4px;
  padding-right: 4px;
}
.aGapSide.aGapSideMedium {
  padding-left: 8px;
  padding-right: 8px;
}
.aGapSide.aGapSideLarge {
  padding-left: 16px;
  padding-right: 16px;
}
.aGapSide.aGapSideExtra {
  padding-left: 32px;
  padding-right: 32px;
}
.aGapSide.aGapSideTouchy {
  padding-left: 6px;
  padding-right: 6px;
}
.aNudgeReset {
  position: relative;
}
.aNudge.aNudgeAbsolute {
  position: absolute;
}
.aNudge.aNudgeRelative {
  position: relative;
}
.aEclipse {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
.aDocument {
  font-size: 18px;
}
.xShaper_uUtilBgImageFull {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-clip: revert;
  background-size: cover;
}
.xShaper_uUtilImageFullWidth {
  width: 100%;
  max-width: 100%;
}
.aCloak.vCloakDisplay {
  display: none !important;
}
.aCloak.vCloakVisibility {
  visibility: hidden !important;
}
.aCloak.vCloakOpacity {
  opacity: 0 !important;
  pointer-events: none !important;
}
.aCloak.vCloakHeight {
  height: 0 !important;
  overflow: hidden !important;
}
.aCloak.vCloakPosition {
  position: fixed !important;
  left: -100vw !important;
}
.aExpand {
  overflow-x: hidden;
  overflow-y: scroll;
  overscroll-behavior: none;
}
.aExpand::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}
.aExpand.vExpandBg_Blur::before {
  display: block;
  animation-name: aExpand_pBgBlur;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  min-height: var(--cBaControlModeExpand_pBlurHeight);
}
.aExpand.vExpandBg_Overlay::before {
  display: block;
  animation-name: aExpand_pBgOverlay;
  animation-duration: 0.6s;
  animation-fill-mode: both;
}
@keyframes aExpand_pBgBlur {
  100% {
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
}
@keyframes aExpand_pBgOverlay {
  100% {
    background-color: rgba(0, 0, 0, 0.35);
  }
}
.aExpand.vExpandDialog {
  /*    display: flex;
    align-items: flex-start;
    justify-content: center;*/
  display: grid;
  justify-items: center;
  align-items: start;
  padding-top: calc(var(--xFrame_oSpaceTop) + 40px);
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.aExpand.vExpandDialog > * {
  width: 100%;
  max-width: 600px;
}
.aExpand.vExpandScrolless {
  overflow-y: hidden;
}
.aExpand.vExpandScrollBar::-webkit-scrollbar {
  width: var(--xScrollbar);
}
.aExpand.vExpandScrollBar::-webkit-scrollbar-track {
  background: var(--sColorUniGreyWeak);
}
.aExpand.vExpandScrollBar::-webkit-scrollbar-thumb {
  background: var(--sColorUniGreyMeduim);
}
.aExpand.vExpandScrollBar::-webkit-scrollbar-thumb:hover {
  background: var(--sColorUniGreyDark);
}
.cBaControlTools_sTip {
  z-index: 9999;
  position: fixed;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--sColorUniWhite);
  animation-name: cBaControlTools_pTip;
  border-radius: 9999px;
}
.cBaControlTools_sTip.vIcon {
  display: grid;
  width: 180px;
  aspect-ratio: 1;
  padding: 40px;
}
.cBaControlTools_sTip.vText {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
  padding: 30px;
}
@keyframes cBaControlTools_pTip {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
  15% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.25);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
}
.cBaControlTools_sFade {
  transition: opacity 0.3s linear;
}
.cBaControlTools_sPulse {
  animation-name: cBaControlTools_pPulse;
  animation-fill-mode: both;
}
@keyframes cBaControlTools_pPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(var(--cBaControlTools_oPulseSize));
  }
  100% {
    transform: scale(1);
  }
}
.cBaControlTools_sSpin {
  animation: cBaControl_pSpin 1s linear infinite;
}
@keyframes cBaControl_pSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.cBaPrefabFrame_sMe {
  position: fixed;
  width: 100%;
}
.cBaPrefabFrame_sTop {
  position: relative;
  width: 100%;
}
.cBaPrefabFrame_sTop.vTransparent {
  z-index: 1;
}
.cBaPrefabFrame_sExpanders {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cBaPrefabFrame_sExpand {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  margin-top: var(--xFrame_oSpaceTop);
  height: calc(var(--xCage_oViewportHeightDynamic) - var(--xFrame_oSpaceTop) - var(--xFrame_oSpaceBottom));
  max-height: 100%;
  width: 100%;
  display: grid;
}
.cBaPrefabFrame_sExpand.vExpandCover {
  z-index: 4;
}
.cBaPrefabFrame_sExpand.vExpandCoverUp {
  z-index: 2;
}
.cBaPrefabFrame_sExpand.vFrame {
  z-index: 2;
}
.cBaPrefabFrame_sBottom {
  z-index: 3;
  position: fixed;
  width: 100%;
  overflow: hidden;
  height: calc(((100 / 100) * var(--xCage_oViewportHeightStepped)) - (0 * 1px));
}
.cBaPrefabFrame_sQue {
  position: relative;
}
.cBaPrefabFrameBarBottom_sMe {
  top: calc(var(--xCage_oViewportHeightStepped) - var(--xFrame_oHeightBottom));
  transition: top 300ms ease-out, background-color 300ms ease-out, color 300ms ease-out;
}
.cBaPrefabFrameBarBottom_sMe.vUp {
  top: 0;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.85);
}
.cBaPrefabFrameBarBottom_sBarInner {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.cBaPrefabFrameBarBottom_sMenu {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
}
.cBaPrefabFrameBarBottom_sMenuTitle {
  border-top: 1px solid var(--sColorUniGreyLineMeduim);
  background-color: white;
  width: 100%;
  margin-top: 10px;
}
.cBaPrefabFrameBarBottom_sMenuBox {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.cBaPrefabFrameBarBottom_sMenuNatigation {
  display: flex;
  flex-direction: column;
  margin-top: 80px;
  align-items: center;
  gap: 15px;
}
.cBaPrefabFrameBarBottom_sMenuNatigationLine {
  background-color: var(--sColorUniGreyDark);
  width: 5px;
  height: 50px;
}
.cBaPrefabFrameBarBottom_sMenuItems {
  display: flex;
  flex-direction: row;
  gap: 50px;
  pointer-events: all;
}
.cBaPrefabFrameBarTop_sBolt.vConstrain {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.cBaPrefabFrameCircular_sMe {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 75px;
  width: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid;
}
.cBaPrefabQueMain_sSuggestions {
  color: var(--sColorUniBlack);
  font-size: 15px;
}
.cBaPrefabQueSuggestions_sMe {
  height: calc(var(--xCage_oViewportHeightDynamic) - var(--xFrame_oSpaceBottom));
  left: 0;
  overflow-y: hidden;
  margin: 0;
  padding: 0;
  clip-path: circle(0px at 0% 0%);
  overflow-x: hidden;
  will-change: auto;
  transition: all 500ms linear;
  pointer-events: none;
  position: relative;
}
.cBaPrefabQueSuggestions_sMe.vActive {
  clip-path: circle(150% at 0% 0%);
  pointer-events: unset;
}
.cBaPrefabQueSuggestions_sBar {
  position: relative;
  top: 0;
}
.cBaPrefabQueSuggestions_sTitle {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: 35px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  background: var(--sColorUniYellow);
  color: var(--sColorUniWhite);
  letter-spacing: 0.07rem;
  position: absolute;
  bottom: 0;
  transform: rotate(-90deg);
  transform-origin: bottom left;
  width: 100vh;
  box-sizing: border-box;
  padding-left: 20px;
  display: flex;
  align-items: center;
}
.cBaPrefabQueSuggestions_sIdeas {
  display: grid;
  grid-gap: 30px;
  color: var(--sColorUniBlack);
  font-weight: bold;
  font-size: 15px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 8px;
  align-items: center;
  justify-items: center;
  text-align: center;
}
.cBaPrefabQueSuggestions_sTouchBox {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  position: absolute;
  bottom: 5px;
  right: 5px;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  gap: 8px;
  font-size: 30px;
  color: var(--sColorUniBlack);
}
.cBaPrefabQueBar_sBox {
  background-color: var(--sColorUniWhite);
}
.cBaPrefabQueBar_sIconBox {
  background-color: var(--sColorUniYellow);
}
.cBaPrefabQueBar_sShadow {
  /*border-top: 1px solid @cSiTheme_sColorPrimary; //@cSiTheme_sColorUniGreyLineMeduim;*/
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.05);
}
.cShPrefabsQueCircle_sBoxChat {
  position: relative;
  width: 100%;
  height: 60px;
}
.cShPrefabsQueCircle_sBoxOuter {
  position: absolute;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 999px;
  border: 1px white solid;
  align-items: center;
  padding-left: 18px;
  padding-right: 13px;
  white-space: nowrap;
  overflow: hidden;
  grid-template-columns: max-content 1fr max-content;
  background-color: var(--sColorUniGreen);
  color: var(--sColorUniWhite);
}
.cShPrefabsQueCircle_sBoxIcon {
  position: absolute;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 999px;
  border: 1px white solid;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  background-color: var(--sColorUniGreen);
  color: var(--sColorUniWhite);
}
.cShPrefabsQueCircle_sBoxInput {
  width: calc(60px - 15px);
  height: calc(60px - 15px);
  border-radius: 999px;
  border: 1px lightgrey solid;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  grid-template-columns: max-content 1fr max-content;
  background-color: var(--sColorUniWhite);
  color: var(--sColorUniWhite);
  transition: width ease 1000ms;
}
.cShPrefabsQueCircle_sBoxInput.vExpanded {
  width: 100%;
}
.cShPrefabsQueCircle_sTextbox {
  margin-left: 60px;
}
.cShPrefabsQueInput_sBox {
  height: 50px;
  border: solid 1px var(--sColorUniGreyMeduim);
  border-radius: 999px;
  background: var(--sColorUniWhite);
}
.cShPrefabsQueInput_sBox.vOutline {
  border: 0;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
.cShPrefabsQueInputFillTemp_sXxx {
  height: 65px;
  /*    border: solid 1px @cSiTheme_sColorUniGreyMeduim;
    border-radius: 999px;*/
  background: var(--sColorUniWhite);
}
.cDePlayUserTom_sAnime {
  width: 100px;
  height: 100px;
  background-color: var(--sColorUniRed);
  position: relative;
}
.cDePlayUserTom_sFont1 {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    font-family: aAtomicMd;
    line-height: if(@pMultiLine, 1.5, 1.02);
    font-size: if((@pSize = null), inherit, @pSize);
    .xFormatter_uFontUntil();*/
  font-family: DMSans;
  font-weight: bold;
  line-height: 1.02;
  font-size: 40px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    font-family: aAtomicMd;
    line-height: if(@pMultiLine, 1.5, 1.02);
    font-size: if((@pSize = null), inherit, @pSize);
    .xFormatter_uFontUntil();*/
  border: 1px solid red;
}
.cDePlayUserTom_sFont2 {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: 40px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  border: 1px solid red;
}
.cDePlayUserTom_sFont3 {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: 40px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  border: 1px solid red;
}
.cDePlayUserTom_sFont4 {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Inter;
  font-size: 40px;
  line-height: 1.1;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  border: 1px solid red;
}
.cDePlayUserTom_sFont5 {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Manrope;
  line-height: 1.2;
  font-size: 40px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  border: 1px solid red;
}
.cDeToolsGauge_sBox {
  background: var(--sColorScreenBlue);
  padding: 30px;
}
.cDeToolsGauge_sGauge {
  transform: scale(3.5);
}
.cMaManageSharedRecord_sRelationHeading {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: 20px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  margin-top: 15px;
  color: var(--sColorPrimaryTitle);
}
.cMaManageSharedRecord_sRelationUl {
  overflow: hidden;
}
.cPrPromo_uTitleSub {
  color: black;
  text-align: center;
  width: 100%;
}
.xCage_sViewportVert .cPrPromo_uTitleSub {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Inter;
  font-size: ;
  line-height: 1.5;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-size: calc(((4.8 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  margin-top: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
  margin-bottom: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
  width: 100%;
  text-align: center;
  color: black;
}
.xCage_sViewportHorz .cPrPromo_uTitleSub {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Inter;
  font-size: ;
  line-height: 1.5;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-size: calc(((1.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  margin-top: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
  margin-bottom: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
  width: 100%;
  text-align: center;
  color: black;
}
.xCage_sViewportVert .cPrPromo_uTitleSub.vSlide {
  margin-top: calc(var(--xCage_oInnerWidthSafe) * (8 / 100));
}
.xCage_sViewportHorz .cPrPromo_uTitleSub.vSlide {
  margin-top: calc(var(--xCage_oInnerWidthSafe) * (4 / 100));
}
.cPrPromo_uBarSmall {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc((20 / 100) * var(--xCage_oViewportHeightStepped));
}
.cPrPromo_uBarLarge {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc((30 / 100) * var(--xCage_oViewportHeightStepped));
}
.cPrPromo_uBarTitle {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  color: var(--sColorUniWhite);
  text-align: center;
  line-height: 1.5;
}
.xCage_sViewportVert .cPrPromo_uBarTitle {
  font-size: calc(var(--xCage_oInnerWidth) * (4.3 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (1 / 100));
}
.xCage_sViewportHorz .cPrPromo_uBarTitle {
  font-size: calc(var(--xCage_oInnerWidth) * (1.2 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (1 / 100));
}
.xCage_sViewportVert .cPrPromo_uRadius {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPromo_uRadius {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrPromo_uRadiusSmall {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrPromo_uRadiusSmall {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.cPrPromo_uTitleSub {
  color: black;
  text-align: center;
  width: 100%;
}
.xCage_sViewportVert .cPrPromo_uTitleSub {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Inter;
  font-size: ;
  line-height: 1.5;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-size: calc(((4.8 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  margin-top: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
  margin-bottom: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
  width: 100%;
  text-align: center;
  color: black;
}
.xCage_sViewportHorz .cPrPromo_uTitleSub {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Inter;
  font-size: ;
  line-height: 1.5;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-size: calc(((1.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  margin-top: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
  margin-bottom: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
  width: 100%;
  text-align: center;
  color: black;
}
.xCage_sViewportVert .cPrPromo_uTitleSub.vSlide {
  margin-top: calc(var(--xCage_oInnerWidthSafe) * (8 / 100));
}
.xCage_sViewportHorz .cPrPromo_uTitleSub.vSlide {
  margin-top: calc(var(--xCage_oInnerWidthSafe) * (4 / 100));
}
.cPrPromo_uBarSmall {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc((20 / 100) * var(--xCage_oViewportHeightStepped));
}
.cPrPromo_uBarLarge {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc((30 / 100) * var(--xCage_oViewportHeightStepped));
}
.cPrPromo_uBarTitle {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  color: var(--sColorUniWhite);
  text-align: center;
  line-height: 1.5;
}
.xCage_sViewportVert .cPrPromo_uBarTitle {
  font-size: calc(var(--xCage_oInnerWidth) * (4.3 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (1 / 100));
}
.xCage_sViewportHorz .cPrPromo_uBarTitle {
  font-size: calc(var(--xCage_oInnerWidth) * (1.2 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (1 / 100));
}
.xCage_sViewportVert .cPrPromo_uRadius {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPromo_uRadius {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrPromo_uRadiusSmall {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrPromo_uRadiusSmall {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.cPrPanelHome_sBoxOuter {
  height: 100%;
  width: 100%;
  background-color: var(--sColorPrimary);
  height: calc(((100 / 100) * var(--xCage_oViewportHeightStepped)) - (0 * 1px));
}
.cPrPanelHome_sBgGradient {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-clip: revert;
  background-size: cover;
  position: absolute;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 88%, var(--sColorPrimary) 96%);
}
.cPrPanelHome_sBgAlpha {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cPrPanelHome_sBgImage {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-clip: revert;
  background-size: cover;
  position: absolute;
}
.cPrPanelHome_sBgVimeo {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-clip: revert;
  background-size: cover;
  position: absolute;
}
.cPrPanelHome_sTopBox {
  text-shadow: calc(var(--xCage_oInnerWidthSafe) * (0 / 100)) calc(var(--xCage_oInnerWidthSafe) * (0 / 100)) calc(var(--xCage_oInnerWidthSafe) * (2 / 100)) rgba(0, 0, 0, 0.2);
  color: var(--sColorUniWhite);
  text-align: center;
  width: 100%;
}
.xCage_sViewportVert .cPrPanelHome_sTopBox {
  left: 50%;
  transform: translateX(-50%);
  top: calc(var(--xCage_oInnerHeight) * (17 / 100));
  position: absolute;
}
.xCage_sViewportHorz .cPrPanelHome_sTopBox {
  left: 50%;
  transform: translateX(-50%);
  top: calc(var(--xCage_oInnerHeight) * (20 / 100));
  position: absolute;
}
.cPrPanelHome_sTopStrap1 {
  font-family: DMSans;
  font-weight: 500;
  /*    .xFormatter_uFontAtomic(null);*/
  line-height: 1.5;
  text-shadow: calc(var(--xCage_oInnerWidthSafe) * (0 / 100)) calc(var(--xCage_oInnerWidthSafe) * (0 / 100)) calc(var(--xCage_oInnerWidthSafe) * (2 / 100)) rgba(0, 0, 4, 0.5);
}
.xCage_sViewportVert .cPrPanelHome_sTopStrap1 {
  margin-top: calc(var(--xCage_oInnerHeight) * (0 / 100));
  font-size: calc(((14 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.xCage_sViewportHorz .cPrPanelHome_sTopStrap1 {
  margin-top: calc(var(--xCage_oInnerHeight) * (0 / 100));
  font-size: calc(((5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.cPrPanelHome_sTopStrap2 {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Inter;
  font-size: ;
  line-height: 1.1;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
}
.xCage_sViewportVert .cPrPanelHome_sTopStrap2 {
  font-size: calc(((4.3 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  margin-top: calc(var(--xCage_oInnerHeight) * (1 / 100));
  text-shadow: calc(var(--xCage_oInnerWidthSafe) * (0 / 100)) calc(var(--xCage_oInnerWidthSafe) * (0 / 100)) calc(var(--xCage_oInnerWidthSafe) * (0.5 / 100)) #000000;
}
.xCage_sViewportHorz .cPrPanelHome_sTopStrap2 {
  font-size: calc(((1.9 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  margin-top: calc(var(--xCage_oInnerHeight) * (2 / 100));
  text-shadow: calc(var(--xCage_oInnerWidthSafe) * (0 / 100)) calc(var(--xCage_oInnerWidthSafe) * (0 / 100)) calc(var(--xCage_oInnerWidthSafe) * (0.5 / 100)) #000000;
}
.cPrPanelHome_sTopJoinBox {
  display: flex;
  justify-content: center;
}
.xCage_sViewportVert .cPrPanelHome_sTopJoinBox {
  margin-top: calc(var(--xCage_oInnerHeight) * (2 / 100));
}
.xCage_sViewportHorz .cPrPanelHome_sTopJoinBox {
  margin-top: calc(var(--xCage_oInnerHeight) * (2 / 100));
}
.cPrPanelHome_sTopButtonJoin {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--sColorUniWhite);
  color: var(--sColorUniBlack);
  user-select: none;
  background-color: transparent;
  border: solid #ffca38 3px;
  color: #ffca38;
}
.xCage_sViewportVert .cPrPanelHome_sTopButtonJoin {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrPanelHome_sTopButtonJoin {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrPanelHome_sTopButtonJoin {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrPanelHome_sTopButtonJoin {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrPanelHome_sTopButtonJoin {
  font-size: calc(var(--xCage_oInnerWidth) * (3 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (1 / 100));
}
.xCage_sViewportHorz .cPrPanelHome_sTopButtonJoin {
  font-size: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
}
.xCage_sViewportVert .cPrPanelHome_sTopButtonJoin {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrPanelHome_sTopButtonJoin {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrPanelHome_sTopButtonJoin {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrPanelHome_sTopButtonJoin {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrPanelHome_sTopButtonJoin {
  font-size: calc(var(--xCage_oInnerWidth) * (3 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (1 / 100));
}
.xCage_sViewportHorz .cPrPanelHome_sTopButtonJoin {
  font-size: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
}
.xCage_sViewportVert .cPrPanelHome_sTopButtonJoin {
  font-size: calc(var(--xCage_oInnerWidth) * (6 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (5 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (5 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (3.5 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (3.5 / 100));
}
.xCage_sViewportHorz .cPrPanelHome_sTopButtonJoin {
  font-size: calc(var(--xCage_oInnerWidth) * (1.5 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (1.5 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (1.5 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (0.3 / 100));
}
.xCage_sViewportVert .cPrPanelHome_sTopButtonJoin {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrPanelHome_sTopButtonJoin {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrPanelHome_sTopButtonJoin {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrPanelHome_sTopButtonJoin {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrPanelHome_sTopButtonJoin {
  font-size: calc(var(--xCage_oInnerWidth) * (3 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (1 / 100));
}
.xCage_sViewportHorz .cPrPanelHome_sTopButtonJoin {
  font-size: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
}
.xCage_sViewportVert .cPrPanelHome_sTopButtonJoin {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrPanelHome_sTopButtonJoin {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrPanelHome_sTopButtonJoin {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrPanelHome_sTopButtonJoin {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrPanelHome_sTopButtonJoin {
  font-size: calc(var(--xCage_oInnerWidth) * (3 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (1 / 100));
}
.xCage_sViewportHorz .cPrPanelHome_sTopButtonJoin {
  font-size: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
}
.xCage_sViewportVert .cPrPanelHome_sTopButtonJoin {
  font-size: calc(var(--xCage_oInnerWidth) * (6 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (5 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (5 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (3.5 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (3.5 / 100));
}
.xCage_sViewportHorz .cPrPanelHome_sTopButtonJoin {
  font-size: calc(var(--xCage_oInnerWidth) * (1.5 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (1.5 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (1.5 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (0.3 / 100));
}
.xCage_sViewportHorz .cPrPanelHome_sTopButtonJoin {
  padding: calc(var(--xCage_oInnerHeight) * (2 / 100));
}
.cPrPanelHome_sBottomPoints {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  justify-content: center;
  justify-items: center;
  font-size: calc(((3 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  display: grid;
  text-align: center;
}
.xCage_sViewportVert .cPrPanelHome_sBottomPoints {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
  padding: calc(var(--xCage_oInnerWidthSafe) * (0 / 100));
}
.xCage_sViewportHorz .cPrPanelHome_sBottomPoints {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.5 / 100));
  padding: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.cPrPanelHome_sBottomBox {
  bottom: calc(var(--xCage_oInnerHeight) * (0 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (100 / 100));
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: var(--sColorUniYellow);
}
.xCage_sViewportVert .cPrPanelHome_sBottomBox {
  padding: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
}
.xCage_sViewportHorz .cPrPanelHome_sBottomBox {
  padding: calc(var(--xCage_oInnerWidthSafe) * (0.5 / 100));
}
.xCage_sViewportVert .cPrPanelHome_sBottomIcon {
  width: calc(var(--xCage_oInnerWidthSafe) * (5 / 100));
  height: calc(var(--xCage_oInnerWidthSafe) * (5 / 100));
}
.xCage_sViewportHorz .cPrPanelHome_sBottomIcon {
  width: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
  height: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
}
.xCage_sViewportVert .cPrPanelHome_sBottomLogo {
  width: calc(var(--xCage_oInnerWidthSafe) * (30 / 100));
  margin-bottom: calc(var(--xCage_oInnerWidthSafe) * (4 / 100));
}
.xCage_sViewportHorz .cPrPanelHome_sBottomLogo {
  width: calc(var(--xCage_oInnerWidthSafe) * (15 / 100));
  margin-bottom: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
}
.cPrPanelReviews_sOuter {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  align-items: center;
}
.cPrPanelReviews_sBoxGradient {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*background-color: @cSiTheme_sColorPrimary;*/
  position: relative;
  overflow: hidden;
}
.xCage_sViewportVert .cPrPanelReviews_sBoxGradient {
  height: calc(((60 / 100) * var(--xCage_oViewportHeightStepped)) - (0 * 1px));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, var(--sColorPrimary) 15%, var(--sColorPrimary) 85%, rgba(0, 0, 0, 0) 100%);
}
.xCage_sViewportHorz .cPrPanelReviews_sBoxGradient {
  height: calc(((75 / 100) * var(--xCage_oViewportHeightStepped)) - (0 * 1px));
}
.cPrPanelReviews_sBoxBg {
  background-color: var(--sColorPrimary);
  position: absolute;
  width: 100%;
}
.xCage_sViewportVert .cPrPanelReviews_sBoxBg {
  display: none;
}
.xCage_sViewportHorz .cPrPanelReviews_sBoxBg {
  top: 50%;
  height: calc(((40 / 100) * var(--xCage_oViewportHeightStepped)) - (0 * 1px));
}
.cPrPanelReviews_sSwiperBox {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 0;
  position: absolute;
  height: 100%;
  overflow: hidden;
}
.xCage_sViewportVert .cPrPanelReviews_sSwiperBox {
  width: calc(var(--xCage_oInnerWidthSafe) * (150 / 100));
  padding-top: calc(var(--xCage_oInnerWidthSafe) * (4 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidthSafe) * (4 / 100));
  justify-content: center;
}
.xCage_sViewportHorz .cPrPanelReviews_sSwiperBox {
  width: calc(var(--xCage_oInnerWidthSafe) * (100 / 100));
  padding-top: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidthSafe) * (6 / 100));
}
.cPrPanelReviews_sSwiperCage {
  width: 100%;
  height: 100%;
}
.xCage_sViewportHorz .cPrPanelReviews_sSwiperCage {
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 4%, #000000 96%, rgba(0, 0, 0, 0) 100%);
}
.cPrPanelReviews_sSeenSubtitle {
  color: var(--sColorUniBlack);
  font-style: italic;
  text-align: center;
}
.xCage_sViewportVert .cPrPanelReviews_sSeenSubtitle {
  font-size: calc(((4.8 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  margin-top: calc(var(--xCage_oInnerHeight) * (3 / 100));
}
.xCage_sViewportHorz .cPrPanelReviews_sSeenSubtitle {
  font-size: calc(((1.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  margin-top: calc(var(--xCage_oInnerHeight) * (3 / 100));
}
.cPrPanelReviews_sSeenBox {
  width: calc(var(--xCage_oInnerWidthSafe) * (100 / 100));
}
.xCage_sViewportVert .cPrPanelReviews_sSeenLogo {
  width: calc(var(--xCage_oInnerWidthSafe) * (20 / 100));
}
.xCage_sViewportHorz .cPrPanelReviews_sSeenLogo {
  width: calc(var(--xCage_oInnerWidthSafe) * (12 / 100));
}
.cPrPanelIntroduction_sOuter {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
/* Card ...........................................................................................*/
.cPrPanelIntroduction_sCard {
  background-color: var(--sColorPrimary);
  overflow: hidden;
  position: relative;
  color: var(--sColorUniWhite);
  background-position: center;
  background-size: cover;
  text-align: center;
}
.xCage_sViewportVert .cPrPanelIntroduction_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPanelIntroduction_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrPanelIntroduction_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPanelIntroduction_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrPanelIntroduction_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPanelIntroduction_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrPanelIntroduction_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPanelIntroduction_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.cPrPanelIntroduction_sCard.vVideo {
  background-color: var(--sColorUniBlack);
  overflow: hidden;
  max-height: calc((70 / 100) * var(--xCage_oViewportHeightStepped));
  font-size: calc(((2.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.xCage_sViewportVert .cPrPanelIntroduction_sCard.vVideo {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPanelIntroduction_sCard.vVideo {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrPanelIntroduction_sCard.vVideo {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPanelIntroduction_sCard.vVideo {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrPanelIntroduction_sCard.vVideo {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPanelIntroduction_sCard.vVideo {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrPanelIntroduction_sCard.vVideo {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPanelIntroduction_sCard.vVideo {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrPanelIntroduction_sCard.vVideo {
  height: calc(var(--xCage_oInnerWidthSafe) * (96 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (96 / 100));
}
.xCage_sViewportHorz .cPrPanelIntroduction_sCard.vVideo {
  height: calc(var(--xCage_oInnerWidthSafe) * (46 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (98 / 100));
}
.xCage_sViewportVert .cPrPanelIntroduction_sCard.vVideo {
  height: calc(var(--xCage_oInnerWidthSafe) * (96 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (96 / 100));
}
.xCage_sViewportHorz .cPrPanelIntroduction_sCard.vVideo {
  height: calc(var(--xCage_oInnerWidthSafe) * (46 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (98 / 100));
}
.cPrPanelIntroduction_sCard.vImage {
  background-color: var(--sColorUniBlack);
  overflow: hidden;
  font-size: calc(((2.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  max-height: calc((70 / 100) * var(--xCage_oViewportHeightStepped));
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-clip: revert;
  background-size: cover;
}
.xCage_sViewportVert .cPrPanelIntroduction_sCard.vImage {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPanelIntroduction_sCard.vImage {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrPanelIntroduction_sCard.vImage {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPanelIntroduction_sCard.vImage {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrPanelIntroduction_sCard.vImage {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPanelIntroduction_sCard.vImage {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrPanelIntroduction_sCard.vImage {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPanelIntroduction_sCard.vImage {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrPanelIntroduction_sCard.vImage {
  height: calc(var(--xCage_oInnerWidthSafe) * (96 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (96 / 100));
}
.xCage_sViewportHorz .cPrPanelIntroduction_sCard.vImage {
  height: calc(var(--xCage_oInnerWidthSafe) * (46 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (98 / 100));
}
.xCage_sViewportVert .cPrPanelIntroduction_sCard.vImage {
  height: calc(var(--xCage_oInnerWidthSafe) * (96 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (96 / 100));
}
.xCage_sViewportHorz .cPrPanelIntroduction_sCard.vImage {
  height: calc(var(--xCage_oInnerWidthSafe) * (46 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (98 / 100));
}
.xCage_sViewportVert .cPrPanelIntroduction_sCard.vImage {
  height: calc(var(--xCage_oInnerWidthSafe) * (46 / 100));
}
.cPrPanelIntroduction_sCollageBar {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-clip: revert;
  background-size: cover;
}
.xCage_sViewportVert .cPrPanelIntroduction_sCollageBar {
  height: calc((20 / 100) * var(--xCage_oViewportHeightStepped));
}
.xCage_sViewportHorz .cPrPanelIntroduction_sCollageBar {
  height: calc((25 / 100) * var(--xCage_oViewportHeightStepped));
}
.cPrPanelIntroduction_sTrackingVideo {
  height: 100%;
  width: 100%;
}
.cPrPanelIntroduction_sLogo {
  color: var(--sColorUniYellow);
}
.xCage_sViewportVert .cPrPanelIntroduction_sLogo {
  width: calc(var(--xCage_oInnerWidthSafe) * (40 / 100));
  margin-top: calc(var(--xCage_oInnerWidthSafe) * (6 / 100));
}
.xCage_sViewportHorz .cPrPanelIntroduction_sLogo {
  width: calc(var(--xCage_oInnerWidthSafe) * (15 / 100));
  margin-top: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.cPrPanelDifferences_sOuter {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
.xCage_sViewportVert .cPrPanelDifferences_sOuter {
  padding-bottom: calc(var(--xCage_oInnerWidthSafe) * (20 / 100));
}
.xCage_sViewportHorz .cPrPanelDifferences_sOuter {
  padding-bottom: calc(var(--xCage_oInnerWidthSafe) * (10 / 100));
}
/* Card ...........................................................................................*/
.cPrPanelDifferences_sCard {
  max-height: calc((70 / 100) * var(--xCage_oViewportHeightStepped));
  background-color: var(--sColorPrimary);
  overflow: hidden;
  position: relative;
  color: var(--sColorUniWhite);
  background-position: center;
  background-size: cover;
  text-align: center;
}
.xCage_sViewportVert .cPrPanelDifferences_sCard {
  height: calc(var(--xCage_oInnerWidthSafe) * (96 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (96 / 100));
}
.xCage_sViewportHorz .cPrPanelDifferences_sCard {
  height: calc(var(--xCage_oInnerWidthSafe) * (46 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (98 / 100));
}
.xCage_sViewportVert .cPrPanelDifferences_sCard {
  height: calc(var(--xCage_oInnerWidthSafe) * (96 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (96 / 100));
}
.xCage_sViewportHorz .cPrPanelDifferences_sCard {
  height: calc(var(--xCage_oInnerWidthSafe) * (46 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (98 / 100));
}
.xCage_sViewportVert .cPrPanelDifferences_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPanelDifferences_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrPanelDifferences_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPanelDifferences_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrPanelDifferences_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPanelDifferences_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrPanelDifferences_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPanelDifferences_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.cPrPanelDifferences_sAlbum {
  margin-top: calc(var(--xCage_oInnerHeight) * (1.5 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (90 / 100));
  position: relative;
}
.cPrPanelDifferences_sTree {
  margin-top: calc(var(--xCage_oInnerHeight) * (1.5 / 100));
  position: relative;
}
.cPrPanelDifferences_sBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc((30 / 100) * var(--xCage_oViewportHeightStepped));
  background: var(--sColorPrimary);
}
.cPrPromo_sSwiperBox {
  margin-top: calc(var(--xCage_oInnerHeight) * (1.5 / 100));
}
.xCage_sViewportVert .cPrPromo_sSwiperBox {
  width: calc(var(--xCage_oInnerWidthSafe) * (100 / 100));
}
.xCage_sViewportHorz .cPrPromo_sSwiperBox {
  width: calc(var(--xCage_oInnerWidthSafe) * (100 / 100));
}
.cPrPromo_sSwiperItem {
  overflow: hidden;
  /*.xCage_uInnerWidthSafe(width, 30);*/
}
.xCage_sViewportVert .cPrPromo_sSwiperItem {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPromo_sSwiperItem {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrPromo_sSwiperItem {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPromo_sSwiperItem {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.cPrPanelApp_sOuter {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.cPrPanelApp_sMain {
  position: relative;
  width: 100%;
}
.cPrPanelApp_sPointsBox {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Inter;
  font-size: ;
  line-height: 1.1;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  background-color: var(--sColorUniYellow);
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  color: var(--sColorUniWhite);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.xCage_sViewportVert .cPrPanelApp_sPointsBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPanelApp_sPointsBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrPanelApp_sPointsBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPanelApp_sPointsBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrPanelApp_sPointsBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPanelApp_sPointsBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrPanelApp_sPointsBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPanelApp_sPointsBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrPanelApp_sPointsBox {
  width: calc(var(--xCage_oInnerWidthSafe) * (96 / 100));
  padding-top: calc(((3.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  padding-bottom: calc(((5.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  gap: calc(((4 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.xCage_sViewportHorz .cPrPanelApp_sPointsBox {
  width: calc(var(--xCage_oInnerWidthSafe) * (58 / 100));
  gap: calc(((0.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  padding-top: calc(((1.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  padding-bottom: calc(((2.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.cPrPanelApp_sPointsTitle {
  color: var(--sColorUniWhite);
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-align: center;
}
.xCage_sViewportVert .cPrPanelApp_sPointsTitle {
  font-size: calc(((7 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  margin-bottom: calc(((0.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.xCage_sViewportHorz .cPrPanelApp_sPointsTitle {
  font-size: calc(((2.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  margin-bottom: calc(((1.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.cPrPanelApp_sPointsInner {
  display: flex;
  flex-direction: row;
}
.xCage_sViewportVert .cPrPanelApp_sPointsInner {
  font-size: calc(((4 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  gap: calc(var(--xCage_oInnerWidthSafe) * (5 / 100));
}
.xCage_sViewportHorz .cPrPanelApp_sPointsInner {
  font-size: calc(((1.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  gap: calc(var(--xCage_oInnerWidthSafe) * (5 / 100));
}
.cPrPanelApp_sPointsList {
  display: flex;
  flex-direction: column;
}
.xCage_sViewportVert .cPrPanelApp_sPointsList {
  gap: calc(((5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.xCage_sViewportHorz .cPrPanelApp_sPointsList {
  gap: calc(((2 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.cPrPanelApp_sScreenBottom {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Inter;
  font-size: ;
  line-height: 1.1;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  width: calc(var(--xCage_oInnerWidth) * (100 / 100));
  background-color: var(--sColorUniYellow);
  color: var(--sColorUniWhite);
  display: flex;
  align-items: center;
  justify-content: center;
}
.xCage_sViewportVert .cPrPanelApp_sScreenBottom,
.xCage_sViewportHorz .cPrPanelApp_sScreenBottom {
  height: calc(var(--xCage_oInnerHeight) * (5 / 100));
  position: absolute;
  bottom: calc(var(--xCage_oInnerWidthSafe) * (0 / 100));
}
.cPrPanelApp_sScreenBottomBackground {
  position: absolute;
  bottom: calc(var(--xCage_oInnerWidthSafe) * (0 / 100));
  background-color: var(--sColorUniYellow);
  width: 100%;
}
.xCage_sViewportVert .cPrPanelApp_sScreenBottomBackground {
  height: calc(var(--xCage_oInnerHeight) * (23 / 100));
}
.xCage_sViewportHorz .cPrPanelApp_sScreenBottomBackground {
  height: calc(var(--xCage_oInnerHeight) * (23 / 100));
}
.cPrPanelApp_sScreenBottomIcon {
  position: relative;
}
.xCage_sViewportVert .cPrPanelApp_sScreenBottomIcon {
  width: calc(((7 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  height: calc(((7 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.xCage_sViewportHorz .cPrPanelApp_sScreenBottomIcon {
  width: calc(((2.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  height: calc(((2.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.cPrPanelApp_sScreenBottomText {
  text-align: center;
  flex-grow: 1;
  position: relative;
}
.xCage_sViewportVert .cPrPanelApp_sScreenBottomText {
  font-size: calc(((5.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.xCage_sViewportHorz .cPrPanelApp_sScreenBottomText {
  font-size: calc(((2 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.cPrPanelApp_sPhoneBox {
  transition: bottom 800ms ease-out;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.xCage_sViewportVert .cPrPanelApp_sPhoneBox,
.xCage_sViewportHorz .cPrPanelApp_sPhoneBox {
  margin-top: calc(var(--xCage_oInnerWidthSafe) * (10 / 100));
  margin-bottom: calc(var(--xCage_oInnerWidthSafe) * (5 / 100));
}
.cPrPanelApp_sPhoneSmartBox {
  max-width: calc(var(--xCage_oInnerWidthSafe) * (90 / 100));
  aspect-ratio: 440 / 787;
  margin-left: auto;
  margin-right: auto;
}
.xCage_sViewportVert .cPrPanelApp_sPhoneSmartBox {
  height: calc(((75 / 100) * var(--xCage_oViewportHeightStepped)) - (0 * 1px));
}
.xCage_sViewportHorz .cPrPanelApp_sPhoneSmartBox {
  height: calc(((80 / 100) * var(--xCage_oViewportHeightStepped)) - (0 * 1px));
}
.cPrPanelApp_sScreenVideo {
  width: calc(var(--xCage_oInnerWidthSafe) * (94 / 100));
  height: calc(var(--xCage_oInnerWidthSafe) * (168 / 100));
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
  outline-width: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
  margin-left: auto;
  margin-right: auto;
  outline-style: solid;
  outline-color: var(--sColorUniBlack);
  overflow: hidden;
}
.cPrPanelApp_sScreenShadow {
  width: calc(var(--xCage_oInnerWidthSafe) * (96 / 100));
  left: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
  box-shadow: calc(var(--xCage_oInnerWidthSafe) * (0 / 100)) calc(var(--xCage_oInnerWidthSafe) * (0 / 100)) calc(var(--xCage_oInnerWidthSafe) * (2 / 100)) calc(var(--xCage_oInnerWidthSafe) * (2 / 100)) rgba(0, 0, 0, 0.15) inset;
  position: absolute;
  height: 100%;
  top: 0;
  pointer-events: none;
}
.cPrPanelApp_sAppStoreBox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: calc(((2 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.xCage_sViewportVert .cPrPanelApp_sAppStoreBox {
  margin-top: calc(var(--xCage_oInnerWidthSafe) * (4 / 100));
}
.xCage_sViewportHorz .cPrPanelApp_sAppStoreBox {
  margin-top: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
}
.xCage_sViewportVert .cPrPanelApp_sAppStore {
  width: calc(var(--xCage_oInnerWidthSafe) * (30 / 100));
}
.xCage_sViewportHorz .cPrPanelApp_sAppStore {
  width: calc(var(--xCage_oInnerWidthSafe) * (15 / 100));
}
.cPrPanelFeatures_sOuter {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
/* Card ...........................................................................................*/
.cPrPanelFeatures_sCard {
  background-color: var(--sColorPrimary);
  overflow: hidden;
  position: relative;
  color: var(--sColorUniWhite);
  background-position: center;
  background-size: cover;
  text-align: center;
}
.xCage_sViewportVert .cPrPanelFeatures_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPanelFeatures_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrPanelFeatures_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPanelFeatures_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrPanelFeatures_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPanelFeatures_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrPanelFeatures_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPanelFeatures_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
/* Feature ...........................................................................................*/
.cPrPanelFeatures_sFeatureBox {
  color: var(--sColorUniBlack);
}
.xCage_sViewportVert .cPrPanelFeatures_sFeatureBox {
  margin-top: calc(var(--xCage_oInnerHeight) * (5 / 100));
}
.xCage_sViewportHorz .cPrPanelFeatures_sFeatureBox {
  margin-top: calc(var(--xCage_oInnerHeight) * (5 / 100));
}
.cPrPanelFeatures_sFeatureIcon {
  color: var(--sColorUniYellow);
}
.xCage_sViewportVert .cPrPanelFeatures_sFeatureIcon {
  width: calc(((14 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  height: calc(((14 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.xCage_sViewportHorz .cPrPanelFeatures_sFeatureIcon {
  width: calc(((6 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  height: calc(((6 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.cPrPanelFeatures_sFeatureTitle {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    font-family: aAtomicMd;
    line-height: if(@pMultiLine, 1.5, 1.02);
    font-size: if((@pSize = null), inherit, @pSize);
    .xFormatter_uFontUntil();*/
  font-family: DMSans;
  line-height: 1.02;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    font-family: aAtomicMd;
    line-height: if(@pMultiLine, 1.5, 1.02);
    font-size: if((@pSize = null), inherit, @pSize);
    .xFormatter_uFontUntil();*/
  font-weight: bold;
}
.xCage_sViewportVert .cPrPanelFeatures_sFeatureTitle {
  margin-top: calc(var(--xCage_oInnerHeight) * (2 / 100));
  font-size: calc(((6 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.xCage_sViewportHorz .cPrPanelFeatures_sFeatureTitle {
  margin-top: calc(var(--xCage_oInnerHeight) * (2 / 100));
  font-size: calc(((2.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.cPrPanelFeatures_sFeatureText {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
}
.xCage_sViewportVert .cPrPanelFeatures_sFeatureText {
  margin-top: calc(var(--xCage_oInnerHeight) * (1.5 / 100));
  font-size: calc(((4 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.xCage_sViewportHorz .cPrPanelFeatures_sFeatureText {
  margin-top: calc(var(--xCage_oInnerHeight) * (1 / 100));
  font-size: calc(((1.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.cPrPanelTwists_sOuter {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
/* Card ...........................................................................................*/
.cPrPanelTwists_sCard {
  background-color: var(--sColorPrimary);
  overflow: hidden;
  position: relative;
  color: var(--sColorUniWhite);
  background-position: center;
  background-size: cover;
  text-align: center;
}
.xCage_sViewportVert .cPrPanelTwists_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPanelTwists_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrPanelTwists_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPanelTwists_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrPanelTwists_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPanelTwists_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrPanelTwists_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPanelTwists_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.cPrPanelTwists_sTree {
  position: relative;
}
.xCage_sViewportVert .cPrPanelTwists_sTree {
  width: calc(var(--xCage_oInnerWidthSafe) * (96 / 100));
  margin-top: calc(var(--xCage_oInnerHeight) * (5 / 100));
  margin-bottom: calc(var(--xCage_oInnerHeight) * (16 / 100));
}
.xCage_sViewportHorz .cPrPanelTwists_sTree {
  width: calc(var(--xCage_oInnerWidthSafe) * (50 / 100));
  margin-top: calc(var(--xCage_oInnerHeight) * (6 / 100));
  margin-bottom: calc(var(--xCage_oInnerHeight) * (13 / 100));
}
.cPrPanelTwists_sBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc((20 / 100) * var(--xCage_oViewportHeightStepped));
  background: var(--sColorPrimary);
}
.cPrPanelGoals_sOuter {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
/* Card ...........................................................................................*/
.cPrPanelGoals_sCard {
  background-color: var(--sColorPrimary);
  overflow: hidden;
  position: relative;
  color: var(--sColorUniWhite);
  background-position: center;
  background-size: cover;
  text-align: center;
}
.xCage_sViewportVert .cPrPanelGoals_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPanelGoals_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrPanelGoals_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPanelGoals_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrPanelGoals_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPanelGoals_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrPanelGoals_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPanelGoals_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.cPrPanelGoals_sInsightsBox {
  height: calc(var(--xCage_oInnerWidthSafe) * (80 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (96 / 100));
  gap: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
  display: grid;
}
.xCage_sViewportVert .cPrPanelGoals_sInsightsBox {
  max-height: calc((70 / 100) * var(--xCage_oViewportHeightStepped));
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 50% 50%;
}
.xCage_sViewportHorz .cPrPanelGoals_sInsightsBox {
  max-height: calc((40 / 100) * var(--xCage_oViewportHeightStepped));
  grid-template-columns: repeat(4, 1fr);
}
.cPrPanelGoals_sInsightsFlip {
  background-color: transparent;
  perspective: 1000px;
}
.cPrPanelGoals_sInsightsFlipInner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.cPrPanelGoals_sInsighItem {
  background-color: var(--sColorUniBlack);
  overflow: hidden;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  background: var(--sColorUniBlack);
  background-position: center;
  background-size: cover;
  color: var(--sColorUniWhite);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 1.2;
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.xCage_sViewportVert .cPrPanelGoals_sInsighItem {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPanelGoals_sInsighItem {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrPanelGoals_sInsighItem {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPanelGoals_sInsighItem {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrPanelGoals_sInsighItem {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPanelGoals_sInsighItem {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrPanelGoals_sInsighItem {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPanelGoals_sInsighItem {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrPanelGoals_sInsighItem {
  padding: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrPanelGoals_sInsighItem {
  padding: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.cPrPanelGoals_sInsighItem.vBack {
  background-color: var(--sColorPrimary);
  color: var(--sColorUniWhite);
  transform: rotateY(180deg);
  white-space: normal;
}
.cPrPanelGoals_sInsighItem.vFront {
  justify-content: center;
  gap: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.cPrPanelGoals_sInsighItem.vHealth {
  background-image: url('/c/cMount/oPromo!/oBalancer/cPanel/oYourBalance/oYourBalance_Help_Health.jpg');
}
.cPrPanelGoals_sInsighItem.vWeight {
  background-image: url('/c/cMount/oPromo!/oBalancer/cPanel/oYourBalance/oYourBalance_Help_Weight.jpg');
}
.cPrPanelGoals_sInsighItem.vPerformance {
  background-image: url('/c/cMount/oPromo!/oBalancer/cPanel/oYourBalance/oYourBalance_Help_Performance.jpg');
}
.cPrPanelGoals_sInsighItem.vHappiness {
  background-image: url('/c/cMount/oPromo!/oBalancer/cPanel/oYourBalance/oYourBalance_Help_Happiness.jpg');
}
.cPrPanelGoals_sInsighItemFrontTop {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  color: var(--sColorUniYellowText);
}
.xCage_sViewportVert .cPrPanelGoals_sInsighItemFrontTop {
  font-size: calc(((7.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.xCage_sViewportHorz .cPrPanelGoals_sInsighItemFrontTop {
  font-size: calc(((2.6 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.cPrPanelGoals_sInsighItemFrontBottom {
  color: var(--sColorUniWhite);
}
.xCage_sViewportVert .cPrPanelGoals_sInsighItemFrontBottom {
  font-size: calc(((7 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.xCage_sViewportHorz .cPrPanelGoals_sInsighItemFrontBottom {
  font-size: calc(((2.2 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.cPrPanelGoals_sInsighBackItemTop {
  color: var(--sColorUniYellowText);
}
.xCage_sViewportVert .cPrPanelGoals_sInsighBackItemTop {
  margin-top: calc(((2 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  margin-bottom: calc(((2 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  font-size: calc(((4.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.xCage_sViewportHorz .cPrPanelGoals_sInsighBackItemTop {
  margin-top: calc(((1.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  margin-bottom: calc(((1.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  font-size: calc(((1.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.cPrPanelGoals_sInsighBackItemBottom {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Inter;
  font-size: ;
  line-height: 1.1;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  color: var(--sColorUniWhite);
  text-transform: none;
  line-height: 1.5;
}
.xCage_sViewportVert .cPrPanelGoals_sInsighBackItemBottom {
  font-size: calc(((3.6 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.xCage_sViewportHorz .cPrPanelGoals_sInsighBackItemBottom {
  font-size: calc(((1.2 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.cPrPanelGoals_sMemberSubtitle {
  color: var(--sColorUniBlack);
  font-style: italic;
  text-align: center;
}
.xCage_sViewportVert .cPrPanelGoals_sMemberSubtitle {
  font-size: calc(((4.8 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  margin-top: calc(var(--xCage_oInnerHeight) * (5 / 100));
}
.xCage_sViewportHorz .cPrPanelGoals_sMemberSubtitle {
  font-size: calc(((1.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  margin-top: calc(var(--xCage_oInnerHeight) * (3 / 100));
}
.xCage_sViewportVert .cPrPanelGoals_sMemberLogo {
  margin-top: calc(var(--xCage_oInnerHeight) * (4 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (35 / 100));
}
.xCage_sViewportHorz .cPrPanelGoals_sMemberLogo {
  margin-top: calc(var(--xCage_oInnerHeight) * (3 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (15 / 100));
}
.cPrPanelGoals_sWomen {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.xCage_sViewportVert .cPrPanelGoals_sWomen {
  width: calc(var(--xCage_oInnerWidthSafe) * (80 / 100));
  top: calc(var(--xCage_oInnerWidthSafe) * (-31 / 100));
}
.xCage_sViewportHorz .cPrPanelGoals_sWomen {
  width: calc(var(--xCage_oInnerWidthSafe) * (50 / 100));
  top: calc(var(--xCage_oInnerWidthSafe) * (-20 / 100));
}
.cPrPanelGoals_sBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc((20 / 100) * var(--xCage_oViewportHeightStepped));
  background: var(--sColorUniYellow);
  position: relative;
}
.xCage_sViewportVert .cPrPanelGoals_sBar {
  margin-top: calc(var(--xCage_oInnerWidthSafe) * (45 / 100));
}
.xCage_sViewportHorz .cPrPanelGoals_sBar {
  margin-top: calc(var(--xCage_oInnerWidthSafe) * (30 / 100));
}
.cPrPanelCoaching_sOuter {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
/* Card ...........................................................................................*/
.cPrPanelCoaching_sCard {
  background-color: var(--sColorPrimary);
  overflow: hidden;
  position: relative;
  color: var(--sColorUniWhite);
  background-position: center;
  background-size: cover;
  text-align: center;
}
.xCage_sViewportVert .cPrPanelCoaching_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPanelCoaching_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrPanelCoaching_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPanelCoaching_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrPanelCoaching_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPanelCoaching_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrPanelCoaching_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPanelCoaching_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.cPrPanelCoaching_sVideoBox {
  background-color: var(--sColorUniBlack);
  overflow: hidden;
  max-height: calc((70 / 100) * var(--xCage_oViewportHeightStepped));
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-clip: revert;
  background-size: cover;
}
.xCage_sViewportVert .cPrPanelCoaching_sVideoBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPanelCoaching_sVideoBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrPanelCoaching_sVideoBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPanelCoaching_sVideoBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrPanelCoaching_sVideoBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPanelCoaching_sVideoBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrPanelCoaching_sVideoBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPanelCoaching_sVideoBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrPanelCoaching_sVideoBox {
  height: calc(var(--xCage_oInnerWidthSafe) * (96 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (96 / 100));
}
.xCage_sViewportHorz .cPrPanelCoaching_sVideoBox {
  height: calc(var(--xCage_oInnerWidthSafe) * (46 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (98 / 100));
}
.xCage_sViewportVert .cPrPanelCoaching_sVideoBox {
  height: calc(var(--xCage_oInnerWidthSafe) * (96 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (96 / 100));
}
.xCage_sViewportHorz .cPrPanelCoaching_sVideoBox {
  height: calc(var(--xCage_oInnerWidthSafe) * (46 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (98 / 100));
}
.xCage_sViewportVert .cPrPanelCoaching_sVideoBox {
  background-image: url('/c/cMount/oPromo!/cPanel/08Coaching/oCoaching_Image_V.jpg');
}
.xCage_sViewportHorz .cPrPanelCoaching_sVideoBox {
  background-image: url('/c/cMount/oPromo!/cPanel/08Coaching/oCoaching_Image_H.jpg');
}
.cPrPanelCoaching_sVideoIconBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(var(--sColorPrimary_rgb), 0.7);
  border-radius: 50%;
  display: inline-block;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
}
.xCage_sViewportVert .cPrPanelCoaching_sVideoIconBox {
  width: calc(var(--xCage_oInnerWidthSafe) * (30 / 100));
  height: calc(var(--xCage_oInnerWidthSafe) * (30 / 100));
}
.xCage_sViewportHorz .cPrPanelCoaching_sVideoIconBox {
  width: calc(var(--xCage_oInnerWidthSafe) * (12 / 100));
  height: calc(var(--xCage_oInnerWidthSafe) * (12 / 100));
}
.cPrPanelCoaching_sVideoIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--sColorUniWhite);
}
.xCage_sViewportVert .cPrPanelCoaching_sVideoIcon {
  width: calc(var(--xCage_oInnerWidthSafe) * (20 / 100));
  height: calc(var(--xCage_oInnerWidthSafe) * (20 / 100));
}
.xCage_sViewportHorz .cPrPanelCoaching_sVideoIcon {
  width: calc(var(--xCage_oInnerWidthSafe) * (8 / 100));
  height: calc(var(--xCage_oInnerWidthSafe) * (8 / 100));
}
.xCage_sViewportHorz .cPrPanelCoaching_sTryOuter {
  padding-bottom: calc(var(--xCage_oInnerWidth) * (8.46153846 / 100));
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  align-items: center;
}
.xCage_sViewportHorz .cPrPanelCoaching_sTryOuter {
  padding-bottom: calc(var(--xCage_oInnerWidth) * (8.46153846 / 100));
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  align-items: center;
}
.xCage_sViewportVert .cPrPanelCoaching_sTryBar {
  display: none;
}
.xCage_sViewportHorz .cPrPanelCoaching_sTryBar {
  height: calc(var(--xCage_oInnerWidth) * (22 / 100));
  background-color: var(--sColorUniYellow);
  width: 100%;
  position: absolute;
  bottom: 0;
}
.xCage_sViewportVert .cPrPanelCoaching_sTryBar {
  display: none;
}
.xCage_sViewportHorz .cPrPanelCoaching_sTryBar {
  height: calc(var(--xCage_oInnerWidth) * (22 / 100));
  background-color: var(--sColorUniYellow);
  width: 100%;
  position: absolute;
  bottom: 0;
}
.cPrPanelCoaching_sCard.vTry {
  max-height: calc((70 / 100) * var(--xCage_oViewportHeightStepped));
}
.xCage_sViewportVert .cPrPanelCoaching_sCard.vTry {
  height: calc(var(--xCage_oInnerWidthSafe) * (96 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (96 / 100));
}
.xCage_sViewportHorz .cPrPanelCoaching_sCard.vTry {
  height: calc(var(--xCage_oInnerWidthSafe) * (46 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (98 / 100));
}
.xCage_sViewportVert .cPrPanelCoaching_sCard.vTry {
  height: calc(var(--xCage_oInnerWidthSafe) * (96 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (96 / 100));
}
.xCage_sViewportHorz .cPrPanelCoaching_sCard.vTry {
  height: calc(var(--xCage_oInnerWidthSafe) * (46 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (98 / 100));
}
.xCage_sViewportVert .cPrPanelCoaching_sCard.vTry {
  padding-left: calc(var(--xCage_oInnerWidthSafe) * (2.5 / 100));
  padding-right: calc(var(--xCage_oInnerWidthSafe) * (2.5 / 100));
  background-image: url('/c/cMount/oPromo!/oBalancer/cPanel/oYourBalance/oYourBalance_Message_V.jpg');
}
.xCage_sViewportHorz .cPrPanelCoaching_sCard.vTry {
  padding-left: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
  padding-right: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
  background-image: url('/c/cMount/oPromo!/oBalancer/cPanel/oYourBalance/oYourBalance_Message_H.jpg');
}
.cPrPanelCoaching_sTryInner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.xCage_sViewportVert .cPrPanelCoaching_sTryMessageBox {
  width: calc(var(--xCage_oInnerWidthSafe) * (60 / 100));
  left: calc(var(--xCage_oInnerWidthSafe) * (4 / 100));
  top: 35%;
  transform: translateY(-35%);
  position: absolute;
}
.xCage_sViewportHorz .cPrPanelCoaching_sTryMessageBox {
  height: calc(var(--xCage_oInnerWidthSafe) * (10 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (40 / 100));
  bottom: calc(var(--xCage_oInnerWidthSafe) * (25 / 100));
  position: absolute;
  left: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
}
.xCage_sViewportVert .cPrPanelCoaching_sTryMessageBoxInner {
  width: 255px;
}
.xCage_sViewportHorz .cPrPanelCoaching_sTryMessageBoxInner {
  width: 450px;
}
.cPrPanelCoaching_sInsightsTitle {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-shadow: calc(var(--xCage_oInnerWidthSafe) * (0 / 100)) calc(var(--xCage_oInnerWidthSafe) * (0 / 100)) calc(var(--xCage_oInnerWidthSafe) * (1 / 100)) rgba(0, 0, 0, 0.7);
  color: var(--sColorUniYellowText);
  color: var(--sColorUniWhite);
}
.xCage_sViewportVert .cPrPanelCoaching_sInsightsTitle {
  font-size: calc(var(--xCage_oInnerWidthSafe) * (9 / 100));
  position: absolute;
  top: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrPanelCoaching_sInsightsTitle {
  font-size: calc(var(--xCage_oInnerWidthSafe) * (4 / 100));
  position: absolute;
  top: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.cPrPanelCoaching_sTryQuestion {
  bottom: calc(var(--xCage_oInnerHeight) * (0.1 / 100));
  position: absolute;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.xCage_sViewportVert .cPrPanelCoaching_sTryQuestion,
.xCage_sViewportHorz .cPrPanelCoaching_sTryQuestion {
  width: calc(var(--xCage_oInnerWidthSafe) * (100 / 100));
  font-size: calc(var(--xCage_oInnerWidthSafe) * (3.5 / 100));
  gap: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
  padding: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.cPrPanelCoaching_sTryQuestionText {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  background-color: var(--sColorUniWhite);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-width: 0 !important;
  color: var(--sColorUniBlack);
  flex-grow: 1;
  flex-basis: 0;
  position: relative;
  overflow: visible !important;
}
.xCage_sViewportVert .cPrPanelCoaching_sTryQuestionText {
  padding-top: calc(var(--xCage_oInnerWidthSafe) * (4 / 100));
  padding-left: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
  padding-right: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidthSafe) * (4 / 100));
  font-size: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
  gap: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
}
.xCage_sViewportHorz .cPrPanelCoaching_sTryQuestionText {
  padding-top: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
  padding-left: calc(var(--xCage_oInnerWidthSafe) * (0.5 / 100));
  padding-right: calc(var(--xCage_oInnerWidthSafe) * (0.5 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
  font-size: calc(var(--xCage_oInnerWidthSafe) * (1.3 / 100));
  gap: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportVert .cPrPanelCoaching_sTryCheckbox {
  width: calc(var(--xCage_oInnerWidthSafe) * (6 / 100));
  height: calc(var(--xCage_oInnerWidthSafe) * (6 / 100));
  position: absolute;
  top: calc(var(--xCage_oInnerWidthSafe) * (-3 / 100));
}
.xCage_sViewportHorz .cPrPanelCoaching_sTryCheckbox {
  width: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
  height: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
  position: absolute;
  top: calc(var(--xCage_oInnerWidthSafe) * (-1.5 / 100));
}
.cPrPanelCoaching_sTryCheckboxLabel {
  top: calc(var(--xCage_oInnerWidthSafe) * (0 / 100));
  position: absolute;
  left: calc(var(--xCage_oInnerWidthSafe) * (0 / 100));
  background-color: var(--sColorUniWhite);
  border: 1px solid var(--sColorUniGreyLineStrong);
  border-radius: 50%;
  cursor: pointer;
}
.xCage_sViewportVert .cPrPanelCoaching_sTryCheckboxLabel {
  width: calc(var(--xCage_oInnerWidthSafe) * (6 / 100));
  height: calc(var(--xCage_oInnerWidthSafe) * (6 / 100));
}
.xCage_sViewportHorz .cPrPanelCoaching_sTryCheckboxLabel {
  width: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
  height: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.cPrPanelCoaching_sTryCheckboxLabel:after {
  border: 2px solid var(--sColorUniWhite);
  border-top: none;
  border-right: none;
  content: "";
  position: absolute;
  transform: rotate(-45deg);
}
.xCage_sViewportVert .cPrPanelCoaching_sTryCheckboxLabel:after {
  width: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
  height: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
  top: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
  position: absolute;
  left: calc(var(--xCage_oInnerWidthSafe) * (1.4 / 100));
}
.xCage_sViewportHorz .cPrPanelCoaching_sTryCheckboxLabel:after {
  width: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
  height: calc(var(--xCage_oInnerWidthSafe) * (0.75 / 100));
  top: calc(var(--xCage_oInnerWidthSafe) * (0.75 / 100));
  position: absolute;
  left: calc(var(--xCage_oInnerWidthSafe) * (0.73 / 100));
}
.cPrPanelCoaching_sTryCheckboxInput {
  visibility: hidden;
}
.cPrPanelCoaching_sTryCheckboxInput:checked + .cPrPanelCoaching_sTryCheckboxLabel {
  background-color: var(--sColorUniGreen);
  border-color: var(--sColorUniGreen);
}
.cPrPanelCoaching_sMemberSubtitle {
  color: var(--sColorUniBlack);
  font-style: italic;
  text-align: center;
}
.xCage_sViewportVert .cPrPanelCoaching_sMemberSubtitle {
  font-size: calc(((4.8 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  margin-top: calc(var(--xCage_oInnerHeight) * (2 / 100));
}
.xCage_sViewportHorz .cPrPanelCoaching_sMemberSubtitle {
  font-size: calc(((1.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  margin-top: calc(var(--xCage_oInnerHeight) * (1.5 / 100));
}
.xCage_sViewportVert .cPrPanelCoaching_sMemberLogo {
  margin-top: calc(var(--xCage_oInnerHeight) * (1.5 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (35 / 100));
}
.xCage_sViewportHorz .cPrPanelCoaching_sMemberLogo {
  margin-top: calc(var(--xCage_oInnerHeight) * (1.5 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (15 / 100));
}
.cPrPanelCoaching_sTry {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  background: var(--sColorPrimary);
  background: var(--sColorUniYellow);
  color: var(--sColorUniBlack);
  border-radius: 50%;
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  text-align: center;
  transform: rotate(30deg);
}
.xCage_sViewportVert .cPrPanelCoaching_sTry {
  width: calc(var(--xCage_oInnerWidthSafe) * (20 / 100));
  height: calc(var(--xCage_oInnerWidthSafe) * (20 / 100));
  top: calc(var(--xCage_oInnerHeight) * (0.2 / 100));
  position: absolute;
  right: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrPanelCoaching_sTry {
  width: calc(var(--xCage_oInnerWidthSafe) * (8 / 100));
  height: calc(var(--xCage_oInnerWidthSafe) * (8 / 100));
  top: calc(var(--xCage_oInnerHeight) * (0.5 / 100));
  position: absolute;
  right: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportVert .cPrPanelCoaching_sTryTop {
  font-size: calc(var(--xCage_oInnerWidthSafe) * (6 / 100));
}
.xCage_sViewportHorz .cPrPanelCoaching_sTryTop {
  font-size: calc(var(--xCage_oInnerWidthSafe) * (2.5 / 100));
}
.xCage_sViewportVert .cPrPanelCoaching_sTryMiddle {
  font-size: calc(var(--xCage_oInnerWidthSafe) * (5 / 100));
}
.xCage_sViewportHorz .cPrPanelCoaching_sTryMiddle {
  font-size: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
}
.cPrPanelCoaching_sLoughboroughText1 {
  text-align: center;
  font-style: italic;
  color: black;
}
.xCage_sViewportVert .cPrPanelCoaching_sLoughboroughText1 {
  font-size: calc(var(--xCage_oInnerWidthSafe) * (4.3 / 100));
  margin-top: calc(var(--xCage_oInnerHeight) * (3 / 100));
}
.xCage_sViewportHorz .cPrPanelCoaching_sLoughboroughText1 {
  font-size: calc(var(--xCage_oInnerWidthSafe) * (1.6 / 100));
  margin-top: calc(var(--xCage_oInnerHeight) * (3 / 100));
}
.xCage_sViewportVert .cPrPanelCoaching_sLoughboroughImage {
  width: calc(var(--xCage_oInnerWidthSafe) * (40 / 100));
  margin-top: calc(var(--xCage_oInnerWidthSafe) * (6 / 100));
}
.xCage_sViewportHorz .cPrPanelCoaching_sLoughboroughImage {
  width: calc(var(--xCage_oInnerWidthSafe) * (20 / 100));
  margin-top: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.cPrPanelCoaching_sLoughboroughText2 {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-align: center;
  color: black;
}
.xCage_sViewportVert .cPrPanelCoaching_sLoughboroughText2 {
  font-size: calc(var(--xCage_oInnerWidthSafe) * (3.5 / 100));
  margin-top: calc(var(--xCage_oInnerHeight) * (2 / 100));
}
.xCage_sViewportHorz .cPrPanelCoaching_sLoughboroughText2 {
  font-size: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
  margin-top: calc(var(--xCage_oInnerHeight) * (1 / 100));
}
.cPrPanelPosts_sOuter {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
/* Card ...........................................................................................*/
.cPrPanelPosts_sCard {
  background-color: var(--sColorPrimary);
  overflow: hidden;
  position: relative;
  color: var(--sColorUniWhite);
  background-position: center;
  background-size: cover;
  text-align: center;
}
.xCage_sViewportVert .cPrPanelPosts_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPanelPosts_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrPanelPosts_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPanelPosts_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrPanelPosts_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPanelPosts_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrPanelPosts_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPanelPosts_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.cPrPanelPosts_sPostIcons {
  margin-top: calc(var(--xCage_oInnerWidthSafe) * (2.5 / 100));
  color: var(--sColorUniBlue);
  width: 100%;
}
.cPrPanelPosts_sShowBox {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.xCage_sViewportVert .cPrPanelPosts_sShowBox {
  padding-top: calc(var(--xCage_oInnerWidthSafe) * (10 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidthSafe) * (15 / 100));
}
.xCage_sViewportHorz .cPrPanelPosts_sShowBox {
  padding-top: calc(var(--xCage_oInnerWidthSafe) * (4 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidthSafe) * (4 / 100));
}
.xCage_sViewportVert .cPrPanelPosts_sShow {
  width: calc(var(--xCage_oInnerWidthSafe) * (90 / 100));
}
.xCage_sViewportHorz .cPrPanelPosts_sShow {
  width: calc(var(--xCage_oInnerWidthSafe) * (50 / 100));
}
.cPrPanelPosts_sBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc((30 / 100) * var(--xCage_oViewportHeightStepped));
  background: var(--sColorUniYellow);
}
.cPrPanelDevices_sOuter {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
.cPrPanelDevices_sIntegrationSubtitle {
  color: var(--sColorUniBlack);
  font-style: italic;
  text-align: center;
}
.xCage_sViewportVert .cPrPanelDevices_sIntegrationSubtitle {
  font-size: calc(((4.8 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  margin-top: calc(var(--xCage_oInnerHeight) * (5 / 100));
}
.xCage_sViewportHorz .cPrPanelDevices_sIntegrationSubtitle {
  font-size: calc(((1.6 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  margin-top: calc(var(--xCage_oInnerHeight) * (3 / 100));
}
.cPrPanelDevices_sIntegration {
  margin-top: calc(var(--xCage_oInnerHeight) * (4 / 100));
}
.xCage_sViewportVert .cPrPanelDevices_sIntegration {
  width: calc(var(--xCage_oInnerWidthSafe) * (100 / 100));
}
.xCage_sViewportHorz .cPrPanelDevices_sIntegration {
  width: calc(var(--xCage_oInnerWidth) * (100 / 100));
}
/* Card ...........................................................................................*/
.cPrPanelDevices_sCard {
  background-color: var(--sColorPrimary);
  overflow: hidden;
  max-height: calc((70 / 100) * var(--xCage_oViewportHeightStepped));
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-clip: revert;
  background-size: cover;
  background-image: url('/c/cMount/oPromo!/cPanel/10Devices/oDevices_Image.jpg');
  position: relative;
  color: var(--sColorUniWhite);
  text-align: center;
}
.xCage_sViewportVert .cPrPanelDevices_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPanelDevices_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrPanelDevices_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPanelDevices_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrPanelDevices_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPanelDevices_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrPanelDevices_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrPanelDevices_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrPanelDevices_sCard {
  height: calc(var(--xCage_oInnerWidthSafe) * (96 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (96 / 100));
}
.xCage_sViewportHorz .cPrPanelDevices_sCard {
  height: calc(var(--xCage_oInnerWidthSafe) * (46 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (98 / 100));
}
.xCage_sViewportVert .cPrPanelDevices_sCard {
  height: calc(var(--xCage_oInnerWidthSafe) * (96 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (96 / 100));
}
.xCage_sViewportHorz .cPrPanelDevices_sCard {
  height: calc(var(--xCage_oInnerWidthSafe) * (46 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (98 / 100));
}
.xCage_sViewportVert .cPrPanelDevices_sCard {
  height: calc(var(--xCage_oInnerWidthSafe) * (46 / 100));
}
.cPrPanelQs_sBox {
  display: flex;
  flex-direction: column;
  max-width: calc(var(--xCage_oInnerWidthSafe) * (96 / 100));
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}
.xCage_sViewportVert .cPrPanelQs_sBox {
  margin-top: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
  height: calc(((75 / 100) * var(--xCage_oViewportHeightStepped)) - (0 * 1px));
}
.xCage_sViewportHorz .cPrPanelQs_sBox {
  margin-top: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
  height: calc(((50 / 100) * var(--xCage_oViewportHeightStepped)) - (0 * 1px));
}
.xCage_sViewportVert .cPrPanelQs_sQsCard {
  width: calc(var(--xCage_oInnerWidthSafe) * (96 / 100));
}
.xCage_sViewportHorz .cPrPanelQs_sQsCard {
  width: calc(var(--xCage_oInnerWidthSafe) * (58 / 100));
  /*.cPrPromo_uBoxContentSafe();*/
}
.xCage_sViewportVert .cPrPanelQs_sChatBox {
  width: 450px;
}
.xCage_sViewportHorz .cPrPanelQs_sChatBox {
  width: 650px;
}
.xCage_sViewportVert .cPrPanelQs_sChat {
  gap: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrPanelQs_sChat {
  gap: calc(var(--xCage_oInnerWidthSafe) * (0.4 / 100));
  padding-right: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.cPrPanelQs_sCardMore {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--sColorUniBlack);
  color: var(--sColorUniWhite);
  user-select: none;
  border-radius: 10px 10px 10px 0px;
  min-height: 42.5px;
}
.xCage_sViewportVert .cPrPanelQs_sCardMore {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrPanelQs_sCardMore {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrPanelQs_sCardMore {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrPanelQs_sCardMore {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrPanelQs_sCardMore {
  font-size: calc(var(--xCage_oInnerWidth) * (3 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (1 / 100));
}
.xCage_sViewportHorz .cPrPanelQs_sCardMore {
  font-size: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
}
.xCage_sViewportVert .cPrPanelQs_sCardMore {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrPanelQs_sCardMore {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrPanelQs_sCardMore {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrPanelQs_sCardMore {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrPanelQs_sCardMore {
  font-size: calc(var(--xCage_oInnerWidth) * (3 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (1 / 100));
}
.xCage_sViewportHorz .cPrPanelQs_sCardMore {
  font-size: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
}
.xCage_sViewportVert .cPrPanelQs_sCardMore {
  padding-top: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
  margin-top: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrPanelQs_sCardMore {
  padding-top: calc(var(--xCage_oInnerWidthSafe) * (0.5 / 100));
  margin-top: calc(var(--xCage_oInnerWidthSafe) * (0.5 / 100));
  margin-right: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.cPrPanelEnding_sBox {
  height: var(--xCage_oViewportHeightDynamic);
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  color: var(--sColorUniWhite);
}
.xCage_sViewportVert .cPrPanelEnding_sBox {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0) 80%, var(--sColorPrimary) 100%), url('/c/cMount/oPromo!/cPanel/oEnding/oEnding_V.jpg?v=1');
}
.xCage_sViewportHorz .cPrPanelEnding_sBox {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0) 80%, var(--sColorPrimary) 100%), url('/c/cMount/oPromo!/cPanel/oEnding/oEnding_H.jpg?v=1');
}
.cPrPanelEnding_sStrap {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-align: center;
  margin-top: var(--xFrame_oHeightTop);
  color: var(--sColorBalancerYellow);
}
.xCage_sViewportVert .cPrPanelEnding_sStrap,
.xCage_sViewportHorz .cPrPanelEnding_sStrap {
  top: calc(var(--xCage_oInnerHeight) * (1.5 / 100));
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: calc(var(--xCage_oInnerWidthSafe) * (90 / 100));
  font-size: calc(((4 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  text-shadow: calc(var(--xCage_oInnerWidthSafe) * (0 / 100)) calc(var(--xCage_oInnerWidthSafe) * (0 / 100)) calc(var(--xCage_oInnerWidthSafe) * (5 / 100)) var(--sColorUniBlack);
}
.cPrPanelEnding_sLeft {
  bottom: calc(var(--xCage_oInnerHeight) * (1 / 100));
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: calc(var(--xCage_oInnerHeight) * (1 / 100));
}
.xCage_sViewportVert .cPrPanelEnding_sLeft {
  position: absolute;
  left: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
  width: calc(((65 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.xCage_sViewportHorz .cPrPanelEnding_sLeft {
  position: absolute;
  left: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
  width: calc(((18 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.cPrPanelEnding_sBoxSections {
  color: var(--sColorUniWhite);
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    font-family: aAtomicMd;
    line-height: if(@pMultiLine, 1.5, 1.02);
    font-size: if((@pSize = null), inherit, @pSize);
    .xFormatter_uFontUntil();*/
  font-family: DMSans;
  font-weight: bold;
  line-height: 1.02;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    font-family: aAtomicMd;
    line-height: if(@pMultiLine, 1.5, 1.02);
    font-size: if((@pSize = null), inherit, @pSize);
    .xFormatter_uFontUntil();*/
}
.xCage_sViewportVert .cPrPanelEnding_sBoxSections {
  font-size: calc(((6 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  margin-bottom: calc(var(--xCage_oInnerHeight) * (3 / 100));
  text-shadow: calc(var(--xCage_oInnerWidthSafe) * (0 / 100)) calc(var(--xCage_oInnerWidthSafe) * (0 / 100)) calc(var(--xCage_oInnerWidthSafe) * (10 / 100)) #000000;
}
.xCage_sViewportHorz .cPrPanelEnding_sBoxSections {
  font-size: calc(((2 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  margin-bottom: calc(var(--xCage_oInnerHeight) * (3 / 100));
  text-shadow: calc(var(--xCage_oInnerWidthSafe) * (0 / 100)) calc(var(--xCage_oInnerWidthSafe) * (0 / 100)) calc(var(--xCage_oInnerWidthSafe) * (10 / 100)) #000000;
}
.cPrPanelEnding_sLogo {
  right: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
  bottom: calc(var(--xCage_oInnerHeight) * (1.5 / 100));
  position: absolute;
}
.xCage_sViewportVert .cPrPanelEnding_sLogo {
  width: calc(var(--xCage_oInnerWidthSafe) * (25 / 100));
}
.xCage_sViewportHorz .cPrPanelEnding_sLogo {
  width: calc(var(--xCage_oInnerWidthSafe) * (15 / 100));
}
.cPrPanelEnding_sCopy {
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(var(--xCage_oInnerHeight) * (1 / 100));
  position: absolute;
  display: none;
  color: var(--sColorUniWhite);
  text-align: center;
}
.cPrPanelEnding_sAppStoreBox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.xCage_sViewportVert .cPrPanelEnding_sAppStoreBox {
  gap: calc(((2 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.xCage_sViewportHorz .cPrPanelEnding_sAppStoreBox {
  gap: calc(((0.8 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.cPrPanelEnding_sAppStore {
  flex-grow: 1;
}
.cPrAbout_sCard {
  width: 100%;
  height: 100px;
  position: relative;
  background-position: center;
  background-size: cover;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  flex-basis: 0;
  margin-top: 30px;
}
.cPrAbout_sCardTitle {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  color: var(--sColorUniWhite);
  font-size: 40px;
  text-shadow: 0 0 10px var(--sColorUniBlack);
}
.cPrAbout_sCard.vApproach {
  background-image: url('/c/cMount/oPromo!/oBalancer/uMore/oAbout/bApproach/oApproach_Banner.jpg');
}
.cPrAbout_sCard.vScience {
  background-image: url('/c/cMount/oPromo!/oBalancer/uMore/oAbout/cScience/oScience_Banner.jpg');
}
.cPrAbout_sCard.vTechnology {
  background-image: url('/c/cMount/oPromo!/oBalancer/uMore/oAbout/dTechnology/oTechnology_Banner.jpg');
}
.cPrAbout_sCard.vProduct {
  background-image: url('/c/cMount/uShared!/oImgs/oBanners/oBalancer/Kat1.jpg');
}
.cPrAbout_sCard.vVision {
  background-image: url('/c/cMount/oPromo!/oBalancer/uMore/oAbout/fVision/oVision_Banner.jpg');
}
.cPrAboutLegalCookies_fTitle {
  font-weight: bold;
}
.cPrAboutLocation_sAddress {
  text-align: center;
  width: 100%;
}
.cPrAboutLocationBoltMap_sMap {
  width: 100%;
  height: 100%;
}
.cPrLinks_sBox {
  column-count: 2;
  column-rule: 1px solid var(--sColorUniGreyMeduim);
}
.cPrLinks_sBox > * {
  width: 100%;
}
.cPrLinks_sTitle {
  text-align: center;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sColorPrimary);
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: 20px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
}
.cPrLinks_sTitle,
.cPrLinks_sLink {
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cPrLinks_sLine {
  border-top: 1px solid var(--sColorUniGreyMeduim);
  margin-left: 4px;
  margin-right: 4px;
}
.cPrLinks_sSocials {
  margin: auto;
  max-width: 300px;
  width: 100%;
}
.cPrBalancerPanelAbout_sOuter {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}
.cPrBalancerPanelAbout_sProfileBox {
  background-color: var(--sColorPrimary);
  overflow: hidden;
  max-height: calc((70 / 100) * var(--xCage_oViewportHeightStepped));
  position: relative;
  color: var(--sColorUniWhite);
  background-position: center;
  background-size: cover;
  text-align: center;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 85%, rgba(var(--sColorPrimary_rgb), 0.8) 100%), url('/c/cMount/oPromo!/oBalancer/cPanel/oAbout/oAbout_Profile.jpg');
}
.xCage_sViewportVert .cPrBalancerPanelAbout_sProfileBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelAbout_sProfileBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelAbout_sProfileBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelAbout_sProfileBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelAbout_sProfileBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelAbout_sProfileBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelAbout_sProfileBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelAbout_sProfileBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelAbout_sProfileBox {
  height: calc(var(--xCage_oInnerWidthSafe) * (96 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (96 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelAbout_sProfileBox {
  height: calc(var(--xCage_oInnerWidthSafe) * (46 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (98 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelAbout_sProfileBox {
  height: calc(var(--xCage_oInnerWidthSafe) * (96 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (96 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelAbout_sProfileBox {
  height: calc(var(--xCage_oInnerWidthSafe) * (46 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (98 / 100));
}
.cPrBalancerPanelAbout_sProfileTop {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  line-height: 1.16;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  position: absolute;
  bottom: 22%;
  text-align: center;
  width: 100%;
  color: var(--sColorUniWhite);
  font-weight: bold;
}
.cPrBalancerPanelAbout_sProfileTop1 {
  color: var(--sColorUniYellowText);
}
.xCage_sViewportVert .cPrBalancerPanelAbout_sProfileTop1 {
  font-size: calc(((7 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.xCage_sViewportHorz .cPrBalancerPanelAbout_sProfileTop1 {
  font-size: calc(((2 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.cPrBalancerPanelAbout_sProfileTop2 {
  color: var(--sColorUniYellowText);
}
.xCage_sViewportVert .cPrBalancerPanelAbout_sProfileTop2 {
  font-size: calc(((5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.xCage_sViewportHorz .cPrBalancerPanelAbout_sProfileTop2 {
  font-size: calc(((1.2 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.cPrBalancerPanelAbout_sProfileBottom {
  text-shadow: calc(var(--xCage_oInnerWidthSafe) * (0 / 100)) calc(var(--xCage_oInnerWidthSafe) * (0 / 100)) calc(var(--xCage_oInnerWidthSafe) * (1 / 100)) var(--sColorUniBlack);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.xCage_sViewportVert .cPrBalancerPanelAbout_sProfileBottom {
  font-size: calc(((4.2 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  padding: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelAbout_sProfileBottom {
  font-size: calc(((1.2 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  padding: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.cPrBalancerPanelAbout_sMore {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--sColorUniBlack);
  color: var(--sColorUniWhite);
  user-select: none;
}
.xCage_sViewportVert .cPrBalancerPanelAbout_sMore {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelAbout_sMore {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelAbout_sMore {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelAbout_sMore {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelAbout_sMore {
  font-size: calc(var(--xCage_oInnerWidth) * (3 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelAbout_sMore {
  font-size: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelAbout_sMore {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelAbout_sMore {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelAbout_sMore {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelAbout_sMore {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelAbout_sMore {
  font-size: calc(var(--xCage_oInnerWidth) * (3 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelAbout_sMore {
  font-size: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelAbout_sMore {
  margin-top: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelAbout_sMore {
  margin-top: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.cPrBalancerPanelAbout_sBarclaysText {
  color: var(--sColorUniBlack);
  font-style: italic;
  text-align: center;
}
.xCage_sViewportVert .cPrBalancerPanelAbout_sBarclaysText {
  font-size: calc(((3 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  margin-top: calc(var(--xCage_oInnerHeight) * (3 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelAbout_sBarclaysText {
  font-size: calc(((1 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  margin-top: calc(var(--xCage_oInnerHeight) * (1 / 100));
}
.cPrBalancerPanelAbout_sBarclaysLogo {
  width: 150px;
}
.xCage_sViewportVert .cPrBalancerPanelAbout_sBarclaysLogo {
  margin-top: calc(var(--xCage_oInnerHeight) * (2.5 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelAbout_sBarclaysLogo {
  margin-top: calc(var(--xCage_oInnerHeight) * (2.5 / 100));
}
.cPrBalancerPanelEnding_sBox {
  height: var(--xCage_oViewportHeightDynamic);
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  color: var(--sColorUniWhite);
}
.xCage_sViewportVert .cPrBalancerPanelEnding_sBox {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0) 80%, var(--sColorPrimary) 100%), url('/c/cMount/oPromo!/oBalancer/cPanel/oEnding/oEnding_V.jpg?v=1');
}
.xCage_sViewportHorz .cPrBalancerPanelEnding_sBox {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0) 80%, var(--sColorPrimary) 100%), url('/c/cMount/oPromo!/oBalancer/cPanel/oEnding/oEnding_H.jpg?v=1');
}
.cPrBalancerPanelEnding_sStrap {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-align: center;
  margin-top: var(--xFrame_oHeightTop);
  color: var(--sColorBalancerYellow);
}
.xCage_sViewportVert .cPrBalancerPanelEnding_sStrap,
.xCage_sViewportHorz .cPrBalancerPanelEnding_sStrap {
  top: calc(var(--xCage_oInnerHeight) * (1.5 / 100));
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: calc(var(--xCage_oInnerWidthSafe) * (90 / 100));
  font-size: calc(((4 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  text-shadow: calc(var(--xCage_oInnerWidthSafe) * (0 / 100)) calc(var(--xCage_oInnerWidthSafe) * (0 / 100)) calc(var(--xCage_oInnerWidthSafe) * (5 / 100)) var(--sColorUniBlack);
}
.cPrBalancerPanelEnding_sLeft {
  bottom: calc(var(--xCage_oInnerHeight) * (1 / 100));
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: calc(var(--xCage_oInnerHeight) * (1 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelEnding_sLeft {
  position: absolute;
  left: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
  width: calc(((65 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.xCage_sViewportHorz .cPrBalancerPanelEnding_sLeft {
  position: absolute;
  left: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
  width: calc(((18 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.cPrBalancerPanelEnding_sBoxSections {
  color: var(--sColorUniWhite);
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    font-family: aAtomicMd;
    line-height: if(@pMultiLine, 1.5, 1.02);
    font-size: if((@pSize = null), inherit, @pSize);
    .xFormatter_uFontUntil();*/
  font-family: DMSans;
  font-weight: bold;
  line-height: 1.02;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    font-family: aAtomicMd;
    line-height: if(@pMultiLine, 1.5, 1.02);
    font-size: if((@pSize = null), inherit, @pSize);
    .xFormatter_uFontUntil();*/
}
.xCage_sViewportVert .cPrBalancerPanelEnding_sBoxSections {
  font-size: calc(((6 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  margin-bottom: calc(var(--xCage_oInnerHeight) * (3 / 100));
  text-shadow: calc(var(--xCage_oInnerWidthSafe) * (0 / 100)) calc(var(--xCage_oInnerWidthSafe) * (0 / 100)) calc(var(--xCage_oInnerWidthSafe) * (10 / 100)) #000000;
}
.xCage_sViewportHorz .cPrBalancerPanelEnding_sBoxSections {
  font-size: calc(((2 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  margin-bottom: calc(var(--xCage_oInnerHeight) * (3 / 100));
  text-shadow: calc(var(--xCage_oInnerWidthSafe) * (0 / 100)) calc(var(--xCage_oInnerWidthSafe) * (0 / 100)) calc(var(--xCage_oInnerWidthSafe) * (10 / 100)) #000000;
}
.cPrBalancerPanelEnding_sLogo {
  right: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
  bottom: calc(var(--xCage_oInnerHeight) * (1.5 / 100));
  position: absolute;
}
.xCage_sViewportVert .cPrBalancerPanelEnding_sLogo {
  width: calc(var(--xCage_oInnerWidthSafe) * (25 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelEnding_sLogo {
  width: calc(var(--xCage_oInnerWidthSafe) * (15 / 100));
}
.cPrBalancerPanelEnding_sCopy {
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(var(--xCage_oInnerHeight) * (1 / 100));
  position: absolute;
  display: none;
  color: var(--sColorUniWhite);
  text-align: center;
}
.cPrBalancerPanelEnding_sAppStoreBox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.xCage_sViewportVert .cPrBalancerPanelEnding_sAppStoreBox {
  gap: calc(((2 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.xCage_sViewportHorz .cPrBalancerPanelEnding_sAppStoreBox {
  gap: calc(((0.8 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.cPrBalancerPanelEnding_sAppStore {
  flex-grow: 1;
}
.cPrBalancerPanelHome_sBoxOuter {
  height: 100%;
  width: 100%;
  background-color: var(--sColorPrimary);
  height: calc(((100 / 100) * var(--xCage_oViewportHeightStepped)) - (0 * 1px));
}
.cPrBalancerPanelHome_sBgGradient {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-clip: revert;
  background-size: cover;
  position: absolute;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 88%, var(--sColorPrimary) 96%);
}
.cPrBalancerPanelHome_sBgAlpha {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cPrBalancerPanelHome_sBgImage {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-clip: revert;
  background-size: cover;
  position: absolute;
}
.cPrBalancerPanelHome_sBgVimeo {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-clip: revert;
  background-size: cover;
  position: absolute;
}
.cPrBalancerPanelHome_sTopBox {
  text-shadow: calc(var(--xCage_oInnerWidthSafe) * (0 / 100)) calc(var(--xCage_oInnerWidthSafe) * (0 / 100)) calc(var(--xCage_oInnerWidthSafe) * (2 / 100)) rgba(0, 0, 0, 0.2);
  color: var(--sColorUniWhite);
  text-align: center;
  width: 100%;
}
.xCage_sViewportVert .cPrBalancerPanelHome_sTopBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.xCage_sViewportHorz .cPrBalancerPanelHome_sTopBox {
  left: 50%;
  transform: translateX(-50%);
  top: calc(var(--xCage_oInnerHeight) * (20 / 100));
  position: absolute;
}
.cPrBalancerPanelHome_sTopStrap1 {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    font-family: aAtomicMd;
    line-height: if(@pMultiLine, 1.5, 1.02);
    font-size: if((@pSize = null), inherit, @pSize);
    .xFormatter_uFontUntil();*/
  font-family: DMSans;
  font-weight: bold;
  line-height: 1.02;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    font-family: aAtomicMd;
    line-height: if(@pMultiLine, 1.5, 1.02);
    font-size: if((@pSize = null), inherit, @pSize);
    .xFormatter_uFontUntil();*/
  text-shadow: calc(var(--xCage_oInnerWidthSafe) * (0 / 100)) calc(var(--xCage_oInnerWidthSafe) * (0 / 100)) calc(var(--xCage_oInnerWidthSafe) * (2 / 100)) rgba(0, 0, 4, 0.5);
}
.xCage_sViewportVert .cPrBalancerPanelHome_sTopStrap1 {
  margin-top: calc(var(--xCage_oInnerHeight) * (0 / 100));
  font-size: calc(((11 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.xCage_sViewportHorz .cPrBalancerPanelHome_sTopStrap1 {
  margin-top: calc(var(--xCage_oInnerHeight) * (3 / 100));
  font-size: calc(((3.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.cPrBalancerPanelHome_sTopStrap2 {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Inter;
  font-size: ;
  line-height: 1.1;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
}
.xCage_sViewportVert .cPrBalancerPanelHome_sTopStrap2 {
  font-size: calc(((4.3 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  margin-top: calc(var(--xCage_oInnerHeight) * (1 / 100));
  text-shadow: calc(var(--xCage_oInnerWidthSafe) * (0 / 100)) calc(var(--xCage_oInnerWidthSafe) * (0 / 100)) calc(var(--xCage_oInnerWidthSafe) * (0.5 / 100)) #000000;
}
.xCage_sViewportHorz .cPrBalancerPanelHome_sTopStrap2 {
  font-size: calc(((1.9 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  margin-top: calc(var(--xCage_oInnerHeight) * (2 / 100));
  text-shadow: calc(var(--xCage_oInnerWidthSafe) * (0 / 100)) calc(var(--xCage_oInnerWidthSafe) * (0 / 100)) calc(var(--xCage_oInnerWidthSafe) * (0.5 / 100)) #000000;
}
.cPrBalancerPanelHome_sTopJoinBox {
  display: flex;
  justify-content: center;
}
.xCage_sViewportVert .cPrBalancerPanelHome_sTopJoinBox {
  margin-top: calc(var(--xCage_oInnerHeight) * (2 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelHome_sTopJoinBox {
  margin-top: calc(var(--xCage_oInnerHeight) * (6 / 100));
}
.cPrBalancerPanelHome_sTopButtonJoin {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--sColorUniWhite);
  color: var(--sColorUniBlack);
  user-select: none;
}
.xCage_sViewportVert .cPrBalancerPanelHome_sTopButtonJoin {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelHome_sTopButtonJoin {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelHome_sTopButtonJoin {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelHome_sTopButtonJoin {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelHome_sTopButtonJoin {
  font-size: calc(var(--xCage_oInnerWidth) * (3 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelHome_sTopButtonJoin {
  font-size: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelHome_sTopButtonJoin {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelHome_sTopButtonJoin {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelHome_sTopButtonJoin {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelHome_sTopButtonJoin {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelHome_sTopButtonJoin {
  font-size: calc(var(--xCage_oInnerWidth) * (3 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelHome_sTopButtonJoin {
  font-size: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelHome_sTopButtonJoin {
  font-size: calc(var(--xCage_oInnerWidth) * (6 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (5 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (5 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (3.5 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (3.5 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelHome_sTopButtonJoin {
  font-size: calc(var(--xCage_oInnerWidth) * (1.5 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (1.5 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (1.5 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (0.3 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelHome_sTopButtonJoin {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelHome_sTopButtonJoin {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelHome_sTopButtonJoin {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelHome_sTopButtonJoin {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelHome_sTopButtonJoin {
  font-size: calc(var(--xCage_oInnerWidth) * (3 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelHome_sTopButtonJoin {
  font-size: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelHome_sTopButtonJoin {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelHome_sTopButtonJoin {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelHome_sTopButtonJoin {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelHome_sTopButtonJoin {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelHome_sTopButtonJoin {
  font-size: calc(var(--xCage_oInnerWidth) * (3 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelHome_sTopButtonJoin {
  font-size: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelHome_sTopButtonJoin {
  font-size: calc(var(--xCage_oInnerWidth) * (6 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (5 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (5 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (3.5 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (3.5 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelHome_sTopButtonJoin {
  font-size: calc(var(--xCage_oInnerWidth) * (1.5 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (1.5 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (1.5 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (0.3 / 100));
}
.cPrBalancerPanelHome_sMessageBox {
  top: calc(var(--xCage_oInnerHeight) * (65 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (70 / 100));
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.cPrBalancerPanelHome_sMessageTitle {
  font-size: calc(((4 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  color: var(--sColorUniWhite);
  margin-bottom: 5px;
  margin-left: 5px;
}
.cPrBalancerPanelHome_sMessages {
  width: 250px;
}
.cPrBalancerPanelHome_sBottomBox {
  bottom: calc(var(--xCage_oInnerHeight) * (0 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (100 / 100));
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.xCage_sViewportVert .cPrBalancerPanelHome_sBottomBox {
  padding: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelHome_sBottomBox {
  padding: calc(var(--xCage_oInnerWidthSafe) * (0.5 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelHome_sBottomIcon {
  width: calc(var(--xCage_oInnerWidthSafe) * (5 / 100));
  height: calc(var(--xCage_oInnerWidthSafe) * (5 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelHome_sBottomIcon {
  width: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
  height: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
}
.cPrBalancerPanelHome_sBottomPoints {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  justify-content: center;
  justify-items: center;
  font-size: calc(((3 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  display: grid;
  color: var(--sColorUniWhite);
  text-align: center;
}
.xCage_sViewportVert .cPrBalancerPanelHome_sBottomPoints {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
  padding: calc(var(--xCage_oInnerWidthSafe) * (0 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelHome_sBottomPoints {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.5 / 100));
  padding: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelHome_sBottomBalancer {
  width: calc(var(--xCage_oInnerWidthSafe) * (35 / 100));
  margin-bottom: calc(var(--xCage_oInnerWidthSafe) * (4 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelHome_sBottomBalancer {
  width: calc(var(--xCage_oInnerWidthSafe) * (15 / 100));
  margin-bottom: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
}
.cPrBalancerPanelHome_sSave {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  background: var(--sColorUniYellow);
  color: var(--sColorUniBlack);
  border-radius: 50%;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  text-align: center;
  transform: rotate(-30deg);
}
.xCage_sViewportVert .cPrBalancerPanelHome_sSave {
  width: calc(var(--xCage_oInnerWidthSafe) * (22 / 100));
  height: calc(var(--xCage_oInnerWidthSafe) * (22 / 100));
  top: calc(var(--xCage_oInnerHeight) * (8 / 100));
  position: absolute;
  left: calc(var(--xCage_oInnerWidthSafe) * (5 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelHome_sSave {
  width: calc(var(--xCage_oInnerWidthSafe) * (8 / 100));
  height: calc(var(--xCage_oInnerWidthSafe) * (8 / 100));
  top: calc(var(--xCage_oInnerHeight) * (8 / 100));
  position: absolute;
  left: calc(var(--xCage_oInnerWidthSafe) * (5 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelHome_sSaveTop {
  font-size: calc(var(--xCage_oInnerWidthSafe) * (4 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelHome_sSaveTop {
  font-size: calc(var(--xCage_oInnerWidthSafe) * (1.7 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelHome_sSaveMiddle {
  font-size: calc(var(--xCage_oInnerWidthSafe) * (7 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelHome_sSaveMiddle {
  font-size: calc(var(--xCage_oInnerWidthSafe) * (2.6 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelHome_sSaveBottom {
  font-size: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelHome_sSaveBottom {
  font-size: calc(var(--xCage_oInnerWidthSafe) * (1.2 / 100));
}
.cPrBalancerPanelHome_sCoach {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  background: var(--sColorUniYellow);
  color: var(--sColorUniBlack);
  border-radius: 50%;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  text-align: center;
  transform: rotate(-30deg);
}
.xCage_sViewportVert .cPrBalancerPanelHome_sCoach {
  width: calc(var(--xCage_oInnerWidthSafe) * (22 / 100));
  height: calc(var(--xCage_oInnerWidthSafe) * (22 / 100));
  top: calc(var(--xCage_oInnerHeight) * (8 / 100));
  position: absolute;
  left: calc(var(--xCage_oInnerWidthSafe) * (5 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelHome_sCoach {
  width: calc(var(--xCage_oInnerWidthSafe) * (8 / 100));
  height: calc(var(--xCage_oInnerWidthSafe) * (8 / 100));
  top: calc(var(--xCage_oInnerHeight) * (8 / 100));
  position: absolute;
  left: calc(var(--xCage_oInnerWidthSafe) * (5 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelHome_sCoachTop {
  font-size: calc(var(--xCage_oInnerWidthSafe) * (5 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelHome_sCoachTop {
  font-size: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelHome_sCoachMiddle {
  font-size: calc(var(--xCage_oInnerWidthSafe) * (6 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelHome_sCoachMiddle {
  font-size: calc(var(--xCage_oInnerWidthSafe) * (2.2 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelHome_sCoachBottom {
  font-size: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelHome_sCoachBottom {
  font-size: calc(var(--xCage_oInnerWidthSafe) * (1.2 / 100));
}
.cPrBalancerPanelHowItWorks_sOuter {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cPrBalancerPanelHowItWorks_sVideoBox {
  background-color: var(--sColorUniBlack);
  overflow: hidden;
  background-position: center;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  flex-grow: 1;
  position: relative;
}
.xCage_sViewportVert .cPrBalancerPanelHowItWorks_sVideoBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelHowItWorks_sVideoBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelHowItWorks_sVideoBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelHowItWorks_sVideoBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelHowItWorks_sVideoBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelHowItWorks_sVideoBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelHowItWorks_sVideoBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelHowItWorks_sVideoBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelHowItWorks_sVideoBox {
  width: calc(var(--xCage_oInnerWidthSafe) * (98 / 100));
  height: calc(((80 / 100) * var(--xCage_oViewportHeightStepped)) - (0 * 1px));
}
.xCage_sViewportHorz .cPrBalancerPanelHowItWorks_sVideoBox {
  max-height: calc((70 / 100) * var(--xCage_oViewportHeightStepped));
  height: calc(var(--xCage_oInnerWidthSafe) * (46 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (98 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelHowItWorks_sVideoBox {
  width: calc(var(--xCage_oInnerWidthSafe) * (98 / 100));
  height: calc(((80 / 100) * var(--xCage_oViewportHeightStepped)) - (0 * 1px));
}
.xCage_sViewportHorz .cPrBalancerPanelHowItWorks_sVideoBox {
  max-height: calc((70 / 100) * var(--xCage_oViewportHeightStepped));
  height: calc(var(--xCage_oInnerWidthSafe) * (46 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (98 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelHowItWorks_sVideoBox {
  background-image: url('/c/cMount/oPromo!/oBalancer/cPanel/oHowItWorks/oHowItWorks_V.jpg');
}
.xCage_sViewportHorz .cPrBalancerPanelHowItWorks_sVideoBox {
  background-image: url('/c/cMount/oPromo!/oBalancer/cPanel/oHowItWorks/oHowItWorks_H.jpg');
}
.cPrBalancerPanelHowItWorks_sVideoVimeo {
  height: 100%;
  width: 100%;
}
.cPrBalancerPanelHowItWorks_sVideoIconBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(var(--sColorPrimary_rgb), 0.7);
  border-radius: 50%;
  display: inline-block;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
}
.xCage_sViewportVert .cPrBalancerPanelHowItWorks_sVideoIconBox {
  width: calc(var(--xCage_oInnerWidthSafe) * (30 / 100));
  height: calc(var(--xCage_oInnerWidthSafe) * (30 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelHowItWorks_sVideoIconBox {
  width: calc(var(--xCage_oInnerWidthSafe) * (12 / 100));
  height: calc(var(--xCage_oInnerWidthSafe) * (12 / 100));
}
.cPrBalancerPanelHowItWorks_sVideoIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--sColorUniWhite);
}
.xCage_sViewportVert .cPrBalancerPanelHowItWorks_sVideoIcon {
  width: calc(var(--xCage_oInnerWidthSafe) * (20 / 100));
  height: calc(var(--xCage_oInnerWidthSafe) * (20 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelHowItWorks_sVideoIcon {
  width: calc(var(--xCage_oInnerWidthSafe) * (8 / 100));
  height: calc(var(--xCage_oInnerWidthSafe) * (8 / 100));
}
.cPrBalancerPanelHowItWorks_sDataBox {
  background-color: var(--sColorPrimary);
  overflow: hidden;
  color: var(--sColorUniWhite);
  margin-left: auto;
  margin-right: auto;
}
.xCage_sViewportVert .cPrBalancerPanelHowItWorks_sDataBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelHowItWorks_sDataBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelHowItWorks_sDataBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelHowItWorks_sDataBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelHowItWorks_sDataBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelHowItWorks_sDataBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelHowItWorks_sDataBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelHowItWorks_sDataBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelHowItWorks_sDataBox {
  width: calc(var(--xCage_oInnerWidthSafe) * (96 / 100));
  gap: calc(((15 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  padding: calc(var(--xCage_oInnerWidthSafe) * (0 / 100));
  margin-top: calc(var(--xCage_oInnerWidthSafe) * (0 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelHowItWorks_sDataBox {
  width: calc(var(--xCage_oInnerWidthSafe) * (58 / 100));
  gap: calc(((2 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  font-size: calc(((0.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  padding: calc(var(--xCage_oInnerWidthSafe) * (0 / 100));
  margin-top: calc(var(--xCage_oInnerWidthSafe) * (0 / 100));
}
.cPrBalancerPanelHowItWorks_sDataTitle {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  color: var(--sColorUniWhite);
  text-align: center;
}
.xCage_sViewportVert .cPrBalancerPanelHowItWorks_sDataTitle {
  margin-top: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
  font-size: calc(((6.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.xCage_sViewportHorz .cPrBalancerPanelHowItWorks_sDataTitle {
  margin-top: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
  font-size: calc(((2.2 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.cPrBalancerPanelHowItWorks_sDataPoints {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Inter;
  font-size: ;
  line-height: 1.1;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-align: left;
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.xCage_sViewportVert .cPrBalancerPanelHowItWorks_sDataPoints {
  font-size: calc(((4.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  gap: calc(((4 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  padding-top: calc(((3 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  padding-left: calc(((1.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  padding-right: calc(((1.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  padding-bottom: calc(((7 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.xCage_sViewportHorz .cPrBalancerPanelHowItWorks_sDataPoints {
  font-size: calc(((1.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  gap: calc(((1 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  padding-top: calc(((1 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  padding-left: calc(((1.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  padding-right: calc(((1.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  padding-bottom: calc(((2.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.cPrBalancerPanelHowItWorks_sDataItem {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.xCage_sViewportVert .cPrBalancerPanelHowItWorks_sDataItem {
  gap: calc(((3 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.xCage_sViewportHorz .cPrBalancerPanelHowItWorks_sDataItem {
  gap: calc(((1 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.xCage_sViewportVert .cPrBalancerPanelHowItWorks_sDataIcon {
  width: calc(((8 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  height: calc(((8 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.xCage_sViewportHorz .cPrBalancerPanelHowItWorks_sDataIcon {
  width: calc(((2 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  height: calc(((2 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.cPrBalancerPanelHowItWorks_sIntegrationSubtitle {
  color: var(--sColorUniBlack);
  font-style: italic;
  text-align: center;
}
.xCage_sViewportVert .cPrBalancerPanelHowItWorks_sIntegrationSubtitle {
  font-size: calc(((4.8 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  margin-top: calc(var(--xCage_oInnerHeight) * (3 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelHowItWorks_sIntegrationSubtitle {
  font-size: calc(((1.6 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  margin-top: calc(var(--xCage_oInnerHeight) * (3 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelHowItWorks_sIntegration {
  margin-top: calc(var(--xCage_oInnerWidthSafe) * (2.5 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelHowItWorks_sIntegration {
  margin-top: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelHowItWorks_sIntegrationLogo {
  width: calc(var(--xCage_oInnerWidthSafe) * (10 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelHowItWorks_sIntegrationLogo {
  width: calc(var(--xCage_oInnerWidthSafe) * (8 / 100));
}
.cPrBalancerPanelHowItWorks_sIntegrationText {
  color: var(--sColorUniBlack);
}
.xCage_sViewportVert .cPrBalancerPanelHowItWorks_sIntegrationText {
  margin-top: calc(var(--xCage_oInnerWidthSafe) * (0 / 100));
  font-size: calc(((4 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.xCage_sViewportHorz .cPrBalancerPanelHowItWorks_sIntegrationText {
  margin-top: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
  font-size: calc(((1.4 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.cPrBalancerPanelPricing_sOuter {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
.xCage_sViewportVert .cPrBalancerPanelPricing_sOuter {
  height: calc(((100 / 100) * var(--xCage_oViewportHeightStepped)) - (0 * 1px));
}
.xCage_sViewportHorz .cPrBalancerPanelPricing_sOuter {
  height: calc(((118 / 100) * var(--xCage_oViewportHeightStepped)) - (0 * 1px));
}
.cPrBalancerPanelPricing_sMain {
  flex-grow: 1;
  flex-basis: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.cPrBalancerPanelPricing_sMainBgBox {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  flex-grow: 1;
}
.cPrBalancerPanelPricing_sMainBg {
  /*    .cPrPromo_uBoxShadowInset(0,0,4,2, rgba(0,0,0, 0.15));*/
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40%;
  width: 100%;
  transition: background 500ms linear;
  background: var(--sColorPrimary);
}
.cPrBalancerPanelPricing_sMainBg.vWhite {
  background: var(--sColorUniYellow);
  /* yellow */
}
.cPrBalancerPanelPricing_sMainBgLine {
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(var(--xCage_oInnerHeight) * (5 / 100));
  position: absolute;
  height: calc(var(--xCage_oInnerHeight) * (30 / 100));
  width: calc(var(--xCage_oInnerHeight) * (1 / 100));
  background: var(--sColorUniBlack);
}
.cPrBalancerPanelPricing_sMainBgLine.vWhite {
  background: var(--sColorUniGreyWeak);
}
.cPrBalancerPanelPricing_sMainTopCardBox {
  left: 50%;
  transform: translateX(-50%);
  top: calc(var(--xCage_oInnerHeight) * (0 / 100));
  position: absolute;
  height: calc(var(--xCage_oInnerHeight) * (32 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelPricing_sMainTopCardBox {
  width: calc(var(--xCage_oInnerWidthSafe) * (96 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelPricing_sMainTopCardBox {
  width: calc(var(--xCage_oInnerWidthSafe) * (58 / 100));
}
.cPrBalancerPanelPricing_sMainTopCard {
  font-size: calc(var(--xCage_oInnerHeight) * (9 / 100));
  padding: calc(var(--xCage_oInnerHeight) * (2 / 100));
  padding-bottom: calc(var(--xCage_oInnerHeight) * (3 / 100));
  display: flex;
  align-items: center;
  flex-direction: column;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Inter;
  font-size: ;
  line-height: 1.1;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  color: var(--sColorUniWhite);
  border: 0px !important;
  height: 100%;
  width: 100%;
  justify-content: center;
  background: var(--sColorPrimary);
  transition: background 500ms linear;
}
.xCage_sViewportVert .cPrBalancerPanelPricing_sMainTopCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelPricing_sMainTopCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelPricing_sMainTopCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelPricing_sMainTopCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.cPrBalancerPanelPricing_sMainTopCard.vWhite {
  background: var(--sColorUniYellow);
}
.cPrBalancerPanelPricing_sMainTopCardLayout {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
}
.cPrBalancerPanelPricing_sMainTopCardTitle {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-size: calc(var(--xCage_oInnerHeight) * (10 / 100));
  margin-top: calc(var(--xCage_oInnerHeight) * (4 / 100));
  width: calc(var(--xCage_oInnerHeight) * (50 / 100));
  color: var(--sColorUniYellow);
  text-align: center;
}
.cPrBalancerPanelPricing_sMainTopCardPrice {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
}
.xCage_sViewportVert .cPrBalancerPanelPricing_sMainTopCardPrice,
.xCage_sViewportHorz .cPrBalancerPanelPricing_sMainTopCardPrice {
  margin-top: calc(var(--xCage_oInnerHeight) * (2 / 100));
}
.cPrBalancerPanelPricing_sMainTopCardPriceLeft {
  flex-grow: 1;
  flex-basis: 0;
  text-align: right;
}
.cPrBalancerPanelPricing_sMainTopCardPriceRight {
  flex-grow: 1;
  flex-basis: 0;
}
.cPrBalancerPanelPricing_sMainTopCardPriceValue {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-size: calc(var(--xCage_oInnerHeight) * (17 / 100));
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: var(--sColorUniWhite);
  color: var(--sColorPrimary);
  transition: color 500ms linear;
  flex-grow: 0;
}
.cPrBalancerPanelPricing_sMainTopCardPriceValue.vWhite {
  color: var(--sColorUniYellow);
}
.cPrBalancerPanelPricing_sMainTopCardButton {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--sColorUniWhite);
  color: var(--sColorUniBlack);
  user-select: none;
  transition: color 500ms linear;
  color: var(--sColorPrimary);
}
.xCage_sViewportVert .cPrBalancerPanelPricing_sMainTopCardButton {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelPricing_sMainTopCardButton {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelPricing_sMainTopCardButton {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelPricing_sMainTopCardButton {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelPricing_sMainTopCardButton {
  font-size: calc(var(--xCage_oInnerWidth) * (3 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelPricing_sMainTopCardButton {
  font-size: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelPricing_sMainTopCardButton {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelPricing_sMainTopCardButton {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelPricing_sMainTopCardButton {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelPricing_sMainTopCardButton {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelPricing_sMainTopCardButton {
  font-size: calc(var(--xCage_oInnerWidth) * (3 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelPricing_sMainTopCardButton {
  font-size: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelPricing_sMainTopCardButton,
.xCage_sViewportHorz .cPrBalancerPanelPricing_sMainTopCardButton {
  font-size: calc(var(--xCage_oInnerHeight) * (10 / 100));
  margin-top: calc(var(--xCage_oInnerHeight) * (2 / 100));
  padding-top: calc(var(--xCage_oInnerHeight) * (1.5 / 100));
  padding-bottom: calc(var(--xCage_oInnerHeight) * (1.5 / 100));
  padding-left: calc(var(--xCage_oInnerHeight) * (8 / 100));
  padding-right: calc(var(--xCage_oInnerHeight) * (8 / 100));
}
.cPrBalancerPanelPricing_sMainTopCardButton.vWhite {
  color: var(--sColorUniYellow);
}
.cPrBalancerPanelPricing_sMainTopCardGuarantee {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  left: 50%;
  transform: translateX(-50%);
  top: calc(var(--xCage_oInnerHeight) * (33 / 100));
  position: absolute;
  font-size: calc(var(--xCage_oInnerHeight) * (2.8 / 100));
  color: var(--sColorGood);
  text-align: center;
  width: 100%;
}
.cPrBalancerPanelPricing_sMainTopCardPlus {
  margin-top: calc(var(--xCage_oInnerHeight) * (4 / 100));
  font-size: calc(var(--xCage_oInnerHeight) * (7 / 100));
  font-style: italic;
}
.cPrBalancerPanelPricing_sMainTopCardFree {
  margin-top: calc(var(--xCage_oInnerHeight) * (6 / 100));
  line-height: 1;
  text-align: center;
}
.cPrBalancerPanelPricing_sMainTopCardFreeBox {
  font-size: calc(var(--xCage_oInnerHeight) * (10 / 100));
}
.cPrBalancerPanelPricing_sMainTopCardFreeWorth {
  margin-top: calc(var(--xCage_oInnerHeight) * (5 / 100));
  font-size: calc(var(--xCage_oInnerHeight) * (7 / 100));
  font-style: italic;
}
.cPrBalancerPanelPricing_sMainBottomThreeBox {
  left: 50%;
  transform: translateX(-50%);
  top: calc(var(--xCage_oInnerHeight) * (31 / 100));
  position: absolute;
  width: calc(var(--xCage_oInnerHeight) * (68 / 100));
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}
.cPrBalancerPanelPricing_sMainBottomThree {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(var(--xCage_oInnerHeight) * (62 / 100));
  aspect-ratio: 1;
}
.cPrBalancerPanelPricing_sMainBottomImg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(var(--xCage_oInnerHeight) * (48 / 100));
  aspect-ratio: 1;
}
.xCage_sViewportVert .cPrBalancerPanelPricing_sMainBottomImg {
  filter: drop-shadow(calc(var(--xCage_oInnerWidthSafe) * (0.5 / 100)) calc(var(--xCage_oInnerWidthSafe) * (0.5 / 100)) calc(var(--xCage_oInnerWidthSafe) * (0.5 / 100)) rgba(0, 0, 0, 0.5));
}
.xCage_sViewportHorz .cPrBalancerPanelPricing_sMainBottomImg {
  filter: drop-shadow(calc(var(--xCage_oInnerWidthSafe) * (0.5 / 100)) calc(var(--xCage_oInnerWidthSafe) * (0.5 / 100)) calc(var(--xCage_oInnerWidthSafe) * (0.5 / 100)) rgba(0, 0, 0, 0.5));
}
.cPrBalancerPanelPricing_sMainBottomThreeLabel {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--sColorUniWhite);
  color: var(--sColorUniBlack);
  user-select: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.xCage_sViewportVert .cPrBalancerPanelPricing_sMainBottomThreeLabel {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelPricing_sMainBottomThreeLabel {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelPricing_sMainBottomThreeLabel {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelPricing_sMainBottomThreeLabel {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelPricing_sMainBottomThreeLabel {
  font-size: calc(var(--xCage_oInnerWidth) * (3 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelPricing_sMainBottomThreeLabel {
  font-size: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelPricing_sMainBottomThreeLabel {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelPricing_sMainBottomThreeLabel {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelPricing_sMainBottomThreeLabel {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelPricing_sMainBottomThreeLabel {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelPricing_sMainBottomThreeLabel {
  font-size: calc(var(--xCage_oInnerWidth) * (3 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelPricing_sMainBottomThreeLabel {
  font-size: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelPricing_sMainBottomButton,
.xCage_sViewportHorz .cPrBalancerPanelPricing_sMainBottomButton {
  width: calc(var(--xCage_oInnerHeight) * (15 / 100));
  padding-top: calc(var(--xCage_oInnerHeight) * (1.5 / 100));
  padding-bottom: calc(var(--xCage_oInnerHeight) * (1.5 / 100));
  padding-left: calc(var(--xCage_oInnerHeight) * (2 / 100));
  padding-right: calc(var(--xCage_oInnerHeight) * (2 / 100));
  font-size: calc(var(--xCage_oInnerHeight) * (5 / 100));
  bottom: calc(var(--xCage_oInnerHeight) * (3 / 100));
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.cPrBalancerPanelPricing_sPaymentSubtitle {
  color: var(--sColorUniBlack);
  font-style: italic;
  text-align: center;
}
.xCage_sViewportVert .cPrBalancerPanelPricing_sPaymentSubtitle {
  font-size: calc(((4.8 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  margin-top: calc(var(--xCage_oInnerHeight) * (3 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelPricing_sPaymentSubtitle {
  font-size: calc(((1.6 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  margin-top: calc(var(--xCage_oInnerHeight) * (3 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelPricing_sPaymentLogo {
  margin-top: calc(var(--xCage_oInnerHeight) * (2 / 100));
  width: calc(var(--xCage_oInnerHeight) * (35 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelPricing_sPaymentLogo {
  margin-top: calc(var(--xCage_oInnerHeight) * (3 / 100));
  width: calc(var(--xCage_oInnerHeight) * (45 / 100));
}
.cPrBalancerPanelPricingBoltButton_sMe {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--sColorUniBlack);
  color: var(--sColorUniWhite);
  user-select: none;
}
.xCage_sViewportVert .cPrBalancerPanelPricingBoltButton_sMe {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelPricingBoltButton_sMe {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelPricingBoltButton_sMe {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelPricingBoltButton_sMe {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelPricingBoltButton_sMe {
  font-size: calc(var(--xCage_oInnerWidth) * (3 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelPricingBoltButton_sMe {
  font-size: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelPricingBoltButton_sMe {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelPricingBoltButton_sMe {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelPricingBoltButton_sMe {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelPricingBoltButton_sMe {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelPricingBoltButton_sMe {
  font-size: calc(var(--xCage_oInnerWidth) * (3 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelPricingBoltButton_sMe {
  font-size: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelPricingBoltButton_sMe,
.xCage_sViewportHorz .cPrBalancerPanelPricingBoltButton_sMe {
  padding-top: calc(var(--xCage_oInnerHeight) * (0.4 / 100));
  padding-bottom: calc(var(--xCage_oInnerHeight) * (0.4 / 100));
  padding-left: calc(var(--xCage_oInnerHeight) * (2.5 / 100));
  padding-right: calc(var(--xCage_oInnerHeight) * (2.5 / 100));
  font-size: calc(var(--xCage_oInnerHeight) * (2.8 / 100));
}
.cPrBalancerPanelPricingBoltButton_sMe.vBlack {
  background: var(--sColorUniBlack);
  color: var(--sColorUniGreyWeak);
}
.cPrBalancerPanelPricingBoltButton_sMe.vWhite {
  background: var(--sColorUniGreyWeak);
  color: var(--sColorUniGreyDark);
}
.cPrBalancerPanelPricingMore_sPackage1 {
  font-weight: bold;
}
.cPrBalancerPanelPricingMore_sPackage2 {
  font-style: italic;
}
.cPrBalancerPanelQs_sBox {
  display: flex;
  flex-direction: column;
  max-width: calc(var(--xCage_oInnerWidthSafe) * (98 / 100));
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}
.xCage_sViewportVert .cPrBalancerPanelQs_sBox {
  height: calc(((80 / 100) * var(--xCage_oViewportHeightStepped)) - (0 * 1px));
}
.xCage_sViewportHorz .cPrBalancerPanelQs_sBox {
  height: calc(((50 / 100) * var(--xCage_oViewportHeightStepped)) - (0 * 1px));
}
.xCage_sViewportVert .cPrBalancerPanelQs_sQsCard {
  width: calc(var(--xCage_oInnerWidthSafe) * (98 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelQs_sQsCard {
  width: calc(var(--xCage_oInnerWidthSafe) * (58 / 100));
  /*.cPrPromo_uBoxContentSafe();*/
}
.xCage_sViewportVert .cPrBalancerPanelQs_sChatBox {
  width: 450px;
}
.xCage_sViewportHorz .cPrBalancerPanelQs_sChatBox {
  width: 650px;
}
.xCage_sViewportVert .cPrBalancerPanelQs_sChat {
  gap: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelQs_sChat {
  gap: calc(var(--xCage_oInnerWidthSafe) * (0.4 / 100));
  padding-right: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.cPrBalancerPanelQs_sCardMore {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--sColorUniBlack);
  color: var(--sColorUniWhite);
  user-select: none;
  border-radius: 10px 10px 10px 0px;
  min-height: 42.5px;
}
.xCage_sViewportVert .cPrBalancerPanelQs_sCardMore {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelQs_sCardMore {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelQs_sCardMore {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelQs_sCardMore {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelQs_sCardMore {
  font-size: calc(var(--xCage_oInnerWidth) * (3 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelQs_sCardMore {
  font-size: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelQs_sCardMore {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelQs_sCardMore {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelQs_sCardMore {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelQs_sCardMore {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelQs_sCardMore {
  font-size: calc(var(--xCage_oInnerWidth) * (3 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelQs_sCardMore {
  font-size: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelQs_sCardMore {
  padding-top: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
  margin-top: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelQs_sCardMore {
  padding-top: calc(var(--xCage_oInnerWidthSafe) * (0.5 / 100));
  margin-top: calc(var(--xCage_oInnerWidthSafe) * (0.5 / 100));
  margin-right: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.cPrBalancerPanelReviews_sOuter {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  align-items: center;
}
.cPrBalancerPanelReviews_sBoxGradient {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*background-color: @cSiTheme_sColorPrimary;*/
  position: relative;
  overflow: hidden;
}
.xCage_sViewportVert .cPrBalancerPanelReviews_sBoxGradient {
  height: calc(((60 / 100) * var(--xCage_oViewportHeightStepped)) - (0 * 1px));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, var(--sColorPrimary) 15%, var(--sColorPrimary) 85%, rgba(0, 0, 0, 0) 100%);
}
.xCage_sViewportHorz .cPrBalancerPanelReviews_sBoxGradient {
  height: calc(((75 / 100) * var(--xCage_oViewportHeightStepped)) - (0 * 1px));
}
.cPrBalancerPanelReviews_sBoxBg {
  background-color: var(--sColorPrimary);
  position: absolute;
  width: 100%;
}
.xCage_sViewportVert .cPrBalancerPanelReviews_sBoxBg {
  display: none;
}
.xCage_sViewportHorz .cPrBalancerPanelReviews_sBoxBg {
  top: 50%;
  height: calc(((40 / 100) * var(--xCage_oViewportHeightStepped)) - (0 * 1px));
}
.cPrBalancerPanelReviews_sSwiperBox {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 0;
  position: absolute;
  height: 100%;
  overflow: hidden;
}
.xCage_sViewportVert .cPrBalancerPanelReviews_sSwiperBox {
  width: calc(var(--xCage_oInnerWidthSafe) * (150 / 100));
  padding-top: calc(var(--xCage_oInnerWidthSafe) * (4 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidthSafe) * (4 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelReviews_sSwiperBox {
  width: calc(var(--xCage_oInnerWidthSafe) * (100 / 100));
  padding-top: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
}
.cPrBalancerPanelReviews_sSwiperCage {
  width: 100%;
  height: 100%;
}
.xCage_sViewportHorz .cPrBalancerPanelReviews_sSwiperCage {
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 4%, #000000 96%, rgba(0, 0, 0, 0) 100%);
}
.cPrBalancerPanelReviews_sSeenSubtitle {
  color: var(--sColorUniBlack);
  font-style: italic;
  text-align: center;
}
.xCage_sViewportVert .cPrBalancerPanelReviews_sSeenSubtitle {
  font-size: calc(((4.8 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  margin-top: calc(var(--xCage_oInnerHeight) * (3 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelReviews_sSeenSubtitle {
  font-size: calc(((1.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  margin-top: calc(var(--xCage_oInnerHeight) * (2 / 100));
}
.cPrBalancerPanelReviews_sSeenBox {
  width: calc(var(--xCage_oInnerWidthSafe) * (100 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelReviews_sSeenLogo {
  width: calc(var(--xCage_oInnerWidthSafe) * (20 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelReviews_sSeenLogo {
  width: calc(var(--xCage_oInnerWidthSafe) * (12 / 100));
}
.cPrBalancerPanelYourApp_sOuter {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.cPrBalancerPanelYourApp_sMain {
  position: relative;
  width: 100%;
}
.cPrBalancerPanelYourApp_sPointsBox {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Inter;
  font-size: ;
  line-height: 1.1;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  background-color: var(--sColorUniYellow);
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  color: var(--sColorUniWhite);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.xCage_sViewportVert .cPrBalancerPanelYourApp_sPointsBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourApp_sPointsBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourApp_sPointsBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourApp_sPointsBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourApp_sPointsBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourApp_sPointsBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourApp_sPointsBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourApp_sPointsBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourApp_sPointsBox {
  width: calc(var(--xCage_oInnerWidthSafe) * (96 / 100));
  padding-top: calc(((3.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  padding-bottom: calc(((5.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  gap: calc(((4 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.xCage_sViewportHorz .cPrBalancerPanelYourApp_sPointsBox {
  width: calc(var(--xCage_oInnerWidthSafe) * (58 / 100));
  gap: calc(((0.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  padding-top: calc(((1.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  padding-bottom: calc(((2.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.cPrBalancerPanelYourApp_sPointsTitle {
  color: var(--sColorUniWhite);
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-align: center;
}
.xCage_sViewportVert .cPrBalancerPanelYourApp_sPointsTitle {
  font-size: calc(((7 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.xCage_sViewportHorz .cPrBalancerPanelYourApp_sPointsTitle {
  font-size: calc(((2.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.cPrBalancerPanelYourApp_sPointsInner {
  display: flex;
  flex-direction: row;
}
.xCage_sViewportVert .cPrBalancerPanelYourApp_sPointsInner {
  font-size: calc(((4.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  gap: calc(var(--xCage_oInnerWidthSafe) * (7 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourApp_sPointsInner {
  font-size: calc(((1.4 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  gap: calc(var(--xCage_oInnerWidthSafe) * (6 / 100));
}
.cPrBalancerPanelYourApp_sPointsList {
  display: flex;
  flex-direction: column;
}
.xCage_sViewportVert .cPrBalancerPanelYourApp_sPointsList {
  gap: calc(((1 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.xCage_sViewportHorz .cPrBalancerPanelYourApp_sPointsList {
  gap: calc(((0.55 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.cPrBalancerPanelYourApp_sScreenBottom {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Inter;
  font-size: ;
  line-height: 1.1;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  width: calc(var(--xCage_oInnerWidth) * (100 / 100));
  background-color: var(--sColorUniYellow);
  color: var(--sColorUniWhite);
  display: flex;
  align-items: center;
  justify-content: center;
}
.xCage_sViewportVert .cPrBalancerPanelYourApp_sScreenBottom,
.xCage_sViewportHorz .cPrBalancerPanelYourApp_sScreenBottom {
  height: calc(var(--xCage_oInnerHeight) * (5 / 100));
  position: absolute;
  bottom: calc(var(--xCage_oInnerWidthSafe) * (0 / 100));
}
.cPrBalancerPanelYourApp_sScreenBottomBackground {
  position: absolute;
  bottom: calc(var(--xCage_oInnerWidthSafe) * (0 / 100));
  background-color: var(--sColorUniYellow);
  width: 100%;
}
.xCage_sViewportVert .cPrBalancerPanelYourApp_sScreenBottomBackground {
  height: calc(var(--xCage_oInnerHeight) * (28 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourApp_sScreenBottomBackground {
  height: calc(var(--xCage_oInnerHeight) * (23 / 100));
}
.cPrBalancerPanelYourApp_sScreenBottomIcon {
  position: relative;
}
.xCage_sViewportVert .cPrBalancerPanelYourApp_sScreenBottomIcon {
  width: calc(((7 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  height: calc(((7 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.xCage_sViewportHorz .cPrBalancerPanelYourApp_sScreenBottomIcon {
  width: calc(((2.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  height: calc(((2.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.cPrBalancerPanelYourApp_sScreenBottomText {
  text-align: center;
  flex-grow: 1;
  position: relative;
}
.xCage_sViewportVert .cPrBalancerPanelYourApp_sScreenBottomText {
  font-size: calc(((5.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.xCage_sViewportHorz .cPrBalancerPanelYourApp_sScreenBottomText {
  font-size: calc(((2 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.cPrBalancerPanelYourApp_sPhoneBox {
  transition: bottom 800ms ease-out;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.xCage_sViewportVert .cPrBalancerPanelYourApp_sPhoneBox,
.xCage_sViewportHorz .cPrBalancerPanelYourApp_sPhoneBox {
  margin-top: calc(var(--xCage_oInnerWidthSafe) * (10 / 100));
  margin-bottom: calc(var(--xCage_oInnerWidthSafe) * (5 / 100));
}
.cPrBalancerPanelYourApp_sPhoneSmartBox {
  max-width: calc(var(--xCage_oInnerWidthSafe) * (90 / 100));
  aspect-ratio: 440 / 787;
  margin-left: auto;
  margin-right: auto;
}
.xCage_sViewportVert .cPrBalancerPanelYourApp_sPhoneSmartBox {
  height: calc(((75 / 100) * var(--xCage_oViewportHeightStepped)) - (0 * 1px));
}
.xCage_sViewportHorz .cPrBalancerPanelYourApp_sPhoneSmartBox {
  height: calc(((80 / 100) * var(--xCage_oViewportHeightStepped)) - (0 * 1px));
}
.cPrBalancerPanelYourApp_sScreenVideo {
  width: calc(var(--xCage_oInnerWidthSafe) * (94 / 100));
  height: calc(var(--xCage_oInnerWidthSafe) * (168 / 100));
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
  outline-width: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
  margin-left: auto;
  margin-right: auto;
  outline-style: solid;
  outline-color: var(--sColorUniBlack);
  overflow: hidden;
}
.cPrBalancerPanelYourApp_sScreenShadow {
  width: calc(var(--xCage_oInnerWidthSafe) * (96 / 100));
  left: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
  box-shadow: calc(var(--xCage_oInnerWidthSafe) * (0 / 100)) calc(var(--xCage_oInnerWidthSafe) * (0 / 100)) calc(var(--xCage_oInnerWidthSafe) * (2 / 100)) calc(var(--xCage_oInnerWidthSafe) * (2 / 100)) rgba(0, 0, 0, 0.15) inset;
  position: absolute;
  height: 100%;
  top: 0;
  pointer-events: none;
}
.cPrBalancerPanelYourApp_sAppStoreBox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: calc(((2 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.xCage_sViewportVert .cPrBalancerPanelYourApp_sAppStoreBox {
  margin-top: calc(var(--xCage_oInnerWidthSafe) * (4 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourApp_sAppStoreBox {
  margin-top: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourApp_sAppStore {
  width: calc(var(--xCage_oInnerWidthSafe) * (30 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourApp_sAppStore {
  width: calc(var(--xCage_oInnerWidthSafe) * (15 / 100));
}
.cPrBalancerPanelYourBalance_sOuter {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
/* Card ...........................................................................................*/
.cPrBalancerPanelYourBalance_sCard {
  background-color: var(--sColorPrimary);
  overflow: hidden;
  position: relative;
  color: var(--sColorUniWhite);
  background-position: center;
  background-size: cover;
  text-align: center;
}
.xCage_sViewportVert .cPrBalancerPanelYourBalance_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourBalance_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourBalance_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourBalance_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourBalance_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourBalance_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourBalance_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourBalance_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.cPrBalancerPanelYourBalance_sCard.vTracking {
  background-color: var(--sColorUniBlack);
  overflow: hidden;
  max-height: calc((70 / 100) * var(--xCage_oViewportHeightStepped));
  font-size: calc(((2.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.xCage_sViewportVert .cPrBalancerPanelYourBalance_sCard.vTracking {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourBalance_sCard.vTracking {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourBalance_sCard.vTracking {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourBalance_sCard.vTracking {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourBalance_sCard.vTracking {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourBalance_sCard.vTracking {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourBalance_sCard.vTracking {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourBalance_sCard.vTracking {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourBalance_sCard.vTracking {
  height: calc(var(--xCage_oInnerWidthSafe) * (96 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (96 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourBalance_sCard.vTracking {
  height: calc(var(--xCage_oInnerWidthSafe) * (46 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (98 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourBalance_sCard.vTracking {
  height: calc(var(--xCage_oInnerWidthSafe) * (96 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (96 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourBalance_sCard.vTracking {
  height: calc(var(--xCage_oInnerWidthSafe) * (46 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (98 / 100));
}
.cPrBalancerPanelYourBalance_sTrackingVimeo {
  height: 100%;
  width: 100%;
}
.cPrBalancerPanelYourBalance_sTrackingOverlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-shadow: calc(var(--xCage_oInnerWidthSafe) * (0 / 100)) calc(var(--xCage_oInnerWidthSafe) * (0 / 100)) calc(var(--xCage_oInnerWidthSafe) * (1 / 100)) rgba(0, 0, 0, 0.7);
}
.xCage_sViewportVert .cPrBalancerPanelYourBalance_sTrackingOverlay {
  font-size: calc(((13 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.xCage_sViewportHorz .cPrBalancerPanelYourBalance_sTrackingOverlay {
  font-size: calc(((5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.cPrBalancerPanelYourBalance_sInsightsBox {
  height: calc(var(--xCage_oInnerWidthSafe) * (80 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (96 / 100));
  gap: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
  display: grid;
}
.xCage_sViewportVert .cPrBalancerPanelYourBalance_sInsightsBox {
  max-height: calc((70 / 100) * var(--xCage_oViewportHeightStepped));
  grid-template-columns: repeat(2, 1fr);
}
.xCage_sViewportHorz .cPrBalancerPanelYourBalance_sInsightsBox {
  max-height: calc((40 / 100) * var(--xCage_oViewportHeightStepped));
  grid-template-columns: repeat(4, 1fr);
}
.cPrBalancerPanelYourBalance_sInsightsFlip {
  background-color: transparent;
  perspective: 1000px;
}
.cPrBalancerPanelYourBalance_sInsightsFlipInner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.cPrBalancerPanelYourBalance_sInsighItem {
  background-color: var(--sColorUniBlack);
  overflow: hidden;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  background: var(--sColorUniBlack);
  background-position: center;
  background-size: cover;
  color: var(--sColorUniWhite);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 1.2;
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.xCage_sViewportVert .cPrBalancerPanelYourBalance_sInsighItem {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourBalance_sInsighItem {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourBalance_sInsighItem {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourBalance_sInsighItem {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourBalance_sInsighItem {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourBalance_sInsighItem {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourBalance_sInsighItem {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourBalance_sInsighItem {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourBalance_sInsighItem {
  padding: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourBalance_sInsighItem {
  padding: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.cPrBalancerPanelYourBalance_sInsighItem.vBack {
  background-color: var(--sColorPrimary);
  color: var(--sColorUniWhite);
  transform: rotateY(180deg);
  white-space: normal;
}
.cPrBalancerPanelYourBalance_sInsighItem.vFront {
  justify-content: center;
  gap: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.cPrBalancerPanelYourBalance_sInsighItem.vHealth {
  background-image: url('/c/cMount/oPromo!/oBalancer/cPanel/oYourBalance/oYourBalance_Help_Health.jpg');
}
.cPrBalancerPanelYourBalance_sInsighItem.vWeight {
  background-image: url('/c/cMount/oPromo!/oBalancer/cPanel/oYourBalance/oYourBalance_Help_Weight.jpg');
}
.cPrBalancerPanelYourBalance_sInsighItem.vPerformance {
  background-image: url('/c/cMount/oPromo!/oBalancer/cPanel/oYourBalance/oYourBalance_Help_Performance.jpg');
}
.cPrBalancerPanelYourBalance_sInsighItem.vHappiness {
  background-image: url('/c/cMount/oPromo!/oBalancer/cPanel/oYourBalance/oYourBalance_Help_Happiness.jpg');
}
.cPrBalancerPanelYourBalance_sInsighItemFrontTop {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  color: var(--sColorUniYellowText);
}
.xCage_sViewportVert .cPrBalancerPanelYourBalance_sInsighItemFrontTop {
  font-size: calc(((7.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.xCage_sViewportHorz .cPrBalancerPanelYourBalance_sInsighItemFrontTop {
  font-size: calc(((2.6 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.cPrBalancerPanelYourBalance_sInsighItemFrontBottom {
  color: var(--sColorUniWhite);
}
.xCage_sViewportVert .cPrBalancerPanelYourBalance_sInsighItemFrontBottom {
  font-size: calc(((7 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.xCage_sViewportHorz .cPrBalancerPanelYourBalance_sInsighItemFrontBottom {
  font-size: calc(((2.2 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.cPrBalancerPanelYourBalance_sInsighBackItemTop {
  color: var(--sColorUniYellowText);
}
.xCage_sViewportVert .cPrBalancerPanelYourBalance_sInsighBackItemTop {
  margin-top: calc(((2 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  margin-bottom: calc(((2 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  font-size: calc(((4.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.xCage_sViewportHorz .cPrBalancerPanelYourBalance_sInsighBackItemTop {
  margin-top: calc(((1.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  margin-bottom: calc(((1.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  font-size: calc(((1.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.cPrBalancerPanelYourBalance_sInsighBackItemBottom {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Inter;
  font-size: ;
  line-height: 1.1;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  color: var(--sColorUniWhite);
  text-transform: none;
  line-height: 1.5;
}
.xCage_sViewportVert .cPrBalancerPanelYourBalance_sInsighBackItemBottom {
  font-size: calc(((3.6 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.xCage_sViewportHorz .cPrBalancerPanelYourBalance_sInsighBackItemBottom {
  font-size: calc(((1.2 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.xCage_sViewportHorz .cPrBalancerPanelYourBalance_sTryOuter {
  padding-bottom: calc(var(--xCage_oInnerWidth) * (8.46153846 / 100));
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  align-items: center;
}
.xCage_sViewportHorz .cPrBalancerPanelYourBalance_sTryOuter {
  padding-bottom: calc(var(--xCage_oInnerWidth) * (8.46153846 / 100));
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  align-items: center;
}
.xCage_sViewportVert .cPrBalancerPanelYourBalance_sTryBar {
  display: none;
}
.xCage_sViewportHorz .cPrBalancerPanelYourBalance_sTryBar {
  height: calc(var(--xCage_oInnerWidth) * (22 / 100));
  background-color: var(--sColorUniYellow);
  width: 100%;
  position: absolute;
  bottom: 0;
}
.xCage_sViewportVert .cPrBalancerPanelYourBalance_sTryBar {
  display: none;
}
.xCage_sViewportHorz .cPrBalancerPanelYourBalance_sTryBar {
  height: calc(var(--xCage_oInnerWidth) * (22 / 100));
  background-color: var(--sColorUniYellow);
  width: 100%;
  position: absolute;
  bottom: 0;
}
.cPrBalancerPanelYourBalance_sCard.vTry {
  max-height: calc((70 / 100) * var(--xCage_oViewportHeightStepped));
}
.xCage_sViewportVert .cPrBalancerPanelYourBalance_sCard.vTry {
  height: calc(var(--xCage_oInnerWidthSafe) * (96 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (96 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourBalance_sCard.vTry {
  height: calc(var(--xCage_oInnerWidthSafe) * (46 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (98 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourBalance_sCard.vTry {
  height: calc(var(--xCage_oInnerWidthSafe) * (96 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (96 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourBalance_sCard.vTry {
  height: calc(var(--xCage_oInnerWidthSafe) * (46 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (98 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourBalance_sCard.vTry {
  padding-left: calc(var(--xCage_oInnerWidthSafe) * (2.5 / 100));
  padding-right: calc(var(--xCage_oInnerWidthSafe) * (2.5 / 100));
  background-image: url('/c/cMount/oPromo!/oBalancer/cPanel/oYourBalance/oYourBalance_Message_V.jpg');
}
.xCage_sViewportHorz .cPrBalancerPanelYourBalance_sCard.vTry {
  padding-left: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
  padding-right: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
  background-image: url('/c/cMount/oPromo!/oBalancer/cPanel/oYourBalance/oYourBalance_Message_H.jpg');
}
.cPrBalancerPanelYourBalance_sTryInner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.xCage_sViewportVert .cPrBalancerPanelYourBalance_sTryMessageBox {
  width: calc(var(--xCage_oInnerWidthSafe) * (60 / 100));
  left: calc(var(--xCage_oInnerWidthSafe) * (4 / 100));
  top: 35%;
  transform: translateY(-35%);
  position: absolute;
}
.xCage_sViewportHorz .cPrBalancerPanelYourBalance_sTryMessageBox {
  height: calc(var(--xCage_oInnerWidthSafe) * (10 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (40 / 100));
  bottom: calc(var(--xCage_oInnerWidthSafe) * (25 / 100));
  position: absolute;
  left: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourBalance_sTryMessageBoxInner {
  width: 255px;
}
.xCage_sViewportHorz .cPrBalancerPanelYourBalance_sTryMessageBoxInner {
  width: 450px;
}
.cPrBalancerPanelYourBalance_sInsightsTitle {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-shadow: calc(var(--xCage_oInnerWidthSafe) * (0 / 100)) calc(var(--xCage_oInnerWidthSafe) * (0 / 100)) calc(var(--xCage_oInnerWidthSafe) * (1 / 100)) rgba(0, 0, 0, 0.7);
  color: var(--sColorUniYellowText);
  color: var(--sColorUniWhite);
}
.xCage_sViewportVert .cPrBalancerPanelYourBalance_sInsightsTitle {
  font-size: calc(var(--xCage_oInnerWidthSafe) * (9 / 100));
  position: absolute;
  top: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourBalance_sInsightsTitle {
  font-size: calc(var(--xCage_oInnerWidthSafe) * (4 / 100));
  position: absolute;
  top: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.cPrBalancerPanelYourBalance_sTryQuestion {
  bottom: calc(var(--xCage_oInnerHeight) * (0.1 / 100));
  position: absolute;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.xCage_sViewportVert .cPrBalancerPanelYourBalance_sTryQuestion,
.xCage_sViewportHorz .cPrBalancerPanelYourBalance_sTryQuestion {
  width: calc(var(--xCage_oInnerWidthSafe) * (100 / 100));
  font-size: calc(var(--xCage_oInnerWidthSafe) * (3.5 / 100));
  gap: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
  padding: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.cPrBalancerPanelYourBalance_sTryQuestionText {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  background-color: var(--sColorUniWhite);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-width: 0 !important;
  color: var(--sColorUniBlack);
  flex-grow: 1;
  flex-basis: 0;
  position: relative;
  overflow: visible !important;
}
.xCage_sViewportVert .cPrBalancerPanelYourBalance_sTryQuestionText {
  padding-top: calc(var(--xCage_oInnerWidthSafe) * (4 / 100));
  padding-left: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
  padding-right: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidthSafe) * (4 / 100));
  font-size: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
  gap: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourBalance_sTryQuestionText {
  padding-top: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
  padding-left: calc(var(--xCage_oInnerWidthSafe) * (0.5 / 100));
  padding-right: calc(var(--xCage_oInnerWidthSafe) * (0.5 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
  font-size: calc(var(--xCage_oInnerWidthSafe) * (1.3 / 100));
  gap: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourBalance_sTryCheckbox {
  width: calc(var(--xCage_oInnerWidthSafe) * (6 / 100));
  height: calc(var(--xCage_oInnerWidthSafe) * (6 / 100));
  position: absolute;
  top: calc(var(--xCage_oInnerWidthSafe) * (-3 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourBalance_sTryCheckbox {
  width: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
  height: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
  position: absolute;
  top: calc(var(--xCage_oInnerWidthSafe) * (-1.5 / 100));
}
.cPrBalancerPanelYourBalance_sTryCheckboxLabel {
  top: calc(var(--xCage_oInnerWidthSafe) * (0 / 100));
  position: absolute;
  left: calc(var(--xCage_oInnerWidthSafe) * (0 / 100));
  background-color: var(--sColorUniWhite);
  border: 1px solid var(--sColorUniGreyLineStrong);
  border-radius: 50%;
  cursor: pointer;
}
.xCage_sViewportVert .cPrBalancerPanelYourBalance_sTryCheckboxLabel {
  width: calc(var(--xCage_oInnerWidthSafe) * (6 / 100));
  height: calc(var(--xCage_oInnerWidthSafe) * (6 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourBalance_sTryCheckboxLabel {
  width: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
  height: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.cPrBalancerPanelYourBalance_sTryCheckboxLabel:after {
  border: 2px solid var(--sColorUniWhite);
  border-top: none;
  border-right: none;
  content: "";
  position: absolute;
  transform: rotate(-45deg);
}
.xCage_sViewportVert .cPrBalancerPanelYourBalance_sTryCheckboxLabel:after {
  width: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
  height: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
  top: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
  position: absolute;
  left: calc(var(--xCage_oInnerWidthSafe) * (1.4 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourBalance_sTryCheckboxLabel:after {
  width: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
  height: calc(var(--xCage_oInnerWidthSafe) * (0.75 / 100));
  top: calc(var(--xCage_oInnerWidthSafe) * (0.75 / 100));
  position: absolute;
  left: calc(var(--xCage_oInnerWidthSafe) * (0.73 / 100));
}
.cPrBalancerPanelYourBalance_sTryCheckboxInput {
  visibility: hidden;
}
.cPrBalancerPanelYourBalance_sTryCheckboxInput:checked + .cPrBalancerPanelYourBalance_sTryCheckboxLabel {
  background-color: var(--sColorUniGreen);
  border-color: var(--sColorUniGreen);
}
.cPrBalancerPanelYourBalance_sMemberSubtitle {
  color: var(--sColorUniBlack);
  font-style: italic;
  text-align: center;
}
.xCage_sViewportVert .cPrBalancerPanelYourBalance_sMemberSubtitle {
  font-size: calc(((4.8 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  margin-top: calc(var(--xCage_oInnerHeight) * (2 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourBalance_sMemberSubtitle {
  font-size: calc(((1.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  margin-top: calc(var(--xCage_oInnerHeight) * (1.5 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourBalance_sMemberLogo {
  margin-top: calc(var(--xCage_oInnerHeight) * (1.5 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (35 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourBalance_sMemberLogo {
  margin-top: calc(var(--xCage_oInnerHeight) * (1.5 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (15 / 100));
}
.cPrBalancerPanelYourBalance_sTry {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  background: var(--sColorPrimary);
  background: var(--sColorUniYellow);
  color: var(--sColorUniBlack);
  border-radius: 50%;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  text-align: center;
  transform: rotate(30deg);
}
.xCage_sViewportVert .cPrBalancerPanelYourBalance_sTry {
  width: calc(var(--xCage_oInnerWidthSafe) * (20 / 100));
  height: calc(var(--xCage_oInnerWidthSafe) * (20 / 100));
  top: calc(var(--xCage_oInnerHeight) * (0.2 / 100));
  position: absolute;
  right: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourBalance_sTry {
  width: calc(var(--xCage_oInnerWidthSafe) * (8 / 100));
  height: calc(var(--xCage_oInnerWidthSafe) * (8 / 100));
  top: calc(var(--xCage_oInnerHeight) * (0.5 / 100));
  position: absolute;
  right: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourBalance_sTryTop {
  font-size: calc(var(--xCage_oInnerWidthSafe) * (6 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourBalance_sTryTop {
  font-size: calc(var(--xCage_oInnerWidthSafe) * (2.5 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourBalance_sTryMiddle {
  font-size: calc(var(--xCage_oInnerWidthSafe) * (5 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourBalance_sTryMiddle {
  font-size: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
}
.cPrBalancerPanelYourDevice_sOuter {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
.cPrBalancerPanelYourDevice_sVideoBox {
  background-color: var(--sColorUniBlack);
  overflow: hidden;
  max-height: calc((70 / 100) * var(--xCage_oViewportHeightStepped));
  background-position: center;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  flex-grow: 1;
  position: relative;
}
.xCage_sViewportVert .cPrBalancerPanelYourDevice_sVideoBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourDevice_sVideoBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourDevice_sVideoBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourDevice_sVideoBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourDevice_sVideoBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourDevice_sVideoBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourDevice_sVideoBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourDevice_sVideoBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourDevice_sVideoBox {
  height: calc(var(--xCage_oInnerWidthSafe) * (96 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (96 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourDevice_sVideoBox {
  height: calc(var(--xCage_oInnerWidthSafe) * (46 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (98 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourDevice_sVideoBox {
  height: calc(var(--xCage_oInnerWidthSafe) * (96 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (96 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourDevice_sVideoBox {
  height: calc(var(--xCage_oInnerWidthSafe) * (46 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (98 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourDevice_sVideoBox {
  background-image: url('/c/cMount/oPromo!/oBalancer/cPanel/oYourDevice/-/oYourDevice_Cgi_V.jpg');
}
.xCage_sViewportHorz .cPrBalancerPanelYourDevice_sVideoBox {
  background-image: url('/c/cMount/oPromo!/oBalancer/cPanel/oYourDevice/-/oYourDevice_Cgi_H.jpg');
}
.cPrBalancerPanelYourDevice_sVideoVimeo {
  height: 100%;
  width: 100%;
}
.cPrBalancerPanelYourDevice_sVideoIconBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(var(--sColorPrimary_rgb), 0.7);
  border-radius: 50%;
  display: inline-block;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
}
.xCage_sViewportVert .cPrBalancerPanelYourDevice_sVideoIconBox {
  width: calc(var(--xCage_oInnerWidthSafe) * (30 / 100));
  height: calc(var(--xCage_oInnerWidthSafe) * (30 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourDevice_sVideoIconBox {
  width: calc(var(--xCage_oInnerWidthSafe) * (12 / 100));
  height: calc(var(--xCage_oInnerWidthSafe) * (12 / 100));
}
.cPrBalancerPanelYourDevice_sVideoIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--sColorUniWhite);
}
.xCage_sViewportVert .cPrBalancerPanelYourDevice_sVideoIcon {
  width: calc(var(--xCage_oInnerWidthSafe) * (20 / 100));
  height: calc(var(--xCage_oInnerWidthSafe) * (20 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourDevice_sVideoIcon {
  width: calc(var(--xCage_oInnerWidthSafe) * (8 / 100));
  height: calc(var(--xCage_oInnerWidthSafe) * (8 / 100));
}
.cPrBalancerPanelYourDevice_sSlideBox {
  background-color: white;
  overflow: hidden;
}
.xCage_sViewportVert .cPrBalancerPanelYourDevice_sSlideBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourDevice_sSlideBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourDevice_sSlideBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourDevice_sSlideBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourDevice_sSlideBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourDevice_sSlideBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourDevice_sSlideBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourDevice_sSlideBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourDevice_sSlideBox {
  width: calc(var(--xCage_oInnerWidthSafe) * (98 / 100));
  height: calc(((80 / 100) * var(--xCage_oViewportHeightStepped)) - (0 * 1px));
}
.xCage_sViewportHorz .cPrBalancerPanelYourDevice_sSlideBox {
  max-height: calc((70 / 100) * var(--xCage_oViewportHeightStepped));
  height: calc(var(--xCage_oInnerWidthSafe) * (46 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (98 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourDevice_sSlideBox {
  width: calc(var(--xCage_oInnerWidthSafe) * (98 / 100));
  height: calc(((80 / 100) * var(--xCage_oViewportHeightStepped)) - (0 * 1px));
}
.xCage_sViewportHorz .cPrBalancerPanelYourDevice_sSlideBox {
  max-height: calc((70 / 100) * var(--xCage_oViewportHeightStepped));
  height: calc(var(--xCage_oInnerWidthSafe) * (46 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (98 / 100));
}
.cPrBalancerPanelYourDevice_sSlideImage {
  object-fit: cover;
  object-position: bottom;
}
.cPrBalancerPanelYourDevice_sDeepBox {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  color: var(--sColorUniWhite);
  background-position: center center;
  background-size: cover;
  background-color: var(--sColorUniBlack);
}
.xCage_sViewportVert .cPrBalancerPanelYourDevice_sDeepBox {
  background-color: var(--sColorUniBlack);
  overflow: hidden;
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (98 / 100));
  padding: calc(var(--xCage_oInnerWidthSafe) * (6 / 100));
  background-image: url('/c/cMount/oPromo!/oBalancer/cPanel/oYourDevice/-/oYourDevice_Bg_V.jpg');
}
.xCage_sViewportVert .xCage_sViewportVert .cPrBalancerPanelYourDevice_sDeepBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .xCage_sViewportVert .cPrBalancerPanelYourDevice_sDeepBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .xCage_sViewportVert .cPrBalancerPanelYourDevice_sDeepBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .xCage_sViewportVert .cPrBalancerPanelYourDevice_sDeepBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .xCage_sViewportVert .cPrBalancerPanelYourDevice_sDeepBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .xCage_sViewportVert .cPrBalancerPanelYourDevice_sDeepBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .xCage_sViewportVert .cPrBalancerPanelYourDevice_sDeepBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .xCage_sViewportVert .cPrBalancerPanelYourDevice_sDeepBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourDevice_sDeepBox {
  padding: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
  gap: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
  width: 100%;
  background-image: url('/c/cMount/oPromo!/oBalancer/cPanel/oYourDevice/-/oYourDevice_Bg_H.jpg');
}
.xCage_sViewportVert .cPrBalancerPanelYourDevice_sDeepSvg {
  width: calc(((50 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.xCage_sViewportHorz .cPrBalancerPanelYourDevice_sDeepSvg {
  width: calc(((20 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.cPrBalancerPanelYourDevice_sDeepStrap {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Inter;
  font-size: ;
  line-height: 1.1;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  color: var(--sColorUniWhite);
  text-align: center;
  padding-top: 0;
}
.xCage_sViewportVert .cPrBalancerPanelYourDevice_sDeepStrap {
  padding: calc(((3 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  font-size: calc(((5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.xCage_sViewportHorz .cPrBalancerPanelYourDevice_sDeepStrap {
  padding: calc(((0 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  font-size: calc(((1.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.cPrBalancerPanelYourDevice_sDeepMore {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--sColorUniWhite);
  color: var(--sColorUniBlack);
  user-select: none;
  margin-left: auto;
  margin-right: auto;
}
.xCage_sViewportVert .cPrBalancerPanelYourDevice_sDeepMore {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourDevice_sDeepMore {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourDevice_sDeepMore {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourDevice_sDeepMore {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourDevice_sDeepMore {
  font-size: calc(var(--xCage_oInnerWidth) * (3 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourDevice_sDeepMore {
  font-size: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourDevice_sDeepMore {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourDevice_sDeepMore {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourDevice_sDeepMore {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourDevice_sDeepMore {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourDevice_sDeepMore {
  font-size: calc(var(--xCage_oInnerWidth) * (3 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourDevice_sDeepMore {
  font-size: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourDevice_sDeepMore {
  width: calc(var(--xCage_oInnerWidthSafe) * (25 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourDevice_sDeepMore {
  width: calc(var(--xCage_oInnerWidthSafe) * (14 / 100));
}
.cPrBalancerPanelYourDevice_sConnectivitySubtitle {
  color: var(--sColorUniBlack);
  font-style: italic;
  text-align: center;
}
.xCage_sViewportVert .cPrBalancerPanelYourDevice_sConnectivitySubtitle {
  font-size: calc(((4.8 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  margin-top: calc(var(--xCage_oInnerHeight) * (1.5 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourDevice_sConnectivitySubtitle {
  font-size: calc(((1.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  margin-top: calc(var(--xCage_oInnerHeight) * (1.5 / 100));
}
.cPrBalancerPanelYourDevice_sConnectivityBox {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
}
.xCage_sViewportVert .cPrBalancerPanelYourDevice_sConnectivityBox {
  gap: calc(var(--xCage_oInnerWidthSafe) * (5 / 100));
  margin-top: calc(var(--xCage_oInnerWidthSafe) * (4 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourDevice_sConnectivityBox {
  gap: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
  margin-top: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
}
.cPrBalancerPanelYourDevice_sConnectivityWiFi {
  margin-right: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourDevice_sConnectivityWiFi {
  width: calc(((20 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.xCage_sViewportHorz .cPrBalancerPanelYourDevice_sConnectivityWiFi {
  width: calc(((6 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.cPrBalancerPanelYourDevice_sConnectivityBluetooth {
  margin-left: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourDevice_sConnectivityBluetooth {
  width: calc(((13.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.xCage_sViewportHorz .cPrBalancerPanelYourDevice_sConnectivityBluetooth {
  width: calc(((4 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.cPrBalancerPanelYourModes_sOuter {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.xCage_sViewportHorz .cPrBalancerPanelYourModes_sOuter {
  padding-bottom: calc(var(--xCage_oInnerWidth) * (8.46153846 / 100));
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  align-items: center;
}
.xCage_sViewportHorz .cPrBalancerPanelYourModes_sOuter {
  padding-bottom: calc(var(--xCage_oInnerWidth) * (8.46153846 / 100));
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  align-items: center;
}
.xCage_sViewportVert .cPrBalancerPanelYourModes_sBar {
  display: none;
}
.xCage_sViewportHorz .cPrBalancerPanelYourModes_sBar {
  height: calc(var(--xCage_oInnerWidth) * (22 / 100));
  background-color: var(--sColorPrimary);
  width: 100%;
  position: absolute;
  bottom: 0;
}
.xCage_sViewportVert .cPrBalancerPanelYourModes_sBar {
  display: none;
}
.xCage_sViewportHorz .cPrBalancerPanelYourModes_sBar {
  height: calc(var(--xCage_oInnerWidth) * (22 / 100));
  background-color: var(--sColorPrimary);
  width: 100%;
  position: absolute;
  bottom: 0;
}
.cPrBalancerPanelYourModes_sFlip {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  perspective: 1000px;
}
.xCage_sViewportVert .cPrBalancerPanelYourModes_sFlip {
  width: calc(var(--xCage_oInnerWidthSafe) * (98 / 100));
  height: calc(((80 / 100) * var(--xCage_oViewportHeightStepped)) - (0 * 1px));
}
.xCage_sViewportHorz .cPrBalancerPanelYourModes_sFlip {
  max-height: calc((70 / 100) * var(--xCage_oViewportHeightStepped));
  height: calc(var(--xCage_oInnerWidthSafe) * (46 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (98 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourModes_sFlip {
  width: calc(var(--xCage_oInnerWidthSafe) * (98 / 100));
  height: calc(((80 / 100) * var(--xCage_oViewportHeightStepped)) - (0 * 1px));
}
.xCage_sViewportHorz .cPrBalancerPanelYourModes_sFlip {
  max-height: calc((70 / 100) * var(--xCage_oViewportHeightStepped));
  height: calc(var(--xCage_oInnerWidthSafe) * (46 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (98 / 100));
}
.cPrBalancerPanelYourModes_sFlipInner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.cPrBalancerPanelYourModes_sFlipSide {
  background-color: var(--sColorUniBlack);
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.xCage_sViewportVert .cPrBalancerPanelYourModes_sFlipSide {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourModes_sFlipSide {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourModes_sFlipSide {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourModes_sFlipSide {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourModes_sFlipSide {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourModes_sFlipSide {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourModes_sFlipSide {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourModes_sFlipSide {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.cPrBalancerPanelYourModes_sFlipSide.vFront {
  background-color: #bbb;
  color: black;
}
.cPrBalancerPanelYourModes_sFlipSide.vBack {
  color: white;
  transform: rotateX(180deg);
}
.cPrBalancerPanelYourModes_sFlipSide.vHandsOn {
  background-color: var(--sColorUniYellow);
}
.cPrBalancerPanelYourModes_sFlipSide.vHandsOff {
  background-color: var(--sColorUniBlack);
}
.cPrBalancerPanelYourModes_sVimeo {
  height: 100%;
  width: 100%;
  position: absolute;
}
.cPrBalancerPanelYourModes_sLayout {
  height: 100%;
  justify-content: space-around;
  align-items: center;
}
.xCage_sViewportVert .cPrBalancerPanelYourModes_sLayout {
  display: flex;
  flex-direction: column;
  padding-top: calc(var(--xCage_oInnerHeight) * (3 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourModes_sLayout {
  display: flex;
  flex-direction: row;
  padding-top: calc(var(--xCage_oInnerHeight) * (5 / 100));
}
.cPrBalancerPanelYourModes_sSide {
  position: relative;
  text-align: center;
}
.cPrBalancerPanelYourModes_sMode {
  background-color: var(--sColorUniWhite);
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.xCage_sViewportVert .cPrBalancerPanelYourModes_sMode {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourModes_sMode {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourModes_sMode {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourModes_sMode {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourModes_sMode {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourModes_sMode {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourModes_sMode {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourModes_sMode {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourModes_sMode {
  width: calc(var(--xCage_oInnerWidthSafe) * (50 / 100));
  height: calc(var(--xCage_oInnerWidthSafe) * (55 / 100));
  padding: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourModes_sMode {
  width: calc(var(--xCage_oInnerWidthSafe) * (20 / 100));
  height: calc(var(--xCage_oInnerWidthSafe) * (25 / 100));
  padding: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.cPrBalancerPanelYourModes_sModeTitle {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  color: var(--sColorPrimary);
}
.xCage_sViewportVert .cPrBalancerPanelYourModes_sModeTitle {
  font-size: calc(var(--xCage_oInnerWidthSafe) * (6.5 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourModes_sModeTitle {
  font-size: calc(var(--xCage_oInnerWidthSafe) * (2.5 / 100));
}
.cPrBalancerPanelYourModes_sModeStrap {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Inter;
  font-size: ;
  line-height: 1.1;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  color: var(--sColorUniBlack);
  font-weight: bold;
}
.xCage_sViewportVert .cPrBalancerPanelYourModes_sModeStrap {
  font-size: calc(var(--xCage_oInnerWidthSafe) * (3.7 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourModes_sModeStrap {
  font-size: calc(var(--xCage_oInnerWidthSafe) * (1.2 / 100));
}
.cPrBalancerPanelYourModes_sModePoints {
  text-align: left;
  display: flex;
  flex-direction: column;
}
.xCage_sViewportVert .cPrBalancerPanelYourModes_sModePoints {
  font-size: calc(var(--xCage_oInnerWidthSafe) * (3.5 / 100));
  margin-top: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
  gap: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourModes_sModePoints {
  font-size: calc(var(--xCage_oInnerWidthSafe) * (1.2 / 100));
  margin-top: calc(var(--xCage_oInnerWidthSafe) * (1.2 / 100));
  gap: calc(var(--xCage_oInnerWidthSafe) * (0.75 / 100));
}
.cPrBalancerPanelYourModes_sModeMore {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--sColorUniBlack);
  color: var(--sColorUniWhite);
  user-select: none;
}
.xCage_sViewportVert .cPrBalancerPanelYourModes_sModeMore {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourModes_sModeMore {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourModes_sModeMore {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourModes_sModeMore {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourModes_sModeMore {
  font-size: calc(var(--xCage_oInnerWidth) * (3 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourModes_sModeMore {
  font-size: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourModes_sModeMore {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourModes_sModeMore {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourModes_sModeMore {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourModes_sModeMore {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourModes_sModeMore {
  font-size: calc(var(--xCage_oInnerWidth) * (3 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourModes_sModeMore {
  font-size: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourModes_sModeMore {
  margin-top: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourModes_sModeMore {
  margin-top: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.cPrBalancerPanelYourModes_sReason {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  color: var(--sColorUniWhite);
}
.xCage_sViewportVert .cPrBalancerPanelYourModes_sReason {
  padding-top: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
  font-size: calc(var(--xCage_oInnerWidthSafe) * (4.8 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourModes_sReason {
  padding-top: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
  font-size: calc(var(--xCage_oInnerWidthSafe) * (2.2 / 100));
}
.cPrBalancerPanelYourModes_sPopular {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  white-space: break-spaces;
  background: var(--sColorUniYellow);
  color: var(--sColorUniBlack);
  border-radius: 50%;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  text-align: center;
  transform: rotate(30deg);
}
.xCage_sViewportVert .cPrBalancerPanelYourModes_sPopular {
  width: calc(var(--xCage_oInnerWidthSafe) * (15 / 100));
  height: calc(var(--xCage_oInnerWidthSafe) * (15 / 100));
  top: calc(var(--xCage_oInnerHeight) * (-4 / 100));
  position: absolute;
  right: calc(var(--xCage_oInnerWidthSafe) * (-9 / 100));
  padding: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
  font-size: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
  line-height: calc(var(--xCage_oInnerWidthSafe) * (4 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourModes_sPopular {
  width: calc(var(--xCage_oInnerWidthSafe) * (6 / 100));
  height: calc(var(--xCage_oInnerWidthSafe) * (6 / 100));
  top: calc(var(--xCage_oInnerHeight) * (-4.5 / 100));
  position: absolute;
  right: calc(var(--xCage_oInnerWidthSafe) * (-2.5 / 100));
  padding: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
  font-size: calc(var(--xCage_oInnerWidthSafe) * (1.2 / 100));
  line-height: calc(var(--xCage_oInnerWidthSafe) * (1.4 / 100));
}
.cPrBalancerPanelYourModes_sMore {
  color: var(--sColorUniBlack);
  border: 0 var(--sColorUniBlack) solid;
  height: 100%;
}
.xCage_sViewportVert .cPrBalancerPanelYourModes_sMore {
  border-top-width: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
  border-bottom-width: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
  padding: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
  gap: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourModes_sMore {
  width: calc(var(--xCage_oInnerWidthSafe) * (65 / 100));
  border-top-width: calc(var(--xCage_oInnerWidthSafe) * (0.5 / 100));
  border-bottom-width: calc(var(--xCage_oInnerWidthSafe) * (0.5 / 100));
  padding: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
  gap: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourModes_sMore {
  border-top-width: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
  border-bottom-width: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
  padding: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
  gap: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourModes_sMore {
  width: calc(var(--xCage_oInnerWidthSafe) * (65 / 100));
  border-top-width: calc(var(--xCage_oInnerWidthSafe) * (0.5 / 100));
  border-bottom-width: calc(var(--xCage_oInnerWidthSafe) * (0.5 / 100));
  padding: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
  gap: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.cPrBalancerPanelYourModes_sMoreBanner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  /*.xCage_uInnerWidthSafe(width, 100);*/
}
.xCage_sViewportVert .cPrBalancerPanelYourModes_sMoreBanner {
  height: 30%;
}
.xCage_sViewportHorz .cPrBalancerPanelYourModes_sMoreBanner {
  height: 50%;
}
.cPrBalancerPanelYourModes_sMoreClose {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.xCage_sViewportVert .cPrBalancerPanelYourModes_sMoreClose {
  bottom: calc(var(--xCage_oInnerHeight) * (4 / 100));
  position: absolute;
  width: calc(var(--xCage_oInnerWidthSafe) * (8 / 100));
  height: calc(var(--xCage_oInnerWidthSafe) * (8 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourModes_sMoreClose {
  bottom: calc(var(--xCage_oInnerHeight) * (2 / 100));
  position: absolute;
  width: calc(var(--xCage_oInnerWidthSafe) * (2.5 / 100));
  height: calc(var(--xCage_oInnerWidthSafe) * (2.5 / 100));
}
.cPrBalancerPanelYourModes_sMoreTitle {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-align: center;
}
.xCage_sViewportVert .cPrBalancerPanelYourModes_sMoreTitle {
  margin-top: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
  font-size: calc(((10 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.xCage_sViewportHorz .cPrBalancerPanelYourModes_sMoreTitle {
  margin-top: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
  font-size: calc(((3 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.cPrBalancerPanelYourModes_sMoreTitle.vHandsOn {
  color: var(--sColorUniBlack);
}
.cPrBalancerPanelYourModes_sMoreTitle.vHandsOff {
  color: var(--sColorPrimary);
}
.cPrBalancerPanelYourModes_sMoreDesc {
  color: var(--sColorUniWhite);
  /*.cPrPromo_uPopupContent();*/
}
.xCage_sViewportVert .cPrBalancerPanelYourModes_sMoreDesc {
  padding: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
  font-size: calc(var(--xCage_oInnerWidthSafe) * (4.5 / 100));
  line-height: calc(var(--xCage_oInnerWidthSafe) * (6.5 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourModes_sMoreDesc {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(var(--xCage_oInnerWidthSafe) * (60 / 100));
  padding: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
  font-size: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
  line-height: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
}
.cPrBalancerPanelYourModes_sMoreButton {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--sColorPrimary);
  color: var(--sColorUniWhite);
  user-select: none;
}
.xCage_sViewportVert .cPrBalancerPanelYourModes_sMoreButton {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourModes_sMoreButton {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourModes_sMoreButton {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourModes_sMoreButton {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourModes_sMoreButton {
  font-size: calc(var(--xCage_oInnerWidth) * (3 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourModes_sMoreButton {
  font-size: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourModes_sMoreButton {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourModes_sMoreButton {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourModes_sMoreButton {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourModes_sMoreButton {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrBalancerPanelYourModes_sMoreButton {
  font-size: calc(var(--xCage_oInnerWidth) * (3 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (1 / 100));
}
.xCage_sViewportHorz .cPrBalancerPanelYourModes_sMoreButton {
  font-size: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
}
.cPrJoin_sGuarantee {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: 18px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  color: var(--sColorGood);
}
.cPrJoin_sBubdleTitle {
  color: var(--sColorUniBlack);
  font-weight: bold;
}
.cPrJoin_sBubdlePriceTitle {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: 20px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-align: center;
  color: var(--sColorUniYellow);
}
.cPrJoin_sBubdlePrice {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: 30px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  color: var(--sColorPrimary);
}
.cPrJoin_sBubdlePriceMore {
  font-style: italic;
  text-align: center;
  color: var(--sColorUniBlack);
}
.cPrJoin_sBoxColor {
  color: var(--sColorUniBlack);
  font-weight: bold;
}
.cPrOrderCheckoutCard_sLegal {
  font-weight: bold;
  color: var(--sColorUniBlack);
}
.cPrOrderCheckoutSuccess_sXxx1 {
  color: var(--sColorUniBlack);
}
.cPrOrderCheckoutSuccess_sXxx2 {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: 20px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  color: var(--sColorUniBlack);
}
.cPrOrderCheckoutSuccess_sXxx3 {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: 20px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  color: var(--sColorUniBlack);
}
.cPrOrderCheckoutSuccess_sBalancer {
  color: var(--sColorBalancerYellow);
  width: 150px;
  margin-top: 6px;
}
.cPrOrderCheckoutSuccessDownload_sBalancer {
  color: var(--sColorBalancerYellow);
  width: 150px;
  margin-top: 6px;
}
.cPrOrderCheckoutSuccessDownload_sLine1 {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: 18px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  color: var(--sColorUniBlack);
}
.cPrOrderCheckoutSuccessDownload_sLine2 {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: 18px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  color: var(--sColorUniBlack);
}
.cPrOrderCheckoutSuccessPass_sTitle {
  color: var(--sColorUniBlack);
}
.cPrOrderCheckoutSuccessPass_sBalancer {
  color: var(--sColorBalancerYellow);
  width: 150px;
  margin-top: 6px;
}
.cPrOrderCheckoutSuccessPass_sDuration {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: 20px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  color: var(--sColorUniBlack);
}
.cPrOrderCheckoutSuccess_sText {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: 20px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  color: var(--sColorUniBlack);
}
.cPrSharedCardReview_sCard {
  background-color: var(--sColorUniWhite);
  overflow: hidden;
  box-shadow: calc(var(--xCage_oInnerWidthSafe) * (0 / 100)) calc(var(--xCage_oInnerWidthSafe) * (0 / 100)) calc(var(--xCage_oInnerWidthSafe) * (1 / 100)) calc(var(--xCage_oInnerWidthSafe) * (1 / 100)) rgba(0, 0, 0, 0.08) inset;
  box-shadow: calc(var(--xCage_oInnerWidthSafe) * (0 / 100)) calc(var(--xCage_oInnerWidthSafe) * (0 / 100)) calc(var(--xCage_oInnerWidthSafe) * (1 / 100)) calc(var(--xCage_oInnerWidthSafe) * (1 / 100)) rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  color: var(--sColorUniGreyDark);
  position: relative;
  height: 85%;
}
.xCage_sViewportVert .cPrSharedCardReview_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrSharedCardReview_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrSharedCardReview_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrSharedCardReview_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrSharedCardReview_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrSharedCardReview_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.xCage_sViewportVert .cPrSharedCardReview_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
}
.xCage_sViewportHorz .cPrSharedCardReview_sCard {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.cPrSharedCardReview_sTop {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 55%;
}
.cPrSharedCardReview_sTopName {
  bottom: calc(var(--xCage_oInnerHeight) * (0 / 100));
  position: absolute;
  color: var(--sColorUniWhite);
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.55);
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  width: 100%;
  text-align: center;
}
.xCage_sViewportVert .cPrSharedCardReview_sTopName {
  margin-bottom: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
  font-size: calc(var(--xCage_oInnerWidthSafe) * (7 / 100));
}
.xCage_sViewportHorz .cPrSharedCardReview_sTopName {
  margin-bottom: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
  font-size: calc(var(--xCage_oInnerWidthSafe) * (5 / 100));
}
.cPrSharedCardReview_sBottom {
  font-size: calc(var(--xCage_oInnerWidthSafe) * (2.6 / 100));
  flex-grow: 1;
  flex-basis: 0;
  height: 55%;
}
.cPrSharedCardReview_sBottomStrap {
  margin-bottom: calc(var(--xCage_oInnerWidthSafe) * (0 / 100));
  margin-top: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
  font-size: calc(var(--xCage_oInnerWidthSafe) * (2.8 / 100));
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Inter;
  font-size: ;
  line-height: 1.1;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-align: center;
  font-weight: bold;
  color: var(--sColorUniBlack);
}
.cPrSharedCardReview_sBottomText {
  padding: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
  padding-top: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Inter;
  font-size: ;
  line-height: 1.1;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-align: center;
  color: var(--sColorUniBlack);
  line-height: 1.8;
}
.xCage_sViewportVert .cPrSharedCardReview_sBottomText {
  font-size: calc(var(--xCage_oInnerWidthSafe) * (2.6 / 100));
}
.xCage_sViewportHorz .cPrSharedCardReview_sBottomText {
  font-size: calc(var(--xCage_oInnerWidthSafe) * (1.4 / 100));
}
.cPrSharedCardReview_sBottomMore {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--sColorUniWhite);
  color: var(--sColorUniBlack);
  user-select: none;
  width: calc(var(--xCage_oInnerWidthSafe) * (20 / 100));
  bottom: calc(var(--xCage_oInnerWidthSafe) * (7 / 100));
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
}
.xCage_sViewportVert .cPrSharedCardReview_sBottomMore {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrSharedCardReview_sBottomMore {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrSharedCardReview_sBottomMore {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrSharedCardReview_sBottomMore {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrSharedCardReview_sBottomMore {
  font-size: calc(var(--xCage_oInnerWidth) * (3 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (1 / 100));
}
.xCage_sViewportHorz .cPrSharedCardReview_sBottomMore {
  font-size: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
}
.xCage_sViewportVert .cPrSharedCardReview_sBottomMore {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrSharedCardReview_sBottomMore {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrSharedCardReview_sBottomMore {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrSharedCardReview_sBottomMore {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrSharedCardReview_sBottomMore {
  font-size: calc(var(--xCage_oInnerWidth) * (3 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (2 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (1 / 100));
}
.xCage_sViewportHorz .cPrSharedCardReview_sBottomMore {
  font-size: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (0.75 / 100));
  padding-top: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidth) * (0.4 / 100));
}
.cPrSharedCardReview_sStarBox {
  left: 50%;
  transform: translateX(-50%);
  gap: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
  bottom: calc(var(--xCage_oInnerHeight) * (1 / 100));
  position: absolute;
  display: flex;
  justify-content: center;
}
.cPrSharedCardReview_sStar {
  color: var(--sColorUniGold);
}
.xCage_sViewportVert .cPrSharedCardReview_sStar {
  width: calc(var(--xCage_oInnerWidthSafe) * (5 / 100));
  height: calc(var(--xCage_oInnerWidthSafe) * (5 / 100));
}
.xCage_sViewportHorz .cPrSharedCardReview_sStar {
  width: calc(var(--xCage_oInnerWidthSafe) * (4 / 100));
  height: calc(var(--xCage_oInnerWidthSafe) * (4 / 100));
}
.cPrFrame_sOrder {
  height: 35px;
}
.cPrFrame_sOrder.vApp {
  width: 80px;
}
.cPrFrame_sOrder.vSignup {
  width: 120px;
}
.cPrFrame_sBalancerText {
  width: 142px;
  margin-left: 5px;
}
.cPrFrameMenu_sMe {
  height: calc(((100 / 100) * var(--xCage_oViewportHeightStepped)) - (0 * 1px));
  left: 0;
  overflow-y: hidden;
  margin: 0;
  padding: 0;
  clip-path: circle(0px at calc(100%) calc(-15%));
  overflow-x: hidden;
  will-change: auto;
  transition: all 500ms linear;
  pointer-events: none;
}
.xCage_sViewportVert .cPrFrameMenu_sMe {
  background-color: var(--sColorUniWhite);
}
.xCage_sViewportHorz .cPrFrameMenu_sMe {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.cPrFrameMenu_sMe.vActive {
  clip-path: circle(100%);
  pointer-events: unset;
}
.cPrFrameMenu_sBox {
  width: 100%;
  height: 100%;
}
.cPrFrameMenu_sLeft {
  width: 100%;
  color: var(--sColorUniBlack);
  height: 100%;
  position: absolute;
}
.xCage_sViewportVert .cPrFrameMenu_sAppStore.vLandscape {
  display: none;
}
.xCage_sViewportHorz .cPrFrameMenu_sAppStore.vLandscape {
  width: calc(var(--xCage_oInnerWidthSafe) * (16 / 100));
  bottom: calc(var(--xCage_oInnerHeight) * (1 / 100));
  position: absolute;
  left: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportVert .cPrFrameMenu_sAppStore.vPortrait {
  width: calc(var(--xCage_oInnerWidthSafe) * (50 / 100));
  bottom: calc(var(--xCage_oInnerHeight) * (18 / 100));
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.xCage_sViewportHorz .cPrFrameMenu_sAppStore.vPortrait {
  display: none;
}
.cPrFrameMenu_sRightBox {
  position: absolute;
  right: calc(var(--xCage_oInnerWidthSafe) * (0 / 100));
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.xCage_sViewportVert .cPrFrameMenu_sRightBox {
  height: 100%;
  width: 100%;
  background-color: var(--sColorUniBlack);
}
.xCage_sViewportHorz .cPrFrameMenu_sRightBox {
  filter: drop-shadow(-15px 0px 0px var(--sColorPrimary));
  min-width: 300px;
  width: calc(var(--xCage_oInnerWidthSafe) * (35 / 100));
}
.cPrFrameMenu_sRightShape {
  gap: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
  padding: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
  background-color: var(--sColorUniBlack);
  height: 100%;
  width: 100%;
  position: absolute;
}
.xCage_sViewportVert .cPrFrameMenu_sRightShape {
  /*        clip-path: polygon(120px 0px, 100% 0px, 100% 100%, -70% 100%); //z-special*/
}
.xCage_sViewportHorz .cPrFrameMenu_sRightShape {
  /*        clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%); //z-special*/
}
.cPrFrameMenu_sOrder {
  top: calc(var(--xCage_oInnerHeight) * (0.5 / 100));
  position: absolute;
  left: calc(var(--xCage_oInnerWidthSafe) * (0.5 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (6 / 100));
  color: var(--sColorUniBlack);
}
.xCage_sViewportVert .cPrFrameMenu_sOrder {
  display: none;
}
.cPrFrameMenu_sLogo {
  bottom: calc(var(--xCage_oInnerHeight) * (1 / 100));
  position: absolute;
  left: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (10 / 100));
}
.xCage_sViewportVert .cPrFrameMenu_sLogo {
  display: none;
}
.cPrFrameMenu_sClose {
  color: var(--sColorPrimary);
  top: calc(var(--xCage_oInnerHeight) * (1 / 100));
  position: absolute;
}
.xCage_sViewportVert .cPrFrameMenu_sClose {
  position: absolute;
  right: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
}
.xCage_sViewportHorz .cPrFrameMenu_sClose {
  position: absolute;
  right: calc(var(--xCage_oInnerWidthSafe) * (0.5 / 100));
}
.cPrFrameMenu_sRightHolder {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.xCage_sViewportVert .cPrFrameMenu_sRightHolder {
  justify-content: space-between;
}
.xCage_sViewportHorz .cPrFrameMenu_sRightHolder {
  margin-left: calc(var(--xCage_oInnerWidthSafe) * (0.5 / 100));
}
.cPrFrameMenu_sLinks {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    font-family: aAtomicMd;
    line-height: if(@pMultiLine, 1.5, 1.02);
    font-size: if((@pSize = null), inherit, @pSize);
    .xFormatter_uFontUntil();*/
  font-family: DMSans;
  font-weight: bold;
  line-height: 1.02;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    font-family: aAtomicMd;
    line-height: if(@pMultiLine, 1.5, 1.02);
    font-size: if((@pSize = null), inherit, @pSize);
    .xFormatter_uFontUntil();*/
  color: var(--sColorUniWhite);
  text-align: center;
}
.xCage_sViewportVert .cPrFrameMenu_sLinks {
  font-size: calc(var(--xCage_oInnerWidthSafe) * (5.5 / 100));
  margin-top: calc(var(--xCage_oInnerHeight) * (8 / 100));
}
.xCage_sViewportHorz .cPrFrameMenu_sLinks {
  left: 50%;
  transform: translateX(-50%);
  top: calc(var(--xCage_oInnerHeight) * (12 / 100));
  position: absolute;
  font-size: calc(var(--xCage_oInnerWidthSafe) * (2.5 / 100));
}
.cPrFrameMenu_sBottom {
  width: 100%;
  justify-items: center;
  display: flex;
  flex-direction: column;
}
.xCage_sViewportVert .cPrFrameMenu_sBottom {
  gap: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
  margin-bottom: calc(var(--xCage_oInnerWidthSafe) * (5 / 100));
  width: calc(((72 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.xCage_sViewportHorz .cPrFrameMenu_sBottom {
  gap: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
  bottom: calc(var(--xCage_oInnerHeight) * (2 / 100));
  position: absolute;
  width: calc(((18 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.cPrFrameMenu_sBottomDiscover {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    font-family: aAtomicMd;
    line-height: if(@pMultiLine, 1.5, 1.02);
    font-size: if((@pSize = null), inherit, @pSize);
    .xFormatter_uFontUntil();*/
  font-family: DMSans;
  font-weight: bold;
  line-height: 1.02;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    font-family: aAtomicMd;
    line-height: if(@pMultiLine, 1.5, 1.02);
    font-size: if((@pSize = null), inherit, @pSize);
    .xFormatter_uFontUntil();*/
  margin-bottom: calc(var(--xCage_oInnerHeight) * (2 / 100));
  color: var(--sColorUniYellowText);
  text-align: center;
}
.xCage_sViewportVert .cPrFrameMenu_sBottomDiscover {
  font-size: calc(var(--xCage_oInnerWidthSafe) * (5.5 / 100));
}
.xCage_sViewportHorz .cPrFrameMenu_sBottomDiscover {
  font-size: calc(var(--xCage_oInnerWidthSafe) * (1.5 / 100));
}
.cPrFrameMenu_sBottomSocial {
  color: var(--sColorPrimary);
  flex-grow: 1;
}
.cPrFrameMenu_sBottomPanel {
  flex-grow: 1;
}
.cPrFrameMenu_sBottomOther {
  color: var(--sColorPrimary);
  flex-grow: 1;
}
.cPrFrameMenu_sBalancer {
  color: var(--sColorUniYellowText);
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
.xCage_sViewportVert .cPrFrameMenu_sBalancer {
  width: calc(var(--xCage_oInnerWidthSafe) * (30 / 100));
}
.xCage_sViewportHorz .cPrFrameMenu_sBalancer {
  width: calc(var(--xCage_oInnerWidthSafe) * (12 / 100));
}
.xCage_sVert .cPrFramePrefabsAppStore_sIcon {
  width: calc(var(--xCage_oInnerWidthSafe) * (6 / 100));
  height: calc(var(--xCage_oInnerWidthSafe) * (6 / 100));
}
.xCage_sViewportHorz .cPrFramePrefabsAppStore_sIcon {
  width: calc(var(--xCage_oInnerWidthSafe) * (2.3 / 100));
  height: calc(var(--xCage_oInnerWidthSafe) * (2.3 / 100));
}
.xCage_sVert .cPrFramePrefabsAppStore_sLogo {
  width: calc(var(--xCage_oInnerWidthSafe) * (25 / 100));
}
.xCage_sViewportHorz .cPrFramePrefabsAppStore_sLogo {
  width: calc(var(--xCage_oInnerWidthSafe) * (11 / 100));
}
.xCage_sVert .cPrFramePrefabsAppStore_sAppStore {
  width: calc(var(--xCage_oInnerWidthSafe) * (40 / 100));
}
.xCage_sViewportHorz .cPrFramePrefabsAppStore_sAppStore {
  width: calc(var(--xCage_oInnerWidthSafe) * (14 / 100));
}
.cPrFramePrefabsLinks_sBox {
  display: grid;
  grid-auto-flow: row;
  grid-gap: calc(var(--xCage_oInnerHeight) * (2 / 100));
}
.cPrFramePrefabsLinks_sBox.vMenu {
  grid-gap: calc(var(--xCage_oInnerHeight) * (3 / 100));
}
.cPrFramePrefabsLinks_sMoreIcon {
  color: var(--sColorPrimary);
  margin-left: auto;
  margin-right: auto;
}
.xCage_sVert .cPrFramePrefabsLinks_sMoreIcon {
  width: calc(var(--xCage_oInnerWidthSafe) * (10 / 100));
  height: calc(var(--xCage_oInnerWidthSafe) * (10 / 100));
}
.xCage_sViewportHorz .cPrFramePrefabsLinks_sMoreIcon {
  width: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
  height: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
}
.cPrFramePrefabsLinks_sMore {
  color: var(--sColorPrimary);
}
.cPrFramePrefabsLinksOther_sBox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.xCage_sViewportVert .cPrFramePrefabsLinksOther_sBox {
  font-size: calc(((4 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  gap: calc(((1 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.xCage_sViewportHorz .cPrFramePrefabsLinksOther_sBox {
  font-size: calc(((1.1 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  gap: calc(((0.3 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.cPrFramePrefabsLinksPanel_sBox {
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
  flex-direction: row;
  justify-content: space-evenly;
  font-weight: bold;
  line-height: 2;
}
.xCage_sViewportVert .cPrFramePrefabsLinksPanel_sBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrFramePrefabsLinksPanel_sBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrFramePrefabsLinksPanel_sBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
}
.xCage_sViewportHorz .cPrFramePrefabsLinksPanel_sBox {
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (0.6 / 100));
}
.xCage_sViewportVert .cPrFramePrefabsLinksPanel_sBox {
  padding-top: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidthSafe) * (1 / 100));
  font-size: calc(((4 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.xCage_sViewportHorz .cPrFramePrefabsLinksPanel_sBox {
  padding-top: calc(var(--xCage_oInnerWidthSafe) * (0.25 / 100));
  padding-bottom: calc(var(--xCage_oInnerWidthSafe) * (0.25 / 100));
  font-size: calc(var(--xCage_oInnerWidthSafe) * (1.2 / 100));
}
.cPrFramePrefabsLinksSocials_sBox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.xCage_sVert .cPrFramePrefabsLinksSocials_sIcon {
  width: calc(((22 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  height: calc(((22 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.xCage_sViewportHorz .cPrFramePrefabsLinksSocials_sIcon {
  width: calc(((10 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
  height: calc(((10 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.cPrProfile_sName {
  text-align: center;
  color: black;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-size: 30px;
  margin-top: 10px;
}
.cPrProfile_sRole {
  text-align: center;
  font-size: 22px;
  margin-top: 6px;
  color: var(--sColorPrimary);
}
.cPrProfile_sText {
  line-height: 1.5;
  text-align: center;
  font-size: 18px;
  margin-top: 20px;
}
.cPrProfile_sButton {
  border-radius: 9999px;
  border: solid black 3px;
  padding: 10px;
  width: 400px;
  display: grid;
  place-items: center;
  /* shorthand for align-items and justify-items */
}
.cPrProfile_sFoot {
  font-size: 12px;
}
.cPrProfile_sFootText {
  font-style: italic;
  text-align: center;
}
.cPrProfile_sFootCopy {
  text-align: center;
}
.cPrProfile_sFootLink {
  display: grid;
  place-items: center;
  /* shorthand for align-items and justify-items */
}
.cAcAccessSignin_sOuterBox {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(var(--sColorPrimary_rgb), 1) 0%, rgba(255, 255, 255, 0) 17%, rgba(255, 255, 255, 0) 95%, #000000 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cAcAccessSignin_sVideo {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cAcAccessSignin_sStrapline {
  position: absolute;
  top: 60px;
  color: var(--sColorUniWhite);
  line-height: 60px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    font-family: aAtomicMd;
    line-height: if(@pMultiLine, 1.5, 1.02);
    font-size: if((@pSize = null), inherit, @pSize);
    .xFormatter_uFontUntil();*/
  font-family: DMSans;
  font-weight: bold;
  line-height: 1.02;
  font-size: 40px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    font-family: aAtomicMd;
    line-height: if(@pMultiLine, 1.5, 1.02);
    font-size: if((@pSize = null), inherit, @pSize);
    .xFormatter_uFontUntil();*/
  text-align: center;
  width: 100%;
}
.cAcAccessSignin_sSignin {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  color: var(--sColorUniWhite);
  padding: 0.5rem 1rem;
  font-size: 28px;
}
.cAcAccessSignin_sBalancerBox {
  position: absolute;
  bottom: 4%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cAcAccessSignin_sBalancer {
  width: 150px;
  color: var(--sColorUniWhite);
}
.cAcAccessSignin_sCenteredBox {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 65%;
  max-width: 550px;
  align-items: center;
  /*.xShaper_uUtilCenter();*/
}
.cAcAccessSignin_sTokenButtonBox {
  width: 100%;
}
.cAcAccessSignin_sCaption {
  width: calc(var(--xCage_oInnerWidthSafe) * (75 / 100));
  position: absolute;
  bottom: 12%;
  transform: translateX(-50%);
  left: 50%;
}
.cAcAccessSignin_sButton {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  color: var(--sColorUniBlack);
  border-radius: 0.25rem;
  background-color: var(--sColorPrimary);
  font-size: 30px;
  text-align: center;
  width: 100%;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cAcAccessSignin_sTextbox {
  height: 50px;
  border: 1px solid lightgray;
  border-radius: 0.25rem;
  background-color: rgba(255, 255, 255, 0.45);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 100%;
  font-size: 18px;
  color: var(--sColorUniBlack);
  text-align: center;
  padding: 0 !important;
}
.cAcAccessSignin_sTextbox::placeholder {
  /* Change, good or bad?? */
  text-align: center;
  font-size: 18px;
  color: var(--sColorUniBlack) !important;
  opacity: 1;
}
.cAcAccessSignin_sTextbox:focus::placeholder {
  color: transparent !important;
}
.cAcSignup_sGuarantee {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  white-space: nowrap;
  line-height: 0.65;
  font-size: 18px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-transform: uppercase;
  color: var(--sColorGood);
}
.cAcSignup_sBubdleTitle {
  color: var(--sColorUniBlack);
  font-weight: bold;
}
.cAcSignup_sBubdlePriceTitle {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: 20px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-align: center;
  color: var(--sColorUniYellow);
}
.cAcSignup_sBubdlePrice {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: 30px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  color: var(--sColorPrimary);
}
.cAcSignup_sBubdlePriceMore {
  font-style: italic;
  text-align: center;
  color: var(--sColorUniBlack);
}
.cAcSignup_sBoxColor {
  color: var(--sColorUniBlack);
  font-weight: bold;
}
.cPrAboutDeviceStart_sTitle {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  width: 280px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 40px;
  text-align: center;
  color: black;
  background: white;
  border-top-left-radius: 10px;
  /* Adjust the value as needed */
  border-top-right-radius: 10px;
  /*    padding-left: 20px;
    padding-right: 20px;*/
}
.cPrAboutDeviceStart_sBatch {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-align: center;
  color: black;
}
.cApPlotPostAdd_sMe {
  padding-bottom: 100px;
}
.cApPlotPostAdd_sBox {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  transform: scale(0);
  transform-origin: center center;
}
.cApPlotPostAdd_sBox.vActive {
  transform: unset;
}
.cApPlotPostAdd_sContent {
  border-top: 8px solid var(--sColorPrimary);
  border-radius: 8px;
  border-left: var(--sColorUniGreyLineStrong) 1px solid;
  border-right: var(--sColorUniGreyLineStrong) 1px solid;
}
.cApPlotPostAdd_sVectorBottom {
  position: absolute;
  width: 100%;
  color: var(--sColorPrimary);
}
.cApPlotPostAddFoot_sMe {
  width: 100%;
  background-color: var(--sColorUniWhite);
  border-top: 1px solid var(--sColorUniGreyLineStrong);
}
.cApPlotPostAddFoot_sSeparator {
  border-right: solid 1px var(--sColorUniGreyLineStrong);
  height: 50px;
}
.cApPlotPostAddFoot_sDisc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50px;
}
.cApPlotScreensCard_sBox {
  color: var(--sColorUniWhite);
  min-height: 60px;
  border-radius: 0.25rem;
}
.cApPlotScreensCard_sBoxInner {
  display: flex;
  gap: 10px;
  /*    flex-direction: column;*/
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.cApPlotScreensCard_sText {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-size: 22px;
}
.cApPlotDayCardRoutine_sBox {
  background: var(--sColorUniWhite);
  width: 100%;
}
.cApPlotDayCardRoutine_sName {
  padding-left: 5px;
  color: black;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: 18px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
}
.cApPlotDayCardSimple_sXxx {
  font-size: 16px;
  font-weight: bold;
  color: var(--sColorUniBlack);
}
.cApPlotGoal_sExtraIcon {
  background-color: var(--sColorHeroRed);
  height: inherit;
  aspect-ratio: 1.2;
  margin-bottom: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cApPlotGoal_sBalanceGaugeBox {
  margin-top: 10px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
.cApPlotGoal_sBalanceStatus {
  color: var(--sColorUniBlack);
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  margin-top: 10px;
  font-size: 26px;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(0, 0, 0, 0.1);
}
.cApPlotGoal_sBalanceRemaining {
  font-style: italic;
  color: var(--sColorUniGreyDark);
}
.cApPlotGoalCoachCheckin_sOuter {
  background: var(--sColorUniWhite);
  height: 100%;
  overflow: hidden;
}
.cApPlotGoalCoachCheckin_sOuterIcon {
  top: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
  position: absolute;
  right: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
  height: calc(var(--xCage_oInnerWidthSafe) * (10 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (10 / 100));
  color: #54b745;
}
.cApPlotGoalCoachCheckin_sBox {
  width: calc((120 / 100) * var(--xCage_oViewportHeightStepped));
  min-width: calc((100 / 100) * var(--xCage_oViewportWidth));
  height: calc((120 / 100) * var(--xCage_oViewportHeightStepped));
  top: calc((-20 / 100) * var(--xCage_oViewportHeightStepped));
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  overflow: hidden;
}
.cApPlotGoalCoachCheckin_sBoxLottie {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cApPlotGoalCoachCheckin_sMainOuter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.xCage_sViewportVert .cApPlotGoalCoachCheckin_sMainOuter {
  height: calc(var(--xCage_oInnerWidthSafe) * (120 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (120 / 100));
}
.xCage_sViewportHorz .cApPlotGoalCoachCheckin_sMainOuter {
  height: calc(var(--xCage_oInnerWidthSafe) * (50 / 100));
  width: calc(var(--xCage_oInnerWidthSafe) * (50 / 100));
}
.cApPlotGoalCoachCheckin_sMain {
  padding-left: calc(var(--xCage_oInnerWidthSafe) * (15 / 100));
  padding-right: calc(var(--xCage_oInnerWidthSafe) * (15 / 100));
  height: 100%;
  background: linear-gradient(to bottom, #54b745, #7bc570);
  color: var(--sColorUniWhite);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: scale(0);
  transition: transform 2s ease;
  position: relative;
}
.cApPlotGoalCoachCheckin_sTrangle {
  bottom: calc(var(--xCage_oInnerHeight) * (16 / 100));
  right: calc(var(--xCage_oInnerHeight) * (5 / 100));
  width: calc(var(--xCage_oInnerHeight) * (32 / 100));
  height: calc(var(--xCage_oInnerHeight) * (32 / 100));
  position: absolute;
  transform: translateY(100%) rotate(151deg);
  color: #7bc570;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.87,19.29l-9-15.58a1,1,0,0,0-1.74,0l-9,15.58a1,1,0,0,0,0,1,1,1,0,0,0,.87.5H21a1,1,0,0,0,.87-.5A1,1,0,0,0,21.87,19.29Z' fill='%237bc570'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.cApPlotGoalCoachCheckin_sMain.vOn {
  transform: scale(1);
}
.cApPlotGoalCoachCheckin_sMainText1 {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Manrope;
  line-height: 1.5;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  margin-top: calc(var(--xCage_oInnerWidth) * (3.5 / 100));
  font-size: calc(var(--xCage_oInnerWidth) * (10 / 100));
  font-weight: 600;
}
.cApPlotGoalCoachCheckin_sMainText2 {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.5;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  margin-top: calc(var(--xCage_oInnerWidth) * (5 / 100));
  font-size: calc(var(--xCage_oInnerWidth) * (6 / 100));
}
.cApPlotGoalCoachCheckin_sButtonOuter {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(var(--xCage_oInnerHeight) * (6 / 100));
}
.xCage_sViewportVert .cApPlotGoalCoachCheckin_sButtonOuter {
  min-width: calc(var(--xCage_oInnerWidthSafe) * (45 / 100));
}
.xCage_sViewportHorz .cApPlotGoalCoachCheckin_sButtonOuter {
  width: calc(var(--xCage_oInnerWidthSafe) * (20 / 100));
}
.cApPlotGoalCoachCheckin_sButton {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  padding: calc(var(--xCage_oInnerWidthSafe) * (3 / 100));
  font-size: calc(var(--xCage_oInnerWidthSafe) * (6 / 100));
  border-radius: calc(var(--xCage_oInnerWidthSafe) * (20 / 100));
  width: 100%;
  color: var(--sColorUniWhite);
  background-color: var(--sColorUniBlue);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  transform: scale(0);
  transition: transform 0.5s ease;
  line-height: 1.5;
}
.cApPlotGoalCoachCheckin_sButton.vOn {
  transform: scale(1);
}
.cApPlotGoalCoachCustomisations_sMe .cScMediaLottie_sPlayer {
  position: relative;
}
.cApPlotGoalCoachCustomisations_sMe .cScMediaLottie_sPlayer svg {
  position: absolute;
  top: -15%;
  /* Hack to move Animation to edge of canvas   */
  left: 2%;
  /* Hack to move Animation to edge of canvas   */
}
.cApPlotGoalCoachCustomisations_sOuter {
  background: var(--sColorUniWhite);
  height: 100%;
  overflow: hidden;
}
.cApPlotGoalCoachCustomisations_sOuterIcon {
  top: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
  position: absolute;
  right: calc(var(--xCage_oInnerWidthSafe) * (2 / 100));
  height: calc(var(--xCage_oInnerWidthSafe) * (10 / 100));
  color: #ff9c1a;
}
.cApPlotGoalCoachCustomisations_sBox {
  position: absolute;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.cApPlotGoalCoachCustomisations_sLottie {
  width: calc((135 / 100) * var(--xCage_oViewportHeightStepped));
  height: calc((135 / 100) * var(--xCage_oViewportHeightStepped));
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  min-height: 100%;
}
.cApPlotGoalCoachCustomisations_sMain {
  height: calc(((100 / 100) * var(--xCage_oViewportHeightStepped)) - (0 * 1px));
  width: calc((100 / 100) * var(--xCage_oViewportWidth));
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cApPlotGoalCoachCustomisations_sTextBox1 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: var(--sColorUniWhite);
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Manrope;
  line-height: 1.2;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  line-height: 1.4;
  font-weight: 600;
  white-space: nowrap;
}
.xCage_sViewportVert .cApPlotGoalCoachCustomisations_sTextBox1 {
  margin-top: calc(var(--xCage_oInnerHeight) * (6 / 100));
  font-size: calc(var(--xCage_oInnerWidthSafe) * (11 / 100));
  margin-left: calc(var(--xCage_oInnerWidthSafe) * (-12 / 100));
}
.xCage_sViewportHorz .cApPlotGoalCoachCustomisations_sTextBox1 {
  margin-top: calc(var(--xCage_oInnerHeight) * (6 / 100));
  font-size: calc(var(--xCage_oInnerWidth) * (6 / 100));
  margin-left: calc(var(--xCage_oInnerWidthSafe) * (-5 / 100));
}
.cApPlotGoalCoachCustomisations_sButton {
  font-size: calc(var(--xCage_oInnerWidth) * (8 / 100));
  border-radius: calc(var(--xCage_oInnerWidth) * (2 / 100));
  border-width: calc(var(--xCage_oInnerWidth) * (1 / 100));
  padding-left: calc(var(--xCage_oInnerWidth) * (5 / 100));
  padding-right: calc(var(--xCage_oInnerWidth) * (5 / 100));
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-color: #feb468;
  color: #ffa131;
  background-color: var(--sColorUniWhite);
  border-style: solid;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  top: 78%;
  line-height: 1.5;
}
.cApPlotGoalCoachCustomisations_sTextBox2 {
  margin-bottom: calc(var(--xCage_oInnerWidth) * (2 / 100));
  font-size: calc(var(--xCage_oInnerWidth) * (5 / 100));
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  color: var(--sColorUniBlack);
  top: 90%;
  width: 100%;
  text-align: center;
}
.cApPlotGoalCoachData_sSwiper {
  width: 400px;
}
.cApPlotGoalCoachData_sSwiperChart {
  margin-bottom: 20px;
  height: 400px;
}
.cApPlotGoalCoachPicksCardPost_sMe {
  color: var(--sColorUniBlack);
  text-align: center;
}
.cApPlotGoalCoachPicksCardPost_sBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  overflow: hidden;
}
.cApPlotGoalCoachPicksCardPost_sType {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-size: 30px;
  margin-top: 15px;
}
.cApPlotGoalCoachPicksCardPost_sTitle {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  line-height: 1.16;
  font-size: 18px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-weight: bold;
  margin-top: 10px;
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: auto;
}
.cApPlotGoalCoachPicksCardPost_sTextBox {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: auto;
  overflow: hidden;
  align-items: center;
  display: flex;
  flex-direction: column;
  color: #808080;
  background: white;
  margin-left: 10px;
  margin-right: 10px;
}
.cApPlotGoalCoachPicksCardPost_sTeaser {
  margin-top: 5px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.cApPlotGoalCoachPicksCardPost_sAbstract {
  mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, transparent 100%);
  mask-composite: intersect;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.5;
}
.cApPlotGoalCoachPicksCardPost_sAbstract.vDemo {
  -webkit-line-clamp: 5;
}
.cApPlotGoalCoachPicksCardPost_sIcon {
  margin-top: -10px;
  opacity: 0.5;
}
.cApPlotGoalCoachPicksCardPost_sMessage {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Manrope;
  line-height: 1.5;
  font-size: 16px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: auto;
  color: #0673be;
}
.cApPlotGoalCoachPicksCardSnippet_sMe {
  color: var(--sColorUniBlack);
  text-align: center;
}
.cApPlotGoalCoachPicksCardSnippet_sTitle {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  line-height: 1.16;
  font-size: 18px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-weight: bold;
  margin-top: 10px;
}
.cApPlotGoalCoachPicksCardSnippet_sMessageBox {
  margin: 15px;
  margin-top: 10px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Manrope;
  line-height: 1.2;
  font-size: 16px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  color: #0673be;
  text-align: center;
}
.cApPlotGoalCoachPicksCardPostSocial_sMe {
  color: var(--sColorUniBlack);
  text-align: center;
}
.cApPlotGoalCoachPicksCardPostSocial_sMesssage {
  color: #0673be;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Manrope;
  line-height: 1.2;
  font-size: 16px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #ffffff 40%);
  padding-top: 50px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.cApPlotGoalCoachPicksCardPostSocial_sBoxOuter {
  width: 100%;
  height: 100%;
  padding: 5px;
}
.cApPlotGoalCoachPicksCardPostSocial_sBox {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.cApPlotGoalCoachPicksCardPostSocial_sBoxInner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform-origin: top left;
}
.cApPlotGoalCoachPicksCardPostSocial_sFrame {
  pointer-events: none;
  border: none;
  overflow: hidden;
  width: 400px;
  height: 1000px;
}
.cApPlotGoalCoachReportsCard_sMe {
  color: var(--sColorUniBlack);
  text-align: center;
  border-radius: 20px;
  border-width: 0px;
}
.cApPlotGoalCoachReportsCard_sBox {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cApPlotGoalCoachReportsCard_sTitle {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  line-height: 1.16;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-size: calc(var(--xCage_oInnerHeight) * (6.2 / 100));
  padding-top: calc(var(--xCage_oInnerHeight) * (2 / 100));
  font-weight: bold;
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: auto;
  color: black;
}
.cApPlotGoalCoachReportsCard_sMessageBox {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Manrope;
  line-height: 1.2;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  margin-top: calc(var(--xCage_oInnerHeight) * (2 / 100));
  margin-left: calc(var(--xCage_oInnerHeight) * (4 / 100));
  margin-right: calc(var(--xCage_oInnerHeight) * (4 / 100));
  font-size: calc(var(--xCage_oInnerWidthSafe) * (5.5 / 100));
  color: var(--sColorUniGreyText);
  text-align: center;
  flex-grow: 1;
  flex-basis: 0;
}
.cApPlotGoalCoachReportsCard_sMessage {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cApPlotGoalCoachReportsCard_sButton {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-size: calc(var(--xCage_oInnerHeight) * (5.5 / 100));
  height: calc(var(--xCage_oInnerHeight) * (10 / 100));
  width: calc(var(--xCage_oInnerHeight) * (35 / 100));
  margin-bottom: calc(var(--xCage_oInnerHeight) * (5 / 100));
  background-color: var(--sColorChipGreen);
  color: var(--sColorUniWhite);
  border-radius: 999px;
  text-transform: uppercase;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cApPlotGoalCoachReportsCard_sButton.vLocked {
  background-color: var(--sColorUniGreyMeduim);
}
.cApSetupWelcomeWizardGoalEatingEditor_sXxx {
  font-style: italic;
  color: var(--sColorUniBlack);
}
.cApSetupWelcome_sStack {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.cApSetupWelcomeIntro_sOuter {
  position: relative;
  height: 100%;
  width: 100%;
}
.cApSetupWelcomeIntro_sVideo {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.cApSetupWelcomeIntro_sVideo.vHide {
  opacity: 0;
}
.cApSetupWelcomeIntro_sButtonBox {
  position: absolute;
  bottom: 10%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cApSetupWelcomeIntro_sButton {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  background: var(--sColorPrimary);
  color: var(--sColorUniBlack);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 45px;
}
.cApSetupWelcomeIntro_sTimeBox {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cApSetupWelcomeIntro_sTime {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  margin-bottom: 5px;
  color: var(--sColorUniBlack);
  font-size: 30px;
}
.cApPlotCardFriendAdd_sMe {
  display: flex;
  align-items: center;
  border: 4px solid;
  border-radius: 0.7rem;
  overflow: hidden;
}
.cApPlotCardFriendAdd_sHolder {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.cApPlotCardFriendSquare_sMe {
  display: flex;
  align-items: center;
  border: 4px solid;
  border-radius: 0.7rem;
  overflow: hidden;
}
.cApPlotCardFriendSquare_sHolder {
  display: flex;
  justify-content: center;
}
.cApPlotCardFriendSquare_sImg {
  width: 100%;
}
.cApPlotCardFriendSquare_sMe {
  display: flex;
  align-items: center;
}
.cApPlotCardFriendSquare_sHolder {
  display: flex;
  justify-content: center;
}
.cApPlotCardFriendSquare_sImg {
  width: 100%;
}
.cShPrefabsNutrition_sTable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
  padding-left: 5px;
  padding-right: 5px;
}
.cShPrefabsNutrition_sRow {
  color: var(--sColorUniBlack);
  background-color: var(--sColorUniGreyLight);
  height: 45px;
}
.cShPrefabsNutrition_sRow.vParent {
  background-color: var(--sColorUniGreyLight);
}
.cShPrefabsNutrition_sRow.vChild {
  background-color: var(--sColorUniGreyLight);
}
.cShPrefabsNutrition_sRow.vTotal {
  background-color: var(--sColorPrimary);
}
.cShPrefabsNutrition_sRow.vTotal td {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: 17px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-weight: normal;
  color: var(--sColorUniWhite);
}
.cShPrefabsNutrition_sTd {
  text-align: center;
  padding: 5px;
  min-width: 60px;
  height: 40px;
}
.cShPrefabsNutrition_sTd.vName {
  text-align: left;
  width: 100%;
}
.cShPrefabsNutrition_sTd.vParent {
  font-weight: bold;
}
.cShPrefabsNutrition_sTd.vChild {
  font-style: italic;
  font-weight: normal;
}
.cShPrefabsNutrition_sTd.vStar {
  text-align: center;
  min-width: 25px;
  display: grid;
  justify-content: center;
  align-content: center;
}
.cShPrefabsNutrition_sTd.vNumber {
  text-align: center;
  min-width: 75px;
}
.cApPlotPostPrefabUtil_sProfileImg {
  height: 35px;
  aspect-ratio: 1;
  border-radius: 50%;
}
.cApPlotPostPrefabUtil_sMessage {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Inter;
  font-size: 14;
  line-height: 1.5;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  color: var(--sColorUniBlack);
  text-align: center;
}
.cApPlotPostPrefabBigViewExtraWriting_sBody {
  max-width: 750px;
  margin: auto;
  font-size: 18px;
  text-align: justify;
  margin-bottom: 25px;
}
.cApPlotPostPrefabBigViewExtraWriting_sTitle {
  font-size: 24px;
  text-decoration: underline;
}
.cApPlotPostPrefabBigViewExtraWriting_sContentsHr {
  border-top: 1px solid #589fd3;
  margin-left: 30px;
  margin-right: 30px;
}
.cApPlotPostPrefabBigViewExtraWriting_sContentsButton {
  font-weight: bold;
}
.cApPlotPostPrefabBigViewExtraWriting_sSocialsBox {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  color: black;
  padding: 10px;
}
.cApPlotPostPrefabBigViewExtraWriting_sSocials {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  color: black;
}
.cApPlotPostPrefabBigViewExtraWriting_sGutter {
  height: 50px;
}
.cApPlotPostAdd_sBoxInner {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  transform: scale(0);
  transform-origin: center center;
}
.cApPlotPostAdd_sBoxInner.vActive {
  transform: unset;
}
.cApPlotPostAddHero_sBox {
  overflow: hidden;
}
.cApPlotPostAddHero_sImg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cApPlotPostAddHero_sClose {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 100%;
  color: var(--sColorUniWhite);
}
.cApPlotPostAddHero_sTitle {
  position: absolute;
  bottom: -2px;
  width: 100%;
  color: var(--sColorUniWhite);
}
.cApPlotPostAddHero_sHashtagText {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-size: 45px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.45);
}
.cApPlotPostAddHero_sRootText {
  /*    .xFormatter_uFontSecular(null);*/
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.45);
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.cApPlotPostAddHero_sMedia {
  position: absolute;
  top: 5px;
  left: 5px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 9999px;
  color: var(--sColorUniBlack);
  background: var(--sColorUniWhite);
}
.cApPlotPostCardSlide_sHead {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cApPlotPostCardSlide_sHeadHandle {
  color: var(--sColorUniWhite);
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Inter;
  font-size: 16px;
  line-height: 1.1;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
}
.cApPlotPostCardSlide_sBody {
  width: 100%;
  height: 100%;
  padding-top: 40px;
}
.cApPlotPostCardSlide_sBodyImg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.cApPlotPostCardSlide_sBodyTitle {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    font-family: aAtomicMd;
    line-height: if(@pMultiLine, 1.5, 1.02);
    font-size: if((@pSize = null), inherit, @pSize);
    .xFormatter_uFontUntil();*/
  font-family: DMSans;
  font-weight: bold;
  line-height: 1.5;
  font-size: 26px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    font-family: aAtomicMd;
    line-height: if(@pMultiLine, 1.5, 1.02);
    font-size: if((@pSize = null), inherit, @pSize);
    .xFormatter_uFontUntil();*/
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 0;
  color: var(--sColorUniWhite);
  text-align: center;
  padding: 10px;
  padding-bottom: 25px;
  position: relative;
}
.cApPlotPostCardSlide_sBodyText {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Inter;
  font-size: 16px;
  line-height: 1.5;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--sColorUniWhite);
  text-align: center;
  padding: 10px;
  padding-bottom: 0;
  width: 100%;
}
.cApPlotPostCardSlide_sBodyHolder {
  background-color: var(--sColorUniWhite);
}
.cApPlotPostCardSlide_sFoot {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
}
.cApPlotPostCardSlide_sFootTitle {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    font-family: aAtomicMd;
    line-height: if(@pMultiLine, 1.5, 1.02);
    font-size: if((@pSize = null), inherit, @pSize);
    .xFormatter_uFontUntil();*/
  font-family: DMSans;
  font-weight: bold;
  line-height: 1.5;
  font-size: 26px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    font-family: aAtomicMd;
    line-height: if(@pMultiLine, 1.5, 1.02);
    font-size: if((@pSize = null), inherit, @pSize);
    .xFormatter_uFontUntil();*/
  color: var(--sColorUniWhite);
  text-align: center;
  padding-bottom: 8px;
}
.cApPlotPostCardSlide_sFootText {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Inter;
  font-size: 16px;
  line-height: 1.5;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 0;
  color: var(--sColorUniWhite);
  text-align: center;
}
.cApPlotPostCardTile_sHolder {
  /*  height:100%;
    width:100%;*/
}
.cApPlotPostCardTile_sMe.vText {
  padding: 10px;
  aspect-ratio: 1;
}
.cApPlotPostCardTile_sText {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Inter;
  font-size: 11px;
  line-height: 1.5;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  color: var(--sColorUniWhite);
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cApPlotPostCardTile_sMe.vImg {
  aspect-ratio: 1;
  max-width: 100%;
}
.cApPlotPostCardTile_sImg {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cApPlotCardCube_sMe {
  height: 200vh;
}
.cApPlotCardCube_sInner {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: white;
}
.cApPlotCardCube_sIconFlip.vBlack {
  color: black;
  display: none;
}
.cShPrefabsSplash_sDiv {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sColorUniWhite);
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: 55px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-align: center;
  height: 100%;
}
.cScShowDeckSlide_sChart > div {
  height: calc(var(--xCage_oInnerHeight) * (80 / 100));
}
.cScShowDeckSlide_sList {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Inter;
  font-size: 20px;
  line-height: 1.1;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  color: var(--sColorUniBlack);
}
.cApSharedPrefabPostViewer_sMe {
  display: flex;
  flex-direction: column;
}
.cApSharedPrefabPostViewer_sViewVertical {
  flex-grow: 1;
  width: 90%;
  min-height: 100%;
  padding-bottom: 20px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.cApPlotEatRationLateCardAdjust_sBox {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.cApFrame_sCallText {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-size: 18px;
}
.cApFrame_sContainer {
  display: grid;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cApFrame_sLottie {
  height: 100px;
}
.cApFrame_sIcon180 {
  transform: rotate(180deg);
}
.cApFrame_sIcon45 {
  transform: rotate(45deg);
}
.cApFrame_sIcon90 {
  transform: rotate(90deg);
}
.cApFrame_sIcon0 {
  transform: rotate(0deg);
}
.cApFrame_sSpinIn {
  animation: cApFrame_aSpinIn 600ms ease-out;
}
.cApFrame_sSpinIn {
  animation: cApFrame_aSpinIn 600ms ease-out;
}
@keyframes cApFrame_aSpinIn {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(540deg);
  }
}
.cApFrame_sSpinOut {
  animation: cApFrame_sSpinOut 600ms ease-out forwards;
}
@keyframes cApFrame_sSpinOut {
  0% {
    transform: rotate(540deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.cApFrameDashboard_sHeading {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  color: var(--sColorPrimary);
  font-size: 22px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cApFrameDashboard_sBottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2px;
  margin-bottom: 0px;
  user-select: none;
}
.cApFrameDashboard_sBottomText {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-size: 14px;
}
.cScChartDataless_sMe {
  height: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.cScChartBar_sMe {
  width: 100%;
  background-color: var(--sColorUniGreyLight);
  overflow: hidden;
}
.cScChartBar_sBoltValue {
  height: 100%;
  width: 0%;
  background-color: var(--sColorPrimary);
}
.cScChartLine_sMe {
  position: relative;
  width: 100%;
  height: 100%;
}
.cScChartLine_sBolt {
  z-index: 0;
  position: relative;
  width: 100%;
  height: 100%;
}
.cScChartLine_sBolt .canvasjs-chart-toolbar {
  display: none;
}
.cScChartLine_sPopup {
  z-index: 1;
  position: absolute;
  top: 0px;
  width: 200px;
  height: 90px;
  filter: drop-shadow(0px 0px 1px var(--sColorUniGreyDark));
  opacity: 0.7;
}
.cScChartLine_sPopupInner {
  width: 100%;
  height: 100%;
  padding: 5px;
  text-align: center;
  background-color: var(--sColorUniGreyLight);
  border-radius: 10px;
  color: var(--sColorUniBlack);
}
.cScChartLine_sPopupArrow {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 16px solid var(--sColorUniGreyLight);
  position: absolute;
  bottom: -16px;
  left: calc(50% - 8px);
}
.cScChartLine_sPopup.vLeft .cScChartLine_sPopupArrow {
  text-align: left;
  margin-left: -8px;
}
.cScChartLine_sPopup.vRight .cScChartLine_sPopupArrow {
  text-align: right;
  padding-right: 3px;
}
.cScChartLineMini_sBox {
  display: inline-block;
  margin: 0;
  padding: 0;
  z-index: 0;
  position: relative;
  overflow: hidden;
  background: var(--sColorUniBlue);
}
.cScChartLineMini_sList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cScChartLineMini_sPoint {
  background-color: var(--sColorUniWhite);
  border: 3px solid var(--sColorUniWhite);
  box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 1;
  position: absolute;
}
.cScChartLineMini_sPoint.vHightlight {
  background-color: var(--sColorUniGreyDark);
}
.cScChartLineMini_sLine {
  background-color: var(--sColorUniWhite);
  height: 3px;
  position: absolute;
  transform-origin: left bottom;
  box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.1);
}
.cScChatCall_sExpand {
  background-color: rgba(255, 255, 255, 0.9);
}
.cScChatCall_sConnecting {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sColorUniBlack);
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: 40px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
}
.cScChatCall_sCaller {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: var(--sColorUniBlack);
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.cScChatCall_sCallerImg {
  height: 150px;
  width: 150px;
  border-radius: 50%;
}
.cScChatCall_sCallerName {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: 35px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
}
.cScChatCall_sCallerLottie {
  height: 150px;
}
.cScChatCall_sCall {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: var(--sColorUniBlack);
  color: var(--sColorUniWhite);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cScChatCall_sCallVideo {
  width: 100%;
  height: 100%;
}
.cScChatCall_sOver {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.cScChatCall_sOverTop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 30px;
}
.cScChatCall_sOverTopQueImg {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
.cScChatCall_sOverTopQueName {
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
}
.cScChatCall_sOverTopRemaining {
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
}
.cScChatCall_sOverControls {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  grid-gap: 25px;
  bottom: 10px;
  align-items: center;
  justify-items: center;
  pointer-events: all;
}
.cScChatCall_sEnded {
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--sColorUniBlack);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sColorUniWhite);
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: 40px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
}
.cScChatDialog_sBolt {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.cScChatDialog_sNotification {
  margin-top: calc(var(--xFrame_oSpaceTop) + 40px);
  margin-left: 20px;
  margin-right: 20px;
}
.cScChatThread_sMe {
  height: 100%;
}
.cScChatThread_sBubblesOuter {
  position: relative;
  min-height: 100%;
  height: 0px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cScChatThread_sBubblesOuter.vSmooth {
  transition: height 1.5s ease;
}
.cScChatThread_sBubblesInner {
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
}
.cScChatThread_sBubblesSpinner {
  transition: transform 0.3s ease;
}
.cScChatThread_sBubblesSpinnerWorkingText {
  color: black;
  font-size: 18px;
}
.cScChatThread_sLog {
  color: var(--sColorUniGreyStrong);
  font-style: italic;
  text-align: center;
  white-space: nowrap;
}
.cScChatThread_sReplyTopChipBox {
  border-bottom: 1px solid var(--sColorUniGreyLineStrong);
}
.cScChatThread_sRelated::after {
  height: 10px;
}
.cScChatThreadAnimation_sExpand {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #ffffff;
}
.cScChatThreadAnimation_sLottie {
  width: 100%;
}
.cScChatThreadAnimation_sText {
  width: 100%;
  text-align: center;
  color: var(--sColorUniGreen);
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: 60px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
}
.cScChatThreadIntermission_sExpand {
  color: var(--sColorUniWhite);
  background-color: var(--sColorUniBlack);
}
.cScChatThreadIntermission_sVideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cScChatThreadIntermission_sTextBox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /*font-size: 80px;*/
  color: var(--sColorUniWhite);
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
}
.cScChatThreadLog_sMe {
  height: 24px;
}
.cScChatThreadLog_sBoltLine {
  width: 100%;
  height: 24px;
  -webkit-mask-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 510 25"><path d="m467.5,25c-11.3,0-16.93-5.89-22.37-11.58-5.23-5.47-10.18-10.64-20.13-10.64s-14.89,5.17-20.13,10.64c-5.44,5.69-11.07,11.58-22.37,11.58s-16.93-5.89-22.37-11.58c-5.23-5.47-10.18-10.64-20.13-10.64s-14.89,5.17-20.13,10.64c-5.44,5.69-11.07,11.58-22.37,11.58s-16.93-5.89-22.37-11.58c-5.23-5.47-10.18-10.64-20.13-10.64s-14.89,5.17-20.13,10.64c-5.44,5.69-11.07,11.58-22.37,11.58s-16.93-5.89-22.37-11.58c-5.23-5.47-10.18-10.64-20.13-10.64s-14.89,5.17-20.13,10.64c-5.44,5.69-11.07,11.58-22.37,11.58s-16.93-5.89-22.37-11.58c-5.23-5.47-10.18-10.64-20.13-10.64s-14.89,5.17-20.13,10.64c-5.44,5.69-11.07,11.58-22.37,11.58s-16.93-5.89-22.38-11.58C14.89,7.95,9.95,2.78,0,2.78V0c11.3,0,16.93,5.89,22.37,11.58,5.23,5.47,10.18,10.64,20.13,10.64s14.89-5.17,20.13-10.64c5.44-5.69,11.07-11.58,22.37-11.58s16.93,5.89,22.38,11.58c5.23,5.47,10.18,10.64,20.12,10.64s14.89-5.17,20.13-10.64c5.44-5.69,11.07-11.58,22.37-11.58s16.93,5.89,22.37,11.58c5.23,5.47,10.18,10.64,20.13,10.64s14.89-5.17,20.13-10.64c5.44-5.69,11.07-11.58,22.37-11.58s16.93,5.89,22.37,11.58c5.23,5.47,10.18,10.64,20.13,10.64s14.89-5.17,20.13-10.64c5.44-5.69,11.07-11.58,22.37-11.58s16.93,5.89,22.38,11.58c5.23,5.47,10.18,10.64,20.12,10.64s14.89-5.17,20.12-10.64c5.44-5.69,11.07-11.58,22.38-11.58s16.93,5.89,22.38,11.58c5.23,5.47,10.18,10.64,20.12,10.64s14.89-5.17,20.13-10.64c5.44-5.69,11.07-11.58,22.37-11.58v2.78c-9.95,0-14.89,5.17-20.13,10.64-5.44,5.69-11.07,11.58-22.37,11.58Z" style="stroke-width:0px;"/></svg>');
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-position: center;
  mask-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 510 25"><path d="m467.5,25c-11.3,0-16.93-5.89-22.37-11.58-5.23-5.47-10.18-10.64-20.13-10.64s-14.89,5.17-20.13,10.64c-5.44,5.69-11.07,11.58-22.37,11.58s-16.93-5.89-22.37-11.58c-5.23-5.47-10.18-10.64-20.13-10.64s-14.89,5.17-20.13,10.64c-5.44,5.69-11.07,11.58-22.37,11.58s-16.93-5.89-22.37-11.58c-5.23-5.47-10.18-10.64-20.13-10.64s-14.89,5.17-20.13,10.64c-5.44,5.69-11.07,11.58-22.37,11.58s-16.93-5.89-22.37-11.58c-5.23-5.47-10.18-10.64-20.13-10.64s-14.89,5.17-20.13,10.64c-5.44,5.69-11.07,11.58-22.37,11.58s-16.93-5.89-22.37-11.58c-5.23-5.47-10.18-10.64-20.13-10.64s-14.89,5.17-20.13,10.64c-5.44,5.69-11.07,11.58-22.37,11.58s-16.93-5.89-22.38-11.58C14.89,7.95,9.95,2.78,0,2.78V0c11.3,0,16.93,5.89,22.37,11.58,5.23,5.47,10.18,10.64,20.13,10.64s14.89-5.17,20.13-10.64c5.44-5.69,11.07-11.58,22.37-11.58s16.93,5.89,22.38,11.58c5.23,5.47,10.18,10.64,20.12,10.64s14.89-5.17,20.13-10.64c5.44-5.69,11.07-11.58,22.37-11.58s16.93,5.89,22.37,11.58c5.23,5.47,10.18,10.64,20.13,10.64s14.89-5.17,20.13-10.64c5.44-5.69,11.07-11.58,22.37-11.58s16.93,5.89,22.37,11.58c5.23,5.47,10.18,10.64,20.13,10.64s14.89-5.17,20.13-10.64c5.44-5.69,11.07-11.58,22.37-11.58s16.93,5.89,22.38,11.58c5.23,5.47,10.18,10.64,20.12,10.64s14.89-5.17,20.12-10.64c5.44-5.69,11.07-11.58,22.38-11.58s16.93,5.89,22.38,11.58c5.23,5.47,10.18,10.64,20.12,10.64s14.89-5.17,20.13-10.64c5.44-5.69,11.07-11.58,22.37-11.58v2.78c-9.95,0-14.89,5.17-20.13,10.64-5.44,5.69-11.07,11.58-22.37,11.58Z" style="stroke-width:0px;"/></svg>');
  mask-repeat: repeat-x;
  mask-position: center;
}
.cScChatThreadLog_sBoltTitle {
  margin-right: 5px;
  margin-left: 5px;
}
.cScChatThreadPlot_sIconBox {
  border-radius: 50%;
  background-color: white;
  padding: 3px;
}
.cScChatBubble_sBolt {
  display: flex;
  align-items: center;
}
.cScChatBubble_sBolt.vSideLeft {
  justify-content: start;
  transform-origin: top left;
}
.cScChatBubble_sBolt.vSideRight {
  justify-content: end;
  transform-origin: top right;
}
.cScChatBubble_sBolt.vReady {
  height: 0;
  transform: scale(0);
  transition: all 0.5s;
}
.cScChatBubble_sBolt.vBig {
  height: unset;
  transform: scale(1);
}
.cScChatBubble_sBoltOuter {
  position: relative;
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  word-wrap: anywhere;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Manrope;
  line-height: 1.2;
  font-size: 15px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
}
.cScChatBubble_sBoltOuter.vWidthLimited {
  max-width: 75%;
}
.cScChatBubble_sBoltOuter.vWidthFit {
  width: fit-content;
}
.cScChatBubble_sBoltWrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px 10px 10px 0px;
}
.cScChatBubble_sBoltWrapper.vSideLeft {
  border-radius: 10px 10px 10px 0px;
}
.cScChatBubble_sBoltWrapper.vSideRight {
  border-radius: 10px 10px 0px 10px;
}
.cScChatBubble_sBoltWrapper.vSideSlideless {
  border-radius: 10px 10px 10px 10px;
}
.cScChatBubble_sBoltIconVideoBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: inline-block;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
}
.cScChatBubble_sBoltImage {
  max-width: 100%;
}
.cScChatBubble_sInner {
  padding: 10px;
  position: relative;
}
.cScChatBubble_sExtraBox {
  position: absolute;
  bottom: -18px;
}
.cScChatBubble_sExtraBox.vSideLeft {
  right: -15px;
}
.cScChatBubble_sExtraBox.vSideRight {
  left: -15px;
}
.cScChatBubble_sBoltTime {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-size: 12px;
  white-space: nowrap;
}
.cScChatBubble_sBoltWrapper.vColorBlue {
  color: var(--sColorUniWhite);
  background-color: var(--sColorMessageBlue);
}
.cScChatBubble_sBoltWrapper.vColorGreen {
  color: var(--sColorUniWhite);
  background-color: var(--sColorMessageGreen);
}
.cScChatBubble_sBoltWrapper.vColorGrey {
  color: var(--sColorUniBlack);
  background-color: var(--sColorMessageGrey);
}
.cScChatBubble_sText.vTextStyleStandard {
  line-height: 1.5;
}
.cScChatBubble_sText.vTextStyleCentered {
  font-style: italic;
  text-align: center;
}
.cScChatNotification_sMessage {
  color: var(--sColorUniWhite);
  background-color: var(--sColorMessageGreen);
  border-radius: 16px 16px 16px 0px;
  overflow: hidden;
}
.cScChatNotification_sMessage.vEnd {
  border-radius: 16px 16px 0px 0px;
}
.cScChatNotification_sMessageTitle {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Manrope;
  line-height: 1.2;
  font-size: 15px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-weight: bold;
}
.cScChatNotification_sMessageCloseBox {
  padding: 5px;
}
.cScChatNotification_sMessageText {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Manrope;
  line-height: 1.2;
  font-size: 15px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  min-height: 23px;
  text-align: center;
}
.cScChatNotification_sReply {
  background: var(--sColorUniWhite);
  border: 0px solid var(--sColorUniGreyLineStrong);
  border-width: 0px 1px 1px 1px;
  border-radius: 0px 0px 16px 16px;
  overflow: hidden;
}
@keyframes increase-height {
  0% {
    height: 0%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 100%;
  }
}
@keyframes scale-up {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.cScCoreBadge_sMe {
  width: 100%;
  height: 100%;
}
.cScCoreBadge_sBolt {
  width: 100%;
  height: 100%;
  color: var(--sColorUniWhite);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cScCoreBadge_sBolt.vLookCircle {
  border-radius: 50%;
  position: absolute;
  background: var(--sColorUniRed);
  font-size: 10px;
}
.cScCoreBadge_sBolt.vLookSquare {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  /*    border-width: 4px;*/
  border-style: solid;
  font-size: 11px;
}
.cScCoreBadge_sBolt.vLookSquare.vColorRed {
  border-color: var(--sColorUniRed);
  background: var(--sColorUniRed);
}
.cScCoreBadge_sBolt.vLookSquare.vColorGreen {
  border-color: var(--sColorUniGreen);
  background: var(--sColorUniGreen);
}
.cScCoreBadge_sBolt.vLookSquare.vColorGrey {
  border-color: var(--sColorUniGreyDark);
}
.cScCoreBadge_sBolt.vColorRed {
  background: var(--sColorUniRed);
}
.cScCoreBadge_sBolt.vColorGreen {
  background: var(--sColorUniGreen);
}
.cScCoreBadge_sBolt.vColorPurple {
  background: var(--sColorUniPurple);
}
.cScCoreBadge_sBolt.vColorBlue {
  background: var(--sColorUniBlue);
}
.cScCoreButton_sText {
  white-space: nowrap;
}
.cScCoreButton_sText.vFontLexend {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: 14px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
}
.cScCoreButton_sText.vFontSecular {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: 14px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
}
.cScCoreButton_sMe.vButtonUnderline {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.cScCoreButton_sMe.vButtonCircular {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cScCoreButton_sMe.vButtonChip {
  border-radius: 999px;
  height: 32px;
  line-height: 32px;
}
.cScCoreButton_sMe.vButtonCard {
  color: var(--sColorUniBlack);
}
.cScCoreButton_sMe.vButtonStack {
  border-radius: 0.25rem;
}
.cScCoreButton_sMe.vButtonStack .cScCoreButton_sText.vFontLexend {
  text-box-trim: trim-start;
  text-box-edge: cap alphabetic;
}
.cScCoreButton_sMe.vButtonStackShort {
  /*font-family: SecularOne !important;*/
  /*text-transform: uppercase !important;*/
  /*font-family: Lexend !important;*/
  border-radius: 0.25rem;
}
.cScCoreButton_sMe.vButtonBoxed {
  white-space: nowrap;
  user-select: none;
  font-weight: bold;
  min-height: 50px;
}
.cScCoreButton_sMe.vButtonBoxed.vButtonPrime,
.cScCoreButton_sMe.vButtonChip.vButtonPrime {
  background-color: var(--sColorButtonPrime);
  color: var(--sColorUniWhite);
}
.cScCoreButton_sMe.vButtonBoxed.vButtonPrime:focus {
  background-color: var(--sColorButtonPrime);
  opacity: 0.7;
  color: var(--sColorUniWhite);
}
.cScCoreButton_sMe.vButtonBoxed.vButtonDanger,
.cScCoreButton_sMe.vButtonChip.vButtonDanger {
  background-color: var(--sColorButtonDanger);
  color: var(--sColorUniWhite);
}
.cScCoreButton_sMe.vButtonBoxed.vButtonDanger:focus {
  background-color: var(--sColorButtonDanger);
  opacity: 0.7;
  color: var(--sColorUniWhite);
}
.cScCoreButton_sMe.vButtonBoxed.vButtonNormal,
.cScCoreButton_sMe.vButtonChip.vButtonNormal {
  background-color: var(--sColorButtonNormal);
  color: var(--sColorUniWhite);
}
.cScCoreButton_sMe.vButtonBoxed.vButtonNormal:focus {
  background-color: var(--sColorButtonNormal);
  opacity: 0.7;
  color: var(--sColorUniWhite);
}
.cScCoreButton_sMe.vButtonBoxed.vButtonOther,
.cScCoreButton_sMe.vButtonChip.vButtonOther {
  background-color: var(--sColorButtonOther);
  color: var(--sColorUniWhite);
}
.cScCoreButton_sMe.vButtonBoxed.vButtonOther:focus {
  background-color: var(--sColorButtonOther);
  opacity: 0.7;
  color: var(--sColorUniWhite);
}
.cScCoreButton_sMe.vButtonBlend.vButtonPrime,
.cScCoreButton_sMe.vButtonEmbed.vButtonPrime {
  color: var(--sColorButtonPrime);
}
.cScCoreButton_sMe.vButtonBlend.vButtonDanger,
.cScCoreButton_sMe.vButtonEmbed.vButtonDanger {
  color: var(--sColorButtonDanger);
}
.cScCoreButton_sMe.vButtonBlend.vButtonNormal,
.cScCoreButton_sMe.vButtonEmbed.vButtonNormal {
  color: var(--sColorButtonNormal);
}
.cScCoreButton_sMe.vButtonBlend.vButtonOther,
.cScCoreButton_sMe.vButtonEmbed.vButtonOther {
  color: var(--sColorButtonOther);
}
.cScCoreButtonDouble_sMe {
  background-color: var(--sColorPrimary);
  color: var(--sColorUniBlack);
  border-radius: 5px;
  padding: 10px 0 10px 0;
  user-select: none;
}
.cScCoreButtonDouble_sMe.vAlt {
  background-color: var(--sColorUniBlack);
  color: var(--sColorPrimary);
}
.cScCoreButtonDouble_sMe.vAltWhite {
  background-color: var(--sColorPrimary);
  color: var(--sColorUniWhite);
}
.cScCoreButtonDouble_sText {
  text-align: center;
  line-height: 1;
}
.cScCoreButtonDouble_sText.vTop {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  width: 80%;
}
.cScCoreButtonDouble_sText.vBottom {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Inter;
  font-size: ;
  line-height: 1.1;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  color: var(--sColorUniWhite);
  /*width: 60%;*/
  width: 40%;
  margin-top: 5px;
}
.cScCoreCaption_sBolt {
  padding: 0.75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 16px;
  font-family: Quicksand;
  font-weight: bold;
}
.cScCoreCaption_sBolt.vCaptionStandard {
  background: var(--sColorMessageGreen);
  color: var(--sColorUniWhite);
}
.cScCoreChip_sMe {
  /*    display: inline-block;*/
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 13px;
  text-align: center;
  color: var(--sColorUniWhite);
}
.cScCoreChip_sMe.vWhite {
  color: var(--sColorUniBlack);
  background-color: var(--sColorChipWhite);
}
.cScCoreChip_sMe.vBlack {
  background-color: var(--sColorChipBlack);
}
.cScCoreChip_sMe.vGrey {
  background-color: var(--sColorChipGrey);
}
.cScCoreChip_sMe.vBlue {
  background-color: var(--sColorChipBlue);
}
.cScCoreChip_sMe.vGreen {
  background-color: var(--sColorChipGreen);
}
.cScCoreChip_sMe.vYellow {
  background-color: var(--sColorChipYellow);
}
.cScCoreChip_sMe.vRed {
  background-color: var(--sColorChipRed);
}
.cScCoreChip_sDelete {
  padding-left: 3px;
  font-weight: bold;
  float: right;
  font-size: 20px;
  cursor: pointer;
}
.cScCoreFit_sMe {
  width: 100%;
}
.cScCoreFit_sHidden {
  display: inline-block;
}
.cScCoreFit_sSvgBox {
  width: 100%;
}
.cScCoreFit_sSvg {
  overflow: visible;
  width: 100%;
  /* Fill parent width */
  height: auto;
  /* Preserve aspect ratio */
}
.cScCoreIcon_sMe {
  font-size: initial;
  aspect-ratio: 1 / 1;
}
.cScCoreIcon_sSvg {
  display: grid;
  width: 100%;
  height: 100%;
}
.cScCoreKabab_sExpandBox {
  width: 100%;
  max-width: 600px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--sColorUniWhite);
  position: absolute;
  bottom: 0;
  border-radius: 15px 15px 0px 0px;
  color: var(--sColorUniBlack);
  overflow: hidden;
}
.cScCoreKabab_sExpandBox.vTransition {
  transition: bottom 300ms ease-out;
}
.cScCoreKabab_sExpandTitleBox.vSmall {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: 21px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--sColorUniGreyWeak);
}
.cScCoreKabab_sExpandTitleBox.vLarge {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: 30px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  background: var(--sColorUniYellow);
  color: var(--sColorUniWhite);
  min-height: 55px;
  letter-spacing: 0.07rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.cScCoreKabab_sExpandHolder {
  gap: 27px;
  padding: 15px;
}
.cScCoreKabab_sExpandHolder.vGapless {
  padding: 0;
}
.cScCoreKabab_sExpandHolder.vButtons {
  padding-top: 27px;
  padding-bottom: 27px;
}
.cScCoreKababButton_sText {
  font-size: 18px;
  white-space: nowrap;
}
.cScCoreOptions_sMe {
  color: var(--sColorUniWhite);
  font-size: 17px;
}
.cScCoreOptions_sButtonBox {
  display: flex;
}
.cScCoreOverspill_sMe.vEclipse {
  position: relative;
  overflow: hidden;
}
.cScCoreOverspill_sMe.vEclipse:before {
  content: '&nbsp;';
  visibility: hidden;
}
.cScCoreOverspill_sOuter {
  position: absolute;
  left: 0;
  right: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cScCoreOverspill_sInner {
  position: relative;
}
.cScCoreSeparator_sMe {
  width: 100%;
}
.cScCoreSeparator_sMe.vLarge {
  margin-top: 20px;
}
.cScCoreSeparator_sBolt {
  position: relative;
  width: 100%;
  display: flex;
  min-height: 32px;
}
.cScCoreSeparator_sBolt.vCentered {
  flex-direction: row;
  justify-content: center;
}
.cScCoreSeparator_sBoltLine {
  position: absolute;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.cScCoreSeparator_sBoltLine.vSmall {
  top: 18px;
  border-top: 1px solid var(--sColorUniGreyStrong);
}
.cScCoreSeparator_sBoltLine.vLarge {
  top: 8px;
  border-top: 2px solid var(--sColorPrimary);
}
.cScCoreSeparator_sBoltLine.vForm {
  border-top: 2px solid var(--sColorUniBlack);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
}
.cScCoreSeparator_sBoltTitle {
  position: absolute;
  background-color: var(--sColorUniWhite);
}
.cScCoreSeparator_sBoltTitle.vSmall {
  color: var(--sColorUniGreyStrong);
  font-style: italic;
  text-align: center;
  white-space: nowrap;
}
.cScCoreSeparator_sBoltTitle.vLarge {
  padding-right: 5px;
  top: -5px;
  color: var(--sColorPrimary);
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: 30px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
}
.cScCoreSeparator_sBoltTitle.vForm {
  color: var(--sColorUniBlack);
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.cScCoreSwitch_sLabel {
  position: relative;
  display: inline-block;
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
  line-height: 1.5;
}
.cScCoreSwitch_sLabel > input {
  appearance: none;
  position: absolute;
  right: 6px;
  top: -8px;
  display: block;
  margin: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.38);
  outline: none;
  opacity: 0;
  transform: scale(1);
  pointer-events: none;
  transition: opacity 0.3s 0.1s, transform 0.2s 0.1s;
}
.cScCoreSwitch_sSpan {
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
/* Track ..............................................................................................................................*/
.cScCoreSwitch_sLabel > span::before {
  content: "";
  float: right;
  display: inline-block;
  margin: 5px 0 5px 10px;
  border-radius: 7px;
  width: 36px;
  height: 14px;
  background-color: rgba(0, 0, 0, 0.38);
  vertical-align: top;
  transition: background-color 0.2s, opacity 0.2s;
}
.cScCoreSwitch_sLabel > span::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 16px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: var(--sColorUniWhite);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transition: background-color 0.2s, transform 0.2s;
}
/* Checked .............................................................................................................................*/
.cScCoreSwitch_sLabel > input[checked] {
  right: -10px;
  background-color: var(--sColorPrimary);
}
.cScCoreSwitch_sLabel > input[checked] + span::before {
  background-color: rgba(var(--sColorPrimary_rgb), 0.6);
}
.cScCoreSwitch_sLabel > input[checked] + span::after {
  background-color: var(--sColorPrimary);
  transform: translateX(16px);
}
/* Hover ........................................................................................................................*/
.cScCoreSwitch_sLabel:hover > input {
  opacity: 0.04;
}
.cScCoreTextbox_sMe {
  line-height: 1;
}
.cScCoreTextbox_sMe::placeholder {
  font-style: italic;
  color: var(--sColorUniGreyDark);
  line-height: 1;
}
.cScCoreTextbox_sMe.vCenter::placeholder {
  font-family: Lexend;
  font-style: normal;
  text-align: center;
  font-size: 14px;
  color: var(--sColorUniBlack);
}
.cScCoreTextbox_sMe.vQue::placeholder {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Manrope;
  line-height: 1.2;
  font-size: 16px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-style: normal;
}
.cDaMain_sCrux.vMultilineOn {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Inter;
  font-size: 15px;
  line-height: 1.5;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  white-space: normal;
}
.cDaMain_sCrux.vMultilineOff {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Inter;
  font-size: 15px;
  line-height: 1.1;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  white-space: nowrap;
}
.cDaMain_sLabel {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Inter;
  font-size: 15px;
  line-height: 1.1;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-weight: bold;
  color: var(--sColorUniBlack);
}
.cDaMain_sLabel.vEmphasisedGlasgow {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: 18px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  color: var(--sColorUniBlack);
}
.cDaMain_sCrux.vEmphasisedGlasgow {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Inter;
  font-size: 16px;
  line-height: 1.1;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
}
.cDaMain_sLabel.vEmphasisedNewyork {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: 18px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  color: var(--sColorUniBlack);
}
.cDaMain_sCrux.vEmphasisedNewyork {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: 18px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  color: var(--sColorPrimaryTitle);
}
.cDaMain_sLabel.vEmphasisedParis {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Inter;
  font-size: 14px;
  line-height: 1.1;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-weight: normal !important;
}
.cDaMain_sCrux.vEmphasisedParis {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: 20px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  color: var(--sColorPrimaryTitle);
}
.cDaMain_sLabel.vEmphasisedLondon {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Inter;
  font-size: 17px;
  line-height: 1.1;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  color: var(--sColorUniBlack);
}
.cDaMain_sCrux.vEmphasisedLondon {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: 18px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  color: var(--sColorPrimaryTitle);
}
.cDaMain_sLabel.vEmphasisedBerlin {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: 24px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  color: var(--sColorUniBlack);
}
.cDaMain_sCrux.vEmphasisedBerlin {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: 24px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  color: var(--sColorPrimaryTitle);
}
.cDaMain_sLabel.vEmphasisedSwindon {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Inter;
  font-size: 14px;
  line-height: 1.1;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  color: var(--sColorPrimaryTitle);
  font-weight: bold;
}
.cDaMain_sCrux.vEmphasisedSwindon {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Inter;
  font-size: 14px;
  line-height: 1.1;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-weight: bold;
  color: var(--sColorPrimaryTitle);
}
.cDaMain_sLabel.vEmphasisedBristol {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: 15px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
}
.cDaMain_sCrux.vEmphasisedBristol {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: 15px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  color: var(--sColorPrimaryTitle);
}
.cDaMain_sLabel.vEmphasisedCardiff {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: 15px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
}
.cDaMain_sCrux.vEmphasisedCardiff {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: 18px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  color: var(--sColorUniWhite);
}
.cDaMain_sLabel.vEmphasisedGrid {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Inter;
  font-size: 15px;
  line-height: 1.1;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-weight: bold;
}
.cDaMain_sCrux.vEmphasisedGrid {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: 18px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  color: var(--sColorPrimaryTitle);
}
.cDaMain_sLabel.vEmphasisedTable {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: 17px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  color: var(--sColorUniWhite);
}
.cDaMain_sCrux.vEmphasisedTable {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: 17px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  color: var(--sColorUniWhite);
}
.cDaMain_sLabel.vEmphasisedDay {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: 18px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*font-weight: unset !important;*/
  color: var(--sColorPrimary);
  display: flex;
  align-items: center;
  min-height: 20px;
}
.cDaMain_sCrux.vEmphasisedDay {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: 16px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  color: var(--sColorUniGreyDark);
}
.cDaMain_sLabel.vEmphasisedDayBlack {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: 18px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*font-weight: unset !important;*/
  color: var(--sColorUniBlack);
}
.cDaMain_sCrux.vEmphasisedDayBlack {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: 16px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  color: var(--sColorUniBlack);
}
.cDaMain_sLabel.vEmphasisedMoscow {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: 20px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*font-weight: unset !important;*/
  color: var(--sColorUniBlack);
}
.cDaMain_sCrux.vEmphasisedMoscow {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: 18px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  color: var(--sColorUniWhite);
  border: 2px solid rgba(0, 0, 0, 0);
  background-color: var(--sColorUniBlack);
  border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
.cDaMain_sCrux.vEmphasisedCaption {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: 21px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
}
.cDaMainCrux_sMe {
  direction: initial;
  align-items: stretch;
  align-content: stretch;
}
.cDaMainCrux_sLine {
  position: relative;
  top: -0.1px;
  height: 0.06em;
  width: 100%;
  opacity: 0.4;
  background-color: currentColor;
}
.cDaMainCrux_sLine.vIcon {
  position: relative;
  top: 2px;
}
.cDaMainCrux_sIcon {
  margin-top: auto;
  margin-bottom: auto;
}
.cDaMainLabel_sMe {
  white-space: nowrap;
}
.cLaBoxForm_sBox {
  background-clip: padding-box;
  background: var(--sColorUniWhite);
  border: 1px solid var(--sColorCardGray);
  border-radius: 0.25rem;
  overflow: hidden;
  min-height: 50px;
}
.cLaBoxForm_sBox.vFocus {
  color: var(--sColorUniBlack);
  background-color: var(--sColorUniWhite);
  box-shadow: 0px 0px 7px 1px var(--cDaMainLayoutsBoxForm_pFocusColor);
}
.cLaBoxForm_sLabel {
  z-index: 0;
  position: absolute;
  top: -9px;
  left: 8px;
}
.cLaBoxForm_sLabel:before {
  z-index: -1;
  position: absolute;
  left: 0;
  content: attr(cDaFramesBoxForm_aLabelHtml);
  -webkit-text-stroke: 3px var(--sColorUniWhite);
}
.cLaMixBreak_sLabel {
  font-weight: 600;
  color: var(--sColorUniBlack);
}
.cLaStack_sMe {
  min-height: 50px;
}
.cLaStack_sLabel {
  font-weight: 600;
  color: var(--sColorUniBlack);
}
.cDaPopup_sInfoBox {
  color: var(--sColorUniWhite);
  background-color: var(--sColorMessageGreen);
  /*    border-bottom: 1px solid @cSiTheme_sColorUniGreyLineStrong;*/
  text-align: left;
  height: 50px;
}
.cDaPopup_sBox {
  min-height: 65px;
}
.cDaPopup_sBox.vSaveAuto {
  border-bottom: 1px solid var(--sColorUniGreyLineStrong);
}
.cDaPopup_sChips {
  border-top: 1px solid var(--sColorUniGreyLineStrong);
}
.cDaInfoThumb_sMe.vInfo {
  color: var(--sColorUniWhite);
}
.cDaInfoThumb_sMe.vPass {
  color: var(--sColorUniWhite);
}
.cDaInfoThumb_sMe.vFail {
  color: var(--sColorBad);
}
.cDaInfoThumb_sMe.vBoxed {
  border-left: 1px solid var(--sColorUniGreyLineWeak);
}
.cDaInfoThumb_sMe.vInfo.vBoxed {
  background-color: var(--sColorUniGreyLight);
  color: var(--sColorInfo);
}
.cDaInfoThumb_sMe.vPass.vBoxed {
  background-color: var(--sColorGood);
  color: var(--sColorUniWhite);
}
.cDaInfoThumb_sMe.vFail.vBoxed {
  background-color: var(--sColorBad);
  color: var(--sColorUniWhite);
}
.cDaDataTypeEditor_sInfoTable {
  border-collapse: collapse;
  margin-bottom: 8px;
}
.cDaDataTypeEditor_sInfoTr > td {
  padding: 10px;
  vertical-align: middle;
}
.cDaDataTypeEditor_sInfoTr.vPass > td {
  color: var(--sColorUniWhite);
  background-color: var(--sColorGood);
}
.cDaDataTypeEditor_sInfoTr.vFail > td {
  color: var(--sColorUniWhite);
  background-color: var(--sColorBad);
}
.cDaTypeDate_sTextbox {
  height: 100%;
  width: calc(100% - 8px);
  background-color: transparent;
  font-size: 17px;
  padding-left: 10px;
}
.cDaTypeDate_sLabelGuise > input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
}
.cDaTypeDateRange_sBolt {
  height: 100%;
  font-size: 18px;
}
.cDaTypeDateRange_sBolt > div {
  height: 60px;
}
.cDaTypeDateRange_sDivider {
  height: 100%;
}
.cDaTypeDateRange_sLabel {
  height: 100%;
  line-height: 60px;
  font-style: italic;
}
.cDaTypeDateTime_sTextbox {
  height: 100%;
  width: calc(100% - 8px);
  background-color: transparent;
  font-size: 17px;
  padding-left: 10px;
}
.cDaTypeDuration_sBolt {
  height: 100%;
}
.cDaTypeDuration_sBolt > div {
  height: 60px;
}
.cDaTypeDuration_sDivider {
  height: 100%;
}
.cDaTypeDuration_sUnit {
  height: 100%;
  font-size: 15px;
  line-height: 60px;
  font-style: italic;
}
.cDaTypeDuration_sUnit.vHour {
  border-right: 1px solid var(--sColorCardGray);
}
.cDaTypeMetaOptionChipEditor_sMe {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 4px;
  padding-left: 14px;
  padding-right: 4px;
  padding-top: 13px;
  padding-bottom: 13px;
}
.cDaTypeMetaOptionDemander_sBox {
  display: flex;
  flex-direction: column;
}
.cDaTypeMetaOptionDemander_sSearch {
  min-height: 50px;
  background-color: var(--sColorUniWhite);
  flex-grow: 1;
  flex-basis: 0;
  padding-left: 10px;
}
.cDaTypeMetaOptionDemander_sHolder {
  margin-left: 5px;
  margin-right: 5px;
  color: var(--sColorUniBlack);
}
.cDaTypeMetaOptionDemander_sRow {
  border-bottom: 1px solid var(--sColorUniGreyWeak);
}
.cDaTypeMetaOptionListEditor_sTable {
  width: 100%;
  border-collapse: collapse;
}
.cDaTypeMetaOptionListEditor_sRow {
  height: 55px;
}
.cDaTypeMetaOptionListEditor_sCell {
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
}
.cDaTypeMetaOptionListEditor_sRow.vSelected .cDaTypeMetaOptionListEditor_sCell {
  font-weight: bold;
}
.cDaTypeMetaOptionListEditor_sCell.vEdit {
  width: 22px;
}
.cDaTypeMetaOptionListEditor_sCell.vEdit > div {
  /*Change*/
  margin: auto;
}
.cDaTypeMetaOptionListEditor_sIconBox {
  padding: 6px;
  color: var(--sColorUniGreyStrong);
}
.cDaTypeMetaOptionListEditor_sRow.vSelected .cDaTypeMetaOptionListEditor_sIconBox.vIcon {
  background-color: var(--sColorPrimary);
  border-radius: 50%;
  color: var(--sColorUniWhite);
}
.cDaTypeMetaOptionListEditor_sRow.vSelected .cDaTypeMetaOptionListEditor_sIconBox.vIconless {
  color: var(--sColorPrimary);
}
.cDaTypeNumberEditor_sBolt {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  align-items: stretch;
  align-content: stretch;
}
.cDaTypeNumberEditor_sBox.vInput2 {
  /*    border-left: 1px solid @cSiTheme_sColorCardGray;*/
}
.cDaTypeNumberEditor_sText {
  font-size: 17px;
  /*text-align: center;*/
}
.cDaTypeNumberEditor_sUnit {
  display: flex;
  position: relative;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}
.cDaTypeNumberScaleEditor_sLabel {
  font-weight: bold;
}
.cDaTypeNumberSmart_sKeyboard {
  border-bottom: 1px solid var(--sColorCardGray);
  min-height: 85px;
}
.cDaTypeNumberSmart_sButtonBox {
  color: var(--sColorUniBlack);
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: 14px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  padding-top: 15px;
  padding-bottom: 15px;
}
.cDaTypeNumberSmart_sSlider {
  position: relative;
  z-index: 0;
  width: 100%;
  min-height: 85px;
  background: var(--sColorMessageGreen);
  --pColor: var(--sColorUniWhite);
}
.cDaTypeNumberSmart_sContainer {
  width: 100%;
  position: absolute;
  overflow-x: hidden;
  overflow-y: hidden;
  cursor: pointer;
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 25%, #000000 75%, rgba(0, 0, 0, 0) 100%);
}
.cDaTypeNumberSmart_sContainer.vCurved {
  border-radius: 15px;
  border-right-width: 1px;
  border-right-style: solid;
}
.cDaTypeNumberSmart_sContainer.vActive {
  cursor: grabbing;
}
.cDaTypeNumberSmart_sContainer::-webkit-scrollbar {
  display: none;
}
.cDaTypeNumberSmart_sContainerInner {
  position: relative;
  min-height: 85px;
  min-width: 4000px;
  z-index: 1;
}
.cDaTypeNumberSmart_sPointer {
  position: absolute;
  left: calc(50% - 8px);
  top: -1px;
  height: 16px;
  width: 16px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: var(--pColor);
  z-index: 1;
  user-select: none;
}
.cDaTypeNumberSmart_sPointerValue {
  border: 0;
  position: absolute;
  left: calc(50% - 200px);
  width: 400px;
  height: 37px;
  top: 48px;
  background-color: rgba(0, 0, 0, 0.08);
  clip-path: circle(50% at 50% 385%);
  font-weight: bold;
  font-size: 18px;
  color: var(--pColor);
  user-select: none;
  display: flex;
  justify-content: center;
  pointer-events: none;
  z-index: 1;
}
.cDaTypeNumberSmart_sStepLabel {
  position: absolute;
  top: 18px;
  user-select: none;
  color: var(--pColor);
  width: 20px;
  text-align: center;
  z-index: 1;
}
.cDaTypeNumberSmart_sStepLabel.vDisabled {
  opacity: 0.3;
}
.cDaTypeNumberSmart_sStepMark {
  position: absolute;
  top: 0px;
  width: 20px;
  display: flex;
  justify-content: center;
}
.cDaTypeNumberSmart_sStepMarkInner {
  user-select: none;
  width: 2px;
}
.cDaTypeNumberSmart_sStepMarkInner.vSmall {
  height: 5px;
  background-color: var(--pColor);
  opacity: 0.3;
}
.cDaTypeNumberSmart_sStepMarkInner.vLarge {
  height: 12px;
  background-color: var(--pColor);
  opacity: 0.3;
}
.cDaTypeNumberSmart_sStepMarkInner.vDisabled {
  opacity: 0.3;
}
.cDaTypeNumberSmart_sStepMarkInner.vLimit {
  height: 20px;
  background-color: var(--pColor);
  width: 2px;
}
.cDaTypeStringEditor_sMultiline {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Inter;
  font-size: 14px;
  line-height: 1.5;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  transition: height 0.25s;
  padding-top: 14px;
  padding-left: 6px;
  overflow: hidden;
  box-sizing: border-box;
}
.cDaTypeUniqueHashtags_sChips {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 5px;
  padding-bottom: 9px;
  height: 100%;
  gap: 5px;
}
.cDaTypeUniqueHashtags_sInput {
  display: inline-block;
  height: 30px;
  flex-grow: 1;
  border: 0;
  resize: none;
}
.cDaTypeUniqueHashtags_sInput:focus {
  outline: none;
}
.cDaTypeUniqueProgressEditor_sMe {
  width: 100%;
}
.cDaTypeUniqueProgressEditor_sTrack {
  background-color: var(--sColorUniGreen);
  background-repeat: repeat-x;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.cDaTypeUniqueProgressEditor_sTrack.vX {
  height: 10px;
  width: 100%;
  position: relative;
  top: 5px;
}
.cDaTypeUniqueProgressEditor_sTrack.vY {
  width: 10px;
}
.cDaTypeUniqueProgressEditor_sGrid {
  display: flex;
  flex-basis: 0;
}
.cDaTypeUniqueProgressEditor_sBlob.vMark {
  background-color: var(--sColorUniGreen);
  background-repeat: repeat-x;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  height: 30px;
  width: 30px;
}
.cDaTypeUniqueProgressEditor_sBlob.vActive {
  background-repeat: repeat-x;
  opacity: 1;
  border-radius: 50%;
  position: relative;
}
.cDaTypeUniqueProgressEditor_sBlob.vCurrent {
  background-repeat: repeat-x;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5);;
  border: 0px solid transparent;
  border-radius: 20px;
  position: relative;
}
.cDaTypeUniqueProgressEditor_sBlob.vCurrent::after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  background-color: var(--sColorUniWhite);
  height: 10px;
  width: 10px;
  border-radius: 50%;
  position: absolute;
}
.cDaTypeUniqueProgressEditor_sBlob.vActive::after {
  position: absolute;
  left: 8px;
  top: 5px;
  transform: rotate(45deg);
  content: "";
  display: inline-block;
  height: 12px;
  width: 6px;
  border-bottom: 5px solid var(--sColorUniWhite);
  border-right: 5px solid var(--sColorUniWhite);
}
.cScBasicsDocH2_sMe {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  line-height: 1.16;
  font-size: 20px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-align: center;
  font-weight: bold;
  color: var(--sColorUniBlack);
}
.cScBasicsDocOl_sMe {
  font-size: 18px;
  line-height: 1.8;
}
.cScBasicsDocP_sMe {
  text-align: justify;
  font-size: 18px;
  line-height: 1.5;
}
.cScLayoutBarChips_sMe {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cScLayoutBarChips_sMe.vNormal {
  flex-wrap: wrap;
  align-content: flex-end;
}
.cScLayoutBarChips_sMe.vReverse {
  flex-wrap: wrap-reverse;
  align-content: flex-start;
}
.cScLayoutBarChipsSelect_sMe {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.cScLayoutBarChipsSelect_sMe.vNormal {
  flex-wrap: wrap;
  align-content: flex-end;
}
.cScLayoutBarChipsSelect_sMe.vReverse {
  flex-wrap: wrap-reverse;
  align-content: flex-start;
}
.cScLayoutContent_sMe {
  z-index: 0;
}
.cScLayoutContent_sMe.vSelected {
  box-shadow: 0px 0px 7px 1px var(--sColorUniGreen);
}
.cScLayoutContent_sMe.vTypeMaster {
  height: 100%;
  width: 100%;
  justify-items: center;
}
.cScLayoutContent_sMe.vTypeRacked {
  height: 100%;
}
.cScLayoutContent_sMe.vTypeSlide {
  height: 100%;
}
.cScLayoutContent_sMe.vLookCard,
.cScLayoutContent_sMe.vLookCardAlt {
  border-width: 1px;
  border-style: solid;
  border-radius: 0.25rem;
  border-color: var(--sColorUniGreyLineMeduim);
  background-color: var(--sColorUniWhite);
  overflow: hidden;
  min-height: 55px;
}
.cScLayoutContent_sMe.vLookInsert {
  background-color: var(--sColorUniWhite);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.cScLayoutContent_sMe.vLookDivider {
  border-bottom: 1px solid var(--sColorUniGreyLineStrong);
}
.cScLayoutContent_sMe.vLookDialog {
  /*    border: 1px solid @cSiTheme_sColorPrimary;
    border-radius: 13px;*/
  border: 1px solid var(--sColorCardGray);
  border-radius: 16px;
  background-color: var(--sColorUniWhite);
  overflow: hidden;
}
.cScLayoutContent_sMe.vLookDialogSpecial {
  border: 1px solid var(--sColorCardGray);
  border-radius: 16px;
  overflow: hidden;
}
.cScLayoutContent_sBox {
  height: 100%;
}
.cScLayoutContent_sBox.vTypeMaster {
  width: 100%;
  max-width: 1140px;
}
.cScLayoutContent_sBox.vTypeMaster.vApp {
  outline: solid 1px var(--sColorUniGreyMeduim);
}
.cScLayoutContent_sOuter {
  /*https://stackoverflow.com/questions/17040709/can-i-create-a-div-with-a-curved-bottom*/
  width: calc(1915px + 456px);
  min-width: 100vw;
  height: 228px;
  overflow: hidden;
  background-color: var(--sColorUniBlack);
  border-bottom-left-radius: 52%;
  border-bottom-right-radius: 52%;
  border-bottom: var(--sColorPrimary) solid 15px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}
.cScLayoutContent_sContentBox.vBackgroundWhite {
  background-color: var(--sColorUniWhite);
}
.cScLayoutContent_sContentBox.vBackgroundGray {
  background-color: var(--sColorUniGreyBg);
}
.cScLayoutContentBody_sMe.vFontLarge {
  font-size: 16px;
}
.cScLayoutContentHead_sMe {
  background-color: var(--sColorUniWhite);
  /*color: @cSiTheme_sColorUniBlack;*/
}
.cScLayoutContentHead_sMe.vSticky {
  z-index: 1;
  position: sticky;
  top: 0;
}
/*Look ............................................................................................... */
.cScLayoutContentHead_sMe.vLookDivider,
.cScLayoutContentHead_sMe.vLookInsert,
.cScLayoutContentHead_sMe.vLookCard,
.cScLayoutContentHead_sMe.vLookCardAlt {
  font-weight: bold;
  font-size: 14px;
  color: var(--sColorUniBlack);
}
.cScLayoutContentHead_sMe.vLookCardAlt {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  min-height: 43px;
}
.cScLayoutContentHead_sMe.vLookMaster {
  color: var(--sColorUniBlack);
  background-color: var(--sColorUniWhite);
}
.cScLayoutContentHead_sMe.vLookDialog {
  color: var(--sColorUniWhite);
  width: 100%;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: 16px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  background: var(--sColorPrimary);
  border-bottom: 1px solid var(--sColorPrimary);
  min-height: 60px;
}
.cScLayoutContentHead_sMe.vLookDialogSpecial {
  color: var(--sColorUniWhite);
  width: 100%;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: 16px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  min-height: 60px;
  background-color: transparent;
  position: absolute;
  z-index: 1;
}
.cScLayoutContentHead_sMe.vLookInsert {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  min-height: 43px;
}
.cScLayoutContentHead_sMe.vLookChat {
  min-height: 43px;
  font-weight: bold;
  font-size: 17px;
  color: var(--sColorUniBlack);
}
.cScLayoutContentHead_sMe.vLookSlide {
  color: var(--sColorUniBlack);
  border-bottom: 1px solid var(--sColorUniGreyLineWeak);
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: 21px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
}
/* Back............................................................................................... */
.cScLayoutContentHead_sBack {
  font-size: 12px;
  color: var(--sColorUniWhite);
  height: inherit;
  aspect-ratio: 8 / 20;
  background-color: var(--sColorGood);
}
/*Title ............................................................................................... */
.cScLayoutContentHead_sTitleBox.vRacked {
  border: 1px solid var(--sColorUniGreyLineWeak);
  border-right-style: none;
  position: relative;
}
.cScLayoutContentHead_sTitleBox.vRacked.vFocus {
  font-weight: bold;
  border-top-width: 2px;
  border-top-color: var(--sColorPrimary);
  color: var(--sColorUniBlack);
}
/*Text ............................................................................................... */
.cScLayoutContentHead_sText.vTextMaster {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: 21px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
}
.cScLayoutContentHead_sText.vTextEmphasized {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: 18px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    font-weight: normal;*/
}
.cScLayoutContentHead_sText.vLookDialogSpecial {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.55);
}
/* ............................................................................................... */
.cScLayoutContentHead_sVector {
  height: 32px;
  width: 32px;
}
.cScLayoutContentHeadTab_sMe {
  border: 1px solid var(--sColorUniGreyLineWeak);
  border-right-style: none;
}
.cScLayoutContentHero_sMe {
  transition: min-height 1s ease;
  /*overflow:hidden;*/
}
.cScLayoutContentHero_sIcon {
  color: var(--sColorUniWhite);
  opacity: 0.95;
}
.cScLayoutContentHero_sCustom {
  top: 0;
  width: 100%;
  height: 100%;
}
.cScLayoutContentHero_sArch {
  color: var(--sColorUniWhite);
  bottom: -1px;
  right: 0;
  width: 100%;
}
.cScLayoutContentHero_sOverlayHolder.vOverlayBackground {
  background-color: rgba(0, 0, 0, 0.42);
  color: var(--sColorUniWhite);
  width: 100%;
  height: 100%;
}
.cScLayoutContentHero_sDisc {
  position: absolute;
}
.cScLayoutContentHero_sDisc.vDiscSmall {
  top: 5px;
  left: 5px;
  height: 35px;
  width: 35px;
}
.cScLayoutContentHero_sDisc.vDiscLarge {
  width: calc(var(--xCage_oInnerHeight) * (75 / 100));
  height: calc(var(--xCage_oInnerHeight) * (75 / 100));
  bottom: calc(var(--xCage_oInnerHeight) * (-15 / 100));
  right: calc(var(--xCage_oInnerHeight) * (10 / 100));
  display: flex;
  overflow: hidden;
}
.cScLayoutContentHero_sDiscImage {
  border-radius: 50%;
  width: 100%;
}
.cScLayoutContentHero_sDiscImage.vDiscLarge {
  border-width: calc(var(--xCage_oInnerHeight) * (5 / 100));
  border-color: transparent;
  border-style: solid;
  background-color: var(--sColorUniWhite);
}
.cScLayoutContentHero_sDiscIconBox {
  bottom: calc(var(--xCage_oInnerHeight) * (-6 / 100));
  padding: calc(var(--xCage_oInnerHeight) * (5 / 100));
  background-color: var(--sColorUniWhite);
  border-radius: 50%;
  aspect-ratio: 1;
}
.cScLayoutContentHero_sDiscIcon {
  width: calc(var(--xCage_oInnerHeight) * (14 / 100));
  aspect-ratio: 1;
  color: var(--sColorUniBlack);
}
.cScLayoutContentHero_sImageIconBox {
  border-top-right-radius: calc(var(--xCage_oInnerWidth) * (100 / 100));
  padding: calc(var(--xCage_oInnerWidth) * (4 / 100));
  left: calc(var(--xCage_oInnerWidth) * (-2 / 100));
  bottom: calc(var(--xCage_oInnerWidth) * (-3 / 100));
  background-color: var(--sColorUniWhite);
  position: absolute;
}
.cScLayoutContentHero_sImageIcon {
  position: relative;
  width: calc(var(--xCage_oInnerWidth) * (4.5 / 100));
  aspect-ratio: 1;
  left: calc(var(--xCage_oInnerWidth) * (-0.5 / 100));
  bottom: calc(var(--xCage_oInnerWidth) * (0 / 100));
}
.cScLayoutContentHeroImage_sMe.vStack {
  z-index: 0;
  padding: 8px;
  /* position: relative;*/
}
.cScLayoutContentHeroImage_sInner {
  background-size: cover;
  height: 100%;
  width: 100%;
}
.cScLayoutContentHeroImage_sImg {
  width: 100%;
}
.cScLayoutContentHeroImage_sInner.vSingle {
  background-position: center;
}
.cScLayoutContentHeroImage_sInner.vCircular {
  border-radius: 50%;
  margin-left: 4px;
}
.cScLayoutContentHeroImage_sInner.vStack {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  /*background: @cSiTheme_sColorUniWhite;*/
  padding: 10px 10px 10px 10px;
  position: relative;
}
.cScLayoutContentHeroImage_sInner.vStack,
.cScLayoutContentHeroImage_sInner.vStack:before,
.cScLayoutContentHeroImage_sInner.vStack:after {
  border: 1px solid var(--sColorUniGreyLineStrong);
}
.cScLayoutContentHeroImage_sInner.vStack:before,
.cScLayoutContentHeroImage_sInner.vStack:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
}
.cScLayoutContentHeroImage_sInner.vStack:before {
  background-color: var(--sColorUniGreyWeak);
  right: 4px;
  top: 0;
  transform: rotate(-3deg);
  z-index: -1;
}
.cScLayoutContentHeroImage_sInner.vStack:after {
  background-color: var(--sColorUniGreyMeduim);
  top: 5px;
  right: -4px;
  transform: rotate(2deg);
  z-index: -2;
}
.cScLayoutContentHeroText_sMe {
  color: var(--sColorUniWhite);
  pointer-events: none;
}
.cScLayoutContentHeroText_sMe.vPresetIreland {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: 16px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  color: var(--sColorUniWhite);
  text-shadow: 0px 0px 6px var(--sColorUniBlack);
  line-height: 1.25;
}
.cScLayoutContentHeroText_sMe.vPresetEngland {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: 22px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  color: var(--sColorUniWhite);
  text-shadow: 0px 0px 6px var(--sColorUniBlack);
}
.cScLayoutContentHeroText_sMe.vPresetWales {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: 22px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  color: var(--sColorUniWhite);
  text-shadow: 0px 0px 6px var(--sColorUniBlack);
}
.cScLayoutContentHeroText_sMe.vPresetScotland {
  color: var(--sColorUniWhite);
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: 35px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.55);
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cScLayoutContentHeroText_sMe.vPresetScotland.vLarge {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: 55px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
}
.cScLayoutContentHeroText_sMe.vPresetFrance {
  color: var(--sColorUniWhite);
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.55);
  height: 100%;
  width: 100%;
  padding: 10%;
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cScLayoutContentHeroText_sMe.vPositionYTop {
  top: 6px;
}
.cScLayoutContentHeroText_sMe.vPositionYBottom {
  bottom: 6px;
}
.cScLayoutContentHeroText_sMe.vPositionXLeft {
  left: 6px;
}
.cScLayoutContentHeroText_sMe.vPositionXRight {
  right: 6px;
}
.cScLayoutContentZone_sMe.vSticky {
  position: sticky;
  z-index: 1;
}
.cScLayoutContentZone_sMe.vSticky.vPositionUpper {
  top: 0;
}
.cScLayoutContentZone_sMe.vSticky.vPositionLower {
  bottom: 0;
}
.cScLayoutContentZone_sBorder.vPositionUpper {
  border-top: 1px solid var(--sColorUniGreyLineMeduim);
}
.cScLayoutContentZone_sBorder.vPositionUpper.vLookMaster {
  border-top: 1px solid var(--sColorPrimary);
}
.cScLayoutContentZone_sBorder.vPositionLower {
  border-top: 1px solid var(--sColorPrimary);
}
.cScLayoutContentZone_sBorder.vShadow {
  clip-path: inset(-10px 0px 0px 0px);
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.05);
}
.cScLayoutContentZone_sMe.vBackgroundWhite {
  background-color: var(--sColorUniWhite);
}
.cScLayoutContentZone_sMe.vBackgroundGray {
  background-color: var(--sColorUniGreyBg);
}
.cScLayoutContentZone_sItems.vBackgroundItems {
  background-color: var(--sColorUniWhite);
}
.cScLayoutContentZone_sBar.vBackgroundButtons {
  background-color: var(--sColorUniWhite);
}
.cScLayoutContentZoneHandle_sMoreBox.vBorder {
  border-top: 1px solid var(--sColorUniGreyLineMeduim);
}
.cScLayoutContentZoneHandle_sMoreHandleBox {
  background-color: var(--sColorUniWhite);
}
.cScLayoutContentZoneHandle_sMoreHandleButton {
  height: 5px;
  width: 50px;
  border-radius: 9999px;
  background-color: var(--sColorUniGreyStrong);
}
.cScLayoutContentZoneHandle_sMoreHolder {
  background-color: var(--sColorUniWhite);
}
.cScLayoutFlip_sFlipBolt {
  perspective: 1000px;
  cursor: pointer;
  overflow: hidden;
  height: calc(100vh - 48px);
}
.cScLayoutFlip_sFlipInner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.6s;
}
.cScLayoutFlip_sFlipBolt.vFlipped .cScLayoutFlip_sFlipInner {
  transform: rotateY(180deg);
}
.cScLayoutFlip_sFlipCardFront,
.cScLayoutFlip_sFlipCardBack {
  width: 100%;
  height: 100%;
  position: absolute;
  backface-visibility: hidden;
  overflow: hidden;
}
.cScLayoutFlip_sFlipCardBack {
  transform: rotateY(180deg);
}
.cScLayoutGrid_sItems {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1px;
  border-top: 1px solid var(--sColorUniGreyLineWeak);
  border-bottom: 1px solid var(--sColorUniGreyLineWeak);
}
.cScLayoutGrid_sItems > * {
  flex-grow: 1;
  padding: 12px;
}
.cScLayoutGrid_sItems.vBorderX > * {
  border-left: 1px solid var(--sColorUniGreyLineWeak);
}
.cScLayoutGrid_sItems.vBorderY > * {
  border-bottom: 1px solid var(--sColorUniGreyLineWeak);
}
.cScLayoutLander_sMe {
  z-index: 0;
}
.cScLayoutLander_sBox {
  max-width: calc((100 / 100) * var(--xCage_oViewportWidth));
  position: relative;
}
.cScLayoutLanderPanel_sMe {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  /*min-height: @xCage_oViewportHeightStepped;*/
}
.cScLayoutLanderPanel_sMe.vFull {
  min-height: var(--xCage_oViewportHeightStepped);
}
.cScLayoutLanderPanel_sMe.vTitleTop {
  margin-top: calc(var(--xCage_oViewportHeightStepped) * 0.18);
}
/* Main .......................................................................................... */
.cScLayoutLanderPanel_sMiddle {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.cScLayoutLanderPanel_sMiddle.vFillSpace {
  flex-grow: 1;
  flex-basis: 0;
}
.cScLayoutLanderPanelBody_sMe {
  width: 100%;
  flex-grow: 1;
  flex-basis: 0;
}
.cScLayoutLanderPanelBody_sMe.vEndless {
  height: 100%;
  width: 100%;
}
/* Bolt ................................................................................... */
.cScLayoutLanderPanelBody_sBolt {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cScLayoutLanderPanelBody_sBolt.vOverflowAllow {
  overflow: visible;
}
/*Items ..............................................................................................................*/
.cScLayoutLanderPanelBody_sItems {
  height: 100%;
  width: 100%;
  display: flex;
  position: relative;
}
.cScLayoutLanderPanelBody_sItems.vClickThrough {
  pointer-events: none;
}
.cScLayoutLanderPanelHead_sMe {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    font-family: aAtomicMd;
    line-height: if(@pMultiLine, 1.5, 1.02);
    font-size: if((@pSize = null), inherit, @pSize);
    .xFormatter_uFontUntil();*/
  font-family: DMSans;
  font-weight: bold;
  line-height: 1.02;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    font-family: aAtomicMd;
    line-height: if(@pMultiLine, 1.5, 1.02);
    font-size: if((@pSize = null), inherit, @pSize);
    .xFormatter_uFontUntil();*/
  margin-top: var(--xFrame_oHeightTop);
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  position: relative;
  user-select: none;
  background-color: var(--sColorUniWhite);
  color: var(--sColorUniBlack);
  text-align: center;
}
.xCage_sViewportVert .cScLayoutLanderPanelHead_sMe {
  font-size: calc(((10 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.xCage_sViewportHorz .cScLayoutLanderPanelHead_sMe {
  font-size: calc(((3.5 / 100) * var(--xCage_oInnerWidthSafe)) * var(--xCage_oViewportFactor));
}
.cScLayoutMasonry_sBolt {
  margin: 0 auto;
}
.cScLayoutMasonry_sItemSizer {
  /*width: 24%;*/
  width: 32.7%;
}
.cScLayoutMasonry_sItemWrapper {
  margin-bottom: 1%;
  width: 32.7%;
}
.cScLayoutMasonry_sItemGutter {
  width: 1%;
}
.cScLayoutMenu_sMe {
  height: calc(((100 / 100) * var(--xCage_oViewportHeightStepped)) - (0 * 1px));
  clip-path: circle(0px at calc(100%) calc(-15%));
  background-color: #ffffff;
  transition: all 500ms linear;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 35px;
}
.cScLayoutMenu_sMe.vActive {
  clip-path: circle(100%);
}
.cScLayoutMenu_sClose {
  color: var(--sColorPrimaryTitle);
  position: absolute;
  top: 10px;
  right: 10px;
}
.cScLayoutRepeater_sCaption {
  padding: 10px;
  text-align: center;
  font-size: 16px;
  font-family: Quicksand;
  font-weight: bold;
}
.cScLayoutTable_sBolt {
  background: var(--sColorUniGreyBg);
}
.cScLayoutTable_sExpandBar {
  display: flex;
  justify-content: end;
  align-items: center;
  height: 45px;
  color: var(--sColorUniWhite);
  background: var(--sColorPrimary);
  border-bottom: 1px solid var(--sColorPrimary);
  position: sticky;
  top: 0;
}
.cScLayoutTable_sTable {
  border-bottom: 1px solid var(--sColorUniBluePale);
  white-space: nowrap;
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.cScLayoutTable_sTable.vFixed {
  table-layout: fixed;
}
.cScLayoutTable_sBodyCell {
  padding: 0.75rem;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cScLayoutTable_sBodyCell.vLarge {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.cScLayoutTable_sBodyCellLargeInner {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  height: 45px;
  padding: 0.75rem;
}
.cScLayoutTable_sHead {
  box-shadow: inset 0px 0px 12px rgba(0, 0, 0, 0.2);
  background-color: var(--sColorUniGreyStrong);
  color: var(--sColorUniWhite);
}
.cScLayoutTable_sHeadTr {
  height: 45px;
}
.cScLayoutTable_sHeadTr.vAttach {
  position: sticky;
  top: 45px;
  background-color: var(--sColorUniGreyStrong);
}
.cScLayoutTable_sHeadTd {
  vertical-align: middle;
  text-align: center;
  position: relative;
  padding: 0.75rem;
}
.cScLayoutTable_sHeadTd.vLarge {
  text-align: left;
}
.cScLayoutTable_sExpandTr {
  background-color: var(--sColorUniGreyWeak);
}
.cScLayoutTable_sExpandTd {
  padding: 7px !important;
}
.cScLayoutTable_sExpandBox {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
}
.cScLayoutTable_sExpandLine {
  height: 1px;
  border-top: 2px solid var(--sColorUniGreyStrong);
  flex-grow: 1;
  flex-basis: 0;
  position: relative;
  top: 1px;
}
.cScLayoutTable_sExpandArrow {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid var(--sColorUniGreyStrong);
  margin-left: 6px;
  margin-right: 6px;
}
.cScLayoutTable_sRow {
  background-color: var(--sColorUniWhite);
  height: 45px;
  border-top: 1px solid var(--sColorUniBluePale);
}
.cScLayoutTable_sRow.vToday {
  font-weight: bold;
}
.cScLayoutTable_sRow.vTodayLine {
  border-top: var(--sColorPrimary) 2px solid;
}
.cScLayoutTable_sRow.vToday.vOn {
  background-color: var(--sColorUniGreyLight);
}
.cScLayoutTable_sRow.vFuture {
  color: var(--sColorUniGreyStrong);
}
.cScLayoutTable_sRow.vFuture.vOn {
  background-color: var(--sColorUniGreyLight);
}
.cScLayoutTable_sRow.vPast.vOn {
  background-color: var(--sColorUniGreyLight);
}
.cScLayoutTable_sRow.vMarker {
  font-weight: bold;
  color: var(--sColorUniGreyDark);
  border-top: var(--sColorHighlight) 2px solid;
  border-bottom: var(--sColorHighlight) 2px solid;
}
.cScMediaLottie_sPlayer.vFill > svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cScMediaPlayer_sMe {
  background-color: var(--sColorUniBlack);
}
.cScMediaPlayer_sControlBox {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px;
  gap: 4px;
  border-radius: 20px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 0.65;
  font-size: inherit;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  color: var(--sColorUniBlack);
}
.cScMediaPlayer_sControlBox.vMain {
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  grid-gap: 25px;
}
.cScMediaPlayer_sControlBox.vRemaining {
  top: 5px;
  left: 5px;
  font-size: 30px;
  color: var(--sColorUniWhite);
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
}
.cScMediaPlayer_sIconClose {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cScMediaStack_sMe {
  z-index: 0;
  padding: 5px;
  position: relative;
}
.cScMediaStack_sPaper {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: var(--sColorUniWhite);
  padding: 10px 10px 10px 10px;
  position: relative;
}
.cScMediaStack_sPaper,
.cScMediaStack_sPaper:before,
.cScMediaStack_sPaper:after {
  border: 1px solid var(--sColorUniGreyLineStrong);
}
.cScMediaStack_sPaper:before,
.cScMediaStack_sPaper:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
}
.cScMediaStack_sPaper:before {
  background-color: var(--sColorUniGreyWeak);
  right: 4px;
  top: 0;
  transform: rotate(-3deg);
  z-index: -1;
}
.cScMediaStack_sPaper:after {
  background-color: var(--sColorUniGreyMeduim);
  top: 5px;
  right: -4px;
  transform: rotate(2deg);
  z-index: -2;
}
.cScMediaStack_sImg {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.cScMediaVimeo_sBoltInner {
  position: relative;
  background-color: var(--sColorUniBlack);
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  background-size: cover;
  background-position: center;
}
.cScMediaVimeo_sSpinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--sColorUniWhite);
}
.cScMediaVimeo_sIframe {
  position: absolute;
}
.cScMediaVimeo_sIframe.vClickless {
  pointer-events: none;
}
.cScMediaVimeo_sIframe.vCentered {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cScMediaVimeo_sIframe.vTop {
  top: 0;
  left: 50%;
  transform: translate(-50%);
}
.cScMediaYouTube_sBolt {
  position: relative;
  height: 100%;
  will-change: contents;
  background-color: var(--sColorUniBlack);
}
.cScMediaYouTube_sVideoElement {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--sColorUniBlack);
  transition: opacity 0.5s linear;
  opacity: 0;
}
.cScMediaYouTube_sExpandClose {
  position: absolute;
  top: 20px;
  right: 20px;
  filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.3));
  overflow-y: hidden !important;
}
@keyframes cScMediaYouTube_sSpinner {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.cScMediaYouTube_sSpinner {
  position: absolute;
  width: 46px;
  height: 46px;
  display: inline-block;
  overflow: hidden;
  color: var(--sColorUniWhite);
  opacity: 0.8;
}
.cScMediaYouTube_sSpinnerInner {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.46);
  backface-visibility: hidden;
  transform-origin: 0 0;
}
.cScMediaYouTube_sSpinnerInner div {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 10px solid var(--sColorUniWhite);
  border-top-color: transparent;
  border-radius: 50%;
  box-sizing: content-box;
  animation: cScMediaYouTube_sSpinner 1s linear infinite;
  top: 50px;
  left: 50px;
}
.cScRareCropper_sBolt {
  background-color: var(--sColorUniWhite);
}
.cScRareCropper_sBoltInput {
  opacity: 0;
  height: 0;
}
.cScRareCropper_sBoltImageSource {
  display: block;
  /* This rule is very important, please don't ignore this */
  max-width: 100%;
}
.cScRareCropper_sBoltImageResult {
  width: 100%;
}
.cScRareDisc_sPairItem {
  position: absolute;
}
.cScRareDisc_sPairItem.vA {
  left: 0;
}
.cScRareDisc_sPairItem.vB {
  right: 0;
}
.cScRareDiscSolo_sMe {
  width: 100%;
}
.cScRareDiscSolo_sBolt {
  width: 100%;
}
.cScRareDiscSolo_sBolt.vRound {
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
.cScRareFacet_sBolt {
  height: 35px;
  text-align: center;
}
.cScRareFacet_sValue {
  width: 35px;
  overflow: hidden;
  height: 28px;
  margin-left: auto;
  margin-right: auto;
}
.cScRareFacet_sValueCircle {
  width: 35px;
  height: 35px;
  line-height: 28px;
  border-radius: 35px;
  font-size: 12px;
  color: var(--sColorUniWhite);
  background: var(--sColorPrimary);
}
.cScRareFacet_sValueText {
  font-weight: bold;
  text-shadow: 0px 0px 2px var(--sColorUniGreyDark);
  position: relative;
  top: -2px;
}
.cScRareFacet_sLabel {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  top: -11px;
  z-index: 0;
}
.cScRareFacet_sLabel:before {
  content: attr(cScRareFacet_aLabel);
  -webkit-text-stroke: 2px var(--sColorUniWhite);
  position: absolute;
  z-index: -1;
}
.cScRaresGauge_sMe {
  position: relative;
}
.cScRaresGauge_sBox {
  height: 162.5px;
  width: 325px;
}
.cScRaresGauge_sContainer {
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.cShPrefabsNutritionFacets_sBox {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.cScRareRail_sMe {
  position: relative;
  color: var(--sColorUniWhite);
  background-color: var(--sColorUniGreyLight);
  margin-top: 7px;
  height: 58px;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  border-radius: 5px;
}
.cScRareRailButton_sMe {
  overflow: hidden;
}
.cScRareRailButton_sMe.vBorder {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.cScRareRailButton_sText {
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  font-family: Quicksand;
  font-weight: bold;
  line-height: 1.16;
  font-size: 16px;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
  text-box-trim: trim-both;
  text-box-edge: text text;
  /*    text-box-trim: trim-start; //removes the leading whitespace at the start (top) of the text.
    text-box-edge: cap alphabetic; // sets the top edge of the text to align with the cap height of the font.*/
}
.cScRareSlider_sTrack {
  background-color: var(--sColorUniGreyLight);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.cScRareSlider_sTrack.vX {
  height: 10px;
  width: 100%;
}
.cScRareSlider_sTrack.vY {
  width: 10px;
}
.cScRareSlider_sLabel {
  padding-top: 5px;
}
.cScRareSlider_sGrid {
  display: flex;
  flex-basis: 0;
}
.cScRareSlider_sBlob.vMark {
  background-color: var(--sColorUniGreyLight);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  opacity: 0.8;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.cScRareSlider_sBlob.vActive {
  background-color: var(--sColorUniGreen);
  opacity: 1;
  border-radius: 50%;
}
.cScRareSlider_sBlob.vCurrent {
  background-color: var(--sColorUniGreen);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);;
  border: 0px solid transparent;
  border-radius: 20px;
}
.cScRareWild_sContent {
  height: 100%;
}
.cScRareWild_sBody {
  height: 100%;
  position: relative;
  background-color: var(--sColorUniWhite);
}
.cScRareWild_sLottie {
  position: absolute;
  top: 0;
  left: 0;
}
.cScRareWild_sFrame {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  height: 100%;
  width: 100%;
}
.cScRareWriter_sMe {
  height: 100%;
  width: 100%;
  padding: 20px;
}
.cScRareWriter_sTextarea {
  height: 100%;
  width: 100%;
}
.cScLayoutShowRepeater_sBolt {
  width: 100%;
  max-width: 100vw;
}
.cScLayoutShowRepeater_sBolt.vTemp {
  height: 100%;
}
.cScLayoutShowRepeater_sBolt.vVertical {
  height: 100%;
  display: grid;
}
.cScShowCarousel_sMe {
  overflow: hidden;
}
.cScShowCarousel_sSlideBox {
  position: relative;
  right: 0%;
  min-height: 460px;
  transition: right 0.8s ease;
}
.cScShowCarousel_sIndicator {
  background-color: var(--sColorUniGreyMeduim);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.8s ease;
}
.cScShowCarousel_sIndicator.vActive {
  background-color: var(--sColorPrimary);
}
.cScShowCarousel_sCommandBox.vComplex {
  border-top: 1px solid var(--sColorUniGreyLineWeak);
}
.cScShowDrum_sExpandInner {
  background-color: var(--sColorUniBlack);
}
.cScShowDrum_sExpandClose {
  position: absolute;
  top: 20px;
  right: 20px;
  filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.3));
  overflow-y: hidden !important;
}
.cScShowDrum_sCarouselImg {
  max-height: 100%;
  max-width: 100%;
}
.cScShowDrum_sStackBox {
  height: 900px;
  margin: 0;
  display: grid;
  grid-template-rows: 500px 100px;
  grid-template-columns: 1fr 30px 30px 30px 30px 30px 1fr;
  align-items: center;
  justify-items: center;
  z-index: 0;
  margin-left: 50%;
  transform: translateX(-50%);
  width: 1140px;
  margin-top: 30px;
}
.cScShowDrum_sStack {
  grid-row: 1 / 2;
  grid-column: 1 / 8;
  width: 1140px;
  height: 750px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transform-style: preserve-3d;
  perspective: 600px;
  --items: 5;
  --middle: 3;
  --position: 3;
}
.cScShowDrum_sStackItem {
  position: absolute;
  width: 300px;
  background-color: coral;
  --r: calc(var(--position) - var(--offset));
  --abs: max(calc(var(--r) * -1), var(--r));
  transition: all 0.25s linear;
  transform: rotateY(calc(-10deg * var(--r))) translateX(calc(-300px * var(--r)));
  z-index: calc((var(--position) - var(--abs)));
  box-shadow: 0px 0px 15px -7px rgba(0, 0, 0, 0.5);
}
.cScShowDrum_sStackItem:nth-of-type(1) {
  --offset: 1;
  background-color: var(--sColorHeroBlue);
}
.cScShowDrum_sStackItem:nth-of-type(2) {
  --offset: 2;
  background-color: var(--sColorHeroGreen);
}
.cScShowDrum_sStackItem:nth-of-type(3) {
  --offset: 3;
  background-color: var(--sColorHeroRed);
}
.cScShowDrum_sStackItem:nth-of-type(4) {
  --offset: 4;
  background-color: var(--sColorHeroPurple);
}
.cScShowDrum_sStackItem:nth-of-type(5) {
  --offset: 5;
  background-color: var(--sColorHeroYellow);
}
@media screen and (max-width: 500px) {
  .cScShowDrum_sStackItem.vOuter {
    transform: rotate(calc(2deg * var(--r)));
  }
}
.cScShowFanHorizontal_sMe.vModeStandard .swiper-wrapper {
  position: absolute;
}
.cScShowFanHorizontal_sMe.vModeCard {
  width: 100%;
}
.cScShowFanHorizontal_sSwiper {
  height: 100%;
  position: relative;
}
.cScShowFanHorizontal_sSlide.vModeCard {
  border-radius: 10px;
  border-width: 0px;
  overflow: hidden;
}
.cScShowFanHorizontal_sSlide.vCentre {
  display: flex;
  align-items: center;
}
.cScShowFanHorizontal_sSwiper .swiper-pagination-bullet {
  background: var(--sColorUniBlack);
  height: 14px;
  width: 14px;
}
.cScShowFanHorizontal_sSwiper .swiper-pagination-bullet-active {
  background: var(--sColorPrimary);
}
.cScShowFanHorizontal_sSwiper .swiper-horizontal > .swiper-pagination-bullets {
  margin-top: 10px;
}
.cScShowFanVertical_sMe {
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cScShowFanVertical_sContainer {
  width: 100%;
  height: 95%;
  position: relative;
  perspective: 1000px;
  visibility: hidden;
}
/* Each slide is absolutely positioned around the centre */
.cScShowFanVertical_sSlide {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
  /*
        Start each slide hidden & off, to avoid flicker.
        We'll transform them to the correct position in JS.
      */
  opacity: 0;
  transform: translate(-50%, -200%) scale(0.7);
  z-index: 0;
  overflow: hidden;
  box-shadow: 0px 0px 15px 1px #0000002e;
  max-width: 95%;
}
.cScShowFanVertical_sSlide.vModeCards {
  border-radius: 10px;
  border-width: 0px;
  overflow: hidden;
}
.cScShowPlainVertical_sMe.vModeStandard .swiper-wrapper {
  position: absolute;
}
.cScShowPlainVertical_sSwiper {
  height: 100%;
  position: relative;
}
.cScShowPlainVertical_sSwiper.vModeCards .swiper-wrapper {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
}
.cScShowPlainVertical_sSwiper .swiper-pagination-bullet {
  background: var(--sColorUniBlack);
  height: 14px;
  width: 14px;
}
.cScShowPlainVertical_sSwiper .swiper-pagination-bullet-active {
  background: var(--sColorPrimary);
}
.cScShowPlainVertical_sSwiper .swiper-horizontal > .swiper-pagination-bullets {
  margin-top: 10px;
}
.cScShowPlainVertical_sSlide.vModeCards {
  border-radius: 10px;
  border-width: 0px;
  overflow: hidden;
}
.cScShowPopupVertical_sMe {
  z-index: 0;
}
.cScShowPopupVertical_sBolt {
  background-color: black;
  height: calc(100vh - 48px);
}
.cScShowPopupVertical_sSwiper {
  position: relative;
  height: calc(100vh - 48px);
}
.cScShowPopupVertical_sSwiper .swiper-wrapper {
  position: relative;
}
.cScShowPopupVertical_sSwiper .swiper-pagination-bullet {
  background: var(--sColorUniWhite);
  height: 14px;
  width: 14px;
}
.cScShowPopupVertical_sSwiper .swiper-pagination-bullet-active {
  background: var(--sColorPrimary);
}
.cScShowPopupVertical_sSwiper .swiper-horizontal > .swiper-pagination-bullets {
  margin-top: 10px;
}
.cScShowPopupVertical_sSlide {
  max-width: 100vw;
  max-height: calc(100vh - 48px);
}
.cScShowPopupVertical_sSlide > div {
  display: block !important;
}
.cScShowPopupVertical_sFlipFoot {
  height: 48px;
  width: 100%;
  background-color: var(--sColorUniBlack);
}