/*-------------------
        Fonts
-------------------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html,
body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
}
* {
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
}
#section-1 {
    background-color: #fff !important;
    padding-top: 55px;
    padding-bottom: 60px;
}
p {
    margin: 0 0 10px;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.hq-inner-wrap {
    height: 100%;
    width: 100%;
    display: table;
}
.hq-inner-wrap-c {
    display: table-cell;
    vertical-align: middle;
}
a,
a:hover,
a:focus {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}

a.highlighted,
a.highlighted:hover,
a.highlighted:focus {
    color: #1b6d85;
    text-decoration: underline;
}
html {
    background-color: #fff;
}
header .header-wrap {
    background-image: url("/assets/brands/mn/images/header-bg.jpg");
    background-position: top center;
    background-size: cover;
    color: #fff;
    font-weight: 900;
    padding: 120px 0;
    text-align: center;
}
header .header-wrap .title {
    font-size: 57px;
    line-height: 58px;
}
header .header-wrap .header-btn {
    background-color: #8e4fa2;
    display: block;
    font-size: 21px;
    margin: 20px auto 0;
    padding: 20px 0;
    text-transform: uppercase;
    width: 300px;
}
.navbar-default {
    background-color: #fff;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}
.navbar-default .navbar-brand {
    padding: 3px 0 0 0;
}
ul.nav li {
    border-bottom: 4px transparent solid;
}
ul.nav li.selected {
    border-color: #8e4fa2;
}
.navbar-brand > img {
    width: 102px;
}
.knc-section-split {
    display: block;
    margin: 20px auto 0;
    max-width: 400px;
    width: 100%;
}
footer {
    background-color: #ebebeb;
    color: #626262;
    padding: 100px 0;
}
footer img {
    margin-bottom: 30px;
    width: 160px;
}
footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer ul li {
    margin: 0;
    padding: 0;
}
footer a,
footer a:hover,
footer a:focus {
    color: inherit;
}

.knc-section {
    padding: 80px 0;
}
.knc-section.privacy,
.knc-section.terms,
.knc-section.about {
    padding: 40px 0;
}
.knc-section .title,
.knc-section-1 .title h1 {
    color: #ff516e;
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 20px;
}
.knc-section .description {
    font-weight: 300;
}
.knc-section-1 .flex {
    background-color: transparent;
}
.knc-section-1 img {
    display: block;
    margin: auto;
    max-width: 100%;
}
.knc-section-1 .description {
    font-weight: 400;
}
.knc-section-2 {
    background-color: #ebebeb;
    text-align: center;
}
.knc-section-2 .title,
.contact-section .title {
    color: #000 !important;
}
.knc-section-2 .item-wrap {
    background-color: #fff;
}
.knc-section-2 .item-wrap img {
    display: block;
    width: 100%;
}
.knc-section-2 .item-wrap .info {
    font-weight: 600;
    padding: 20px 15px;
}
.knc-section-2 .overlap-btn {
    color: #fff;
    display: block;
    font-size: 19px;
    margin-bottom: -45px;
    margin-top: 30px;
    padding: 20px 15px;
    text-transform: uppercase;
}
.contact-pp-section {
    display: block;
    font-weight: 600;
    margin: 20px auto;
}
.contact-section {
    text-align: center;
}
.contact-section .description {
    font-weight: 600;
    margin-bottom: 20px;
}
.contact-section ul.tip-list {
    margin-top: 20px;
    text-align: left;
}
.contact-section ul.tip-list li {
    margin-bottom: 10px;
}
#msisdn-stop-form .form-control {
    border: 1px #959595 solid;
    border-radius: 3px;
}
#msisdn-stop-form input[type="submit"] {
    background-color: #8e4fa2;
    border: 0;
    color: #fff;
    display: block;
    font-weight: 600;
    height: 50px;
    margin: auto;
    width: 150px;
}
::placeholder {
    color: #d1d2e8;
}
#msisdn-stop-form input[type="submit"] {
    font-size: 16px;
    text-transform: uppercase;
}
.desktop-only {
    display: block;
}
.mobile-only {
    display: none;
}

#recaptchapopup {
    display: flex;
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(119, 117, 117, 0.639);
    align-items: center;
    justify-content: center;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 999;
}

.recaptchacontainer {
    padding: 30px;
    background: #fff;
    border-radius: 10px;
}

.recaptchacontainer h3 {
    font-size: 20px;
    color: #646464;
    font-weight: 300;
}

/* Custom XL Devices, Wide Screens */
@media only screen and (max-width: 1500px) {
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
    .knc-section-contact .form-wrap .form-title,
    .knc-section-contact .info-col .form-title {
        font-size: 20px;
    }
    .knc-section {
        text-align: center;
    }
    .knc-section-contact .info-col {
        padding: 20px 15px;
    }
    .knc-section-contact .info-col .icon {
        margin-right: 15px;
    }
    #section-2 {
        background-position: right -130px top !important;
        padding: 5em 0 !important;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .desktop-only {
        display: none !important;
    }
    .mobile-only {
        display: block;
    }
    .container-fluid > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container > .navbar-header {
        padding-left: 15px;
        padding-right: 15px;
    }
    .row-eq-height {
        display: block;
    }
    .hq-inner-wrap,
    .hq-inner-wrap-c {
        display: block;
    }
    header .header-wrap {
        padding: 80px 0;
    }
    header .header-wrap .title {
        font-size: 38px;
    }
    #section-1 {
        padding-bottom: 20px;
    }
    .knc-section-1 .title h1 {
        font-size: 24px;
    }
    .knc-section-1 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .knc-section-2 .item-wrap {
        margin-bottom: 25px;
    }
    .knc-section-2 .overlap-btn {
        margin-bottom: -20px;
        margin-left: -15px;
        margin-right: -15px;
    }
    #knc-contact-form .form-group .sm-p:nth-child(1),
    #knc-contact-form .form-group .sm-p:nth-child(2) {
        padding-left: 15px;
        padding-right: 15px;
    }
    #section-2 {
        background-position: bottom !important;
        padding: 4em 0 100vw !important;
    }

    .knc-section-contact {
        padding-top: 40px;
    }
    #knc-contact_full_name,
    #knc-contact_mobile {
        margin-bottom: 15px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
}
* {
    font-family: "Rubik", sans-serif !important;
    font-weight: normal;
    color: #fff;
    font-size: 14px;
    line-height: 1.42857143;
}
.terms-btn {
    background-color: #372673;
    color: #fff;
    cursor: pointer;
    display: block;
    font-weight: 700;
    padding: 20px 0;
    text-align: center;
    border-radius: 10px;
}
.terms-btn.selected {
    background-color: #7365ab;
    color: #fff;
}
#terms {
    background-color: #080847;
    padding-top: 2em;
}
.terms * {
    color: #fff;
}
nav {
    padding: 1em 0 1.2em 0;
    background: white;
    color: black;
}
nav .container {
    display: flex;
}
nav .container .side_nav {
    width: 50%;
    display: flex;
    justify-content: end;
}
nav .container .middle_nav {
    width: 50%;
    display: flex;
    justify-content: start;
}
nav .container .middle_nav .logo img {
    max-width: 200px;
}
nav .container .side_nav img {
    max-width: 30px;
}
nav .side_nav ul {
    padding: 0;
    margin: 0;
}
nav .side_nav ul li {
    display: inline-block;
    text-decoration: none;
    list-style: none;
}
nav .side_nav ul li a {
    color: #000;
    padding: 0.5em;
}
header {
    background: #37227f;
    text-align: center;
}
header.index {
    background-color: #0f287a;
    background-image: linear-gradient(rgba(0, 0, 0, 0) 0 50%, #3257cc 50% 100%);

    position: relative;
}
header .bg-split,
header .header-content {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1000;
}
header .bg-split-1 {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0f287a+0,0f287a+50,1b3690+51,1b3690+100 */
    background: rgb(15, 40, 122); /* Old browsers */
    background: -moz-linear-gradient(-25deg, #251473 0%, #251473 50%, #36288a 50%, #36288a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        -25deg,
        #251473 0%,
        #251473 50%,
        #36288a 50%,
        #36288a 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        115deg,
        #251473 0%,
        #251473 50%,
        #36288a 50%,
        #36288a 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f287a', endColorstr='#1b3690',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
header .bg-split-2 {
    background-color: #4937b2;

    top: 50%;
}
header .header-content {
    position: inherit;
}

header .container {
    width: 100%;
    max-width: 1080px;
}
.w30 {
    width: 30%;
}
.w40 {
    width: 40%;
}
.w45 {
    width: 45%;
}
.w50 {
    width: 50%;
}
.w55 {
    width: 55%;
}
.w60 {
    width: 60%;
}
.w70 {
    width: 70%;
}
.mt-20 {
    margin-top: 20px;
}
.mt-20 .row {
    align-items: center;
}
header .title {
    margin: 40px 0 35px;
    font-weight: 800;
    font-size: 3.6em;
    line-height: 55px;
    text-align: left;
    width: 90%;
}
.hero-padding {
    padding: 100px 0;;
}
header .mobile {
    max-width: 240px;
}
.one_click {
    display: block;
    margin: 0 auto;
    padding: 0 15px 60px 15px;
    text-align: left;
}
.one_click p {
    font-size: 16px;
    margin: 0;
}
.tleft {
    text-align: left;
}
.tright {
    text-align: right;
}
header .btn {
    padding: 0.8em 2em;
    min-width: 200px;
}
.btn {
    font-size: 1.2em;
}
.btn-orange {
    background-color: #e755c6;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
}
.ellipse {
    width: 100%;
    max-width: 550px;
    margin-bottom: 2em;
}

.ellipse_parent h3 {
    font-size: 1.4em;
    font-weight: 600;
    margin-top: 0;
}
.ellipse_parent p {
    font-size: 14px;
    font-weight: 300;
}
.flex {
    display: flex;
    justify-content: center;
}
.flex-box {
    margin: 1%;
    background: #b926a9;
    border-radius: 10px;
    overflow: hidden;
    color: #fff;
}
.flex_text {
    padding: 1em;
}
.flex-box h2 {
    margin: 0.2em 0;
    font-size: 1.3em;
    font-weight: 700;
}
.flex-box p {
    font-weight: 200;
    font-size: 0.9em;
}
.knc-section .title,
.knc-section-1 .title h1 {
    color: #0f287a;
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 20px;
}
.knc-section-1 {
    background-color: #fff;
}
.knc-section-1 .title h1 {
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 0;
}
.knc-section-1 .title h3 {
    margin-top: 5px;
    margin-bottom: 0;
    color: #3054c6;
}
.knc-section-1 .title h1,
#section-1 .title {
    color: #0f287a;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}
#section-1 .btn {
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0.5em;
    padding: 5px 15px;
}
#section-2 {
    background-image: url("/assets/brands/knc/images/section-2-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 80px 0;
}

.pride_text {
    color: #fff;
    text-align: left;
    width: 50%;
}
.pride_text p {
    font-weight: 200;
    margin-top: 20px;
}
.pride_text .main {
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1.2em;
}

#contact {
    background: #1b0e53;
    color: #fff;
    padding: 60px 0 80px 0;
}
main#contact.curved {
    padding-top: 0;
}
#contact .container {
    max-width: 850px;
}
#contact p {
    font-size: 14px;
}
#contact .col-xs-6 {
    padding: 0;
}
#contact form {
    max-width: 600px;
    display: block;
    margin: 1em auto;
}
#contact input,
#contact select,
#contact .select2-container,
#contact textarea {
    color: #b4a9ec;
    background: #453195;
    border-radius: 20px;
    padding: 13px 20px;
    margin: 0.25em;
    border: none;
    width: calc(100% - 0.5em);
    font-size: 0.9em;
}

#contact .select2-container {
    padding: 9px 20px 8px;
    margin-bottom: 15px;
}
.select2-container--default .select2-selection--single {
    background: transparent !important;
    border: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px !important;
}
.select2-results__option--selectable {
    color: #000;
}
.select2-results__option--selectable + .select2-results__option--selectable {
    border-top: 1px #bbb solid;
}
#select2-reason-container {
    color: #b4a9ec;
    padding: 0;
}
#contact p.helpline {
    margin-bottom: 0;
    color: #e7e0ff;
}
#contact .back {
    position: absolute;
    top: 0;
    left: 0;
}
#contact .page-title,
#terms .page-title {
    font-size: 28px;
    font-weight: 800;
    padding-top: 5px;
    padding-bottom: 15px;
    text-align: center;
}
#terms .page-title {
    padding-right: 0;
}
#contact .page-title a,
#terms .page-title a {
    float: left;
    margin-top: 1px;
    margin-right: 10px;
}
#contact .page-title svg,
#terms .page-title svg {
    fill: #fff;
    height: 40px;
    width: 40px;
}
#contact input[type="submit"] {
    background-image: linear-gradient(#ff565c, #ff4b85);
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 1.1em;
    font-weight: 600;
    margin: 0.8em auto;
    padding: 15px 12px;
    width: 240px;
}
#contact .form-group {
    margin-bottom: 0;
}
footer {
    padding: 3em 0 5em 0;
    background-color: #261572;
    color: #fff;
    font-size: 0.9em;
}
footer a,
footer a:hover {
    color: #fff;
}
footer img {
    margin-bottom: 0.5em;
}
footer ul {
    margin-top: 10px;
    padding: 0;
}
footer ul li {
    border-left: 1px #fff solid;
    display: block;
    float: left;
    padding: 0 10px;
}
footer ul li:first-of-type {
    border: 0;
    padding-left: 0;
}
footer a {
    display: block;
}
.clear {
    clear: both;
}

.more .col {
    padding-right: 1%;
}
.mobile.mobile-only {
    display: none;
}
.mobile-only {
    display: none;
}

.login-btn {
    margin-left: 20px;
    background-color: #f1f1f1;
    color: black;
    font-weight: bold;
    border-radius: 50px;
}

.login-btn a {
    display: block;
    color: black !important;
    font-weight: bold;
    padding: 10px 20px !important;
}

li.trial-btn {
    background-color: #e755c7;
    border-radius: 50px;
    margin-left: 20px;
}

.trial-btn a {
    display: block;
    font-weight: bold;
    padding: 10px 20px !important;
}

.section-1-image, .section-2-image {
    max-width: 220px !important;
}

#section-1 .subtitle {
    color: #000;
}

.knc-section-1 .title h1, #section-1 .title {
    text-align: left;
    color: #000;
    font-weight: 500;
    font-size: 35px;
    margin-top: 20px;
    margin-bottom: 10px;
}

#section-1, #section-3 {
    background-color: #efeffe !important;
}

#section-3 * {
    color: #000;
}

.sign-up-card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.card-sect-1 {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #1c1c70;
    border-radius: 10px;
    padding: 20px;
}

.card-sect-1 b {
    color: #fff !important;
    font-size: 20px;
}

.card-sect-1 p {
    color: #fff !important;
}

.card-sect-2 {
    width: 40%;
}

.card-sect-3 {
    width: 30%;
}

.knc-section-2 .title h1, #section-2 .title {
    text-align: left;
    color: #f65bc2;
}

#section-2 * {
    text-align: left;
}

#section-2 {
    background-image: none;
    background-color: #1c1c70;
}

.tick-bullets {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tick-bullet {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 10px;
}

.tick-bullet img {
    width: 5%;
}

.tick-bullet span {
    width: 95%;
}

#section-1 .tick-bullet span {
    color: #000;
}

#section-2 .tick-bullet img {
    filter: invert(1);
}

@media only screen and (max-width: 768px) {
    .desktop-only {
        display: none;
    }
    nav .container {
        display: block;
        padding: 0;
    }
    nav .container .middle_nav {
        width: 100%;
        text-align: center !important;
    }
    nav .container .side_nav {
        width: 100%;
        display: flex;
        flex-direction: row;
        margin: 0 auto;
    }
    nav .side_nav ul {
        position: relative;
        top: 0;
        margin: 1em;
        display: flex;
        height: 40px;
        width: 100%;
        align-items: center;
    }
    .login-btn {
        margin: 0;
    }
    nav .side_nav ul li a {
        border-radius: 5px;
        display: block;
        transition: all ease 0.5s;
        width: 100%;
    }
    nav .side_nav ul li:nth-child(1) {
        display: none;   
    }
    nav .side_nav ul li a:hover,
    nav .side_nav ul li a:focus,
    nav .side_nav ul li a:active {
        background: #543f96;
    }
    nav ul li {
        width: 49%;
        text-align: center;
    }
    nav .container .middle_nav .logo img {
        max-width: 50%;
    }
    nav .mobile-only {
        float: right;
    }
    nav .mobile-only img {
        width: 40px;
    }
    nav .container .middle_nav {
        text-align: left;
    }
    .mobile-only {
        display: inline;
    }
    header .container {
        width: 100%;
    }
    header .title {
        line-height: 1.2em;
        margin: 10px auto;
    }
    .one_click {
        font-size: 1.5em;
        max-width: 100%;
        margin-bottom: 1em;
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 0;
    }
    .one_click br {
        display: none;
    }
    .one_click p {
        font-size: 18px;
        line-height: 22px;
        margin: 20px auto;
    }
    .one_click .btn {
        font-size: 1.1em;
        font-weight: 500;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    header .title {
        font-size: 2.8em;
        width: 100%;
    }
    header .btn {
        min-width: 250px;
        padding: 0.6em 2em;
    }
    header.contact nav {
        padding-bottom: 0;
    }
    header.contact nav .side_nav ul {
        margin-bottom: 0;
        padding-bottom: 5px;
    }
    #contact h1 {
        margin: 0;
        font-weight: 900;
        font-size: 1.7em;
        padding-bottom: 1em;
    }
    #contact .col-xs-6 {
        width: 100%;
    }
    #contact .container {
        width: 100%;
    }
    #contact input,
    #contact textarea {
        margin: 5px 3px;
    }
    .w40,
    .w60 {
        width: 100%;
    }
    .ellipse_parent {
        width: 95%;
        display: block;
        margin: 0 auto;
        float: unset;
    }
    .ellipse_parent h3 {
        font-size: 1.4em;
        font-weight: 700;
        margin-bottom: 20px;
        text-align: center;
    }
    .ellipse_parent p {
        font-size: 1.05em;
    }
    header .w40 img {
        display: none;
    }
    .knc-section-1 .title h1,
    #section-1 .title {
        line-height: 1.15;
        margin-top: 0;
    }
    .knc-section-1 .title h1 {
        font-size: 1.2em;
        line-height: 1.15;
    }
    .knc-section-1 .title h3 {
        margin-top: 17px;
        margin-bottom: 0;
        font-size: 0.8em;
        padding: 0;
    }
    #section-1 .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    #section-1 .more {
        display: none;
    }
    #section-1 .flex {
        display: block;
        margin-top: 1em;
    }
    #section-1 .flex-box {
        width: 100%;
        text-align: left;
        margin: 1em 0;
    }
    .knc-section-1 img {
        width: 100%;
        max-width: unset;
    }
    #section-2 {
        background-color: #7060e5;
        background-image: url("/assets/brands/knc/images/section-2-bg-mobile.jpg");
        background-position: bottom center;
        background-size: 100%;
        padding: 4em 0 100vw;
    }
    #section-2 .container {
        padding-left: 19px;
        padding-right: 19px;
    }
    .pride_text {
        text-align: center;
        width: 100%;
    }
    .pride_text .main {
        font-size: 28px;
        margin-bottom: 25px;
    }
    .pride_text p {
        font-size: 16px;
        margin-top: 0;
    }
    .pride_text.desktop-only {
        display: none;
    }
    .pride_text.mobile-only {
        font-size: 1.3em;
        text-align: center;
    }
    .pride_text.mobile-only .main {
        margin-bottom: 60vh;
        font-size: 2em;
        font-weight: 700;
        line-height: 1.2em;
    }
    .mobile.mobile-only {
        display: block;
        margin: 0 auto;
        width: 350px;
        height: 320px;
        object-fit: cover;
        object-position: 0% 0%;
    }
    footer {
        font-size: 1.2em;
    }
    footer .col-xs-6 {
        width: 100%;
    }
    footer img {
        width: 225px;
    }
    footer ul {
        padding: 0;
    }
    footer ul li {
        border: 0;
        display: block;
        float: none;
        padding: 3px 0;
    }
    .hero-padding {
        padding-top: 20px;
    }
    .w55, .w45 {
        width: 100%;
    }
    .w45 {
        order: 1;
    }
    .w55 {
        order: 2;
    }
    .tick-bullet img {
        width: 10%;
    }
    .tick-bullet span {
        text-align: left;
        font-size: 12px;
    }
    #section-2 {
        background-image: none;
        padding-bottom: 10px !important;
    }

    .sign-up-card {
        flex-direction: column;
    }

    .card-sect-1, .card-sect-2, .card-sect-3 {
        width: 100%;
    }
}
