/* Minification failed. Returning unminified contents.
(177,14): run-time error CSS1039: Token not allowed after unary operator: '-planColor__basic'
(181,26): run-time error CSS1039: Token not allowed after unary operator: '-planColor__essentials'
(184,26): run-time error CSS1039: Token not allowed after unary operator: '-planColor__essentials--10'
(187,26): run-time error CSS1039: Token not allowed after unary operator: '-planColor__essentials--10'
(190,14): run-time error CSS1039: Token not allowed after unary operator: '-planColor__essentials'
(194,26): run-time error CSS1039: Token not allowed after unary operator: '-planColor__premium'
(195,33): run-time error CSS1039: Token not allowed after unary operator: '-planColor__premium--50'
(197,26): run-time error CSS1039: Token not allowed after unary operator: '-planColor__premium--10'
(200,26): run-time error CSS1039: Token not allowed after unary operator: '-planColor__premium--10'
(203,14): run-time error CSS1039: Token not allowed after unary operator: '-planColor__premium'
(286,15): run-time error CSS1039: Token not allowed after unary operator: '-planColor__essentials--50'
(319,15): run-time error CSS1039: Token not allowed after unary operator: '-planColor__basic'
(403,26): run-time error CSS1039: Token not allowed after unary operator: '-planColor__basic'
(404,15): run-time error CSS1039: Token not allowed after unary operator: '-onPlanColor__basic'
(407,26): run-time error CSS1039: Token not allowed after unary operator: '-planColor__essentials'
(408,15): run-time error CSS1039: Token not allowed after unary operator: '-onPlanColor__essentials'
(411,26): run-time error CSS1039: Token not allowed after unary operator: '-planColor__premium'
(412,15): run-time error CSS1039: Token not allowed after unary operator: '-onPlanColor__premium'
(517,17): run-time error CSS1039: Token not allowed after unary operator: '-planColor__essentials'
(522,17): run-time error CSS1039: Token not allowed after unary operator: '-planColor__premium'
 */
/*@section-master-width: 53em;*/
.Pricing {
  font-family: Rawline, sans-serif;
  line-height: 1.3;
  background-color: #1e1e24;
  padding: 6em 1em 2em 1em;
  min-height: unset !important;
}
@media (max-width: 1023px) {
  .Pricing {
    padding-top: 9em;
  }
}
.Pricing span,
.Pricing div,
.Pricing a {
  color: white;
}
.Pricing .PageTitle {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Pricing .PageTitle .PageTitle__Icon {
  margin-right: 0.75em;
  margin-top: 0.25em;
}
.Pricing .PageTitle .PageTitle__Icon svg {
  fill: #F9A41A;
  width: 2.5em;
}
.Pricing .PageTitle .PageTitle__Text {
  font-size: 1.5em;
}
.Pricing .ActionButtonContainer {
  display: flex;
  justify-content: center;
}
.Pricing .ActionButtonContainer .ActionButton {
  font-size: 1.2em;
  width: 100%;
  margin: 0 0.5em;
  font-weight: 700;
  padding: 0.3em 0.5em;
  background-color: #F9A41A;
  color: black;
  text-align: center;
  border-radius: 0.25em;
  text-transform: uppercase;
}
.Pricing .Pricing__Header {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid white;
  margin: 1em 0;
  background-color: #1e1e24;
}
.Pricing .Pricing__Header .Item ~ .Item {
  margin-left: 0.5em;
}
@media (max-width: 480px) {
  .Pricing .Pricing__Header .Item ~ .Item {
    margin-left: 0.3em;
  }
}
.Pricing .Pricing__Header .Item {
  font-size: 1.75em;
  width: 8em;
  text-align: center;
  cursor: pointer;
  padding: 0.5em 0;
  border: 1px solid transparent;
  border-top: 1px solid #ffffff1f;
  border-left: 1px solid #ffffff1f;
  border-right: 1px solid #ffffff1f;
  position: relative;
}
@media (max-width: 800px) {
  .Pricing .Pricing__Header .Item {
    font-size: 1.25em;
    padding: 0.75em 0;
  }
}
@media (max-width: 480px) {
  .Pricing .Pricing__Header .Item {
    font-size: 0.9em;
  }
}
.Pricing .Pricing__Header .Item.active,
.Pricing .Pricing__Header .Item:hover {
  background-color: #1e1e24;
  border: 1px solid white;
  font-weight: 700;
}
.Pricing .Pricing__Header .Item.active .LineCover,
.Pricing .Pricing__Header .Item:hover .LineCover {
  position: absolute;
  width: 100%;
  height: 8px;
  bottom: 0;
  background-color: #1e1e24;
  transform: translateY(50%);
}
.Pricing .Pricing__Body {
  margin-top: 3em;
}
.Pricing .Pricing__Body .PricingCards,
.Pricing .Pricing__Body .PricingTable,
.Pricing .Pricing__Body .PlayerPricingTable {
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.Pricing .Pricing__Body .PricingCards {
  display: flex;
  justify-content: space-evenly;
}
@media (min-width: 481px) and (max-width: 800px) {
  .Pricing .Pricing__Body .PricingCards {
    font-size: 0.9em;
  }
}
@media (max-width: 800px) and (orientation: portrait) {
  .Pricing .Pricing__Body .PricingCards {
    display: block;
  }
  .Pricing .Pricing__Body .PricingCards .PricingCard {
    margin: auto !important;
  }
  .Pricing .Pricing__Body .PricingCards .PricingCard ~ .PricingCard {
    margin-top: 2em !important;
  }
}
@media (max-width: 480px) {
  .Pricing .Pricing__Body .PricingCards {
    display: block;
  }
  .Pricing .Pricing__Body .PricingCards .PricingCard ~ .PricingCard {
    margin-top: 2em;
  }
}
.Pricing .Pricing__Body .PricingCards .PricingCard {
  flex: 1 0 15em;
  max-width: 25em;
  margin: 1em;
  border-radius: 0.3em;
  overflow: hidden;
  background-color: #2B2A33;
  box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.5);
}
.Pricing .Pricing__Body .PricingCards .PricingCard .FeatureSeparator {
  margin-top: 2em;
  font-weight: 700;
  font-style: italic;
}
@media (min-width: 481px) and (max-width: 800px) {
  .Pricing .Pricing__Body .PricingCards .PricingCard {
    flex: 1;
  }
}
@media (max-width: 480px) {
  .Pricing .Pricing__Body .PricingCards .PricingCard {
    width: 90%;
  }
}
.Pricing .Pricing__Body .PricingCards .PricingCard > * {
  flex: 1;
}
.Pricing .Pricing__Body .PricingCards .PricingCard.PricingCard--0 {
  background-color: #2b2a33;
  border-radius: 0.5em;
}
.Pricing .Pricing__Body .PricingCards .PricingCard.PricingCard--0 .PricingCard__Header {
  background-color: rgba(255, 255, 255, 0.05);
}
.Pricing .Pricing__Body .PricingCards .PricingCard.PricingCard--0 .PricingCard__Header svg {
  fill: var(--planColor__basic);
}
.Pricing .Pricing__Body .PricingCards .PricingCard.PricingCard--1 {
  background-color: #2b2a33;
  border: 1px solid var(--planColor__essentials);
  /*box-shadow: 0 0 10px 1px var(--planColor__essentials--50);*/
  border-radius: 0.5em;
  background-color: var(--planColor__essentials--10);
}
.Pricing .Pricing__Body .PricingCards .PricingCard.PricingCard--1 .PricingCard__Header {
  background-color: var(--planColor__essentials--10);
}
.Pricing .Pricing__Body .PricingCards .PricingCard.PricingCard--1 .PricingCard__Header svg {
  fill: var(--planColor__essentials);
}
.Pricing .Pricing__Body .PricingCards .PricingCard.PricingCard--2 {
  background-color: #383743;
  border: 1px solid var(--planColor__premium);
  box-shadow: 0 0 10px 1px var(--planColor__premium--50);
  border-radius: 0.5em;
  background-color: var(--planColor__premium--10);
}
.Pricing .Pricing__Body .PricingCards .PricingCard.PricingCard--2 .PricingCard__Header {
  background-color: var(--planColor__premium--10);
}
.Pricing .Pricing__Body .PricingCards .PricingCard.PricingCard--2 .PricingCard__Header svg {
  fill: var(--planColor__premium);
}
.Pricing .Pricing__Body .PricingCards .PricingCard .PricingCard__Header {
  display: flex;
  justify-content: center;
  align-items: center;
  /*background-color: black;*/
  min-height: 5em;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  /*border-bottom: 1px solid rgba(255,255,255,0.1);*/
}
.Pricing .Pricing__Body .PricingCards .PricingCard .PricingCard__Header svg {
  width: 2em;
}
.Pricing .Pricing__Body .PricingCards .PricingCard .PricingCard__Header .Title {
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px black;
}
.Pricing .Pricing__Body .PricingCards .PricingCard .PricingCard__Body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 1em 1.5em 1em;
}
.Pricing .Pricing__Body .PricingCards .PricingCard .PricingCard__Body > * {
  margin-top: 2em;
}
.Pricing .Pricing__Body .PricingCards .PricingCard .PricingCard__Body .Price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 1em !important;
}
.Pricing .Pricing__Body .PricingCards .PricingCard .PricingCard__Body .Price .Price__Header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.Pricing .Pricing__Body .PricingCards .PricingCard .PricingCard__Body .Price .Price__Header .Amount {
  font-size: 3em;
  font-weight: 800;
}
.Pricing .Pricing__Body .PricingCards .PricingCard .PricingCard__Body .Price .Price__Header .Period {
  font-size: 1em;
  font-weight: 500;
  margin-left: 0.5em;
}
.Pricing .Pricing__Body .PricingCards .PricingCard .PricingCard__Body .Price .Price__Header.Price__Regular {
  text-decoration: line-through;
  opacity: 0.5;
}
.Pricing .Pricing__Body .PricingCards .PricingCard .PricingCard__Body .Price .Price__Header.Price__Regular .Amount {
  font-size: 2em;
}
.Pricing .Pricing__Body .PricingCards .PricingCard .PricingCard__Body .Price .Price__Body {
  margin-top: 0.5em;
}
.Pricing .Pricing__Body .PricingCards .PricingCard .PricingCard__Body .Price .Price__Body .Description {
  font-size: 0.8em;
  text-align: center;
  font-weight: 300;
  margin-top: 0.25em;
  min-height: 2.5em;
}
.Pricing .Pricing__Body .PricingCards .PricingCard .PricingCard__Body .Features .Features__Header {
  margin-bottom: 1em;
}
.Pricing .Pricing__Body .PricingCards .PricingCard .PricingCard__Body .Features .Features__Header .FeaturesTitle {
  font-size: 1em;
  font-weight: 700;
  font-style: italic;
}
.Pricing .Pricing__Body .PricingCards .PricingCard .PricingCard__Body .Features .Features__Footer {
  margin-top: 1.5em;
  font-style: italic;
  font-size: 0.75em;
}
.Pricing .Pricing__Body .PricingCards .PricingCard.PricingCard--1 .PricingCardFeature.PartiallyAvailable .PricingCardFeature__Header .icon {
  color: var(--planColor__essentials--50);
}
.Pricing .Pricing__Body .PricingCards .PricingCardFeature ~ .PricingCardFeature {
  margin-top: 1em;
}
.Pricing .Pricing__Body .PricingCards .PricingCardFeature {
  display: flex;
  align-items: flex-start;
  font-size: 1.1em;
}
.Pricing .Pricing__Body .PricingCards .PricingCardFeature .PricingCardFeature__Header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5em;
  margin-top: 0.1em;
}
.Pricing .Pricing__Body .PricingCards .PricingCardFeature .PricingCardFeature__Header .icon {
  color: #54B948;
}
.Pricing .Pricing__Body .PricingCards .PricingCardFeature .PricingCardFeature__Body .Title {
  font-weight: 600;
  text-transform: capitalize;
}
.Pricing .Pricing__Body .PricingCards .PricingCardFeature .PricingCardFeature__Body .Description {
  font-weight: 300;
  opacity: 0.75;
  font-size: 0.8em;
}
.Pricing .Pricing__Body .PricingCards .PricingCardFeature .PricingCardFeature__Body .Badge {
  white-space: nowrap;
}
.Pricing .Pricing__Body .PricingCards .PricingCardFeature.PartiallyAvailable .PricingCardFeature__Header .icon {
  color: var(--planColor__basic);
}
.Pricing .Pricing__Body .PricingCards .PricingCardFeature.PartiallyAvailable .PricingCardFeature__Body .Title {
  font-size: 0.8em;
  font-style: italic;
  font-weight: 300;
  text-transform: capitalize;
  /*opacity: 0.75;*/
}
.Pricing .Pricing__Body .PlayerPricingTable {
  margin-top: 5em;
}
.Pricing .Pricing__Body .PlayerPricingTable .TableTitleContainer {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 1em;
}
.Pricing .Pricing__Body .PlayerPricingTable .TableTitleContainer .TableTitle {
  font-size: 2em;
}
.Pricing .Pricing__Body .PlayerPricingTable .HeaderRow,
.Pricing .Pricing__Body .PlayerPricingTable .BodyRow {
  display: flex;
  align-items: flex-start;
  background-color: #1e1e24;
}
.Pricing .Pricing__Body .PlayerPricingTable .HeaderRow .Cell,
.Pricing .Pricing__Body .PlayerPricingTable .BodyRow .Cell {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.Pricing .Pricing__Body .PlayerPricingTable .HeaderRow .Cell ~ .Cell,
.Pricing .Pricing__Body .PlayerPricingTable .BodyRow .Cell ~ .Cell {
  flex: 0.25;
  justify-content: center;
  text-align: center;
}
@media (max-width: 480px) {
  .Pricing .Pricing__Body .PlayerPricingTable .HeaderRow .Cell ~ .Cell,
  .Pricing .Pricing__Body .PlayerPricingTable .BodyRow .Cell ~ .Cell {
    flex: 0.33;
  }
}
.Pricing .Pricing__Body .PlayerPricingTable .PlayerPricingTable__Header {
  position: sticky;
  top: 72px;
  z-index: 1;
}
@media (max-width: 800px) {
  .Pricing .Pricing__Body .PlayerPricingTable .PlayerPricingTable__Header {
    top: 51px;
  }
}
.Pricing .Pricing__Body .PlayerPricingTable .PlayerPricingTable__Header .HeaderRow {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  /*border-bottom: 1px solid @pricing-table__main-border-color;*/
  border-bottom: 1px solid white;
}
.Pricing .Pricing__Body .PlayerPricingTable .PlayerPricingTable__Header .HeaderRow .Cell .Title {
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .Pricing .Pricing__Body .PlayerPricingTable .PlayerPricingTable__Header .HeaderRow .Cell .Title {
    font-size: 1em;
  }
}
@media (max-width: 600px) {
  .Pricing .Pricing__Body .PlayerPricingTable .PlayerPricingTable__Header .HeaderRow .Cell .Title {
    font-size: 0.8em;
  }
}
.Pricing .Pricing__Body .PlayerPricingTable .PlayerPricingTable__Header .HeaderRow .Cell .Title.basic,
.Pricing .Pricing__Body .PlayerPricingTable .PlayerPricingTable__Header .HeaderRow .Cell .Title.essentials,
.Pricing .Pricing__Body .PlayerPricingTable .PlayerPricingTable__Header .HeaderRow .Cell .Title.premium {
  padding: 0.15em 0.35em;
  border-radius: 0.5em;
}
.Pricing .Pricing__Body .PlayerPricingTable .PlayerPricingTable__Header .HeaderRow .Cell .Title.basic {
  background-color: var(--planColor__basic);
  color: var(--onPlanColor__basic);
}
.Pricing .Pricing__Body .PlayerPricingTable .PlayerPricingTable__Header .HeaderRow .Cell .Title.essentials {
  background-color: var(--planColor__essentials);
  color: var(--onPlanColor__essentials);
}
.Pricing .Pricing__Body .PlayerPricingTable .PlayerPricingTable__Header .HeaderRow .Cell .Title.premium {
  background-color: var(--planColor__premium);
  color: var(--onPlanColor__premium);
}
.Pricing .Pricing__Body .PlayerPricingTable .PlayerPricingTable__Body {
  padding: 0 0.1em;
}
.Pricing .Pricing__Body .PlayerPricingTable .PlayerPricingTable__Body .BodyRow {
  padding-top: 0.75em;
}
.Pricing .Pricing__Body .PlayerPricingTable .PlayerPricingTable__Body .BodyRow .Cell .Cell__Content .Title {
  font-size: 1.2em;
  font-weight: 600;
  text-transform: capitalize;
}
.Pricing .Pricing__Body .PlayerPricingTable .PlayerPricingTable__Body .BodyRow .Cell .Cell__Content .Description {
  font-size: 1em;
  font-weight: 300;
  margin-top: 0.25em;
}
.Pricing .Pricing__Body .PlayerPricingTable .PlayerPricingTable__Body .BodyRow .Cell .Cell__Content .PlanName {
  display: none;
}
.Pricing .Pricing__Body .PlayerPricingTable .PlayerPricingTable__Body .BodyRow .Cell .Cell__Content .PlanLabel {
  /*font-weight: 300;*/
  font-size: 0.8em;
}
.Pricing .Pricing__Body .PlayerPricingTable .PlayerPricingTable__Body .BodyRow .Cell .Cell__Content .PlanLabel.bold {
  font-weight: 700;
  color: #54B948;
}
@media (max-width: 480px) {
  .Pricing .Pricing__Body .PlayerPricingTable .PlayerPricingTable__Body .BodyRow .Cell .Cell__Content .Title {
    font-size: 1em;
  }
  .Pricing .Pricing__Body .PlayerPricingTable .PlayerPricingTable__Body .BodyRow .Cell .Cell__Content .Description {
    font-size: 0.8em;
  }
}
.Pricing .Pricing__Body .PlayerPricingTable .PlayerPricingTable__Body .BodyRow .Cell .Cell__Content .CheckIcon,
.Pricing .Pricing__Body .PlayerPricingTable .PlayerPricingTable__Body .BodyRow .Cell .Cell__Content .XIcon {
  font-size: 1.5em;
}
.Pricing .Pricing__Body .PlayerPricingTable .PlayerPricingTable__Body .BodyRow .Cell .Cell__Content .CheckIcon {
  color: #54B948;
}
.Pricing .Pricing__Body .PlayerPricingTable .PlayerPricingTable__Body .BodyRow .Cell .Cell__Content .XIcon {
  /*display: none;*/
  font-size: 1.5em;
  color: white;
  opacity: 0.25;
}
.Pricing .Pricing__Body .PlayerPricingTable .PlayerPricingTable__Body .BodyRow .Cell ~ .Cell {
  align-self: center;
}
.Pricing .Pricing__Body .PlayerPricingTable .PlayerPricingTable__Body .BodyRow ~ .BodyRow {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 0.75em;
}
@media (max-width: 480px) {
  .Pricing .Pricing__Body .PlayerPricingTable .PlayerPricingTable__Header {
    display: none;
  }
  .Pricing .Pricing__Body .PlayerPricingTable .PlayerPricingTable__Body .BodyRow {
    display: block;
    border-top: none !important;
  }
  .Pricing .Pricing__Body .PlayerPricingTable .PlayerPricingTable__Body .BodyRow .Cell {
    padding: 0.5em 0;
    background-color: #1e1e24;
    /*                            position: sticky;
                            top: 51px;*/
    z-index: 1;
    /*border-bottom: 1px solid @pricing-table__main-border-color;*/
    border-bottom: 1px solid white;
  }
  .Pricing .Pricing__Body .PlayerPricingTable .PlayerPricingTable__Body .BodyRow .Cell .Cell__Content {
    padding: 0.5em 0;
  }
  .Pricing .Pricing__Body .PlayerPricingTable .PlayerPricingTable__Body .BodyRow .Cell .Cell__Content .Title {
    font-size: 1.25em;
  }
  .Pricing .Pricing__Body .PlayerPricingTable .PlayerPricingTable__Body .BodyRow .Cell .Cell__Content .Description {
    font-size: 1em;
    opacity: 0.75;
    font-weight: 400;
  }
  .Pricing .Pricing__Body .PlayerPricingTable .PlayerPricingTable__Body .BodyRow .Cell .Cell__Content .PlanName {
    display: block;
  }
  .Pricing .Pricing__Body .PlayerPricingTable .PlayerPricingTable__Body .BodyRow .Cell .Cell__Content .PlanName.basic,
  .Pricing .Pricing__Body .PlayerPricingTable .PlayerPricingTable__Body .BodyRow .Cell .Cell__Content .PlanName.essentials,
  .Pricing .Pricing__Body .PlayerPricingTable .PlayerPricingTable__Body .BodyRow .Cell .Cell__Content .PlanName.premium {
    /*border-radius: 0.5em;*/
    text-transform: uppercase;
    /*font-weight: 600;*/
  }
  .Pricing .Pricing__Body .PlayerPricingTable .PlayerPricingTable__Body .BodyRow .Cell .Cell__Content .PlanName.basic {
    /*                                        background-color: var(--planColor__basic);
                                        color: var(--onPlanColor__basic);*/
    /*color: var(--planColor__basic);*/
    color: white;
    opacity: 0.5;
  }
  .Pricing .Pricing__Body .PlayerPricingTable .PlayerPricingTable__Body .BodyRow .Cell .Cell__Content .PlanName.essentials {
    /*                                        background-color: var(--planColor__essentials);
                                        color: var(--onPlanColor__essentials);*/
    color: var(--planColor__essentials);
  }
  .Pricing .Pricing__Body .PlayerPricingTable .PlayerPricingTable__Body .BodyRow .Cell .Cell__Content .PlanName.premium {
    /*                                        background-color: var(--planColor__premium);
                                        color: var(--onPlanColor__premium);*/
    color: var(--planColor__premium);
  }
  .Pricing .Pricing__Body .PlayerPricingTable .PlayerPricingTable__Body .BodyRow .Cell .Cell__Content .XIcon {
    display: block;
  }
  .Pricing .Pricing__Body .PlayerPricingTable .PlayerPricingTable__Body .BodyRow .Cell ~ .Cell {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-bottom: unset;
    z-index: initial;
  }
  .Pricing .Pricing__Body .PlayerPricingTable .PlayerPricingTable__Body .BodyRow .Cell ~ .Cell:nth-child(2) {
    border-top: none;
  }
  .Pricing .Pricing__Body .PlayerPricingTable .PlayerPricingTable__Body .BodyRow .Cell ~ .Cell .Cell__Content {
    flex: 1;
    display: flex;
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 0;
    align-items: center;
    /*                               padding-left: 0.5em;
                                padding-right: 0.5em;*/
  }
  .Pricing .Pricing__Body .PlayerPricingTable .PlayerPricingTable__Body .BodyRow ~ .BodyRow {
    margin-top: 1em;
  }
}
.Pricing .Pricing__Body .PricingTable {
  margin: 1em;
  border-radius: 0.25em;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
@media (min-width: 481px) and (max-width: 800px) {
  .Pricing .Pricing__Body .PricingTable {
    font-size: 0.9em;
  }
}
@media (max-width: 480px) {
  .Pricing .Pricing__Body .PricingTable {
    font-size: 0.8em;
  }
}
.Pricing .Pricing__Body .PricingTable .Cell {
  overflow: hidden;
  text-overflow: ellipsis;
}
.Pricing .Pricing__Body .PricingTable .PricingTable__Header {
  display: flex;
  background-color: #36353D;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.Pricing .Pricing__Body .PricingTable .PricingTable__Header .Cell ~ .Cell {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.Pricing .Pricing__Body .PricingTable .PricingTable__Header .Cell {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 0.5em 0.25em;
}
.Pricing .Pricing__Body .PricingTable .PricingTable__Header .Cell .Cell__Title {
  font-size: 1.7em;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 481px) and (max-width: 800px) {
  .Pricing .Pricing__Body .PricingTable .PricingTable__Header .Cell .Cell__Title {
    font-size: 1.5em;
  }
}
@media (max-width: 480px) {
  .Pricing .Pricing__Body .PricingTable .PricingTable__Header .Cell .Cell__Title {
    font-size: 1.25em;
  }
}
.Pricing .Pricing__Body .PricingTable .PricingTable__Header .Cell .Cell__SubTitle {
  font-size: 0.8em;
  font-weight: 300;
  opacity: 1;
}
.Pricing .Pricing__Body .PricingTable .PricingTable__Body {
  background-color: #2B2A33;
}
.Pricing .Pricing__Body .PricingTable .PricingTable__Body .Section ~ .Section {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.Pricing .Pricing__Body .PricingTable .PricingTable__Body .Section .Section__HeaderRow .Cell ~ .Cell,
.Pricing .Pricing__Body .PricingTable .PricingTable__Body .Section .Section__Row .Cell ~ .Cell {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.Pricing .Pricing__Body .PricingTable .PricingTable__Body .Section .Section__HeaderRow .Cell,
.Pricing .Pricing__Body .PricingTable .PricingTable__Body .Section .Section__Row .Cell {
  padding: 0.75em 0.5em;
}
@media (max-width: 480px) {
  .Pricing .Pricing__Body .PricingTable .PricingTable__Body .Section .Section__HeaderRow .Cell,
  .Pricing .Pricing__Body .PricingTable .PricingTable__Body .Section .Section__Row .Cell {
    padding: 1em 0.5em;
  }
}
.Pricing .Pricing__Body .PricingTable .PricingTable__Body .Section .Section__HeaderRow .Cell span,
.Pricing .Pricing__Body .PricingTable .PricingTable__Body .Section .Section__Row .Cell span,
.Pricing .Pricing__Body .PricingTable .PricingTable__Body .Section .Section__HeaderRow .Cell i,
.Pricing .Pricing__Body .PricingTable .PricingTable__Body .Section .Section__Row .Cell i {
  font-size: 1em;
}
.Pricing .Pricing__Body .PricingTable .PricingTable__Body .Section .Section__HeaderRow .Cell span,
.Pricing .Pricing__Body .PricingTable .PricingTable__Body .Section .Section__Row .Cell span {
  font-weight: 300;
}
.Pricing .Pricing__Body .PricingTable .PricingTable__Body .Section .Section__HeaderRow .Cell strong,
.Pricing .Pricing__Body .PricingTable .PricingTable__Body .Section .Section__Row .Cell strong {
  font-weight: 800;
  font-size: 1.25em;
  text-transform: uppercase;
}
.Pricing .Pricing__Body .PricingTable .PricingTable__Body .Section .Section__HeaderRow .Cell i,
.Pricing .Pricing__Body .PricingTable .PricingTable__Body .Section .Section__Row .Cell i {
  font-style: italic;
}
.Pricing .Pricing__Body .PricingTable .PricingTable__Body .Section .Section__HeaderRow {
  display: flex;
}
.Pricing .Pricing__Body .PricingTable .PricingTable__Body .Section .Section__HeaderRow .Cell {
  flex: 1;
  padding-top: 1em;
}
.Pricing .Pricing__Body .PricingTable .PricingTable__Body .Section .Section__HeaderRow .Cell .Cell__Title {
  font-size: 1.5em;
  font-weight: 700;
  font-style: italic;
}
.Pricing .Pricing__Body .PricingTable .PricingTable__Body .Section .Section__Row:last-of-type .Cell {
  padding-bottom: 1em;
}
.Pricing .Pricing__Body .PricingTable .PricingTable__Body .Section .Section__Row {
  display: flex;
}
.Pricing .Pricing__Body .PricingTable .PricingTable__Body .Section .Section__Row .Cell {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.Pricing .Pricing__Body .PricingTable .PricingTable__Body .Section .Section__Row .Cell .Cell__Content {
  margin-left: 0.5em;
}
.Pricing .Pricing__Body .PricingTable .PricingTable__Body .Section .Section__Row .Cell .Cell__Content .FeatureTitle {
  font-size: 1.1em;
  font-weight: 500;
}
.Pricing .Pricing__Body .PricingTable .PricingTable__Body .Section .Section__Row .Cell .Cell__Content .FeatureDescription {
  font-size: 0.9em;
  font-weight: 300;
  opacity: 0.75;
}
.Pricing .Pricing__Body .PricingTable .PricingTable__Body .Section .Section__Row .Cell ~ .Cell {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
}
.Pricing .Pricing__Body .PricingTable .PricingTable__Body .Section .Section__Row .Cell ~ .Cell .Cell__Content {
  /*margin-top: 0.25em;*/
}
.Pricing .Pricing__Body .Pricing__Notes p {
  font-style: italic;
  font-size: 0.9em;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
}
.Pricing .Pricing__Body .Pricing__Notes p ~ p {
  margin-top: 1em;
}
.Pricing .Pricing__Body .Pricing__Players__Notes p {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5em;
  font-size: 1em;
}
@media (max-width: 800px) {
  .Pricing .Pricing__Body .Pricing__Players__Notes p {
    font-size: 0.8em;
  }
}
.Pricing .Pricing__Body .Pricing__Players__Notes p a {
  font-weight: 700;
  font-size: 0.9em;
}
.Pricing .Pricing__Footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 3em;
}
.Pricing .Pricing__Footer .Description {
  font-size: 1.3em;
  text-align: center;
  margin-bottom: 1em;
}
@media (max-width: 800px) {
  .Pricing .Pricing__Footer .Description {
    font-size: 1.1em;
  }
}
.Pricing .Pricing__Footer .ActionButtonContainer {
  min-width: 33em;
}
@media (max-width: 800px) {
  .Pricing .Pricing__Footer .ActionButtonContainer {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .Pricing .Pricing__Footer .ActionButtonContainer {
    min-width: unset;
    width: 100%;
  }
}
.Pricing .Pricing__Footer .ActionButtonContainer .ActionButton {
  color: white;
  background-color: #4B737B;
  font-weight: 600;
}
@media (max-width: 800px) {
  .Pricing .Pricing__Footer .ActionButtonContainer .ActionButton {
    font-size: 0.9em !important;
  }
}
.Pricing .Pricing__Footer .ActionButtonContainer ~ .ActionButtonContainer {
  margin-top: 1em;
}

