html,
body {
    margin: 0;
    padding: 0;
}
body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    background: #ddd;
}
a,
a:visited,
a:active {
    color: inherit;
}
header {
    display: flex;
    align-items: center;
    background-color: #2a313c;
}
nav {
    padding-right: 30px;
}
nav ul {
    list-style: none;
}
nav li {
    position: relative;
    display: inline-block;
    margin-inline: 15px;
}
nav li a {
    color: #fff;
    text-decoration: none;
}
nav li ul li {
    font-size: 13px;
}
nav li ul li:last-child {
    border-top: 1px solid #c9c9c9;
    margin-top: 9px;
    padding-top: 9px;
}
nav li ul li a {
    color: #000;
    text-decoration: none;
}
nav li a:hover {
    text-decoration: underline;
}
.dropdown ul {
    position: absolute;
    right: 0;
    min-width: 190px;
    margin-top: 7px;
    padding: 20px 4px;
    transform-origin: top;
    transform: scaleY(0);
    background-color: #fff;
    z-index: 10;
}
.dropdown:focus-within > ul {
    transform: scaleY(1);
}
.ch-3bow1 {
    margin-top: 6px;
    font-size: 13px;
}
.ch-3bow1 label {
    cursor: pointer;
}
.ch-3bow1 input {
    width: 21px;
    height: 18px;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
    background: transparent;
    border-radius: 3px;
    border: 1px solid #888;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}
.ch-3bow1 input:checked::before {
    content: "\2713";
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    color: #82a96c;
    background: #fff;
    font-size: 16px;
    font-weight: 900;
    top: -7px;
    left: 7px;
    box-sizing: border-box;
    z-index: 1001;
}
.ch-3bow1 input:checked::after {
    content: "";
    position: absolute;
    background: radial-gradient(circle, rgb(157, 239, 131) 0, rgba(255, 255, 255, 0) 100%);
    opacity: 0.5;
    z-index: 1002;
}
.sec-login {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 100svh;
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: cover;
    background-position: center bottom;
}
.sec-login.hh-oo00 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
}
.sec-login::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    display: block;
    height: 330px;
    background: linear-gradient(0deg, #000000b3, #1b1f2600);
}
.sec-login.hh-oo00::before {
    top: 0;
    height: auto;
    background: none;
    backdrop-filter: grayscale(0.8);
}
.sec-login aside {
    position: relative;
    flex: 1;
    width: 100%;
}
main {
    margin-top: 60px;
}
.sec-login.hh-oo00 main {
    margin-top: 0;
}
.box-330 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 330px;
    padding: 15px 0 8px;
    color: #474748;
    background: #fff;
    box-sizing: border-box;
    box-shadow: inset 0 0 5px 2px #fff;
}
.box-380 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 380px;
    padding: 0 0 8px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: inset 0 0 5px 2px #fff;
}
.box-380 .logo {
    width: 100%;
    height: 200px;
    background-color: #e5e4e4;
    text-shadow: 1px 1px #00000024;
    position: relative;
    margin-bottom: 34px;
    padding: 15px 30px;
    box-sizing: border-box;
    background-size: cover !important;
}
.box-380 h1 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: -2px;
    color: #fff;
    font-weight: 700;
    transform: scaleY(1.1);
    letter-spacing: -0.5px;
}
.box-380 .logo img {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 92px;
    height: 86px;
    border-radius: 10px;
}
.box-330 fieldset,
.box-380 fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
.utt-7yxx {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.df-2wwe {
    display: flex;
    flex-direction: column;
    align-items: center;
    user-select: none;
}
.ba-w8 {
    flex: 1;
    padding: 12px 15px 7px;
    background-color: #2a313c;
}
.ba-w8 p {
    font-size: 8px;
    letter-spacing: -0.2px;
    margin: 0 0 3px;
    text-transform: uppercase;
    transform: scaleY(1.5);
    color: #e9e9e9;
    font-weight: 600;
}
.ba-w8 img {
    transform: scaleY(0.8);
}
.ba-w9 {
    margin-top: 5px;
}
.ba-w9 h1 {
    font-size: 10px;
    letter-spacing: -0.4px;
    margin: 0;
    text-transform: uppercase;
    transform: scaleY(1.5);
    color: #333;
}
.ba-w9 img {
    margin-top: 4px;
}
.ba-w9 p {
    margin: 4px 0 10px;
    display: block;
    font-size: 11px;
    font-weight: 600;
    transform: scaleY(1.2);
}
.ttl-7yda {
    font-size: 13px;
    color: #fff;
}
.ttl-7yda .rotator p {
    opacity: 0;
    position: absolute;
    top: -4px;
    transition: opacity 0.8s;
    font-weight: 600;
}
.ttl-7yda .rotator {
    position: relative;
}
.ttl-7yda .rotator p.active {
    opacity: 1;
    position: relative;
    top: 0;
}
.ttl-7yda strong {
    font-size: 11px;
}
.ttl-7yda p {
    margin: 5px 0 0;
}
.ttl-7yda span {
    background-color: green;
    color: #fff;
    padding: 3px 5px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.2px;
    font-size: 9px;
    border-radius: 5px;
    margin-right: 2px;
}
.lb-w3df {
    display: inline-block;
    font-weight: 600;
    font-size: 13px;
    position: relative;
    top: 10px;
    color: #333;
    background-color: #fff;
    z-index: 1;
    padding: 0 7px;
    margin-left: 7px;
    letter-spacing: -0.5px;
}
.spac-01 {
    margin-top: 5px;
    padding: 7px 0;
}
.input-outside {
    width: 270px;
    position: relative;
    display: flex;
    align-items: center;
    height: 40px;
    border-radius: 3px;
    margin-top: 2px;
    margin-bottom: 2px;
    box-sizing: border-box;
}
.input-outside.w270 {
    min-width: 270px;
}
.input-outside svg {
    width: 16px;
    position: relative;
    top: 3px;
    left: 20px;
    z-index: 1;
}
.input-outside input {
    position: absolute;
    width: calc(100% + 2px);
    min-height: 40px;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    padding-left: 30px;
    font-family: inherit;
    font-size: 1em;
    color: inherit;
    letter-spacing: 0.5px;
    text-align: left;
    background: none;
    border: 1px solid #888;
    box-sizing: border-box;
    border-radius: 4px;
    appearance: none;
}
.input-outside input.pl-50 {
    padding-left: 50px;
}
.input-outside input:focus {
    top: -1px;
    bottom: -1px;
    left: -1px;
    width: calc(100% + 2px);
    outline: none;
    border: 2px solid #4dabf7;
}
.input-outside .eye {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    z-index: 1;
}
.input-outside .eye::before {
    content: url(../../img/eye-slash.svg);
    width: 22px;
    height: 22px;
    margin-top: 8px;
}
.input-outside .eye.visible::before {
    content: url(../../img/eye.svg);
}
.invalid-feedback {
    margin-top: 20px;
    margin-bottom: -14px;
    display: block;
    color: #cb0b0b;
    text-align: center;
    line-height: 1;
    font-size: 0.9em;
    font-weight: 600;
}
.pre-auth .header span {
    background-color: #c22;
    padding: 2px 10px;
    margin-left: 15px;
    border-radius: 2px;
}
.pre-auth div {
    margin: 5px 0;
}
.pre-auth .warn {
    color: #1f1a26;
}
.pre-auth .success {
    color: #0b9b0b;
}
.pre-auth .alert {
    color: #cb0b0b;
}
.pre-auth .info {
    padding: 0 20px;
    color: #0000ff;
}
.oi-t66xs {
    width: 310px;
    box-sizing: border-box;
}
.t6y-mkop {
    margin: 0 25px;
    padding-left: 15px;
    font-size: 12px;
    line-height: 16px;
}
.st--6yhu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.st--6yhu img {
    transform: skew(10deg, -5deg);
}
.btn-go467 {
    margin-top: 22px;
    margin-bottom: 10px;
}
.btn-go467 a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 270px;
    height: 44px;
    color: #fff;
    font-weight: 700;
    text-shadow: 1px 1px 1px #0004;
    background-color: #1e75c9;
    transition: background-color 0.3s;
    box-sizing: border-box;
    text-decoration: none;
}
.btn-go467.w270 a {
    min-width: 270px;
}
.btn-go467 a:hover {
    background-color: #1665b1;
}
.btn-go467 svg {
    position: absolute;
    right: 15px;
    width: 21px;
    pointer-events: none;
}
.btn-go467:hover {
    background-color: #1665b1;
}
.btn-go467:hover i {
    transform: translate(1px, -1px);
}
.kkau-op0 {
    margin: 10px 0 20px;
    text-align: center;
    font-size: 12px;
    color: #646464;
    line-height: 14px;
    max-width: 270px;
    padding-inline: 10px;
    box-sizing: border-box;
}
.kkau-op0 a {
    color: #1e75c9;
    text-decoration: none;
}
.hh-i90y {
    display: flex;
    align-items: center;
    max-width: 240px;
    width: 100%;
    line-height: normal;
    margin-top: 10px;
    text-decoration: none;
    color: inherit;
}
.hh-i90y > * {
    pointer-events: none;
}
.hh-i90y:hover {
    font-weight: 600;
    text-decoration: underline;
}
.hh-i90y img {
    min-width: 52px;
}
.jjm00p-2 {
    margin-left: 5px;
    flex: 1;
}
.jjm00p-2 p {
    margin: 0;
    font-size: 10px;
    line-height: 12px;
}
.x99-00p {
    margin-top: 15px;
}
.side-l88 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 120px;
    padding: 20px 15px;
    background: linear-gradient(0deg, transparent, #fff1);
}
.side-l88 h2 {
    margin-bottom: 0;
    margin-top: -30px;
    font-size: 30px;
    line-height: 68px;
    transform: scaleY(1.2);
    text-align: center;
    color: #fff;
    font-weight: 900;
}
.side-l88 h2 span {
    font-size: 48px;
    display: inline-block;
    transform: skew(350deg, 30deg) scaleX(1.5);
}
.side-l88 p {
    margin: 0 20px 35px;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
}
.side-l88 a,
.inp-001a a {
    background-color: #e70d76;
    line-height: 20px;
    max-width: 320px;
    display: block;
    padding: 11px 80px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color 0.3s;
}
.side-l88 a:hover,
.inp-001a a:hover {
    background-color: #ed2585;
}

.sec-bene {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background-color: #f4f6f8;
}
.sec-bene h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: left;
}
.sec-bene p {
    font-size: 1rem;
    max-width: 600px;
    text-align: center;
    margin-bottom: 50px;
}
.sec-bene ul {
    list-style: none;
    font-size: 1rem;
    margin-bottom: 2rem;
}
.sec-bene ul li {
    margin-bottom: 20px;
    font-size: 15px;
}
.sec-bene ul li strong {
    color: #1e75c9;
    transform: scaleY(1.1);
    display: inline-block;
}
.sec-recu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f2f2f2;
}
.sec-bloc {
    min-height: 100vh;
    background-color: #15191f;
}
.plus-hh2 {
    position: relative;
    min-height: inherit;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
    width: 100%;
}
.gt1-0060 {
    color: #fff;
    padding: 80px 0;
    font-weight: 600;
    font-size: 20px;
}
.gt1-0066 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -25px 0;
}
.pri-box1 {
    width: 110px;
    height: 80px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px;
    box-sizing: border-box;
    position: relative;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    transform: scaleY(1.5);
}
.pri-box1.child-1 {
    top: -10px;
    background-color: #f56e20;
}
.pri-box1.child-2 {
    left: -10px;
    background-color: #ff409c;
}
.pri-box1.child-3 {
    right: -10px;
    background-color: #004f8f;
}
.pri-box1.child-4 {
    bottom: -10px;
    background-color: #008000;
}
.ff7-homu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    padding: 2rem;
    width: 100%;
    box-sizing: border-box;
}
.sec-recu h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 80px;
    margin-bottom: 1rem;
    text-align: left;
}
.sec-recu p {
    font-size: 1rem;
    max-width: 600px;
    margin-bottom: 40px;
    text-align: center;
}
.tuim-09 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    padding-bottom: 30px;
    width: -webkit-fill-available;
}
.tuim-11a {
    margin: 10px 0px;
    background-color: #fff;
    padding: 10px 10px 25px;
}
.tuim-jjm {
    text-align: center;
    margin-top: 12px;
}
.tuim-11a h3 {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
}
.tuim-jkk p {
    text-align: left;
    margin-bottom: 0;
    margin-inline: 10px;
    font-size: 14px;
}
.tuim-jkk p:last-child {
    font-style: italic;
    margin-top: 15px;
    font-size: 0.9em;
}

.sec-cta {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background-color: #e8f4fb;
}
.sec-cta h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: left;
}
.sec-cta p {
    font-size: 1rem;
    max-width: 600px;
    text-align: center;
    margin-bottom: 50px;
}
.inp-001a {
    margin-bottom: 20px;
}
.inp-001a input {
    width: 300px;
    height: 42px;
    border-radius: 5px;
    border: none;
    padding: 0 20px;
    font-size: 15px;
}
.fre-56ty {
    width: 300px;
    margin: 40px auto 0;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #3b3e40;
}
.fre-56ty span {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    background-color: #e8f4fb;
    width: 70px;
    margin: 0 auto;
}
.inp-whats {
    margin-top: 40px;
}
.inp-whats a {
    display: flex;
    align-items: center;
    padding: 15px 23px;
    line-height: initial;
    color: #fff;
    background-color: #12a912;
    background: linear-gradient(90deg, #12a912, #0a810a);
    text-decoration: none;
}
.inp-whats a:hover {
    background: #0a810a;
}
.inp-whats-2 {
    margin-left: 15px;
}
.inp-whats-2 strong {
    font-weight: 900;
    font-size: 15px;
}
.inp-whats-2 p {
    margin: 0;
    font-weight: 700;
    text-align: left;
}

/* modal */

.modal-09 {
    position: fixed;
    inset: 0;
    background-color: #000e;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 30px;
}
.modal-09 > div {
    width: 100%;
    max-width: 500px;
    min-height: 300px;
    background-color: #fff;
    box-shadow: 0 0 210px #000;
}
.box-22 {
    position: relative;
}
.btn-fret4 {
    position: absolute;
    right: 15px;
    top: 6px;
}
.btn-fret4 a {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    padding: 2px 7px;
    line-height: normal;
    transform: scaleX(1.5);
    display: inline-block;
    text-decoration: none;
}
.btn-fret4 a span {
    pointer-events: none;
}
.op2-box {
    max-height: 295px;
    overflow: auto;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 32px;
}
.op2-2020 {
    flex-direction: column;
    align-items: flex-start;
    background-color: #d81a75;
    padding: 20px 0 20px 40px;
    color: #fff;
}
.op2-2020 h2 {
    margin-top: 0;
    margin-bottom: 5px;
}
.op2-2020 p {
    margin: 0 28px 0 0;
    font-size: 13px;
    display: flex;
    align-items: center;
    line-height: 14px;
}
.blink {
    width: 9px;
    min-width: 9px;
    height: 9px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 12px;
    border: 2px solid #fff;
    animation: blink 1s infinite ease-in-out;
    --blink-color: #59ff2f;
    background-color: var(--blink-color);
}
.blink-red {
    --blink-color: #ff0000;
}
@keyframes blink {
    0%,
    100% {
        background-color: var(--blink-color);
    }
    50% {
        background-color: #fff;
    }
}
.op2-2021 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.op2-2022,
.op2-2022b {
    padding: 0 35px 20px;
}
.op2-2022 strong {
    font-weight: 600;
    font-size: 13px;
    border-bottom: 1px solid #ccc;
    display: block;
    padding-left: 20px;
    padding-bottom: 2px;
    transform: scaleY(1.1);
    letter-spacing: 0.5px;
}
.op2-2022 ul {
    margin-top: 13px;
    padding-inline: 0;
    list-style: inside;
}
.op2-2022b ol {
    padding: 0;
    list-style: none;
}
.op2-2022 li,
.op2-2022b li {
    font-size: 0.9em;
    font-weight: 400;
    margin-bottom: 1px;
}
.op2-2022b h3 {
    margin: 0;
    color: initial;
    font-weight: 600;
    font-size: 13px;
}
.op2-2022b p {
    margin: 1px 5px 10px;
    color: #333;
}
.op2-2022b img {
    width: -webkit-fill-available;
}
.op2-2023 {
    position: absolute;
    right: 14px;
    bottom: 5px;
    background: none;
    padding: 0;
}
.op2-2024 {
    margin: 5px 35px 8px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.op2-2024 p {
    margin: 7px 5px 0;
    font-size: 0.9em;
    line-height: 15px;
    color: #333;
}
.op2-2024 strong {
    font-weight: 600;
    font-size: 13px;
    display: block;
    transform: scaleY(1.1);
    letter-spacing: 0.5px;
}
.op2-9823 {
    text-align: center;
}
.op2-9823 video {
    max-width: 80%;
}
footer {
    padding: 50px 20px 5px;
    background: linear-gradient(0deg, #000, #15191f);
    color: #fff;
}
.a78-rrae li {
    margin: 15px 25px;
}
.a78-rrae a {
    text-decoration: none;
}
.a78-rrae a:hover {
    text-decoration: underline;
}
.boom-09df {
    margin-top: 50px;
    text-align: center;
}
.boom-09df img {
    border-radius: 4px;
}
.lord-001 {
    margin: 10px 40px 34px;
    font-style: italic;
    font-size: 13px;
    color: #bdbdbd;
}
#client-ip {
    font-size: 11px;
    margin-left: 5px;
    vertical-align: 5px;
}
.locked::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
}

/* Tablet */
@media (min-width: 768px) {
}

/* Desktop */
@media (min-width: 1024px) {
    .sec-login {
        flex-direction: row;
        padding-left: 100px;
        background-size: 100% 110%;
    }
    .sec-login.hh-oo00 {
        min-height: calc(100vh - 59px);
    }
    main {
        margin-top: 0;
    }
    .sec-bene h2,
    .sec-recu h2,
    .sec-cta h2 {
        text-align: center;
    }
    .side-l88 {
        margin-top: 260px;
    }
    .side-l88 h2 {
        font-size: 38px;
    }
    .side-l88 h2 span {
        font-size: 58px;
    }
    .side-l88 p {
        margin-inline: 0;
        text-align: left;
        font-size: 17px;
    }
    .sec-bloc {
        min-height: auto;
    }
    .plus-hh2 {
        min-height: 150px;
        flex-direction: row;
    }
    .gt1-0060 {
        margin: 0 150px;
        padding: 0;
    }
    .tuim-11a {
        margin: 30px 9px;
        padding: 10px;
    }
    .input-outside {
        width: 240px;
        height: 34px;
    }
    .input-outside input {
        border: 1px solid #bdbdbd;
    }
    .btn-go467 a {
        width: 240px;
        height: 40px;
    }
    .ba-w8 {
        padding-inline: 30px;
    }
    footer {
        padding: 50px 50px 5px;
    }
    .a78-rrae li {
        margin: 6px 25px;
    }

    /* modal */

    .modal-09 {
        background-color: #0005;
    }
    .modal-09 > div {
        min-width: 400px;
    }
    .op2-2022b img {
        width: 300px;
    }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    box-shadow: 0 0 0px 1000px white inset !important;
    -webkit-text-fill-color: #000 !important;
    transition: background-color 9999s ease-in-out 0s;
}
