@media(min-width:1080px) { 
.column-html-878 { 
display: block; 
background: #085294; 
background-position: top left; 
background-attachment: scroll; 
background-repeat: no-repeat; 
background-size: center; 
padding-left: 70px; 
padding-right: 70px; 
padding-top: 150px; 
padding-bottom: 100px; 
margin-top: -150px; 
margin-bottom: -10px; 
-webkit-clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 100% 100%, 100% 0%, 50% 5%); 
clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 100% 100%, 100% 0%, 50% 5%); 
transition: clip-path 2s; 
-webkit-transition: clip-path 2s; 
} 
.column-html-878.inClipPath { 
} 
.column-html-878.outClipPath { 
} 
} 
@media(max-width:1079px) { 
.column-html-878 { 
display: none; 
background: #085294; 
background-position: top left; 
background-attachment: scroll; 
background-repeat: no-repeat; 
background-size: center; 
padding-left: 70px; 
padding-right: 70px; 
padding-top: 150px; 
padding-bottom: 100px; 
margin-top: -150px; 
margin-bottom: -10px; 
-webkit-clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 100% 100%, 100% 0%, 50% 5%); 
clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 100% 100%, 100% 0%, 50% 5%); 
} 
} 
