/*! elementor - v3.31.0 - 06-08-2025 */
.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{display:inline-block;vertical-align:middle}/*!
 * WPR Link Animations
 * Version: 1.0
 * Author: WP Royal
 * Author URL: https://royal-elementor-addons.com/

 * WPR Animations Copyright WP Royal 2020.
 */

.wpr-pointer-item {
	position: relative;
}

.wpr-pointer-double-line .wpr-pointer-item:before,
.wpr-pointer-double-line .wpr-pointer-item:after,
.wpr-pointer-underline .wpr-pointer-item:after,
.wpr-pointer-overline .wpr-pointer-item:before {
	content: '';
	display: block;
	height: 0px;
	width: 100%;
	left: 0;
	background-color: #55595c;
	z-index: 2;
}


.wpr-pointer-fx-none .wpr-pointer-item:before,
.wpr-pointer-fx-none .wpr-pointer-item:after {
	opacity: 0;
	-webkit-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}

.wpr-pointer-fx-none .wpr-pointer-item:hover:before,
.wpr-pointer-fx-none .wpr-pointer-item:hover:after {
	opacity: 1;
}

.wpr-pointer-fx-fade .wpr-pointer-item:before,
.wpr-pointer-line-fx.wpr-pointer-fx-fade .wpr-pointer-item:after,
.wpr-pointer-line-fx.wpr-pointer-fx-grow .wpr-pointer-item:before,
.wpr-pointer-line-fx.wpr-pointer-fx-grow .wpr-pointer-item:after,
.wpr-pointer-line-fx.wpr-pointer-fx-drop .wpr-pointer-item:before,
.wpr-pointer-line-fx.wpr-pointer-fx-drop .wpr-pointer-item:after {
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.wpr-pointer-line-fx.wpr-pointer-fx-fade .wpr-pointer-item:hover:before,
.wpr-pointer-line-fx.wpr-pointer-fx-fade .wpr-pointer-item:hover:after {
	opacity: 1;
}

.wpr-pointer-line-fx.wpr-pointer-fx-slide .wpr-pointer-item:before,
.wpr-pointer-line-fx.wpr-pointer-fx-slide .wpr-pointer-item:after {
	width: 0;
	-webkit-transition: all .3s cubic-bezier(.175,.885,.32,1.075);
	-o-transition: all .3s cubic-bezier(.175,.885,.32,1.075);
	transition: all .3s cubic-bezier(.175,.885,.32,1.075);
}

.wpr-pointer-line-fx.wpr-pointer-fx-slide .wpr-pointer-item:hover:before,
.wpr-pointer-line-fx.wpr-pointer-fx-slide .wpr-pointer-item:hover:after {
	width: 100%;
}

.wpr-pointer-line-fx.wpr-pointer-fx-grow .wpr-pointer-item:before,
.wpr-pointer-line-fx.wpr-pointer-fx-grow .wpr-pointer-item:after {
	position: absolute;
	width: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
	-webkit-transition: all .3s cubic-bezier(0, 0, 0.16, 0.95);
	-o-transition: all .3s cubic-bezier(0, 0, 0.16, 0.95);
	-webkit-transition: all .3s ease(0, 0, 0.16, 0.95);
	-o-transition: all .3s ease(0, 0, 0.16, 0.95);
	transition: all .3s ease(0, 0, 0.16, 0.95);
}

.wpr-pointer-line-fx.wpr-pointer-fx-grow .wpr-pointer-item:hover:before,
.wpr-pointer-line-fx.wpr-pointer-fx-grow .wpr-pointer-item:hover:after {
	opacity: 1;
	width: 100%;
}

.wpr-pointer-line-fx.wpr-pointer-fx-drop .wpr-pointer-item:before {
	position: absolute;
	top: -10px;
}

.wpr-pointer-line-fx.wpr-pointer-fx-drop .wpr-pointer-item:hover:before {
	top: 0;
	opacity: 1;
}

.wpr-pointer-line-fx.wpr-pointer-fx-drop .wpr-pointer-item:after {
	position: absolute;
	bottom: -10px;
}

.wpr-pointer-line-fx.wpr-pointer-fx-drop .wpr-pointer-item:hover:after {
	bottom: 0;
	opacity: 1;
}

.wpr-pointer-border-fx .wpr-pointer-item:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	border: 2px solid #000;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.wpr-pointer-border-fx .wpr-pointer-item:hover:before {
	opacity: 1;
}

.wpr-pointer-border-fx.wpr-pointer-fx-grow .wpr-pointer-item:before,
.wpr-pointer-background-fx.wpr-pointer-fx-grow .wpr-pointer-item:before {
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

.wpr-pointer-border-fx.wpr-pointer-fx-shrink .wpr-pointer-item:before,
.wpr-pointer-background-fx.wpr-pointer-fx-shrink .wpr-pointer-item:before {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.wpr-pointer-border-fx.wpr-pointer-fx-grow .wpr-pointer-item:hover:before,
.wpr-pointer-border-fx.wpr-pointer-fx-shrink .wpr-pointer-item:hover:before,
.wpr-pointer-background-fx.wpr-pointer-fx-grow .wpr-pointer-item:hover:before,
.wpr-pointer-background-fx.wpr-pointer-fx-shrink .wpr-pointer-item:hover:before,
.wpr-pointer-background-fx.wpr-pointer-fx-sweep .wpr-pointer-item:hover:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.wpr-pointer-background-fx .wpr-pointer-item:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	background: #000;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.wpr-pointer-background-fx .wpr-pointer-item:hover:before {
	opacity: 1;
}

.wpr-pointer-background-fx.wpr-pointer-fx-sweep .wpr-pointer-item:before {
	-webkit-transform: translateY(-12%);
	    -ms-transform: translateY(-12%);
	        transform: translateY(-12%);
}

.wpr-pointer-background-fx.wpr-pointer-fx-skew .wpr-pointer-item:before {
	-webkit-transform: perspective(600px) rotateX(90deg);
	transform: perspective(600px) rotateX(90deg);
	-webkit-transform-origin: center bottom 0;
	-ms-transform-origin: center bottom 0;
	    transform-origin: center bottom 0;
}

.wpr-pointer-background-fx.wpr-pointer-fx-skew .wpr-pointer-item:hover:before {
	-webkit-transform: perspective(600px) rotateX(0deg);
	transform: perspective(600px) rotateX(0deg);
}.elementor-6492 .elementor-element.elementor-element-2fa766e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:solid;--border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;border-color:#D7D7D7;--border-color:#D7D7D7;--border-radius:5px 5px 5px 5px;--margin-top:10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-6492 .elementor-element.elementor-element-2fa766e:not(.elementor-motion-effects-element-type-background), .elementor-6492 .elementor-element.elementor-element-2fa766e>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#FFF}.elementor-6492 .elementor-element.elementor-element-2fa766e:hover{border-style:none;--border-radius:0px 0px 0px 0px;--border-top-left-radius:0px;--border-top-right-radius:0px;--border-bottom-right-radius:0px;--border-bottom-left-radius:0px}.elementor-6492 .elementor-element.elementor-element-2fa766e, .elementor-6492 .elementor-element.elementor-element-2fa766e::before{--border-transition:0.3s}.elementor-6492 .elementor-element.elementor-element-2fa766e.e-con{--flex-grow:0;--flex-shrink:0}.elementor-6492 .elementor-element.elementor-element-4170a0a{width:var( --container-widget-width, 100.442% );max-width:100.442%;--container-widget-width:100.442%;--container-widget-flex-grow:0}.elementor-6492 .elementor-element.elementor-element-4170a0a>.elementor-widget-container{background-color:#F7CAA8;margin:5px
5px 5px 5px;padding:3px
10px 3px 10px;border-radius:5px 5px 5px 5px}.elementor-6492 .elementor-element.elementor-element-4170a0a:hover .elementor-widget-container{background-color:#F7CAA8}.elementor-6492 .elementor-element.elementor-element-4170a0a .elementor-heading-title{font-family:"Poppins",Sans-serif;font-size:17px;font-weight:500;text-transform:uppercase;line-height:33px;color:#000}.elementor-6492 .elementor-element.elementor-element-9f905be{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-6492 .elementor-element.elementor-element-3a7c0fc{--display:flex;--justify-content:flex-start;--margin-top:-10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px}.elementor-6492 .elementor-element.elementor-element-3a7c0fc.e-con{--align-self:center}.elementor-6492 .elementor-element.elementor-element-d6bc02e{width:var( --container-widget-width, 99.911% );max-width:99.911%;--container-widget-width:99.911%;--container-widget-flex-grow:0;--e-icon-list-icon-size:15px;--icon-vertical-offset:0px}.elementor-6492 .elementor-element.elementor-element-d6bc02e>.elementor-widget-container{margin:0px
0px 0px 0px;padding:0px
0px 0px 0px}.elementor-6492 .elementor-element.elementor-element-d6bc02e.elementor-element{--align-self:flex-start;--flex-grow:0;--flex-shrink:0}.elementor-6492 .elementor-element.elementor-element-d6bc02e .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(20px/2)}.elementor-6492 .elementor-element.elementor-element-d6bc02e .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(20px/2)}.elementor-6492 .elementor-element.elementor-element-d6bc02e .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(20px/2)}.elementor-6492 .elementor-element.elementor-element-d6bc02e .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-20px/2)}.elementor-6492 .elementor-element.elementor-element-d6bc02e .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-20px/2)}.elementor-6492 .elementor-element.elementor-element-d6bc02e .elementor-icon-list-item:not(:last-child):after{content:"";width:100%;border-color:#CBCBCB}.elementor-6492 .elementor-element.elementor-element-d6bc02e .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child):after{border-block-start-style:solid;border-block-start-width:2px}.elementor-6492 .elementor-element.elementor-element-d6bc02e .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:not(:last-child):after{border-inline-start-style:solid}.elementor-6492 .elementor-element.elementor-element-d6bc02e .elementor-inline-items .elementor-icon-list-item:not(:last-child):after{border-inline-start-width:2px}.elementor-6492 .elementor-element.elementor-element-d6bc02e .elementor-icon-list-icon
i{color:#000;transition:color 0.3s}.elementor-6492 .elementor-element.elementor-element-d6bc02e .elementor-icon-list-icon
svg{fill:#000;transition:fill 0.3s}.elementor-6492 .elementor-element.elementor-element-d6bc02e .elementor-icon-list-item:hover .elementor-icon-list-icon
i{color:#36317D}.elementor-6492 .elementor-element.elementor-element-d6bc02e .elementor-icon-list-item:hover .elementor-icon-list-icon
svg{fill:#36317D}.elementor-6492 .elementor-element.elementor-element-d6bc02e .elementor-icon-list-icon{padding-inline-end:10px}.elementor-6492 .elementor-element.elementor-element-d6bc02e .elementor-icon-list-item > .elementor-icon-list-text, .elementor-6492 .elementor-element.elementor-element-d6bc02e .elementor-icon-list-item>a{font-family:"Poppins",Sans-serif;font-size:14px;font-weight:400;text-transform:capitalize;text-decoration:none}.elementor-6492 .elementor-element.elementor-element-d6bc02e .elementor-icon-list-text{color:#000;transition:color 0.3s}.elementor-6492 .elementor-element.elementor-element-d6bc02e .elementor-icon-list-item:hover .elementor-icon-list-text{color:#36317D}.elementor-6492 .elementor-element.elementor-element-c8c7fa4{--display:flex;--margin-top:-10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px}.elementor-6492 .elementor-element.elementor-element-c52a65b{width:var( --container-widget-width, 99.911% );max-width:99.911%;--container-widget-width:99.911%;--container-widget-flex-grow:0;--e-icon-list-icon-size:15px;--icon-vertical-offset:0px}.elementor-6492 .elementor-element.elementor-element-c52a65b>.elementor-widget-container{margin:0px
0px 0px 0px;padding:0px
0px 0px 0px}.elementor-6492 .elementor-element.elementor-element-c52a65b.elementor-element{--align-self:flex-start;--flex-grow:0;--flex-shrink:0}.elementor-6492 .elementor-element.elementor-element-c52a65b .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(20px/2)}.elementor-6492 .elementor-element.elementor-element-c52a65b .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(20px/2)}.elementor-6492 .elementor-element.elementor-element-c52a65b .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(20px/2)}.elementor-6492 .elementor-element.elementor-element-c52a65b .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-20px/2)}.elementor-6492 .elementor-element.elementor-element-c52a65b .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-20px/2)}.elementor-6492 .elementor-element.elementor-element-c52a65b .elementor-icon-list-item:not(:last-child):after{content:"";width:100%;border-color:#CBCBCB}.elementor-6492 .elementor-element.elementor-element-c52a65b .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child):after{border-block-start-style:solid;border-block-start-width:2px}.elementor-6492 .elementor-element.elementor-element-c52a65b .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:not(:last-child):after{border-inline-start-style:solid}.elementor-6492 .elementor-element.elementor-element-c52a65b .elementor-inline-items .elementor-icon-list-item:not(:last-child):after{border-inline-start-width:2px}.elementor-6492 .elementor-element.elementor-element-c52a65b .elementor-icon-list-icon
i{color:#000;transition:color 0.3s}.elementor-6492 .elementor-element.elementor-element-c52a65b .elementor-icon-list-icon
svg{fill:#000;transition:fill 0.3s}.elementor-6492 .elementor-element.elementor-element-c52a65b .elementor-icon-list-item:hover .elementor-icon-list-icon
i{color:#36317D}.elementor-6492 .elementor-element.elementor-element-c52a65b .elementor-icon-list-item:hover .elementor-icon-list-icon
svg{fill:#36317D}.elementor-6492 .elementor-element.elementor-element-c52a65b .elementor-icon-list-icon{padding-inline-end:10px}.elementor-6492 .elementor-element.elementor-element-c52a65b .elementor-icon-list-item > .elementor-icon-list-text, .elementor-6492 .elementor-element.elementor-element-c52a65b .elementor-icon-list-item>a{font-family:"Poppins",Sans-serif;font-size:14px;font-weight:400;text-transform:capitalize;text-decoration:none}.elementor-6492 .elementor-element.elementor-element-c52a65b .elementor-icon-list-text{color:#000;transition:color 0.3s}.elementor-6492 .elementor-element.elementor-element-c52a65b .elementor-icon-list-item:hover .elementor-icon-list-text{color:#36317D}@media(max-width:767px){.elementor-6492 .elementor-element.elementor-element-2fa766e{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-6492 .elementor-element.elementor-element-4170a0a .elementor-heading-title{font-size:14px}.elementor-6492 .elementor-element.elementor-element-d6bc02e>.elementor-widget-container{margin:0px
0px 0px 0px}.elementor-6492 .elementor-element.elementor-element-d6bc02e .elementor-icon-list-item > .elementor-icon-list-text, .elementor-6492 .elementor-element.elementor-element-d6bc02e .elementor-icon-list-item>a{font-size:12px}.elementor-6492 .elementor-element.elementor-element-c52a65b>.elementor-widget-container{margin:0px
0px 0px 0px}.elementor-6492 .elementor-element.elementor-element-c52a65b .elementor-icon-list-item > .elementor-icon-list-text, .elementor-6492 .elementor-element.elementor-element-c52a65b .elementor-icon-list-item>a{font-size:12px}}@media(min-width:768px){.elementor-6492 .elementor-element.elementor-element-2fa766e{--width:100%}.elementor-6492 .elementor-element.elementor-element-3a7c0fc{--width:40%}.elementor-6492 .elementor-element.elementor-element-c8c7fa4{--width:55%}}.elementor-6499 .elementor-element.elementor-element-2fc7929{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 20px;--row-gap:0px;--column-gap:20px;border-style:solid;--border-style:solid;border-width:0px 01px 01px 01px;--border-top-width:0px;--border-right-width:01px;--border-bottom-width:01px;--border-left-width:01px;border-color:#D7D7D7;--border-color:#D7D7D7;--border-radius:5px 5px 5px 5px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:15px;--padding-bottom:15px;--padding-left:15px;--padding-right:15px}.elementor-6499 .elementor-element.elementor-element-2fc7929:not(.elementor-motion-effects-element-type-background), .elementor-6499 .elementor-element.elementor-element-2fc7929>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#FFF}.elementor-6499 .elementor-element.elementor-element-2fc7929:hover{--border-radius:0px 0px 50px 0px;--border-top-left-radius:0px;--border-top-right-radius:0px;--border-bottom-right-radius:50px;--border-bottom-left-radius:0px}.elementor-6499 .elementor-element.elementor-element-2fc7929, .elementor-6499 .elementor-element.elementor-element-2fc7929::before{--border-transition:0.3s}.elementor-6499 .elementor-element.elementor-element-70678b1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;border-style:none;--border-style:none;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-6499 .elementor-element.elementor-element-70678b1:hover{border-style:none}.elementor-6499 .elementor-element.elementor-element-70678b1, .elementor-6499 .elementor-element.elementor-element-70678b1::before{--border-transition:0.3s}.elementor-6499 .elementor-element.elementor-element-70678b1.e-con{--flex-grow:0;--flex-shrink:0}.elementor-6499 .elementor-element.elementor-element-1c1cee8{width:var( --container-widget-width, 100.442% );max-width:100.442%;--container-widget-width:100.442%;--container-widget-flex-grow:0}.elementor-6499 .elementor-element.elementor-element-1c1cee8>.elementor-widget-container{background-color:#F7CAA8;padding:7px
010px 7px 10px;border-radius:5px 5px 5px 5px}.elementor-6499 .elementor-element.elementor-element-1c1cee8:hover .elementor-widget-container{background-color:#F7CAA8}.elementor-6499 .elementor-element.elementor-element-1c1cee8.elementor-element{--flex-grow:0;--flex-shrink:0}.elementor-6499 .elementor-element.elementor-element-1c1cee8 .elementor-heading-title{font-family:"Poppins",Sans-serif;font-size:17px;font-weight:500;text-transform:uppercase;line-height:25px;letter-spacing:0.9px;color:#000}.elementor-6499 .elementor-element.elementor-element-160d80f{width:var( --container-widget-width, 99.911% );max-width:99.911%;--container-widget-width:99.911%;--container-widget-flex-grow:0;--e-icon-list-icon-size:15px;--icon-vertical-offset:0px}.elementor-6499 .elementor-element.elementor-element-160d80f>.elementor-widget-container{margin:0px
0px 0px 0px;padding:0px
0px 0px 0px}.elementor-6499 .elementor-element.elementor-element-160d80f.elementor-element{--align-self:flex-start;--flex-grow:0;--flex-shrink:0}.elementor-6499 .elementor-element.elementor-element-160d80f .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(20px/2)}.elementor-6499 .elementor-element.elementor-element-160d80f .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(20px/2)}.elementor-6499 .elementor-element.elementor-element-160d80f .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(20px/2)}.elementor-6499 .elementor-element.elementor-element-160d80f .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-20px/2)}.elementor-6499 .elementor-element.elementor-element-160d80f .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-20px/2)}.elementor-6499 .elementor-element.elementor-element-160d80f .elementor-icon-list-item:not(:last-child):after{content:"";width:100%;border-color:#CBCBCB}.elementor-6499 .elementor-element.elementor-element-160d80f .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child):after{border-block-start-style:solid;border-block-start-width:2px}.elementor-6499 .elementor-element.elementor-element-160d80f .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:not(:last-child):after{border-inline-start-style:solid}.elementor-6499 .elementor-element.elementor-element-160d80f .elementor-inline-items .elementor-icon-list-item:not(:last-child):after{border-inline-start-width:2px}.elementor-6499 .elementor-element.elementor-element-160d80f .elementor-icon-list-icon
i{color:#000;transition:color 0.3s}.elementor-6499 .elementor-element.elementor-element-160d80f .elementor-icon-list-icon
svg{fill:#000;transition:fill 0.3s}.elementor-6499 .elementor-element.elementor-element-160d80f .elementor-icon-list-item:hover .elementor-icon-list-icon
i{color:#36317D}.elementor-6499 .elementor-element.elementor-element-160d80f .elementor-icon-list-item:hover .elementor-icon-list-icon
svg{fill:#36317D}.elementor-6499 .elementor-element.elementor-element-160d80f .elementor-icon-list-icon{padding-inline-end:10px}.elementor-6499 .elementor-element.elementor-element-160d80f .elementor-icon-list-item > .elementor-icon-list-text, .elementor-6499 .elementor-element.elementor-element-160d80f .elementor-icon-list-item>a{font-family:"Poppins",Sans-serif;font-size:14px;font-weight:400;text-transform:capitalize;text-decoration:none}.elementor-6499 .elementor-element.elementor-element-160d80f .elementor-icon-list-text{color:#000;transition:color 0.3s}.elementor-6499 .elementor-element.elementor-element-160d80f .elementor-icon-list-item:hover .elementor-icon-list-text{color:#36317D}.elementor-6499 .elementor-element.elementor-element-a1184f5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-6499 .elementor-element.elementor-element-a1184f5:hover{border-style:none}.elementor-6499 .elementor-element.elementor-element-a1184f5, .elementor-6499 .elementor-element.elementor-element-a1184f5::before{--border-transition:0.3s}.elementor-6499 .elementor-element.elementor-element-f4c32a8{width:var( --container-widget-width, 100.442% );max-width:100.442%;--container-widget-width:100.442%;--container-widget-flex-grow:0}.elementor-6499 .elementor-element.elementor-element-f4c32a8>.elementor-widget-container{background-color:#F7CAA8;padding:7px
010px 7px 10px;border-radius:5px 5px 5px 5px}.elementor-6499 .elementor-element.elementor-element-f4c32a8:hover .elementor-widget-container{background-color:#F7CAA8}.elementor-6499 .elementor-element.elementor-element-f4c32a8.elementor-element{--flex-grow:0;--flex-shrink:0}.elementor-6499 .elementor-element.elementor-element-f4c32a8 .elementor-heading-title{font-family:"Poppins",Sans-serif;font-size:17px;font-weight:500;text-transform:uppercase;line-height:25px;letter-spacing:0.9px;color:#000}.elementor-6499 .elementor-element.elementor-element-0f8d70b{width:var( --container-widget-width, 99.911% );max-width:99.911%;--container-widget-width:99.911%;--container-widget-flex-grow:0;--e-icon-list-icon-size:15px;--icon-vertical-offset:0px}.elementor-6499 .elementor-element.elementor-element-0f8d70b>.elementor-widget-container{margin:0px
0px 0px 0px;padding:0px
0px 0px 0px}.elementor-6499 .elementor-element.elementor-element-0f8d70b.elementor-element{--align-self:flex-start;--flex-grow:0;--flex-shrink:0}.elementor-6499 .elementor-element.elementor-element-0f8d70b .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(20px/2)}.elementor-6499 .elementor-element.elementor-element-0f8d70b .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(20px/2)}.elementor-6499 .elementor-element.elementor-element-0f8d70b .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(20px/2)}.elementor-6499 .elementor-element.elementor-element-0f8d70b .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-20px/2)}.elementor-6499 .elementor-element.elementor-element-0f8d70b .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-20px/2)}.elementor-6499 .elementor-element.elementor-element-0f8d70b .elementor-icon-list-item:not(:last-child):after{content:"";width:100%;border-color:#CBCBCB}.elementor-6499 .elementor-element.elementor-element-0f8d70b .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child):after{border-block-start-style:solid;border-block-start-width:2px}.elementor-6499 .elementor-element.elementor-element-0f8d70b .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:not(:last-child):after{border-inline-start-style:solid}.elementor-6499 .elementor-element.elementor-element-0f8d70b .elementor-inline-items .elementor-icon-list-item:not(:last-child):after{border-inline-start-width:2px}.elementor-6499 .elementor-element.elementor-element-0f8d70b .elementor-icon-list-icon
i{color:#000;transition:color 0.3s}.elementor-6499 .elementor-element.elementor-element-0f8d70b .elementor-icon-list-icon
svg{fill:#000;transition:fill 0.3s}.elementor-6499 .elementor-element.elementor-element-0f8d70b .elementor-icon-list-item:hover .elementor-icon-list-icon
i{color:#36317D}.elementor-6499 .elementor-element.elementor-element-0f8d70b .elementor-icon-list-item:hover .elementor-icon-list-icon
svg{fill:#36317D}.elementor-6499 .elementor-element.elementor-element-0f8d70b .elementor-icon-list-icon{padding-inline-end:10px}.elementor-6499 .elementor-element.elementor-element-0f8d70b .elementor-icon-list-item > .elementor-icon-list-text, .elementor-6499 .elementor-element.elementor-element-0f8d70b .elementor-icon-list-item>a{font-family:"Poppins",Sans-serif;font-size:14px;font-weight:400;text-transform:capitalize;text-decoration:none}.elementor-6499 .elementor-element.elementor-element-0f8d70b .elementor-icon-list-text{color:#000;transition:color 0.3s}.elementor-6499 .elementor-element.elementor-element-0f8d70b .elementor-icon-list-item:hover .elementor-icon-list-text{color:#36317D}.elementor-6499 .elementor-element.elementor-element-5ce3ed4{width:var( --container-widget-width, 99.911% );max-width:99.911%;--container-widget-width:99.911%;--container-widget-flex-grow:0;--e-icon-list-icon-size:9px;--icon-vertical-offset:0px}.elementor-6499 .elementor-element.elementor-element-5ce3ed4>.elementor-widget-container{margin:-3px 5px 0px 12px;padding:0px
0px 10px 0px;border-style:none}.elementor-6499 .elementor-element.elementor-element-5ce3ed4.elementor-element{--flex-grow:0;--flex-shrink:0}.elementor-6499 .elementor-element.elementor-element-5ce3ed4 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(21px/2)}.elementor-6499 .elementor-element.elementor-element-5ce3ed4 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(21px/2)}.elementor-6499 .elementor-element.elementor-element-5ce3ed4 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(21px/2)}.elementor-6499 .elementor-element.elementor-element-5ce3ed4 .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-21px/2)}.elementor-6499 .elementor-element.elementor-element-5ce3ed4 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-21px/2)}.elementor-6499 .elementor-element.elementor-element-5ce3ed4 .elementor-icon-list-item:not(:last-child):after{content:"";border-color:#C8C8C8}.elementor-6499 .elementor-element.elementor-element-5ce3ed4 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child):after{border-block-start-style:solid;border-block-start-width:2px}.elementor-6499 .elementor-element.elementor-element-5ce3ed4 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:not(:last-child):after{border-inline-start-style:solid}.elementor-6499 .elementor-element.elementor-element-5ce3ed4 .elementor-inline-items .elementor-icon-list-item:not(:last-child):after{border-inline-start-width:2px}.elementor-6499 .elementor-element.elementor-element-5ce3ed4 .elementor-icon-list-icon
i{color:#000;transition:color 0.3s}.elementor-6499 .elementor-element.elementor-element-5ce3ed4 .elementor-icon-list-icon
svg{fill:#000;transition:fill 0.3s}.elementor-6499 .elementor-element.elementor-element-5ce3ed4 .elementor-icon-list-item:hover .elementor-icon-list-icon
i{color:#36317D}.elementor-6499 .elementor-element.elementor-element-5ce3ed4 .elementor-icon-list-item:hover .elementor-icon-list-icon
svg{fill:#36317D}.elementor-6499 .elementor-element.elementor-element-5ce3ed4 .elementor-icon-list-icon{padding-inline-end:0px}.elementor-6499 .elementor-element.elementor-element-5ce3ed4 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-6499 .elementor-element.elementor-element-5ce3ed4 .elementor-icon-list-item>a{font-family:"Poppins",Sans-serif;font-size:14px;font-weight:400;text-transform:capitalize;text-decoration:none;line-height:25px}.elementor-6499 .elementor-element.elementor-element-5ce3ed4 .elementor-icon-list-text{color:#000;transition:color 0.3s}.elementor-6499 .elementor-element.elementor-element-5ce3ed4 .elementor-icon-list-item:hover .elementor-icon-list-text{color:#36317D}.elementor-6499 .elementor-element.elementor-element-6e612a7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-6499 .elementor-element.elementor-element-6e612a7:hover{border-style:none}.elementor-6499 .elementor-element.elementor-element-6e612a7, .elementor-6499 .elementor-element.elementor-element-6e612a7::before{--border-transition:0.3s}.elementor-6499 .elementor-element.elementor-element-2810743{width:var( --container-widget-width, 100.442% );max-width:100.442%;--container-widget-width:100.442%;--container-widget-flex-grow:0}.elementor-6499 .elementor-element.elementor-element-2810743>.elementor-widget-container{background-color:#F7CAA8;padding:7px
010px 7px 10px;border-radius:5px 5px 5px 5px}.elementor-6499 .elementor-element.elementor-element-2810743:hover .elementor-widget-container{background-color:#F7CAA8}.elementor-6499 .elementor-element.elementor-element-2810743.elementor-element{--flex-grow:0;--flex-shrink:0}.elementor-6499 .elementor-element.elementor-element-2810743 .elementor-heading-title{font-family:"Poppins",Sans-serif;font-size:17px;font-weight:500;text-transform:uppercase;line-height:25px;letter-spacing:0.9px;color:#000}.elementor-6499 .elementor-element.elementor-element-367458e{width:var( --container-widget-width, 99.911% );max-width:99.911%;--container-widget-width:99.911%;--container-widget-flex-grow:0;--e-icon-list-icon-size:15px;--icon-vertical-align:flex-start;--icon-vertical-offset:0px}.elementor-6499 .elementor-element.elementor-element-367458e>.elementor-widget-container{margin:0px
0px 0px 0px;padding:0px
0px 0px 0px}.elementor-6499 .elementor-element.elementor-element-367458e.elementor-element{--align-self:flex-start;--flex-grow:0;--flex-shrink:0}.elementor-6499 .elementor-element.elementor-element-367458e .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(20px/2)}.elementor-6499 .elementor-element.elementor-element-367458e .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(20px/2)}.elementor-6499 .elementor-element.elementor-element-367458e .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(20px/2)}.elementor-6499 .elementor-element.elementor-element-367458e .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-20px/2)}.elementor-6499 .elementor-element.elementor-element-367458e .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-20px/2)}.elementor-6499 .elementor-element.elementor-element-367458e .elementor-icon-list-item:not(:last-child):after{content:"";width:100%;border-color:#CBCBCB}.elementor-6499 .elementor-element.elementor-element-367458e .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child):after{border-block-start-style:solid;border-block-start-width:2px}.elementor-6499 .elementor-element.elementor-element-367458e .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:not(:last-child):after{border-inline-start-style:solid}.elementor-6499 .elementor-element.elementor-element-367458e .elementor-inline-items .elementor-icon-list-item:not(:last-child):after{border-inline-start-width:2px}.elementor-6499 .elementor-element.elementor-element-367458e .elementor-icon-list-icon
i{color:#000;transition:color 0.3s}.elementor-6499 .elementor-element.elementor-element-367458e .elementor-icon-list-icon
svg{fill:#000;transition:fill 0.3s}.elementor-6499 .elementor-element.elementor-element-367458e .elementor-icon-list-item:hover .elementor-icon-list-icon
i{color:#36317D}.elementor-6499 .elementor-element.elementor-element-367458e .elementor-icon-list-item:hover .elementor-icon-list-icon
svg{fill:#36317D}.elementor-6499 .elementor-element.elementor-element-367458e .elementor-icon-list-icon{padding-inline-end:10px}.elementor-6499 .elementor-element.elementor-element-367458e .elementor-icon-list-item > .elementor-icon-list-text, .elementor-6499 .elementor-element.elementor-element-367458e .elementor-icon-list-item>a{font-family:"Poppins",Sans-serif;font-size:14px;font-weight:400;text-transform:capitalize;text-decoration:none}.elementor-6499 .elementor-element.elementor-element-367458e .elementor-icon-list-text{color:#000;transition:color 0.3s}.elementor-6499 .elementor-element.elementor-element-367458e .elementor-icon-list-item:hover .elementor-icon-list-text{color:#36317D}@media(max-width:1024px){.elementor-6499 .elementor-element.elementor-element-5ce3ed4 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-6499 .elementor-element.elementor-element-5ce3ed4 .elementor-icon-list-item>a{font-size:12px}}@media(min-width:768px){.elementor-6499 .elementor-element.elementor-element-2fc7929{--width:100%}.elementor-6499 .elementor-element.elementor-element-70678b1{--width:33.33%}.elementor-6499 .elementor-element.elementor-element-a1184f5{--width:33.33%}.elementor-6499 .elementor-element.elementor-element-6e612a7{--width:33.33%}}@media(max-width:767px){.elementor-6499 .elementor-element.elementor-element-2fc7929{--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-6499 .elementor-element.elementor-element-70678b1{--margin-top:10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px}.elementor-6499 .elementor-element.elementor-element-1c1cee8 .elementor-heading-title{font-size:14px}.elementor-6499 .elementor-element.elementor-element-160d80f>.elementor-widget-container{margin:0px
0px 0px 0px}.elementor-6499 .elementor-element.elementor-element-160d80f .elementor-icon-list-item > .elementor-icon-list-text, .elementor-6499 .elementor-element.elementor-element-160d80f .elementor-icon-list-item>a{font-size:12px}.elementor-6499 .elementor-element.elementor-element-a1184f5{--margin-top:10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px}.elementor-6499 .elementor-element.elementor-element-f4c32a8 .elementor-heading-title{font-size:14px}.elementor-6499 .elementor-element.elementor-element-0f8d70b>.elementor-widget-container{margin:0px
0px 0px 0px}.elementor-6499 .elementor-element.elementor-element-0f8d70b .elementor-icon-list-item > .elementor-icon-list-text, .elementor-6499 .elementor-element.elementor-element-0f8d70b .elementor-icon-list-item>a{font-size:12px}.elementor-6499 .elementor-element.elementor-element-5ce3ed4>.elementor-widget-container{margin:0px
10px 0px 10px;padding:0px
0px 0px 0px}.elementor-6499 .elementor-element.elementor-element-5ce3ed4 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(21px/2)}.elementor-6499 .elementor-element.elementor-element-5ce3ed4 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(21px/2)}.elementor-6499 .elementor-element.elementor-element-5ce3ed4 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(21px/2)}.elementor-6499 .elementor-element.elementor-element-5ce3ed4 .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-21px/2)}.elementor-6499 .elementor-element.elementor-element-5ce3ed4 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-21px/2)}.elementor-6499 .elementor-element.elementor-element-5ce3ed4 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-6499 .elementor-element.elementor-element-5ce3ed4 .elementor-icon-list-item>a{font-size:13px}.elementor-6499 .elementor-element.elementor-element-6e612a7{--margin-top:10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px}.elementor-6499 .elementor-element.elementor-element-2810743 .elementor-heading-title{font-size:14px}.elementor-6499 .elementor-element.elementor-element-367458e>.elementor-widget-container{margin:0px
0px 0px 0px}.elementor-6499 .elementor-element.elementor-element-367458e .elementor-icon-list-item > .elementor-icon-list-text, .elementor-6499 .elementor-element.elementor-element-367458e .elementor-icon-list-item>a{font-size:12px}}.elementor-6502 .elementor-element.elementor-element-8145962{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;border-style:solid;--border-style:solid;border-width:01px 01px 0px 01px;--border-top-width:01px;--border-right-width:01px;--border-bottom-width:0px;--border-left-width:01px;border-color:#D7D7D7;--border-color:#D7D7D7;--border-radius:5px 0px 0px 0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:15px;--padding-bottom:5px;--padding-left:15px;--padding-right:15px}.elementor-6502 .elementor-element.elementor-element-8145962:not(.elementor-motion-effects-element-type-background), .elementor-6502 .elementor-element.elementor-element-8145962>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#FFF}.elementor-6502 .elementor-element.elementor-element-8145962:hover{--border-radius:0px 0px 0px 0px;--border-top-left-radius:0px;--border-top-right-radius:0px;--border-bottom-right-radius:0px;--border-bottom-left-radius:0px}.elementor-6502 .elementor-element.elementor-element-8145962, .elementor-6502 .elementor-element.elementor-element-8145962::before{--border-transition:0.3s}.elementor-6502 .elementor-element.elementor-element-8145962.e-con{--flex-grow:0;--flex-shrink:0}.elementor-6502 .elementor-element.elementor-element-9314555{width:var( --container-widget-width, 100.442% );max-width:100.442%;--container-widget-width:100.442%;--container-widget-flex-grow:0}.elementor-6502 .elementor-element.elementor-element-9314555>.elementor-widget-container{background-color:#F7CAA8;padding:7px
010px 7px 10px;border-radius:5px 5px 5px 5px}.elementor-6502 .elementor-element.elementor-element-9314555:hover .elementor-widget-container{background-color:#F7CAA8}.elementor-6502 .elementor-element.elementor-element-9314555.elementor-element{--flex-grow:0;--flex-shrink:0}.elementor-6502 .elementor-element.elementor-element-9314555 .elementor-heading-title{font-family:"Poppins",Sans-serif;font-size:17px;font-weight:500;text-transform:uppercase;line-height:25px;letter-spacing:0.9px;color:#000}.elementor-6502 .elementor-element.elementor-element-dcbb52e{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:solid;--border-style:solid;border-width:0px 01px 01px 01px;--border-top-width:0px;--border-right-width:01px;--border-bottom-width:01px;--border-left-width:01px;border-color:#D7D7D7;--border-color:#D7D7D7;--border-radius:0px 5px 5px 5px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:5px;--padding-bottom:15px;--padding-left:15px;--padding-right:15px}.elementor-6502 .elementor-element.elementor-element-dcbb52e:not(.elementor-motion-effects-element-type-background), .elementor-6502 .elementor-element.elementor-element-dcbb52e>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#FFF}.elementor-6502 .elementor-element.elementor-element-7356212{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap}.elementor-6502 .elementor-element.elementor-element-3aa9392{width:var( --container-widget-width, 99.911% );max-width:99.911%;--container-widget-width:99.911%;--container-widget-flex-grow:0;--e-icon-list-icon-size:15px;--icon-vertical-offset:0px}.elementor-6502 .elementor-element.elementor-element-3aa9392>.elementor-widget-container{margin:0px
0px 0px 0px;padding:0px
0px 0px 0px}.elementor-6502 .elementor-element.elementor-element-3aa9392.elementor-element{--align-self:flex-start;--flex-grow:0;--flex-shrink:0}.elementor-6502 .elementor-element.elementor-element-3aa9392 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(20px/2)}.elementor-6502 .elementor-element.elementor-element-3aa9392 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(20px/2)}.elementor-6502 .elementor-element.elementor-element-3aa9392 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(20px/2)}.elementor-6502 .elementor-element.elementor-element-3aa9392 .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-20px/2)}.elementor-6502 .elementor-element.elementor-element-3aa9392 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-20px/2)}.elementor-6502 .elementor-element.elementor-element-3aa9392 .elementor-icon-list-item:not(:last-child):after{content:"";width:100%;border-color:#CBCBCB}.elementor-6502 .elementor-element.elementor-element-3aa9392 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child):after{border-block-start-style:solid;border-block-start-width:2px}.elementor-6502 .elementor-element.elementor-element-3aa9392 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:not(:last-child):after{border-inline-start-style:solid}.elementor-6502 .elementor-element.elementor-element-3aa9392 .elementor-inline-items .elementor-icon-list-item:not(:last-child):after{border-inline-start-width:2px}.elementor-6502 .elementor-element.elementor-element-3aa9392 .elementor-icon-list-icon
i{color:#000;transition:color 0.3s}.elementor-6502 .elementor-element.elementor-element-3aa9392 .elementor-icon-list-icon
svg{fill:#000;transition:fill 0.3s}.elementor-6502 .elementor-element.elementor-element-3aa9392 .elementor-icon-list-item:hover .elementor-icon-list-icon
i{color:#36317D}.elementor-6502 .elementor-element.elementor-element-3aa9392 .elementor-icon-list-item:hover .elementor-icon-list-icon
svg{fill:#36317D}.elementor-6502 .elementor-element.elementor-element-3aa9392 .elementor-icon-list-icon{padding-inline-end:10px}.elementor-6502 .elementor-element.elementor-element-3aa9392 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-6502 .elementor-element.elementor-element-3aa9392 .elementor-icon-list-item>a{font-family:"Poppins",Sans-serif;font-size:14px;font-weight:400;text-transform:capitalize;text-decoration:none}.elementor-6502 .elementor-element.elementor-element-3aa9392 .elementor-icon-list-text{color:#000;transition:color 0.3s}.elementor-6502 .elementor-element.elementor-element-3aa9392 .elementor-icon-list-item:hover .elementor-icon-list-text{color:#36317D}.elementor-6502 .elementor-element.elementor-element-52cc483{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap}.elementor-6502 .elementor-element.elementor-element-c91f6b4{width:var( --container-widget-width, 99.911% );max-width:99.911%;--container-widget-width:99.911%;--container-widget-flex-grow:0;--e-icon-list-icon-size:15px;--icon-vertical-offset:0px}.elementor-6502 .elementor-element.elementor-element-c91f6b4>.elementor-widget-container{margin:0px
0px 0px 0px;padding:0px
0px 0px 0px}.elementor-6502 .elementor-element.elementor-element-c91f6b4.elementor-element{--align-self:flex-start;--flex-grow:0;--flex-shrink:0}.elementor-6502 .elementor-element.elementor-element-c91f6b4 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(20px/2)}.elementor-6502 .elementor-element.elementor-element-c91f6b4 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(20px/2)}.elementor-6502 .elementor-element.elementor-element-c91f6b4 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(20px/2)}.elementor-6502 .elementor-element.elementor-element-c91f6b4 .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-20px/2)}.elementor-6502 .elementor-element.elementor-element-c91f6b4 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-20px/2)}.elementor-6502 .elementor-element.elementor-element-c91f6b4 .elementor-icon-list-item:not(:last-child):after{content:"";width:100%;border-color:#CBCBCB}.elementor-6502 .elementor-element.elementor-element-c91f6b4 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child):after{border-block-start-style:solid;border-block-start-width:2px}.elementor-6502 .elementor-element.elementor-element-c91f6b4 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:not(:last-child):after{border-inline-start-style:solid}.elementor-6502 .elementor-element.elementor-element-c91f6b4 .elementor-inline-items .elementor-icon-list-item:not(:last-child):after{border-inline-start-width:2px}.elementor-6502 .elementor-element.elementor-element-c91f6b4 .elementor-icon-list-icon
i{color:#000;transition:color 0.3s}.elementor-6502 .elementor-element.elementor-element-c91f6b4 .elementor-icon-list-icon
svg{fill:#000;transition:fill 0.3s}.elementor-6502 .elementor-element.elementor-element-c91f6b4 .elementor-icon-list-item:hover .elementor-icon-list-icon
i{color:#36317D}.elementor-6502 .elementor-element.elementor-element-c91f6b4 .elementor-icon-list-item:hover .elementor-icon-list-icon
svg{fill:#36317D}.elementor-6502 .elementor-element.elementor-element-c91f6b4 .elementor-icon-list-icon{padding-inline-end:10px}.elementor-6502 .elementor-element.elementor-element-c91f6b4 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-6502 .elementor-element.elementor-element-c91f6b4 .elementor-icon-list-item>a{font-family:"Poppins",Sans-serif;font-size:14px;font-weight:400;text-transform:capitalize;text-decoration:none}.elementor-6502 .elementor-element.elementor-element-c91f6b4 .elementor-icon-list-text{color:#000;transition:color 0.3s}.elementor-6502 .elementor-element.elementor-element-c91f6b4 .elementor-icon-list-item:hover .elementor-icon-list-text{color:#36317D}.elementor-6502 .elementor-element.elementor-element-c8a272a{width:var( --container-widget-width, 99.911% );max-width:99.911%;--container-widget-width:99.911%;--container-widget-flex-grow:0;--e-icon-list-icon-size:9px;--icon-vertical-offset:0px}.elementor-6502 .elementor-element.elementor-element-c8a272a>.elementor-widget-container{margin:0px
0px 0px 0px;padding:0px
0px 0px 0px;border-style:solid;border-width:0px 0px 0px 0px;border-color:#C8C8C8}.elementor-6502 .elementor-element.elementor-element-c8a272a.elementor-element{--flex-grow:0;--flex-shrink:0}.elementor-6502 .elementor-element.elementor-element-c8a272a .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(20px/2)}.elementor-6502 .elementor-element.elementor-element-c8a272a .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(20px/2)}.elementor-6502 .elementor-element.elementor-element-c8a272a .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(20px/2)}.elementor-6502 .elementor-element.elementor-element-c8a272a .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-20px/2)}.elementor-6502 .elementor-element.elementor-element-c8a272a .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-20px/2)}.elementor-6502 .elementor-element.elementor-element-c8a272a .elementor-icon-list-item:not(:last-child):after{content:"";border-color:#C8C8C8}.elementor-6502 .elementor-element.elementor-element-c8a272a .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child):after{border-block-start-style:solid;border-block-start-width:2px}.elementor-6502 .elementor-element.elementor-element-c8a272a .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:not(:last-child):after{border-inline-start-style:solid}.elementor-6502 .elementor-element.elementor-element-c8a272a .elementor-inline-items .elementor-icon-list-item:not(:last-child):after{border-inline-start-width:2px}.elementor-6502 .elementor-element.elementor-element-c8a272a .elementor-icon-list-icon
i{color:#000;transition:color 0.3s}.elementor-6502 .elementor-element.elementor-element-c8a272a .elementor-icon-list-icon
svg{fill:#000;transition:fill 0.3s}.elementor-6502 .elementor-element.elementor-element-c8a272a .elementor-icon-list-item:hover .elementor-icon-list-icon
i{color:#36317D}.elementor-6502 .elementor-element.elementor-element-c8a272a .elementor-icon-list-item:hover .elementor-icon-list-icon
svg{fill:#36317D}.elementor-6502 .elementor-element.elementor-element-c8a272a .elementor-icon-list-icon{padding-inline-end:5px}.elementor-6502 .elementor-element.elementor-element-c8a272a .elementor-icon-list-item > .elementor-icon-list-text, .elementor-6502 .elementor-element.elementor-element-c8a272a .elementor-icon-list-item>a{font-family:"Poppins",Sans-serif;font-size:14px;font-weight:400;text-transform:capitalize;text-decoration:none}.elementor-6502 .elementor-element.elementor-element-c8a272a .elementor-icon-list-text{color:#000;transition:color 0.3s}.elementor-6502 .elementor-element.elementor-element-c8a272a .elementor-icon-list-item:hover .elementor-icon-list-text{color:#36317D}@media(max-width:767px){.elementor-6502 .elementor-element.elementor-element-9314555 .elementor-heading-title{font-size:14px}.elementor-6502 .elementor-element.elementor-element-3aa9392>.elementor-widget-container{margin:0px
0px 0px 0px}.elementor-6502 .elementor-element.elementor-element-3aa9392 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-6502 .elementor-element.elementor-element-3aa9392 .elementor-icon-list-item>a{font-size:12px}.elementor-6502 .elementor-element.elementor-element-52cc483{--margin-top:-11px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px}.elementor-6502 .elementor-element.elementor-element-c91f6b4>.elementor-widget-container{margin:0px
0px 0px 0px}.elementor-6502 .elementor-element.elementor-element-c91f6b4 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-6502 .elementor-element.elementor-element-c91f6b4 .elementor-icon-list-item>a{font-size:12px}.elementor-6502 .elementor-element.elementor-element-c8a272a>.elementor-widget-container{margin:0px
0px 0px 0px;padding:10px
0px 0px 0px;border-width:01px 0px 0px 0px}.elementor-6502 .elementor-element.elementor-element-c8a272a .elementor-icon-list-item > .elementor-icon-list-text, .elementor-6502 .elementor-element.elementor-element-c8a272a .elementor-icon-list-item>a{font-size:13px}}@media(min-width:768px){.elementor-6502 .elementor-element.elementor-element-8145962{--width:100%}.elementor-6502 .elementor-element.elementor-element-7356212{--width:50%}.elementor-6502 .elementor-element.elementor-element-52cc483{--width:50%}}.elementor-6505 .elementor-element.elementor-element-0f802f1{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;border-style:solid;--border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;border-color:#D7D7D7;--border-color:#D7D7D7;--border-radius:5px 5px 5px 5px;--margin-top:00px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:15px;--padding-bottom:15px;--padding-left:15px;--padding-right:15px}.elementor-6505 .elementor-element.elementor-element-0f802f1:not(.elementor-motion-effects-element-type-background), .elementor-6505 .elementor-element.elementor-element-0f802f1>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#FFF}.elementor-6505 .elementor-element.elementor-element-0f802f1.e-con{--flex-grow:0;--flex-shrink:0}.elementor-6505 .elementor-element.elementor-element-f7b62ff{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:10px 10px;--row-gap:10px;--column-gap:10px}.elementor-6505 .elementor-element.elementor-element-c34a787{width:var( --container-widget-width, 100.442% );max-width:100.442%;--container-widget-width:100.442%;--container-widget-flex-grow:0}.elementor-6505 .elementor-element.elementor-element-c34a787>.elementor-widget-container{background-color:#F7CAA8;padding:10px
10px 10px 10px;border-radius:5px 5px 5px 5px}.elementor-6505 .elementor-element.elementor-element-c34a787:hover .elementor-widget-container{background-color:#F7CAA8}.elementor-6505 .elementor-element.elementor-element-c34a787.elementor-element{--flex-grow:0;--flex-shrink:0}.elementor-6505 .elementor-element.elementor-element-c34a787 .elementor-heading-title{font-family:"Poppins",Sans-serif;font-size:18px;font-weight:500;text-transform:uppercase;line-height:25px;color:#000}.elementor-6505 .elementor-element.elementor-element-7ca1f29{width:var( --container-widget-width, 99.911% );max-width:99.911%;--container-widget-width:99.911%;--container-widget-flex-grow:0;--e-icon-list-icon-size:15px;--icon-vertical-offset:0px}.elementor-6505 .elementor-element.elementor-element-7ca1f29>.elementor-widget-container{margin:0px
0px 0px 0px;padding:0px
0px 0px 0px}.elementor-6505 .elementor-element.elementor-element-7ca1f29.elementor-element{--align-self:flex-start;--flex-grow:0;--flex-shrink:0}.elementor-6505 .elementor-element.elementor-element-7ca1f29 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(20px/2)}.elementor-6505 .elementor-element.elementor-element-7ca1f29 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(20px/2)}.elementor-6505 .elementor-element.elementor-element-7ca1f29 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(20px/2)}.elementor-6505 .elementor-element.elementor-element-7ca1f29 .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-20px/2)}.elementor-6505 .elementor-element.elementor-element-7ca1f29 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-20px/2)}.elementor-6505 .elementor-element.elementor-element-7ca1f29 .elementor-icon-list-item:not(:last-child):after{content:"";width:100%;border-color:#CBCBCB}.elementor-6505 .elementor-element.elementor-element-7ca1f29 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child):after{border-block-start-style:solid;border-block-start-width:2px}.elementor-6505 .elementor-element.elementor-element-7ca1f29 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:not(:last-child):after{border-inline-start-style:solid}.elementor-6505 .elementor-element.elementor-element-7ca1f29 .elementor-inline-items .elementor-icon-list-item:not(:last-child):after{border-inline-start-width:2px}.elementor-6505 .elementor-element.elementor-element-7ca1f29 .elementor-icon-list-icon
i{color:#000;transition:color 0.3s}.elementor-6505 .elementor-element.elementor-element-7ca1f29 .elementor-icon-list-icon
svg{fill:#000;transition:fill 0.3s}.elementor-6505 .elementor-element.elementor-element-7ca1f29 .elementor-icon-list-item:hover .elementor-icon-list-icon
i{color:#36317D}.elementor-6505 .elementor-element.elementor-element-7ca1f29 .elementor-icon-list-item:hover .elementor-icon-list-icon
svg{fill:#36317D}.elementor-6505 .elementor-element.elementor-element-7ca1f29 .elementor-icon-list-icon{padding-inline-end:10px}.elementor-6505 .elementor-element.elementor-element-7ca1f29 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-6505 .elementor-element.elementor-element-7ca1f29 .elementor-icon-list-item>a{font-family:"Poppins",Sans-serif;font-size:14px;font-weight:400;text-transform:capitalize;text-decoration:none}.elementor-6505 .elementor-element.elementor-element-7ca1f29 .elementor-icon-list-text{color:#000;transition:color 0.3s}.elementor-6505 .elementor-element.elementor-element-7ca1f29 .elementor-icon-list-item:hover .elementor-icon-list-text{color:#36317D}.elementor-6505 .elementor-element.elementor-element-77b3539{width:var( --container-widget-width, 99.911% );max-width:99.911%;--container-widget-width:99.911%;--container-widget-flex-grow:0;--e-icon-list-icon-size:9px;--icon-vertical-offset:0px}.elementor-6505 .elementor-element.elementor-element-77b3539>.elementor-widget-container{margin:-5px 0px 0px 0px}.elementor-6505 .elementor-element.elementor-element-77b3539.elementor-element{--flex-grow:0;--flex-shrink:0}.elementor-6505 .elementor-element.elementor-element-77b3539 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(20px/2)}.elementor-6505 .elementor-element.elementor-element-77b3539 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(20px/2)}.elementor-6505 .elementor-element.elementor-element-77b3539 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(20px/2)}.elementor-6505 .elementor-element.elementor-element-77b3539 .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-20px/2)}.elementor-6505 .elementor-element.elementor-element-77b3539 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-20px/2)}.elementor-6505 .elementor-element.elementor-element-77b3539 .elementor-icon-list-item:not(:last-child):after{content:"";border-color:#C8C8C8}.elementor-6505 .elementor-element.elementor-element-77b3539 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child):after{border-block-start-style:solid;border-block-start-width:2px}.elementor-6505 .elementor-element.elementor-element-77b3539 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:not(:last-child):after{border-inline-start-style:solid}.elementor-6505 .elementor-element.elementor-element-77b3539 .elementor-inline-items .elementor-icon-list-item:not(:last-child):after{border-inline-start-width:2px}.elementor-6505 .elementor-element.elementor-element-77b3539 .elementor-icon-list-icon
i{color:#000;transition:color 0.3s}.elementor-6505 .elementor-element.elementor-element-77b3539 .elementor-icon-list-icon
svg{fill:#000;transition:fill 0.3s}.elementor-6505 .elementor-element.elementor-element-77b3539 .elementor-icon-list-item:hover .elementor-icon-list-icon
i{color:#36317D}.elementor-6505 .elementor-element.elementor-element-77b3539 .elementor-icon-list-item:hover .elementor-icon-list-icon
svg{fill:#36317D}.elementor-6505 .elementor-element.elementor-element-77b3539 .elementor-icon-list-icon{padding-inline-end:0px}.elementor-6505 .elementor-element.elementor-element-77b3539 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-6505 .elementor-element.elementor-element-77b3539 .elementor-icon-list-item>a{font-family:"Poppins",Sans-serif;font-size:14px;font-weight:400;text-transform:capitalize;text-decoration:none}.elementor-6505 .elementor-element.elementor-element-77b3539 .elementor-icon-list-text{color:#000;transition:color 0.3s}.elementor-6505 .elementor-element.elementor-element-77b3539 .elementor-icon-list-item:hover .elementor-icon-list-text{color:#36317D}.elementor-6505 .elementor-element.elementor-element-0d9c920{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px}.elementor-6505 .elementor-element.elementor-element-0d9c920.e-con{--flex-grow:0;--flex-shrink:0}.elementor-6505 .elementor-element.elementor-element-3a283c8{width:var( --container-widget-width, 100.442% );max-width:100.442%;--container-widget-width:100.442%;--container-widget-flex-grow:0}.elementor-6505 .elementor-element.elementor-element-3a283c8>.elementor-widget-container{background-color:#EFB4BBC2;padding:10px
10px 10px 10px;border-radius:5px 5px 5px 5px}.elementor-6505 .elementor-element.elementor-element-3a283c8:hover .elementor-widget-container{background-color:#EFB4BBC2}.elementor-6505 .elementor-element.elementor-element-3a283c8.elementor-element{--flex-grow:0;--flex-shrink:0}.elementor-6505 .elementor-element.elementor-element-3a283c8 .elementor-heading-title{font-family:"Poppins",Sans-serif;font-size:18px;font-weight:500;text-transform:uppercase;line-height:25px;color:#000}.elementor-6505 .elementor-element.elementor-element-2375922{width:var( --container-widget-width, 99.911% );max-width:99.911%;--container-widget-width:99.911%;--container-widget-flex-grow:0;--e-icon-list-icon-size:9px;--icon-vertical-offset:0px}.elementor-6505 .elementor-element.elementor-element-2375922>.elementor-widget-container{margin:-5px 0px 0px 0px;padding:0px
0px 0px 0px}.elementor-6505 .elementor-element.elementor-element-2375922.elementor-element{--flex-grow:0;--flex-shrink:0}.elementor-6505 .elementor-element.elementor-element-2375922 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(20px/2)}.elementor-6505 .elementor-element.elementor-element-2375922 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(20px/2)}.elementor-6505 .elementor-element.elementor-element-2375922 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(20px/2)}.elementor-6505 .elementor-element.elementor-element-2375922 .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-20px/2)}.elementor-6505 .elementor-element.elementor-element-2375922 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-20px/2)}.elementor-6505 .elementor-element.elementor-element-2375922 .elementor-icon-list-item:not(:last-child):after{content:"";border-color:#C8C8C8}.elementor-6505 .elementor-element.elementor-element-2375922 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child):after{border-block-start-style:solid;border-block-start-width:2px}.elementor-6505 .elementor-element.elementor-element-2375922 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:not(:last-child):after{border-inline-start-style:solid}.elementor-6505 .elementor-element.elementor-element-2375922 .elementor-inline-items .elementor-icon-list-item:not(:last-child):after{border-inline-start-width:2px}.elementor-6505 .elementor-element.elementor-element-2375922 .elementor-icon-list-icon
i{color:#000;transition:color 0.3s}.elementor-6505 .elementor-element.elementor-element-2375922 .elementor-icon-list-icon
svg{fill:#000;transition:fill 0.3s}.elementor-6505 .elementor-element.elementor-element-2375922 .elementor-icon-list-item:hover .elementor-icon-list-icon
i{color:#36317D}.elementor-6505 .elementor-element.elementor-element-2375922 .elementor-icon-list-item:hover .elementor-icon-list-icon
svg{fill:#36317D}.elementor-6505 .elementor-element.elementor-element-2375922 .elementor-icon-list-icon{padding-inline-end:0px}.elementor-6505 .elementor-element.elementor-element-2375922 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-6505 .elementor-element.elementor-element-2375922 .elementor-icon-list-item>a{font-family:"Poppins",Sans-serif;font-size:14px;font-weight:400;text-transform:capitalize;text-decoration:none}.elementor-6505 .elementor-element.elementor-element-2375922 .elementor-icon-list-text{color:#000;transition:color 0.3s}.elementor-6505 .elementor-element.elementor-element-2375922 .elementor-icon-list-item:hover .elementor-icon-list-text{color:#36317D}@media(max-width:767px){.elementor-6505 .elementor-element.elementor-element-0f802f1{--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px}.elementor-6505 .elementor-element.elementor-element-c34a787 .elementor-heading-title{font-size:14px}.elementor-6505 .elementor-element.elementor-element-7ca1f29>.elementor-widget-container{margin:0px
0px 0px 0px}.elementor-6505 .elementor-element.elementor-element-7ca1f29 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-6505 .elementor-element.elementor-element-7ca1f29 .elementor-icon-list-item>a{font-size:12px}.elementor-6505 .elementor-element.elementor-element-77b3539>.elementor-widget-container{margin:0px
0px 0px 10px}.elementor-6505 .elementor-element.elementor-element-77b3539 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-6505 .elementor-element.elementor-element-77b3539 .elementor-icon-list-item>a{font-size:13px}.elementor-6505 .elementor-element.elementor-element-3a283c8 .elementor-heading-title{font-size:14px}.elementor-6505 .elementor-element.elementor-element-2375922>.elementor-widget-container{margin:0px
0px 0px 10px}.elementor-6505 .elementor-element.elementor-element-2375922 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-6505 .elementor-element.elementor-element-2375922 .elementor-icon-list-item>a{font-size:13px}}@media(min-width:768px){.elementor-6505 .elementor-element.elementor-element-0f802f1{--width:100%}.elementor-6505 .elementor-element.elementor-element-f7b62ff{--width:100%}.elementor-6505 .elementor-element.elementor-element-0d9c920{--width:50%}}.elementor-6509 .elementor-element.elementor-element-fb5b6b2{--display:flex;--gap:10px 10px;--row-gap:10px;--column-gap:10px;border-style:solid;--border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;border-color:#D3D3D3;--border-color:#D3D3D3;--border-radius:5px 5px 5px 5px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px}.elementor-6509 .elementor-element.elementor-element-fb5b6b2:not(.elementor-motion-effects-element-type-background), .elementor-6509 .elementor-element.elementor-element-fb5b6b2>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#FFF}.elementor-6509 .elementor-element.elementor-element-bae90be{width:var( --container-widget-width, 100.442% );max-width:100.442%;--container-widget-width:100.442%;--container-widget-flex-grow:0}.elementor-6509 .elementor-element.elementor-element-bae90be>.elementor-widget-container{background-color:#F7CAA8;padding:10px
10px 10px 10px;border-radius:5px 5px 5px 5px}.elementor-6509 .elementor-element.elementor-element-bae90be:hover .elementor-widget-container{background-color:#F7CAA8}.elementor-6509 .elementor-element.elementor-element-bae90be.elementor-element{--flex-grow:0;--flex-shrink:0}.elementor-6509 .elementor-element.elementor-element-bae90be .elementor-heading-title{font-family:"Poppins",Sans-serif;font-size:18px;font-weight:500;text-transform:uppercase;line-height:25px;color:#000}.elementor-6509 .elementor-element.elementor-element-1e0a36b{width:var( --container-widget-width, 99.911% );max-width:99.911%;--container-widget-width:99.911%;--container-widget-flex-grow:0;--e-icon-list-icon-size:15px;--icon-vertical-offset:0px}.elementor-6509 .elementor-element.elementor-element-1e0a36b>.elementor-widget-container{margin:0px
0px 0px 0px;padding:0px
0px 0px 0px}.elementor-6509 .elementor-element.elementor-element-1e0a36b.elementor-element{--align-self:flex-start;--flex-grow:0;--flex-shrink:0}.elementor-6509 .elementor-element.elementor-element-1e0a36b .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(20px/2)}.elementor-6509 .elementor-element.elementor-element-1e0a36b .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(20px/2)}.elementor-6509 .elementor-element.elementor-element-1e0a36b .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(20px/2)}.elementor-6509 .elementor-element.elementor-element-1e0a36b .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-20px/2)}.elementor-6509 .elementor-element.elementor-element-1e0a36b .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-20px/2)}.elementor-6509 .elementor-element.elementor-element-1e0a36b .elementor-icon-list-item:not(:last-child):after{content:"";width:100%;border-color:#CBCBCB}.elementor-6509 .elementor-element.elementor-element-1e0a36b .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child):after{border-block-start-style:solid;border-block-start-width:2px}.elementor-6509 .elementor-element.elementor-element-1e0a36b .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:not(:last-child):after{border-inline-start-style:solid}.elementor-6509 .elementor-element.elementor-element-1e0a36b .elementor-inline-items .elementor-icon-list-item:not(:last-child):after{border-inline-start-width:2px}.elementor-6509 .elementor-element.elementor-element-1e0a36b .elementor-icon-list-icon
i{color:#000;transition:color 0.3s}.elementor-6509 .elementor-element.elementor-element-1e0a36b .elementor-icon-list-icon
svg{fill:#000;transition:fill 0.3s}.elementor-6509 .elementor-element.elementor-element-1e0a36b .elementor-icon-list-item:hover .elementor-icon-list-icon
i{color:#36317D}.elementor-6509 .elementor-element.elementor-element-1e0a36b .elementor-icon-list-item:hover .elementor-icon-list-icon
svg{fill:#36317D}.elementor-6509 .elementor-element.elementor-element-1e0a36b .elementor-icon-list-icon{padding-inline-end:10px}.elementor-6509 .elementor-element.elementor-element-1e0a36b .elementor-icon-list-item > .elementor-icon-list-text, .elementor-6509 .elementor-element.elementor-element-1e0a36b .elementor-icon-list-item>a{font-family:"Poppins",Sans-serif;font-size:14px;font-weight:400;text-transform:capitalize;text-decoration:none}.elementor-6509 .elementor-element.elementor-element-1e0a36b .elementor-icon-list-text{color:#000;transition:color 0.3s}.elementor-6509 .elementor-element.elementor-element-1e0a36b .elementor-icon-list-item:hover .elementor-icon-list-text{color:#36317D}@media(max-width:767px){.elementor-6509 .elementor-element.elementor-element-bae90be .elementor-heading-title{font-size:14px}.elementor-6509 .elementor-element.elementor-element-1e0a36b>.elementor-widget-container{margin:0px
0px 0px 0px}.elementor-6509 .elementor-element.elementor-element-1e0a36b .elementor-icon-list-item > .elementor-icon-list-text, .elementor-6509 .elementor-element.elementor-element-1e0a36b .elementor-icon-list-item>a{font-size:12px}}@media(min-width:768px){.elementor-6509 .elementor-element.elementor-element-fb5b6b2{--content-width:1380px}}.elementor-26487 .elementor-element.elementor-element-bce8534{--display:flex;--gap:10px 10px;--row-gap:10px;--column-gap:10px;border-style:solid;--border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;border-color:#D3D3D3;--border-color:#D3D3D3;--border-radius:5px 5px 5px 5px;--margin-top:10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px}.elementor-26487 .elementor-element.elementor-element-bce8534:not(.elementor-motion-effects-element-type-background), .elementor-26487 .elementor-element.elementor-element-bce8534>.elementor-motion-effects-container>.elementor-motion-effects-layer{background-color:#FFF}.elementor-26487 .elementor-element.elementor-element-f84ce39{width:var( --container-widget-width, 100.442% );max-width:100.442%;--container-widget-width:100.442%;--container-widget-flex-grow:0}.elementor-26487 .elementor-element.elementor-element-f84ce39>.elementor-widget-container{background-color:#F7CAA8;padding:10px
10px 10px 10px;border-radius:5px 5px 5px 5px}.elementor-26487 .elementor-element.elementor-element-f84ce39:hover .elementor-widget-container{background-color:#F7CAA8}.elementor-26487 .elementor-element.elementor-element-f84ce39.elementor-element{--flex-grow:0;--flex-shrink:0}.elementor-26487 .elementor-element.elementor-element-f84ce39 .elementor-heading-title{font-family:"Poppins",Sans-serif;font-size:18px;font-weight:500;text-transform:uppercase;line-height:25px;color:#000}.elementor-26487 .elementor-element.elementor-element-9d1329b{width:var( --container-widget-width, 99.911% );max-width:99.911%;--container-widget-width:99.911%;--container-widget-flex-grow:0;--e-icon-list-icon-size:9px;--icon-vertical-offset:0px}.elementor-26487 .elementor-element.elementor-element-9d1329b>.elementor-widget-container{margin:0px
0px 0px 0px;padding:0px
5px 0px 0px}.elementor-26487 .elementor-element.elementor-element-9d1329b.elementor-element{--align-self:flex-start;--flex-grow:0;--flex-shrink:0}.elementor-26487 .elementor-element.elementor-element-9d1329b .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(20px/2)}.elementor-26487 .elementor-element.elementor-element-9d1329b .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(20px/2)}.elementor-26487 .elementor-element.elementor-element-9d1329b .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(20px/2)}.elementor-26487 .elementor-element.elementor-element-9d1329b .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-20px/2)}.elementor-26487 .elementor-element.elementor-element-9d1329b .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-20px/2)}.elementor-26487 .elementor-element.elementor-element-9d1329b .elementor-icon-list-item:not(:last-child):after{content:"";border-color:#CBCBCB}.elementor-26487 .elementor-element.elementor-element-9d1329b .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child):after{border-block-start-style:solid;border-block-start-width:2px}.elementor-26487 .elementor-element.elementor-element-9d1329b .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:not(:last-child):after{border-inline-start-style:solid}.elementor-26487 .elementor-element.elementor-element-9d1329b .elementor-inline-items .elementor-icon-list-item:not(:last-child):after{border-inline-start-width:2px}.elementor-26487 .elementor-element.elementor-element-9d1329b .elementor-icon-list-icon
i{color:#000;transition:color 0.3s}.elementor-26487 .elementor-element.elementor-element-9d1329b .elementor-icon-list-icon
svg{fill:#000;transition:fill 0.3s}.elementor-26487 .elementor-element.elementor-element-9d1329b .elementor-icon-list-item:hover .elementor-icon-list-icon
i{color:#36317D}.elementor-26487 .elementor-element.elementor-element-9d1329b .elementor-icon-list-item:hover .elementor-icon-list-icon
svg{fill:#36317D}.elementor-26487 .elementor-element.elementor-element-9d1329b .elementor-icon-list-icon{padding-inline-end:10px}.elementor-26487 .elementor-element.elementor-element-9d1329b .elementor-icon-list-item > .elementor-icon-list-text, .elementor-26487 .elementor-element.elementor-element-9d1329b .elementor-icon-list-item>a{font-family:"Poppins",Sans-serif;font-size:14px;font-weight:400;text-transform:capitalize;text-decoration:none}.elementor-26487 .elementor-element.elementor-element-9d1329b .elementor-icon-list-text{color:#000;transition:color 0.3s}.elementor-26487 .elementor-element.elementor-element-9d1329b .elementor-icon-list-item:hover .elementor-icon-list-text{color:#36317D}@media(max-width:767px){.elementor-26487 .elementor-element.elementor-element-f84ce39 .elementor-heading-title{font-size:14px}.elementor-26487 .elementor-element.elementor-element-9d1329b>.elementor-widget-container{margin:0px
0px 0px 0px}.elementor-26487 .elementor-element.elementor-element-9d1329b .elementor-icon-list-item > .elementor-icon-list-text, .elementor-26487 .elementor-element.elementor-element-9d1329b .elementor-icon-list-item>a{font-size:12px}}@media(min-width:768px){.elementor-26487 .elementor-element.elementor-element-bce8534{--content-width:1380px}}