<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: 'WorkSans-Regular';
	src: url('../fonts/WorkSans-Regular.eot') format('embedded-opentype'), url('../fonts/WorkSans-Regular.woff') format('woff'), url('../fonts/WorkSans-Regular.ttf') format('truetype'), url('../fonts/WorkSans-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
  }
@font-face {
    font-family: 'WorkSans-SemiBold';
    src: url('../fonts/WorkSans-SemiBold.eot') format('embedded-opentype'), url('../fonts/WorkSans-SemiBold.woff') format('woff'), url('../fonts/WorkSans-SemiBold.ttf') format('truetype'), url('../fonts/WorkSans-SemiBold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
	font-family: 'WorkSans-Regular';
    color: #000000;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'WorkSans-SemiBold';
}
a {
    color: #f454cd;
}
a:hover, a:active, a:visited, a:focus {
    text-decoration: underline !important;
	color: #f454cd;
}
.button-default:hover, .button-default:active, .button-default:visited, .button-default:focus {
	color: #fff;
    text-decoration: none !important;
}
.nopad {
	padding-left: 0px;
	padding-right: 0px;
}
.text-magenta {
	color: #f454cd;
}
.text-italic {
	font-style: italic;
}
.bg-grey {
	background-color:#eeeeee;
}
.bg-light-grey {
	background-color: #fbfbfb;
}
.navbar-fixed-top-page .contents {
	background-color: transparent;
	min-height: 300px;
}
.navbar-static-top {
	position: absolute;
	top:0px;
	left: 0px;
	width: 100%;
    background-color: #ffffff!important;
}
.navbar-brand {
    float: left;
    height: auto;
    padding: 0px 0px;
}
.navbar-brand img {
	width: 200px;
}
.border-navbar {
	border-bottom: 0.5px solid #aaa;
}
.footer {
    padding: 15px 0;
    background: #231f20;
    color: #fff;
    font-size: 13.5px;
}
.footer-logo {
	max-width: 80px;
}
.footer a, footer {
	color: #ffffff;
}
/* Contents Begin */
.js-bookmark:hover {
	color: #f454cd;
	text-decoration: underline !important;
}
.main-banner {
	height: 100vh;
	background-image: url(../images/main-banner.png);
	background-position: center 70px;
	background-color: #ffffff !important;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 100px;
}
.main-banner h1 {
	font-size: 50px;
	margin-bottom: 0px;
}
.main-banner h3 {
	font-size: 30px;
	color: #f454cd;
	margin-top: 0px;
}
#plan {
	text-align: center;
}
.odb-masthead {
	max-width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	margin:0 auto;
	top: 50%;
	transform: translateY(-50%);
}
.odb-scroll-more {
	position: absolute;
	display: inline-block;
	bottom: 30px;
	left: 0;
	right: 0;
	margin:0 auto;
	width: 20%;
	text-align: center;
	padding: 15px;
	color: #050505;
	font-family: 'WorkSans-SemiBold';
}
.odb-scroll-more img {
	display: block;
	margin: 0 auto;
}
.odb-contents-title {
	text-align: center;
	padding: 0px 15px 30px;
}
.odb-contents-title h1 {
	margin: 0px;
	line-height: 0.9;
}
.odb-contents-header {
	font-size: 25px;
}
.odb-copy-wrapper {
	padding: 30px;
	margin-top:17%;
	transform: translateY(-50%);
}
.odb-row-wrapper {
	position: relative;
	padding: 60px 15px;
}
.odb-plus-icon {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top:0;
	transform: translateY(-50%);
}
.odb-selector {
	cursor: pointer;
}
.odb-selector span, .odb-selector img {
	width: 100%;
	display: block;
}
.odb-selector img {
	border: 2px solid #666666;
}
.odb-selector:hover .odb-select-btn {
	background-color:#f454cd;
	transition: background-color ease-in-out 0.17s;
}
.odb-selector:hover img {
	border-color: #f454cd;
}
.odb-select-btn {
  	font-family: 'WorkSans-SemiBold';
	font-size: 25px;
	display: block;
	padding: 15px 10px 10px;
	color: #ffffff;
	background-color: #000000;
	text-align: center;
	line-height: 25px;
}
.odb-selector .odb-select-btn:before {
	content: 'SELECT';
}
.odb-selector.odb-plan-selected .odb-select-btn {
	background-color: #f454cd;
}
.odb-selector.odb-plan-selected img {
	border-color: #f454cd;
}
.odb-selector.odb-plan-selected .odb-select-btn:before {
	content: 'SELECTED';
}
.odb-signup-title {
	position: relative;
	z-index: 10;
	text-align: center;
}
.odb-signup-title h4 {
	color: #f454cd;
	display: inline-block;
	padding: 15px;
	background-color: #fbfbfb;
}
.odb-signup-wrapper {
	border: 1px solid #000000;
	padding: 60px 60px 30px;
	margin-top: -38px;
	text-align: center;
}
.odb-signup-cta-wrapper {
	padding: 60px 0px 0px;
}
.odb-signup-cta {
	font-family: 'WorkSans-SemiBold';
	display: inline-block;
	color: #ffffff;
	background-color: #ccc;
	padding: 15px 35px 5px;
	font-size: 26px;
	transition: background-color ease-in-out 0.17s;
}
.odb-signup-cta.plan-selected {
	background-color: #f454cd;
	transition: background-color ease-in-out 0.17s;
}
.odb-signup-cta:hover {
	color: #ffffff !important;
	background-color: #000000;
	transition: all ease-in-out 0.17s;
}
.odb-signup-cta:visited {
	color: #ffffff;
}
.odb-signup-col-1, .odb-signup-col-2, .odb-signup-col-3 {
	position: relative;
}
.odb-signup-col-1 h1, .odb-signup-col-1 p {
	margin: 0px;
  	font-family: 'WorkSans-SemiBold';
}
.odb-gst-terms {
	text-align: left;
	padding: 15px 0px 0px;
}
.odb-table {
	margin: 20px auto;
}
.table-row {
	position: relative;
	overflow: hidden;
}
.table-row .odb-table-header:last-child {
	float: right;
}
.table-row .odb-table-header:first-child {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.odb-table-header {
	padding: 10px 15px;
	background-color: #f454cd;
	color: #fff;
	border: 1px solid white;
	font-weight: bold;
}
.odb-table-cell {
	padding: 10px 15px;
	border: 1px solid white;
}
.odb-credit-work-table .odb-table-cell {
	vertical-align: top;
}
.back-top {
    display:none;
    width:50px;
    height:50px;
    background:url(../images/upArrowBlack.png) no-repeat #f454cd;
	background-position: center center;
    position:fixed;
    bottom:15px;
    right:15px;
    /*opacity:0.8;*/
	z-index: 10;
	cursor: pointer;
    border-radius: 50%;
}
.button-default {
	display: inline-block;
	font-family: 'WorkSans-SemiBold';
	font-weight: 100;
	font-size: 20px;
	padding: 10px 30px;
	margin: 15px auto;
	color: #000000;
	background-color:#f454cd;
	text-align: center;
	transition: 0.3s;
	cursor: pointer;
    border-radius: 30px;
}
.button-default:hover {
	background-color: #000;
	transition: 0.3s;
}
.url-default {
	font-family: 'WorkSans-SemiBold';
	font-size: 20px;
	/*text-decoration: underline;*/
	cursor: pointer;
}
.url-default:hover {
	color: #f454cd;
	/*text-decoration: underline;*/
}
@-webkit-keyframes sdb05 {
  0%   { top: 5px; }
  100% { top: 25px; }
}
.btn-scroll-down {
	height: 60px;
	color: #5E5E5E !important;
}
.btn-scroll-down span{
	position: absolute;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-left: -12px;
    margin-top: 10px;
    border-left: 2px solid #5E5E5E;
    border-bottom: 2px solid #5E5E5E;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb05;
    animation: sdb05;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
	z-index:10;
}
.btn-signup {
	display: block;
	max-width: 300px;
	margin-top: 0px;
}
.plan-wrapper &gt; span {
	font-family: 'WorkSans-SemiBold';
	display: block;
	padding: 70px 10px;
	width: 300px;
	height: 300px;
	margin: 0 auto;
	background-color: #e5e5e5;
	line-height: 1.5em;
	font-size: 30px;
    border-radius: 15px;
}
.plan-speed {
    display: block;
    font-family: 'WorkSans-SemiBold';
    font-size: 20px;
    line-height: 1.8em;
    margin-bottom: 15px;
}
.plan-300 {
	display: block;
	font-family: 'WorkSans-SemiBold';
	font-size: 90px;
	line-height: 0.8em;
	color: #f454cd;
}
.plan-mbps {
	display: block;
	font-family: 'WorkSans-SemiBold';
	font-size: 20px;
	line-height: 0.8em;
}
.table-contents {
	margin: 30px auto 10px;
	text-align: left;
    border-radius: 15px;
    overflow: hidden;
}
.table-contents tr td {
	font-family: 'WorkSans-SemiBold';
	font-size: 20px;
	font-weight: 100;
	padding: 13px 15px 8px!important;
	border:2px solid #fff !important;
	border:none !important;
	color: #000000;
    background-color: #ffffff;
}
.table-contents tr {
    background-color: #fff!important;
}
.table-contents tr td:first-child {
	width: 20%;
	color: #000000;
    background-color: #f454cd;
}
.table-contents tr:nth-child(2n+1) {
	background-color: #ffffff;
}
.table-contents tr:first-child {
	/*background-color: #f454cd !important;*/
	color: #fff;
}
.table-contents tr:last-child td:first-child {
	background-color: #ffffff;
	color: #000;
	font-family: 'WorkSans-Regular';
	font-size:16px;
	text-align: left;
}
.table-contents tr:last-child td:first-child .small {
	font-style: italic;
	margin-bottom: 15px;
	display: block;
}
.table-contents tr td:last-child {
	width: 80%;
	text-align: center;
}
.tab-table {
	width: 100%;
	margin: 15px auto;
	display: block;
}
.tab-table tr:first-child {
	font-family: 'WorkSans-SemiBold';
	color: #000;
	font-size:18px;
	background-color: #f454cd;
}
.tab-table td {
	border: 1px solid #fff;
	padding:10px 15px;
}
.table-white-border {
	/*background-color: rgb(238, 238, 238);*/
    background-color: #e5e5e5;
	margin-bottom: 20px;
    border-radius: 15px;
}
.table-colspan2 td {
	border:1px solid #fff;
	padding: 15px;
}
.table-colspan2 &gt; tbody &gt; tr &gt; td:first-child {
	width: 30%;
}
.img-thf-logo {
	max-width: 120px;
	margin: 0 auto;
}
#voice-overview span {
	display: block;
	font-size: 16px;
}
#voice-overview span:first-child {
	font-size: 20px;
}
/* Accordion Begin */
.panel {
	border:0px solid transparent;
	-webkit-box-shadow: 0 1px 0px rgba(0,0,0,.2);
	box-shadow: 0 1px 0px rgba(0,0,0,.2);
}
.panel-heading {
    padding: 0px 0px;
}
.panel-default &gt; .panel-heading + .panel-collapse &gt; .panel-body {
    border-top-color: transparent;
}
.panel-body {
	padding: 0px 15px 15px;
}
.panel-contents {
	padding: 15px 15px 15px;
	background-color:rgb(238, 238, 238);
}
.panel-default &gt; .panel-heading {
    background-color: transparent;
}
.panel-group .panel {
	border-radius: 0px;
}
.panel-title {
	font-family: 'WorkSans-Regular';
	font-size: 16px;
}
.accordion-toggle {
    padding: 20px 15px;
	display: block;
	color: #f454cd !important;
}
.accordion-toggle.collapsed {
	color: #333 !important;
}
.panel-heading .accordion-toggle:after {
    content: "";
    float: right;
	background-image: url(../images/upArrowMagenta.png);
	background-repeat: no-repeat;
	width: 25px;
	height: 20px;
}
.panel-heading .accordion-toggle.collapsed:after {
	background-image: url(../images/downArrowBlack.png);
}
#terms-and-conditions li {
	margin-bottom: 15px;
}
/* Accordion End */
/* Contents End */

/* Desktop Class */
@media (min-width:768px) {
	html {
	  position: relative;
	  min-height: 100%;
	}
	body {
	}
	
	.footer {
	  bottom: 0;
	  width: 100%;
	  background-color: #231f20;
	}
	.footer-url {
		text-align: right;
	}
	.navbar-nav {
		margin-top: 12px;
	}
	.navbar-nav a {
		font-family: 'WorkSans-SemiBold';
		color: #f454cd;
		text-transform: uppercase;
		font-size: 23px;
	}
	.navbar-fixed-top {
		padding-top: 20px;
	}
	.navbar-default, .navbar-inverse {
		border-color: transparent;
		background-color: transparent;
	}
	.navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:focus, .navbar-default .navbar-nav &gt; .active &gt; a:hover, .navbar-inverse .navbar-nav &gt; .active &gt; a, .navbar-inverse .navbar-nav &gt; .active &gt; a:focus, .navbar-inverse .navbar-nav &gt; .active &gt; a:hover {
		color: #000000;
		background-color: transparent;
	}
	.navbar-default .navbar-nav &gt; li &gt; a, .navbar-inverse .navbar-nav &gt; li &gt; a {
		color: #f454cd;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border-color: transparent;
	}
	.odb-selector-wrapper {
		padding: 0px 60px;
	}
	.odb-contents-title h1 {
		font-size: 40px;
        margin-bottom: 15px;
	}
	.odb-signup-col-1 {
		padding-top: 25px;
	}
	.odb-signup-col-1 p {
		font-size: 30px;
		margin-bottom: -8px;
	}
	.odb-signup-col-1 h1 {
		font-size: 72px;
		color: #f454cd;
	}
	.odb-signup-plus-icon {
		position: absolute;
		top: 25%;
	}
	.odb-signup-plus-icon.left {
		right: 15px;
		transform: translate(50%, 50%);
	}
	.odb-signup-plus-icon.right {
		right: -12px;
		transform: translate(50%, 50%);
	}
	.odb-signup {
		padding: 0px 90px;
		margin-top: 10px;
	}
}
@media (min-width:768px) and (max-width:1280px) {
.odb-signup {
    padding: 0px 30px;
}
.odb-signup-wrapper {
	padding: 60px 0px 30px;
}
.odb-selector-wrapper {
    padding: 0px 0px;
}
.odb-signup-col-1 {
	padding-top: 10px;
}
}
/* Mobile Class */
@media (max-width:767px) {
	.plan-wrapper &gt; span {
		width: 100%;
		margin-top: 20px;
	}
	.main-banner {
		background-position: center bottom;
		background-size: 200% auto;
		background-repeat: no-repeat;
		background-color: #ffffff !important;
	}
	.main-banner .row &gt; div {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	.main-banner img {
		max-width: 180px;
	}
	.main-banner h1 {
		font-size: 40px;
		margin-bottom: 10px;
		line-height: 0.88;
	}
	.main-banner h3 {
		font-size: 20px;
		color: #f454cd;
		margin-top: 0px;
	}
	.odb-scroll-more {
		bottom: 30px;
		width: 100%;
	}
	.back-top {
		width:30px;
		height:30px;
		bottom: 10px;
		right: 10px;
	}
	.navbar-default, .navbar-inverse {
		border-color: transparent;
		background-color: transparent;
	}
	.navbar-default .navbar-toggle {
		display: none;
	}
	.navbar-brand {
		margin-top: 10px;
    	margin-left: 10px;
	}
	.footer {
	  background-color: #231f20;
	}
	.footer-copyright, .footer-url {
		text-align: center;
		padding-bottom: 15px;
	}
	.navbar-brand img {
		width: 150px;
	}
	/* Contents Begin */
	.accordion-toggle {
    	padding: 20px 30px 20px 5px;
	}
	.panel-heading .accordion-toggle::after {
		margin-right: -25px;
	}
	.panel-body {
		padding: 0px 0px 15px;
	}
	.odb-contents-header {
		line-height: 25px;
	}
	.odb-contents-title {
		padding: 0px 15px 0px;
	}
	.odb-contents-title h1 {
		line-height: 36px;
        margin-bottom: 10px;
	}
	.odb-table-header, .odb-table-cell {
    	padding: 5px 10px;
	}
	.odb-selector {
		padding: 0px 2px;
		margin-bottom: 15px;
	}
	.odb-signup-wrapper {
		padding: 25px 0px 15px;
    	margin-top: -25px;
	}
	.odb-signup-title h4 {
		color: #f454cd;
		display: inline-block;
		padding: 0px 15px;
	}
	.odb-signup-cta-wrapper {
		padding: 0px 0px 0px;
		position: relative;
		z-index: 10;
		margin-top: -20px;
	}
	.odb-selector-wrapper {
		padding: 0px 0px;
	}
	.odb-copy-wrapper {
		margin-top:0%;
		transform: translateY(0%);
	}
	.odb-signup-col-1 h1 {
		color: #f454cd;
		font-size: 50px;
		margin-bottom: -9px;
	}
	.odb-signup-col-1 p {
		font-size: 30px;
		margin-bottom: -10px;
	}
	.odb-signup-col-2 {
		margin-bottom: -25px;
	}
	.odb-copy-wrapper {
		text-align: center;
	}
	.odb-signup-plus-icon {
		width: 18px;
	}
	.odb-signup-plus-icon.right {
		margin-top:-20px;
	}
	/* Contents End */
}
/* Mobile Class Potrait */
@media (max-width:425px) {
    .table&gt;tbody&gt;tr&gt;td {
        width: 100%!important;
        display: block!important;
        text-align: center;
    }
    .table-contents tr td:last-child {
        padding-bottom: 40px!important;
    }
    #voice-overview {
        padding-bottom: 0!important;
    }
}



</pre></body></html>