
  .fiber-bullet {
	display: none;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	color: #138e55;
  }
  .banner-holder {
	height: 50px;
	margin-top: 15px;
  }
  .pink-banner {
	height: 40px;
	width: 80%;
	position: absolute;
	left: 0px;
	background-image: linear-gradient(to right, #CC66CD, #50008E);
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 18px;
	z-index: 1;
	font-weight: 600;
	font-style: italic;
  }
  #ip-packages article sup {
	top: -0.4em;
	left: -0.15em;
	font-size: 70%;
  }
  .pink-triangle {
	width: 0;
	height: 0;
	border-top: 8px solid #CC66CD;
	border-left: 8px solid transparent;
	position: absolute;
	bottom: -8px;
	left: 0px;
  }
  .purple-triangle-top {
	width: 0;
	height: 0;
	border-top: 22px solid #50008E;
	border-right: 12px solid transparent;
	position: absolute;
	top: 0px;
	right: -11px;
  }
  .purple-triangle-btm {
	width: 0;
	height: 0;
	border-bottom: 22px solid #50008E;
	border-right: 12px solid transparent;
	position: absolute;
	bottom: 0px;
	right: -11px;
  }
