* {
    color: #fff;
}

body {
    margin: 0;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.4;
    color: #333;
    background-color: #1b2b38;
}
:where(.is-layout-flex) {
    gap: 0.5em;
}
body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important;
}
.wp-block-navibar a:where(:not(.wp-element-button)) {
    color: inherit;
}
:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
article,
footer,
header,
main,
nav {
    display: block;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
    outline-width: 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    color: #428bca;
    cursor: pointer;
    text-decoration: none;
}
a:active,
a:focus,
a:hover {
    color: #e66212;
    text-decoration: none;
    outline: 0;
}
a:active,
a:hover {
    outline: 0;
}
h1,
h2 {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.1;
    color: inherit;
}
h1 {
    margin: 0 0 10px;
    font-size: 1.4em;
}
@media (min-width: 768px) {
    h1 {
        font-size: 1.6em;
    }
}
@media (min-width: 992px) {
    h1 {
        font-size: 2em;
    }
}
h2 {
    font-size: 1.3em;
}
@media (min-width: 768px) {
    h2 {
        font-size: 1.4em;
    }
}
@media (min-width: 992px) {
    h2 {
        font-size: 1.5em;
    }
}
h2 {
    margin-top: 25px;
    margin-bottom: 10px;
}
p {
    margin: 0 0 10px;
}
.grid-col {
    margin: 0 auto;
}
@media (min-width: 992px) {
    .grid-col {
        width: 975px;
    }
}
@media (min-width: 1200px) {
    .grid-col {
        width: 1170px;
    }
}
.website-header {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}
.website-header:after,
.website-header:before {
    content: " ";
    display: table;
    line-height: 0;
}
.website-header:after {
    clear: both;
}
@media (min-width: 992px) {
    .website-header {
        min-height: 70px;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
.website-header-inner {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.website-header-inner:after,
.website-header-inner:before {
    content: " ";
    display: table;
    line-height: 0;
}
.website-header-inner:after {
    clear: both;
}
@media (min-width: 992px) {
    .website-header-inner {
        padding-left: 40px;
        padding-right: 40px;
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
.website-content {
    position: relative;
    display: block;
    padding: 30px 0;
}
@media (min-width: 992px) {
    .website-content {
        margin-top: 0;
    }
}
.website-content:after {
    content: "";
    display: block;
    clear: both;
}
.con-sec-area {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
}
@media (min-width: 992px) {
    .con-sec-area {
        float: left;
        width: 620px;
        padding-right: 0;
    }
}
@media (min-width: 1200px) {
    .con-sec-area {
        width: 740px;
        padding-left: 40px;
    }
}
.website-branding {
    text-align: center;
    padding: 20px 60px 20px 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media (min-width: 992px) {
    .website-branding {
        float: left;
        text-align: left;
        padding-right: 0;
    }
}
.header-separator {
    height: 1px;
    background: #ececec;
}
.website-footer {
    position: relative;
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.website-footer:after,
.website-footer:before {
    content: " ";
    display: table;
    line-height: 0;
}
.website-footer:after {
    clear: both;
}
.website-footer-inner {
    padding-left: 20px;
    padding-right: 20px;
}
@media (min-width: 992px) {
    .website-footer-inner {
        padding-left: 40px;
        padding-right: 40px;
    }
}
.footer-bottom {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.footer-bottom:after,
.footer-bottom:before {
    content: " ";
    display: table;
    line-height: 0;
}
.footer-bottom:after {
    clear: both;
}
@media (min-width: 992px) {
    .footer-bottom {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
.footer-info {
    text-align: center;
}
@media (min-width: 992px) {
    .footer-info {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 60%;
        flex: 1 0 60%;
    }
}
.main-navibar {
    position: relative;
    display: none;
    background: #5a80b1;
}
@media (min-width: 992px) {
    .main-navibar {
        display: block;
    }
}
.main-navibar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.main-navibar ul:after {
    content: "";
    display: block;
    clear: both;
}
.entry-title {
    font-size: 24px;
    margin: 0 0 30px;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
}
@media (min-width: 576px) {
    .entry-title {
        font-size: 26px;
    }
}
@media (min-width: 768px) {
    .entry-title {
        font-size: 30px;
        margin-bottom: 20px;
    }
}
.stranica-separator {
    margin: 0 0 30px -20px;
    height: 2px;
    background: #5a80b1;
}
@media (min-width: 1200px) {
    .stranica-separator {
        margin-left: -40px;
    }
}
.text-content-section h2 {
    margin: 0 0 25px;
    word-wrap: break-word;
}
.text-content-section p {
    margin-bottom: 25px;
}
.text-content-section table {
    width: 100%;
    margin: 20px 0;
    border: 1px solid #ccc;
    border-spacing: 0;
    border-collapse: collapse;
}
@media (max-width: 767px) {
    .text-content-section table {
        display: block;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
.text-content-section table td {
    border: 1px solid #ccc;
    padding: 7px 12px;
}
.text-content-section {
    padding-left: 0;
    word-wrap: break-word;
}
.text-content-section:after {
    content: "";
    display: block;
    clear: both;
}
body.sidebar-none .con-sec-area {
    float: none;
    width: auto;
    padding-right: 20px;
}
@media (min-width: 1200px) {
    body.sidebar-none .con-sec-area {
        padding-right: 40px;
    }
}
body.sidebar-none .text-content-section {
    padding-right: 0;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}
body.sidebar-none .entry-title {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.stranica-separator {
    background-color: #250d59;
}
body,
h1:not(.website-title),
h2 {
    font-family: Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
    color: #333;
}
@media (min-width: 576px) {
    body {
        font-size: 16px;
        line-height: 1.5;
    }
}
h1:not(.website-title),
h2 {
    font-weight: 700;
}
a {
    color: #250d59;
}
a:active,
a:focus,
a:hover {
    color: #e66212;
}
.website-header {
    background-color: #13212d;
    color: #333;
    border-radius: 0 0 10px 10px;
}
.main-navibar {
    background-color: #5a80b1;
}
.website-footer {
    background-color: #1e2528;
    color: #e2e2e2;
}
body.sidebar-none .entry-title,
body.sidebar-none .text-content-section {
    max-width: 1090px;
}
.action-btn-main,
.website-logo {
    text-transform: uppercase;
    font-weight: 700;
}
.website-logo {
    color: #7c5dff;
    font-size: 24px;
    margin: 0;
}
.action-btn-main {
    padding: 10px 15px;
    border-radius: 8px;
    background: #fd7d00;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.action-btn-main:first-child {
    background: #dafe31;
    color: #000;
    margin-right: 10px;
}
.action-btn-main:hover {
    color: #fff;
}
.website-branding {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

table a {
    color: #fff;
    text-decoration: underline;
}

.banner_img {
    content: '';
    clear: both;
    background: url(banner.png) center/contain no-repeat;
    height: 400px;
    display: block;
    margin-bottom: 25px;
}

@media (max-width: 470px) {
    .banner_img {
        height: 320px;
    }
    .action-btn-main:last-child {
        display: none;
    }
}

@media (max-width: 380px) {
    .banner_img {
        height: 270px;
    }
}
.img-wrap img {width: 100%; max-width: 100%; height: auto;}
.content_action-link {text-align: center;}
.content_action-link a {padding: 10px 18px; text-decoration: none; background: #dafe31; color: #000; border-radius: 8px; font-size: 16px; font-weight: 700; text-transform: uppercase;}

.action-btn-link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px 0;
}
.action-btn-link a {
    text-decoration: none;
    background: #735bfb;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 8px;
}
.btns {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    padding: 20px 0 0 0;
}
.btns .btn {
    display: flex;
    justify-content: center;
    text-decoration: none;
    border-radius: 10px;
    padding: 12px 10px;
    width: 150px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    color: #111;
    margin: 0 0 20px 0;
}
.btns .btn-1 {
    background-color: #ffd600;
}
.btns .btn-1:hover {
    box-shadow: 0 0 10px #ffd600;
}
.btns .btn-2 {
    background-color: #ff0066;
}
.btns .btn-2:hover {
    box-shadow: 0 0 10px #ff0066;
}
.btns .btn-3 {
    background-color: rgb(182, 21, 182);
}
.btns .btn-3:hover {
    box-shadow: 0 0 10px rgb(182, 21, 182);
}
.responsive-img img {
    width: auto;
    height: auto;
    max-width: 100%;
    height: 100%;
}
/* adv */
.adv {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 2rem 0;
}
.adv__item {
    background-color: #13212d;
    padding: 1.5rem;
    flex: 1;
    border-radius: 5px;
}
.adv__item ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 0 0 0 1.5rem;
    list-style: none;
}
.adv__item ul li {
    position: relative;
    font-size: 18px;
}
.adv__item .plus li::before {
    content: '+';
    position: absolute;
    top: -2.5px;
    left: -25px;
    font-size: 24px;
    color: #735bfb;
    font-weight: 600;
}
.adv__item .minus li::before {
    content: '-';
    position: absolute;
    top: -2.5px;
    left: -25px;
    font-size: 24px;
    color: #735bfb;
    font-weight: 600;
}

.container {
    max-width: 90vw;
    margin: 0 auto;
    padding: 0 16px;
}

.footer {
    padding: 30px 0;
    box-shadow: 2px 0 5px #735bfb;
}
.footer .container {
    display: flex;
    justify-content: center;
}

@media (max-width: 1199px) {
    .main {
        padding: 30px 0;
    }
    .main .banner {
        flex-direction: column;
        padding: 6.25vw 6.25vw 8.75vw 6.25vw;
        height: auto;
        gap: 20px;
        align-items: center;
    }
    .main .banner__img {
        width: 100%;
        position: inherit;
    }
    .main .banner .btns {
        bottom: 25px;
        top: auto;
        gap: 20px;
    }
    .main .banner .btns .btn {
        width: 100%;
    }
    .main .banner__text {
        font-size: 18px;
        gap: 0;
        font-weight: 500;
    }
    .main .banner__text .big {
        font-size: 28px;
        font-weight: 700;
    }
    .main .banner__btn {
        padding: 2.5vw 7.5vw;
        font-weight: 600;
    }
}
@media (max-width: 768px) {
    h1 {
        margin: 20px 0;
        font-size: 30px;
    }
    h2 {
        font-size: 24px;
        margin: 15px 0;
    }
    h3 {
        font-size: 20px;
        margin: 10px 0;
    }
    .container {
        max-width: 100%;
    }
    .header .container {
        flex-direction: column;
        gap: 15px;
    }
    .header .container .logo {
        flex: auto;
    }
    .header .container .logo img {
        max-width: 120px;
    }
    .header .container .auth {
        gap: 10px;
    }
    .header .container .auth .btn {
        padding: 8px 16px;
        font-weight: 500;
        font-size: 14px;
    }
    .main .content img {
        max-width: 100%;
    }
    .main .payments {
        max-width: 100%;
        gap: 2rem;
    }
    .adv {
        flex-direction: column;
    }
}
@keyframes blickBtn {
    0% {
        transform: translate(-200%, -25%) rotate(20deg);
    }
    20% {
        transform: translate(250%, -25%) rotate(20deg);
    }
    to {
        transform: translate(250%, -25%) rotate(20deg);
    }
}