.flex-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; /* If you want items to wrap to the next line */
}
#non-xgpon-plan-12m #plan-600mbps-non-xgpon-12m .card-header-plan-table,
#non-xgpon-plan-0m #plan-600mbps-non-xgpon-0m .card-header-plan-table {
	min-height:150px;
}
.debug {
	display:none;
	background:yellow;
	overflow:auto;
	margin:15px 0px 5px;
}
.debug:before {
	content:"FOR DEBUG PURPOSE ONLY:";
	display:block;
	font-weight:600;
}
button:hover {
	cursor:pointer;
}
.niscode-order-debug {
	margin-bottom:15px;
}
.niscode-order-debug.debug-ftth:before {
	content:"NISCODE ORDER FTTH:";
}
.niscode-order-debug.debug-ftto:before {
	content:"NISCODE ORDER FTTO:";
}
#ccw-not-covered, #ccw-selected-address, .plan, #ccw-main-title {
    display: none;
}
#ccw-apiForm {
	opacity:0;
}
#ccw-apiForm.ccw-show {
	opacity:1;
}
.ccw-result-item[data-xgpon="1"] {
/*	background:#FFA4F6;*/
}
.ccw-address-covered[data-product="FIBRE BUSINESS BROADBAND"] {
	background-color:#FFF3FE !important;
}
#ccw-widget {
	padding-left:0px;
	padding-right:0px;
}
#selected-address-title {
	max-width:800px;
	margin:0 auto;
}
.ccw-show {
    display: block !important;
}
.ccw-result-item {
	position:relative;
    margin-bottom: 0;
    padding: 15px 0;
	min-height:70px;
    background: none;
    border: none;
    text-align: left;
    width: 100%;
    border-bottom: 1px solid grey;
    cursor: pointer;
	vertical-align:middle;
}
.ccw-result-item:last-child {
    border-bottom: none;
}
.ccw-result-item:hover, #ccw-changeAddressBtn:hover {
    background-color: transparent;
}
.ccw-result-item:hover {
	color:#6015B7;
}
#ccw-changeAddressBtn {
    background: none;
    border: none;
    color: #0780A5;
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    display: inline;
	margin-top:15px;
}
.ccw-address-covered {
    text-align: center;
    padding: 20px 15px;
	max-width:900px;
	margin:20px auto;
	background:#f0fdff;
	border-radius:16px;
}
p#ccw-installation-title {
	font-size: 24px !important;
	font-weight: 600;
	margin-bottom:10px;
}
p#ccw-installation-date {
	font-size:16px !important;
}
#ccw-installation-date img {
	vertical-align:text-bottom;
	width:20px;
}
#ccw-earliest-installation-date {
	font-size: 16px;
	font-weight: 600;
}
.ccw-address-covered .ccw-address-building-name, .ccw-address-covered .ccw-address-details {
    display: block;
}
#ccw-apiForm {
	position:relative;
	margin:20px auto 0px;
	width:70%;
}
#ccw-apiForm input {
	width:100%;
/*	padding:26px 110px 10px 20px;*/
	padding:26px 55px 10px 20px !important;
	border:2px solid #474747;
	border-radius:16px;
	font-family: "Work Sans";
	font-size:20px;
}
#ccw-apiForm input:focus, #ccw-apiForm.ccw-focus.ccw-filled input {
  border: 2px solid #F454CD;
  outline: 2px solid #F454CD;
  outline-offset: 0px;
}
#ccw-apiForm label, #ccw-apiForm button {
	position:absolute;
}
#ccw-apiForm label {
    top: 50%;
    transform:translateY(-50%);
	left:20px;
	font-family: "Work Sans";
	font-size:20px;
	transition:0.3s;
	text-align:left;
}
#ccw-apiForm.ccw-focus label, #ccw-apiForm.ccw-focus.ccw-filled label {
	top:20px;
	left:20px;
	font-size:13px;
	transition:0.3s;
}
#ccw-apiForm button {
	right:15px;
	top:50%;
	transform:translateY(-50%);
}
button#ccw-clearInput {
	right:70px;
	right:15px;
	transition:0.3s;
}
#ccw-searchInputBtn {
	display:none;
}
#ccw-searchInputBtn img {
    filter: invert(100%);
}
button#ccw-clearInput:hover svg {
	opacity:0.3;
	transition:0.3s;
}
button#ccw-clearInput:after {
	content:'';
	display:block;
	display:none;
	width:1px;
	height:39px;
	background: #C9C9C9;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
}
.ccw-form-container {
	max-width:1024px;
}
#ccw-results-container {
	display:none;
	position: absolute;
    z-index: 2;
    background: white;
    left: 0;
    right: 0;
    margin: 10px auto;
    padding: 20px 15px 30px;
    box-sizing: border-box;
    max-height: 400px;
	overflow:hidden;
	border-radius:16px;
	box-shadow: 0px 0px 25px -4px rgba(0,0,0,0.55);
	-webkit-box-shadow: 0px 0px 25px -4px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 0px 25px -4px rgba(0,0,0,0.55);
}
#ccw-results {
    max-height: 350px;
	min-width:70%;
    overflow-y: auto;
    padding: 0px 15px 0px;
    box-sizing: border-box;
}
#ccw-not-covered {
	position: absolute;
    z-index: 2;
    background: white;
    left: 0;
    right: 0;
    margin: 10px auto;
    padding: 15px 20px;
	border-radius:16px;
	box-shadow: 0px 0px 25px -4px rgba(0,0,0,0.55);
	-webkit-box-shadow: 0px 0px 25px -4px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 0px 25px -4px rgba(0,0,0,0.55);
	text-align:left;
}
#ccw-not-covered span {
	display:block;
	font-size:14px;
	font-weight:400;
}
#ccw-not-covered span:first-child {
	font-size:16px;
	font-weight:600;
}
#ccw-not-covered a {
	color:#0780A5;
	font-weight:600;
	text-decoration:underline;
}
.ftto .radius-30 {
	border-radius:30px !important;
	border-color:#C9C9C9;
	margin:5px;
}
.ccw-best-seller > div.card-plan {
	background-color: #FFF3FE !important;
    border-radius: 30px;
    border: 3px solid #6015B7;
}
.ftto .ccw-best-seller > div.card-plan {
    border: 3px solid #000;
}
.ftto .ccw-best-seller .best-seller-label p {
	color:#DDAEFF;
}
.ftto .ccw-best-seller .best-seller-label {
	background-color:#C16FFB;
}
.ftto .ccw-best-seller.ccw-highlight > div.card-plan {
	background-color:#6015B7 !important;
}
.ftto .ccw-best-seller.ccw-highlight h4, .ftto .ccw-best-seller.ccw-highlight .best-seller-label p, .ftto .ccw-best-seller.ccw-highlight p {
	color:#fff;
}
.rbd .ftto .card-plan {
    border: 2px solid #C16FFB !important;
}
.rbd .ftto .text-12 {
    font-size: 12px !important;
}
.rbd .ftto .text-14 {
    font-size: 14px !important;
}
.text-black-4 {
    color:#474747 !important;
}
.bg-light-purple {
    background-color: #FFF3FE;
}
.fade-in-bottom {
  /* Initial state of the element before animation */
  opacity: 0;
  z-index:11;
  position:relative;
  transform: translateY(20px);
  animation: fadeInBottom 0.2s ease 0.2s forwards;
}

@keyframes fadeInBottom {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-out-bottom {
  opacity: 1;
  z-index:10;
  pointer-events: none;
  transform: translateY(0px);
  animation: fadeOutBottom 0.2s ease 0s forwards;
}
@keyframes fadeOutBottom {
  from {
    opacity: 1;
    position: relative;
    transform: translateY(0px);
  }
  to {
    opacity: 0;
    position: absolute;
    transform: translateY(20px);
  }
}
/** Speed boost **/
#speedboost {
	display:none;
}
#speedboost > div > div {
	background-color:#C16FFB;
	color:#fff;
	border-radius:16px;
	padding: 5px 15px 5px 15px;
	margin:20px auto 10px;
}
#speedboost .boost-icon {
	margin-top:-10px;
	margin-right:0px;
}
.boost-text {
	display:inline-block;
}
#speed-boost-learn-more {
	margin-left:30px;
	cursor:pointer;
}
#speed-boost-learn-more:hover {
	filter:invert(100%);
	transition:0.3s;
}
#speed-boost-learn-more img {
	margin-left:-10px;
	margin-right:-10px;
}
@media (max-width:767px) {
	#speedboost {
		padding:0px 0px;
	}
	#speedboost > div > div {
		padding: 8px 0px 8px 0px;
		margin-bottom:0px;
	}
	#speedboost .boost-icon {
		margin-top: 0px;
		margin-left:-22px;
		vertical-align:middle;
	}
	.boost-text {
		width: 70%;
		text-align: left;
		vertical-align:middle;
	}
	#speed-boost-learn-more {
		margin-left: 0px;
	}
}
/** Speed boost **/
/** Responsive **/
@media (max-width:1024px) {
	#ccw-apiForm label {
		font-size: 18px;
		padding-right: 110px;
	}
	#ccw-apiForm.ccw-focus label, #ccw-apiForm.ccw-focus.ccw-filled label {
		top: 23px;
		font-size: 14px;
	}
	.rbd .ftto.plan .col-sm-6 {
		max-width:50%;
	}
	.ftto .radius-30 {
		margin: 0px;
	}
	.ftto .card-header {
		min-height:190px;
	}
	.ftto.plan {
		padding:0px 10px;
	}
	.ftto.plan > .row {
		margin-top:0px !important;
	}
}
@media (min-width: 768px) and (max-width:1024px) {
	#plan-600mbps-xgpon-24m::before {
		top: 35px !important;
		left: 40px !important;
	}
	#plan-1gbps-xgpon-24m::before, #plan-1gbps-non-xgpon-24m::before, #plan-600mbps-non-xgpon-24m::before {
		top: 35px !important;
		left: 40px !important;
	}	
}
@media (max-width:767px) {
	#ccw-apiForm {
		width:100%;
	}
	#ccw-apiForm input {
		padding:25px 55px 13px 20px;
	}
	#ccw-apiForm label {
		padding-right:0px;
		font-size: 18px;
	}
	#ccw-apiForm.ccw-focus label, #ccw-apiForm.ccw-focus.ccw-filled label {
		top: 18px;
		font-size: 13px;
	}
	#ccw-widget {
		padding-left:15px;
		padding-right:15px;
	}
	p#ccw-installation-title {
		font-size:18px !important;
		margin-bottom:15px;
	}
	p#ccw-installation-date {
		font-size:14px !important;
	}
	#ccw-earliest-installation-date {
		font-size:14px !important;
		display:block;
	}
	#ccw-seach-address {
		padding-left:10px;
		padding-right:10px;
	}
	.ccw-form-container {
		padding-left:0px;
		padding-right:0px;
	}
	#ccw-results-container {
		margin: 10px auto;
	}
	#ccw-not-covered {
	}
	#ccw-not-covered span:first-child {
		margin-bottom:10px;
	}
	#plan-600mbps-xgpon-24m::before {
		top: 15px !important;
		left: 40px !important;
	}
	#plan-1gbps-xgpon-24m::before, #plan-1gbps-non-xgpon-24m::before, #plan-600mbps-non-xgpon-24m::before {
		top: 25px !important;
		left: 40px !important;
	}
}
@media (max-width:320px) {
	#ccw-results-container {
	}
	#ccw-apiForm label {
		font-size: 12px;
	}
	#ccw-apiForm.ccw-focus label, #ccw-apiForm.ccw-focus.ccw-filled label {
		top: 23px;
		font-size: 9px;
	}
}

/* Plant table style */
.text-dark-pink {
    color: #AA0FA3 !important;
}
.text-dark-purple {
	color: #6015B7;
}
.text-primary-purple {
	color: #C16FFB;
}
.text-primary-pink {
	color: #F454CD;
}
.text-yellow {
	color:#FFDC2E;
}
a p.hover-pink:hover {
    text-decoration: underline !important;
    color: #F454CD !important;
}

.shadow-card-1 {
    box-shadow: 0px -30px 20px -20px #EDEDED, 0px 30px 20px -20px #EDEDED, -10px 0px 10px 0px #EDEDED;
}

.shadow-card-2 {
    box-shadow: 0px -30px 20px -20px #EDEDED, 0px 30px 20px -20px #EDEDED, 8px 0px 10px 0px #EDEDED, -8px 0px 10px 0px #EDEDED;
    z-index: 1;
}

.shadow-card-3 {
    box-shadow: 35px -30px 30px -20px #EDEDED, 35px 30px 30px -20px #EDEDED, -10px 0px 10px 0px #EDEDED;
}

.shadow-card-4 {
    box-shadow: 0px -30px 20px -20px #EDEDED, 0px 30px 20px -20px #EDEDED, 10px 0px 10px 0px #EDEDED;
}


.yellow-rounded {
    position: absolute;
    left: 50%;
	transform:translateX(-50%);
    bottom: 163px;
	text-align: center;
    white-space: nowrap;
}

.best-seller-label {
    height: 34px;
    background-color: #6015B7;
    border-top-right-radius: 23px;
    border-bottom-left-radius: 30px;
    position: absolute;
    top: 0;
    right: 0;
}

.text-30-plan-table{
    font-size: 30px !important;
}

.text-what{
    font-size: 16px;
}

.sign-up-box{
    padding-top: 10px;
}

@media (max-width: 765px) {

    .card-header-plan-table {
        min-height: 100px !important;
    }

    .radius-30{
        border-radius: 30px !important;
    }

    .shadow-card-1 {
        box-shadow: 0px -30px 20px -20px #EDEDED, 0px 30px 20px -20px #EDEDED, 8px 0px 10px 0px #EDEDED, -8px 0px 10px 0px #EDEDED;
    }

    .shadow-card-2 {
        box-shadow: 0px -30px 20px -20px #EDEDED, 0px 30px 20px -20px #EDEDED, 8px 0px 10px 0px #EDEDED, -8px 0px 10px 0px #EDEDED;
    }

    .shadow-card-3 {
        box-shadow: 0px -30px 20px -20px #EDEDED, 0px 30px 20px -20px #EDEDED, 8px 0px 10px 0px #EDEDED, -8px 0px 10px 0px #EDEDED;
    }

    .shadow-card-4 {
        box-shadow: 0px -30px 20px -20px #EDEDED, 0px 30px 20px -20px #EDEDED, 8px 0px 10px 0px #EDEDED, -8px 0px 10px 0px #EDEDED;
    }

    .mh-auto {
        min-height: auto !important;
    }

    .text-what{
        font-size: 16px;
    }

    .yellow-rounded {
        left: 50% !important;
    }

    .card-body-mt-20{
        margin-top: 20px !important;
    }


}

@media (min-width: 766px) and (max-width: 1199px) {

    .card.card-plan {
        border-radius: 30px !important;
    }

    .radius-30{
        border-radius: 30px !important;
    }

    .text-what{
        font-size: 16px;
    }

    .yellow-rounded {
        left: 33% !important;
    }

    .shadow-card-1 {
        box-shadow: 0px -30px 20px -20px #EDEDED, 0px 30px 20px -20px #EDEDED, 8px 0px 10px 0px #EDEDED, -8px 0px 10px 0px #EDEDED;
    }

    .shadow-card-2 {
        box-shadow: 0px -30px 20px -20px #EDEDED, 0px 30px 20px -20px #EDEDED, 8px 0px 10px 0px #EDEDED, -8px 0px 10px 0px #EDEDED;
    }

    .shadow-card-3 {
        box-shadow: 0px -30px 20px -20px #EDEDED, 0px 30px 20px -20px #EDEDED, 8px 0px 10px 0px #EDEDED, -8px 0px 10px 0px #EDEDED;
    }

    .shadow-card-4 {
        box-shadow: 0px -30px 20px -20px #EDEDED, 0px 30px 20px -20px #EDEDED, 8px 0px 10px 0px #EDEDED, -8px 0px 10px 0px #EDEDED;
    }

}
/* 12m */
#ccw-widget {
    padding-bottom:0px;
    margin-bottom:0px;
}
#master-toggle {
    margin-top:20px !important;
    text-align:center;
}
.rbd .card-plan {
    border:1px solid #E5E5E5 !important;
    border-radius:30px !important;
    margin:0px 5px;
    box-shadow:none;
}
.rbd  .card-plan.highlight-special {
    background-color: #FFF3FE !important;
    border: 3px solid #6015B7 !important;
}
.ctPlanName {
    font-size:18px !important;
}
.sign-up-box {
    background: 0px;
	font-family: 'worksans-semibold', sans-serif !important;
	border-top:2px solid #C9C9C9;
	border-top-style: dotted;
}
.sign-up-box img {
    width:50px;
}
.sign-up-box > .mx-auto {
    margin:10px auto 0px !important;
}
#ccw-widget .card-footer {
    margin-bottom: 0px !important;
    padding-bottom: 5px !important;
	margin-top:0px;
}
.toggle-container {
    position: relative;
    display: inline-flex;
    justify-content: center;
    padding: 3px;
    box-sizing: border-box;
    align-items: center;
    background: #F8F8F8;
    border-radius: 16px;
}
.toggle-option {
    position: relative;
    padding: 10px 15px 3px;
    cursor: pointer;
    box-sizing: border-box;
    min-width: 157px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity:0.5;
    transition:0.3s;
}
@media (max-width:767px) {
	.toggle-option {
		min-width:auto;
	}
	#master-toggle {
		margin-bottom: 20px;
	}
	.font-size-11-viu{
		font-size: 12px !important;
	}
}
.toggle-option span {
    padding:3px 5px;
}
.toggle-option span.afterBefore {
    padding:3px 5px;
	padding-left: 0px !important;
	display: inline-flex;
	vertical-align: text-bottom;
	line-height: 1.3;
}
.toggle-option span+span {
    padding:0px 5px 5px;
}
.highlight {
    position: absolute;
    height: 0;
    width: 0;
    border: 2px solid #AA0FA3;
    box-sizing: border-box;
    pointer-events: none;
    transition: all 0.5s ease;
    transform-origin: center;
    animation: none;
    border-radius: 15px;
}
.toggle-option.ccw-active {
    color: #AA0FA3;
    opacity:1;
    transition:0.3s;
	background-color:#fff;
	border-radius:15px;
}
#xgpon-plan-24m .card-body>div>.mh-auto {
	min-height:167px !important;
}
#xgpon-plan-24m #plan-600mbps-xgpon-24m .card-body>div>.mh-auto {
	min-height:175px !important;
}
#xgpon-plan-24m #plan-600mbps-xgpon-24m .card-footer {
	padding-top:0px !important;
}
@keyframes zoomInHighlight {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
        min-height:63.6px;
    }
}

.rbd  .card-plan.highlight-special .text-30-plan-table {
    font-size:30px !important;
}
.plan-12m .card-header-plan-table, .plan-0m .card-header-plan-table {
    min-height:90px !important;
}
.plan-12m .card-body, .plan-0m .card-body {
    margin-top:10px !important;
}
.plan-12m .sign-up-box {
    border:0px;
}
.plan-12m .sign-up-box .mt-auto {
    display:none !important;
}
.plan-12m .card-footer, .plan-0m .card-footer {
    margin-top:0px !important;
}
.plan-0m .sign-up-box > .mx-auto {
    margin:10px 0px 5px !important;
    width:100%;
}
.yellow-band {
	font-family: 'worksans-semibold', sans-serif !important;
	background: #FFDD59;
	font-size: 12px;
	border-radius: 8px;
	padding: 0.25rem 0.5rem !important;
	display: inline-block;
	margin-bottom: 3px !important;
}
#ccw-widget .highlight-special .card-footer {
	margin-top:0px !important;
}
.content-container {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    min-height: 150px;
}

.content-container .content {
    display: none;
    opacity: 0;
    padding: 0px;
    margin-top: 0px;
    transition: opacity 0.7s ease, transform 0.7s ease;
    transform: translateY(20px);
    width: 100%;
}
.content-container .content > .mt-4 {
    margin-top:0px !important;
}

.fadein-btm {
    display: block !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
    animation: fadeInFromBottom 0.7s forwards !important;
}

@keyframes fadeInFromBottom {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.zoom-in-highlight {
    animation: zoomInHighlight 0.5s forwards !important;
}
/* WiFi 7 */
#plan-1gbps-xgpon-24m:before, 
#plan-600mbps-xgpon-24m:before,
#plan-1gbps-non-xgpon-24m:before, 
#plan-600mbps-non-xgpon-24m:before {
	content:'';
	display:block;
	position:absolute;
	left:25px;
	top:39px;
	background-image:url('/wp-content/uploads/assets/images/icons/icon-wifi-7-gradient.svg');
	background-size:100% auto;
	background-repeat:no-repeat;
	background-position:center center;
	pointer-events:none;
	width:45px;
	height:22px;
	z-index:10;
}
#plan1 .card-header > .mt-4,
#plan2 .card-header > .mt-4{
	margin-top:2rem !important;
}
#master-toggle .toggle-option[data-contract="24"] .wifi-7-tab-logo::after {
	content: '';
	display: inline-block;
	background-image: url('/wp-content/uploads/assets/images/icons/icon-wifi-7-solid.svg');
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	pointer-events: none;
	width: 33px;
	height: 16px;
	margin-left: 5px;
	vertical-align: text-bottom;
	filter: brightness(0) invert(0);
	opacity: 0.5;
}
#master-toggle .toggle-option[data-contract="24"] .before:after {
	content:'';
	display:inline-block;
	background-image:url('/wp-content/uploads/assets/images/icons/viu-logo.svg');
	background-size:100% auto;
	background-repeat:no-repeat;
	background-position:center center;
	pointer-events:none;
	width:44px;
	height:16px;
	margin-left:3px;
	margin-right:3px;
	vertical-align:text-bottom;
	filter: brightness(0) invert(0);
	opacity:0.5;
}
#master-toggle .toggle-option[data-contract="24"] span.small.before,
#master-toggle .toggle-option[data-contract="24"] span.small.before+span.afterBefore {
	padding:0 0 0 0 !important;
}
#master-toggle .toggle-option[data-contract="24"].ccw-active .small:after {
	filter: none;
	opacity:1;
}

.ccw-tooltip-container {
	position: relative;
	display: inline-block;
	cursor: pointer;
	font-size:12px;
	font-family: 'worksans-semibold', sans-serif !important;
}
.ccw-info {
	padding:10px 0px 15px;
	color:#f454cd !important;
}
.ccw-info:hover {
	padding:10px 0px 15px;
	color:#aa0fa3 !important;
}
.ccw-tooltip-container .ccw-tooltip-content {
	visibility: hidden;
	width: 250px;
	background-color: #fff;
	color: #000;
	text-align: left;
	border-radius: 8px;
	padding: 20px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	position: absolute;
	z-index: 1;
	top: 130%; /* Position below the text */
	left: 36%;
	transform: translateX(-50%); /* Center the tooltip */
	opacity: 0;
	transition: opacity 0.3s;
	margin-top:10px;
}

.ccw-tooltip-container:hover .ccw-tooltip-content,
.ccw-tooltip-container .ccw-tooltip-content:hover {
	visibility: visible;
	opacity: 1;
}

.ccw-tooltip-container .ccw-tooltip-content::after {
	content: "";
	position: absolute;
	bottom: 100%; /* At the top of the tooltip */
	left: 29.5%;
	transform: translateX(-50%);
	border-width: 10px;
	border-style: solid;
	border-color: transparent transparent #fff transparent;
}

.ccw-tooltip-content h5 {
	font-size: 12px;
	font-family: 'worksans-semibold', sans-serif !important;
	margin-bottom: 0.5rem;
}

.ccw-tooltip-content p {
	font-family: "Work Sans";
	font-size: 12px;
}

.ccw-tooltip-link {
	font-family: 'worksans-semibold', sans-serif !important;
	font-size: 12px;
	color: #0780A5 !important;
	text-decoration: underline;
}

.ccw-tooltip-link:hover {
	color: #0056b3;
	text-decoration: underline !important;
}

.viu-logo::before {
	content: "";
	display: block;
	background-image: url('/wp-content/uploads/assets/images/icons/viu-logo-big.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 62px;
	height: 20px;
	margin-left: 2px;
	margin-right: 2px;
  }
@media (min-width:1200px) {
	#presub .card-body {
		margin-top: -65px !important;
		margin-left: 50%;
		width: 50%;
		margin-bottom: -20px;
		z-index: 10;
	}
}
.mh-footer-bottom{
	min-height: 130px;
}
@media (max-width:767px) {
	.mh-footer-bottom{
		min-height: 0px;
	}
}
@media (min-width:768px) and (max-width:1024px) {
	.mh-footer-bottom{
		min-height: 133px;
	}
}