@import url('https://fonts.googleapis.com/css2?family=Anta&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');


::-webkit-scrollbar {
    width: 8px;
    height: 4px;
    background: rgba(255, 255, 255, .1);
    border-radius: 2px;
}

::-webkit-scrollbar-thumb {
    background: #9832cc;
    border-radius: 4px;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #0a0a0a url(/images/bg_ex.webp) !important;
    font-family: "Jost", serif !important;
    font-weight: 300 !important;
    background-size: cover !important;
}

.mdk-drawer-layout {
    height: 100%;
    position: relative;
    overflow: #1d1e26;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.nav_bg_ex {
    background: linear-gradient(311deg, rgba(9, 53, 101, 0) 7%, rgb(152 50 204 / 43%) 18%, rgba(6, 36, 75, 1) 41%, #4c276bc7 78%, rgba(9, 60, 120, 0) 96%);
    text-align: center;
    width: 100%;
    margin: 10px 0 10px 0;
    backdrop-filter: blur(1px);
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
    font-weight: 300;
}

.btn_ex {
    background: #9832cc !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 10px 20px !important;
    border: 1px #9832cc solid !important;
    transition: all 0.2s ease-in-out;
}

.btn_ex:hover {
    opacity: 0.7;
}

.btn_ex_in {
    background: none !important;
    border: 1px #9832cc solid !important;
    clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%, 0 27%);
}

.nav_left_ex {
    margin: 0 0 0 10px !important;
}

.text {
    background-image: linear-gradient(to bottom, transparent 0%, transparent 97%, hotpink 90%, hotpink 100%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    background-position-x: right;
    transition: background-size 300ms;
    transition: all 0.3 ease-in-out;
}

.text:hover {
    background-size: 100% 100%;
    background-position-x: left;
    opacity: 0.8;
}

.ex_box_left {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin: 70px 0 0 0;
}

.ex_box_left_img {
    max-width: 465px;
}

.ex_box_left_img img {
    width: 100%;
}

.ex_titlle {
    font-family: "Anta", sans-serif;
    line-height: 93%;
    text-transform: uppercase;
    font-size: clamp(44px, 4vw, 76px);
    background-image: url('/images/titl.webp');
    background-clip: text;
    color: transparent !important;
    background-size: contain;
    filter: brightness(2.5);
    text-align: center;
}

.hero .lead,
.hero__lead {
    font-size: 18px !important;
    line-height: 121% !important;
    max-width: 436px !important;
}


a.neon-btn {
    position: relative;
    display: inline-block;
    padding: 15px 30px;
    color: #2196f3;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    overflow: hidden;
    transition: 0.2s;
    font-family: "Anta", sans-serif;
    font-size: 19px;
}

a.neon-btn:hover {
    color: #255784;
    background: #2196f3;
    box-shadow: 0 0 10px #2196f3, 0 0 40px #2196f3, 0 0 80px #2196f3;
    transition-delay: 0.2s;
}

a.neon-btn>span {
    position: absolute;
    display: block;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: normal;
}

@keyframes left-to-right {
    from {
        left: -100%;
    }

    to {
        left: 100%;
    }
}

a.neon-btn>span:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #2196f3);
    animation-name: left-to-right;
}

@keyframes right-to-left {
    from {
        right: -100%;
    }

    to {
        right: 100%;
    }
}

a.neon-btn>span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, #2196f3);
    animation-name: right-to-left;
    animation-delay: 0.5s;
}

@keyframes top-to-bottom {
    from {
        top: -100%;
    }

    to {
        top: 100%;
    }
}

a.neon-btn>span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #2196f3);
    animation-name: top-to-bottom;
    animation-delay: 0.25s;
}

@keyframes bottom-to-top {
    from {
        bottom: -100%;
    }

    to {
        bottom: 100%;
    }
}

a.neon-btn>span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #2196f3);
    animation-name: bottom-to-top;
    animation-delay: 0.75s;
}

.ex_box_right {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 661px;
    gap: 20px;
}

.logo_ex {
    max-width: 200px;
}

.logo_ex img {
    max-width: 200px;
}

.ex_stat {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.ex_stat_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background: linear-gradient(151deg, #2d1e56, transparent, transparent);
    padding: 12px 30px;
    clip-path: polygon(11% 0, 100% 0, 100% 100%, 0 100%, 0 27%);
}

.ex_stat_box2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background: linear-gradient(151deg, #9832cc87, transparent, transparent);
    padding: 12px 30px;
    clip-path: polygon(11% 0, 100% 0, 100% 100%, 0 100%, 0 27%);
}

.ex_stat_box3 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background: linear-gradient(151deg, #00dcff61, transparent, transparent);
    padding: 12px 30px;
    clip-path: polygon(11% 0, 100% 0, 100% 100%, 0 100%, 0 27%);
}

.ex_stat_img {
    max-width: 50px;
}

.ex_stat_img img {
    width: 100%;
    filter: hue-rotate(62deg);
}

.ex_stat_p {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ex_stat_p span:nth-child(1) {
    font-family: "Anta", sans-serif;
    font-size: 26px;
}

.ex_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}


/* tarif */

.ex_plans {
    margin: 100px 0 0 0;
}

.tariff-plan-item {
    text-align: center;
    padding: 0;
}

.tariff-plan-item:hover .bg_hover-card {
    height: 415px;
}

.tariff-plan-item:hover .card-front-bottom {
    color: #ffffff;
}

.tariff-plan-item:hover .card-front-item__title {
    color: #ffffff;
}

.bg_hover-card {
    position: absolute;
    top: -3px;
    left: 0px;
    z-index: -1;
    width: 400px;
    height: 0;
    display: block;
    overflow: hidden;
    transition: 0.6s;
}

.bg_hover-card:before {
    content: '';
    position: absolute;
    top: 20.5px;
    left: -8px;
    width: 400px;
    height: 390px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url(/images/2.png);
}

.tariff-plan-item__front {
    z-index: 2;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    background: url(/images/1.png) 50% 50% no-repeat;
    background-size: revert;
    width: 400px;
    height: auto;
    padding: 25px;
    position: relative;
    z-index: 2;
    color: #222;
    filter: hue-rotate(47deg);
}

.tariff-plan-item__front:before {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 42%;
    width: 111px;
    height: 152px;
    opacity: 0;
}

.card-front-top {
    color: #ffffff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    height: 115px;
    padding: 20px 25px;
}

.tariff-plan__percent {
    font-size: 39px;
    line-height: 49%;
    width: 34%;
}

.tariff-plan__percent span {
    font-size: 24px;
}

.tariff-plan__descr {
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 10px;
    position: relative;

}

.tariff-plan__descr:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    height: 34px;
    width: 1px;
}

.card-front-bottom {
    text-align: center;
    padding: 9px 25px 18px 25px;
    transition: 0.3s;
}

.card-front-item {
    margin-bottom: 6px;
    padding-bottom: 8px;
    position: relative;
}

.card-front-item:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 7px;
    z-index: 2;
}

.card-front-item:last-child {
    margin-bottom: 0;
}

.card-front-item:last-child:before {
    display: none;
}

.card-front-item__title {
    font-size: 13px;

    color: #ababab;
    transition: 0.3s;
}

.card-front-item__value {

    font-size: 15px;
    text-transform: uppercase;
    line-height: 1.3;
}


.ex_box_plans {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;

}

.ex_name {
    font-family: "Anta", sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    color: #222;
    font-weight: 800;
}

.ex_about {
    margin: 100px 0 60px 0;
}

.ex_box_ab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.ex_ab_img {
    max-width: 100%;
}

.ex_ab_img img {
    width: 100%;
    /* Copy code to element you want to animate */
    animation: customAni 2s ease 0s infinite normal none;
}

/* Copy this code after the above code */
@keyframes customAni {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

.ex_about_row {
    display: flex;
    flex-direction: column;
    align-items: start;
    max-width: 700px;
}

.ex_about_row h2 {
    text-transform: uppercase;
    font-size: 40px;
    font-family: "Anta", sans-serif;
    font-weight: normal;
}

.ex_about_row h2 span {
    font-weight: 800;
    color: #9832cc;
    -webkit-text-stroke: 0.1px #0490ee;
    color: transparent;
}

.ex_ab_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.ex_ab_text p {
    margin: 0;
    padding: 0;
}

.ex_ic {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.ex_ic .ti {
    font-size: 57px;
    color: #0490ee;
    -webkit-text-stroke: 0.9px #0197ff;
    color: transparent;
}

.ex_ref {
    margin: 100px 0 50px 0;
}


.ex_box_ref {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.ex_box_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.ex_ref_mix {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-direction: column;
    padding: 38px 40px;
    min-width: 255px;
    border: 1px #842eb3fa solid;
    clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%, 0 11%);
}

.ex_box_ref h2 {
    text-transform: uppercase;
    font-size: 40px;
    font-family: "Anta", sans-serif;
    font-weight: normal;
}

.ex_box_ref h2 span {
    font-weight: 800;
    color: #9832cc;
    -webkit-text-stroke: 0.1px #9832cc;
    color: transparent;
}

.ex_ref_perc {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    filter: drop-shadow(2px 4px 6px #334);
}

.ex_ref_now {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    background: #9832cc;
    padding: 10px 25px;
    clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%, 0 27%);
}

.ex_ref_img {
    max-width: 586px;
    filter: drop-shadow(2px 4px 6px #2195f377);
}

.ex_ref_img img {
    width: 100%;
}

.ex_ref_seo {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}

.ex_ref_now span:nth-child(2) {
    font-weight: 700;
    font-size: 20px;
}

.ref_bg {
    background: #2196f3;
}

html[dir].dark-mode .border-top-2 {
    border-top-color: #8b30bb00 !important;
}


.section_start {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin: 50px 0;
    gap: 10px;
}

.start_row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    box-shadow: inset 0 0 10px 0px #2196f34f;
    padding: 20px 28px;
    border-radius: 30px;
}

.start_img {
    max-width: 105px;
}

.start_img img {
    width: 100%;
}

.start_right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}

.start_right p:nth-child(1) {
    font-family: "Anta", sans-serif;
    font-size: 21px;
    color: #0197ff;
    text-transform: uppercase;
    margin: 0;
}

.start_right p:nth-child(2) {
    max-width: 250px;
    text-align: start;
    line-height: 103%;
}

@media screen and (max-width: 767.98px) {
    .section_start {
        flex-direction: column;
    }

    ::-webkit-scrollbar {
        width: 0;
    }

    .h1_add {
        font-size: 27px;
        margin: 25px 0 0 0;
        padding: 0;
        -webkit-text-stroke: 1px #fff;
        color: transparent;
        text-align: start;
        font-family: "Anta", sans-serif;
        text-transform: uppercase;
        text-align: center;
    }
}


.start_img .ti {
    font-size: 109px;
    background: linear-gradient(45deg, #9832cc, #2196f3);

    background-clip: text;
    color: transparent;
}

main {
    position: relative;
    box-sizing: border-box;
    padding: 55px;
    width: 100%;
    margin: 25px 0 0px 0;
    box-shadow: inset 0 0 10px 0px #d364d326;
    border-radius: 25px;
}

h1 {
    font-size: 32px;
    font-weight: 300;
}

.topic {
    padding: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: dashed 1px #da33b08a;
}

.open {
    cursor: pointer;
    display: block;
    padding: 0px;
}

.open:hover {
    opacity: 1;
}

.ptag {
    display: none;
}

.question {
    padding-top: 30px;
    padding-right: 40px;
    padding-bottom: 20px;
    font-size: 16px;
}

.answer {
    font-size: 16px;
    line-height: 26px;
    display: none;
    margin-bottom: 30px;
    text-align: justify;
    box-shadow: inset 0 0 10px 0px #00000042;
    padding: 25px;
    border-radius: 17px;
    color: #fb6ae1;
}

.faq-t {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
    float: right;
    position: relative;
    top: -55px;
    right: 10px;
    width: 10px;
    height: 10px;
    background: transparent;
    border-left: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    transition: all .3s ease-in-out;
}

.sektor_add {
    max-width: 1400px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.h1_add {
    font-family: 'Pavelt';
    font-size: 36px;
    margin: 25px 0 0 0;
    padding: 0;
    -webkit-text-stroke: 1px #fff;
    color: transparent;
}

.h1_add {
    font-size: 36px;
    margin: 25px 0 0 0;
    padding: 0;
    -webkit-text-stroke: 1px #fff;
    color: transparent;
    text-align: start;
    font-family: "Anta", sans-serif;
    text-transform: uppercase;
    text-align: center;
}

@media screen and (max-width: 767.98px) {
    .faq-t {
        display: none;
    }

    .question {
        padding-right: 0px;
    }

    main {
        padding: 7px 20px 50px 20px;
    }

    .answer {
        font-size: 16px;
        line-height: 21px;
        display: none;
        margin-bottom: 30px;
        text-align: justify;
        box-shadow: inset 0 0 10px 0px #00000042;
        padding: 25px;
        border-radius: 17px;
        color: #fb6ae1;
    }

    .h1_add {
        text-align: center;
    }


}

.ex_ps {
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 12px 15px;
    border-radius: 10px;
    box-shadow: inset 0 0 10px 0px #d364d34f;
}

.ex_ps img {
    max-width: 25px;
}

.ex_foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.card-body {
    background: #0197ff;
}

html.dark-mode .text-50,
html.dark-mode .text-muted {
    color: rgb(242 249 255) !important;
}

[dir] .mb-2,
[dir] .my-2 {
    margin-bottom: 0;
}

.ex_flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.ex_flex .ti {
    font-size: 50px;
}

[dir] .mb-2,
[dir] .my-2 {
    margin-bottom: 0 !important;
}

html[dir].dark-mode .page-separator__bg-bottom,
html[dir].dark-mode .page-separator__bg-top,
html[dir].dark-mode .page-separator__text {
    background-color: #0197ff;
    padding: 10px 20px;
    border-radius: 0;
}

html[dir].dark-mode .page-separator:before {
    background-color: #19191a00;
}

.logo_in {
    max-width: 400px;
    width: 100%;
}

.log_marg {
    margin: 83px 0 0 0;
}

html[dir].dark-mode .card {
    border-color: #19191a;
    background-color: #22242e00;
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .1), 0 3px 4px 0 rgba(0, 0, 0, .04), 0 1px 8px 0 rgba(0, 0, 0, .02);
}

.bg_ff {
    background: none;
}

[dir] .form-control:focus {
    background-color: #fff;
    border-color: #fff;
    box-shadow: inset 0 1px 1px rgba(39, 44, 51, .075), 0 0 0 1px #5567ff;
    color: #222 !important;
}

[src="captcha?f=login_frm"] {
    filter: invert(1);
    /* transform: translateX(-13px); */
    transform: translate(-14px, -5px);
}

.ex_log_text {

    background: no-repeat;
    /* border: 1px #9832cc solid; */
    font-size: 25px;
    font-weight: 300;
    font-family: "Anta", sans-serif;
    line-height: 93%;
    text-transform: uppercase;
    font-size: clamp(44px, 4vw, 50px);
    background-image: url('/images/titl.webp');
    background-clip: text;
    color: transparent !important;
    /* background-size: contain; */
    filter: brightness(6.5);
    text-align: center;
}

.ex_repass {
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.ex_inp {
    margin: 20px 0 0 0;
}

.ex_bt_now {
    background: none !important;
    border: 1px;
    text-transform: math-auto;
    font-weight: 400;
}

.text-center_in {
    text-align: right;
}

.ex_bt_login {
    background: #0197ff !important;
    padding: 10px 20px;
}

[action="resetpass"] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

[id="account/reset_pass_frm_Login"] {
    padding: .5rem .75rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #edf0f2;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(39, 44, 51, .075);
    min-width: 288px;
}
[id="account/reset_pass_frm_Mail"] {
    padding: .5rem .75rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #edf0f2;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(39, 44, 51, .075);
    min-width: 288px;
}

body>div.mdk-drawer-layout.js-mdk-drawer-layout>div>div.mdk-drawer-layout.js-mdk-drawer-layout>div>div>div>form>fieldset>table>tbody>tr:nth-child(1) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.page-separator__text {
 
    letter-spacing: 0 !important;
}

body>div.mdk-drawer-layout.js-mdk-drawer-layout>div>div.mdk-drawer-layout.js-mdk-drawer-layout>div>div>div>form>fieldset>table>tbody>tr:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin: 15px 0 0 0;
}
body>div.mdk-drawer-layout.js-mdk-drawer-layout>div>div.mdk-drawer-layout.js-mdk-drawer-layout>div>div>div>form>fieldset>table>tbody>tr:nth-child(1)>td:nth-child(1) {
    text-align: left;
    color: rgb(242 249 255 / 70%);
    text-transform: uppercase;
}

body>div.mdk-drawer-layout.js-mdk-drawer-layout>div>div.mdk-drawer-layout.js-mdk-drawer-layout>div>div>div>form>fieldset>table>tbody>tr:nth-child(2)>td:nth-child(1) {
        text-align: left;
    color: rgb(242 249 255 / 70%);
        text-transform: uppercase;
}

[src="captcha?f=account/reset_pass_frm"] {
    filter: invert(1);
    /* transform: translateX(-13px); */
    transform: translate(-14px, -5px);
}


.button-blue {
    color: #fff;
    background: #0197ff;
    padding: 10px 20px;
    border: 0;
    transform: translateY(-48px);
    transition: all 0.3s ease-in-out;
}
.button-blue:hover {
    background: #9832cc;
}

/* TODO: */

@media screen and (max-width: 767.98px) {

    .mdk-drawer-layout__content {
            min-height: 0;
        }

    .ex_repass {
        flex-direction: column;
        align-items: center;
        margin: 0 0 45px 0;
    }




    .log_marg {
        margin: 18px 0 0 0;
    }



    .ex_foot {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        flex-wrap: wrap;
        gap: 15px;
    }

    .ex_plans {
        margin: 60px 0 0 0;
    }

    .ex_box_plans {
        display: flex;
        justify-content: center;
        width: 100%;
        flex-wrap: wrap;
        align-items: center;
    }

    .ex_section {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .ex_stat_img {
        max-width: 40px;
    }

    .ex_stat_p span:nth-child(1) {
        font-family: "Anta", sans-serif;
        font-size: 20px;
    }

    .ex_stat {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        flex-wrap: wrap;
        gap: 20px;
    }

    .ex_box_left {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin: 35px 0 0 0;
        gap: 30px;
        flex-direction: column;
    }

    .focus_ex:focus {
        border: 0;
        outline: none;
    }

    [dir=ltr] .ml-xl-5,
    [dir=ltr] .mx-xl-5 {
        gap: 10px;
        padding: 0 20px;
    }

    .mdk-drawer-layout {
        margin: inherit;
        padding: 0 15px;
    }

    .ex_box_ab {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        flex-wrap: wrap;
        gap: 25px;
    }

    .ex_ic {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        flex-wrap: wrap;
    }

    .ex_ic p {
        text-align: center;
    }

    .ex_about {
        margin: 0px 0 60px 0;
    }

    .ex_box_row {
        display: flex;
        align-items: center;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .ex_ref_seo {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        flex-wrap: wrap;
    }


    .ex_ref_mix {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        flex-direction: column;
        padding: 38px 40px;
        min-width: 100%;
        border: 1px #842eb3fa solid;
        clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%, 0 11%);
    }

    .ex_box_ref h2 {
        text-transform: uppercase;
        font-size: 40px;
        font-family: "Anta", sans-serif;
        font-weight: normal;
        text-align: center;
        line-height: 100%;
    }

    .ex_ref {
        margin: 0px 0 50px 0;
    }
}
.swal2-popup.swal2-toast .swal2-title {
  color: #333 !important;
}