/**************** ddslick ****************************************/
.woocommerce-currency-switcher-form .dd-selected
{
    color: #000000;
    display: block;
    font-weight: bold;
    overflow: hidden;
    padding: 10px;
}

.woocommerce-currency-switcher-form a.dd-selected{
    text-decoration: none !important;
}

.woocommerce-currency-switcher-form a.dd-selected:hover{
    text-decoration: none;
}


.woocommerce-currency-switcher-form a.dd-option{
    text-decoration: none;
    display: block;
    font-weight: bold;
    overflow: hidden;
    padding: 10px;
    background: #fff;
}

.woocommerce-currency-switcher-form a.dd-option:hover{
    text-decoration: none;
}

.woocommerce-currency-switcher-form ul.dd-options{
    list-style: none !important;
}

/**************** ddslick end ****************************************/

a.chosen-single{
    text-decoration: none !important;
}

.woocs_show_flags .chosen-container .chosen-results li.highlighted {
    color: green !important;
}

.woocommerce-currency-switcher-form .chosen-results li{
    line-height: 23px !important;
}

.woocommerce-currency-switcher .hentry .entry-content a:not(.button){
    text-decoration: none !important;
}

.woocommerce-currency-switcher option{
    height: 23px;
    padding-bottom: 3px;
}

a.woocs_flag_view_item{
    display: inline-block;
    margin: 0 3px 3px 0;
    width: 50px;
    height: 40px;
}
a.woocs_flag_view_item img{
    width: 100%;
}

a.woocs_flag_view_item_current{
    opacity: 0.65;
}

.woocs_converter_shortcode_from, .woocs_converter_shortcode_to{
    width: 45%;
}

.woocs_converter_shortcode_amount{
    width: 99%;
    margin-bottom: 4px;
    display: inline-block;
}

.woocs_converter_shortcode_results{
    width: 99%;
    margin-top: 4px;
    margin-bottom: 4px;
    display: inline-block;
}

ul.woocs_currency_rates{
    margin: 5px 0 0 9px !important;
}





/***************** price info styles ****************************/
span.woocs_price_info_icon{
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(/wp-content/plugins/woocommerce-currency-switcher/img/woocs_price_info_icon.png);
}

.woocs_price_info{
    position: relative;
    display: inline;
    margin-left: 3px;
}

.woocs_price_info + .woocs_price_info{
    display: none !important;
}

.woocs_price_info + .woocs_price_info{
    display: none !important;
}


div.woocs_price_info ul{
    list-style: none;
    position: absolute;
    width: auto !important;
    min-width: 120px;
    max-width: 400px;
    color: #FFFFFF !important;
    background: #000000 !important;
    height: auto;
    min-height: 19px;
    font-size: 14px !important;
    line-height: normal;
    vertical-align: middle;
    text-align: left;
    visibility: hidden;
    border-radius: 6px;
    padding: 7px !important;
}



div:hover.woocs_price_info ul{
    visibility: visible;
    opacity: 0.85;
    bottom: 5px;
    left: 50%;
    margin-left: -5px;
    z-index: 999;
}

div.woocs_price_info ul li{
    padding-bottom: 4px;
    white-space: nowrap;
    margin: 0 !important;
}

/***************** price info styles end ****************************/

.woocs_current_product_id{
    display: none;
}

ul.woocs_price_info_list li span{
    font-weight: bold;
}

.woocs_cart_item_price{
    font-size: 11px;
    font-style: italic;
    display: block;
}

#shipping_method .woocs_cart_item_price{
    display: inline-block;
    clear: both;
    text-indent: 0;
    margin-left: 5px;
}

.woocs_currency_rate_flag{
    width: 25px !important; max-width: 25px !important; display: inline;
}

.woocs_display_none{
   display: none; 
}
.woocs_geo_hello{
    color:green;
    font-size:18px;
    font-weight:normal;
    line-height:0;
}

.woocs_geo_hello_not{
    color:red; 
    font-size:18px; 
    font-weight:normal;
}

.woocs_auto_switcher > li{
    margin-bottom: 0 !important;
}

/************************ lds loaeder ********************************/

.woocs-lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.woocs-lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: cornflowerblue;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.woocs-lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: woocs-lds-ellipsis1 0.6s infinite;
}
.woocs-lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: woocs-lds-ellipsis2 0.6s infinite;
}
.woocs-lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: woocs-lds-ellipsis2 0.6s infinite;
}
.woocs-lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: woocs-lds-ellipsis3 0.6s infinite;
}
@keyframes woocs-lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes woocs-lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes woocs-lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}


/************************ lds loaeder end ********************************/

/**
Ion.RangeSlider, 2.3.1
© Denis Ineshin, 2010 - 2019, IonDen.com
Build date: 2019-12-19 16:51:02
*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}
.irs-handle.type_last {
  z-index: 2;
}
.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}
.irs-min {
  left: 0;
}
.irs-max {
  right: 0;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}
.irs-disabled {
  opacity: 0.4;
}
.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}
.irs--flat {
  height: 40px;
}
.irs--flat.irs-with-grid {
  height: 60px;
}
.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}
.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}
.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}
.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}
.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}
.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}
.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}
.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}
.irs--flat .irs-grid-text {
  color: #999;
}
.irs--big {
  height: 55px;
}
.irs--big.irs-with-grid {
  height: 70px;
}
.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}
.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}
.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}
.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}
.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}
.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
}
.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}
.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}
.irs--big .irs-grid-pol {
  background-color: #428bca;
}
.irs--big .irs-grid-text {
  color: #428bca;
}
.irs--modern {
  height: 55px;
}
.irs--modern.irs-with-grid {
  height: 55px;
}
.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}
.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}
.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}
.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}
.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  transform: rotate(45deg);
}
.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1;
}
.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}
.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}
.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}
.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}
.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}
.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}
.irs--modern .irs-grid {
  height: 25px;
}
.irs--modern .irs-grid-pol {
  background-color: #dedede;
}
.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1;
}
.irs--sharp.irs-with-grid {
  height: 57px;
}
.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px;
}
.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa;
}
.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px;
}
.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5);
}
.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}
.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black;
}
.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}
.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}
.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}
.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-grid {
  height: 25px;
}
.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}
.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--round {
  height: 50px;
}
.irs--round.irs-with-grid {
  height: 65px;
}
.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
}
.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa;
}
.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}
.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}
.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px;
}
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa;
}
.irs--round .irs-grid {
  height: 25px;
}
.irs--round .irs-grid-pol {
  background-color: #dedede;
}
.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.irs--square {
  height: 50px;
}
.irs--square.irs-with-grid {
  height: 60px;
}
.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede;
}
.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black;
}
.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede;
}
.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
}
.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white;
}
.irs--square .irs-grid {
  height: 25px;
}
.irs--square .irs-grid-pol {
  background-color: #dedede;
}
.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px;
}
.elementor-295 .elementor-element.elementor-element-5989a7b{margin-top:-10px;margin-bottom:-5px;padding:0px 15px 0px 15px;}.elementor-295 .elementor-element.elementor-element-ad0a7bf .fmtpl-title-wrap{font-family:"DM Sans", Sans-serif;font-size:14px;font-weight:600;}.elementor-295 .elementor-element.elementor-element-ad0a7bf .fmtpl-title-wrap .highlight{font-family:"DM Sans", Sans-serif;font-size:14px;font-weight:600;}.elementor-295 .elementor-element.elementor-element-ad0a7bf .fmtpl-title-wrap, .elementor-295 .elementor-element.elementor-element-ad0a7bf .fmtpl-title-wrap a{color:#1A1A1A;}.elementor-295 .elementor-element.elementor-element-ad0a7bf .fmtpl-title-wrap .title-content.stroke{-webkit-text-fill-color:#1A1A1A;}.elementor-295 .elementor-element.elementor-element-ad0a7bf .fmtpl-heading-title .fmtpl-divider{width:50px;height:1px;background-color:#000000;margin:5px 0px 20px 0px;}.elementor-295 .elementor-element.elementor-element-441b9b0 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(10px/2);}.elementor-295 .elementor-element.elementor-element-441b9b0 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(10px/2);}.elementor-295 .elementor-element.elementor-element-441b9b0 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:calc(10px/2);margin-left:calc(10px/2);}.elementor-295 .elementor-element.elementor-element-441b9b0 .elementor-icon-list-items.elementor-inline-items{margin-right:calc(-10px/2);margin-left:calc(-10px/2);}body.rtl .elementor-295 .elementor-element.elementor-element-441b9b0 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{left:calc(-10px/2);}body:not(.rtl) .elementor-295 .elementor-element.elementor-element-441b9b0 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{right:calc(-10px/2);}.elementor-295 .elementor-element.elementor-element-441b9b0 .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-295 .elementor-element.elementor-element-441b9b0 .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-295 .elementor-element.elementor-element-441b9b0{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-295 .elementor-element.elementor-element-441b9b0 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-295 .elementor-element.elementor-element-441b9b0 .elementor-icon-list-item > a{font-family:"DM Sans", Sans-serif;font-size:16px;font-weight:400;}.elementor-295 .elementor-element.elementor-element-441b9b0 .elementor-icon-list-text{color:#666666;transition:color 0.3s;}.elementor-295 .elementor-element.elementor-element-441b9b0 .elementor-icon-list-item:hover .elementor-icon-list-text{color:#B79B6C;}.elementor-295 .elementor-element.elementor-element-8f2bcc6 .fmtpl-title-wrap{font-family:"DM Sans", Sans-serif;font-size:14px;font-weight:600;}.elementor-295 .elementor-element.elementor-element-8f2bcc6 .fmtpl-title-wrap .highlight{font-family:"DM Sans", Sans-serif;font-size:14px;font-weight:600;}.elementor-295 .elementor-element.elementor-element-8f2bcc6 .fmtpl-title-wrap, .elementor-295 .elementor-element.elementor-element-8f2bcc6 .fmtpl-title-wrap a{color:#1A1A1A;}.elementor-295 .elementor-element.elementor-element-8f2bcc6 .fmtpl-title-wrap .title-content.stroke{-webkit-text-fill-color:#1A1A1A;}.elementor-295 .elementor-element.elementor-element-8f2bcc6 .fmtpl-heading-title .fmtpl-divider{width:50px;height:1px;background-color:#000000;margin:5px 0px 20px 0px;}.elementor-295 .elementor-element.elementor-element-b5602fb .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(10px/2);}.elementor-295 .elementor-element.elementor-element-b5602fb .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(10px/2);}.elementor-295 .elementor-element.elementor-element-b5602fb .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:calc(10px/2);margin-left:calc(10px/2);}.elementor-295 .elementor-element.elementor-element-b5602fb .elementor-icon-list-items.elementor-inline-items{margin-right:calc(-10px/2);margin-left:calc(-10px/2);}body.rtl .elementor-295 .elementor-element.elementor-element-b5602fb .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{left:calc(-10px/2);}body:not(.rtl) .elementor-295 .elementor-element.elementor-element-b5602fb .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{right:calc(-10px/2);}.elementor-295 .elementor-element.elementor-element-b5602fb .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-295 .elementor-element.elementor-element-b5602fb .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-295 .elementor-element.elementor-element-b5602fb{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-295 .elementor-element.elementor-element-b5602fb .elementor-icon-list-item > .elementor-icon-list-text, .elementor-295 .elementor-element.elementor-element-b5602fb .elementor-icon-list-item > a{font-family:"DM Sans", Sans-serif;font-size:16px;font-weight:400;}.elementor-295 .elementor-element.elementor-element-b5602fb .elementor-icon-list-text{color:#666666;transition:color 0.3s;}.elementor-295 .elementor-element.elementor-element-b5602fb .elementor-icon-list-item:hover .elementor-icon-list-text{color:#B79B6C;}.elementor-295 .elementor-element.elementor-element-b00002f .fmtpl-title-wrap{font-family:"DM Sans", Sans-serif;font-size:14px;font-weight:600;}.elementor-295 .elementor-element.elementor-element-b00002f .fmtpl-title-wrap .highlight{font-family:"DM Sans", Sans-serif;font-size:14px;font-weight:600;}.elementor-295 .elementor-element.elementor-element-b00002f .fmtpl-title-wrap, .elementor-295 .elementor-element.elementor-element-b00002f .fmtpl-title-wrap a{color:#1A1A1A;}.elementor-295 .elementor-element.elementor-element-b00002f .fmtpl-title-wrap .title-content.stroke{-webkit-text-fill-color:#1A1A1A;}.elementor-295 .elementor-element.elementor-element-b00002f .fmtpl-heading-title .fmtpl-divider{width:50px;height:1px;background-color:#000000;margin:5px 0px 20px 0px;}.elementor-295 .elementor-element.elementor-element-61e1fcc .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-bottom:calc(10px/2);}.elementor-295 .elementor-element.elementor-element-61e1fcc .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-top:calc(10px/2);}.elementor-295 .elementor-element.elementor-element-61e1fcc .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:calc(10px/2);margin-left:calc(10px/2);}.elementor-295 .elementor-element.elementor-element-61e1fcc .elementor-icon-list-items.elementor-inline-items{margin-right:calc(-10px/2);margin-left:calc(-10px/2);}body.rtl .elementor-295 .elementor-element.elementor-element-61e1fcc .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{left:calc(-10px/2);}body:not(.rtl) .elementor-295 .elementor-element.elementor-element-61e1fcc .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{right:calc(-10px/2);}.elementor-295 .elementor-element.elementor-element-61e1fcc .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-295 .elementor-element.elementor-element-61e1fcc .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-295 .elementor-element.elementor-element-61e1fcc{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-295 .elementor-element.elementor-element-61e1fcc .elementor-icon-list-item > .elementor-icon-list-text, .elementor-295 .elementor-element.elementor-element-61e1fcc .elementor-icon-list-item > a{font-family:"DM Sans", Sans-serif;font-size:16px;font-weight:400;}.elementor-295 .elementor-element.elementor-element-61e1fcc .elementor-icon-list-text{color:#666666;transition:color 0.3s;}.elementor-295 .elementor-element.elementor-element-61e1fcc .elementor-icon-list-item:hover .elementor-icon-list-text{color:#B79B6C;}.fmtpl-heading-title {
  display: flex;
}
.fmtpl-heading-title.vertical {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.fmtpl-heading-title .fmtpl-tittle-content-wrap {
  display: flex;
  flex-direction: column;
}
.fmtpl-content-align-left .fmtpl-heading-title .fmtpl-tittle-content-wrap {
  align-items: flex-start;
}
.fmtpl-content-align-right .fmtpl-heading-title .fmtpl-tittle-content-wrap {
  align-items: flex-end;
}
.fmtpl-content-align-center .fmtpl-heading-title .fmtpl-tittle-content-wrap {
  align-items: center;
}
.fmtpl-content-position-left .fmtpl-heading-title {
  justify-content: flex-start;
}
.fmtpl-content-position-right .fmtpl-heading-title {
  justify-content: flex-end;
}
.fmtpl-content-position-center .fmtpl-heading-title {
  justify-content: center;
}
.fmtpl-content-align-left .fmtpl-heading-title {
  text-align: left;
}
.fmtpl-content-align-right .fmtpl-heading-title {
  text-align: right;
}
.fmtpl-content-align-center .fmtpl-heading-title {
  text-align: center;
}
.fmtpl-heading-title .fmtpl-title-wrap {
  display: flex;
  align-items: center;
}
.fmtpl-content-align-left .fmtpl-heading-title .fmtpl-title-wrap {
  justify-content: flex-start;
}
.fmtpl-content-align-right .fmtpl-heading-title .fmtpl-title-wrap {
  justify-content: flex-end;
}
.fmtpl-content-align-center .fmtpl-heading-title .fmtpl-title-wrap {
  justify-content: center;
}
.fmtpl-heading-title .fmtpl-title-wrap.icon-pos-top, .fmtpl-heading-title .fmtpl-title-wrap.icon-pos-bottom {
  flex-direction: column;
  justify-content: center;
}
.fmtpl-content-align-left .fmtpl-heading-title .fmtpl-title-wrap.icon-pos-top, .fmtpl-content-align-left .fmtpl-heading-title .fmtpl-title-wrap.icon-pos-bottom {
  align-items: flex-start;
}
.fmtpl-content-align-right .fmtpl-heading-title .fmtpl-title-wrap.icon-pos-top, .fmtpl-content-align-right .fmtpl-heading-title .fmtpl-title-wrap.icon-pos-bottom {
  align-items: flex-end;
}
.fmtpl-content-align-center .fmtpl-heading-title .fmtpl-title-wrap.icon-pos-top, .fmtpl-content-align-center .fmtpl-heading-title .fmtpl-title-wrap.icon-pos-bottom {
  align-items: center;
}
.fmtpl-heading-title .fmtpl-title-wrap .title-content.stroke, .fmtpl-heading-title .fmtpl-title-wrap .highlight.stroke {
  -webkit-text-stroke-width: 1px;
}
.fmtpl-heading-title .fmtpl-divider {
  display: inline-block;
}

/*# sourceMappingURL=fmtpl-heading-title.css.map */
/*! elementor - v3.25.0 - 10-12-2024 */
.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{margin-right:-8px;margin-left:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-right:8px;margin-left:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{width:auto;left:auto;right:auto;position:relative;height:100%;border-top:0;border-bottom:0;border-right:0;border-left-width:1px;border-style:solid;right:-8px}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{display:flex;font-size:inherit;align-items:var(--icon-vertical-align,center)}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{align-self:center;padding-inline-start:5px}.elementor-widget .elementor-icon-list-icon{display:flex;position:relative;top:var(--icon-vertical-offset,initial)}.elementor-widget .elementor-icon-list-icon svg{width:var(--e-icon-list-icon-size,1em);height:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{width:1.25em;font-size:var(--e-icon-list-icon-size)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}@media (min-width:-1){.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-widescreen-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-widescreen-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-widescreen-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-widescreen-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:-1){.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-laptop-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-laptop-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-laptop-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-laptop-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-laptop-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:-1){.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet_extra-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-tablet_extra-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet_extra-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-tablet-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:-1){.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile_extra-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-mobile_extra-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile_extra-align-left) .elementor-icon-list-item:after{right:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{justify-content:flex-start;text-align:left}.elementor-widget.elementor-mobile-align-left .elementor-inline-items{justify-content:flex-start}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{justify-content:flex-end;text-align:right}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{justify-content:flex-end}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{right:0}}.elementor-296 .elementor-element.elementor-element-163f018{margin-top:-5px;margin-bottom:-5px;padding:0px 15px 0px 15px;}.elementor-296 .elementor-element.elementor-element-50556b4 .fmtpl-inner-banner{height:340px;justify-content:center;align-items:center;}.elementor-296 .elementor-element.elementor-element-50556b4 .fmtpl-inner-banner .fmtpl-inner-banner-content{text-align:center;}.elementor-296 .elementor-element.elementor-element-50556b4 .fmtpl-inner-banner .fmtpl-inner-banner-button{width:140px;height:45px;color:#1A1A1A;fill:#1A1A1A;background-color:#FFFFFF;border-radius:3px 3px 3px 3px;}.elementor-296 .elementor-element.elementor-element-50556b4 .fmtpl-inner-banner .fmtpl-inner-banner-button:hover{color:#B79B6C;fill:#B79B6C;}.elementor-296 .elementor-element.elementor-element-50556b4 .fmtpl-inner-banner .fmtpl-btn-text{font-family:"DM Sans", Sans-serif;font-size:18px;font-weight:500;}.elementor-296 .elementor-element.elementor-element-4769769 .fmtpl-inner-banner{height:340px;justify-content:center;align-items:center;}.elementor-296 .elementor-element.elementor-element-4769769 .fmtpl-inner-banner .fmtpl-inner-banner-content{text-align:center;}.elementor-296 .elementor-element.elementor-element-4769769 .fmtpl-inner-banner .fmtpl-inner-banner-button{width:140px;height:45px;color:#1A1A1A;fill:#1A1A1A;background-color:#FFFFFF;border-radius:3px 3px 3px 3px;}.elementor-296 .elementor-element.elementor-element-4769769 .fmtpl-inner-banner .fmtpl-inner-banner-button:hover{color:#B79B6C;fill:#B79B6C;}.elementor-296 .elementor-element.elementor-element-4769769 .fmtpl-inner-banner .fmtpl-btn-text{font-family:"DM Sans", Sans-serif;font-size:18px;font-weight:500;}.elementor-296 .elementor-element.elementor-element-83d667c .fmtpl-inner-banner{height:340px;justify-content:center;align-items:center;}.elementor-296 .elementor-element.elementor-element-83d667c .fmtpl-inner-banner .fmtpl-inner-banner-content{text-align:center;}.elementor-296 .elementor-element.elementor-element-83d667c .fmtpl-inner-banner .fmtpl-inner-banner-button{width:140px;height:45px;color:#1A1A1A;fill:#1A1A1A;background-color:#FFFFFF;border-radius:3px 3px 3px 3px;}.elementor-296 .elementor-element.elementor-element-83d667c .fmtpl-inner-banner .fmtpl-inner-banner-button:hover{color:#B79B6C;fill:#B79B6C;}.elementor-296 .elementor-element.elementor-element-83d667c .fmtpl-inner-banner .fmtpl-btn-text{font-family:"DM Sans", Sans-serif;font-size:18px;font-weight:500;}.fmtpl-inner-banner {
  display: flex;
  position: relative;
  overflow: hidden;
}
.fmtpl-inner-banner .fmtpl-inner-banner-box-img, .fmtpl-inner-banner .fmtpl-inner-banner-overlay, .fmtpl-inner-banner .fmtpl-inner-banner-background {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.fmtpl-inner-banner .fmtpl-inner-banner-overlay {
  transition: background-color 0.5s ease-in-out;
}
.fmtpl-inner-banner .fmtpl-inner-banner-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.fmtpl-inner-banner .fmtpl-inner-banner-background.zoom {
  transition: transform 0.5s linear 0s;
}
.fmtpl-inner-banner .fmtpl-inner-banner-background.gray_scale {
  transition: filter 0.5s ease-in-out;
}
.fmtpl-inner-banner .fmtpl-inner-banner-background.overlay:before, .fmtpl-inner-banner .fmtpl-inner-banner-background.overlay + .fmtpl-banner-box-img:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.fmtpl-inner-banner .fmtpl-inner-banner-background.overlay2:before, .fmtpl-inner-banner .fmtpl-inner-banner-background.overlay2:after {
  content: "";
  position: absolute;
  pointer-events: none;
  margin: auto;
  width: 100%;
  height: 100%;
}
.fmtpl-inner-banner .fmtpl-inner-banner-background.overlay2:before {
  right: 100%;
  bottom: 100%;
  -webkit-transition: background-color 0.4s ease, right 0.4s ease, bottom 0.4s ease;
  -moz-transition: background-color 0.4s ease, right 0.4s ease, bottom 0.4s ease;
  -o-transition: background-color 0.4s ease, right 0.4s ease, bottom 0.4s ease;
  transition: background-color 0.4s ease, right 0.4s ease, bottom 0.4s ease;
}
.fmtpl-inner-banner .fmtpl-inner-banner-background.overlay2:after {
  top: 100%;
  left: 100%;
  -webkit-transition: background-color 0.4s ease, left 0.4s ease, top 0.4s ease;
  -moz-transition: background-color 0.4s ease, left 0.4s ease, top 0.4s ease;
  -o-transition: background-color 0.4s ease, left 0.4s ease, top 0.4s ease;
  transition: background-color 0.4s ease, left 0.4s ease, top 0.4s ease;
}
.fmtpl-inner-banner .fmtpl-inner-banner-background.effect_border:before, .fmtpl-inner-banner .fmtpl-inner-banner-background.effect_border:after {
  content: "";
  position: absolute;
  pointer-events: none;
  border: solid #fff;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  margin: auto;
}
.fmtpl-inner-banner .fmtpl-inner-banner-background.effect_border:before {
  width: 0;
  border-width: 1px 0;
  -webkit-transition: width 0.6s ease, transform 0.6s ease;
  -moz-transition: width 0.6s ease, transform 0.6s ease;
  -o-transition: width 0.6s ease, transform 0.6s ease;
  transition: width 0.6s ease, transform 0.6s ease;
}
.fmtpl-inner-banner .fmtpl-inner-banner-background.effect_border:after {
  height: 0;
  border-width: 0 1px;
  -webkit-transition: height 0.6s ease;
  -moz-transition: height 0.6s ease;
  -o-transition: height 0.6s ease;
  transition: height 0.6s ease;
}
.fmtpl-inner-banner:hover .fmtpl-inner-banner-background.zoom {
  transform: scale(1.05);
}
.fmtpl-inner-banner:hover .fmtpl-inner-banner-background.gray_scale {
  filter: grayscale(100%);
}
.fmtpl-inner-banner:hover .fmtpl-inner-banner-background.overlay:before, .fmtpl-inner-banner:hover .fmtpl-inner-banner-background.overlay + .fmtpl-inner-banner-box-img:before {
  background-color: rgba(0, 0, 0, 0.4);
}
.fmtpl-inner-banner:hover .fmtpl-inner-banner-background.overlay2:before {
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.fmtpl-inner-banner:hover .fmtpl-inner-banner-background.overlay2:after {
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.fmtpl-inner-banner:hover .fmtpl-inner-banner-background.effect_border:before {
  width: calc(100% - 10px);
  transform: translate(-15px, 0);
}
.fmtpl-inner-banner:hover .fmtpl-inner-banner-background.effect_border:after {
  height: calc(100% - 10px);
}
.fmtpl-inner-banner .fmtpl-inner-banner-box-img {
  opacity: 0;
}
.fmtpl-inner-banner .fmtpl-inner-banner-box-img:not(.has-link) {
  visibility: hidden;
}
.fmtpl-inner-banner .fmtpl-inner-banner-box-img.has-link img {
  width: 100%;
  height: 100%;
}
.fmtpl-inner-banner .fmtpl-inner-banner-content {
  display: flex;
  flex-direction: column;
  z-index: 1;
  height: max-content;
}
.fmtpl-inner-banner .fmtpl-divider {
  display: inline-block;
}

/*# sourceMappingURL=fmtpl-inner-banner.css.map */
/*! elementor - v3.25.0 - 10-12-2024 */
.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{vertical-align:middle;display:inline-block}.fmtpl-menu .nav_menu_content.has_item_divider .menu-item:after {
  content: "";
  display: block;
}

/*# sourceMappingURL=fmtpl-menu.css.map */
.elementor-animation-shrink{transition-duration:.3s;transition-property:transform}.elementor-animation-shrink:active,.elementor-animation-shrink:focus,.elementor-animation-shrink:hover{transform:scale(.9)}/*! elementor - v3.25.0 - 10-12-2024 */
.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-threads{background-color:#000}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-x-twitter{background-color:#000}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.e--ua-appleWebkit.rtl{--flex-right:flex-start}.e--ua-appleWebkit .elementor-share-buttons--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item{margin-left:0;margin-right:0}@media (max-width:1024px){.e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item{margin-left:0;margin-right:0}}@media (max-width:767px){.e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item{margin-left:0;margin-right:0}}/*! elementor - v3.25.0 - 10-12-2024 */
.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}