﻿html,
body,
header,
nav,
footer,
div,
section,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
blockquote,
img,
mark,
s,
strong,
b,
i,
em,
u,
q,
small,
sub,
sup,
ul,
li,
form,
fieldset,
legend,
label,
article,
figure,
figcaption,
img,
button,
table,
th,
tr,
td,
caption,
details,
summary,
time {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-variant-numeric: lining-nums;
    scroll-behavior: smooth;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0)
}

button:focus,
a:focus {
    outline: 0
}

section,
header,
nav,
footer,
summary,
details,
figure,
figcaption,
div {
    display: block;
    box-sizing: border-box
}

body {
    line-height: 1
}

b,
strong {
    font-weight: bold
}

em,
i {
    font-style: italic
}

* {
    font-family: "Outfit", "Arial", sans-serif;
    hyphens: none
}

*::-moz-selection {
    background-color: #59ce86;
    color: #fff;
    font-variant-numeric: lining-nums
}

*::selection {
    background-color: #59ce86;
    color: #fff;
    font-variant-numeric: lining-nums
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: rgba(20, 20, 20, .7690196078)
}

::-webkit-scrollbar-thumb {
    background: #9c9200
}

::-webkit-scrollbar-thumb:hover {
    background: #dfd000;
    cursor: initial;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab
}

::-webkit-scrollbar-thumb:active {
    cursor: initial;
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing
}

body::before {
    content: "";
    display: block;
    position: fixed;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .7568627451);
    background-image: url("../images/bg-mob.jpg");
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    background-attachment: initial
}

@media only screen and (min-width: 576px) {
    body::before {
        background-image: url("../images/bg-desk.jpg")
    }
}

figure {
    margin-bottom: 35px
}

figure>img {
    border-radius: 5px;
    width: 100%;
    margin-bottom: 5px
}

figure>figcaption {
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    color: #fff
}

.bullet {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    overflow: hidden;
    margin: 0 auto 35px;
    max-width: 600px;
    border: 1px solid #dfa300;
    border-radius: 5px;
    padding: 1rem
}

.bullet>span {
    display: block;
    position: relative;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    z-index: 0;
    overflow: hidden;
    background: #dfa300
}

.bullet>span::after {
    content: "";
    display: block;
    width: 33px;
    height: 33px;
    position: absolute;
    z-index: 2;
    background-image: url("../images/sprite-layout.svg");
    background-size: 322px 131px;
    background-repeat: no-repeat
}

.bullet>p {
    display: block;
    box-sizing: border-box;
    width: calc(100% - 53px);
    margin: 5px 0 0 0;
    font-size: 22px;
    line-height: 130%;
    text-align: left;
    color: #fff
}

.bullet.bullet-arrow span::after {
    background-position: 0px -66px
}

.bullet.bullet-bonus span::after {
    background-position: -38px -67px
}

.bullet.bullet-checked span::after {
    background-position: -76px -66px
}

.bullet.bullet-exclamation span::after {
    background-position: -114px -66px
}

.bullet.bullet-plus span::after {
    background-position: -152px -66px;
    transform: rotate(45deg)
}

.bullet.bullet-refuse span::after {
    background-position: -152px -66px
}

.bullet.bullet-number>span {
    font-size: 22px;
    line-height: 33px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #dfa300
}

.box {
    margin: 0 auto 35px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 35px 20px 35px 20px;
    border: solid #dfa300 4px;
    border-radius: 30px
}

.box>p {
    font-size: 22px;
    line-height: 130%;
    color: #fff;
    text-align: center;
    margin-bottom: 10px
}

.box>h3 {
    font-size: 22px;
    line-height: 130%;
    color: #efe8d4;
    text-align: center;
    font-weight: 600
}

.box>h3 img {
    max-width: 50px;
    display: inline;
    padding-right: 10px
}

.boxIcons {
    display: flex;
    gap: 1em;
    margin: 2rem auto;
    width: 100%;
    flex-direction: column
}

.boxIcons .boxItems {
    display: inline-block;
    border: 1px solid #03a19c;
    border-radius: 1em;
    padding: 20px;
    text-align: center;
    background-color: rgba(0, 0, 0, .5450980392)
}

.boxIcons .boxItems>p {
    font-size: 18px;
    line-height: 130%;
    color: #fff;
    text-align: left;
    margin-bottom: 10px
}

.boxIcons .boxItems img {
    max-width: 60px;
    margin: 10px auto;
    display: block
}

@media only screen and (min-width: 768px) {
    .boxIcons {
        flex-direction: row
    }
}

.highlight {
    color: #0abd45
}

.highlight-2 {
    color: #efe8d4
}

.highlight-3 {
    color: #fff;
    background-color: #dfd000
}

.quote1 {
    display: block;
    box-sizing: border-box;
    margin-bottom: 35px;
    padding: 35px 20px;
    border: solid 1px rgba(0, 0, 0, .7568627451);
    border-left: solid 8px #dfd000;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .8)
}

.quote1-bullet {
    display: block;
    box-sizing: border-box;
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 auto 20px auto;
    border-radius: 50%;
    overflow: hidden;
    background: #dfa300
}

.quote1-bullet::after {
    content: "";
    display: block;
    width: 30px;
    height: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background-image: url("../images/sprite-layout.svg");
    background-size: 322px 131px;
    background-position: -157px -31px;
    background-repeat: no-repeat
}

.quote1-text {
    font-size: 22px;
    line-height: 130%;
    color: #fff;
    margin-bottom: 20px
}

.quote1-name {
    font-size: 18px;
    text-align: right;
    color: #fff;
    margin-bottom: 0
}

.quote2 {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    box-sizing: border-box;
    margin-bottom: 35px;
    border-radius: 5px;
    overflow: hidden
}

@media only screen and (min-width: 576px) {
    .quote2 {
        flex-flow: row wrap
    }
}

.quote2-wrapperBullet {
    display: block;
    position: relative;
    width: 100%;
    height: 50px;
    padding: 10px;
    background-color: #dfd000
}

@media only screen and (min-width: 576px) {
    .quote2-wrapperBullet {
        width: 80px;
        height: auto;
        padding: 0
    }
}

.quote2-wrapperBullet .quote2-bullet {
    display: block;
    width: 30px;
    height: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background-image: url("../images/sprite-layout.svg");
    background-size: 322px 131px;
    background-position: -157px -31px;
    background-repeat: no-repeat
}

@media only screen and (min-width: 576px) {
    .quote2-wrapperBullet .quote2-bullet {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: initial
    }
}

.quote2-wrapperText {
    display: block;
    box-sizing: border-box;
    padding: 20px 20px 20px 30px;
    width: 100%;
    background-color: rgba(0, 0, 0, .8)
}

@media only screen and (min-width: 576px) {
    .quote2-wrapperText {
        width: calc(100% - 80px)
    }
}

.quote2-wrapperText .quote2-text {
    font-size: 22px;
    line-height: 130%;
    color: #fff;
    margin-bottom: 20px
}

.quote2-wrapperText .quote2-name {
    font-size: 18px;
    text-align: right;
    color: #fff;
    margin-bottom: 0
}

.lazyImg {
    opacity: 0;
    transition: all .2s ease-in-out
}

.lazyImg-loaded {
    opacity: 1
}

.lazySpinner {
    width: 50px;
    margin: 0 auto 35px auto;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 8px solid #dfd000;
    animation: s10-1 .8s infinite linear alternate, s10-2 1.6s infinite linear
}

@keyframes s10-1 {
    0% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%)
    }

    12.5% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%)
    }

    25% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%)
    }

    50% {
        clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%)
    }

    62.5% {
        clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%)
    }

    75% {
        clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%)
    }

    100% {
        clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%)
    }
}

@keyframes s10-2 {
    0% {
        transform: scaleY(1) rotate(0deg)
    }

    49.99% {
        transform: scaleY(1) rotate(135deg)
    }

    50% {
        transform: scaleY(-1) rotate(0deg)
    }

    100% {
        transform: scaleY(-1) rotate(-135deg)
    }
}

.aempiricus_item,
.footer_content {
    opacity: 0
}

.animate {
    animation-duration: 1s;
    animation-fill-mode: both
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 20%, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(20%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translate3d(20%, 0, 0)
    }
}

.fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -20%, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-20%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes pulse {
    from {
        transform: scale3d(0.97, 0.97, 0.97)
    }

    50% {
        transform: scale3d(1, 1, 1)
    }

    to {
        transform: scale3d(0.97, 0.97, 0.97)
    }
}

.pulse {
    animation-name: pulse;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 2s
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in
    }

    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg)
    }

    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        transform: perspective(400px);
        opacity: 1
    }
}

.flipInY {
    animation-duration: 1s;
    backface-visibility: visible !important;
    animation-name: flipInY
}

.navBar {
    display: block;
    box-sizing: border-box;
    position: fixed;
    z-index: 6;
    top: -50px;
    width: 100%;
    height: 30px;
    background-color: rgba(0, 0, 0, .7568627451);
    border-bottom: solid 1px #dfd000;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, .5);
    transition: all .2s ease-in-out
}

.navBar .navBar_content {
    width: 100%;
    margin: 0 auto;
    width: 90%;
    position: relative;
    padding: 0
}

@media only screen and (min-width: 992px) {
    .navBar .navBar_content {
        padding-left: 20px;
        width: 100%;
        max-width: 1200px
    }
}

.navBar .navBar_logo {
    display: block;
    overflow: hidden;
    width: 110px;
    height: 26px;
    margin-top: 3px;
    background-image: url("../images/sprite-layout.svg");
    background-size: 322px 131px;
    background-position: left top;
    background-repeat: no-repeat;
    position: relative;
    left: 50%;
    transform-origin: top center;
    transform: translateX(-50%) scale(0.85);
    transition: all .5s ease
}

.navBar .navBar_logo.after_bell {
    transform-origin: top left;
    left: 0%;
    transform: translateX(0%) scale(0.85)
}

.navBar_fixed {
    top: 0
}

.disclaimer {
    width: 100%;
    background-color: rgba(0, 0, 0, .7568627451);
    border-bottom: solid 1px #dfd000
}

.disclaimer_content {
    margin: 0 auto;
    width: 100%;
    max-width: 950px;
    padding: 5px
}

.disclaimer p {
    display: block;
    width: 100%;
    position: relative;
    margin-left: 50%;
    margin-bottom: 0;
    transform: translateX(-50%);
    font-size: 12px;
    line-height: 130%;
    text-align: center;
    color: #fff;
    opacity: .5;
    transition: all .2s ease-in-out
}

@media only screen and (min-width: 576px) {
    .disclaimer p {
        font-size: 14px
    }
}

.disclaimer p.after_bell {
    text-align: left;
    width: calc(100% - 60px);
    margin-left: 2%;
    transform: translateX(0%);
    transition: all .2s ease-in-out
}

@media only screen and (min-width: 576px) {
    .disclaimer p.after_bell {
        width: 100%;
        margin-left: 50%;
        transform: translateX(-50%);
        text-align: center
    }
}

.bell {
    display: flex;
    justify-content: flex-end;
    position: fixed;
    background-color: #747474;
    top: -42px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    margin: 0 auto;
    width: 100%;
    padding-right: 10px;
    overflow: visible
}

@media only screen and (min-width: 992px) {
    .bell {
        width: 100%;
        max-width: 1200px
    }
}

.bell_button {
    cursor: pointer;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: 0;
    right: 0;
    z-index: 8;
    width: 42px;
    height: 42px;
    background-color: #000;
    overflow: hidden;
    transition: all .2s ease-in-out;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    outline: 0
}

.bell_button::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #dfd000;
    opacity: .6
}

.bell_button:hover {
    background-color: #dfd000
}

.bell_button-active {
    bottom: -42px
}

.bell_button-icon {
    width: 21px;
    height: 24px;
    background-image: url("../images/sprite-layout.svg");
    background-size: 322px 131px;
    background-repeat: no-repeat;
    background-position: -105px -31px;
    transform: scale(1.4)
}

.bell_box {
    width: 290px;
    height: auto;
    padding: 15px;
    position: fixed;
    top: calc(100% + 35px);
    right: 20px;
    z-index: 7;
    overflow: hidden;
    display: none;
    background-color: #fff;
    border-radius: 5px;
    color: #747474;
    font-size: 18px;
    line-height: 130%;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .2);
    transition: all 3s ease-in-out
}

.bell_box>p {
    font-style: normal;
    text-align: left
}

.bell_box>p>span {
    color: #dfd000;
    font-weight: bold
}

.bell_box-active {
    display: block
}

.bell_ring {
    animation: ring 4s .01s ease-in-out 3;
    background-position: -131px -31px;
    transform: scale(1.4)
}

@keyframes ring {
    0% {
        transform: rotate(0) scale(1.4)
    }

    1% {
        transform: rotate(30deg) scale(1.4)
    }

    3% {
        transform: rotate(-28deg) scale(1.4)
    }

    5% {
        transform: rotate(34deg) scale(1.4)
    }

    7% {
        transform: rotate(-32deg) scale(1.4)
    }

    9% {
        transform: rotate(30deg) scale(1.4)
    }

    11% {
        transform: rotate(-28deg) scale(1.4)
    }

    13% {
        transform: rotate(26deg) scale(1.4)
    }

    15% {
        transform: rotate(-24deg) scale(1.4)
    }

    17% {
        transform: rotate(22deg) scale(1.4)
    }

    19% {
        transform: rotate(-20deg) scale(1.4)
    }

    21% {
        transform: rotate(18deg) scale(1.4)
    }

    23% {
        transform: rotate(-16deg) scale(1.4)
    }

    25% {
        transform: rotate(14deg) scale(1.4)
    }

    27% {
        transform: rotate(-12deg) scale(1.4)
    }

    29% {
        transform: rotate(10deg) scale(1.4)
    }

    31% {
        transform: rotate(-8deg) scale(1.4)
    }

    33% {
        transform: rotate(6deg) scale(1.4)
    }

    35% {
        transform: rotate(-4deg) scale(1.4)
    }

    37% {
        transform: rotate(2deg) scale(1.4)
    }

    39% {
        transform: rotate(-1deg) scale(1.4)
    }

    41% {
        transform: rotate(1deg) scale(1.4)
    }

    43% {
        transform: rotate(0) scale(1.4)
    }

    100% {
        transform: rotate(0) scale(1.4)
    }
}

mark {
    color: #fff;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, rgba(223, 208, 0, 0.5) 50%);
    background-size: 200%;
    background-position: 0;
    transition: all .8s ease-in-out;
    border-radius: 3px;
    padding: 0 4px;
    -webkit-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone
}

mark.marked {
    background-position: -100%
}

.scrollDown {
    display: block;
    position: relative;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    padding: 0;
    border-radius: 5px
}

.scrollDown span {
    position: absolute;
    box-sizing: border-box;
    top: 10px;
    left: 50%;
    width: 50px;
    height: 50px;
    transform: translateX(-50%);
    border: 3px solid #dfd000;
    border-radius: 100%
}

@media only screen and (min-width: 768px) {
    .scrollDown span {
        width: 30px;
        border-radius: 50px
    }
}

.scrollDown span::after {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    transform: rotate(-45deg) translate(3px, -13px);
    border-left: 3px solid rgba(0, 0, 0, .7568627451);
    border-bottom: 3px solid rgba(0, 0, 0, .7568627451)
}

@media only screen and (min-width: 768px) {
    .scrollDown span::after {
        display: none
    }
}

.scrollDown span::before {
    content: "";
    position: absolute;
    box-sizing: border-box;
    top: 0;
    left: 0;
    z-index: 1;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    opacity: 0;
    box-shadow: 0 0 0 0 rgba(223, 208, 0, .1);
    animation: scroll-down-mob 2s infinite
}

@media only screen and (min-width: 768px) {
    .scrollDown span::before {
        top: 10px;
        left: 50%;
        width: 6px;
        height: 6px;
        margin-left: -3px;
        background-color: #fff;
        animation: scroll-down-desk 2s infinite
    }
}

@-webkit-keyframes scroll-down-mob {
    0% {
        opacity: 0
    }

    30% {
        opacity: 1
    }

    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, .3);
        opacity: 0
    }
}

@keyframes scroll-down-mob {
    0% {
        opacity: 0
    }

    30% {
        opacity: 1
    }

    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, .3);
        opacity: 0
    }
}

@keyframes scroll-down-desk {
    0% {
        transform: translate(0, 0);
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        transform: translate(0, 20px);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.headline {
    width: 100%;
    overflow: hidden;
    padding: 10px;
    background-color: rgba(0, 0, 0, .5607843137)
}

@media only screen and (min-width: 992px) {
    .headline {
        width: 100%;
        overflow: hidden;
        padding: 35px 0 70px 0
    }
}

.headline_content {
    width: 96%;
    margin: 0 auto;
    overflow: hidden
}

@media only screen and (min-width: 576px) {
    .headline_content {
        width: 80%
    }
}

@media only screen and (min-width: 768px) {
    .headline_content {
        width: 75%
    }
}

@media only screen and (min-width: 992px) {
    .headline_content {
        width: 100%;
        max-width: 850px
    }
}

.headline_content .headline_img-desk {
    display: none
}

@media only screen and (min-width: 576px) {
    .headline_content .headline_img-desk {
        display: block;
        width: 100%;
        max-width: 200px;
        margin: 0 auto 15px auto
    }
}

.headline_content .headline_img-mob {
    display: block;
    width: 100%;
    max-width: 100px;
    margin: 0 auto 15px auto
}

@media only screen and (min-width: 576px) {
    .headline_content .headline_img-mob {
        display: none
    }
}

.headline_content>h1 {
    font-size: 28px;
    line-height: 130%;
    text-align: center;
    color: #efe8d4;
    margin-bottom: 35px
}

@media only screen and (min-width: 768px) {
    .headline_content>h1 {
        font-size: 48px
    }
}

.headline_content>h2 {
    font-size: 20px;
    line-height: 130%;
    font-weight: 500;
    text-align: center;
    color: #fff;
    margin-bottom: 35px
}

.headline_content>h3 {
    font-size: 26px;
    line-height: 130%;
    font-weight: 500;
    text-align: left;
    color: #fff
}

.headline_content>h3::after {
    content: "";
    display: block;
    width: 200px;
    height: 2px;
    margin: 15px 0;
    background-color: #dfd000;
    border-radius: 5px
}

.headline_content>p {
    font-size: 22px;
    line-height: 130%;
    text-align: center;
    margin-bottom: 35px;
    color: #fff
}

.headline_content>p>span {
    background-color: #59ce86;
    padding: 0 5px;
    border-radius: 5px
}

.headline_content>hr {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #dfd000;
    border: 0;
    margin: 0 auto 35px auto;
    border-radius: 5px
}

.headline_content>img {
    border-radius: 5px;
    width: 100%;
    margin-bottom: 5px
}

.headline_content>ul {
    list-style: none
}

.headline_content>ul>li {
    font-size: 22px;
    line-height: 130%;
    color: #fff
}

.headline_content>ul>li:last-child {
    margin-bottom: 35px
}

.headline_content>ul>li::before {
    content: "●";
    color: #dfd000;
    font-weight: bold;
    display: inline-block;
    margin-right: 10px
}

.headline_content>ol {
    list-style-type: numeric;
    list-style-position: outside
}

.headline_content>ol>li {
    font-size: 22px;
    line-height: 130%;
    color: #fff
}

.headline_content>ol>li:last-child {
    margin-bottom: 35px
}

.main {
    overflow: hidden
}

.acessos {
    overflow: hidden;
    padding: 2rem;
    border-top: 4px solid #939393
}

@media only screen and (min-width: 992px) {
    .acessos {
        padding: 70px 0 35px 0
    }
}

.acessos_content {
    width: 95%;
    margin: 0 auto;
    overflow: hidden
}

@media only screen and (min-width: 576px) {
    .acessos_content {
        width: 80%
    }
}

@media only screen and (min-width: 768px) {
    .acessos_content {
        width: 75%
    }
}

@media only screen and (min-width: 992px) {
    .acessos_content {
        width: 100%;
        max-width: 700px
    }
}

.acessos_content>hr {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #dfd000;
    border: 0;
    margin: 30px auto 35px auto;
    border-radius: 5px
}

.painel {
    display: block
}

.painel .convidado {
    display: block;
    width: 100%;
    max-width: 180px;
    border-radius: 20px;
    margin: 0 auto 20px
}

@media only screen and (min-width: 992px) {
    .painel {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: start;
        justify-items: end;
        column-gap: 2rem
    }

    .painel .convidado {
        display: block;
        width: 100%;
        max-width: 250px;
        border-radius: 20px
    }
}

.painel>h3 {
    color: #dfa300;
    font-size: 28px;
    line-height: 130%;
    text-align: left;
    margin-bottom: 5px;
    font-weight: 800
}

.painel>p {
    color: #fff;
    font-size: 22px;
    line-height: 130%;
    text-align: left;
    margin-bottom: 15px
}

.painel_content>p {
    color: #fff;
    font-size: 22px;
    line-height: 130%;
    text-align: left;
    margin-bottom: 15px
}

.painel_content>h3 {
    color: #dfa300;
    font-size: 28px;
    line-height: 130%;
    text-align: left;
    margin-bottom: 5px;
    font-weight: 800
}

.yyy {
    overflow: hidden;
    background-color: rgba(0, 0, 0, .8);
    padding: 1rem 2rem
}

@media only screen and (min-width: 992px) {
    .yyy {
        padding: 70px 0 35px 0
    }
}

.yyy_content {
    width: 96%;
    margin: 0 auto;
    overflow: hidden
}

@media only screen and (min-width: 576px) {
    .yyy_content {
        width: 80%
    }
}

@media only screen and (min-width: 768px) {
    .yyy_content {
        width: 75%
    }
}

@media only screen and (min-width: 992px) {
    .yyy_content {
        width: 100%;
        max-width: 950px
    }
}

.yyy_content>p {
    color: #fff;
    font-size: 22px;
    line-height: 130%;
    text-align: left;
    margin-bottom: 35px
}

.zzz {
    overflow: hidden;
    background-color: rgba(0, 0, 255, .5);
    padding: 70px 0 35px 0
}

.zzz_content {
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
    background-color: rgba(255, 255, 255, .2)
}

@media only screen and (min-width: 576px) {
    .zzz_content {
        width: 80%
    }
}

@media only screen and (min-width: 768px) {
    .zzz_content {
        width: 75%
    }
}

@media only screen and (min-width: 992px) {
    .zzz_content {
        width: 100%;
        max-width: 950px
    }
}

.zzz_content>p {
    color: #fff;
    font-size: 22px;
    line-height: 130%;
    text-align: center;
    margin-bottom: 35px
}

h1.title_section {
    font-size: 28px;
    line-height: 130%;
    font-weight: bold;
    text-align: center;
    margin-top: 50px
}

@media only screen and (min-width: 768px) {
    h1.title_section {
        font-size: 36px
    }
}

h1.title_section::after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    margin: 15px auto;
    background-color: #dfd000;
    border-radius: 5px
}

.cta {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin: 0px auto;
    padding: 5px;
    font-family: "Outfit", "Arial", sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 130%;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
    background: linear-gradient(45deg, #0bbd0b 0%, #099e3b 100%);
    border-radius: 25px;
    transform: perspective(1px) translateZ(0)
}

.cta::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(45deg, #099e3b 0%, #0bbd0b 100%);
    border-radius: 25px;
    transform: scaleY(0);
    transform-origin: 50%;
    transition: all .2s ease-in-out
}

.cta:hover::before {
    transform: scaleY(1)
}

.cta:hover {
    color: #fff
}

.cta-openModal {
    display: block;
    margin: 0px auto 35px auto;
    padding: 15px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .4);
    max-width: 920px
}

@media only screen and (min-width: 768px) {
    .cta-openModal {
        padding: 20px 60px;
        font-size: 24px;
        line-height: 130%;
        max-width: max-content
    }
}

.bell_cta {
    display: block;
    margin: 15px auto 0 auto;
    padding: 8px 5px 6px 5px;
    font-size: 16px
}

.form_cta {
    width: fit-content;
    margin: 15px auto;
    padding: 15px 15px;
    font-size: 18px
}

.form_submit {
    margin: 15px auto;
    padding: 15px 15px;
    font-size: 18px
}

.footer_ctaButton {
    display: block;
    padding: 10px;
    font-size: 16px
}

.cta-disabled {
    cursor: initial;
    opacity: .3;
    color: rgba(0, 0, 0, 0)
}

.cta-disabled::before {
    transform: none;
    transform-origin: initial;
    transition: none
}

.cta-disabled:hover::before {
    transform: none
}

.cta-disabled::after {
    content: "Aguarde...";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    transform: translate(-50%, -50%)
}

.aempiricus {
    display: none;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    padding: 70px 0;
    background-color: rgba(0, 0, 0, .8298039216)
}

@media only screen and (min-width: 576px) {
    .aempiricus {
        background-color: rgba(0, 0, 0, .7)
    }
}

.aempiricus .aempiricus_content {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 94%;
    margin: 0 auto;
    max-width: 400px
}

@media only screen and (min-width: 768px) {
    .aempiricus .aempiricus_content {
        max-width: 750px
    }
}

@media only screen and (min-width: 992px) {
    .aempiricus .aempiricus_content {
        max-width: 950px
    }
}

.aempiricus .aempiricus_item {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto 70px auto
}

.aempiricus .aempiricus_item:last-child {
    margin-bottom: 0
}

@media only screen and (min-width: 768px) {
    .aempiricus .aempiricus_item {
        width: 30%;
        max-width: initial;
        margin: 0
    }
}

.aempiricus .aempiricus_item .aempiricus_icon {
    display: block;
    width: 100%;
    max-width: 100px;
    margin: 0 auto 12px auto
}

.aempiricus .aempiricus_item .aempiricus_icon path,
.aempiricus .aempiricus_item .aempiricus_icon polyline,
.aempiricus .aempiricus_item .aempiricus_icon line,
.aempiricus .aempiricus_item .aempiricus_icon polygon,
.aempiricus .aempiricus_item .aempiricus_icon rect,
.aempiricus .aempiricus_item .aempiricus_icon circle {
    fill: none;
    stroke: #fff;
    stroke-width: 2px;
    stroke-dasharray: 1000px;
    stroke-dashoffset: 1000px
}

.aempiricus .aempiricus_item .aempiricus_icon .aempiricus_icon-draw {
    animation: empiricus_icon-draw 30s linear forwards
}

@keyframes empiricus_icon-draw {
    to {
        stroke-dashoffset: 0
    }
}

.aempiricus .aempiricus_item h3 {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 130%;
    font-weight: bold;
    text-align: center;
    color: #fff
}

.aempiricus .aempiricus_item h3::after {
    content: "";
    display: block;
    width: 100px;
    height: 2px;
    margin: 12px auto 11px auto;
    background-color: #dfd000;
    border-radius: 5px
}

.aempiricus .aempiricus_item p {
    display: block;
    box-sizing: border-box;
    width: 100%;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #fff
}

.footer {
    display: block;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    font-family: "Outfit", "Arial", sans-serif;
    border-top: solid 1px #dfd000;
    background-color: rgba(8, 8, 8, .7617254902)
}

.footer .footer_content {
    display: block;
    box-sizing: border-box;
    width: 84%;
    margin: 0 auto;
    padding: 70px 0
}

@media only screen and (min-width: 768px) {
    .footer .footer_content {
        width: 100%;
        max-width: 700px
    }
}

@media only screen and (min-width: 992px) {
    .footer .footer_content {
        width: 100%;
        max-width: 950px
    }
}

.footer .footer_disclaimer p {
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, .5098039216);
    text-align: left
}

.footer .footer_disclaimer h4 {
    font-size: 18px;
    line-height: 130%;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, .5098039216);
    text-align: left
}

.footer .footer_disclaimer [data-regulamento] {
    display: none
}

.footer .footer_disclaimer [data-regulamento] a {
    color: rgba(255, 255, 255, .5098039216);
    text-decoration: underline
}

.footer .footer_disclaimer [data-regulamento] a:hover {
    text-decoration-color: #dfd000
}

.footer .footer_copyright {
    display: block;
    position: relative;
    width: 100%;
    background-color: #000;
    border-top: 1px solid #dfd000;
    padding: 0px 10px;
    height: 80px;
    background-color: rgba(0, 0, 0, .7568627451)
}

.footer .footer_copyright p {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 130%;
    font-weight: normal;
    color: #dbdbdb;
    text-align: center;
    padding-top: 27px
}

.footer .footer_copyright-activeCTA {
    height: 120px
}

.footer .footer_copyright-activeCTA p {
    padding-top: 15px
}

.footer .footer_copyright .footer_scrollTop-button {
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: -40px;
    left: 0;
    right: initial;
    z-index: 1;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 0 4px 0 0;
    border: none;
    border-top: 1px solid #dfd000;
    border-right: 1px solid #dfd000;
    background-color: rgba(0, 0, 0, .7568627451);
    transition: all .2s ease-in-out
}

@media only screen and (min-width: 768px) {
    .footer .footer_copyright .footer_scrollTop-button {
        left: initial;
        right: 0;
        border-radius: 4px 0 0 0;
        border: none;
        border-top: 1px solid #dfd000;
        border-left: 1px solid #dfd000
    }
}

.footer .footer_copyright .footer_scrollTop-button::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 10px;
    z-index: 1;
    background-image: url("../images/sprite-layout.svg");
    background-size: 322px 131px;
    background-repeat: no-repeat;
    background-position: -165px 0px
}

.footer .footer_copyright .footer_scrollTop-button:active,
.footer .footer_copyright .footer_scrollTop-button:focus {
    background-color: rgba(0, 0, 0, .7568627451)
}

.footer .footer_copyright .footer_scrollTop-button:hover {
    background-color: #dfd000
}

.footer_ctaButtonWrapper {
    width: 100%;
    position: fixed;
    bottom: -120px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 10px 70px 10px;
    z-index: 2;
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, .5);
    transition: all .2s ease-in-out
}

@media only screen and (min-width: 576px) {
    .footer_ctaButtonWrapper {
        max-width: 400px
    }
}

.realizacao {
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
    display: block;
    margin-bottom: 35px
}

.footer_accordion-item {
    margin: 0 auto 25px auto;
    font-family: "Outfit", "Arial", sans-serif
}

.footer_accordion-item:last-child {
    margin: 0 auto
}

.footer_accordion-toggle {
    cursor: pointer;
    display: flex;
    box-sizing: border-box;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 7px 10px;
    background-color: rgba(20, 20, 20, .7690196078);
    border-radius: 5px;
    transition: all .2s ease-in-out
}

.footer_accordion-toggle:hover,
.footer_accordion-toggle-bgActive {
    background-color: rgba(39, 39, 39, .7811764706)
}

.footer_accordion-toggle:hover h4,
.footer_accordion-toggle-bgActive h4 {
    color: #fff !important
}

.footer_accordion-toggle:hover span,
.footer_accordion-toggle-bgActive span {
    opacity: 1 !important
}

.footer_accordion-toggle:hover button::after,
.footer_accordion-toggle:hover button::before,
.footer_accordion-toggle-bgActive button::after,
.footer_accordion-toggle-bgActive button::before {
    background-color: #fff !important
}

.footer_accordion-toggle span {
    opacity: .6;
    width: 20px;
    height: 20px;
    transition: all .2s ease-in-out;
    align-content: flex-start;
    align-self: self-start
}

.footer_accordion-toggle span.iconImportante {
    background-image: url("../images/sprite-layout.svg");
    background-size: 322px 131px;
    background-position: -115px 0px
}

.footer_accordion-toggle span.iconEmpiricus {
    background-image: url("../images/sprite-layout.svg");
    background-size: 249px 100px;
    background-position: -2px 24px
}

.foco {
    width: 100%;
    max-width: 900px;
}

.footer_accordion-toggle h4 {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: rgba(255, 255, 255, .5098039216);
    text-align: left;
    width: calc(100% - 60px);
    transition: all .2s ease-in-out
}

@media only screen and (min-width: 576px) {
    .footer_accordion-toggle h4 {
        font-size: 16px
    }
}

.footer_accordion-toggle button {
    cursor: pointer;
    display: block;
    width: 20px;
    height: 20px;
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    transform: rotate(0deg);
    transition: all .2s ease-in-out
}

.footer_accordion-toggle button::after,
.footer_accordion-toggle button::before {
    content: "";
    display: block;
    background-color: rgba(255, 255, 255, .5098039216);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1px;
    transform: translate(-50%, -50%);
    border-radius: 5px
}

.footer_accordion-toggle button::before {
    width: 3px;
    height: 12px
}

.footer_accordion-toggle button::after {
    width: 12px;
    height: 3px
}

.footer_accordion-toggle button.button_accordion-active {
    transform: rotate(45deg)
}

.footer_accordion-box {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding: 0
}

.footer_accordion-box p {
    font-size: 14px;
    line-height: 150%;
    color: rgba(255, 255, 255, .5098039216);
    padding: 10px
}

.footer_accordion-box p a {
    color: rgba(255, 255, 255, .5098039216)
}

.footer_accordion-box p a:hover {
    text-decoration-color: #dfd000
}

.footer_accordion-box ul {
    list-style: none
}

.footer_accordion-box ul li {
    font-size: 20px;
    color: #525252;
    line-height: 130%
}

.footer_accordion-box ul li:last-child {
    margin-bottom: 30px
}

.footer_accordion-box ul li::before {
    content: "•";
    color: #dfd000;
    font-weight: bold;
    display: inline-block;
    margin-right: 10px
}

.footer_accordion-visible {
    display: block;
    opacity: 1;
    height: auto
}

.footer_accordion-visible.footer_accordion_box {
    padding: 30px 10px 0 30px
}

@media only screen and (min-width: 768px) {
    .footer_accordion-visible.footer_accordion_box {
        padding: 30px 10px 0 75px
    }
}

.modal {
    display: none;
    box-sizing: border-box;
    flex-flow: column wrap;
    justify-content: flex-start;
    position: fixed;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: linear-gradient(135deg, rgba(223, 208, 0, 0.7) 0%, rgba(0, 0, 0, 0.95) 40%);
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    overflow: auto
}

@media only screen and (min-width: 768px) {
    .modal {
        justify-content: center
    }
}

.modal_content {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 5px;
    overflow: visible;
    padding: 20px 20px 60px 20px
}

@media only screen and (min-width: 768px) {
    .modal_content {
        padding: 0px
    }
}

.modal_content p.modal_complianceText {
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    color: rgba(255, 255, 255, .5803921569)
}

.modal_content p.modal_complianceText a {
    color: rgba(255, 255, 255, .5803921569);
    text-decoration: underline
}

.modal_content p.modal_complianceText a:hover {
    text-decoration-color: #dfd000
}

.modal_btnClose {
    cursor: pointer;
    display: block;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 0px;
    left: 50%;
    top: initial;
    right: initial;
    transform: translateX(-50%);
    background-color: #dfd000;
    border-radius: 50%;
    transition: all .2s ease-in-out
}

.modal_btnClose:hover {
    background-color: rgba(223, 208, 0, .6)
}

.modal_btnClose::after {
    content: "";
    display: block;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("../images/sprite-layout.svg");
    background-size: 322px 131px;
    background-repeat: no-repeat;
    background-position: -152px -66px
}

@media only screen and (min-width: 768px) {
    .modal_btnClose {
        position: absolute;
        transform: none;
        top: -10px;
        bottom: initial;
        right: 0px;
        left: initial;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, 0)
    }

    .modal_btnClose:hover {
        background-color: #dfd000
    }
}

form {
    display: block;
    overflow: hidden;
    max-height: 900px;
    transition: all .2s ease-in-out;
    opacity: 1
}

form.form_hide {
    max-height: 0;
    opacity: 0
}

form legend {
    display: block;
    box-sizing: border-box;
    width: 100%;
    font-size: 24px;
    line-height: normal;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff
}

form .form_field {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    box-shadow: none;
    margin: 12px 0 0 0;
    border-radius: 5px;
    border: solid 1px #fff;
    background-color: #fff
}

form .form_field:focus {
    outline-color: rgba(0, 0, 0, 0);
    outline-style: none;
    outline-width: 0px
}

form .form_field:focus-within {
    box-shadow: inset 3px 5px 6px rgba(0, 0, 0, .3)
}

form .form_field .form_icon {
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 30px;
    margin-left: 10px;
    background-color: #8c8c8c;
    mask-image: url("../images/sprite-form.svg");
    mask-repeat: no-repeat;
    mask-size: 20px 550px;
    -webkit-mask-image: url("../images/sprite-form.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 20px 550px;
    -moz-mask-image: url("../images/sprite-form.svg");
    -moz-mask-repeat: no-repeat;
    -moz-mask-size: 20px 550px
}

form .form_field .form_icon-email {
    mask-position: center -10px;
    -webkit-mask-position: center -10px;
    -moz-mask-position: center -10px
}

form .form_field .form_icon-name {
    mask-position: center -61px;
    -webkit-mask-position: center -61px;
    -moz-mask-position: center -61px
}

form .form_field .form_icon-whats {
    mask-position: center -111px;
    -webkit-mask-position: center -111px;
    -moz-mask-position: center -111px
}

form .form_field .form_icon-patrimony {
    mask-position: center -161px;
    -webkit-mask-position: center -161px;
    -moz-mask-position: center -161px
}

form .form_field .form_icon-cpf {
    mask-position: center -209px;
    -webkit-mask-position: center -209px;
    -moz-mask-position: center -209px
}

form .form_field .form_icon-trading {
    mask-position: center -510px;
    -webkit-mask-position: center -510px;
    -moz-mask-position: center -510px
}

form .form_field:has(.form_icon-email):focus-within .form_icon-email,
form .form_field:has(.form_icon-name):focus-within .form_icon-email,
form .form_field:has(.form_icon-whats):focus-within .form_icon-email,
form .form_field:has(.form_icon-patrimony):focus-within .form_icon-email,
form .form_field:has(.form_icon-cpf):focus-within .form_icon-email,
form .form_field:has(.form_icon-trading):focus-within .form_icon-email {
    background-color: #dfd000
}

form .form_field:has(.form_icon-email):focus-within .form_icon-name,
form .form_field:has(.form_icon-name):focus-within .form_icon-name,
form .form_field:has(.form_icon-whats):focus-within .form_icon-name,
form .form_field:has(.form_icon-patrimony):focus-within .form_icon-name,
form .form_field:has(.form_icon-cpf):focus-within .form_icon-name,
form .form_field:has(.form_icon-trading):focus-within .form_icon-name {
    background-color: #dfd000
}

form .form_field:has(.form_icon-email):focus-within .form_icon-whats,
form .form_field:has(.form_icon-name):focus-within .form_icon-whats,
form .form_field:has(.form_icon-whats):focus-within .form_icon-whats,
form .form_field:has(.form_icon-patrimony):focus-within .form_icon-whats,
form .form_field:has(.form_icon-cpf):focus-within .form_icon-whats,
form .form_field:has(.form_icon-trading):focus-within .form_icon-whats {
    background-color: #25d366
}

form .form_field:has(.form_icon-email):focus-within .form_icon-patrimony,
form .form_field:has(.form_icon-name):focus-within .form_icon-patrimony,
form .form_field:has(.form_icon-whats):focus-within .form_icon-patrimony,
form .form_field:has(.form_icon-patrimony):focus-within .form_icon-patrimony,
form .form_field:has(.form_icon-cpf):focus-within .form_icon-patrimony,
form .form_field:has(.form_icon-trading):focus-within .form_icon-patrimony {
    background-color: #dfd000
}

form .form_field:has(.form_icon-email):focus-within .form_icon-cpf,
form .form_field:has(.form_icon-name):focus-within .form_icon-cpf,
form .form_field:has(.form_icon-whats):focus-within .form_icon-cpf,
form .form_field:has(.form_icon-patrimony):focus-within .form_icon-cpf,
form .form_field:has(.form_icon-cpf):focus-within .form_icon-cpf,
form .form_field:has(.form_icon-trading):focus-within .form_icon-cpf {
    background-color: #dfd000
}

form .form_field:has(.form_icon-email):focus-within .form_icon-trading,
form .form_field:has(.form_icon-name):focus-within .form_icon-trading,
form .form_field:has(.form_icon-whats):focus-within .form_icon-trading,
form .form_field:has(.form_icon-patrimony):focus-within .form_icon-trading,
form .form_field:has(.form_icon-cpf):focus-within .form_icon-trading,
form .form_field:has(.form_icon-trading):focus-within .form_icon-trading {
    background-color: #dfd000
}

form .form_field .form_input {
    display: block;
    box-sizing: border-box;
    width: calc(100% - 40px);
    padding: 10px 20px 10px 0;
    font-size: 18px;
    line-height: normal;
    color: #000;
    box-shadow: none;
    border: none;
    border-bottom: rgba(0, 0, 0, 0) solid 1px;
    background-color: rgba(0, 0, 0, 0);
    outline: none;
    caret-color: #dfd000
}

form .form_field .form_input#lockedInput {
    background-image: url("../images/sprite-form.svg");
    background-size: 50px 550px;
    background-repeat: no-repeat;
    background-position: calc(100% + 10px) -451px
}

form .form_field .form_input.succesfulInput {
    background-image: url("../images/sprite-form.svg");
    background-size: 50px 550px;
    background-repeat: no-repeat;
    background-position: calc(100% + 10px) -250px
}

form .form_field .form_input.errorInput {
    background-image: url("../images/sprite-form.svg");
    background-size: 50px 550px;
    background-repeat: no-repeat;
    background-position: calc(100% + 10px) -400px
}

form .form_field .form_input:focus,
form .form_field .form_input:active {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: solid 1px rgba(0, 0, 0, 0) !important;
    outline: none
}

form .form_field .form_input::placeholder {
    color: #8e8e8e;
    opacity: 1
}

form .form_field .form_input::-ms-input-placeholder {
    color: #8e8e8e
}

form .form_field .form_btnOpenList-patrimony,
form .form_field .form_btnOpenList-trading {
    display: block;
    box-sizing: border-box;
    width: calc(100% - 40px);
    padding: 10px 20px 10px 0;
    text-align: left;
    font-size: 18px;
    line-height: normal;
    color: #8e8e8e;
    box-shadow: none;
    border: none;
    border-bottom: rgba(0, 0, 0, 0) solid 1px;
    outline: none;
    background-image: url("../images/sprite-form.svg");
    background-size: 50px 550px;
    background-repeat: no-repeat;
    background-position: calc(100% + 10px) -305px
}

form .form_field .form_btnOpenList-patrimony:focus,
form .form_field .form_btnOpenList-patrimony:active,
form .form_field .form_btnOpenList-trading:focus,
form .form_field .form_btnOpenList-trading:active {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: solid 1px rgba(0, 0, 0, 0) !important;
    outline: none
}

form .form_field .form_btnOpenList-patrimony.form_btnOpenList-patrimony-active,
form .form_field .form_btnOpenList-patrimony.form_btnOpenList-trading-active,
form .form_field .form_btnOpenList-trading.form_btnOpenList-patrimony-active,
form .form_field .form_btnOpenList-trading.form_btnOpenList-trading-active {
    background-position: calc(100% + 10px) -355px;
    border-bottom: rgba(0, 0, 0, 0) solid 1px !important
}

form .form_field .form_btnOpenList-patrimony.succesfulPatrimony,
form .form_field .form_btnOpenList-patrimony.succesfulTrading,
form .form_field .form_btnOpenList-trading.succesfulPatrimony,
form .form_field .form_btnOpenList-trading.succesfulTrading {
    color: #000;
    background-position: calc(100% + 10px) -250px
}

form .form_field .form_list-patrimony,
form .form_field .form_list-trading {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    overflow: hidden;
    max-height: 0;
    transition: all .2s ease-in-out;
    width: 90%;
    margin: 0 auto
}

form .form_field .form_list-patrimony-active,
form .form_field .form_list-trading-active {
    max-height: 800px
}

form .form_field .form_list-patrimony .form_listValues-patrimony,
form .form_field .form_list-patrimony .form_listValues-trading,
form .form_field .form_list-trading .form_listValues-patrimony,
form .form_field .form_list-trading .form_listValues-trading {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    width: calc(50% - 5px);
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 5px;
    background-color: #8e8e8e;
    transition: all .2s ease-in-out;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    color: #fff
}

@media only screen and (min-width: 768px) {

    form .form_field .form_list-patrimony .form_listValues-patrimony,
    form .form_field .form_list-patrimony .form_listValues-trading,
    form .form_field .form_list-trading .form_listValues-patrimony,
    form .form_field .form_list-trading .form_listValues-trading {
        font-size: 16px
    }
}

form .form_field .form_list-patrimony .form_listValues-patrimony:nth-child(5),
form .form_field .form_list-patrimony .form_listValues-patrimony:nth-child(6),
form .form_field .form_list-patrimony .form_listValues-trading:nth-child(5),
form .form_field .form_list-patrimony .form_listValues-trading:nth-child(6),
form .form_field .form_list-trading .form_listValues-patrimony:nth-child(5),
form .form_field .form_list-trading .form_listValues-patrimony:nth-child(6),
form .form_field .form_list-trading .form_listValues-trading:nth-child(5),
form .form_field .form_list-trading .form_listValues-trading:nth-child(6) {
    margin-bottom: 15px
}

form .form_field .form_list-patrimony .form_listValues-patrimony:hover,
form .form_field .form_list-patrimony .form_listValues-patrimony:focus,
form .form_field .form_list-patrimony .form_listValues-patrimony:active,
form .form_field .form_list-patrimony .form_listValues-trading:hover,
form .form_field .form_list-patrimony .form_listValues-trading:focus,
form .form_field .form_list-patrimony .form_listValues-trading:active,
form .form_field .form_list-trading .form_listValues-patrimony:hover,
form .form_field .form_list-trading .form_listValues-patrimony:focus,
form .form_field .form_list-trading .form_listValues-patrimony:active,
form .form_field .form_list-trading .form_listValues-trading:hover,
form .form_field .form_list-trading .form_listValues-trading:focus,
form .form_field .form_list-trading .form_listValues-trading:active {
    background-color: #dfd000
}

form .form_field .form_list-patrimony .form_listValues-patrimony-checked,
form .form_field .form_list-patrimony .form_listValues-trading-checked,
form .form_field .form_list-trading .form_listValues-patrimony-checked,
form .form_field .form_list-trading .form_listValues-trading-checked {
    background-color: #424242
}

form .form_field .form_list-patrimony .form_listValues-patrimony-checked:hover,
form .form_field .form_list-patrimony .form_listValues-patrimony-checked:focus,
form .form_field .form_list-patrimony .form_listValues-patrimony-checked:active,
form .form_field .form_list-patrimony .form_listValues-trading-checked:hover,
form .form_field .form_list-patrimony .form_listValues-trading-checked:focus,
form .form_field .form_list-patrimony .form_listValues-trading-checked:active,
form .form_field .form_list-trading .form_listValues-patrimony-checked:hover,
form .form_field .form_list-trading .form_listValues-patrimony-checked:focus,
form .form_field .form_list-trading .form_listValues-patrimony-checked:active,
form .form_field .form_list-trading .form_listValues-trading-checked:hover,
form .form_field .form_list-trading .form_listValues-trading-checked:focus,
form .form_field .form_list-trading .form_listValues-trading-checked:active {
    background-color: #2c2c2c
}

.form_validator {
    display: flex;
    flex-flow: row wrap;
    justify-content: right;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: all 1s ease
}

.form_validator p {
    display: block;
    background: rgba(223, 208, 0, .5);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    width: fit-content;
    font-size: 15px;
    line-height: 130%;
    color: #fff;
    text-align: right;
    padding: 3px 5px
}

.form_validator.errorMsg {
    max-height: 500px;
    overflow: hidden
}

.form_status {
    display: none;
    overflow: hidden
}

.form_status p {
    font-size: 24px;
    line-height: 130%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
    color: #fff
}

.form_status p.form_msgRedirect {
    font-weight: normal;
    font-size: 18px
}

.form_status p .timer {
    font-weight: bold;
    color: #25d366
}

.form_circleLoader {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto 35px auto;
    border-radius: 50%;
    border: 10px solid #434343;
    border-left-color: #5cb85c;
    animation: loader-spin 1.2s infinite linear;
    position: relative
}

.form_circleLoader-complete {
    animation: none;
    border-color: #5cb85c;
    transition: all .2s ease-in-out
}

.form_circleLoader-fail {
    animation: none;
    border-color: red;
    transition: all .2s ease-in-out
}

.form_feedback-success {
    display: block
}

.form_feedback-success:before,
.form_feedback-success:after {
    content: "";
    display: block;
    background-color: #5cb85c;
    width: 10px;
    transform-origin: center top;
    position: absolute;
    height: 0px
}

.form_feedback-success:before {
    transform: rotate(-45deg);
    left: 18px;
    top: 40px;
    animation: form_feedback-success-1 .2s ease-in-out;
    animation-fill-mode: forwards
}

.form_feedback-success:after {
    transform: rotate(225deg);
    left: 26px;
    top: 55px;
    animation: form_feedback-success-2 .2s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: .2s
}

.form_feedback-error {
    display: block
}

.form_feedback-error:before,
.form_feedback-error:after {
    content: "";
    display: block;
    background-color: red;
    width: 10px;
    transform-origin: center top;
    position: absolute;
    height: 0px
}

.form_feedback-error:before {
    transform: rotate(0deg);
    left: 36px;
    top: 17px;
    animation: form_feedback-error-1 1s ease-in-out;
    animation-fill-mode: forwards
}

.form_feedback-error:after {
    transform: rotate(0deg);
    left: 36px;
    top: 55px;
    animation: form_feedback-error-2 1s ease-in-out;
    animation-fill-mode: forwards
}

@keyframes loader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes form_feedback-success-1 {
    0% {
        height: 0px
    }

    100% {
        height: 20px
    }
}

@keyframes form_feedback-success-2 {
    0% {
        height: 0px
    }

    100% {
        height: 40px
    }
}

@keyframes form_feedback-error-1 {
    0% {
        height: 0px
    }

    100% {
        height: 30px
    }
}

@keyframes form_feedback-error-2 {
    0% {
        height: 0px
    }

    100% {
        height: 10px
    }
}