<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.plan-selector .plan-name {
  font-size: 16px;
  font-family: "Nimbus Sans Regular", "Nimbus Sans TW01";
  color: #086ea1; }

.plan-selector .plan-dropdown {
  float: right;
  cursor: pointer; }
.plan-selector .plan-dropdown.single-plan {
  cursor: text; }
@media (max-width: 767px) {
  .plan-selector .plan-dropdown {
    float: none; } }

.plan-selector .message-title {
  font-family: "Nimbus Sans Light","Nimbus Sans TW01Lig";
  font-size: 56px;
  color: #ffffff;
  position: relative;
  z-index: 10;
  padding-bottom: 24px;
  line-height: 1.11;
  padding-left: 0;
  padding-right: 0; }

.plan-selector .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  z-index: 1000;
  float: left;
  min-width: 160px;
  padding: 0;
  margin: 5px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #4f4f4f;
  background-clip: padding-box; }
.plan-selector .dropdown-menu &gt; li &gt; a {
  padding: 0 20px;
  clear: both;
  font-size: 14px;
  line-height: 38px;
  background-color: #3b3b3b;
  box-shadow: inset 0 -1px 0 0 #4f4f4f;
  color: #ffffff;
  white-space: nowrap;
  cursor: pointer; }
.plan-selector .dropdown-menu &gt; li &gt; a:hover, .plan-selector .dropdown-menu &gt; li &gt; a:active, .plan-selector .dropdown-menu &gt; li &gt; a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #086ea1; }
.plan-selector .dropdown-menu &gt; li:hover, .plan-selector .dropdown-menu &gt; li:active, .plan-selector .dropdown-menu &gt; li:focus {
  color: #05c3de;
  text-decoration: none; }

.plan-selector .open .dropdown-menu {
  display: block; }

.plan-selector .fa-caret-down {
  border: 10px transparent solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-top-color: #086ea1; }

.plan-selector .plan-list {
  border-radius: 0; }

.plan-selector .plan-list, .plan-selector .each-plan, .plan-selector p {
  font-size: 14px;
  font-family: "Nimbus Sans Regular", "Nimbus Sans TW01"; }

.plan-selector .plan-sorter {
  margin-top: 20px;
  float: right; }
@media (max-width: 767px) {
  .plan-selector .plan-sorter {
    margin-top: 10px;
    float: none; } }

@media (max-width: 767px) {
  .plan-selector .each-plan {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 5px;
    display: inline-block;
    overflow: hidden; }
  .plan-selector .dropdown-menu {
    width: 92vw;
    position: absolute; } }

@media (max-width: 768px) {
  .plan-selector .dropdown-menu &gt; li &gt; a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .plan-selector .fa-caret-down {
    position: relative;
    top: -5px; }
  .plan-selector .plan-name {
    font-size: 16px;
    font-family: "Nimbus Sans Regular", "Nimbus Sans TW01";
    color: #086ea1;
    width: calc(100vw - 400px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-align: right; } }

@media (max-width: 767px) {
  .plan-selector .message-title {
    font-size: 40px;
    padding-bottom: 30px;
    padding-top: 40px; }
  .plan-selector .dropdown-menu &gt; li &gt; a {
    white-space: pre-line;
    overflow: hidden;
    line-height: 18px;
    padding: 10px 20px; }
  .plan-selector .plan-name {
    width: calc(100vw - 80px); } }

@media (min-width: 768px) and (max-width: 1023px) {
  .plan-selector .message-title {
    font-size: 48px;
    padding-top: 56px;
    padding-bottom: 41px; } }</pre></body></html>