.nectar-highlighted-text em {
position: relative;
display: inline-block;
font-family: inherit;
font-size: inherit;
font-style: inherit;
font-weight: inherit;
text-transform: inherit;
letter-spacing: inherit;
line-height: 1em;
padding: 0 3px;
}
.nectar-highlighted-text[class*="font_size_"] em {
line-height: inherit;
}
.nectar-highlighted-text:not([data-style="text_outline"]) em {
background-repeat: no-repeat;
background-size: 0% 80%;
background-image: linear-gradient(to right, #000000 0%, #000000 100%);
transition: background-size 0.9s cubic-bezier(.15,.75,.4,1), opacity 0.25s ease;
background-position: left 90%;
}
.nectar-highlighted-text[data-exp="closer"][data-style="full_text"] em { 
background-size: 0% 70%;
background-position: left 65%;
}
.nectar-highlighted-text[data-exp="closer"][data-style="full_text"] em.animated {
background-size: 100% 70%;
}
.nectar-highlighted-text[data-exp="closest"][data-style="full_text"] em { 
background-size: 0% 60%;
background-position: left 65%;
}
.nectar-highlighted-text[data-exp="closest"][data-style="full_text"] em.animated {
background-size: 100% 60%;
}
.nectar-highlighted-text[data-style="full_text"] em {
background-position: left 70%;
}
.nectar-highlighted-text[data-style="regular_underline"] a em {
-webkit-transition: color 0.9s cubic-bezier(.15,.75,.4,1), background-size 0.9s cubic-bezier(.15,.75,.4,1);
transition: color 0.9s cubic-bezier(.15,.75,.4,1), background-size 0.9s cubic-bezier(.15,.75,.4,1);
}
.nectar-highlighted-text[data-style="regular_underline"] a:hover em,
.nectar-highlighted-text[data-style="regular_underline"] em.has-link:hover {
color: #fff;
}
.nectar-highlighted-text[data-style="regular_underline"][data-color="#ffffff"] a:hover em,
.nectar-highlighted-text[data-style="regular_underline"][data-color="#ffffff"] em.has-link:hover {
color: #000;
}
.nectar-highlighted-text[data-style="regular_underline"] em,
.nectar-highlighted-text[data-style="full_text"] em,
.nectar-highlighted-text[data-style="half_text"] em {
display: inline;
}
.nectar-highlighted-text[data-style="half_text"] em {
background-size: 0% 28%;
}
.nectar-highlighted-text[data-style="half_text"] em.animated {
background-size: 100% 28%;
}
.nectar-highlighted-text[data-style="half_text"] a:hover em.animated {
background-size: 100% 14%;
}
.nectar-highlighted-text[data-style="regular_underline"] em {
background-image: linear-gradient(to right, #000000 0%, #000000 100%), linear-gradient(to right, #000000 0%, #000000 100%);
}
.nectar-highlighted-text[data-style="regular_underline"] em {
padding: 0;
}
.nectar-highlighted-text em.animated {
background-size: 100% 80%;
}
.nectar-highlighted-text[data-using-custom-color="false"] em:before {
opacity: 0.3;
}
@media only screen and (max-width: 999px) {
body:not([data-m-animate="1"]) .nectar-highlighted-text em.animated {
-webkit-transition: none;
transition: none;
}
}
.nectar-highlighted-text a {
color: inherit;
}
.nectar-highlighted-text[data-style="full_text"] a:hover em.animated {
opacity: 0.75;
}
.nectar-highlighted-text[data-style="text_outline"] em:before {
display: none;
}
.nectar-highlighted-text[data-style="text_outline"] em{
-webkit-text-stroke-color: inherit;
-webkit-text-fill-color: rgba(0,0,0,0);
}
.nectar-highlighted-text[data-style="text_outline"] a em {
transition: transform 0.3s ease;
transform-origin: left bottom;
}
.nectar-highlighted-text[data-style="text_outline"] a:hover em {
-webkit-text-fill-color: initial;
-webkit-text-stroke-color: rgba(0,0,0,0);
transform: skewX(-10deg);
}
.nectar-highlighted-text[data-style][data-user-color="true"] * {
color: inherit;
}
.nectar-highlighted-text[data-style="text_outline"] em {
display: inline;
padding: 0;
}
.nectar-highlighted-text[data-style="text_outline"][data-outline-thickness="thin"] em {
-webkit-text-stroke-width: 0.015em;
}
.nectar-highlighted-text[data-style="text_outline"][data-outline-thickness="regular"] em {
-webkit-text-stroke-width: 0.02em;
}
.nectar-highlighted-text[data-style="text_outline"][data-outline-thickness="thick"] em {
-webkit-text-stroke-width: 0.03em;
}
.nectar-highlighted-text[data-style="text_outline"][data-outline-thickness="extra_thick"] em {
-webkit-text-stroke-width: 0.04em;
}@media only screen and (min-width:1000px){
.wpb_column[data-border-animation="true"] .vc_column-inner > .border-wrap >.border-top,
.wpb_column[data-border-animation="true"] .vc_column-inner > .border-wrap >.border-bottom{
transition:transform 1s cubic-bezier(0.19,1,0.22,1);
transform:scaleX(0)
}
.wpb_column[data-border-animation="true"] .vc_column-inner > .border-wrap >.border-left,
.wpb_column[data-border-animation="true"] .vc_column-inner > .border-wrap >.border-right{
-webkit-transition:transform 1s cubic-bezier(0.19,1,0.22,1);
-webkit-transform:scaleY(0);
transition:transform 1s cubic-bezier(0.19,1,0.22,1);
transform:scaleY(0)
}
}
.wpb_column[data-border-animation="true"] .vc_column-inner > .border-wrap.animation > .border-top,
.wpb_column[data-border-animation="true"] .vc_column-inner > .border-wrap.animation > .border-bottom {
transform: scaleX(1);
}
.wpb_column[data-border-animation="true"] .vc_column-inner > .border-wrap.animation > .border-top {
transform-origin: left;
}
.wpb_column[data-border-animation="true"] .vc_column-inner > .border-wrap.animation > .border-bottom {
transform-origin: right;
}
.wpb_column[data-border-animation="true"] .vc_column-inner > .border-wrap.animation > .border-left,
.wpb_column[data-border-animation="true"] .vc_column-inner > .border-wrap.animation > .border-right {
transform: scaleY(1);
}
.wpb_column[data-border-animation="true"] .vc_column-inner > .border-wrap.animation > .border-left {
transform-origin: bottom;
}
.wpb_column[data-border-animation="true"] .vc_column-inner > .border-wrap.animation > .border-right {
transform-origin: top;
}
.wpb_column[data-border-style*="double"] > .vc_column-inner > .border-wrap >span{
border-style:solid
}
.wpb_column[data-border-style*="double"] > .vc_column-inner > .border-wrap >span:after{
position:absolute; 
border-style:solid; 
content:''; 
display:block
}
.wpb_column[data-border-style="double"][data-border-width="1px"] > .vc_column-inner > .border-wrap >.border-top:after {
top: 4px;
left: 5px;
width: calc(100% - 10px);
}
.wpb_column[data-border-style="double"][data-border-width="1px"] > .vc_column-inner > .border-wrap >.border-bottom:after {
bottom: 4px;
left: 5px;
width: calc(100% - 10px);
}
.wpb_column[data-border-style="double"][data-border-width="1px"] > .vc_column-inner > .border-wrap >.border-left:after {
left: 4px;
top: 5px;
height: calc(100% - 10px);
}
.wpb_column[data-border-style="double"][data-border-width="1px"] > .vc_column-inner > .border-wrap >.border-right:after {
right: 4px;
top: 5px;
height: calc(100% - 10px);
}
.wpb_column[data-border-style="double"][data-border-width="2px"] > .vc_column-inner > .border-wrap >.border-top:after {
top: 4px;
left: 6px;
width: calc(100% - 12px);
}
.wpb_column[data-border-style="double"][data-border-width="2px"] > .vc_column-inner > .border-wrap >.border-bottom:after {
bottom: 4px;
left: 6px;
width: calc(100% - 12px);
}
.wpb_column[data-border-style="double"][data-border-width="2px"] > .vc_column-inner > .border-wrap >.border-left:after {
left: 4px;
top: 6px;
height: calc(100% - 12px);
}
.wpb_column[data-border-style="double"][data-border-width="2px"] > .vc_column-inner > .border-wrap >.border-right:after {
right: 4px;
top: 6px;
height: calc(100% - 12px);
}
.wpb_column[data-border-style="double"][data-border-width="3px"] > .vc_column-inner > .border-wrap >.border-top:after {
top: 4px;
left: 7px;
width: calc(100% - 14px);
}
.wpb_column[data-border-style="double"][data-border-width="3px"] > .vc_column-inner > .border-wrap >.border-bottom:after {
bottom: 4px;
left: 7px;
width: calc(100% - 14px);
}
.wpb_column[data-border-style="double"][data-border-width="3px"] > .vc_column-inner > .border-wrap >.border-left:after {
left: 4px;
top: 7px;
height: calc(100% - 14px);
}
.wpb_column[data-border-style="double"][data-border-width="3px"] > .vc_column-inner > .border-wrap >.border-right:after {
right: 4px;
top: 7px;
height: calc(100% - 14px);
}
.wpb_column[data-border-style="double"][data-border-width="4px"] > .vc_column-inner > .border-wrap >.border-top:after {
top: 4px;
left: 8px;
width: calc(100% - 16px);
}
.wpb_column[data-border-style="double"][data-border-width="4px"] > .vc_column-inner > .border-wrap >.border-bottom:after {
bottom: 4px;
left: 8px;
width: calc(100% - 16px);
}
.wpb_column[data-border-style="double"][data-border-width="4px"] > .vc_column-inner > .border-wrap >.border-left:after {
left: 4px;
top: 8px;
height: calc(100% - 16px);
}
.wpb_column[data-border-style="double"][data-border-width="4px"] > .vc_column-inner > .border-wrap >.border-right:after {
right: 4px;
top: 8px;
height: calc(100% - 16px);
}
.wpb_column[data-border-style="double"][data-border-width="5px"] > .vc_column-inner > .border-wrap >.border-top:after {
top: 5px;
left: 10px;
width: calc(100% - 20px);
}
.wpb_column[data-border-style="double"][data-border-width="5px"] > .vc_column-inner > .border-wrap >.border-bottom:after {
bottom: 5px;
left: 10px;
width: calc(100% - 20px);
}
.wpb_column[data-border-style="double"][data-border-width="5px"] > .vc_column-inner > .border-wrap >.border-left:after {
left: 5px;
top: 10px;
height: calc(100% - 20px);
}
.wpb_column[data-border-style="double"][data-border-width="5px"] > .vc_column-inner > .border-wrap >.border-right:after {
right: 5px;
top: 10px;
height: calc(100% - 20px);
}
.wpb_column[data-border-style="double"][data-border-width="6px"] > .vc_column-inner > .border-wrap >.border-top:after {
top: 6px;
left: 12px;
width: calc(100% - 24px);
}
.wpb_column[data-border-style="double"][data-border-width="6px"] > .vc_column-inner > .border-wrap >.border-bottom:after {
bottom: 6px;
left: 12px;
width: calc(100% - 24px);
}
.wpb_column[data-border-style="double"][data-border-width="6px"] > .vc_column-inner > .border-wrap >.border-left:after {
left: 6px;
top: 12px;
height: calc(100% - 24px);
}
.wpb_column[data-border-style="double"][data-border-width="6px"] > .vc_column-inner > .border-wrap >.border-right:after {
right: 6px;
top: 12px;
height: calc(100% - 24px);
}
.wpb_column[data-border-style="double"][data-border-width="7px"] > .vc_column-inner > .border-wrap >.border-top:after {
top: 7px;
left: 14px;
width: calc(100% - 28px);
}
.wpb_column[data-border-style="double"][data-border-width="7px"] > .vc_column-inner > .border-wrap >.border-bottom:after {
bottom: 7px;
left: 14px;
width: calc(100% - 28px);
}
.wpb_column[data-border-style="double"][data-border-width="7px"] > .vc_column-inner > .border-wrap >.border-left:after {
left: 7px;
top: 14px;
height: calc(100% - 28px);
}
.wpb_column[data-border-style="double"][data-border-width="7px"] > .vc_column-inner > .border-wrap >.border-right:after {
right: 7px;
top: 14px;
height: calc(100% - 28px);
}
.wpb_column[data-border-style="double"][data-border-width="8px"] > .vc_column-inner > .border-wrap >.border-top:after {
top: 8px;
left: 16px;
width: calc(100% - 32px);
}
.wpb_column[data-border-style="double"][data-border-width="8px"] > .vc_column-inner > .border-wrap >.border-bottom:after {
bottom: 8px;
left: 16px;
width: calc(100% - 32px);
}
.wpb_column[data-border-style="double"][data-border-width="8px"] > .vc_column-inner > .border-wrap >.border-left:after {
left: 8px;
top: 16px;
height: calc(100% - 32px);
}
.wpb_column[data-border-style="double"][data-border-width="8px"] > .vc_column-inner > .border-wrap >.border-right:after {
right: 8px;
top: 16px;
height: calc(100% - 32px);
}
.wpb_column[data-border-style="double_offset"][data-border-width="1px"] > .vc_column-inner > .border-wrap >.border-left, 
.wpb_column[data-border-style="double_offset"][data-border-width="1px"] > .vc_column-inner > .border-wrap >.border-right, 
.wpb_column[data-border-style="double_offset"][data-border-width="2px"] > .vc_column-inner > .border-wrap >.border-left, 
.wpb_column[data-border-style="double_offset"][data-border-width="2px"] > .vc_column-inner > .border-wrap >.border-right, 
.wpb_column[data-border-style="double_offset"][data-border-width="3px"] > .vc_column-inner > .border-wrap >.border-left, 
.wpb_column[data-border-style="double_offset"][data-border-width="3px"] > .vc_column-inner > .border-wrap >.border-right, 
.wpb_column[data-border-style="double_offset"][data-border-width="4px"] > .vc_column-inner > .border-wrap >.border-left, 
.wpb_column[data-border-style="double_offset"][data-border-width="4px"] > .vc_column-inner > .border-wrap >.border-right{
top:6px; 
height: calc(100% - 12px);
}
.wpb_column[data-border-style="double_offset"][data-border-width="5px"] > .vc_column-inner > .border-wrap >.border-left, 
.wpb_column[data-border-style="double_offset"][data-border-width="5px"] > .vc_column-inner > .border-wrap >.border-right, 
.wpb_column[data-border-style="double_offset"][data-border-width="6px"] > .vc_column-inner > .border-wrap >.border-left, 
.wpb_column[data-border-style="double_offset"][data-border-width="6px"] > .vc_column-inner > .border-wrap >.border-right, 
.wpb_column[data-border-style="double_offset"][data-border-width="7px"] > .vc_column-inner > .border-wrap >.border-left, 
.wpb_column[data-border-style="double_offset"][data-border-width="7px"] > .vc_column-inner > .border-wrap >.border-right, 
.wpb_column[data-border-style="double_offset"][data-border-width="8px"] > .vc_column-inner > .border-wrap >.border-left, 
.wpb_column[data-border-style="double_offset"][data-border-width="8px"] > .vc_column-inner > .border-wrap >.border-right{
top:8px; 
height: calc(100% - 16px);
}
.wpb_column[data-border-style="double_offset"][data-border-width="1px"] > .vc_column-inner > .border-wrap >.border-top, 
.wpb_column[data-border-style="double_offset"][data-border-width="3px"] > .vc_column-inner > .border-wrap >.border-top, 
.wpb_column[data-border-style="double_offset"][data-border-width="4px"] > .vc_column-inner > .border-wrap >.border-top{
top:6px; 
left:0px; 
width:100%;
}
.wpb_column[data-border-style="double_offset"][data-border-width="2px"] > .vc_column-inner > .border-wrap >.border-top{
top:6px;
}
.wpb_column[data-border-style="double_offset"][data-border-width="5px"] > .vc_column-inner > .border-wrap >.border-top, 
.wpb_column[data-border-style="double_offset"][data-border-width="6px"] > .vc_column-inner > .border-wrap >.border-top, 
.wpb_column[data-border-style="double_offset"][data-border-width="7px"] > .vc_column-inner > .border-wrap >.border-top, 
.wpb_column[data-border-style="double_offset"][data-border-width="8px"] > .vc_column-inner > .border-wrap >.border-top{
top:8px; 
left:0px; 
width:100%;
}
.wpb_column[data-border-style="double_offset"][data-border-width="1px"] > .vc_column-inner > .border-wrap >.border-bottom, 
.wpb_column[data-border-style="double_offset"][data-border-width="3px"] > .vc_column-inner > .border-wrap >.border-bottom, 
.wpb_column[data-border-style="double_offset"][data-border-width="4px"] > .vc_column-inner > .border-wrap >.border-bottom{
bottom:6px; 
left:0px; 
width:100%;
}
.wpb_column[data-border-style="double_offset"][data-border-width="2px"] > .vc_column-inner > .border-wrap >.border-bottom{
bottom:6px;
}
.wpb_column[data-border-style="double_offset"][data-border-width="5px"] > .vc_column-inner > .border-wrap >.border-bottom, 
.wpb_column[data-border-style="double_offset"][data-border-width="6px"] > .vc_column-inner > .border-wrap >.border-bottom, 
.wpb_column[data-border-style="double_offset"][data-border-width="7px"] > .vc_column-inner > .border-wrap >.border-bottom, 
.wpb_column[data-border-style="double_offset"][data-border-width="8px"] > .vc_column-inner > .border-wrap >.border-bottom{
bottom:8px; 
left:0px; 
width:100%;
}
.wpb_column[data-border-style="double_offset"][data-border-width="1px"] > .vc_column-inner > .border-wrap >.border-top:after{top:-8px; left:7px; width:calc(100% - 15px)}
.wpb_column[data-border-style="double_offset"][data-border-width="1px"] > .vc_column-inner > .border-wrap >.border-bottom:after{bottom:-8px; left:7px; width:calc(100% - 15px)}
.wpb_column[data-border-style="double_offset"][data-border-width="1px"] > .vc_column-inner > .border-wrap >.border-left:after{left:6px; top:-7px; height:calc(100% - -14px)}
.wpb_column[data-border-style="double_offset"][data-border-width="1px"] > .vc_column-inner > .border-wrap >.border-right:after{right:6px; top:-7px; height:calc(100% - -14px)}
.wpb_column[data-border-style="double_offset"][data-border-width="2px"] > .vc_column-inner > .border-wrap >.border-top:after{top:-10px; left:8px; width:calc(100% - 16px)}
.wpb_column[data-border-style="double_offset"][data-border-width="2px"] > .vc_column-inner > .border-wrap >.border-bottom:after{bottom:-10px; left:8px; width:calc(100% - 16px)}
.wpb_column[data-border-style="double_offset"][data-border-width="2px"] > .vc_column-inner > .border-wrap >.border-left:after{left:6px; top:-8px; height:calc(100% - -16px)}
.wpb_column[data-border-style="double_offset"][data-border-width="2px"] > .vc_column-inner > .border-wrap >.border-right:after{right:6px; top:-8px; height:calc(100% - -16px)}
.wpb_column[data-border-style="double_offset"][data-border-width="3px"] > .vc_column-inner > .border-wrap >.border-top:after{top:-12px; left:9px; width:calc(100% - 16px)}
.wpb_column[data-border-style="double_offset"][data-border-width="3px"] > .vc_column-inner > .border-wrap >.border-bottom:after{bottom:-12px; left:9px; width:calc(100% - 16px)}
.wpb_column[data-border-style="double_offset"][data-border-width="3px"] > .vc_column-inner > .border-wrap >.border-left:after{left:6px; top:-9px; height:calc(100% - -18px)}
.wpb_column[data-border-style="double_offset"][data-border-width="3px"] > .vc_column-inner > .border-wrap >.border-right:after{right:6px; top:-9px; height:calc(100% - -18px)}
.wpb_column[data-border-style="double_offset"][data-border-width="4px"] > .vc_column-inner > .border-wrap >.border-top:after{top:-14px; left:6px; width:calc(100% - 14px)}
.wpb_column[data-border-style="double_offset"][data-border-width="4px"] > .vc_column-inner > .border-wrap >.border-bottom:after{bottom:-14px; left:6px; width:calc(100% - 14px)}
.wpb_column[data-border-style="double_offset"][data-border-width="4px"] > .vc_column-inner > .border-wrap >.border-left:after{left:6px; top:-10px; height:calc(100% - -20px)}
.wpb_column[data-border-style="double_offset"][data-border-width="4px"] > .vc_column-inner > .border-wrap >.border-right:after{right:6px; top:-10px; height:calc(100% - -20px)}
.wpb_column[data-border-style="double_offset"][data-border-width="5px"] > .vc_column-inner > .border-wrap >.border-top:after{top:-18px; left:8px; width:calc(100% - 16px)}
.wpb_column[data-border-style="double_offset"][data-border-width="5px"] > .vc_column-inner > .border-wrap >.border-bottom:after{bottom:-18px; left:8px; width:calc(100% - 16px)}
.wpb_column[data-border-style="double_offset"][data-border-width="5px"] > .vc_column-inner > .border-wrap >.border-left:after{left:8px; top:-11px; height:calc(100% - -22px)}
.wpb_column[data-border-style="double_offset"][data-border-width="5px"] > .vc_column-inner > .border-wrap >.border-right:after{right:8px; top:-11px; height:calc(100% - -22px)}
.wpb_column[data-border-style="double_offset"][data-border-width="6px"] > .vc_column-inner > .border-wrap >.border-top:after{top:-20px; left:8px; width:calc(100% - 16px)}
.wpb_column[data-border-style="double_offset"][data-border-width="6px"] > .vc_column-inner > .border-wrap >.border-bottom:after{bottom:-20px; left:8px; width:calc(100% - 16px)}
.wpb_column[data-border-style="double_offset"][data-border-width="6px"] > .vc_column-inner > .border-wrap >.border-left:after{left:8px; top:-11px; height:calc(100% - -22px)}
.wpb_column[data-border-style="double_offset"][data-border-width="6px"] > .vc_column-inner > .border-wrap >.border-right:after{right:8px; top:-11px; height:calc(100% - -22px)}
.wpb_column[data-border-style="double_offset"][data-border-width="7px"] > .vc_column-inner > .border-wrap >.border-top:after{top:-22px; left:15px; width:calc(100% - 30px)}
.wpb_column[data-border-style="double_offset"][data-border-width="7px"] > .vc_column-inner > .border-wrap >.border-bottom:after{bottom:-22px; left:15px; width:calc(100% - 30px)}
.wpb_column[data-border-style="double_offset"][data-border-width="7px"] > .vc_column-inner > .border-wrap >.border-left:after{left:8px; top:-11px; height:calc(100% - -22px)}
.wpb_column[data-border-style="double_offset"][data-border-width="7px"] > .vc_column-inner > .border-wrap >.border-right:after{right:8px; top:-11px; height:calc(100% - -22px)}
.wpb_column[data-border-style="double_offset"][data-border-width="8px"] > .vc_column-inner > .border-wrap >.border-top:after{top:-24px; left:16px; width:calc(100% - 32px)}
.wpb_column[data-border-style="double_offset"][data-border-width="8px"] > .vc_column-inner > .border-wrap >.border-bottom:after{bottom:-24px; left:16px; width:calc(100% - 32px)}
.wpb_column[data-border-style="double_offset"][data-border-width="8px"] > .vc_column-inner > .border-wrap >.border-left:after{left:8px; top:-11px; height:calc(100% - -22px)}
.wpb_column[data-border-style="double_offset"][data-border-width="8px"] > .vc_column-inner > .border-wrap >.border-right:after{right:8px; top:-11px; height:calc(100% - -22px)}
.wpb_column[data-border-width="1px"] > .vc_column-inner > .border-wrap >.border-top{top:-1px; left:-1px; width:calc(100% - -2px)}
.wpb_column[data-border-width="1px"] > .vc_column-inner > .border-wrap >.border-bottom{bottom:-1px; left:-1px; width:calc(100% - -2px)}
.wpb_column[data-border-width="1px"] > .vc_column-inner > .border-wrap >.border-left{top:-1px; left:-1px; height:calc(100% - -2px)}
.wpb_column[data-border-width="1px"] > .vc_column-inner > .border-wrap >.border-left{top:-1px; right:-1px; height:calc(100% - -2px)}
.wpb_column[data-border-width="2px"] > .vc_column-inner > .border-wrap >.border-top{top:-2px; left:-2px; width:calc(100% - -4px)}
.wpb_column[data-border-width="2px"] > .vc_column-inner > .border-wrap >.border-bottom{bottom:-2px; left:-2px; width:calc(100% - -4px)}
.wpb_column[data-border-width="2px"] > .vc_column-inner > .border-wrap >.border-left{top:-2px; left:-2px; height:calc(100% - -4px)}
.wpb_column[data-border-width="2px"] > .vc_column-inner > .border-wrap >.border-right{top:-2px; right:-2px; height:calc(100% - -4px)}
.wpb_column[data-border-width="3px"] > .vc_column-inner > .border-wrap >.border-top{top:-3px; left:-3px; width:calc(100% - -6px)}
.wpb_column[data-border-width="3px"] > .vc_column-inner > .border-wrap >.border-bottom{bottom:-3px; left:-3px; width:calc(100% - -6px)}
.wpb_column[data-border-width="3px"] > .vc_column-inner > .border-wrap >.border-left{top:-3px; left:-3px; height:calc(100% - -6px)}
.wpb_column[data-border-width="3px"] > .vc_column-inner > .border-wrap >.border-right{top:-3px; right:-3px; height:calc(100% - -6px)}
.wpb_column[data-border-width="4px"] > .vc_column-inner > .border-wrap >.border-top{top:-4px; left:-4px; width:calc(100% - -8px)}
.wpb_column[data-border-width="4px"] > .vc_column-inner > .border-wrap >.border-bottom{bottom:-4px; left:-4px; width:calc(100% - -8px)}
.wpb_column[data-border-width="4px"] > .vc_column-inner > .border-wrap >.border-left{top:-4px; left:-4px; height:calc(100% - -8px)}
.wpb_column[data-border-width="4px"] > .vc_column-inner > .border-wrap >.border-right{top:-4px; right:-4px; height:calc(100% - -8px)}
.wpb_column[data-border-width="5px"] > .vc_column-inner > .border-wrap >.border-top{top:-5px; left:-5px; width:calc(100% - -10px)}
.wpb_column[data-border-width="5px"] > .vc_column-inner > .border-wrap >.border-bottom{bottom:-5px; left:-5px; width:calc(100% - -10px)}
.wpb_column[data-border-width="5px"] > .vc_column-inner > .border-wrap >.border-left{top:-5px; left:-5px; height:calc(100% - -10px)}
.wpb_column[data-border-width="5px"] > .vc_column-inner > .border-wrap >.border-right{top:-5px; right:-5px; height:calc(100% - -10px)}
.wpb_column[data-border-width="6px"] > .vc_column-inner > .border-wrap >.border-top{top:-6px; left:-6px; width:calc(100% - -12px)}
.wpb_column[data-border-width="6px"] > .vc_column-inner > .border-wrap >.border-bottom{bottom:-6px; left:-6px; width:calc(100% - -12px)}
.wpb_column[data-border-width="6px"] > .vc_column-inner > .border-wrap >.border-left{top:-6px; left:-6px; height:calc(100% - -12px)}
.wpb_column[data-border-width="6px"] > .vc_column-inner > .border-wrap >.border-right{top:-6px; right:-6px; height:calc(100% - -12px)}
.wpb_column[data-border-width="1px"] > .vc_column-inner > .border-wrap >span, 
.wpb_column[data-border-width="1px"] > .vc_column-inner > .border-wrap >span:after{border-width:1px}
.wpb_column[data-border-width="2px"] > .vc_column-inner > .border-wrap >span, 
.wpb_column[data-border-width="2px"] > .vc_column-inner > .border-wrap >span:after{border-width:2px}
.wpb_column[data-border-width="3px"] > .vc_column-inner > .border-wrap >span, 
.wpb_column[data-border-width="3px"] > .vc_column-inner > .border-wrap >span:after{border-width:3px}
.wpb_column[data-border-width="4px"] > .vc_column-inner > .border-wrap >span, 
.wpb_column[data-border-width="4px"] > .vc_column-inner > .border-wrap >span:after{border-width:4px}
.wpb_column[data-border-width="5px"] > .vc_column-inner > .border-wrap >span, 
.wpb_column[data-border-width="5px"] > .vc_column-inner > .border-wrap >span:after{border-width:5px}
.wpb_column[data-border-width="6px"] > .vc_column-inner > .border-wrap >span, 
.wpb_column[data-border-width="6px"] > .vc_column-inner > .border-wrap >span:after{border-width:6px}
.wpb_column[data-border-width="7px"] > .vc_column-inner > .border-wrap >span, 
.wpb_column[data-border-width="7px"] > .vc_column-inner > .border-wrap >span:after{border-width:7px}
.wpb_column[data-border-width="8px"] > .vc_column-inner > .border-wrap >span, 
.wpb_column[data-border-width="8px"] > .vc_column-inner > .border-wrap >span:after{border-width:8px}
.wpb_column[data-border-width="9px"] > .vc_column-inner > .border-wrap >span, 
.wpb_column[data-border-width="9px"] > .vc_column-inner > .border-wrap >span:after{border-width:9px}
.wpb_column[data-border-width="10px"] > .vc_column-inner > .border-wrap >span, 
.wpb_column[data-border-width="10px"] > .vc_column-inner > .border-wrap >span:after{border-width:10px}
body[data-m-animate="1"] .wpb_column[data-border-animation="true"] .vc_column-inner > .border-wrap >.border-top,
body[data-m-animate="1"] .wpb_column[data-border-animation="true"] .vc_column-inner > .border-wrap >.border-bottom {
transition:transform 1s cubic-bezier(0.19,1,0.22,1);
transform:scaleX(0)
}
body[data-m-animate="1"] .wpb_column[data-border-animation="true"] .vc_column-inner > .border-wrap >.border-left, 
body[data-m-animate="1"] .wpb_column[data-border-animation="true"] .vc_column-inner > .border-wrap >.border-right {
-webkit-transition:transform 1s cubic-bezier(0.19,1,0.22,1);
-webkit-transform:scaleY(0);
transition:transform 1s cubic-bezier(0.19,1,0.22,1);
transform:scaleY(0)
}
body[data-m-animate="1"] .wpb_column[data-border-animation="true"] .vc_column-inner > .border-wrap.animation > .border-top, 
body[data-m-animate="1"] .wpb_column[data-border-animation="true"] .vc_column-inner > .border-wrap.animation > .border-bottom {
transform: scaleX(1);
}
body[data-m-animate="1"] .wpb_column[data-border-animation="true"] .vc_column-inner > .border-wrap.animation > .border-left, 
body[data-m-animate="1"] .wpb_column[data-border-animation="true"] .vc_column-inner > .border-wrap.animation > .border-right {
transform: scaleY(1);
}