@charset "UTF-8";


@font-face {
    font-family: 'tele-neo-var';
    src: url('/c/binaries/content/assets/lp/common/fonts/teleneo-variable-web-upright.woff2') format('woff2'),
         url('/c/binaries/content/assets/lp/common/fonts/teleneo-variable-web-upright.woff') format('woff');
    font-weight: 250 400 500 550 655 700 800 ;
    font-style: normal;

}




.channel-html .section.main-con-lqt {
	background: #e20074;
}
.channel-html .section.main-con-lqt .section-content {
	display: flex;
	justify-content: space-between;
}
.channel-html .section.main-con-lqt .section-content .logo {
	position: relative;
	left:-25px;
}



.channel-html .section.main-con-lqt .client-switcher  {
    display: flex;
    justify-content: flex-end;
    align-items: center; 
    margin:0;
}
.channel-html .section.main-con-lqt .client-switcher .cs {
    font-size: 20px;
    font-weight: 400;
    margin-right: 15px;
    color:white;
}
.channel-html .section.main-con-lqt .client-switcher .switcher-holder {
    padding: 3px;
    border-radius: 999px;
    background:white;
    color:white;
    white-space: nowrap;
    margin:0;
}
.channel-html .section.main-con-lqt .client-switcher .switcher-holder .item {
    font-size: 14px; 
    font-weight: 400;
    border-radius: 999px;
    line-height: 40px;
    display: inline-block;
    padding:0 15px;
    text-decoration: none;
}
.channel-html .section.main-con-lqt .client-switcher .switcher-holder .item.black {
    background: black;
    color:white;
}
.channel-html .section.main-con-lqt .client-switcher .switcher-holder .item.black.active {
    background: #828282;
    color:white;
    cursor: default;
}
.channel-html .section.main-con-lqt .client-switcher .switcher-holder .item.black:hover {
    background: #626262;
}
.channel-html .section.main-con-lqt .client-switcher .switcher-holder .item.mag {
    background: #e20074;
    color:white;
}
.channel-html .section.main-con-lqt .client-switcher .switcher-holder .item.mag.active {
    background: #FF69B6;
    color:white;
    cursor: default;
}
.channel-html .section.main-con-lqt .client-switcher .switcher-holder .item.mag:hover {
    background: #FF3FA1;
}
.channel-html .section.main-con-lqt .client-switcher .switcher-holder .item:focus-visible {
    outline: 4px solid #0076df;
    outline-offset: -2px;
}


.btn.big {
  font-size: 20px;
  line-height: 22px;
  padding: 20px 32px;
}

.btn {
    background: #e20074;
    color: #fff;
    font-size: 16px;
    font-weight: 655;
    line-break: 20px;
    height: auto;
    line-height: auto;
    padding: 10px 19px;
    border-radius: 999px !important;
    text-align: center;
    text-decoration: none !important;
    white-space: nowrap;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    border:1px solid transparent; 
    font-family: 'tele-neo-var'
}


.btn:focus {
  outline: 2px solid black;
  outline-offset: 2px;
  top: -2px;
  left: -2px;
}