﻿* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: middle
}

*,
*:before,
*:after {
    box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1;
    color: #1e093a;
    line-height: 1.3;
    background: #fff;
    overflow-x: hidden;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input,
input:focus,
select,
select:focus,
textarea,
textarea:focus,
button,
button:focus {
    outline: none;
    color: #1e093a
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #dddfdf
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #dddfdf
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #dddfdf
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #dddfdf
}

a,
button,
*[role="button"] {
    cursor: pointer;
    user-select: none;
    transition-property: color;
    transition-duration: 300ms;
    transition-timing-function: linear
}

a {
    text-decoration: none
}

ul,
ol {
    margin-left: 17px;
    list-style-position: left
}

sub {
    vertical-align: top;
    font-size: smaller
}

.fadeIn {
    animation: fadeIn 700ms
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeOut {
    animation: fadeOut 700ms
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Montserrat"), url("../fonts/montserrat-regular.woff2") format("woff2")
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Montserrat"), url("../fonts/montserrat-bold.woff2") format("woff2")
}

@font-face {
    font-family: "boiletplate";
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: local("boiletplate"), url("../fonts/boiletplate.woff") format("woff")
}

:root {
    --sclrtc: #e1d7f3;
    --sclrbt: linear-gradient(#6136ae, #5714d0)
}

.ico {
    font-family: "boiletplate"
}

strong {
    font-weight: 700
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin-bottom: 15px
}

h6 {
    font-size: 1em
}

h5 {
    font-size: 1.125em
}

h4 {
    font-size: 1.25em
}

h3 {
    font-size: 1.5625em
}

h2 {
    font-size: 1.875em
}

h1 {
    font-size: 2.5em
}

#main {
    display: block;
    transition: margin-left 300ms linear;
    width: 100%;
    overflow-x: hidden
}

.Flx,
.Vhc {
    display: flex;
    flex-wrap: wrap
}

.Wrp {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto
}

.pgWrp {
    min-height: 60vh
}

.Vhc {
    align-items: center;
    justify-content: center
}

.Sec {
    padding-top: var(--ss);
    padding-bottom: var(--ss)
}

.Sec.Bg,
.Sec:not(.noBg):nth-child(even) {
    background: #f0f0f0
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

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

::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-track {
    background-color: var(--sclrtc);
    position: absolute
}

::-webkit-scrollbar-thumb {
    background: var(--sclrbt);
    border-radius: 5px
}

html,
body,
.scrolr {
    scrollbar-color: var(--sclrbt) var(--sclrtc);
    scrollbar-width: thin;
    border: none
}

@media (min-width: 1367px) {
    .slick-prev {
        margin-left: -60px
    }

    .slick-next {
        margin-right: -60px
    }
}

@media (max-width: 1366px) {
    .slick-slider .slick-prev {
        margin-left: 20px
    }

    .slick-slider .slick-next {
        margin-right: 20px
    }

    .slick-slider .slick-arrow:before {
        font-size: 45px
    }
}

.scnm {
    width: 300px;
    margin: auto;
    display: block;
    padding: 8px 15px;
    margin-top: 20px;
    text-align: center;
    border-radius: 3px
}

.scnw {
    background-color: gold;
    color: black
}

.scne {
    background-color: #ea4343;
    color: white
}

.header {
    padding: 0 15px;
    background-color: white;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}

.hdr-wrp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 70px
}

.logo-img {
    width: 180px;
    padding: 5px 0
}

.logo-img img {
    width: 100%;
    object-fit: contain
}

.nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 100%
}

.drp-wrp {
    display: flex;
    flex-wrap: wrap;
    align-self: stretch
}

.drp-wrp>a {
    display: flex;
    align-items: center
}

.nv-lnk {
    color: black;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    font-size: 14px;
    padding: 10px;
    height: 100%
}

.nv-lnk img {
    width: 14px;
    height: 14px;
    object-fit: contain;
    margin-right: 7px
}

.nav-lnks::after {
    content: "";
    font-family: "boiletplate";
    font-size: 10px;
    margin-left: 3px
}

@media (min-width: 641px) {
    .srch-icn {
        display: none
    }
}

.srch-icn::before {
    content: "";
    color: #6136ae;
    font-size: 25px;
    font-family: "boiletplate"
}

.menu {
    display: none
}

.menu::before {
    font-family: "boiletplate";
    content: "";
    color: #6136ae;
    font-size: 25px
}

@media (max-width: 991px) {

    .nav-link .nv-lnk,
    .nav-link .nav-lnks {
        display: none
    }
}

@media (max-width: 640px) {
    .menu {
        display: block
    }

    .logo-img {
        width: 180px
    }
}

@media (max-width: 480px) {
    .logo-img {
        width: 150px
    }
}

@media (max-width: 320px) {
    .logo-img {
        width: 120px
    }
}

.drp-btn:after {
    font-family: "boiletplate";
    content: "";
    color: white;
    font-size: 10px;
    margin-left: 5px
}

.itemsw {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 1000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility;
    transition-duration: 300ms;
    transition-timing-function: linear
}

.items {
    display: flex;
    flex-wrap: wrap
}

.items .item {
    min-width: calc(100% / 5);
    padding: 15px;
    flex: 1
}

.items .item h2 {
    margin-bottom: 0;
    line-height: 1.3
}

.items .item h2 a {
    font-size: 14px;
    font-weight: 700
}

.items .item a {
    display: block;
    color: inherit;
    font-size: 12px;
    font-weight: 400;
    transition: color 300ms linear;
    margin-top: 5px
}

.items .item a:hover,
.items .item a:focus {
    color: #6136ae
}

.items .item .readbt {
    font-weight: 700;
    vertical-align: middle;
    color: #6136ae;
    line-height: 16px
}

.items .item .readbt:after {
    font-size: 14px;
    content: "";
    font-family: "boiletplate";
    vertical-align: middle
}

.drpdown {
    height: 100%
}

.drpdown.active .itemsw {
    opacity: 1;
    visibility: visible
}

.hsf {
    border: solid 1px #efeaf9;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex: 1;
    margin: 0 10px 0 25px;
    border-radius: 5px;
    background-clip: padding-box
}

@media (max-width: 991px) {
    .hsf {
        margin-right: 0
    }
}

@media (max-width: 640px) {
    .hsf {
        display: none !important
    }
}

.hsi {
    font-style: italic;
    cursor: text;
    flex: 1;
    line-height: 25px;
    height: 25px;
    color: #999;
    font-size: 14px;
    font-weight: 400;
    padding: 0 5px
}

.hsb {
    color: #6136ae;
    text-align: center;
    margin-left: 15px;
    border-radius: 5px;
    background-clip: padding-box
}

.hsb:before {
    font-family: "boiletplate";
    content: ""
}

.footer {
    padding: 10px 20px;
    background-color: #efefef
}

.ftr-wrp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.ftr-logo {
    width: 180px
}

.ftr-logo img {
    width: 100%;
    object-fit: cover
}

.link-wrp {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    text-align: center
}

li+li {
    border-left: 1px solid #dadada
}

.lnk {
    margin: 0 10px;
    padding: 8px 8px 0;
    color: #1e093a;
    position: relative;
    display: block
}

.lnk::after {
    width: 0;
    bottom: 0;
    content: "";
    margin: 5px auto 0;
    height: 2px;
    display: block;
    background: none repeat scroll 0 0 transparent;
    background-color: #6136ae;
    transition: width 0.3s ease 0s, left 0.3s ease 0s, color 300ms linear;
    transform: translateX(-5px)
}

.lnk:hover {
    color: #6136ae
}

.lnk:hover:after {
    left: 0;
    width: calc(100% + 10px)
}

.icn-wrp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.fb-icn,
.twt-icn,
.ins-icn {
    width: 40px;
    height: 40px;
    padding: 10px;
    margin: 5px;
    border-radius: 50%;
    background-color: #6136ae;
    transition: all linear 0.3s
}

.fb-icn::before {
    font-family: "boiletplate";
    content: "";
    color: white;
    font-size: 22px
}

.twt-icn::before {
    font-family: "boiletplate";
    content: "";
    color: white;
    font-size: 22px
}

.ins-icn::before {
    font-family: "boiletplate";
    content: "";
    color: white;
    font-size: 22px
}

.fb-icn:hover,
.twt-icn:hover,
.ins-icn:hover {
    transform: scale(1.1)
}

@media (max-width: 1100px) {
    .ftr-wrp {
        flex-direction: column;
        justify-content: center
    }

    .ftr-logo {
        margin-bottom: 30px
    }

    .link-wrp {
        align-items: center;
        justify-content: center;
        margin-bottom: 20px
    }
}

@media (max-width: 640px) {
    .ftr-logo {
        width: 180px
    }
}

@media (max-width: 480px) {
    .ftr-logo {
        width: 160px
    }

    .link-wrp {
        flex-direction: column
    }

    li+li {
        border-left: none
    }

    .lnk {
        display: block;
        margin: 3px;
        padding: 4px
    }
}

@media (max-width: 320px) {
    .ftr-logo {
        width: 120px
    }
}

.disc {
    padding: 15px;
    font-size: 12px;
    background-color: #e4e4e4
}

.disc-p {
    text-align: center
}

.btn,
.cpns .cb {
    padding: 0.9em 3em;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    transition: 300ms ease-in-out;
    min-width: 48px;
    display: inline-block;
    border-radius: 3px;
    background-clip: padding-box
}

.btn:not(.linebx) i,
.cpns .cb:not(.linebx) i {
    margin-right: 5px
}

.btn:not(.linebx):focus,
.cpns .cb:not(.linebx):focus {
    background: #f2f2f2
}

.btn:not(.linebx).pcolor,
.cpns .cb:not(.linebx).pcolor {
    background: #facc00;
    color: #111
}

.btn:not(.linebx).pcolor:hover,
.cpns .cb:not(.linebx).pcolor:hover {
    background: #ffd415
}

.btn:not(.linebx).pcolor:focus,
.cpns .cb:not(.linebx).pcolor:focus {
    background: #e1b700
}

.btn:not(.linebx).scolor,
.cpns .cb:not(.linebx).scolor {
    background: #6136ae;
    color: #fff
}

.btn:not(.linebx).scolor:hover,
.cpns .cb:not(.linebx).scolor:hover {
    background: #6c3cc1
}

.btn:not(.linebx).scolor:focus,
.cpns .cb:not(.linebx).scolor:focus {
    background: #56309b
}

.btn:not(.linebx).tcolor,
.cpns .cb:not(.linebx).tcolor {
    background: #eee;
    color: #111
}

.btn:not(.linebx).tcolor:hover,
.cpns .cb:not(.linebx).tcolor:hover {
    background: #fbfbfb
}

.btn:not(.linebx).tcolor:focus,
.cpns .cb:not(.linebx).tcolor:focus {
    background: #e1e1e1
}

.btn.linebx,
.cpns .linebx.cb {
    background: transparent;
    border-width: 1px;
    border-color: #6b869d;
    border-style: solid;
    color: #6b869d
}

.btn.linebx:hover,
.cpns .linebx.cb:hover {
    background: #6b869d
}

.btn.linebx:focus,
.cpns .linebx.cb:focus {
    background: #5f798f
}

.btn.linebx:hover,
.cpns .linebx.cb:hover,
.btn.linebx:focus,
.cpns .linebx.cb:focus {
    color: #fff
}

.btn.linebx.pcolor,
.cpns .linebx.pcolor.cb {
    border-color: #facc00;
    color: #facc00
}

.btn.linebx.pcolor:hover,
.cpns .linebx.pcolor.cb:hover {
    background: #ffd415
}

.btn.linebx.pcolor:focus,
.cpns .linebx.pcolor.cb:focus {
    background: #e1b700
}

.btn.linebx.pcolor:hover,
.cpns .linebx.pcolor.cb:hover,
.btn.linebx.pcolor:focus,
.cpns .linebx.pcolor.cb:focus {
    color: #111
}

.btn.linebx.scolor,
.cpns .linebx.scolor.cb {
    border-color: #6136ae;
    color: #6136ae
}

.btn.linebx.scolor:hover,
.cpns .linebx.scolor.cb:hover {
    background: #6c3cc1
}

.btn.linebx.scolor:focus,
.cpns .linebx.scolor.cb:focus {
    background: #56309b
}

.btn.linebx.scolor:hover,
.cpns .linebx.scolor.cb:hover,
.btn.linebx.scolor:focus,
.cpns .linebx.scolor.cb:focus {
    color: #fff
}

button.btn,
.cpns button.cb {
    border: 0;
    cursor: pointer
}

.nws-ltr {
    padding: 20px 20px 30px
}

@media (min-width: 992px) {
    .nws-ltr {
        background-image: url(../images/vector-2.png), url(../images/vector.png);
        background-position: calc(100vw - 42%) 22px, 1% center;
        background-repeat: no-repeat
    }
}

.img-wrp {
    background-repeat: no-repeat;
    background-position: 60px -00px
}

.ltr-hdng {
    text-align: center
}

.nws-cntnt {
    margin: 0 auto;
    width: 100%
}

.srch-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 670px;
    margin: auto;
    max-width: 100%
}

.srch-bar {
    width: 100%;
    flex: 1;
    padding: 15px 110px 15px 15px;
    border-radius: 50px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2)
}

.src-btn {
    width: 130px;
    padding: 15px;
    color: white;
    text-align: center;
    margin-left: -130px;
    border-radius: 50px;
    background: #6136ae
}

.nws-p {
    margin-top: 15px;
    text-align: center
}

span {
    color: #6136ae
}

.vct-img {
    margin-right: 10px
}

.vct-img img {
    width: 100%;
    object-fit: cover
}

.news-p {
    text-align: center;
    margin-top: 15px;
    font-size: 12px
}

.news-p a {
    color: #6136ae
}

@media (min-width: 1201px) {
    .img-wrp {
        background-position: 350px 0px
    }
}

@media (max-width: 640px) {
    .srch-bar {
        width: 350px
    }
}

@media (max-width: 480px) {
    .srch-bar {
        width: 250px
    }

    .src-btn {
        width: 100px;
        margin-left: -100px
    }

    .ltr-hdng {
        font-size: 19px
    }
}

.toLeft,
.toRight,
.toTop,
.toBottom,
.toFadeIn,
.fromFadeOut,
.toZoomIn,
.fromZoomOut {
    opacity: 0;
    visibility: hidden
}

.toLeft {
    transform: translateX(-20px)
}

.toRight {
    transform: translateX(20px)
}

.toTop {
    transform: translateY(-20px)
}

.toBottom {
    transform: translateY(20px)
}

.toZoomIn,
.fromZoomOut {
    transform: scale(1.1)
}

.fromLeft,
.fromRight,
.fromTop,
.fromBottom,
.fromFadeIn,
.toFadeOut,
.fromZoomIn,
.toZoomOut {
    opacity: 1;
    visibility: visible;
    transition: opacity 300ms linear, visibility 300ms linear, transform 300ms linear
}

.fromLeft,
.fromRight {
    transform: translateX(0)
}

.fromTop,
.fromBottom {
    transform: translateY(0)
}

.fromZoomIn,
.toZoomOut {
    transform: scale(1)
}

.sidenv {
    position: fixed;
    top: 0;
    height: 100vh;
    width: 270px;
    left: -270px;
    background-image: linear-gradient(#6136ae, #5200e4);
    color: white;
    overflow-y: auto;
    transition: left 300ms linear
}

.sidenv.active {
    left: 0
}

.sidenv a {
    color: inherit
}

.sidenv .shdr {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 20px;
    background-color: rgba(0, 0, 0, 0.1)
}

.sidenv .shdr span {
    color: white
}

.sidenv .shdr .sht {
    flex: 1
}

.sidenv .shdr .shb {
    width: 30px;
    height: 30px;
    position: relative
}

.sidenv .shdr .shb:before {
    display: block;
    background-color: white;
    content: "";
    height: 4px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg)
}

.sidenv .shdr .shb:after {
    display: block;
    background-color: white;
    content: "";
    height: 4px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(-45deg)
}

.sidenv .snav {
    padding: 20px
}

.sidenv .snav a {
    display: block;
    font-size: 15px
}

.sidenv .snav a+a {
    margin-top: 15px
}

.src-scrn {
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    display: none;
    z-index: 10;
    padding: 15px;
    border-top: solid 2px #dfdfdf
}

.src-scrn .Wrp {
    width: 600px;
    height: 100%;
    overflow-y: auto;
    overflow-x: visible;
    padding: 0 5px
}

.scrnov {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background-color: rgba(244, 244, 244, 0.97)
}

.scrnov+.Wrp {
    position: relative
}

.input-wrp {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.scrn-src {
    flex: 1;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding: 15px
}

.clsd-btn {
    width: 50px;
    height: 50px;
    color: white;
    font-size: 60px;
    margin-left: -50px;
    border-radius: 5px;
    background-color: #facc00;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1)
}

.scr-wrp {
    display: grid;
    gap: 20px
}

.scr-cpn {
    flex: 1;
    display: flex;
    border-radius: 5px;
    align-items: center
}

.scr-logo img {
    width: 100px;
    height: 100px;
    padding: 10px;
    border-radius: 5px;
    background-color: white;
    transition: all linear 0.4s;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    object-fit: contain
}

.scr-logo img:hover {
    transform: scale(1.05)
}

.scr-hdng {
    padding-left: 20px;
    margin-bottom: 0;
    color: #1e093a
}

@media (max-width: 991px) {
    .scr-wrp {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 640px) {
    .scr-wrp {
        grid-template-columns: repeat(1, 1fr)
    }
}

@keyframes dscvsbl {
    from {
        opacity: 0;
        visibility: hidden;
        transform: translateY(40px)
    }
}

.dsclmr {
    --dsta: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 420px;
    max-width: calc(100% - 40px);
    background: rgba(23, 15, 15, 0.97);
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    z-index: 99;
    color: white;
    text-align: var(--dsta);
    margin: 0 0 0 20px;
    border-radius: 5px;
    background-clip: padding-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    animation: dscvsbl 300ms 1
}

@media (min-width: 641px) {
    .dsclmr {
        --dsta: center
    }
}

@media (max-width: 640px) {
    .dsclmr {
        --dsta: left
    }
}

.dsclmr>div {
    width: 100%
}

.dsclmr p {
    margin: auto;
    flex: 1;
    font-size: 12px
}

@media (max-width: 640px) {
    .dsclmr p {
        text-align: center;
        line-height: 1.5
    }
}

.dsclmr .dsrdbt {
    color: white;
    line-height: 1;
    text-decoration: underline;
    font-weight: 500;
    vertical-align: baseline;
    display: table;
    margin: 10px auto 0
}

.dsclmr .btn,
.dsclmr .cpns .cb,
.cpns .dsclmr .cb {
    padding: 5px 20px;
    font-size: 14px;
    border-radius: 3px
}

.dsclmr .close {
    position: absolute;
    right: 12px;
    top: 7px;
    color: white;
    font-weight: 700
}

.brdcrb,
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0
}

.brdcrb,
.brdcrb a,
.breadcrumb,
.breadcrumb a {
    color: inherit
}

.brdcrb li,
.breadcrumb li {
    display: flex;
    flex-wrap: wrap;
    line-height: 1;
    align-items: center
}

.brdcrb li a,
.breadcrumb li a {
    font-size: 13px;
    display: inline;
    text-decoration: none;
    transition: color 300ms linear
}

.brdcrb li a span,
.breadcrumb li a span {
    font-weight: 400;
    color: #1e093a;
    transition: color 300ms linear
}

.brdcrb li a:hover span,
.brdcrb li a:focus span,
.breadcrumb li a:hover span,
.breadcrumb li a:focus span {
    color: #4c1792
}

.brdcrb li a.active span,
.breadcrumb li a.active span {
    color: #6136ae;
    font-weight: 700
}

.brdcrb li+li,
.breadcrumb li+li {
    border-left: none
}

.brdcrb li+li:before,
.breadcrumb li+li:before {
    content: "";
    width: 8px;
    height: 8px;
    border: solid #facc00;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    display: inline-block;
    margin: 0 7px 0 4px
}

@media (max-width: 767px) {

    .brdcrb,
    .breadcrumb {
        display: none
    }
}

.ictg-bg {
    font-size: 35px;
    text-align: center;
    font-weight: 700;
    flex-direction: column;
    padding: 30px 0
}

.ictg-bg .brdcrb {
    padding: 0 20px;
    margin-top: 15px
}

.bg-hdng {
    margin: 0;
    display: inline-block;
    padding: 0 20px;
    font-size: 1.125em
}

.bg-hdng:last-child {
    padding-bottom: 30px
}

.str-tbl {
    padding: 30px
}

.tbl-br {
    flex: 1;
    border-radius: 15px;
    margin-bottom: 20px
}

.tbl-br h2 {
    margin: 0;
    font-size: 20px
}

.tbl-br table {
    border: 0
}

.tbl-br td {
    color: black;
    margin: 0 auto;
    font-size: 13px;
    text-align: left;
    padding: 10px 0;
    color: #4f4a4a;
    background-color: white;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.tbl-br tr:last-child td {
    border-bottom: 0
}

.tbl-br th {
    text-align: left;
    color: #4f4a4a;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 0
}

.tbl-br .tbl-txt,
.tbl-br .active {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.tbl-br .active {
    text-align: center
}

.tbl-br .cntr {
    text-align: center
}

.tbl-br table {
    width: 100%;
    border-collapse: collapse
}

.tbl-br .tbl-hd {
    margin: 10px 0;
    font-size: 20px
}

.tbl-br .tcntr {
    font-size: 12px;
    color: #4f4a4a;
    text-align: center;
    font-style: oblique;
    font-weight: 700
}

.str-abt {
    font-size: 25px
}

.str-txt {
    line-height: 1.8
}

span {
    font-weight: 700
}

.line-wrp {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.line-wrp::after {
    content: "";
    flex: 1;
    height: 2px;
    background-color: rgba(128, 128, 128, 0.3)
}

.b-hdng {
    margin-bottom: 5px;
    margin-right: 10px
}

.abt-img {
    width: 100%;
    height: 250px;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2)
}

.abt-img img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover
}

@media (max-width: 991px) {
    .str-tbl {
        display: none
    }
}

.rating {
    border: none;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.rating>label {
    margin: 0;
    display: inline-block;
    cursor: pointer;
    padding: 0
}

.rating>label:before {
    font-family: "boiletplate";
    font-size: 16px;
    display: inline-block;
    content: "";
    color: #ccc;
    transition: color 100ms linear
}

.rating>label.RateActive:before {
    color: #6136ae
}

.rating>input {
    display: none
}

.rating p {
    font-size: 13px;
    margin-left: 15px
}

.rtng-txt {
    color: #1e093a
}

.str-bg {
    padding: 10px
}

/* .str-bg.ticker-banner {
    background-image: url("../images/backgroundWallpaper.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    position: relative;
    z-index: 1;
} */

.bg-wrp {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.bg-logo {
    --bpls: 160px;
    width: var(--bpls);
    height: var(--bpls);
    padding: 7px;
    border-radius: var(--bpls);
    align-self: flex-start;
    transition: all linear 0.2s;
    border: 1px solid rgba(0, 0, 0, 0.07)
}

.bg-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 5px;
    border-radius: 100%;
    image-rendering: -webkit-optimize-contrast
}

@media (max-width: 767px) {
    .bg-logo {
        --bpls: 110px
    }
}

.bg-bx {
    border-radius: 100%;
    background-color: white;
    width: 100%;
    height: 100%
}

.wrapr {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.bg-cntnt {
    padding-left: 15px;
    padding-right: 15px;
    flex: 1
}

.bg-hdn {
    margin: 15px 0;
    line-height: 1;
    font-size: 2em
}

.bg-txt {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.5
}

.icns {
    flex-direction: column;
    text-align: center
}

.icns+.icns {
    margin-top: 10px
}

.grp-icn img {
    width: 100%;
    height: 100%
}

.grp-icn::before,
.glb-icn::before {
    font-family: "boiletplate";
    font-size: 18px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #6136ae;
    border-radius: 50%;
    margin: 0 auto 7px;
    transition: all linear 0.3s
}

.grp-icn::before {
    content: ""
}

.glb-icn::before {
    content: ""
}

.grp-icn:hover::before,
.glb-icn:hover::before {
    transform: scale(1.1)
}

.icn-txt {
    color: #6136ae;
    font-weight: 400;
    text-align: center;
    display: block;
    font-size: 12px
}

@media (max-width: 991px) {
    .site-wrp {
        display: none
    }

    .bg-hdn {
        font-size: 1.575em
    }
}

@media (max-width: 768px) {
    .rating {
        display: none
    }

    .rtng-txt {
        display: none
    }
}

@media (max-width: 640px) {
    .bg-txt {
        display: none
    }

    .bg-hdn {
        font-size: 1.575em
    }
}

@media (max-width: 480px) {
    .bg-hdn {
        font-size: 1.1em
    }

    .bg-logo {
        width: 90px;
        height: 90px;
        padding: 0
    }
}

.abcnt .dyncnt,
.wgtbfq .dyncnt {
    max-height: 200px;
    overflow-y: auto;
    margin-right: -10px;
    padding-right: 10px
}

.abcnt .dyncnt:not(:hover):not(:focus),
.wgtbfq .dyncnt:not(:hover):not(:focus) {
    --sclrtc: transparent;
    --sclrbt: transparent
}

.brdcrb li a span,
.breadcrumb li a span {
    color: #1e093a
}

.brdcrb li a:hover span,
.brdcrb li a:focus span,
.breadcrumb li a:hover span,
.breadcrumb li a:focus span {
    color: #facc00
}

.brdcrb li a.active span,
.breadcrumb li a.active span {
    color: #6136ae
}

@media (max-width: 767px) {

    .brdcrb,
    .breadcrumb {
        display: none
    }
}

.disc {
    padding: 15px;
    font-size: 12px;
    background-color: #e4e4e4
}

.disc-p {
    text-align: center
}

.ctabs {
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    background-clip: padding-box;
    overflow: hidden;
    padding: 0 15px 0 0;
    align-items: center;
    background: white;
    margin-bottom: 15px
}

.ctabs span,
.ctabs a {
    display: inline-block
}

.ctabs span {
    text-transform: uppercase;
    background: #facc00;
    line-height: 50px;
    height: 50px;
    padding: 0 15px;
    color: white;
    font-weight: 700;
    margin-right: 15px
}

.ctabs a,
.ctabs label {
    border-radius: 5px;
    background-clip: padding-box;
    padding: 3px 7px;
    font-size: 12px;
    color: inherit;
    text-decoration: none;
    border: solid 2px transparent;
    transition: border 300ms linear, color 300ms linear;
    cursor: pointer
}

.ctabs a:not(.active):hover,
.ctabs a:not(.active):focus,
.ctabs label:not(.active):hover,
.ctabs label:not(.active):focus {
    border-color: #efefef
}

.ctabs a.active,
.ctabs label.active {
    border-color: #facc00;
    color: #facc00
}

.ctabs a+a,
.ctabs label+a {
    margin-left: 5px
}

input#cpncd,
input#cpndl,
input#cpnall {
    display: none
}

input#cpncd:checked~.ctabs label[for="cpncd"],
input#cpndl:checked~.ctabs label[for="cpndl"],
input#cpnall:checked~.ctabs label[for="cpnall"],
.ctabs a.active {
    background: #facc00;
    color: white
}

input#cpncd:checked~.strcpn-wrp .str-cpn:not(.cpncd),
input#cpndl:checked~.strcpn-wrp .str-cpn:not(.cpndl) {
    display: none
}

.faqBox {
    margin-top: 15px;
    text-align: center;
    background-image: url("../images/svg/faq-icon-2.svg");
    background-size: 200px auto;
    background-position: top left;
    background-repeat: no-repeat;
    padding-left: 370px
}

.faqBox h2 {
    margin-bottom: 10px
}

.faqBox h3 {
    font-size: 16px;
    font-weight: 700
}

.faqBox h3~h3 {
    margin-top: 15px;
    padding-top: 15px;
    border-top: solid 1px #efefef
}

.ques {
    font-weight: 700;
    margin-bottom: 0;
    transition: color 300ms linear
}

.ques:before {
    font-family: "boiletplate";
    content: "";
    color: #6136ae;
    font-size: 1.4em;
    margin-right: 5px;
    position: relative;
    top: 3px
}

.ques.active:before {
    content: ""
}

.ques~.ques {
    margin-top: 20px
}

.ques:hover,
.ques:focus {
    color: #6136ae
}

.ans {
    display: none;
    padding-top: 10px
}

.ans.active {
    display: block
}

.cpns {
    margin: -10px
}

.cpns:not(.slick-slider) {
    display: flex;
    flex-wrap: wrap
}

.cpns .chd {
    font-weight: 700
}

.cpns .chd .cexclv {
    color: #6136ae;
    margin-right: 2px
}

.cpns .cb {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    position: relative;
    background: transparent;
    z-index: 1;
    overflow: hidden;
    transition: background-color 300ms linear, color 300ms linear;
    border-radius: 5px;
    font-weight: 700;
    font-size: 16px;
    border: dashed 2px
}

.cpns .dcpn .cb {
    color: #facc00;
    border-color: #facc00
}

.cpns .dcpn .cb:hover,
.cpns .dcpn .cb:focus {
    background-color: #facc00;
    color: white
}

.cpns .ccpn .cb {
    color: #6136ae;
    border-color: #6136ae
}

.cpns .ccpn .cb:hover,
.cpns .ccpn .cb:focus {
    background-color: #6136ae;
    color: white
}

.cpns .stdcpn {
    --clb: #6136ae;
    --clas: 9px
}

.cpns .stdcpn.ccpn .cb:before,
.cpns .stdcpn.dcpn .cb,
.cpns .stdcpn.ccpn .ctp span.cspnc,
.cpns .stdcpn .clgo:after {
    background-color: #6136ae
}

.cpns .stdcpn.ccpn .cb:hover:before,
.cpns .stdcpn.dcpn .cb:hover {
    background-color: #7a4fc8
}

.cpns .stdcpn.ccpn .cb:focus:before,
.cpns .stdcpn.dcpn .cb:focus {
    background-color: #4b2a87
}

.cpns .stdcpn .ccnt .cbt .cshdby a,
.cpns .stdcpn .ccnt .ctp span.cvrf:before,
.cpns .stdcpn .ctp span.cvrf:before,
.cpns .stdcpn .cbt .ctb:after,
.cpns .stdcpn .ccnt .cbt .ctb:after,
.cpns .stdcpn .ctc .cte i,
.cpns .stdcpn .dyncnt a {
    color: #6136ae
}

.cpns .stdcpn .cbt .cshdby a:hover,
.cpns .stdcpn .cbt .cshdby a:focus {
    color: #402474
}

.cpns .stdSelected {
    border: solid 1px #6136ae
}

.cpns {
    margin: -5px;
    display: block !important;
    --clgs: 130px
}

.cpn {
    background-color: white;
    padding: 10px;
    margin: 5px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px;
    background-clip: padding-box;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.12)
}

.clgo {
    width: var(--clgs);
    height: var(--clgs);
    border: solid 1px #efefef;
    overflow: hidden;
    align-self: flex-start;
    border-radius: 5px;
    background-clip: padding-box
}

.clgo img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.crgt {
    padding-left: 20px;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.ccnt {
    flex: 1;
    padding-right: 20px
}

.ccnt h3 {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 0;
    font-weight: 700;
    transition: color 300ms linear;
    cursor: pointer
}

.ccnt h3:hover,
.ccnt h3:focus {
    color: #6136ae
}

.ccrow {
    margin-top: 10px
}

.ccrow span {
    color: inherit;
    font-weight: 400;
    display: inline-flex;
    align-items: center
}

.ccrow span+span {
    margin-left: 15px
}

.ccrow span:before {
    font-size: 1.1em;
    margin-right: 5px;
    font-family: "boiletplate"
}

.cbc .cb {
    margin: 0;
    width: 190px;
    font-weight: 400;
    padding: 0.9em 2.8em
}

@media (min-width: 768px) {
    .ccpn .cb:not(.linebx) {
        background-color: #6136ae;
        color: white;
        border: none
    }

    .ccpn .cb:not(.linebx):hover,
    .ccpn .cb:not(.linebx):focus {
        background-color: #591acb
    }

    .dcpn .cb:not(.linebx) {
        background-color: #facc00;
        color: black;
        border: none
    }

    .dcpn .cb:not(.linebx):hover,
    .dcpn .cb:not(.linebx):focus {
        background-color: #e7c013;
        color: black
    }
}

.cvrf:before {
    content: "";
    color: #1cce48
}

.cexclv:before {
    content: "";
    color: #ff9800
}

.cpn .ctb {
    color: #888;
    text-align: center;
    margin-top: 10px;
    transition: color 300ms linear
}

.cpn .ctb:after {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    border: solid #888;
    border-width: 0 0 2px 2px;
    transform: rotate(-45deg) translateX(3px);
    margin-left: 5px;
    transition: border-color 300ms linear, transform 300ms linear
}

.cpn .ctb.active:after {
    transform: rotate(135deg) translate(1px, -3px)
}

.cpn .ctb:hover,
.cpn .ctb:focus {
    color: #6136ae
}

.cpn .ctb:hover:after,
.cpn .ctb:focus:after {
    border-color: #6136ae
}

.ctrm {
    width: 100%;
    margin-top: 15px;
    padding-top: 10px;
    border-top: solid 1px #efefef;
    position: relative;
    display: none
}

.ctrm h3 {
    font-size: 18px;
    margin: 0
}

.ctrm .cexp {
    position: absolute;
    right: 0;
    top: 13px;
    font-size: 12px
}

.ctrm .ctc {
    font-size: 13px
}

.ctrm .ctc>* {
    margin: 0
}

.ctrm .ctc>*+* {
    margin-top: 10px
}

.ctrm .ctc ol {
    margin-left: 15px
}

.ctrm .ctc ol li {
    border: none
}

@media (max-width: 767px) {
    .clgo {
        display: none
    }

    .cpn:before {
        display: block;
        width: 100%;
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 10px
    }

    .dcpn:before {
        content: "Deal";
        color: #facc00
    }

    .ccpn:before {
        content: "Code";
        color: #6136ae
    }

    .cbc {
        margin-top: -25px
    }

    .cb:not(.linebx) {
        font-size: 0;
        border: none;
        width: auto;
        min-width: inherit;
        padding: 0;
        display: inline-block
    }

    .cb:not(.linebx):after {
        content: "";
        font-family: "boiletplate";
        font-size: 26px
    }

    .cb:not(.linebx),
    .cb:not(.linebx):hover,
    .cb:not(.linebx):focus {
        background-color: transparent !important
    }

    .ccpn .cb:after {
        color: #6136ae
    }

    .dcpn .cb:after {
        color: #facc00
    }

    .cpn .cexclv,
    .cpn .cvrf,
    .cpn .ctb {
        font-size: 12px
    }

    .ccnt h3 {
        font-size: 16px
    }

    .ccnt h3:last-child {
        margin-bottom: 10px
    }

    .crgt {
        padding-left: 0;
        position: relative
    }

    .cpn .ctb {
        position: absolute;
        right: 6px;
        bottom: 1px
    }
}

@media (max-width: 480px) {
    .ccrow {
        margin-top: 3px
    }

    .cpn .ctb {
        font-size: 0;
        width: 9px;
        height: 9px
    }

    .cpn .ctb:before,
    .cpn .ctb:after {
        margin: auto;
        position: absolute;
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 2px;
        content: "";
        background-color: #dadada;
        border: none
    }

    .cpn .ctb:after {
        transform: rotate(90deg)
    }

    .cpn .ctb.active:after {
        transform: rotate(0deg)
    }

    .ctrm h3 {
        font-size: 15px;
        font-weight: 400
    }

    .ctrm .cexp {
        position: static;
        margin-bottom: 5px
    }

    .ctrm .ctc {
        font-size: 11px
    }
}

.wgtw {
    display: flex;
    flex-wrap: wrap
}

@media (min-width: 992px) {
    .wgtsb {
        flex: 1
    }

    .wgts {
        width: 250px
    }

    .wgts+.wgtsb {
        padding-left: 10px
    }

    .wgtsb:first-child {
        padding-right: 10px
    }
}

.wgt {
    font-size: 12px;
    line-height: 1.5
}

.wgt h2 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1
}

.wgt+.wgt {
    margin-top: 10px
}

.wgtbg {
    background-color: white;
    background-size: 30px auto;
    background-position: calc(100% - 10px) 10px;
    background-repeat: no-repeat;
    padding: 20px;
    border-radius: 5px;
    background-clip: padding-box;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.12)
}

.wgtbts {
    display: flex;
    flex-wrap: wrap;
    margin: 5px -10px -5px
}

.wgtbts a {
    color: #1e093a;
    margin: 5px 10px;
    font-size: 13px;
    border-radius: 5px;
    background-clip: padding-box
}

.wgtbts a:after {
    content: "";
    display: block;
    height: 1px;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 300ms linear, color 300ms linear;
    background-color: #6136ae
}

.wgtbts a:hover,
.wgtbts a:focus {
    color: #6136ae
}

.wgtbts a:hover:after,
.wgtbts a:focus:after {
    transform: scaleX(1)
}

@media (max-width: 991px) {
    .wgtw {
        flex-direction: column
    }

    .wgtsb {
        order: 1
    }

    .wgts {
        display: none
    }

    .wgt:not(.wgtmb) {
        display: none;
        margin-top: 10px
    }
}

.strcnt,
.strcnt * {
    vertical-align: baseline
}

.strcnt>* {
    margin: 0
}

.strcnt>*+* {
    margin-top: 10px
}

.strcnt ul {
    margin-left: 17px
}

.strcnt a {
    color: #1e093a
}

.strcnt a:hover,
.strcnt a:focus {
    color: #facc00
}

.strcnt b,
.strcnt strong {
    font-weight: 700;
    display: inline
}

.strcnt iframe,
.strcnt video,
.strcnt img {
    vertical-align: middle
}

.strpg {
    background-color: #efefef;
    padding: 10px 20px
}

.wgtbfq {
    background-image: url("../images/svg/did-you-know.svg")
}

.wgtbcs {
    background-image: url("../images/svg/contact-support.svg")
}

.wgtbcs h2 {
    margin-bottom: 10px
}

.wgtbcs a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #1e093a;
    transition: color 300ms linear
}

.wgtbcs a img {
    width: 15px;
    height: 15px;
    object-fit: contain;
    margin-right: 7px
}

.wgtbcs a:hover,
.wgtbcs a:focus {
    color: #6136ae
}

.wgtstb {
    text-align: left;
    font-size: 12px
}

.wgtstb table {
    width: 100%
}

.wgtstb th {
    font-weight: 700;
    padding-right: 7px
}

.wgtstb tr+tr th,
.wgtstb tr+tr td {
    border-top: solid 1px #e4e4e4
}

.wgtps {
    background-image: url("../images/svg/popular-store.svg")
}

.wgtps .wgtbts {
    flex-direction: column
}

.wgtps .wgtbts a {
    font-size: 12px
}

.nws-ltr {
    background-position: right 22px, 1% center;
    font-size: 12px;
    padding: 20px 5px 30px
}

.nws-ltr h1 {
    font-size: 2.1em
}

.nws-ltr .news-p {
    margin-top: 10px
}

.nws-ltr .srch-wrap {
    width: 520px
}

@media (max-width: 570px) {
    .nws-ltr .srch-wrap {
        width: 100%
    }
}