<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.yarpp_pro_msg{
border: 1px ridge #D0D0D0;
padding: 0.4em 2em 0.8em;
text-align: justify;
}
.yarpp_pro_msg strong{
display: inline-block;
text-align: center;
width: 100%;
color: orange;
}
.yarpp_help {
position: relative;
display: inline-block;
background: transparent url(//blog.coursify.me/wp-includes/images/wpicons.png) no-repeat -520px -20px;
vertical-align: text-bottom;
width: 20px;
height: 20px;
}
.yarpp_help_msg {
position: absolute;
left: 25px;
display: none;
border: 1px solid #D0D0D0;
width: 250px;
text-align: justify;
padding: 10px 15px;
background-color: #FFF;
box-shadow: 0 0 0.4em -0.15em #333;
z-index: 100;
}
.yarpp_help:hover .yarpp_help_msg{
display: block
}*, *::before, *::after {
box-sizing: border-box;
}
body{
-webkit-text-size-adjust: 100%;
}
.envixo_modal{
position: fixed;
top: 0;
left: 0;
z-index: 9000;
display: block;
width: 100%;
height: 100%;
overflow: auto;
outline: 0;
align-items: center;
}
.envixo_modal-hidden,
.envixo_modal-hidden + .envixo_modal-backdrop{
top: 100vh;
display: none;
}
.envixo_modal * {
box-sizing: border-box;
}
.envixo_modal-backdrop{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background: #000;
opacity: 0.7;
z-index: 4000;
transition: all 300ms;
z-index: 8999;
}
.envixo_modal-info{
box-sizing: border-box;
justify-content: center !important;
margin: 1.75rem auto;
display: flex;
align-items: center;
position: relative;
width: auto;
pointer-events: none;
}
.envixo_modal-info p{
margin-top: 0;
}
.envixo_modal-info-box{
border-bottom: #2d385d 10px solid;
width: 700px;
max-width: 90%;
padding: 25px;
margin-top: 2.75rem;
position: relative;
display: block;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
outline: 0;
}
.envixo_modal-info-box-close{
position: absolute;
top: -20px;
right: 0;
color: #fff;
line-height: 0;
opacity: 0.5;
transition: all 300ms;
cursor: pointer;
font-size: 22px;
}
.envixo_modal-info-box-close:hover{
opacity: 1;
}
.envixo_modal-info-separator{
opacity: 0.1;
margin-bottom: 30px;
}
.envixo_modal-info-title{
color: #2d385d;
font-size: 24px;
font-weight: bold;
text-align: center;
margin-bottom: 7px;
}
.envixo_modal-info-description{
text-align: center;
color: #666;
}
.envixo_modal-info-block{
display: table;
text-align: center;
width: 100%;
}
.envixo_modal-info-block + .envixo_modal-info-block{
margin-top: 20px;
}
.envixo_modal-info-btn{
color: #fff;
text-decoration: none;
padding: 10px 20px;
font-size: 18px;
display: inline-block;
border-radius: 5px;
background-color: #22b5ff;
transition: all 300ms;
cursor: pointer;
opacity: 1;
transition: all 300ms;
position: relative;
} 
.envixo_modal-info-btn span{
position: relative;
}
.envixo_modal-info-btn:before{
background: #000;
content: "";
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
opacity: 0;
transition: all 300ms;
}
.envixo_modal-info-btn:hover:before{
opacity: 0.15;
}
.envixo_modal-info-btn-icon{
display: inline-block;
width: 21px;
height: 15px;
background: url(//blog.coursify.me/wp-content/plugins/cm-modal-contact/assets/imgs/envelope.png) no-repeat;
background-size: cover;
position: relative;
top: 1px;
margin-right: 3px;
}
.envixo_modal-info-btn-whatsapp .envixo_modal-info-btn-icon{
background-image: url(//blog.coursify.me/wp-content/plugins/cm-modal-contact/assets/imgs/whatsapp.png);
top: 3px;
width: 19px;
height: 19px;
}
.envixo_modal-info-btn-meeting .envixo_modal-info-btn-icon{
background-image: url(//blog.coursify.me/wp-content/plugins/cm-modal-contact/assets/imgs/calendar.png);
top: 3px;
width: 22px;
height: 19px;
}
.envixo_modal-info-box-input{
display: none;
}
.envixo_modal-info-box-step{
max-height: 0;
overflow: hidden;
transition: all 300ms;
opacity: 0;
}
.envixo_modal-info-box-input[value="unset"]:checked ~ .envixo_modal-info-box-first-step{
max-height: 800px;
opacity: 1;
}
.envixo_modal-info-box-input[value="whatsapp"]:checked ~ .envixo_modal-info-whatsapp{
max-height: 800px;
opacity: 1;
}
.envixo_modal-info-box-input[value="meeting"]:checked ~ .envixo_modal-info-meeting{
max-height: 800px;
opacity: 1;
}
.envixo_modal-info-box-input[value="form"]:checked ~ .envixo_modal-info-form{
max-height: 800px;
opacity: 1;
}
.envixo_modal-info-btn-two{
background: #2d385d;
}
.envixo_modal-info-btn-three{
background: #ddd;
color: #333;
}
.envixo_modal-info-btn-three:hover{
background: #ccc;
}
.envixo_modal-info-form-form textarea,
.envixo_modal-info-form-form input:not([type="submit"]){
width: 100%;
padding: 0;
border: 0!important;
border-bottom: #eee 2px solid!important;
height: 45px;
font-family: Arial, Helvetica, sans-serif;
background: #fff!important;
}
.envixo_modal-info-form-form textarea:focus,
.envixo_modal-info-form-form input:not([type="submit"]):focus{
outline: none;
border-bottom-color: #2d385d;
}
.envixo_modal-info-form-form textarea{
height: 150px;
padding-top: 10px;
}
.envixo_modal-info-form-form input[type="submit"]{
color: #fff;
text-decoration: none;
padding: 10px 20px;
font-size: 18px;
display: table;
border-radius: 5px;
background-color: #2d385d;
transition: all 300ms;
cursor: pointer;
border: none;
margin: 0 auto;
} 
.envixo_modal-info-form-form .wpcf7-spinner{
position: absolute;
right: 0;
margin-top: -15px;
}
.envixo_modal-info-form-form input[type="submit"]:hover{
background: #22b5ff;
}
.envixo_modal-info-form-form .wpcf7 form .wpcf7-response-output{
background: #00a0d2;
color: #fff;
}
.envixo_modal-info-form-form .wpcf7 form.invalid .wpcf7-response-output{
background: #ffb900;
color: #fff;
}
.envixo_modal-info-form-form .wpcf7 form.sent .wpcf7-response-output {
background: #46b450;
color: #fff;
}
.envixo_modal-info-form-form .wpcf7 form.failed .wpcf7-response-output,
.envixo_modal-info-form-form .wpcf7 form.aborted .wpcf7-response-output {
background: #dc3232;
color: #fff;
}
.envixo-modal-link{
background: unset;
border: unset;
padding: unset;
color: #22b5ff;
font-size: inherit;
cursor: pointer;
font-family: inherit;
text-decoration: underline;
}
.envixo-modal-button{
padding: 15px;
border: none;
color: #fff;
background: #22b5ff;
border-radius: 5px;
cursor: pointer;
position: relative;
font-size: 16px;
}
.envixo-modal-button span{
position: relative;
}
.envixo-modal-button:before{
background: #000;
content: "";
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
opacity: 0;
transition: all 300ms;
}
.envixo-modal-button:hover:before{
opacity: 0.15;
}
.envixo-modal__container-last-button{
text-align: center;
}div.wpcf7 {
margin: 0;
padding: 0;
}
div.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
width: 1px;
margin: 0;
padding: 0;
border: 0;
}
div.wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #ff0000;
}
div.wpcf7-mail-sent-ok {
border: 2px solid #398f14;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
border: 2px solid #ff0000;
}
div.wpcf7-spam-blocked {
border: 2px solid #ffa500;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
border: 2px solid #f7e700;
}
.wpcf7-form-control-wrap {
position: relative;
}
span.wpcf7-not-valid-tip {
color: #f00;
font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
position: absolute;
top: 20%;
left: 20%;
z-index: 100;
border: 1px solid #ff0000;
background: #fff;
padding: .2em .8em;
}
span.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-display-none {
display: none;
}
div.wpcf7 .ajax-loader {
visibility: hidden;
display: inline-block;
background-image: url(//blog.coursify.me/wp-content/plugins/contact-form-7/images/ajax-loader.gif);
width: 16px;
height: 16px;
border: none;
padding: 0;
margin: 0 0 0 4px;
vertical-align: middle;
}
div.wpcf7 .ajax-loader.is-active {
visibility: visible;
}
div.wpcf7 div.ajax-error {
display: none;
}
div.wpcf7 .placeheld {
color: #888;
}
div.wpcf7 .wpcf7-recaptcha iframe {
margin-bottom: 0;
}
div.wpcf7 input[type="file"] {
cursor: pointer;
}
div.wpcf7 input[type="file"]:disabled {
cursor: default;
}.panel-grid.panel-has-style&gt;.panel-row-style,.panel-grid.panel-no-style{display:flex;-ms-flex-wrap:wrap;flex-wrap:nowrap;-ms-justify-content:space-between;justify-content:space-between}.panel-layout.panel-is-rtl .panel-grid.panel-has-style&gt;.panel-row-style,.panel-layout.panel-is-rtl .panel-grid.panel-no-style{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.panel-grid-cell{-ms-box-sizing:border-box;box-sizing:border-box}.panel-grid-cell .panel-cell-style{height:100%}.panel-grid-cell .so-panel{zoom:1}.panel-grid-cell .so-panel:before{content:"";display:block}.panel-grid-cell .so-panel:after{content:"";display:table;clear:both}.panel-grid-cell .panel-last-child{margin-bottom:0}.panel-grid-cell .widget-title{margin-top:0}body.siteorigin-panels-before-js{overflow-x:hidden}body.siteorigin-panels-before-js .siteorigin-panels-stretch{margin-right:-1000px!important;margin-left:-1000px!important;padding-right:1000px!important;padding-left:1000px!important}</pre></body></html>