/* Royal Addons Premium Visible */
#elementor-panel-category-wpr-premium-widgets { display: none !important; }

:root {
	--megawork-bg-color: #fff;
	--megawork-page-header-height: 180px;
	--megawork-maskimg-height: 500px;
}

@media (max-width: 767px) {
	:root {
		--megawork-maskimg-height: calc(100vw - 150px);
	}
}

[id] {
  scroll-margin-top: 80px;
}

@media (max-width:800px) {
	[id] {
	}
}

p { margin-bottom: 18px !important; } 
a { text-decoration: none !important; }
h1, h2, h3, h4, h5, h6 { 
	margin-bottom: 12px !important; 
}


li::marker {
  color: var(--e-global-color-accent);
  font-weight: 700;
}

.page-header{
	height: var(--megawork-page-header-height);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
} 


/* Titulo tag amarela */
.megawork h1::before,
.megawork h2::before,
.megawork h3::before,
.megawork h4::before,
.megawork h5::before,
.megawork h6::before {
	content: "";
	display: block;
	width: 40px;
	height: 20px;
	/*margin-top: -20px;*/
	margin-left: -40px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='2459.1 1229.85 840 420'><path d='M3089.1,1458.75L3089.1,1630.95C3089.1,1641.38 3080.63,1649.85 3070.2,1649.85L2478,1649.85C2467.56,1649.85 2459.1,1641.38 2459.1,1630.95L2459.1,1458.75C2459.1,1448.32 2467.56,1439.85 2478,1439.85L3070.2,1439.85C3080.63,1439.85 3089.1,1431.38 3089.1,1420.95L3089.1,1248.75C3089.1,1238.32 3097.56,1229.85 3108,1229.85L3280.2,1229.85C3290.63,1229.85 3299.1,1238.32 3299.1,1248.75L3299.1,1420.95C3299.1,1431.38 3290.63,1439.85 3280.2,1439.85L3108,1439.85C3097.56,1439.85 3089.1,1448.32 3089.1,1458.75Z' fill='rgb(249,182,0)'/></svg>");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top;
}

/* Titulo ponto amarelo */
/* .megawork h1::after,
.megawork h2::after,
.megawork h3::after,
.megawork h4::after,
.megawork h5::after,
.megawork h6::after {
	content: '.';
	color: var( --e-global-color-accent );
	font-weight: 900;
	font-family: Sans-serif;
} */




/* Containers =============================================== */
/* container pai */
.e-parent > .e-con-inner {
	padding: 0px 10px;
}

.e-con { 
	margin-bottom: 5vh;	
}


/* container filho */
.e-child { 
	margin-bottom: 20px;
	padding: 0px; /* 0px para permitir vários níveis de container sem afunilar mais o conteúdo a cada nível*/
}

.e-con .megawork-border {
	border: 2px solid var(--e-global-color-accent);
	background: rgb(255,255,255,0.8);
	backdrop-filter: blur(10px);
	border-radius: 4px;
	padding: 20px;
}





.cover-home {
	min-height: 75vh;
	padding-top: 120px;
	background-color: var(--e-global-color-primary);	
	background-image: radial-gradient(circle, var(--e-global-color-secondary), var(--e-global-color-primary) );
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
}

.cover1,
.cover2,
.cover3,
.cover4,
.cover5,
.cover6,
.cover7,
.cover8 {
	min-height: 55vh;
	padding-top: calc(80px + 5vw);
	margin-top: calc(-1 * var(--megawork-page-header-height));
	margin-bottom: 2vw;
	background-color: var(--e-global-color-primary);
	background-repeat: no-repeat;
	background-position: calc(50vw - 80px) bottom;
	background-size: contain; 
}

@media (max-width: 767px) {
	.cover1, .cover2, .cover3, .cover4,	.cover5, .cover6, .cover7, .cover8 {
		background-position: calc(100vw - 460px) bottom;
		background-size: 550px;
	}
}

.cover-especialidades {
	min-height: 300px !important;
	padding-top: 120px !important;
}

.cover-home h1, .cover-home h2, .cover-home h3, .cover-home h4, .cover-home h5, .cover-home h6, .cover-home p,
.cover1 h1, .cover1 h2, .cover1 h3, .cover1 h4, .cover1 h5, .cover1 h6, .cover1 p, 
.cover2 h1, .cover2 h2, .cover2 h3, .cover2 h4, .cover2 h5, .cover2 h6, .cover2 p, 
.cover3 h1, .cover3 h2, .cover3 h3, .cover3 h4, .cover3 h5, .cover3 h6, .cover3 p, 
.cover4 h1, .cover4 h2, .cover4 h3, .cover4 h4, .cover4 h5, .cover4 h6, .cover4 p, 
.cover5 h1, .cover5 h2, .cover5 h3, .cover5 h4, .cover5 h5, .cover5 h6, .cover5 p,
.cover6 h1, .cover6 h2, .cover6 h3, .cover6 h4, .cover6 h5, .cover6 h6, .cover6 p, 
.cover7 h1, .cover7 h2, .cover7 h3, .cover7 h4, .cover7 h5, .cover7 h6, .cover7 p,
.cover8 h1, .cover8 h2, .cover8 h3, .cover8 h4, .cover8 h5, .cover8 h6, .cover8 p {	
	color: white !important;
}

.cover-home::after,
.cover1::after,
.cover2::after,
.cover3::after,
.cover4::after,
.cover5::after,
.cover6::after,
.cover7::after,
.cover8::after {
	content: "";
	position: Relative;
	bottom: 0;
	display: block;
	min-height: 50px;
	width: calc(100% + 20px);;
	margin: 31px 0 -1px -10px;
	background-color: var(--megawork-bg-color);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom;
}

.cover-home::after{
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);;
	height: 5vw !important;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3020 437'><g transform='matrix(3.72087,2.28669e-16,-4.27788e-17,1.13888,-1210.72,-3952.06)'><path d='M325.386,3689.64L1019.26,3853C1035.77,3851.89 1040.97,3831.89 1045.52,3815.98C1046.1,3813.93 1090.78,3644.62 1136.82,3470.12L325.386,3470.12L325.386,3689.64Z' fill='%23f9b600'/></g></svg>");
}

.cover1::after{
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);;
	height: 5vw !important;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3020 437'><g transform='matrix(3.72087,2.28669e-16,-4.27788e-17,1.13888,-1210.72,-3952.06)'><path d='M325.386,3689.64L1019.26,3853C1035.77,3851.89 1040.97,3831.89 1045.52,3815.98C1046.1,3813.93 1090.78,3644.62 1136.82,3470.12L325.386,3470.12L325.386,3689.64Z' fill='%23f9b600'/></g></svg>");
}

.cover2::after{
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
	height: 10vw !important;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3020 437'><g transform='matrix(-3.31491,2.28669e-16,3.81115e-17,1.13888,4097.88,-3952.06)'><path d='M325.386,3470.12L1019.26,3853C1035.77,3851.89 1040.97,3831.89 1045.52,3815.98C1046.1,3813.93 1090.78,3644.62 1136.82,3470.12L325.386,3470.12Z' fill='%23f9b600'/></g></svg>");
}

.cover3::after{
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	height: 10vw !important;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3020 437'><g transform='matrix(-3.72087,2.28669e-16,4.27788e-17,1.13888,5230.72,-3952.06)'><path d='M325.386,3689.64L1019.26,3853C1035.77,3851.89 1040.97,3831.89 1045.52,3815.98C1046.1,3813.93 1090.78,3644.62 1136.82,3470.12L325.386,3470.12L325.386,3689.64Z' fill='%23f9b600'/></g></svg>");
}
.cover4::after{
	clip-path: polygon(0 0, 100% 40%, 100% 100%, 0% 100%);
	height: 12vw !important;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3020 437'><g transform='matrix(3.72087,2.28669e-16,-4.27788e-17,1.13888,-1210.72,-3952.06)'><path d='M325.386,3689.64L1019.26,3853C1035.77,3851.89 1040.97,3831.89 1045.52,3815.98C1046.1,3813.93 1090.78,3644.62 1136.82,3470.12L325.386,3470.12L325.386,3689.64Z' fill='%23f9b600'/></g></svg>");
}
.cover5::after{
	clip-path: polygon(0 0, 100% 23%, 100% 100%, 0% 100%);
	height: 7vw !important;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3020 437'><g transform='matrix(-1,0,0,1,3020,0)'><path d='M3019.25,0L2919.25,380.704C2910.25,411.251 2894.45,436.052 2863.9,436.052L271.348,406.052C227.801,406.052 203,378.251 190,350.704L0,0C72,-0.203 2917.25,-0.121 3019.25,0Z' fill='%23f9b600'/></g></svg>");
}
.cover6::after{
	clip-path: polygon(0 63%, 100% 0, 100% 100%, 0% 100%);
	height: 10vw !important;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3020 437'><g transform='matrix(-1,0,0,1,3020,0)'><path d='M3019.25,0L2919.25,380.704C2910.25,411.251 2894.45,436.052 2863.9,436.052L271.348,406.052C227.801,406.052 203,378.251 190,350.704L0,0C72,-0.203 2917.25,-0.121 3019.25,0Z' fill='%23f9b600'/></g></svg>");
}
.cover7::after{
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
	height: 14vw !important;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3020 437'><g transform='matrix(3.72087,2.28669e-16,-4.27788e-17,1.13888,-1210.72,-3952.06)'><path d='M325.386,3689.64L1019.26,3853C1035.77,3851.89 1040.97,3831.89 1045.52,3815.98C1046.1,3813.93 1090.78,3644.62 1136.82,3470.12L325.386,3470.12L325.386,3689.64Z' fill='%23f9b600'/></g></svg>");
}
.cover8::after{
	clip-path: polygon(0 0, 100% 35%, 100% 100%, 0% 100%);
	height: 13vw !important;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3020 437'><g transform='matrix(-3.31491,2.28669e-16,3.81115e-17,1.13888,4097.88,-3952.06)'><path d='M325.386,3470.12L1019.26,3853C1035.77,3851.89 1040.97,3831.89 1045.52,3815.98C1046.1,3813.93 1090.78,3644.62 1136.82,3470.12L325.386,3470.12Z' fill='%23f9b600'/></g></svg>");
}


.cover-middle1 h1, .cover-middle1 h2, .cover-middle1 h3, .cover-middle1 h4, .cover-middle1 h5, .cover-middle1 h6, .cover-middle1 p,
.cover-middle2 h1, .cover-middle2 h2, .cover-middle2 h3, .cover-middle2 h4, .cover-middle2 h5, .cover-middle2 h6, .cover-middle2 p,
.cover-middle3 h1, .cover-middle3 h2, .cover-middle3 h3, .cover-middle3 h4, .cover-middle3 h5, .cover-middle3 h6, .cover-middle3 p {	
	color: white !important;
}

.cover-middle1,
.cover-middle2, 
.cover-middle3 {
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: center;
	background-color: var(--e-global-color-accent); /* Mude esta cor conforme a necessidade do projeto */
	width: 100%;
	height: 100%;
	min-height: 50vh;
	background-position: center center;
	background-size: cover;		
}

.cover-middle1 {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201853%20903%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20xml%3Aspace%3D%22preserve%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%3Cg%20transform%3D%22matrix(8.05933%2C0%2C0%2C4.77171%2C-367.162%2C-213.196)%22%3E%3Cpath%20d%3D%22M59.103%2C72.491C59.399%2C69.146%2059.715%2C66.345%2060.094%2C64C60.17%2C63.402%2060.271%2C62.834%2060.397%2C62.297C61.784%2C55.202%2064.002%2C52.974%2068.656%2C52.309C98.832%2C48.007%20129.42%2C47.371%20159.803%2C44.905C164.915%2C44.376%20169.878%2C44.803%20174.771%2C45.909L267.266%2C68.353C271.459%2C69.797%20273.776%2C72.471%20274.725%2C76.389C275.404%2C78.006%20275.611%2C80.069%20275.347%2C82.576L275.106%2C84.334C275%2C85.599%20274.834%2C86.933%20274.614%2C88.337L274.57%2C88.252L259.72%2C196.718C259.167%2C203.784%20256.367%2C206.566%20252.543%2C207.406C223.093%2C216.506%20189.171%2C225.108%20159.502%2C233.468C153.833%2C235.064%20145.57%2C231.959%20138.992%2C229.404L52.69%2C199.966C46.217%2C197.423%2045.186%2C194.741%2045.656%2C187.77L59.103%2C72.491Z%22%20style%3D%22fill%3A%23ffffff%3B%22/%3E%3C/g%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201853%20903%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20xml%3Aspace%3D%22preserve%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%3Cg%20transform%3D%22matrix(8.05933%2C0%2C0%2C4.77171%2C-367.162%2C-213.196)%22%3E%3Cpath%20d%3D%22M59.103%2C72.491C59.399%2C69.146%2059.715%2C66.345%2060.094%2C64C60.17%2C63.402%2060.271%2C62.834%2060.397%2C62.297C61.784%2C55.202%2064.002%2C52.974%2068.656%2C52.309C98.832%2C48.007%20129.42%2C47.371%20159.803%2C44.905C164.915%2C44.376%20169.878%2C44.803%20174.771%2C45.909L267.266%2C68.353C271.459%2C69.797%20273.776%2C72.471%20274.725%2C76.389C275.404%2C78.006%20275.611%2C80.069%20275.347%2C82.576L275.106%2C84.334C275%2C85.599%20274.834%2C86.933%20274.614%2C88.337L274.57%2C88.252L259.72%2C196.718C259.167%2C203.784%20256.367%2C206.566%20252.543%2C207.406C223.093%2C216.506%20189.171%2C225.108%20159.502%2C233.468C153.833%2C235.064%20145.57%2C231.959%20138.992%2C229.404L52.69%2C199.966C46.217%2C197.423%2045.186%2C194.741%2045.656%2C187.77L59.103%2C72.491Z%22%20style%3D%22fill%3A%23ffffff%3B%22/%3E%3C/g%3E%3C/svg%3E");
}

.cover-middle2 {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201841%20879%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20xml%3Aspace%3D%22preserve%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%3Cg%20transform%3D%22matrix(-6.93591e-17%2C-2.07186%2C-2.07186%2C6.93591e-17%2C3418.26%2C6835.25)%22%3E%3Cpath%20d%3D%22M3089.1%2C1502.19L3089.1%2C1630.95C3089.1%2C1641.38%203080.63%2C1649.85%203070.2%2C1649.85L2893.94%2C1649.85C2883.51%2C1649.85%202875.04%2C1641.38%202875.04%2C1630.95L2875.04%2C923.002C2875.04%2C912.571%202883.51%2C904.102%202893.94%2C904.102L3070.2%2C904.102C3080.63%2C904.102%203089.1%2C895.633%203089.1%2C885.202L3089.1%2C780.574C3089.1%2C770.143%203097.56%2C761.674%203108%2C761.674L3280.2%2C761.674C3290.63%2C761.674%203299.1%2C770.143%203299.1%2C780.574L3299.1%2C1464.39C3299.1%2C1474.82%203290.63%2C1483.29%203280.2%2C1483.29L3108%2C1483.29C3097.56%2C1483.29%203089.1%2C1491.76%203089.1%2C1502.19Z%22%20style%3D%22fill%3A%23ffffff%3B%22/%3E%3C/g%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201841%20879%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20xml%3Aspace%3D%22preserve%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%3Cg%20transform%3D%22matrix(-6.93591e-17%2C-2.07186%2C-2.07186%2C6.93591e-17%2C3418.26%2C6835.25)%22%3E%3Cpath%20d%3D%22M3089.1%2C1502.19L3089.1%2C1630.95C3089.1%2C1641.38%203080.63%2C1649.85%203070.2%2C1649.85L2893.94%2C1649.85C2883.51%2C1649.85%202875.04%2C1641.38%202875.04%2C1630.95L2875.04%2C923.002C2875.04%2C912.571%202883.51%2C904.102%202893.94%2C904.102L3070.2%2C904.102C3080.63%2C904.102%203089.1%2C895.633%203089.1%2C885.202L3089.1%2C780.574C3089.1%2C770.143%203097.56%2C761.674%203108%2C761.674L3280.2%2C761.674C3290.63%2C761.674%203299.1%2C770.143%203299.1%2C780.574L3299.1%2C1464.39C3299.1%2C1474.82%203290.63%2C1483.29%203280.2%2C1483.29L3108%2C1483.29C3097.56%2C1483.29%203089.1%2C1491.76%203089.1%2C1502.19Z%22%20style%3D%22fill%3A%23ffffff%3B%22/%3E%3C/g%3E%3C/svg%3E");
}

.cover-middle3 {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201307%20690%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20xml%3Aspace%3D%22preserve%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%3Cg%20transform%3D%22matrix(2.57397%2C-7.06499e-17%2C7.14421e-17%2C2.54543%2C-7185.15%2C-3510.51)%22%3E%3Cpath%20d%3D%22M3089.1%2C1611.97L3089.1%2C1630.95C3089.1%2C1641.38%203080.63%2C1649.85%203070.2%2C1649.85L2810.36%2C1649.85C2799.93%2C1649.85%202791.46%2C1641.38%202791.46%2C1630.95L2791.46%2C1458.75C2791.46%2C1448.32%202799.93%2C1439.85%202810.36%2C1439.85L3070.2%2C1439.85C3080.63%2C1439.85%203089.1%2C1431.38%203089.1%2C1420.95L3089.1%2C1398.04C3089.1%2C1387.61%203097.56%2C1379.14%203108%2C1379.14L3280.2%2C1379.14C3290.63%2C1379.14%203299.1%2C1387.61%203299.1%2C1398.04L3299.1%2C1574.17C3299.1%2C1584.6%203290.63%2C1593.07%203280.2%2C1593.07L3108%2C1593.07C3097.56%2C1593.07%203089.1%2C1601.54%203089.1%2C1611.97Z%22%20style%3D%22fill%3A%23ffffff%3B%22/%3E%3C/g%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201307%20690%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20xml%3Aspace%3D%22preserve%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%3Cg%20transform%3D%22matrix(2.57397%2C-7.06499e-17%2C7.14421e-17%2C2.54543%2C-7185.15%2C-3510.51)%22%3E%3Cpath%20d%3D%22M3089.1%2C1611.97L3089.1%2C1630.95C3089.1%2C1641.38%203080.63%2C1649.85%203070.2%2C1649.85L2810.36%2C1649.85C2799.93%2C1649.85%202791.46%2C1641.38%202791.46%2C1630.95L2791.46%2C1458.75C2791.46%2C1448.32%202799.93%2C1439.85%202810.36%2C1439.85L3070.2%2C1439.85C3080.63%2C1439.85%203089.1%2C1431.38%203089.1%2C1420.95L3089.1%2C1398.04C3089.1%2C1387.61%203097.56%2C1379.14%203108%2C1379.14L3280.2%2C1379.14C3290.63%2C1379.14%203299.1%2C1387.61%203299.1%2C1398.04L3299.1%2C1574.17C3299.1%2C1584.6%203290.63%2C1593.07%203280.2%2C1593.07L3108%2C1593.07C3097.56%2C1593.07%203089.1%2C1601.54%203089.1%2C1611.97Z%22%20style%3D%22fill%3A%23ffffff%3B%22/%3E%3C/g%3E%3C/svg%3E");
}





.quadro-solucoes {
  padding: 0px;
  background-color: #edeeef;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid var(--e-global-color-secondary);
}

.quadro-solucoes > .e-child {
  max-width: 1600px !important;
  margin: 0px auto !important;
}

@media (min-width:800px) {
	.quadro-solucoes > div {
	/* 	border-top: 3px solid var(--e-global-color-accent);
		border-bottom: 3px solid var(--e-global-color-secondary); */
		margin: 60px auto 0px !important;
		padding: 140px 60px 100px 60px !important;
	}
}

@media (max-width:799px) {
	.quadro-solucoes > div {
		margin: 10px auto 0px !important;
		padding: 40px 10px 20px 10px !important;
	}
}



/* Botão =============================================== */
.elementor-button span {
	text-transform: uppercase;
	font-weight: 700 !important;
	font-size: calc(var(--e-global-typography-text-font-size) - 1px);
	font-family: var( --e-global-typography-text-font-family ), Sans-serif !important;
	fill: currentColor;
}

.elementor-button-content-wrapper::after {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-left: 0.5em;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23213E7F'><path d='M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z'/></svg>");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

/* Botão Simples */
.elementor-element.elementor-button-info .elementor-button {
	background-color: rgba(0, 0, 0, 0) !important;
	padding: 0px;
}

/* Botão Padrao Limpo */
.elementor-element .elementor-button-success .elementor-button {
	background-color: var(--e-global-color-accent);
}

.elementor-element .elementor-button-success .elementor-button > .elementor-button-content-wrapper::after{
	width: 0em;
	height: 0em;
	margin-left: 0em;
}

/* Botao Simples Limpo */
.elementor-element.elementor-button-warning .elementor-button {
	background-color: rgba(0, 0, 0, 0) !important;
	padding: 0px;
}

.elementor-element .elementor-button-warning .elementor-button > .elementor-button-content-wrapper::after{
	width: 0em;
	height: 0em;
	margin-left: 0em;
}


/* Botao Azul */
.elementor-element .elementor-button-danger .elementor-button {
	background-color: var(--e-global-color-primary) !important;
	color: var(--e-global-color-accent) !important;
}

.elementor-element.elementor-button-danger .elementor-button a{
	color: var(--e-global-color-accent) !important;
}

.elementor-element .elementor-button-danger .elementor-button > .elementor-button-content-wrapper::after {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-left: 0.5em;
	background-image: none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-color: var(--e-global-color-accent);
	-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z'/></svg>");
	mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z'/></svg>");
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: center;
	mask-position: center;
}

/* Divisor =============================================== */
.elementor-divider {
	height: 10px !important;
	padding-block-start: 0 !important;
	padding-block-end: 0 !important;  
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 860 16'><g transform='matrix(0.952381,0,0,0.148148,-8220.95,-409.481)'><rect x='8632' y='2764' width='301' height='108' fill='rgb(249,182,0)'/></g><g transform='matrix(0.952381,0,0,0.148148,-7934.29,-409.481)'><rect x='8632' y='2764' width='301' height='108' fill='rgb(218,160,3)'/></g><g transform='matrix(0.952381,0,0,0.148148,-7647.62,-409.481)'><rect x='8632' y='2764' width='301' height='108' fill='rgb(255,211,91)'/></g></svg>");
	background-position: center;
	background-size: 100% auto;
}

.elementor-divider-separator {
	border-block-start: 0 !important;
}




/* Image Box =============================================== */
.elementor-image-box-wrapper {
	text-align: left;
	padding: 200px 5% 0px;
	overflow: hidden; 
}

.elementor-image-box-img img { 
	max-width: 200% above;
}  

.elementor-image-box-img {
	overflow: hidden;
	height: 128px;
	width: 100%;
} 

.elementor-image-box-img img {
	height: auto;
	width: 100%;
	object-fit: cover;
	object-position: center center;
}

.megawork-image-box .elementor-image-box-img img {
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: center;
	width: 100%;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201297%201067%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20xml%3Aspace%3D%22preserve%22%20serif%3D%22http%3A//www.serif.com/%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%3Cg%20transform%3D%22matrix(1.04012%2C0%2C0%2C1%2C-28092.5%2C-15626.1)%22%3E%3Cpath%20d%3D%22M28255.5%2C15679.5L28178.1%2C16639.4C28178.1%2C16668.8%2028154.9%2C16692.7%2028126.4%2C16692.7L27060.7%2C16692.7C27032.1%2C16692.7%2027009%2C16668.8%2027009%2C16639.4L27086.5%2C15679.5C27086.5%2C15650%2027109.6%2C15626.1%2027138.1%2C15626.1L28203.9%2C15626.1C28232.4%2C15626.1%2028255.5%2C15650%2028255.5%2C15679.5Z%22%20style%3D%22fill%3A%23ffffff%3B%22/%3E%3C/g%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201297%201067%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20xml%3Aspace%3D%22preserve%22%20serif%3D%22http%3A//www.serif.com/%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%3Cg%20transform%3D%22matrix(1.04012%2C0%2C0%2C1%2C-28092.5%2C-15626.1)%22%3E%3Cpath%20d%3D%22M28255.5%2C15679.5L28178.1%2C16639.4C28178.1%2C16668.8%2028154.9%2C16692.7%2028126.4%2C16692.7L27060.7%2C16692.7C27032.1%2C16692.7%2027009%2C16668.8%2027009%2C16639.4L27086.5%2C15679.5C27086.5%2C15650%2027109.6%2C15626.1%2027138.1%2C15626.1L28203.9%2C15626.1C28232.4%2C15626.1%2028255.5%2C15650%2028255.5%2C15679.5Z%22%20style%3D%22fill%3A%23ffffff%3B%22/%3E%3C/g%3E%3C/svg%3E");
}


.elementor-image-box-content {
	width: 100% !important;
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(10px) !important;
	max-width: 600px;
	padding-bottom: 50px;
  	background: linear-gradient(
		to bottom, 
		rgba(255, 255, 255, 0.8) 70px, 
		rgba(255, 255, 255, 0) 230px
	);
}

.elementor-image-box-content::before {
	content: "";
	display: block;
	width: 100%;
	height: 12px !important;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 860 47'><g transform='matrix(0.952381,0,0,0.435185,-8220.95,-1202.85)'><rect x='8632' y='2764' width='301' height='108' fill='rgb(249,182,0)'/></g><g transform='matrix(0.952381,0,0,0.435185,-7934.29,-1202.85)'><rect x='8632' y='2764' width='301' height='108' fill='rgb(218,160,3)'/></g><g transform='matrix(0.952381,0,0,0.435185,-7647.62,-1202.85)'><rect x='8632' y='2764' width='301' height='108' fill='rgb(255,211,91)'/></g></svg>");
	background-position: center;
	background-size: 100% auto; 
}

.elementor-image-box-content a{
	font-weight: 700 !important;
}

.elementor-image-box-content a::after {
	content: "SAIBA MAIS";
	display: block;
	width: 125px;
	height: 18px;
	margin: 15px 0 30px;
	font-size: 16px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23004077'><path d='M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z'/></svg>");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
	position: absolute; 
	bottom: 0;
}

.elementor-image-box-img {
	width: 100% !important;
	height: 350px !important;
	overflow: hidden;
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.elementor-image-box-title {
	text-align: left;
	font-weight: 700 !important;
	margin: 20px 6% 10px;
}

.elementor-image-box-description {
	text-align: left;
	margin: 0px 6% 0px !important;
	height: display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
}




/* IconBox =============================================== */
.elementor-icon-box-wrapper { 
	margin-bottom: 30px;
	text-align: left; 
}

.elementor-widget-icon-box .elementor-icon-box-wrapper { text-align: left; }

.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-wrapper { text-align: left; }

.elementor-icon-box-wrapper::before {
	content: "";
	display: block;
	width: 100%;
	height: 10px !important;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 860 16'><g transform='matrix(0.952381,0,0,0.148148,-8220.95,-409.481)'><rect x='8632' y='2764' width='301' height='108' fill='rgb(249,182,0)'/></g><g transform='matrix(0.952381,0,0,0.148148,-7934.29,-409.481)'><rect x='8632' y='2764' width='301' height='108' fill='rgb(218,160,3)'/></g><g transform='matrix(0.952381,0,0,0.148148,-7647.62,-409.481)'><rect x='8632' y='2764' width='301' height='108' fill='rgb(255,211,91)'/></g></svg>");
	background-position: center;
	background-size: 100% auto; 
}

/* .quadro-solucoes > .elementor-icon-box-wrapper::before { display: none; } */

.elementor-icon-box-icon svg { fill: var(--e-global-color-accent); }

.elementor-icon-box-icon { margin: 20px 20px -20px !important; }

.elementor-icon-box-content { padding: 20px; }

.elementor-icon-box-content h3{ font-weight: 700 !important; }

.elementor-icon-box-content a{ font-weight: 700 !important; }

.elementor-icon-box-content a::after {
	content: "SAIBA MAIS";
	display: block;
	width: 125px;
	height: 18px;
	margin: 114px 0 30px;
	font-size: 16px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23004077'><path d='M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z'/></svg>");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
	position: absolute; 
	bottom: 0;
}

.elementor-icon-box-content p {
 	margin-bottom: 10px !important;
	height: display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
/* 	max-height: 100px; */
}

.elementor-icon-box-content ul{
	margin-left: -20px;
}





/* Image =============================================== */
.elementor-widget-image > .elementor-widget-container {
	overflow: hidden;
	height: 128px;
	width: 100%;
} 

.elementor-widget-image > .elementor-widget-container img {
	width: 100%;
	object-fit: cover;
	object-position: center center;
}

.mask1, .mask2, .mask3, .mask4, .mask5, .mask6, .mask7, .mask8, .mask9, .mask10, .mask11, .mask12 {
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: center;
	background-color: #e1e1e1;
	height: var(--megawork-maskimg-height);
} 

.mask1 > .elementor-widget-container img,
.mask2 > .elementor-widget-container img,
.mask3 > .elementor-widget-container img,
.mask4 > .elementor-widget-container img,
.mask5 > .elementor-widget-container img,
.mask6 > .elementor-widget-container img,
.mask7 > .elementor-widget-container img,
.mask8 > .elementor-widget-container img,
.mask9 > .elementor-widget-container img,
.mask10 > .elementor-widget-container img,
.mask11 > .elementor-widget-container img,
.mask12 > .elementor-widget-container img{
	height: var(--megawork-maskimg-height) !important;
}

.mask1 {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201316%201067%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20xml%3Aspace%3D%22preserve%22%20serif%3D%22http%3A//www.serif.com/%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%3Cg%20transform%3D%22matrix(1.97468%2C-5.48085e-17%2C5.48085e-17%2C1.97468%2C-5339.13%2C-2089.74)%22%3E%3Cpath%20d%3D%22M3058.71%2C1504.33L3058.71%2C1579.48C3058.71%2C1589.91%203050.24%2C1598.38%203039.81%2C1598.38L2722.69%2C1598.38C2712.26%2C1598.38%202703.79%2C1589.91%202703.79%2C1579.48L2703.79%2C1190.11C2703.79%2C1179.68%202712.26%2C1171.21%202722.69%2C1171.21L2979.04%2C1171.21C2989.47%2C1171.21%202997.94%2C1162.75%202997.94%2C1152.31L2997.94%2C1077.17C2997.94%2C1066.74%203006.41%2C1058.27%203016.84%2C1058.27L3351.09%2C1058.27C3361.52%2C1058.27%203369.99%2C1066.74%203369.99%2C1077.17L3369.99%2C1466.53C3369.99%2C1476.96%203361.52%2C1485.43%203351.09%2C1485.43L3077.61%2C1485.43C3067.18%2C1485.43%203058.71%2C1493.9%203058.71%2C1504.33Z%22%20style%3D%22fill%3A%23ffffff%3B%22/%3E%3C/g%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201316%201067%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20xml%3Aspace%3D%22preserve%22%20serif%3D%22http%3A//www.serif.com/%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%3Cg%20transform%3D%22matrix(1.97468%2C-5.48085e-17%2C5.48085e-17%2C1.97468%2C-5339.13%2C-2089.74)%22%3E%3Cpath%20d%3D%22M3058.71%2C1504.33L3058.71%2C1579.48C3058.71%2C1589.91%203050.24%2C1598.38%203039.81%2C1598.38L2722.69%2C1598.38C2712.26%2C1598.38%202703.79%2C1589.91%202703.79%2C1579.48L2703.79%2C1190.11C2703.79%2C1179.68%202712.26%2C1171.21%202722.69%2C1171.21L2979.04%2C1171.21C2989.47%2C1171.21%202997.94%2C1162.75%202997.94%2C1152.31L2997.94%2C1077.17C2997.94%2C1066.74%203006.41%2C1058.27%203016.84%2C1058.27L3351.09%2C1058.27C3361.52%2C1058.27%203369.99%2C1066.74%203369.99%2C1077.17L3369.99%2C1466.53C3369.99%2C1476.96%203361.52%2C1485.43%203351.09%2C1485.43L3077.61%2C1485.43C3067.18%2C1485.43%203058.71%2C1493.9%203058.71%2C1504.33Z%22%20style%3D%22fill%3A%23ffffff%3B%22/%3E%3C/g%3E%3C/svg%3E");
}

.mask2 {
	-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 802'><g transform='matrix(4.34971,0,0,4.23701,-198.161,-189.306)'><path d='M59.103,72.491C59.399,69.146 59.715,66.345 60.094,64C60.17,63.402 60.271,62.834 60.397,62.297C61.784,55.202 64.002,52.974 68.656,52.309C98.832,48.007 129.42,47.371 159.803,44.905C164.915,44.376 169.878,44.803 174.771,45.909L267.266,68.353C271.459,69.797 273.776,72.471 274.725,76.389C275.404,78.006 275.611,80.069 275.347,82.576L275.106,84.334C275,85.599 274.834,86.933 274.614,88.337L274.57,88.252L259.72,196.718C259.167,203.784 256.367,206.566 252.543,207.406C223.093,216.506 189.171,225.108 159.502,233.468C153.833,235.064 145.57,231.959 138.992,229.404L52.69,199.966C46.217,197.423 45.186,194.741 45.656,187.77L59.103,72.491Z' fill='white'/></g></svg>");
	mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 802'><g transform='matrix(4.34971,0,0,4.23701,-198.161,-189.306)'><path d='M59.103,72.491C59.399,69.146 59.715,66.345 60.094,64C60.17,63.402 60.271,62.834 60.397,62.297C61.784,55.202 64.002,52.974 68.656,52.309C98.832,48.007 129.42,47.371 159.803,44.905C164.915,44.376 169.878,44.803 174.771,45.909L267.266,68.353C271.459,69.797 273.776,72.471 274.725,76.389C275.404,78.006 275.611,80.069 275.347,82.576L275.106,84.334C275,85.599 274.834,86.933 274.614,88.337L274.57,88.252L259.72,196.718C259.167,203.784 256.367,206.566 252.543,207.406C223.093,216.506 189.171,225.108 159.502,233.468C153.833,235.064 145.57,231.959 138.992,229.404L52.69,199.966C46.217,197.423 45.186,194.741 45.656,187.77L59.103,72.491Z' fill='white'/></g></svg>");
}

.mask3 {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201381%201103%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20xml%3Aspace%3D%22preserve%22%20serif%3D%22http%3A//www.serif.com/%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%3Cg%20transform%3D%22matrix(-8.70617e-17%2C-2.60066%2C-2.60066%2C8.70617e-17%2C4654.73%2C8579.83)%22%3E%3Cpath%20d%3D%22M3089.1%2C1671.12L3089.1%2C1770.92C3089.1%2C1781.36%203080.63%2C1789.83%203070.2%2C1789.83L2893.94%2C1789.83C2883.51%2C1789.83%202875.04%2C1781.36%202875.04%2C1770.92L2875.04%2C1391.18C2875.04%2C1380.75%202883.51%2C1372.28%202893.94%2C1372.28L3070.2%2C1372.28C3080.63%2C1372.28%203089.1%2C1363.81%203089.1%2C1353.38L3089.1%2C1277.71C3089.1%2C1267.28%203097.56%2C1258.81%203108%2C1258.81L3280.2%2C1258.81C3290.63%2C1258.81%203299.1%2C1267.28%203299.1%2C1277.71L3299.1%2C1633.32C3299.1%2C1643.76%203290.63%2C1652.22%203280.2%2C1652.22L3108%2C1652.22C3097.56%2C1652.22%203089.1%2C1660.69%203089.1%2C1671.12Z%22%20style%3D%22fill%3A%23ffffff%3B%22/%3E%3C/g%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201381%201103%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20xml%3Aspace%3D%22preserve%22%20serif%3D%22http%3A//www.serif.com/%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%3Cg%20transform%3D%22matrix(-8.70617e-17%2C-2.60066%2C-2.60066%2C8.70617e-17%2C4654.73%2C8579.83)%22%3E%3Cpath%20d%3D%22M3089.1%2C1671.12L3089.1%2C1770.92C3089.1%2C1781.36%203080.63%2C1789.83%203070.2%2C1789.83L2893.94%2C1789.83C2883.51%2C1789.83%202875.04%2C1781.36%202875.04%2C1770.92L2875.04%2C1391.18C2875.04%2C1380.75%202883.51%2C1372.28%202893.94%2C1372.28L3070.2%2C1372.28C3080.63%2C1372.28%203089.1%2C1363.81%203089.1%2C1353.38L3089.1%2C1277.71C3089.1%2C1267.28%203097.56%2C1258.81%203108%2C1258.81L3280.2%2C1258.81C3290.63%2C1258.81%203299.1%2C1267.28%203299.1%2C1277.71L3299.1%2C1633.32C3299.1%2C1643.76%203290.63%2C1652.22%203280.2%2C1652.22L3108%2C1652.22C3097.56%2C1652.22%203089.1%2C1660.69%203089.1%2C1671.12Z%22%20style%3D%22fill%3A%23ffffff%3B%22/%3E%3C/g%3E%3C/svg%3E");
}

.mask4 {
	-webkit-mask-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMjIzIDIyMyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxuczpzZXJpZj0iaHR0cDovL3d3dy5zZXJpZi5jb20vIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjI7Ij4KICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDAuOTA1NjQ1LDAsMCwxLjA0NDkzLDAsMCkiPgogICAgICAgIDxwYXRoIGQ9Ik0wLjA2OCwxMDYuNDk2QzAuMDIzLDEwNi4yNDIgMCwxMDUuOTgyIDAsMTA1LjcxN0wyMy4xODgsNS41NjRDMjMuMTg4LDIuNDkzIDI2LjMxMiwwIDMwLjE2LDBMMjM4Ljc3OSwwQzI0Mi42MjcsMCAyNDUuNzUxLDIuNDkzIDI0NS43NTEsNS41NjRMMjIyLjU2MywxMDUuNzE3QzIyMi41NjMsMTA1Ljk4MiAyMjIuNTQsMTA2LjI0MiAyMjIuNDk1LDEwNi40OTZDMjIyLjU0LDEwNi43NTEgMjIyLjU2MywxMDcuMDExIDIyMi41NjMsMTA3LjI3NkwyNDUuNzUxLDIwNy40MjlDMjQ1Ljc1MSwyMTAuNSAyNDIuNjI3LDIxMi45OTMgMjM4Ljc3OSwyMTIuOTkzTDMwLjE2LDIxMi45OTNDMjYuMzEyLDIxMi45OTMgMjMuMTg4LDIxMC41IDIzLjE4OCwyMDcuNDI5TDAuLDEwNy4yNzZDMCwxMDcuMDExIDAuMDIzLDEwNi43NTEgMC4wNjgsMTA2LjQ5NloiLz4KICAgIDwvZz4KPC9zdmc+');
  mask-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMjIzIDIyMyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxuczpzZXJpZj0iaHR0cDovL3d3dy5zZXJpZi5jb20vIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjI7Ij4KICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KDAuOTA1NjQ1LDAsMCwxLjA0NDkzLDAsMCkiPgogICAgICAgIDxwYXRoIGQ9Ik0wLjA2OCwxMDYuNDk2QzAuMDIzLDEwNi4yNDIgMCwxMDUuOTgyIDAsMTA1LjcxN0wyMy4xODgsNS41NjRDMjMuMTg4LDIuNDkzIDI2LjMxMiwwIDMwLjE2LDBMMjM4Ljc3OSwwQzI0Mi42MjcsMCAyNDUuNzUxLDIuNDkzIDI0NS43NTEsNS41NjRMMjIyLjU2MywxMDUuNzE3QzIyMi41NjMsMTA1Ljk4MiAyMjIuNTQsMTA2LjI0MiAyMjIuNDk1LDEwNi40OTZDMjIyLjU0LDEwNi43NTEgMjIyLjU2MywxMDcuMDExIDIyMi41NjMsMTA3LjI3NkwyNDUuNzUxLDIwNy40MjlDMjQ1Ljc1MSwyMTAuNSAyNDIuNjI3LDIxMi45OTMgMjM4Ljc3OSwyMTIuOTkzTDMwLjE2LDIxMi45OTNDMjYuMzEyLDIxMi45OTMgMjMuMTg4LDIxMC41IDIzLjE4OCwyMDcuNDI5TDAuLDEwNy4yNzZDMCwxMDcuMDExIDAuMDIzLDEwNi43NTEgMC4wNjgsMTA2LjQ5NloiLz4KICAgIDwvZz4KPC9zdmc+');
}

.mask5 {
	-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 871 879'><g transform='matrix(1,0,0,1,-27067.5,-16597.7)'><g transform='matrix(-6.93591e-17,-2.07186,-2.07186,6.93591e-17,30485.8,23433)'><path d='M3089.1,1458.75L3089.1,1630.95C3089.1,1641.38 3080.63,1649.85 3070.2,1649.85L2893.94,1649.85C2883.51,1649.85 2875.04,1641.38 2875.04,1630.95L2875.04,1458.75C2875.04,1448.32 2883.51,1439.85 2893.94,1439.85L3070.2,1439.85C3080.63,1439.85 3089.1,1431.38 3089.1,1420.95L3089.1,1248.75C3089.1,1238.32 3097.56,1229.85 3108,1229.85L3280.2,1229.85C3290.63,1229.85 3299.1,1238.32 3299.1,1248.75L3299.1,1420.95C3299.1,1431.38 3290.63,1439.85 3280.2,1439.85L3108,1439.85C3097.56,1439.85 3089.1,1448.32 3089.1,1458.75Z' fill='white'/></g></g></svg>");
	mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 871 879'><g transform='matrix(1,0,0,1,-27067.5,-16597.7)'><g transform='matrix(-6.93591e-17,-2.07186,-2.07186,6.93591e-17,30485.8,23433)'><path d='M3089.1,1458.75L3089.1,1630.95C3089.1,1641.38 3080.63,1649.85 3070.2,1649.85L2893.94,1649.85C2883.51,1649.85 2875.04,1641.38 2875.04,1630.95L2875.04,1458.75C2875.04,1448.32 2883.51,1439.85 2893.94,1439.85L3070.2,1439.85C3080.63,1439.85 3089.1,1431.38 3089.1,1420.95L3089.1,1248.75C3089.1,1238.32 3097.56,1229.85 3108,1229.85L3280.2,1229.85C3290.63,1229.85 3299.1,1238.32 3299.1,1248.75L3299.1,1420.95C3299.1,1431.38 3290.63,1439.85 3280.2,1439.85L3108,1439.85C3097.56,1439.85 3089.1,1448.32 3089.1,1458.75Z' fill='white'/></g></g></svg>");
}

.mask6 {
	-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1427 1070'><g transform='matrix(1,0,0,1,-27067.5,-17192.6)'><g transform='matrix(2.57397,-7.06499e-17,7.14421e-17,2.54543,20002.4,14062.1)'><path d='M3089.1,1458.75L3089.1,1630.95C3089.1,1641.38 3080.63,1649.85 3070.2,1649.85L2763.74,1649.85C2753.31,1649.85 2744.84,1641.38 2744.84,1630.95L2744.84,1458.75C2744.84,1448.32 2753.31,1439.85 2763.74,1439.85L3070.2,1439.85C3080.63,1439.85 3089.1,1431.38 3089.1,1420.95L3089.1,1248.75C3089.1,1238.32 3097.56,1229.85 3108,1229.85L3280.2,1229.85C3290.63,1229.85 3299.1,1238.32 3299.1,1248.75L3299.1,1420.95C3299.1,1431.38 3290.63,1439.85 3280.2,1439.85L3108,1439.85C3097.56,1439.85 3089.1,1448.32 3089.1,1458.75Z' fill='white'/></g></g></svg>");
	mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1427 1070'><g transform='matrix(1,0,0,1,-27067.5,-17192.6)'><g transform='matrix(2.57397,-7.06499e-17,7.14421e-17,2.54543,20002.4,14062.1)'><path d='M3089.1,1458.75L3089.1,1630.95C3089.1,1641.38 3080.63,1649.85 3070.2,1649.85L2763.74,1649.85C2753.31,1649.85 2744.84,1641.38 2744.84,1630.95L2744.84,1458.75C2744.84,1448.32 2753.31,1439.85 2763.74,1439.85L3070.2,1439.85C3080.63,1439.85 3089.1,1431.38 3089.1,1420.95L3089.1,1248.75C3089.1,1238.32 3097.56,1229.85 3108,1229.85L3280.2,1229.85C3290.63,1229.85 3299.1,1238.32 3299.1,1248.75L3299.1,1420.95C3299.1,1431.38 3290.63,1439.85 3280.2,1439.85L3108,1439.85C3097.56,1439.85 3089.1,1448.32 3089.1,1458.75Z' fill='white'/></g></g></svg>");
}

.mask7 {
	-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 914 941'><g transform='matrix(1,0,0,1,-26982.9,-18456.7)'><g transform='matrix(34.2781,0,0,34.2781,-384337,-55130.7)'><path d='M12004.6,2167.94L11999.5,2167.94L11999.5,2163.67L12005.1,2163.67L12005.9,2157.32L12000.8,2157.32L12000.8,2153.04L12006.4,2153.04L12007.2,2146.77L12011.6,2146.77L12010.8,2153.04L12016.6,2153.04L12017.4,2146.77L12021.8,2146.77L12021,2153.04L12026.1,2153.04L12026.1,2157.32L12020.5,2157.32L12019.7,2163.67L12024.8,2163.67L12024.8,2167.94L12019.2,2167.94L12018.4,2174.21L12014,2174.21L12014.7,2167.94L12009,2167.94L12008.2,2174.21L12003.8,2174.21L12004.6,2167.94Z' fill='white'/></g></g></svg>");
	mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 914 941'><g transform='matrix(1,0,0,1,-26982.9,-18456.7)'><g transform='matrix(34.2781,0,0,34.2781,-384337,-55130.7)'><path d='M12004.6,2167.94L11999.5,2167.94L11999.5,2163.67L12005.1,2163.67L12005.9,2157.32L12000.8,2157.32L12000.8,2153.04L12006.4,2153.04L12007.2,2146.77L12011.6,2146.77L12010.8,2153.04L12016.6,2153.04L12017.4,2146.77L12021.8,2146.77L12021,2153.04L12026.1,2153.04L12026.1,2157.32L12020.5,2157.32L12019.7,2163.67L12024.8,2163.67L12024.8,2167.94L12019.2,2167.94L12018.4,2174.21L12014,2174.21L12014.7,2167.94L12009,2167.94L12008.2,2174.21L12003.8,2174.21L12004.6,2167.94Z' fill='white'/></g></g></svg>");
}

.mask8 {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201374%201258%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20xml%3Aspace%3D%22preserve%22%20serif%3D%22http%3A//www.serif.com/%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%3Cg%20transform%3D%22matrix(0.832828%2C0.120918%2C-0.107576%2C0.740935%2C-17967%2C-15620.9)%22%3E%3Cpath%20d%3D%22M25448.4%2C17234.4L25448.4%2C18563.2C25448.4%2C18603.9%2025419%2C18637%2025382.8%2C18637L24037.7%2C18637C24001.4%2C18637%2023972%2C18603.9%2023972%2C18563.2L23972%2C17234.4C23972%2C17193.6%2024001.4%2C17160.6%2024037.7%2C17160.6L25382.8%2C17160.6C25419%2C17160.6%2025448.4%2C17193.6%2025448.4%2C17234.4Z%22%20style%3D%22fill%3A%23ffffff%3B%22/%3E%3C/g%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201374%201258%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20xml%3Aspace%3D%22preserve%22%20serif%3D%22http%3A//www.serif.com/%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%3Cg%20transform%3D%22matrix(0.832828%2C0.120918%2C-0.107576%2C0.740935%2C-17967%2C-15620.9)%22%3E%3Cpath%20d%3D%22M25448.4%2C17234.4L25448.4%2C18563.2C25448.4%2C18603.9%2025419%2C18637%2025382.8%2C18637L24037.7%2C18637C24001.4%2C18637%2023972%2C18603.9%2023972%2C18563.2L23972%2C17234.4C23972%2C17193.6%2024001.4%2C17160.6%2024037.7%2C17160.6L25382.8%2C17160.6C25419%2C17160.6%2025448.4%2C17193.6%2025448.4%2C17234.4Z%22%20style%3D%22fill%3A%23ffffff%3B%22/%3E%3C/g%3E%3C/svg%3E");
}

.mask9 {
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg width='100%' height='100%' viewBox='0 0 654 446' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'><g transform='matrix(-1.06695,0,0,1.10141,993.695,-142.802)'><path d='M427.684,533.906C367.669,533.906 319,485.236 319,425.222C319,365.207 367.669,316.538 427.684,316.538C429.725,316.538 431.74,316.591 433.728,316.697C433.224,312.747 432.985,308.718 432.985,304.609C432.985,250.453 476.91,206.528 531.066,206.528C542.279,206.528 553.041,208.411 563.062,211.857C583.658,163.532 631.612,129.654 687.465,129.654C762.139,129.654 822.657,190.173 822.657,264.847C822.657,283.35 818.946,300.978 812.213,317.042C815.633,316.697 819.132,316.538 822.657,316.538C882.672,316.538 931.341,365.207 931.341,425.222C931.341,485.236 882.672,533.906 822.657,533.906L427.684,533.906Z' fill='white'/></g></svg>");
  mask-image: url("data:image/svg+xml;utf8,<svg width='100%' height='100%' viewBox='0 0 654 446' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'><g transform='matrix(-1.06695,0,0,1.10141,993.695,-142.802)'><path d='M427.684,533.906C367.669,533.906 319,485.236 319,425.222C319,365.207 367.669,316.538 427.684,316.538C429.725,316.538 431.74,316.591 433.728,316.697C433.224,312.747 432.985,308.718 432.985,304.609C432.985,250.453 476.91,206.528 531.066,206.528C542.279,206.528 553.041,208.411 563.062,211.857C583.658,163.532 631.612,129.654 687.465,129.654C762.139,129.654 822.657,190.173 822.657,264.847C822.657,283.35 818.946,300.978 812.213,317.042C815.633,316.697 819.132,316.538 822.657,316.538C882.672,316.538 931.341,365.207 931.341,425.222C931.341,485.236 882.672,533.906 822.657,533.906L427.684,533.906Z' fill='white'/></g></svg>");
}

.mask10 {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201297%201067%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20xml%3Aspace%3D%22preserve%22%20serif%3D%22http%3A//www.serif.com/%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%3Cg%20transform%3D%22matrix(4.79212%2C0%2C0%2C4.79212%2C0%2C0)%22%3E%3Cpath%20d%3D%22M270.558%2C11.128L270.558%2C211.435C270.558%2C217.577%20265.572%2C222.563%20259.43%2C222.563L11.128%2C222.563C4.986%2C222.563%200%2C217.577%200%2C211.435L0%2C111.281C0%2C49.864%2049.864%2C0%20111.281%2C0L259.43%2C0C265.572%2C0%20270.558%2C4.986%20270.558%2C11.128Z%22%20style%3D%22fill%3A%23ffffff%3B%22/%3E%3C/g%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201297%201067%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20xml%3Aspace%3D%22preserve%22%20serif%3D%22http%3A//www.serif.com/%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%3Cg%20transform%3D%22matrix(4.79212%2C0%2C0%2C4.79212%2C0%2C0)%22%3E%3Cpath%20d%3D%22M270.558%2C11.128L270.558%2C211.435C270.558%2C217.577%20265.572%2C222.563%20259.43%2C222.563L11.128%2C222.563C4.986%2C222.563%200%2C217.577%200%2C211.435L0%2C111.281C0%2C49.864%2049.864%2C0%20111.281%2C0L259.43%2C0C265.572%2C0%20270.558%2C4.986%20270.558%2C11.128Z%22%20style%3D%22fill%3A%23ffffff%3B%22/%3E%3C/g%3E%3C/svg%3E");
}

.mask11 {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201297%201067%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20xml%3Aspace%3D%22preserve%22%20serif%3D%22http%3A//www.serif.com/%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%3Cg%20transform%3D%22matrix(-4.79212%2C-5.86865e-16%2C5.86865e-16%2C-4.79212%2C1296.55%2C1066.55)%22%3E%3Cpath%20d%3D%22M270.558%2C11.128L270.558%2C211.435C270.558%2C217.577%20265.572%2C222.563%20259.43%2C222.563L11.128%2C222.563C4.986%2C222.563%200%2C217.577%200%2C211.435L0%2C111.281C0%2C49.864%2049.864%2C0%20111.281%2C0L259.43%2C0C265.572%2C0%20270.558%2C4.986%20270.558%2C11.128Z%22%20style%3D%22fill%3A%23ffffff%3B%22/%3E%3C/g%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201297%201067%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20xml%3Aspace%3D%22preserve%22%20serif%3D%22http%3A//www.serif.com/%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%3Cg%20transform%3D%22matrix(-4.79212%2C-5.86865e-16%2C5.86865e-16%2C-4.79212%2C1296.55%2C1066.55)%22%3E%3Cpath%20d%3D%22M270.558%2C11.128L270.558%2C211.435C270.558%2C217.577%20265.572%2C222.563%20259.43%2C222.563L11.128%2C222.563C4.986%2C222.563%200%2C217.577%200%2C211.435L0%2C111.281C0%2C49.864%2049.864%2C0%20111.281%2C0L259.43%2C0C265.572%2C0%20270.558%2C4.986%20270.558%2C11.128Z%22%20style%3D%22fill%3A%23ffffff%3B%22/%3E%3C/g%3E%3C/svg%3E");
}

.mask12 {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201297%201067%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20xml%3Aspace%3D%22preserve%22%20serif%3D%22http%3A//www.serif.com/%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%3Cg%20transform%3D%22matrix(1.04012%2C0%2C0%2C1%2C-28092.5%2C-15626.1)%22%3E%3Cpath%20d%3D%22M28255.5%2C15679.5L28178.1%2C16639.4C28178.1%2C16668.8%2028154.9%2C16692.7%2028126.4%2C16692.7L27060.7%2C16692.7C27032.1%2C16692.7%2027009%2C16668.8%2027009%2C16639.4L27086.5%2C15679.5C27086.5%2C15650%2027109.6%2C15626.1%2027138.1%2C15626.1L28203.9%2C15626.1C28232.4%2C15626.1%2028255.5%2C15650%2028255.5%2C15679.5Z%22%20style%3D%22fill%3A%23ffffff%3B%22/%3E%3C/g%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201297%201067%22%20version%3D%221.1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20xml%3Aspace%3D%22preserve%22%20serif%3D%22http%3A//www.serif.com/%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%3Cg%20transform%3D%22matrix(1.04012%2C0%2C0%2C1%2C-28092.5%2C-15626.1)%22%3E%3Cpath%20d%3D%22M28255.5%2C15679.5L28178.1%2C16639.4C28178.1%2C16668.8%2028154.9%2C16692.7%2028126.4%2C16692.7L27060.7%2C16692.7C27032.1%2C16692.7%2027009%2C16668.8%2027009%2C16639.4L27086.5%2C15679.5C27086.5%2C15650%2027109.6%2C15626.1%2027138.1%2C15626.1L28203.9%2C15626.1C28232.4%2C15626.1%2028255.5%2C15650%2028255.5%2C15679.5Z%22%20style%3D%22fill%3A%23ffffff%3B%22/%3E%3C/g%3E%3C/svg%3E");
}







/* Video ================================================================ */
.elementor-widget-video {
	border: 3px solid var( --e-global-color-accent );
	border-radius: 4px;

}


/* Counter ================================================================ */
.elementor-counter {
	display: block;
	font-size: 20px;
	line-height: 1;
}

.elementor-counter .elementor-counter-title {
	display: block !important;
	border-bottom: 3px solid #cecece;
	color: #9b9b9b !important;
	line-height: 2 !important;
	font-size: 1em !important;
	font-weight: 700 !important;
	margin-botton: 4px !important;
	order: 4;
}

.elementor-counter .elementor-counter-number-wrapper {
	text-align: left;
	font-size: 2.5em !important;
	font-weight: 700 !important;
	color: var( --e-global-color-accent) !important;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 4px;
}

.elementor-counter .elementor-counter-number-wrapper {
	order: 1;
}

.elementor-counter-number-prefix {
	text-align: left !important;
	order: 2;
}

.elementor-counter .elementor-counter-number-suffix {
	color: var( --e-global-color-primary) !important;
	font-size: 0.4em;
	font-weight: 700 !important;
	text-align: left;
	width: 100%;
	order: 3;
}






/* Galeria ================================================================ */
.elementor-image-gallery > .gallery{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.elementor-image-gallery .gallery-item img {
	max-height: 100%;
	max-width: 270px;
	padding: 20px;
	width: auto;
}




/* Post Grid ========================================================== */
.elementor-widget-wpr-grid:not(.wpr-item-styles-wrapper) .wpr-grid-item {
	padding: 10px 10px 20px !important;
/* 	background-color: #f1f1f1; 
	border: 2px solid var(--e-global-color-accent); 
 	border-radius: 4px !important;  */
}

.wpr-grid-image-wrap {
  height: 160px;
}

.wpr-grid-image-wrap img{
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.wpr-grid-item-title a {
	display: -webkit-box !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wpr-grid-item-excerpt p {
	display: -webkit-box !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
} 

.megawork-blog {

}

.megawork-blog .wpr-grid-image-wrap {
	overflow: hidden;
	border-radius: 4px !important;
	height: 260px;
	width: 100%;
	background-image: url('/wp-content/plugins/elementor/assets/images/placeholder.png');
	background-size: cover;
} 

.megawork-blog .wpr-grid-image-wrap img {
  height: 100%; 
  object-fit: cover; 
  object-position: center; 
}

.megawork-blog .wpr-grid-item-below-content{
	padding: 15px 20px !important;
}

.megawork-blog .wpr-grid-item-below-content a{
	color: var(--e-global-color-text) !important;
}

.megawork-blog .wpr-grid-item-below-content a:hover{
	color: var(--e-global-color-secondary) !important;
}

.megawork-blog .wpr-grid-extra-icon-right{
	display: inherit;
}






/* Info Card =============================================== */
.hfe-infocard {
	border: 1px solid var(--e-global-color-accent);
	border-radius: 4px;
	background-color: #f4f5f6;
	height: 100%;
	padding: 30px 20px;
}

.hfe-icon svg { 
	fill: var(--e-global-color-accent); 
}

.hfe-infocard-title-wrap h3 {
	font-size: 18px;
}





/* Shortcode =============================================== */
.elementor-shortcode {
  margin: 0px;
  padding: 0px;
}

.elementor-shortcode .e-parent {
	margin: 0px;
	padding: 0px
} 




/* Sanfona =============================================== */
.e-n-accordion-item p{
  padding: 0px 20px;
}





/* Depoimento =============================================== */
.elementor-testimonial-content {
	font-style: italic;
}
.elementor-testimonial-content::before {
  content: '"';
  color: var(--e-global-color-accent);
  font-weight: 700;
  font-size: 6em;
  position: absolute;
  opacity: 0.4;
  line-height: 71px;
  margin-left: -30px;
}








/* Carrocel de Imagens =============================================== */
.megawork-cases-cliente-logo {
	padding: 0px 60px;
}

.megawork-logo-white img {
	filter: grayscale(100%) brightness(180%) contrast(300%) !important;
}

.megawork-cases-cliente-logo .swiper {
	height: 80px;
}

.megawork-cases-cliente-logo .swiper-slide-inner {
	overflow: hidden;
	height: 80px;
	width: 100%;
} 

.megawork-cases-cliente-logo .swiper-slide-inner img {
	width: 100%; 
	height: 100%; 
	max-height: 80px;
	object-fit: contain; 
	object-position: center center; 
}

.megawork-cases-cliente-logo .elementor-swiper-button {
	top: 40px;
}

.megawork-cases-cliente-logo .elementor-swiper-button svg {

}


/* Alerta =============================================== */
.elementor-alert {
	border-radius: 4px;
}

.elementor-alert-title {
	font-size: 1.2em;
}

.elementor-alert-description {
	font-size: 1.4em;
}


.elementor-alert-warning .elementor-alert{
  background-color: #fdb60e;
  border-color: #e39604;
  color: var(--e-global-color-primary);
} 

.elementor-alert-info .elementor-alert {
  background-color: #0af;
  border-color: #0077b5;
  color: #e9f5fb;
}

.elementor-alert-success .elementor-alert {
  background-color: #3dd200;
  border-color: #319706;
  color: #fff;
}

.elementor-alert-danger .elementor-alert {
  background-color: #d50000;
  border-color: #950101;
  color: #fff;
}

