*{box-sizing:border-box;padding:0;border:none;margin:0;box-shadow:none;outline:none;font-family: 'Roboto', sans-serif;letter-spacing:1px;line-height:1;font-size:100%;font-weight:400;font-stretch:normal}*:focus{box-shadow:none;text-shadow:none;outline:none}ul,ol,li{list-style:none}a{text-decoration:none}input,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none}html{scroll-behavior:smooth}
html body{background-color:#f9f9f9}img.ng-lazyloaded{animation:fadein .5s}
/* @keyframes fadein{0%{opacity:0}to{opacity:1}} */
/* @keyframes pressButton{0%{background:linear-gradient(312.17deg,#EE9B5F 15.53%,#E54D84 80.46%);box-shadow:-2px 7px 10px #0000001a}25%{background:linear-gradient(312.17deg,#EE9B5F 11%,#E54D84 60%);
    box-shadow:0 5px 8px #00000026}50%{background:linear-gradient(312.17deg,#EE9B5F 8%,#E54D84 40%);box-shadow:0 3px 4px #0003}75%{background:linear-gradient(312.17deg,#EE9B5F 4%,#E54D84 20%);box-shadow:0 0 #00000040}to{background:linear-gradient(312.17deg,#EE9B5F 0%,#E54D84 0%);box-shadow:inset 1px 3px 2px #0000004d}} */
.button_visit{
    display:block;
    /* box-shadow:-2px 7px 10px #0000001a; */
    /* background:linear-gradient(312.17deg,#EE9B5F 15.53%,#E64D84 80.46%);border:2px solid #fff; */
    background:linear-gradient( to top right, #7776ff, #ae2cf1);
    border-radius:10px;
    font-size:16px;
    font-weight:700;
    line-height:25px;text-align:center;padding:13px 0 12px;color:#fff;text-decoration:none;
}
.button_visit:hover{
    animation:pressButton .2s;animation-iteration-count:1;background:#7776ff;box-shadow:inset 1px 3px 2px #0000004d;
}
.link_default{font-size:14px;color:#ae2cf1;font-weight:500;line-height:21px;cursor:pointer;transition:all .2s;text-decoration: underline;}.link_default:hover{text-decoration:underline}.page_content{color:#000;word-break:break-word}.page_content h1{font-size:44px;line-height:56px;font-weight:600;margin-bottom:20px}.page_content h2{font-size:30px;line-height:40px;font-weight:700;margin-bottom:10px}.page_content h3{font-size:26px;line-height:38px;font-weight:400;margin-bottom:10px}.page_content p{font-size:18px;margin-bottom:30px;line-height:25px}.page_content img{width:100%!important;height:unset!important;margin-bottom:20px}.page_content a{color:#7776ff;transition:all .2s}.page_content a:hover{color:#ae2cf1}.page_content .button_visit{color:#fff;width:min-content;margin:0 auto 20px;padding:15px 25px;white-space:nowrap}.page_content ul{margin-bottom:30px}.page_content ul li{line-height:25px;list-style-image:url(../assets/circle.png);list-style-position:inside}.page_content ol{margin-bottom:30px}.page_content ol li{line-height:25px;list-style-position:inside;list-style-type:decimal}.page_content strong{font-weight:600}.page_content table{width:100%;background-color:#fff;border-collapse:collapse;margin-bottom:15px}.page_content table th,.page_content table td{padding:10px;text-align:left}
.description p span {
    line-height: 24px;
    font-weight: 500;
}
@media (max-width: 700px){.page_content h1{font-size:30px;margin-bottom:15px}.page_content h2{font-size:28px;margin-bottom:10px}.page_content h3{font-size:26px;margin-bottom:10px}.page_content p{line-height:25px}}
