@charset "utf-8";html,body,div,span,h1,h2,h3,h4,h5,h6,p,pre,a,img,strong,sub,sup,ul,li,fieldset,form,label,legend,table,code,caption,button{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}html,body,div,span,h1,h2,h3,h4,h5,h6,p,pre,a,img,strong,sub,sup,ul,li,fieldset,form,label,legend,code,caption,input,textarea,select,button{font-family: 'Montserrat', sans-serif;}:focus{outline:0;}input, textarea{display:block;box-sizing:border-box;font-size:1rem;}*{margin:0;}html,body{color:#000;font-size:15px;width:100%;}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {-webkit-appearance: none; -moz-appearance: none; -webkit-appearance: none;margin:0;}input[type=number] {-moz-appearance:textfield; -moz-appearance:textfield; -webkit-appearance:textfield;}::placeholder{opacity:.6;color:inherit;}.maxWidth{width:100%;position: relative;box-sizing: border-box;padding:0 1.5rem;}.hide{display:none !important;}@media all and (min-width:1257px){.maxWidth{max-width:1256px;margin:0 auto;}}.gradientColor{background:#9953CE;background:linear-gradient(to bottom, #9953CE, #F5327C);color:#fff;}.gradientText{background-image: linear-gradient(to bottom, #9953CE, #F5327C);color: transparent;-webkit-background-clip: text;background-clip: text;}.bg{position:absolute;top:0;left:0;bottom:0;right:0;z-index:0;background:rgba(0,0,0,.6);}.color1{color:#9953CE;}.color2{color:#F5327C;}.color3{color:#6D33FA;}.background1{color:#fff;background:#9953CE;}.background2{color:#fff;background:#F5327C;}.background3{color:#fff;background:#6D33FA;}.blink:before{    content: "";    opacity:.4;    width: 40px;    height: 300px;    margin-left: 60px;    background: #fff;    background: -moz-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.9) 100%);    background: -webkit-linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.9) 100%);    background: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.9) 100%);    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0 );    position: absolute;    left: -40px;    top: -150px;    z-index: 1;    -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg);    transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg);    -webkit-transition: all 0.1s; -moz-transition: all 0.1s; -webkit-transition: all 0.1s; -ms-transition: all 0.1s; -o-transition: all 0.1s;    transition: all 0.1s; -moz-transition: all 0.1s; -webkit-transition: all 0.1s; -ms-transition: all 0.1s; -o-transition: all 0.1s;    -webkit-animation-name: slideme;    animation-name: slideme;    -webkit-animation-duration: 3s;    animation-duration: 3s;    -webkit-animation-delay: 0.05s;    animation-delay: 0.05s;    -webkit-animation-timing-function: ease-in-out;    animation-timing-function: ease-in-out;    -webkit-animation-iteration-count: infinite;    animation-iteration-count: infinite;}@-webkit-keyframes slideme{    0% { left: -30px; margin-left: 0px; }    30% { left: 110%; margin-left: 80px; }    100% { left: 110%; margin-left: 80px; }}@media (hover) , (min-width:0\0) , (min--moz-device-pixel-ratio:0) {    #cookieSubmit span{        cursor:pointer;        transition: .3s ease all; -moz-transition: .3s ease all; -webkit-transition: .3s ease all; -ms-transition: .3s ease all; -o-transition: .3s ease all;    }    #cookieSubmit p a:hover{        text-decoration:none;    }    #cookieSubmit span:hover{        background:#000;    }}@media all and (min-width:512px){    #cookieSubmit{        bottom:1.5rem;        left:1.5rem;        max-width:380px;        border-radius:.5rem; -moz-border-radius:.5rem; -webkit-border-radius:.5rem;    }}@media all and (max-width:511px){    #cookieSubmit{        bottom:0;        left:0;    }}#cookieSubmit{    display:none;    position:fixed;    z-index:9999999999;    background:rgba(0,0,0,.85);    color:#fff;    padding:1rem;    font-size:.7rem;    width:100%;    box-sizing: border-box;    align-items: center;    line-height:1.4;}#cookieSubmit p{    margin-right:1rem;}#cookieSubmit p a{    color:#fff;}#cookieSubmit span{    font-size:.8rem;    padding:.6rem 1.2rem;    border-radius:.4rem; -moz-border-radius:.4rem; -webkit-border-radius:.4rem;    background:rgba(122,122,122,.3);}.info_message{display:none;position:fixed;top:0;left:0;bottom:0;right:0;z-index:9999;background:#fff;padding:25px;}.info_message > div{position:absolute;top:50%;left:50%;widows:100%;max-width:600px;transform:translateY(-50%) translateX(-50%); -moz-transform:translateY(-50%) translateX(-50%); -webkit-transform:translateY(-50%) translateX(-50%); -ms-transform:translateY(-50%) translateX(-50%); -o-transform:translateY(-50%) translateX(-50%);}.info_message > div p{font-size:1.2rem;line-height:1.8rem;margin-bottom:25px;font-weight:300;}.info_message_cancel,.info_message_success{display:inline-block;background:#555;color:#fff;margin-right:25px;padding:0 3rem;line-height:3rem;border-radius:1.5rem; -moz-border-radius:1.5rem; -webkit-border-radius:1.5rem;text-transform: uppercase; -moz-transform: uppercase; -webkit-transform: uppercase; -ms-transform: uppercase; -o-transform: uppercase;font-size:.8rem;font-weight:300;letter-spacing:1px;cursor:pointer;transition:.3s ease all; -moz-transition:.3s ease all; -webkit-transition:.3s ease all; -ms-transition:.3s ease all; -o-transition:.3s ease all;}.info_message_success{background:#7951db;}.info_message_cancel:hover,.info_message_success:hover{background:#f8d373;color:#000;}.info_message_btn > *{color:#7951db;text-decoration:none;border-bottom:1px solid;cursor:pointer;transition:.3s ease all; -moz-transition:.3s ease all; -webkit-transition:.3s ease all; -ms-transition:.3s ease all; -o-transition:.3s ease all;font-weight:300;}.info_message_btn > *:not(:last-child){margin-right:25px;}.info_message_btn > *:hover{color:#222;border-color:#dfdfdf;}@media (hover) , (min-width:0\0) , (min--moz-device-pixel-ratio:0){    ::-webkit-scrollbar-thumb:hover{        background-color:#7951DD;    }    .noscrollbar::-webkit-scrollbar-thumb:hover{        background-color:transparent;    }}::-webkit-scrollbar-button {    background-image:url('');    background-repeat:no-repeat;    width:4px;    height:10px;}::-webkit-scrollbar-track {    border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;    background-color:rgba(150,150,150,.3);}::-webkit-scrollbar-thumb{    border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;    background-color:#7951DD;}::-webkit-resizer{    background-image:none;    background-repeat:no-repeat;    width:4px;    height:10px;}::-webkit-scrollbar{    width:4px;    height:10px;}.noscrollbar::-webkit-scrollbar-button {    display:none;}.noscrollbar::-webkit-scrollbar-track {    display:none;}.noscrollbar::-webkit-scrollbar-thumb {    display:none;}.noscrollbar::-webkit-resizer{    display:none;}.noscrollbar::-webkit-scrollbar{    display:none;}#success_pay{background:#ebebeb;padding:15vw 0;font-size:1.9rem;line-height:3rem;font-weight:300;}#success_pay a{transition:.3s ease color; -moz-transition:.3s ease color; -webkit-transition:.3s ease color; -ms-transition:.3s ease color; -o-transition:.3s ease color;color:#8156e9;text-decoration:none;border-bottom:1px solid;}#success_pay a:hover{color:#aaa;}@media (hover) , (min-width:0\0) , (min--moz-device-pixel-ratio:0){    .swipe_panel > *{        cursor:pointer;    }}.swipe:not(.move){    transition:.3s ease all; -moz-transition:.3s ease all; -webkit-transition:.3s ease all; -ms-transition:.3s ease all; -o-transition:.3s ease all;}.swipe{    left:0;}.swipe_panel{    text-align:center;}.swipe_panel > *{    transition:.4s ease all; -moz-transition:.4s ease all; -webkit-transition:.4s ease all; -ms-transition:.4s ease all; -o-transition:.4s ease all;    background:#f8d373;    display:inline-block;    vertical-align: top;    height:.7rem;    margin:0 3px;    border-radius:.35rem; -moz-border-radius:.35rem; -webkit-border-radius:.35rem;}.swipe_panel > *:not(.check){    width:.7rem;}.swipe_panel > *.check{    width:1.7rem;}@media all and (min-width:1024px){    #column_text .column{        column-count: 2;        column-gap:4rem;    }}@media all and (min-width:769px){    #column_text{        display:flex;        align-items: center;        padding:5rem 0;    }    #column_text h1{        flex:0 1 460px;        max-width:460px;        margin-right:1rem;        font-size:5rem;        line-height:5.5rem;        color:#fff;    }    #column_text .column{        text-align: justify;        flex:1;    }}@media all and (max-width:768px){    #column_text{        padding:2rem 0;    }    #column_text h1{        font-size:2.5rem;        line-height:3rem;        margin-bottom:1rem;    }}#column_text h1{    text-transform: uppercase; -moz-transform: uppercase; -webkit-transform: uppercase; -ms-transform: uppercase; -o-transform: uppercase;    font-weight:900;}#column_text .column{    font-weight:300;    line-height:1.6rem;}@media (hover) , (min-width:0\0) , (min--moz-device-pixel-ratio:0){    #logo,    #mycab a,    #head #menu > a,    #head #hamburger{        cursor:pointer;        transition:.3s ease all; -moz-transition:.3s ease all; -webkit-transition:.3s ease all; -ms-transition:.3s ease all; -o-transition:.3s ease all;    }    #head #hamburger:hover{        opacity:.5;    }    #logo:hover,    #head #menu > a:hover{        color:#9953CE;    }    #mycab a:hover{        background: #9953CE;    }}@media all and (min-width:1112px){    #pre{        display:none;    }}@media all and (max-width:1111px){    #pre:not(.show){        width:0;        opacity:0;        left:-100%;    }    #pre.show{        left:0;        width:100%;        opacity:1;    }    #pre{        transition:.3s ease all; -moz-transition:.3s ease all; -webkit-transition:.3s ease all; -ms-transition:.3s ease all; -o-transition:.3s ease all;        position:fixed;        overflow: hidden;        top:0;        bottom:0;        z-index:9999;    }    #pre > .bg{        position:absolute;        top:0;        left:0;        bottom:0;        right:0;        background:rgba(0,0,0,.7);        z-index:1;    }    #pre > .maxWidth{        position:relative;        z-index:10;        width:100%;        background:#fff;        max-width:414px;        box-sizing: border-box;        text-align:center;        padding:0 1rem 1rem 4rem;        height:100%;    }    #pre_logo{        display:inline-block;        padding:1rem;    }    #pre_logo img{        display:block;        width:100%;        max-width:5rem;    }    #pre_social{        position:absolute;        top:0;        left:0;        bottom:0;        width:3rem;        background:#222;        z-index:10;    }    #pre_menu{        border-top:1px dashed #ccc;        border-bottom:1px dashed #ccc;        padding: 1.5rem 0;        margin-bottom:1.5rem;    }    #pre_menu > *{        display:block;        color:inherit;        text-decoration:none;        padding:.35rem 0;        font-size:1.1rem;        font-weight:300;    }    #pre_social > *{        display:block;        box-sizing: border-box;        padding:15px;        color:#fff;    }    #pre_social > *:not(:last-child):not(:first-child){        border-bottom:1px solid rgba(255,255,255,.3);    }    #pre_social > * svg{        display:block;        width:100%;    }    #pre_social > *.close{        padding:17px;        color:#000;        background: #f8d373;    }    #pre_contact a{        padding-left:1.3rem;        position:relative;        display:inline-block;        text-decoration:none;        font-size:.8rem;        color:inherit;    }    #pre_contact a:before{        width:.9rem;        height:.9rem;        background-image:url(../../svg/form/lock.svg);    }    #pre_contact a:before{        content:"";        position:absolute;        margin-top:-1px;        top:50%;        left:0;        background-size:cover;        transform: translateY(-50%); -moz-transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);    }}@media all and (min-width:1112px){#logo{height:2.9rem;}#head #menu{flex:1;font-size:0;text-align:right;}#head #menu > *{display:inline-block;vertical-align: top;position:relative;}#head #menu > *{margin-right:1rem;}#head #menu > a{font-weight: 500;height:5rem;font-size:.85rem;color:inherit;text-decoration:none;}#hamb{display:none;}}@media all and (max-width:1111px){#logo{flex:1;height:2.5rem;}#head #menu{display:none;}#head > .maxWidth{padding:0 1rem 0 .75rem;}#hamb{flex:0 1 1.75rem;padding:.5rem 0;margin-left:.75rem;}#hamb svg{display:block;width:100%;}}#head{background:#fff;box-shadow:0 0 10px 0 rgba(0,0,0,.1);line-height:5rem;position:relative;position:sticky;z-index:999;top:0;}#head > *{height:5rem;display:flex;align-items: center;}#logo{color:inherit;}#logo > *{display:block;height:100%;}#mycab a{color:#fff;position:relative;padding:.8rem 1.25rem .8rem 1.1rem;text-decoration:none;display:inline-block;line-height:1.1rem;border-radius:1.5rem; -moz-border-radius:1.5rem; -webkit-border-radius:1.5rem;font-size:.9rem;}#mycab a svg{display:inline-block;vertical-align: top;height:1rem;margin-right:.5rem;}#footer_contact{    flex:0 1 250px;}#footer_contact p{    color:#a2b0c0;    font-size:.75rem;    font-weight:300;    line-height:1.1rem;    margin-bottom:1rem;    opacity:.7;}#footer_phone{    line-height:1.5rem;    margin-bottom:.5rem;}#footer_mail{    margin-bottom:1.5rem;}#footer_phone a{    font-weight:bold;}#footer_mail a{    font-weight:300;    font-size:.75rem;}#footer_phone a,#footer_mail a{    padding-left:1.5rem;    text-decoration: none;    color:#fff;    position:relative;}#footer_phone a svg,#footer_mail a svg{    content:"";    position:absolute;    top:50%;    transform:translateY(-50%); -moz-transform:translateY(-50%); -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%);    left:0;    width:1rem;    height:1rem;    background-size:cover;}@media all and (min-width:768px){    #copy_contain{        padding:2rem 0;        display:flex;    }    #copy_menu{        flex:1;    }}@media all and (max-width:767px){    #copy_menu,    #copy_contain{        padding-bottom:1rem;    }}#copy_contain{    line-height:1.15rem;    font-size:.7rem;    font-weight:300;}#copy_menu{    flex:1;}#copy_menu span{    color:#a2b0c0;    margin:0 .5rem;}#copy_menu a{    color:#a2b0c0;    text-decoration:none;}#copy{    color:#a2b0c0;}@media (hover) , (min-width:0\0) , (min--moz-device-pixel-ratio:0){    #copy_menu a,    #footer_menu a,    #footer_social > *,    #footer_logo{        transition:.3s ease opacity; -moz-transition:.3s ease opacity; -webkit-transition:.3s ease opacity; -ms-transition:.3s ease opacity; -o-transition:.3s ease opacity;    }    #copy_menu a:hover,    #footer_menu a:hover,    #footer_logo:hover{        opacity:.6;    }    #footer_social > *:hover{        opacity:1;    }}@media all and (min-width:768px){    #footer_menu{        display:flex;        padding:4rem 0;    }    #footer_menu > *:not(:last-child){        flex:1;        margin-right:6rem;    }}@media all and (max-width:767px){    #footer_menu{        padding:2rem 0;    }    #footer_menu > *:not(:last-child){        margin-bottom:1.5rem;    }}.footer_menu_head{    text-transform: uppercase; -moz-transform: uppercase; -webkit-transform: uppercase; -ms-transform: uppercase; -o-transform: uppercase;    color:#fff;    margin-bottom:.5rem;    line-height:1.5rem;}.footer_menu > div:not(:first-child){    margin-bottom:.5rem;}.footer_menu a{    color:#a2b0c0;    font-weight: 300;    font-size:.8rem;    text-decoration:none;}#footer_social > *{    display:inline-block;    vertical-align: top;    width:2.2rem;    height:2.2rem;    background-size:48%;    background-position:50%;    background-repeat: no-repeat;    opacity:.5;    border:1px solid #a2b0c0;    border-radius:.25rem; -moz-border-radius:.25rem; -webkit-border-radius:.25rem;    color:#fff;    padding:.4rem;    box-sizing: border-box;}#footer_social svg{    display:block;    width:100%;}#footer_social > *:not(:last-child){    margin-right:.5rem;}@media all and (max-width:767px){#footer{text-align:center;}#footer_logo{display:block;}}@media all and (max-width:768px){#footer_logo svg {margin:0 auto;}}#footer{background:#1f212a;}#footer_logo svg{display:block;width:7rem;}@media (hover) , (min-width:0\0) , (min--moz-device-pixel-ratio:0){    .button{        transition:.3s ease all; -moz-transition:.3s ease all; -webkit-transition:.3s ease all; -ms-transition:.3s ease all; -o-transition:.3s ease all;    }    .button:hover{        background: #9953CE;    }}.button{    display: inline-block;    overflow: hidden;    border-radius:.25rem; -moz-border-radius:.25rem; -webkit-border-radius:.25rem;    line-height:1.1rem;    position:relative;    padding:1.25rem 1.75rem;    background:#6D33FA;    color:#fff;    text-decoration:none;    font-weight:bold;}.button svg{    display:inline-block;    vertical-align: top;    margin-left:.5rem;    height:1.1rem;}@media (hover) , (min-width:0\0) , (min--moz-device-pixel-ratio:0){    #period label{        cursor:pointer;    }    #period label:hover span{        opacity:.5;    }}@media all and (min-width:768px){    #price{        text-align:center;        padding:3rem 1.5rem;    }    #tariff{        width:100%;        display:table;        text-align:center;        border-collapse: collapse;    }    #tariff > *{        display:table-row;        background:#fff;    }    #tariff > * > *{        font-size:1.2rem;        border:1px solid #e2e4e8;        box-sizing: border-box;        display:table-cell;    }    #tariff > * > *:first-child{        text-align:left;    }    #tariff > *:not(.head) > *{        vertical-align: middle;    }    #tariff .head{        position:relative;        position:sticky;        top:5rem;        z-index:2;    }    #tariff .head .name{        font-weight:900;        font-size:2rem;    }    #tariff .head p{        line-height:1.4;        font-size:.8rem;        margin:.75rem 0;    }    #tariff .cost{        text-transform: uppercase; -moz-transform: uppercase; -webkit-transform: uppercase; -ms-transform: uppercase; -o-transform: uppercase;        font-size:.8rem;    }    #tariff .cost span{        display:block;    }    #tariff > *:not(.head) .cost span{        font-size:1.3rem;    }    #tariff .head .cost span{        font-size:2rem;    }    #tariff > * > *:first-child{        font-weight:500;        line-height:1.42;        font-size:.85rem;    }    #tariff > * > * {        padding:1.5rem;        width: 23%;    }    #tariff > * > *:first-child {        width: 31%;    }    #tariff .active svg,    #tariff .noactive svg{        display:block;        margin:0 auto;        width:1rem;    }    #tariff .active{        color:#F5327C;    }    #tariff .noactive{        opacity:.1;    }    #period{        text-align:center;        margin:3rem 0;        font-size:0;    }    #tariffs{        display:none;    }}@media all and (max-width:767px){    #price{        padding:2rem 1.5rem 1.5rem;    }    #tariff{        display:none;    }    #period{        margin:1rem 0 2rem;        font-size:0;    }}#price h1{    line-height:1.1;    font-size:3.25rem;}#price > p{    line-height:1.42;    font-size:1.1rem;    margin:1rem auto 2rem;    max-width:700px;}#period > *{    display:inline-block;    vertical-align: top;}#period .name{    padding:.5rem 0;    font-weight:bold;    font-size:1rem;    line-height:1.2rem;}#period .name > span{    padding:.25rem .5rem;    margin-left:.5rem;    border-radius:.25rem; -moz-border-radius:.25rem; -webkit-border-radius:.25rem;    font-size:.7rem;}#period label{    height:2.05rem;    background: rgba(153, 83, 206, 0.2);    border-radius:1.5rem; -moz-border-radius:1.5rem; -webkit-border-radius:1.5rem;    width:4rem;    position:relative;    margin:0 1rem;}#period label span{    position:absolute;    top:.2rem;    height:1.7rem;    width:1.7rem;    border-radius:50%; -moz-border-radius:50%; -webkit-border-radius:50%;    background:#333;    transition:.3s ease all; -moz-transition:.3s ease all; -webkit-transition:.3s ease all; -ms-transition:.3s ease all; -o-transition:.3s ease all;}#period label input{    display:none;}#period label input:not(:checked) + span{    left:.2rem;}#period label input:checked + span{    left:2.1rem;}#tariffs > *{    padding:2rem;    margin-top:1rem;    border:1px solid #e2e4e8;    text-align:center;    border-radius:.5rem; -moz-border-radius:.5rem; -webkit-border-radius:.5rem;}#tariffs > * .name{    font-size:1.5rem;    font-weight:900;}#tariffs > * > *:not(:last-child){    margin-bottom:1rem;}#tariffs .cost{    font-size:.85rem;    text-transform:uppercase; -moz-transform:uppercase; -webkit-transform:uppercase; -ms-transform:uppercase; -o-transform:uppercase;}#tariffs .cost span{    font-size:2.5rem;    display:block;}#tariffs > * p{    line-height:1.42;}#tariffs:not(.year) .year,#tariffs.year .month,#tariff:not(.year) .year,#tariff.year .month{    display:none !important;}