:root {
    --background: #fef9ea;
    --dominant-color: #000;
    --primary-color: #f15946;
    --secondary-color: #53b3cb;
    --success-color: #2cd888;
    --danger-color: #da2a3b;
    --warning-color: #ffc105;
    --info-color: #12cdf2;
    --background-text: #000000;
    --dominant-text: #000000;
    --primary-text: #ffffff;
    --secondary-text: #000000;
    --success-text: #000000;
    --danger-text: #ffffff;
    --warning-text: #000000;
    --info-text: #000000;
}
.ck-restricted-editing_mode_standard {
    background-color: #ccc !important;
}
body{
    -webkit-text-size-adjust: auto !important;
}


.join {
    background-color: var(--primary-color, #9fe870) !important;
    border-color: var(--primary-color, #9fe870) !important;
    color: var(--primary-text, #264d0c) !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10%;
    padding: 1rem;
    font-size: 2rem;
}

.seq {
    display: block;
    color: #880e4f;
    text-shadow: 1px 1px 2px #ffe2c6;
    font-size: 21px;
    line-height: 1;
    margin: 3px 0;
}

.refresh {
    border: 1px solid #fff;
background: linear-gradient(98.3deg, rgb(0, 0, 0) 10.6%, rgb(255, 0, 0) 97.7%) !important; color: #fff;
    padding: 1rem;
    border-radius: 8px;
    font-size: 12px;
    /* margin: 2px 0 1px; */
    display: inline-block;
    transition: all 0.3s;
    /* width: 10%; */
    text-align: center;
}

.khele {
    background-color: transparent !important;
    border-color: #fafafa;
    color: #fafafa;
    padding: 1.5rem;
    border-radius: 20%;
}

.btn {
    font-weight: 600;
    border-width: 1px;
    font-style: normal;
    margin: 0.6rem 0.6rem;
    white-space: normal;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
}

.text3 {
    background: linear-gradient(187deg, #fc9 50%, #ffc387 50%);
    border: 2px solid #ff0016;
    border-style: outset;
    border-radius: 10px;
    margin-bottom: 5px;
    line-height: 1.4;
    font-size: 14px;
    padding: 4px 10px;
    color: #00094d;
    text-shadow: 1px 1px 2px #fff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
    font-weight: 900;
}

.eml-us {
    padding-top: 4px;
    padding-bottom: 7px;
    background-color: #FF0800;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

.eml-us p {
    font-size: 22px;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 12px;
    font-weight: 600;
}

.eml-us a {
    background: linear-gradient(to right, #ff8177 0%, #ff867a 0%, #ff8c7f 21%, #f99185 52%, #cf556c 78%, #b12a5b 100%);
    color: #fff;
    padding: 10px 5px;
    border-radius: 80px;
    display: inline-block;
    box-shadow: 0 0 10px -3px #000;
    border: 1px solid #fff;
    text-shadow: 1px 1px 2px #000;
    font-size: 18px;
    text-decoration: none;
    font-weight: 500;
    margin: 6px 0;
}

.sky-23 {
    /* color: #000; */
    text-align: center;
    margin-bottom: 8px;
    margin-top: -2px;
    display: block;
    font-size: 20px;
    outline: 4px #fff;
    outline-offset: -9px;
    border: 2px solid #fff !important;
    border-style: outset;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
    background-color: var(--dominant-color);
}

.sky-23 p {
    background: linear-gradient(98.3deg, rgb(0, 0, 0) 10.6%, rgb(255, 0, 0) 97.7%) ;
    color: #fff;
    border-radius: 10px;
    font-size: 30px;
    padding:  5px;
    text-shadow: 1px 1px 2px #000;
    clip-path: polygon(
        0 0,
        97% 0,
        100% 48%,
        100% 80%,
        100% 100%,
        3% 100%,
        0 46%,
        0 20%
    );
}

.sky-23 a {
    background: #FF0800;
    background-size: 200% auto;
    color: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    font-size: 22px;
    display: block;
    border-bottom: 2px solid #fff;
    /* padding: 5px; */
    /* background-color: var(--dominant-color); */
    font-weight: 900;
    font-size: 2rem;
    padding: 1rem;
}

/* Responsive styles for screens smaller than 768px */
@media screen and (max-width: 768px) {
    .sky-23 , .headSatta {
        font-size: 18px;
    }

    .sky-23 p {
        font-size: 24px;
    }

    .sky-23 a {
        font-size: 1.4rem;
        padding: 0.8rem;
    }
}

/* Responsive styles for screens smaller than 480px */
@media screen and (max-width: 480px) {
    .sky-23 .headSatta {
        font-size: 13px;
        /* padding: 0.8rem; */
    }

    .sky-23 p {
        font-size: 15px;
        padding: 0.8rem;
    }

    .sky-23 a {
        font-size: 0.8rem;
        padding: 0.8rem;
    }
}

.cid-u5F4fWLg3s {
    z-index: 1000;
    width: 100%;
    position: relative;
}

.cid-u5F4fWLg3s .dropdown-item:before {
    font-family: Moririse2 !important;
    content: "\e966";
    display: inline-block;
    width: 0;
    position: absolute;
    left: 1rem;
    top: 0.5rem;
    margin-right: 0.5rem;
    line-height: 1;
    font-size: inherit;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    transform: scale(0, 1);
    transition: all 0.25s ease-in-out;
}

@media (max-width: 767px) {
    .cid-u5F4fWLg3s .navbar-toggler {
        transform: scale(0.8);
    }
}

.cid-u5F4fWLg3s .navbar-brand {
    flex-shrink: 0;
    align-items: center;
    margin-right: 0;
    padding: 10px 0;
    transition: all 0.3s;
    word-break: break-word;
    z-index: 1;
}

.cid-u5F4fWLg3s .navbar-brand img {
    max-width: 100%;
    max-height: 100%;
}

.cid-u5F4fWLg3s .navbar-brand .navbar-caption {
    line-height: inherit !important;
}

.cid-u5F4fWLg3s .navbar-brand .navbar-logo a {
    outline: none;
}

.cid-u5F4fWLg3s .navbar-nav {
    margin: auto;
    margin-left: 0;
    margin-left: auto;
}

.cid-u5F4fWLg3s .navbar-nav .nav-item {
    padding: 0 !important;
    transition: 0.3s all !important;
}

.cid-u5F4fWLg3s .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
    margin: 0 !important;
    border-radius: 1rem !important;
    transition: 0.3s all !important;
}

.cid-u5F4fWLg3s .navbar-nav .nav-item .nav-link:hover {
    background-color: rgba(27, 31, 10, 0.06);
}

.cid-u5F4fWLg3s .navbar-nav .open .nav-link::after {
    transform: rotate(180deg);
}

@media (min-width: 992px) {
    .cid-u5F4fWLg3s .navbar-nav .open .nav-link::before {
        content: "";
        width: 100%;
        height: 20px;
        top: 100%;
        background: transparent;
        position: absolute;
    }
}

.cid-u5F4fWLg3s .navbar-nav .dropdown-item {
    padding: 12px !important;
    border-radius: 0.5rem !important;
    margin: 0 8px !important;
    transition: 0.3s all !important;
}

.cid-u5F4fWLg3s .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
}

@media (min-width: 992px) {
    .cid-u5F4fWLg3s .navbar-nav {
        padding-left: 1.5rem;
    }
}

.cid-u5F4fWLg3s .nav-link {
    width: fit-content;
    position: relative;
}

.cid-u5F4fWLg3s .navbar-logo {
    margin: 0 !important;
}

@media (max-width: 767px) {
    .cid-u5F4fWLg3s .navbar-logo {
        padding-left: 0;
    }
}

.cid-u5F4fWLg3s .navbar-caption {
    padding-left: 1rem;
    padding-right: 0.5rem;
}

@media (max-width: 767px) {
    .cid-u5F4fWLg3s .nav-dropdown {
        padding-bottom: 0.5rem;
    }
}

.cid-u5F4fWLg3s .nav-dropdown .link.dropdown-toggle::after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    transition: 0.3s all;
}

.cid-u5F4fWLg3s .container {
    display: flex;
    height: 90px;
    padding: 0.5rem 0.6rem;
    flex-wrap: nowrap;
    background: rgba(255, 255, 255, 0.8) !important;
    left: 0;
    right: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100vw;
    margin-top: 1rem;
    background-color: #ffffff;
    box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}

@media (max-width: 992px) {
    .cid-u5F4fWLg3s .container {
        padding-right: 2rem;
    }
}

@media (max-width: 767px) {
    .cid-u5F4fWLg3s .container {
        width: 95%;
        height: 56px !important;
        padding-right: 1rem;
        margin-top: 0rem;
    }
}

.cid-u5F4fWLg3s .iconfont-wrapper {
    color: #000000 !important;
    font-size: 1.5rem;
    padding-right: 0.5rem;
}

.cid-u5F4fWLg3s .dropdown-menu {
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 100%;
    padding: 12px 4px !important;
    border-radius: 1.5rem;
    transition: 0.3s all !important;
    min-width: auto;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.8) !important;
}

.cid-u5F4fWLg3s .nav-item:focus,
.cid-u5F4fWLg3s .nav-link:focus {
    outline: none;
}

.cid-u5F4fWLg3s .dropdown .dropdown-menu .dropdown-item {
    width: auto;
    transition: all 0.25s ease-in-out;
}

.cid-u5F4fWLg3s .dropdown .dropdown-menu .dropdown-item::after {
    right: 0.5rem;
}

.cid-u5F4fWLg3s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
    margin-right: 0.5rem;
    vertical-align: sub;
}

.cid-u5F4fWLg3s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
    display: inline-block;
    transform: scale(1, 1);
    transition: all 0.25s ease-in-out;
}

.cid-u5F4fWLg3s .collapsed .dropdown-menu .dropdown-item:before {
    display: none;
}

.cid-u5F4fWLg3s .collapsed .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
}

.cid-u5F4fWLg3s .navbar {
    min-height: 90px;
    transition: all 0.3s;
    border-bottom: 1px solid transparent;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.cid-u5F4fWLg3s .navbar.opened {
    transition: all 0.3s;
}

.cid-u5F4fWLg3s .navbar .dropdown-item {
    padding: 0.5rem 1.8rem;
}

.cid-u5F4fWLg3s .navbar .navbar-logo img {
    min-width: 6rem;
    object-fit: cover;
}

.cid-u5F4fWLg3s .navbar .navbar-collapse {
    z-index: 1;
    justify-content: flex-end;
}

.cid-u5F4fWLg3s .navbar.collapsed {
    justify-content: center;
}

.cid-u5F4fWLg3s .navbar.collapsed .nav-item .nav-link::before {
    display: none;
}

.cid-u5F4fWLg3s .navbar.collapsed.opened .dropdown-menu {
    top: 0;
}

@media (min-width: 992px) {
    .cid-u5F4fWLg3s
        .navbar.collapsed.opened:not(.navbar-short)
        .navbar-collapse {
        max-height: calc(98.5vh - 3rem);
    }
}

.cid-u5F4fWLg3s .navbar.collapsed .dropdown-menu .dropdown-submenu {
    left: 0 !important;
}

.cid-u5F4fWLg3s .navbar.collapsed .dropdown-menu .dropdown-item:after {
    right: auto;
}

.cid-u5F4fWLg3s
    .navbar.collapsed
    .dropdown-menu
    .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
}

.cid-u5F4fWLg3s .navbar.collapsed ul.navbar-nav li {
    margin: auto;
}

.cid-u5F4fWLg3s .navbar.collapsed .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
}

.cid-u5F4fWLg3s .navbar.collapsed .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

@media (max-width: 767px) {
    .cid-u5F4fWLg3s .navbar {
        min-height: 72px;
    }

    .cid-u5F4fWLg3s .navbar .navbar-logo img {
        height: 2.5rem !important;
        min-width: 2.5rem !important;
    }
}

@media (max-width: 991px) {
    .cid-u5F4fWLg3s .navbar .nav-item .nav-link::before {
        display: none;
    }

    .cid-u5F4fWLg3s .navbar.opened .dropdown-menu {
        top: 0;
    }

    .cid-u5F4fWLg3s .navbar .dropdown-menu .dropdown-submenu {
        left: 0 !important;
    }

    .cid-u5F4fWLg3s .navbar .dropdown-menu .dropdown-item:after {
        right: auto;
    }

    .cid-u5F4fWLg3s
        .navbar
        .dropdown-menu
        .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
        margin-left: 0.5rem;
        margin-top: 0.2rem;
        border-top: 0.35em solid;
        border-right: 0.35em solid transparent;
        border-left: 0.35em solid transparent;
        border-bottom: 0;
        top: 40%;
    }

    .cid-u5F4fWLg3s .navbar .dropdown-menu .dropdown-item {
        padding: 0.25rem 1.5rem !important;
        text-align: center;
    }

    .cid-u5F4fWLg3s .navbar .navbar-brand {
        flex-shrink: initial;
        flex-basis: auto;
        word-break: break-word;
        padding-right: 10px;
    }

    .cid-u5F4fWLg3s .navbar .navbar-toggler {
        flex-basis: auto;
    }

    .cid-u5F4fWLg3s .navbar .icons-menu {
        padding-left: 0;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
}

.cid-u5F4fWLg3s .navbar.navbar-short .navbar-logo img {
    height: 2rem;
}

.cid-u5F4fWLg3s .dropdown-item.active,
.cid-u5F4fWLg3s .dropdown-item:active {
    background-color: transparent;
}

.cid-u5F4fWLg3s .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
}

.cid-u5F4fWLg3s .nav-dropdown .link.dropdown-toggle {
    margin-right: 1.667em;
}

.cid-u5F4fWLg3s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.667em;
}

.cid-u5F4fWLg3s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    background: #ffffff;
}

.cid-u5F4fWLg3s
    .navbar.navbar-expand-lg
    .dropdown
    .dropdown-menu
    .dropdown-submenu {
    margin: 0;
    left: 105%;
    transform: none;
    top: -12px;
}

.cid-u5F4fWLg3s .navbar .dropdown.open > .dropdown-menu {
    display: flex;
}

.cid-u5F4fWLg3s ul.navbar-nav {
    flex-wrap: wrap;
}

.cid-u5F4fWLg3s .navbar-buttons {
    text-align: center;
    min-width: 140px;
}

@media (max-width: 992px) {
    .cid-u5F4fWLg3s .navbar-buttons {
        text-align: left;
    }
}

.cid-u5F4fWLg3s button.navbar-toggler {
    outline: none;
    width: 31px;
    height: 20px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
}

.cid-u5F4fWLg3s button.navbar-toggler .hamburger span {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
}

.cid-u5F4fWLg3s button.navbar-toggler .hamburger span:nth-child(1) {
    top: 0;
    transition: all 0.2s;
}

.cid-u5F4fWLg3s button.navbar-toggler .hamburger span:nth-child(2) {
    top: 8px;
    transition: all 0.15s;
}

.cid-u5F4fWLg3s button.navbar-toggler .hamburger span:nth-child(3) {
    top: 8px;
    transition: all 0.15s;
}

.cid-u5F4fWLg3s button.navbar-toggler .hamburger span:nth-child(4) {
    top: 16px;
    transition: all 0.2s;
}

.cid-u5F4fWLg3s nav.opened .hamburger span:nth-child(1) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}

.cid-u5F4fWLg3s nav.opened .hamburger span:nth-child(2) {
    transform: rotate(45deg);
    transition: all 0.25s;
}

.cid-u5F4fWLg3s nav.opened .hamburger span:nth-child(3) {
    transform: rotate(-45deg);
    transition: all 0.25s;
}

.cid-u5F4fWLg3s nav.opened .hamburger span:nth-child(4) {
    top: 8px;
    width: 0;
    opacity: 0;
    right: 50%;
    transition: all 0.2s;
}

.cid-u5F4fWLg3s .navbar-dropdown {
    padding: 0 1rem;
}

.cid-u5F4fWLg3s a.nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cid-u5F4fWLg3s .icons-menu {
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.3rem;
    text-align: center;
}

@media (max-width: 992px) {
    .cid-u5F4fWLg3s .icons-menu {
        justify-content: flex-start;
        margin-bottom: 0.5rem;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cid-u5F4fWLg3s .navbar {
        height: 70px;
    }

    .cid-u5F4fWLg3s .navbar.opened {
        height: auto;
    }

    .cid-u5F4fWLg3s .nav-item .nav-link:hover::before {
        width: 175%;
        max-width: calc(100% + 2rem);
        left: -1rem;
    }
}

.cid-u5F4fWLg3s .navbar .dropdown > .dropdown-menu {
    display: none;
    width: max-content;
    max-width: 500px !important;
    transform: translateX(-50%);
    top: calc(100% + 20px);
    left: 50%;
}

.cid-u5F4fWLg3s .navbar .dropdown > .dropdown-menu .dropdown-item {
    line-height: 1 !important;
}

.cid-u5F4fWLg3s .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
}

.cid-u5F4fWLg3s
    .navbar
    .dropdown
    > .dropdown-menu
    .dropdown
    .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(-90deg);
}

.cid-u5F4fWLg3s
    .navbar
    .dropdown
    > .dropdown-menu
    .dropdown.open
    .dropdown-item::after {
    transform: rotate(0deg);
}

.cid-u5F4fWLg3s .mbr-section-btn {
    margin: -0.6rem -0.6rem;
}

.cid-u5F4fWLg3s .navbar-toggler {
    margin-left: 12px;
    margin-right: 8px;
    order: 1000;
}

@media (max-width: 991px) {
    .cid-u5F4fWLg3s .navbar-brand {
        margin-right: auto;
    }

    .cid-u5F4fWLg3s .navbar-collapse {
        z-index: -1 !important;
        position: absolute;
        top: 110%;
        left: 0;
        width: 100%;
        padding: 1rem;
        border-radius: 1.5rem;
        background: #ffffff;
        opacity: 1;
        border-color: rgba(255, 255, 255, 0.8) !important;
        background: rgba(255, 255, 255, 0.8) !important;
        backdrop-filter: blur(8px);
    }

    .cid-u5F4fWLg3s .navbar-nav .nav-item .nav-link::after {
        margin-left: 10px;
    }

    .cid-u5F4fWLg3s .navbar-nav .dropdown-item:hover {
        background-color: rgba(27, 31, 10, 0.06);
    }

    .cid-u5F4fWLg3s .navbar .dropdown > .dropdown-menu {
        max-width: 100% !important;
        transform: translateX(0);
        top: 10px;
        left: 0;
        padding: 8px !important;
        border-radius: 1rem;
        background-color: rgba(27, 31, 10, 0.04) !important;
    }

    .cid-u5F4fWLg3s .navbar .dropdown > .dropdown-menu .dropdown-item {
        padding: 8px !important;
        line-height: 1 !important;
        margin-bottom: 4px !important;
    }

    .cid-u5F4fWLg3s
        .navbar
        .dropdown
        > .dropdown-menu
        .dropdown
        .dropdown-item {
        align-items: center;
        display: flex;
        height: max-content !important;
        min-height: max-content !important;
    }

    .cid-u5F4fWLg3s
        .navbar
        .dropdown
        > .dropdown-menu
        .dropdown
        .dropdown-item::after {
        display: inline-block;
        position: static;
        margin-left: 0.5rem;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        transition: 0.3s all;
        transform: rotate(0deg);
    }

    .cid-u5F4fWLg3s
        .navbar
        .dropdown
        > .dropdown-menu
        .dropdown.open
        .dropdown-item::after {
        transform: rotate(180deg);
    }

    .cid-u5F4fWLg3s .navbar .dropdown > .dropdown-menu .dropdown-submenu {
        position: static;
        width: 100%;
        max-width: 100% !important;
        transform: translateX(0) !important;
        top: 0;
        left: 0;
        padding: 8px !important;
        border-radius: 1rem;
        background-color: rgba(27, 31, 10, 0.04) !important;
    }

    .cid-u5F4fWLg3s .navbar .dropdown.open > .dropdown-menu {
        display: flex !important;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 575px) {
    .cid-u5F4fWLg3s .navbar-collapse {
        padding: 1rem;
    }
}

/* second css  */

.cid-u5F4fWL03s {
    display: flex;
}

@media (min-width: 768px) {
    .cid-u5F4fWL03s {
        align-items: flex-end;
    }

    .cid-u5F4fWL03s .row {
        justify-content: center;
    }

    .cid-u5F4fWL03s .content-wrap {
        padding: 1rem 3rem;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .cid-u5F4fWL03s .content-wrap {
        min-width: 50%;
    }
}

@media (max-width: 767px) {
    .cid-u5F4fWL03s {
        -webkit-align-items: center;
        align-items: flex-end;
    }

    .cid-u5F4fWL03s .mbr-row {
        -webkit-justify-content: center;
        justify-content: center;
    }

    .cid-u5F4fWL03s .content-wrap {
        width: 100%;
    }
}

.cid-u5F4fWL03s .mbr-fallback-image.disabled {
    display: none;
}

.cid-u5F4fWL03s .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #000000;
}

.cid-u5F4fWL03s .mbr-section-title,
.cid-u5F4fWL03s .mbr-section-subtitle {
    text-align: left;
    color: var(--dominant-color, #ffc091);
}

.cid-u5F4fWL03s .mbr-text,
.cid-u5F4fWL03s .mbr-section-btn {
    text-align: center;
}

.cid-u5F4fWL03s .mbr-section-title {
    text-align: center;
}

.cid-u5F4fWL7yg {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #ffffff;
}

.cid-u5F4fWL7yg .item:focus,
.cid-u5F4fWL7yg span:focus {
    outline: none;
}

.cid-u5F4fWL7yg .item {
    cursor: pointer;
}

.cid-u5F4fWL7yg .grid-container {
    grid-row-gap: 2rem;
}

@media (max-width: 767px) {
    .cid-u5F4fWL7yg .grid-container {
        grid-row-gap: 1rem;
    }
}

.cid-u5F4fWL7yg .grid-container-1,
.cid-u5F4fWL7yg .grid-container-2 {
    gap: 0 2rem;
}

@media (max-width: 767px) {
    .cid-u5F4fWL7yg .grid-container-1,
    .cid-u5F4fWL7yg .grid-container-2 {
        gap: 0 1rem;
    }
}

.cid-u5F4fWL7yg .mbr-section-title {
    color: #000000;
}

.cid-u5F4fWL7yg .mbr-text,
.cid-u5F4fWL7yg .mbr-section-btn {
    color: #000000;
}

.cid-u5F4fWL7yg .content-head {
    max-width: 800px;
}

.cid-u5F4fWL7yg .container,
.cid-u5F4fWL7yg .container-fluid {
    overflow: hidden;
}

.cid-u5F4fWL7yg .grid-container {
    display: grid;
    transform: translate3d(-3rem, 0, 0);
    width: 115vw;
    grid-column-gap: 1rem;
}

.cid-u5F4fWL7yg .grid-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cid-u5F4fWL7yg .grid-item img {
    min-width: 30vw;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .cid-u5F4fWL7yg .grid-item img {
        min-width: 35vw;
    }
}

.cid-u5F4fWL7yg .grid-container-1,
.cid-u5F4fWL7yg .grid-container-2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
}

.cid-u5F4fWL7yg .grid-container-1 {
    align-items: flex-end;
}

.cid-u5F4fWL7yg .grid-container-2 {
    align-items: flex-start;
}

.cid-u5F4fWMByt {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: var(--dominant-color, #260a30);
}

.cid-u5F4fWMByt input {
    padding: 1.2rem 1.5rem;
    border: none !important;
    height: 100%;
}

.cid-u5F4fWMByt input:hover {
    border: none !important;
}

.cid-u5F4fWMByt .btn {
    height: 100%;
    margin: auto;
}

@media (min-width: 992px) {
    .cid-u5F4fWMByt .text-wrapper {
        padding: 0 2rem;
    }
}

.cid-u5F4fWMByt .row {
    justify-content: center;
}

.cid-u5F4fWMByt .mbr-section-btn {
    display: flex;
    margin-bottom: 1.2rem;
    width: fit-content;
}

@media (min-width: 768px) {
    .cid-u5F4fWMByt .mbr-section-btn {
        margin-left: initial;
    }
}

.cid-u5F4fWMByt .mbr-section-btn .btn {
    width: auto;
}

@media (max-width: 991px) {
    .cid-u5F4fWMByt .image-wrapper {
        margin-bottom: 2rem;
    }

    .cid-u5F4fWMByt .content-wrapper {
        flex-direction: column-reverse;
    }
}

.cid-u5F4fWMByt .justify-content-center {
    align-items: center;
}

.cid-u5F4fWMByt .mbr-section-title {
    text-align: center;
    color: var(--dominant-text, #ffd7ef);
}

.cid-u5F4fWMkmQ {
    /* padding-top: 5rem;
    padding-bottom: 2rem; */
    background-color: transparent;
}

.cid-u5F4fWMkmQ img,
.cid-u5F4fWMkmQ .item-img {
    width: 100%;
    height: 100%;
    height: 400px;
    object-fit: cover;
}

.cid-u5F4fWMkmQ .item:focus,
.cid-u5F4fWMkmQ span:focus {
    outline: none;
}

.cid-u5F4fWMkmQ .item {
    margin-bottom: 0.5rem;
}

@media (max-width: 767px) {
    .cid-u5F4fWMkmQ .item {
        margin-bottom: 1rem;
    }
}

.cid-u5F4fWMkmQ .item-content {
    margin-top: 2rem;
    padding: 0 2.25rem 2.25rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .cid-u5F4fWMkmQ .item-content {
        padding: 2rem 1.5rem;
        padding-top: 1rem;
        margin-top: 1rem;
    }
}

@media (max-width: 767px) {
    .cid-u5F4fWMkmQ .item-content {
        padding: 2rem 1.5rem;
        padding-top: 1rem;
        margin-top: 1rem;
    }
}

.cid-u5F4fWMkmQ .item-wrapper {
    position: relative;
    background: #ffffff;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
}

.cid-u5F4fWMkmQ .item-wrapper .item-footer {
    margin-top: auto;
}

.cid-u5F4fWMkmQ .mbr-section-title {
    color: #000000;
}

.cid-u5F4fWMkmQ .item-title {
    text-align: left;
}

.cid-u5F4fWMkmQ .item-subtitle {
    text-align: left;
}

.cid-u5F4fWMkmQ .mbr-text,
.cid-u5F4fWMkmQ .item .mbr-section-btn {
    text-align: left;
}

.cid-u5F4fWMkmQ .content-head {
    max-width: 800px;
}

.cid-u5F4fWMAes {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}

.cid-u5F4fWMAes .mbr-fallback-image.disabled {
    display: none;
}

.cid-u5F4fWMAes .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cid-u5F4fWMAes .card-wrapper {
    background: var(--dominant-color, #393193);
    border-radius: 4px;
}

@media (max-width: 767px) {
    .cid-u5F4fWMAes .card-wrapper {
        padding: 1.5rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .cid-u5F4fWMAes .card-wrapper {
        padding: 2.25rem;
    }
}

@media (min-width: 992px) {
    .cid-u5F4fWMAes .card-wrapper {
        padding: 4rem;
    }
}

.cid-u5F4fWMAes .mbr-text,
.cid-u5F4fWMAes .mbr-section-btn {
    color: #ffd7ef;
}

.cid-u5F4fWMAes .card-title,
.cid-u5F4fWMAes .card-box {
    text-align: center;
    color: var(--dominant-text, #ffd7ef);
}

.cid-u5F4fWMHWR {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #ffffff;
}

.cid-u5F4fWMHWR .item:focus,
.cid-u5F4fWMHWR span:focus {
    outline: none;
}

.cid-u5F4fWMHWR .container-fluid {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

.cid-u5F4fWMHWR .content-head {
    max-width: 800px;
}

.cid-u5F4fWMHWR .item {
    color: #232323;
    min-height: 90px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .cid-u5F4fWMHWR .item {
        min-height: 45px;
    }
}

.cid-u5F4fWM3kC {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.cid-u5F4fWM3kC .item-subtitle {
    line-height: 1.2;
    color: #000000;
}

.cid-u5F4fWM3kC img,
.cid-u5F4fWM3kC .item-img {
    width: 100%;
}

.cid-u5F4fWM3kC .item:focus,
.cid-u5F4fWM3kC span:focus {
    outline: none;
}

.cid-u5F4fWM3kC .item {
    margin-bottom: 2rem;
}

@media (max-width: 575px) {
    .cid-u5F4fWM3kC .item {
        margin-bottom: 1rem;
    }
}

.cid-u5F4fWM3kC .item-wrapper {
    position: relative;
    border-radius: 4px;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
}

.cid-u5F4fWM3kC .mbr-section-title {
    color: #000000;
}

.cid-u5F4fWM3kC .mbr-text,
.cid-u5F4fWM3kC .mbr-section-btn {
    color: #000000;
}

.cid-u5F4fWM3kC .item-title {
    color: #000000;
    text-align: center;
}

.cid-u5F4fWM3kC .content-head {
    max-width: 800px;
}

.cid-u5F4fWM3kC img {
    filter: grayscale(1);
}

.cid-u5F4fWMcRy {
    padding-top: 5rem;
    padding-bottom: 4rem;
    background-color: transparent;
}

.cid-u5F4fWMcRy .item-mb {
    margin-bottom: 2rem;
}

@media (max-width: 767px) {
    .cid-u5F4fWMcRy .item-mb {
        margin-bottom: 1rem;
    }
}

.cid-u5F4fWMcRy .item-head {
    background: var(--primary-color, #9fe870);
    padding: 2.25rem;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .cid-u5F4fWMcRy .item-head {
        padding: 2rem 1.5rem;
        margin-bottom: 2rem;
    }
}

@media (max-width: 767px) {
    .cid-u5F4fWMcRy .item-head {
        padding: 2rem 1.5rem;
        margin-bottom: 2rem;
    }
}

.cid-u5F4fWMcRy .item-content {
    padding: 2.25rem 2.25rem 0;
    background: #ffffff;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .cid-u5F4fWMcRy .item-content {
        padding: 0rem 1.5rem;
    }
}

@media (max-width: 767px) {
    .cid-u5F4fWMcRy .item-content {
        padding: 0rem 1.5rem;
    }
}

.cid-u5F4fWMcRy .item-wrapper {
    border-radius: 2rem;
    overflow: hidden;
    margin-bottom: 2rem;
    background: #ffffff;
    padding: 0rem;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
}

@media (max-width: 767px) {
    .cid-u5F4fWMcRy .item-wrapper {
        margin-bottom: 1rem;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .cid-u5F4fWMcRy .item-wrapper .item-footer {
        padding: 0 1.5rem 2rem;
    }
}

@media (min-width: 1201px) {
    .cid-u5F4fWMcRy .item-wrapper .item-footer {
        padding: 0 2rem 2rem;
    }
}

.cid-u5F4fWMcRy .btn {
    width: -webkit-fill-available;
}

.cid-u5F4fWMcRy .item:focus,
.cid-u5F4fWMcRy span:focus {
    outline: none;
}

.cid-u5F4fWMcRy .mbr-section-btn {
    margin-top: auto !important;
    padding: 2rem 2rem 0;
}

@media (max-width: 991px) {
    .cid-u5F4fWMcRy .mbr-section-btn {
        padding: 0rem 2.25rem 2rem;
    }
}

@media (max-width: 767px) {
    .cid-u5F4fWMcRy .mbr-section-btn {
        padding: 0rem 1.5rem;
        margin-bottom: 2rem;
    }
}

.cid-u5F4fWMcRy .mbr-section-title {
    color: #000000;
}

.cid-u5F4fWMcRy .mbr-section-subtitle {
    color: #ffffff;
}

.cid-u5F4fWMcRy .mbr-text,
.cid-u5F4fWMcRy .mbr-section-btn {
    text-align: left;
}

.cid-u5F4fWMcRy .item-title {
    text-align: left;
    color: var(--primary-text, #ffffff);
}

.cid-u5F4fWMcRy .item-subtitle {
    text-align: left;
    color: var(--primary-text, #ffffff);
}

.cid-u5F4fWMcRy .content-head {
    max-width: 800px;
}

.cid-u5F4fWMJSW {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: transparent;
}

.cid-u5F4fWMJSW .mbr-fallback-image.disabled {
    display: none;
}

.cid-u5F4fWMJSW .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cid-u5F4fWMJSW .card-wrapper {
    background: #ffffff;
}

@media (max-width: 767px) {
    .cid-u5F4fWMJSW .card-wrapper {
        padding: 2rem 1.5rem;
        margin-bottom: 1rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .cid-u5F4fWMJSW .card-wrapper {
        padding: 2.25rem;
    }
}

@media (min-width: 992px) {
    .cid-u5F4fWMJSW .card-wrapper {
        padding: 4rem;
    }
}

.cid-u5F4fWMJSW .mbr-text,
.cid-u5F4fWMJSW .mbr-section-btn {
    text-align: left;
}

.cid-u5F4fWMJSW .img-wrapper img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50% !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    .cid-u5F4fWMJSW .img-wrapper img {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 768px) {
    .cid-u5F4fWMJSW .img-wrapper img {
        width: 80px;
        height: 80px;
    }
}

.cid-u5F4fWMJSW .img-wrapper {
    display: flex;
}

.cid-u5F4fWMJSW .card-text {
    text-align: center;
    color: #000000;
}

.cid-u5F4fWMJSW .card-title {
    text-align: center;
    color: #000000;
}

.cid-u5F4fWNz2u {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #ffffff;
}

.cid-u5F4fWNz2u .mbr-fallback-image.disabled {
    display: none;
}

.cid-u5F4fWNz2u .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cid-u5F4fWNz2u .title .num {
    width: 100%;
    display: block;
}

.cid-u5F4fWNz2u .title .card-title {
    z-index: 1;
}

.cid-u5F4fWNz2u .num {
    color: var(--primary-color, #9fe870);
    text-align: center;
}

.cid-u5F4fWNz2u .item-mb {
    margin-bottom: 2rem;
}

@media (max-width: 767px) {
    .cid-u5F4fWNz2u .item-mb {
        margin-bottom: 1rem;
    }
}

@media (max-width: 767px) {
    .cid-u5F4fWNz2u * {
        text-align: center !important;
    }

    .cid-u5F4fWNz2u .content-column {
        margin-bottom: 2rem;
    }
}

.cid-u5F4fWNz2u .content-head {
    max-width: 800px;
}

.cid-u5F4fWNz2u .card-text {
    text-align: center;
}

.cid-u5F4fWNz2u .card-title,
.cid-u5F4fWNz2u .card-img {
    text-align: center;
}

.cid-u5F4fWNkNa .mbr-fallback-image.disabled {
    display: none;
}

.cid-u5F4fWNkNa .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #000000;
}

.cid-u5F4fWNW5h {
    overflow: hidden;
    background-image: url("assets/images/photo-1501003878151-d3cb87799705.jpeg");
}

.cid-u5F4fWN2Dg {
    padding-top: 5rem;
    padding-bottom: 3rem;
    background-color: #ffffff;
}

.cid-u5F4fWN2Dg .item-subtitle {
    line-height: 1.2;
    color: #000000;
    text-align: center;
}

.cid-u5F4fWN2Dg img,
.cid-u5F4fWN2Dg .item-img {
    width: 100%;
    height: 100%;
    height: 400px;
    object-fit: cover;
}

.cid-u5F4fWN2Dg .item:focus,
.cid-u5F4fWN2Dg span:focus {
    outline: none;
}

.cid-u5F4fWN2Dg .item {
    margin-bottom: 2rem;
}

@media (max-width: 767px) {
    .cid-u5F4fWN2Dg .item {
        margin-bottom: 1rem;
    }
}

.cid-u5F4fWN2Dg .item-wrapper {
    position: relative;
    border-radius: 4px;
    display: flex;
    flex-flow: column nowrap;
}

.cid-u5F4fWN2Dg .mbr-section-btn {
    margin-top: auto !important;
}

.cid-u5F4fWN2Dg .mbr-section-title {
    color: #000000;
}

.cid-u5F4fWN2Dg .mbr-text,
.cid-u5F4fWN2Dg .mbr-section-btn {
    color: #000000;
    text-align: center;
}

.cid-u5F4fWN2Dg .item-title {
    color: #000000;
}

.cid-u5F4fWN2Dg .content-head {
    max-width: 800px;
}

.cid-u5F4fWNatU {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}

.cid-u5F4fWNatU .mbr-text {
    color: #000000;
}

.cid-u5F4fWNatU .mbr-section-subtitle {
    color: #000000;
}

.cid-u5F4fWNatU .mbr-section-title {
    color: #000000;
    text-align: center;
}

.cid-u5F4fWNatU .mbr-text,
.cid-u5F4fWNatU .item .mbr-section-btn {
    text-align: left;
}

.cid-u5F4fWNatU .item-wrapper {
    background: #ffffff;
    margin-bottom: 2rem;
    padding: 2.25rem;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .cid-u5F4fWNatU .item-wrapper {
        padding: 2rem 1.5rem;
        margin-bottom: 2rem;
    }
}

@media (max-width: 767px) {
    .cid-u5F4fWNatU .item-wrapper {
        padding: 2rem 1.5rem;
        margin-bottom: 1rem;
    }
}

.cid-u5F4fWN874 {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: #ffffff;
}

.cid-u5F4fWN874 .item-subtitle {
    line-height: 1.2;
    color: #000000;
}

.cid-u5F4fWN874 img,
.cid-u5F4fWN874 .item-img {
    width: 100%;
    height: 100%;
    height: 400px;
    object-fit: cover;
}

.cid-u5F4fWN874 .item:focus,
.cid-u5F4fWN874 span:focus {
    outline: none;
}

.cid-u5F4fWN874 .item {
    margin-bottom: 2rem;
}

@media (max-width: 767px) {
    .cid-u5F4fWN874 .item {
        margin-bottom: 1rem;
    }
}

.cid-u5F4fWN874 .item-wrapper {
    position: relative;
    border-radius: 4px;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
}

.cid-u5F4fWN874 .mbr-section-title {
    color: #232323;
}

.cid-u5F4fWN874 .mbr-text,
.cid-u5F4fWN874 .mbr-section-btn {
    color: #232323;
}

.cid-u5F4fWN874 .item-title {
    color: #232323;
}

.cid-u5F4fWN874 .content-head {
    max-width: 800px;
}

.cid-u5F4fWNQgz {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #ffffff;
}

.cid-u5F4fWNQgz .mbr-fallback-image.disabled {
    display: none;
}

.cid-u5F4fWNQgz .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cid-u5F4fWNQgz .bg-facebook {
    background: #1778f2;
    color: #ffffff;
}

.cid-u5F4fWNQgz .bg-facebook:hover {
    background: #0b60cb;
}

.cid-u5F4fWNQgz .bg-twitter {
    background: #1da1f2;
    color: #ffffff;
}

.cid-u5F4fWNQgz .bg-twitter:hover {
    background: #0c85d0;
}

.cid-u5F4fWNQgz .bg-instagram {
    background: #f00075;
    color: #ffffff;
}

.cid-u5F4fWNQgz .bg-instagram:hover {
    background: #bd005c;
}

.cid-u5F4fWNQgz .bg-tiktok {
    background: #000000;
    color: #ffffff;
}

.cid-u5F4fWNQgz .bg-tiktok:hover {
    background: #000000;
}

.cid-u5F4fWNQgz .iconfont-wrapper {
    display: inline-block;
    font-size: 32px;
    border-radius: 50%;
    width: 72px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.cid-u5F4fWNQgz [class^="socicon-"]:before,
.cid-u5F4fWNQgz [class*=" socicon-"]:before {
    line-height: 55px;
    padding: 0.6rem;
}

.cid-u5F4fWNndv {
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-color: transparent;
}

.cid-u5F4fWNndv .mbr-overlay {
    background-color: #ffffff;
    opacity: 0.4;
}

.cid-u5F4fWNndv form .mbr-section-btn {
    text-align: center;
    width: 100%;
}

.cid-u5F4fWNndv form .mbr-section-btn .btn {
    display: inline-flex;
}

@media (max-width: 991px) {
    .cid-u5F4fWNndv form .mbr-section-btn .btn {
        width: 100%;
    }
}

.cid-u5F4fWNndv .content-head {
    max-width: 800px;
}

.cid-u5F4fWNpfL {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: transparent;
}

.cid-u5F4fWNpfL .mbr-fallback-image.disabled {
    display: none;
}

.cid-u5F4fWNpfL .mbr-fallback-image {
    display: block;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.cid-u5F4fWNpfL .mbr-text {
    color: #000000;
}

.cid-u5F4fWNpfL .mbr-section-subtitle {
    color: #000000;
    text-align: left;
}

.cid-u5F4fWNpfL .main-button {
    margin-bottom: 2rem;
}

@media (max-width: 767px) {
    .cid-u5F4fWNpfL .main-button {
        margin-bottom: 2rem;
    }
}

.cid-u5F4fWNpfL .mbr-section-subtitle,
.cid-u5F4fWNpfL .main-button {
    color: #000000;
}

.cid-u5F4fWNpfL .google-map {
    height: 30rem;
    position: relative;
    border-radius: 2rem;
}

.cid-u5F4fWNpfL .google-map iframe {
    height: 100%;
    width: 100%;
    border-radius: 2rem;
}

.cid-u5F4fWNpfL .google-map [data-state-details] {
    color: #6b6763;
    height: 1.5em;
    margin-top: -0.75em;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

.cid-u5F4fWNpfL .google-map[data-state] {
    background: #e9e5dc;
}

.cid-u5F4fWNpfL .google-map[data-state="loading"] [data-state-details] {
    display: none;
}

.cid-u5F4fWNgXG {
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: #000000;
}

.cid-u5F4fWNgXG .social-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.cid-u5F4fWNgXG .social-row .soc-item {
    margin: 8px;
}

.cid-u5F4fWNgXG .social-row .soc-item a:hover .mbr-iconfont,
.cid-u5F4fWNgXG .social-row .soc-item a:focus .mbr-iconfont {
    background-color: #ffffff;
}

.cid-u5F4fWNgXG .social-row .soc-item a .mbr-iconfont {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 32px;
    background-color: #edefeb;
    color: #000000;
    transition: all 0.3s ease-in-out;
}

.cid-u5F4fWNgXG .row-links {
    width: 100%;
    justify-content: center;
}

.cid-u5F4fWNgXG .header-menu {
    list-style: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
}

.cid-u5F4fWNgXG .header-menu li {
    padding: 0 1rem 1rem 1rem;
}

.cid-u5F4fWNgXG .header-menu li p {
    margin: 0;
}

.cid-u5F4fWNgXG .copyright {
    margin-bottom: 0;
    color: #ffffff;
    text-align: center;
}

.cid-u5F4fWNgXG .mbr-section-title {
    color: #ffffff;
}

/* footer  */
.qtn14 {
    border: 2px solid #003db6;
    border-radius: 10px;
    width: calc(100% - 8px);
    padding: 3px 0;
    margin: 5px auto 5px;
    width: auto;
    display: block;
}

.oc-fg h5 {
    font-size: 22px;
    color: #000;
    text-shadow: 1px 1px 2px #fff;
}

.qtn14 p {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    font-size: 12px;
    font-style: normal;
    padding: 0 10px 5px;
    text-transform: capitalize;
    opacity: 0.9;
    text-align: center;
    line-height: 2;
}

.qtn14 .q-crd.a25hc {
    border-top: 0 solid #fff;
}

.qtn14 .q-crd {
    border-top: 1.5px solid #fff;
}

.qtn14 label {
    cursor: pointer;
    text-transform: uppercase;
    color: #0013a5;
    /* text-shadow: 1px 1px 2px #fff; */
    font-weight: bolder;
    font-size: 17px;
    padding: 3px 0;
    display: block;
    text-align: center;
    /* font-weight: 900; */
}

.qtn14 span {
    color: #ff0000;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0;
    font-size: 12px;
    font-style: normal;
    padding: 0 10px 5px;
    text-transform: capitalize;
    opacity: 0.9;
    font-size: 2rem;
}
.qtn14 .h5-p{
    color: #ff0000;
    font-weight: 900;
    text-transform: uppercase;
    margin: 10px 0 ;
    font-style: normal;
    padding: 0 10px 10px;
    text-transform: capitalize;
    opacity: 0.9;
    font-size: 2rem;
}
@media  only screen and (max-width: 768px){
.qtn14  .h5-p, .qtn14 span {
    font-size: 1.5rem;
}
}
.dis12 h6 {
    font-size: 18px;
    margin-bottom: 15px;
    padding-top: 4px;
    text-shadow: 1px 1px 3px #000;
}

.dis12 p {
    font-size: 13px;
    color: #340d7a;
    padding: 2px 5px 5px;
    line-height: 1.2;
}

.a-us,
.sky-23,
.f-pti,
.eml-us,
.dis12,
.qtn14,
.lst-sec,
.liv-rslt,
.pow-13,
.sta-div,
.sun-col > div,
.tkt-val,
.gbl-val {
    color: #000;
    text-align: center;
    margin-bottom: 8px;
    margin-top: -2px;
    display: block;
    font-size: 20px;
    outline: 4px #fff;
    outline-offset: -9px;
    border: 2px solid #fff !important;
    border-style: outset;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
}

.dis12 h6 {
    background: #ff00a2;
    padding: 5px 10px;
    text-shadow: 1px 1px 2px #000;
    display: block;
    color: #fff8f8 !important;
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-weight: 700;
    border: 2px solid #fff;
    border-radius: 0.75em;
    transform-style: preserve-3d;
    transition: transform 150ms cubic-bezier(0, 0, 0.58, 1),
        background 150ms cubic-bezier(0, 0, 0.58, 1);
}

.dis12 h6 {
    background: #ff00a2;
    padding: 5px 10px;
    text-shadow: 1px 1px 2px #000;
    display: block;
    color: #fff8f8 !important;
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-weight: 700;
    border: 2px solid #fff;
    border-radius: 0.75em;
    transform-style: preserve-3d;
    transition: transform 150ms cubic-bezier(0, 0, 0.58, 1),
        background 150ms cubic-bezier(0, 0, 0.58, 1);
}

.powered {
    background: #ff00a2;
    padding: 5px 10px;
    text-shadow: 1px 1px 2px #000;
    display: block;
    color: #fff8f8 !important;
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-weight: 700;
    border: 2px solid #fff;
    border-radius: 0.75em;
    transform-style: preserve-3d;
    transition: transform 150ms cubic-bezier(0, 0, 0.58, 1),
        background 150ms cubic-bezier(0, 0, 0.58, 1);
    text-align: center;
    padding: 0.5rem;
}

.livemarket {
background: linear-gradient(98.3deg, rgb(0, 0, 0) 10.6%, rgb(255, 0, 0) 97.7%) !important; padding: 5px 10px;
    text-shadow: 1px 1px 2px #000;
    display: block;
    color: #fff !important;
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-weight: 700;
    border: 2px solid #fff;
    border-radius: 0.75em;
    transform-style: preserve-3d;
    transition: transform 150ms cubic-bezier(0, 0, 0.58, 1),
        background 150ms cubic-bezier(0, 0, 0.58, 1);
    text-align: center;
    padding: 1rem;
    font-size: 1.17rem;
}

.dis12 p {
    color: #000b65;
    /* text-shadow: 1px 1px 2px #fff; */
    text-align: center;
    font-weight: 600;
}

.lst-sec {
    padding: 5px;
}

a,
a:hover {
    text-decoration: none;
}

.lst-sec p {
    color: #a50031;
    font-size: 10px;
    line-height: 1.4;
}

.gm-clk {
    text-wrap: nowrap;
    color: #fff;
    padding: 1rem 7px;
    border-radius: 8px;
    font-size: 12px;
    margin: 0 0 0;
    display: block;
    transition: all 0.3s;
    text-shadow: 1px 1px 2px #222;
    margin-top: -6px;
    border: 1px solid #fff;
background: linear-gradient(98.3deg, rgb(0, 0, 0) 10.6%, rgb(255, 0, 0) 97.7%) !important; /* width: 10%; */
    text-align: center;
    font-weight: 600;
}

.navbar-dropdown.navbar-fixed-top {
    position: relative !important;
}
.refBtn {
    box-shadow: 3px 4px 3px 0px rgb(255, 155, 172);
    border: 0;
    background: linear-gradient(to right, #ff8177 0%, #ff867a 0%, #ff8c7f 21%, #f99185 52%, #cf556c 78%, #b12a5b 100%);
    color: #000;
    border-radius: 6px;
    padding: 4px 15px;
    font-size: 20px;
    font-weight: 500;
    margin-top: 15px;
    cursor: pointer;
    /* margin-bottom: 20px; */
    text-decoration: none;
    display: inline-block;
    line-height: 38px;
}
.commonBorder {
    border: 3px solid #efda9c;
    margin-bottom: 15px;
    background-color: #000;
}
.alCntr {
    text-align: center;
}
.Slist {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    margin: 10px 0;
}
.Slist a {
    color: #E62020;
}

.headSatta {
    padding: 5px 10px;
    text-shadow: 1px 1px 2px #000;
    display: block;
    color: #fff8f8 !important;
    margin-bottom: 5px;
    letter-spacing: 1px;
    font-weight: 700;
    border: 2px solid #fff;
    border-radius: 0.75em;
    transform-style: preserve-3d;
    transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), background 150ms cubic-bezier(0, 0, 0.58, 1);
    text-align: center;
    padding: 1rem;
    background: linear-gradient(98.3deg, rgb(0, 0, 0) 10.6%, rgb(255, 0, 0) 97.7%) !important;
}
.mHide {
    display: inline-block;
}
.mHide {
    display: inline-block;
}
.managepara {
    color: #FF0800;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    font-size: 12px;
    font-style: normal;
    padding: 0 10px 5px;
    text-transform: capitalize;
    /* opacity: 0.9; */
    text-align: center;
    line-height: 2;
}
.commonBorder {
    border: 3px solid #efda9c;
    margin-bottom: 15px;
}
a {
    color: #f8b713;
}
.clrBoth {
    clear: both;
    height: 0;
    line-height: 0;
    width: 100%;
}
.playWin {
    font-size: 22px;
    color: #f2c256;
    font-weight: 400;
    font-style: italic;
}
.AppDown {
    border: 1px solid black;
    color: #000;
    padding: 10px 15px;
    background-color: red;
    background-image:linear-gradient(to top, #ff0844 0%, #ffb199 100%)!important;
    font-size: 22px;
    font-weight: 700;
    border-radius: 4px;
    box-shadow: 0 1px 6px #222;
    display: inline-block;
    margin: 15px 0;
    text-decoration: none;
    text-align: center;
}
.mqDv {
    padding: 0;
    margin-top: 15px;
}

table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    unicode-bidi: isolate;
    border-spacing: 2px;
    border-color: gray;
}
tbody {
    display: table-row-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit;
}
tr {
    display: table-row;
    vertical-align: inherit;
    unicode-bidi: isolate;
    border-color: inherit;
}
.clrBoth {
    clear: both;
    height: 0;
    line-height: 0;
    width: 100%;
}
.playandwin {
    display: flex;
    justify-content: center;
}
.abtHead {
    text-align: center;
    font-size: 28px;
    color: #FF0800;
    font-weight: 400;
    /* text-shadow: 1px 1px 1px pink; */
    margin: 0 0 10px 0;
}
.abtHead span {
    color: #ff0808;
    text-shadow: none;
}
.WelTXT {
    font-size: 16px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 22px;
}
.dLink {
    color: #E62020;;
}

/* panel  */
