/*-------------------
        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;
}

* {
    font-family: "Roboto", sans-serif;
    box-sizing: border-box;
}

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: #eee;
}

header .header-wrap {
    background-image: url("/assets/brands/mn/images/header-bg.jpg");
    background-position: top center;
    background-size: cover;
    color: black;
    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;
}

.sst-section-split {
    display: block;
    margin: 20px auto 0;
    max-width: 400px;
    width: 100%;
}

.sst-section-3 {
    background: #fff;
}

footer {
    background-color: #efefef;
    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;
}

.sst-section {
    padding: 80px 0;
    max-width: 980px;
    margin: auto;
}

.sst-section-1 {
    background: #fff;
}

.sst-section.privacy,
.sst-section.terms,
.sst-section.about {
    padding: 40px 0;
}

.sst-section .title,
.sst-section-1 .title h1 {
    color: #ff516e;
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 20px;
}

.sst-section .description {
    font-weight: 300;
}

.sst-section-1 .flex {
    background-color: transparent;
}

.sst-section-1 img {
    display: block;
    margin: auto;
    max-width: 100%;
}

.sst-section-1 .description {
    font-weight: 400;
}

.sst-section-2 {
    background-color: #ebebeb;
    text-align: center;
}

.sst-section-2 .title,
.contact-section .title {
    color: #000 !important;
}

.sst-section-2 .item-wrap {
    background-color: #fff;
}

.sst-section-2 .item-wrap img {
    display: block;
    width: 100%;
}

.sst-section-2 .item-wrap .info {
    font-weight: 600;
    padding: 20px 15px;
}

.sst-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;
}

#login-form-container {
    display: flex;
    width: 100%;
    justify-content: center;
}

#login-form {
    display: flex;
    flex-direction: column;
    width: 50%;
    text-align: center;
    background: var(--primary-color);
    border-radius: 20px;
    font-size: 20px;
    margin: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
}

#login-form input {
    width: 80%;
    height: 40px;
    margin: 10px;
    border-radius: 10px;
    border: 1px solid #333;
    text-align: center;
    color: var(--primary-color-darker);
}

#login-submit {
    background: var(--primary-color-darker);
    color: #fff !important;
    border: none;
}

.mob_menu {
    flex-grow: 1;
}

.menuLabel {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    float: right;
}

.line {
    fill: none;
    stroke: var(--primary-color);
    stroke-width: 6;
    transition:
        stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
}

.line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}

.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.nav-cont {
    width: 980px;
    max-width: 980px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

section {
    max-width: 980px;
    margin: auto;
}

.hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
}

.hero-text {
    max-width: 40%;
    padding: 4rem 2rem;
}

.hero-text h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.hero-text p {
    color: #777;
    margin-bottom: 2rem;
}

.hero-text button {
    padding: 0.8rem 1.5rem;
    background: #3b82f6;
    color: #fff;
    border: none;
    border-radius: 2rem;
    cursor: pointer;
}

.hero-image {
    width: 100%;
    height: 410px;
    background: url("/assets/brands/sst/images/hero-img.jpg") no-repeat center center/cover;
}

.about {
    display: flex;
    justify-content: space-between;
    padding: 4rem 2rem;
    flex-wrap: wrap;
    gap: 2rem;
    flex-direction: row-reverse;
    align-items: center;
}

.about-text {
    flex: 1 1 50%;
}

.about-cards {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    flex: 1 1 40%;
    height: 350px;
}

.about-cards-col {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    flex: 1 1 40%;
}

.about-cards-col .card {
    width: 50%;
}

.card {
    background: #4d9bd7;
    color: white;
    padding: 2rem;
    text-align: center;
    font-weight: bold;
    border-radius: 1rem;
    justify-content: center;
    box-shadow: 0 1px 10px #4d9bd7aa;
}

.about-card-2 {
    background: white;
    padding: 2rem;
    border-radius: 1rem;
    flex: 1 1 30%;
    background: url("/assets/brands/sst/images/card-1-bg.jpg") no-repeat center center/cover;
}

.about-card-3 {
    background: white;
    padding: 2rem;
    border-radius: 1rem;
    flex: 1 1 30%;
    height: 150px;
    background: url("/assets/brands/sst/images/card-2-bg.jpg") no-repeat center center/cover;
}

.products {
    background: #fff;
    padding: 1rem 2rem;
}

.product-list {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    flex-wrap: wrap;
}

.product-card {
    background: white;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 4px 16px #4d9bd755;
    flex: 1 1 30%;
}

.product-card img {
    max-width: 100%;
    border-radius: 10px;
}

.product-card h3 {
    color: #3b82f6;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}

.product-card p {
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.product-card span {
    font-size: 0.9rem;
    color: #555;
    display: block;
    margin-bottom: 1rem;
}

.product-card button {
    padding: 0.5rem 1.2rem;
    background: #3b82f6;
    color: #fff;
    border: none;
    border-radius: 1rem;
    cursor: pointer;
}

/* 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) {
    .sst-section-contact .form-wrap .form-title,
    .sst-section-contact .info-col .form-title {
        font-size: 20px;
    }

    .sst-section {
        text-align: center;
    }

    .sst-section-contact .info-col {
        padding: 20px 15px;
    }

    .sst-section-contact .info-col .icon {
        margin-right: 15px;
    }
}

nav .container {
    display: flex;
    padding: 1em;
}

nav .container .middle_nav {
    width: 50%;
    text-align: center;
}

nav .container .side_nav img {
    max-width: 120px;
}

.side_nav {
    width: 100%;
}

.side_nav ul li {
    text-align: center;
    position: relative;
    float: left;
    text-decoration: none;
    padding: 15px;
    list-style-type: none;
}

.side_nav ul li:hover {
    background: var(--primary-color);
}

.footer-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.logo-col {
    width: 100%;
}

footer hr {
    border-top: 1px solid #ffffff11;
}

.company-details {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: auto;
    justify-content: space-between;
    max-width: 860px;
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .side_nav ul li {
        width: 100%;
    }

    #login-form {
        width: 100%;
    }

    .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;
    }

    .sst-section-1 .title h1 {
        font-size: 24px;
    }

    .sst-section-1 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .sst-section-2 .item-wrap {
        margin-bottom: 25px;
    }

    .sst-section-2 .overlap-btn {
        margin-bottom: -20px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .sst-contact-form .form-group .sm-p:nth-child(1),
    .sst-contact-form .form-group .sm-p:nth-child(2) {
        padding-left: 15px;
        padding-right: 15px;
    }

    .sst-section-contact {
        padding-top: 40px;
    }

    .sst-contact_full_name,
    .sst-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: "Poppins", sans-serif !important;
    font-weight: normal;
    color: #000;
    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: var(--dark-color);
}

nav {
    padding: 1em 0 1.2em 0;
}

nav .container {
    display: block;
}

nav .container .middle_nav {
    width: 50%;
    text-align: center;
}

nav .container .middle_nav .logo img {
    max-width: 200px;
}

header {
    background: #37227f;
    text-align: center;
}

header.index {
    background: #efefef;
}

header .container {
    max-width: 1080px;
}

.w30 {
    width: 30%;
}

.w40 {
    width: 40%;
}

.w50 {
    width: 50%;
}

.w60 {
    width: 60%;
}

.w70 {
    width: 70%;
}

header .title {
    margin: 1em auto 0.7em auto;
    font-weight: 800;
    font-size: 3em;
    line-height: 55px;
    text-align: center;
    width: 100%;
}

header .mobile {
    max-width: 350px;
}

.one_click {
    display: block;
    max-width: 65%;
    margin: 1em auto 3em auto;
}

.tleft {
    text-align: left;
}

.tright {
    text-align: right;
}

header .btn {
    padding: 0.8em 2em;
    min-width: 200px;
}

.btn {
    font-size: 1.2em;
}

.btn-orange {
    color: #fff;
    background-image: linear-gradient(#ff565c, #ff4b85);
}

.ellipse {
    width: 100%;
    max-width: 550px;
    margin-bottom: 2em;
}

.ellipse_parent h3 {
    font-size: 1.2em;
    font-weight: 600;
}

.ellipse_parent p {
    font-size: 0.9em;
    font-weight: 300;
}

.flex {
    display: flex;
    justify-content: center;
}

.flex-box {
    margin: 1%;
    background: #27285e;
    border-radius: 10px;
    overflow: hidden;
    color: #fff;
}

.flex_text {
    padding: 1em;
}

.flex-box h2 {
    margin: 0.2em 0;
    font-size: 1.3em;
}

.flex-box p {
    font-weight: 200;
    font-size: 0.9em;
}

.sst-section .title,
.sst-section-1 .title h1 {
    color: #4d9bd7;
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 20px;
}

.sst-section-1 .title h1 {
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 0;
}

.sst-section-1 .title h3 {
    margin-top: 5px;
    margin-bottom: 0;
    color: #ff516e;
}

.sst-section-1 .title h1,
#section-1 .title {
    text-align: center;
    color: #ff516e;
    margin-bottom: 0;
}

#section-1 .btn {
    margin-bottom: 0.5em;
    font-size: 1em;
}

#section-2 {
    background: #fff;
    padding: 2em 0;
}

.pride_text {
    color: #fff;
    text-align: left;
}

.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;
    margin-top: 100px;
    margin-bottom: 100px;
}

#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: #fff;
    background: #31448f;
    border-radius: 5px;
    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"] {
    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;
    color: #000;
    font-size: 0.9em;
}

footer a {
    color: #000;
}

footer a:hover {
    color: #4d9bd7;
}

footer img {
    margin-bottom: 0.5em;
    widows: 17px;
}

footer ul {
    padding: 0 3em;
}

.clear {
    clear: both;
}

.more .col {
    padding-right: 1%;
}

.mobile.mobile-only {
    display: none;
}

.mobile-only {
    display: none;
}

@media only screen and (max-width: 768px) {
    nav .container .middle_nav {
        width: 80% !important;
        float: left;
    }

    .hero {
        flex-direction: column-reverse;
    }

    .hero-text {
        max-width: 90%;
        padding-top: 0;
    }

    .hero-image {
        height: 310px;
    }

    .about {
        padding-top: 0;
    }

    .desktop-only {
        display: none;
    }

    nav .container {
        display: block;
    }

    nav .container .middle_nav {
        width: 100%;
    }

    nav ul li {
        width: 100%;
        text-align: center;
    }

    nav .container .middle_nav .logo img {
        max-width: 120px;
    }

    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;
    }

    .one_click p {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 0;
    }

    .one_click .btn {
        font-size: 1.1em;
        font-weight: 500;
    }

    header .btn {
        min-width: 250px;
        padding: 0.6em 2em;
    }

    header.contact nav {
        padding-bottom: 0;
    }

    #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.5em;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .ellipse_parent p {
        font-size: 1.05em;
    }

    header .w40 img {
        display: none;
    }

    .sst-section-1 .title h1 {
        font-size: 1.2em;
    }

    .sst-section-1 .title h3 {
        margin-top: 17px;
        margin-bottom: 0;
        font-size: 0.8em;
        padding: 0;
    }

    #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;
    }

    .sst-section-1 img {
        width: 100%;
        max-width: unset;
    }

    .w50 {
        width: 100%;
    }

    #section-2 {
        padding: 4em 1em 3em 1em;
    }

    .sst-section-3 .container .row {
        flex-direction: column-reverse;
    }

    .hq-inner-wrap {
        height: auto;
    }

    .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: 20% 10%;
    }

    footer {
        font-size: 1.2em;
    }

    footer .col-xs-6 {
        width: 100%;
    }

    footer img {
        width: 225px;
    }

    footer ul {
        padding: 0;
    }
}
