
/* Source: https://ateliersictrl.com/wp-content/plugins/ele-custom-skin/assets/css/ecs-style.css?ver=3.1.9 */
/*  Elementor Custom Skin    */
/*  https://www.dudaster.com */
.swiper-container.swiper-initialized .ecs-posts{
   overflow:visible; 
}
.ecs-post-loop .elementor-page-title{
  display:block;
}

.ecs-loop-preview{
  height:100%;
  width:100%;
  background:lightgray;
  border:solid 1px gray;
  padding:5px;
}
.ecs-loop-preview h3{
  font-size:16px;
  font-weight:500;
  
}
.ecs-loop-preview span{
  font-size:12px;
}
.ecs-loop-preview .ecs-image-holder{
    width: 100%;
    line-height: 113px;
    background-color: #808080;
    font-size: 45px;
    text-align: center;
    vertical-align: middle;
    font-weight: 900;
    color: #929191;
}

.ecs-link-wrapper{
  cursor: pointer;
}
.elementor-widget-ele-loop-item, .elementor-widget-ele-loop-item > .elementor-widget-container,
.elementor-element-edit-mode.elementor-widget-ele-loop-item, .elementor-element-edit-mode.elementor-widget-ele-loop-item > .elementor-widget-container{
  
    height: 100%;

}
/* Fix for Elementor 3.4 */

.elementor-widget-posts .ecs-posts .elementor-button-wrapper {
    margin-top: 0;
}

/* Fix astra css issues */

.ecs-post-loop .ast-article-single{
    background-color: none;
    border-bottom:none;
    margin: 0;
    padding: 0;
}
.ecs-post-loop.ast-article-post{
    width:100%;
}
/* fix storeforent css issues*/

.theme-storefront.elementor-editor-active #primary.content-area{
	float:none;
} 

/* Lazy Load Animations */

.elementor-editor-active .ecs-lazyload a,.elementor-editor-preview .ecs-lazyload a{
  display:none;
}
.animation-hidden .ecs-lazy-load-animation{
  height:0;
  visibility:hidden;
}

/* loading bar progresion */
/*
<div class="barload-wrapper  ecs-lazy-load-animation"><div class="barload-border ecs-ll-brcolor"><div class="barload-whitespace"><div class="barload-line ecs-ll-bgcolor"></div></div></div></div>
*/
.barload-wrapper {
	width: 195px;
	height: 1em;
	position: relative;
	display:inline-block;
  font-size:16px;
  padding:10px;
}

.barload-border {
	border: 3px solid rgb(34,34,34);
	height: 100%;
	width: 100%;
	position: relative;
	
	top: -50%;
	padding: 4px 3px;
}

.barload-whitespace {
	overflow: hidden;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.barload-line {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgb(0,0,0);
	animation: barload-slide 2.75s steps(40) infinite;
		-o-animation: barload-slide 2.75s steps(40) infinite;
		-ms-animation: barload-slide 2.75s steps(40) infinite;
		-webkit-animation: barload-slide 2.75s steps(40) infinite;
		-moz-animation: barload-slide 2.75s steps(40) infinite;
}



@keyframes barload-slide {
	0% {
		left: -100%;
	}
	
	100% {
		left: 100%;
	}
}

@-o-keyframes barload-slide {
	0% {
		left: -100%;
	}
	
	100% {
		left: 100%;
	}
}

@-ms-keyframes barload-slide {
	0% {
		left: -100%;
	}
	
	100% {
		left: 100%;
	}
}

@-webkit-keyframes barload-slide {
	0% {
		left: -100%;
	}
	
	100% {
		left: 100%;
	}
}

@-moz-keyframes barload-slide {
	0% {
		left: -100%;
	}
	
	100% {
		left: 100%;
	}
}
/* four ball moving from left to right*/
/*
<div class="ballsload-container ecs-lazy-load-animation"><div class="ecs-ll-bgcolor"></div><div class="ecs-ll-bgcolor"></div><div class="ecs-ll-bgcolor"></div><div class="ecs-ll-bgcolor"></div></div>
*/

.barload-wrapper ,.barload-wrapper * {
  box-sizing:content-box;
} 
.ballsload-container{
    font-size:16px;
    padding:10px;
    position:relative;
	}
	
.ballsload-container div {
	width: 1em;
	height: 1em;
	position: absolute;
	background-color: rgb(0,0,0);
	top: 0;
	border-radius: 50%;
}

.ballsload-container div:nth-child(1) {

	animation: ballsload-move 2.3s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
		-o-animation: ballsload-move 2.3s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
		-ms-animation: ballsload-move 2.3s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
		-webkit-animation: ballsload-move 2.3s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
		-moz-animation: ballsload-move 2.3s infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
}

.ballsload-container div:nth-child(2) {

	animation: ballsload-move 2.3s 172.5ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
		-o-animation: ballsload-move 2.3s 172.5ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
		-ms-animation: ballsload-move 2.3s 172.5ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
		-webkit-animation: ballsload-move 2.3s 172.5ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
		-moz-animation: ballsload-move 2.3s 172.5ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
}

.ballsload-container div:nth-child(3) {

	animation: ballsload-move 2.3s 345ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
		-o-animation: ballsload-move 2.3s 345ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
		-ms-animation: ballsload-move 2.3s 345ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
		-webkit-animation: ballsload-move 2.3s 345ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
		-moz-animation: ballsload-move 2.3s 345ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
}

.ballsload-container div:nth-child(4) {

	animation: ballsload-move 2.3s 517.5ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
		-o-animation: ballsload-move 2.3s 517.5ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
		-ms-animation: ballsload-move 2.3s 517.5ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
		-webkit-animation: ballsload-move 2.3s 517.5ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
		-moz-animation: ballsload-move 2.3s 517.5ms infinite cubic-bezier(0.2, 0.64, 0.81, 0.23);
}



@keyframes ballsload-move {
	0% {
		left: 0%;
	}
	100% {
		left: 100%;
	}
}

@-o-keyframes ballsload-move {
	0% {
		left: 0%;
	}
	100% {
		left: 100%;
	}
}

@-ms-keyframes ballsload-move {
	0% {
		left: 0%;
	}
	100% {
		left: 100%;
	}
}

@-webkit-keyframes ballsload-move {
	0% {
		left: 0%;
	}
	100% {
		left: 100%;
	}
}

@-moz-keyframes ballsload-move {
	0% {
		left: 0%;
	}
	100% {
		left: 100%;
	}
}


/* one ball sliding left to right */
/*
<div id="movingBallG" class="ecs-lazy-load-animation"><div class="movingBallLineG  ecs-ll-bgcolor"></div><div id="movingBallG_1" class="movingBallG ecs-ll-bgcolor"></div></div>
*/

#movingBallG{
	position:relative;
	width:250px;
	height:19px;
	display:inline-block;
  font-size:16px;
}

.movingBallLineG{
	position:absolute;
	left:0px;
	top:0.5em;
	height:0.25em;
	width:250px;
	background-color:rgb(0,0,0);
}

.movingBallG{
	background-color:rgb(0,0,0);
	position:absolute;
	top:0;
	left:0;
	width:1.188em;
	height:1.188em;
	border-radius:100px;
		-o-border-radius:100px;
		-ms-border-radius:100px;
		-webkit-border-radius:100px;
		-moz-border-radius:100px;
	animation-name:bounce_movingBallG;
		-o-animation-name:bounce_movingBallG;
		-ms-animation-name:bounce_movingBallG;
		-webkit-animation-name:bounce_movingBallG;
		-moz-animation-name:bounce_movingBallG;
	animation-duration:1.5s;
		-o-animation-duration:1.5s;
		-ms-animation-duration:1.5s;
		-webkit-animation-duration:1.5s;
		-moz-animation-duration:1.5s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
}



@keyframes bounce_movingBallG{
	0%{
		left:0px;
	}

	50%{
		left:230px;
	}

	100%{
		left:0px;
	}
}

@-o-keyframes bounce_movingBallG{
	0%{
		left:0px;
	}

	50%{
		left:230px;
	}

	100%{
		left:0px;
	}
}

@-ms-keyframes bounce_movingBallG{
	0%{
		left:0px;
	}

	50%{
		left:230px;
	}

	100%{
		left:0px;
	}
}

@-webkit-keyframes bounce_movingBallG{
	0%{
		left:0px;
	}

	50%{
		left:230px;
	}

	100%{
		left:0px;
	}
}

@-moz-keyframes bounce_movingBallG{
	0%{
		left:0px;
	}

	50%{
		left:230px;
	}

	100%{
		left:0px;
	}
}


/* loading 3 dots moving form left to write */

/* 
<div class="lds-ellipsis ecs-lazy-load-animation"><div class="ecs-ll-bgcolor"></div><div class="ecs-ll-bgcolor"></div><div class="ecs-ll-bgcolor"></div><div class="ecs-ll-bgcolor"></div></div> 
*/

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 8em;
  height: 1em;
  font-size:13px;
}
.lds-ellipsis div {
  position: absolute;
  top: 0px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #000;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 1em;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 1em;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 4em;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 7em;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(3em, 0);
  }
}






/* Source: https://ateliersictrl.com/wp-content/plugins/ultimate-post-kit/assets/css/upk-site.css?ver=4.0.3 */
.upk-slider .swiper-pagination,
.upk-dots-container .swiper-pagination,
.upk-arrows-dots-container .swiper-pagination {
  position: relative;
  display: flex;
  align-items: var(--upk-swiper-dots-align, center);
  justify-content: center;
}
.upk-slider .swiper-pagination .swiper-pagination-bullet,
.upk-dots-container .swiper-pagination .swiper-pagination-bullet,
.upk-arrows-dots-container .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  outline: none;
  transition: all 0.3s ease;
}
.upk-slider .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet,
.upk-dots-container .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet,
.upk-arrows-dots-container .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: var(--upk-swiper-dots-space-between, 5px);
  outline: none;
}
.upk-slider .swiper-pagination.swiper-pagination-fraction,
.upk-dots-container .swiper-pagination.swiper-pagination-fraction,
.upk-arrows-dots-container .swiper-pagination.swiper-pagination-fraction {
  bottom: auto;
  z-index: 1;
}
.upk-slider .swiper-pagination-bullets,
.upk-dots-container .swiper-pagination-bullets,
.upk-arrows-dots-container .swiper-pagination-bullets {
  min-height: var(--upk-swiper-dots-active-height, 10px);
}
.upk-slider .swiper-pagination-bullets .swiper-pagination-bullet,
.upk-dots-container .swiper-pagination-bullets .swiper-pagination-bullet,
.upk-arrows-dots-container .swiper-pagination-bullets .swiper-pagination-bullet {
  position: relative;
}
.upk-slider .swiper-pagination-bullets .swiper-pagination-bullet:after,
.upk-dots-container .swiper-pagination-bullets .swiper-pagination-bullet:after,
.upk-arrows-dots-container .swiper-pagination-bullets .swiper-pagination-bullet:after {
  content: "";
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.upk-arrows-dots-container .swiper-pagination-bullets-dynamic,
.upk-slider .swiper-pagination-bullets-dynamic,
.upk-dots-container .swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
  width: 100% !important;
  left: 0 !important;
  transform: translateX(0) !important;
}
.upk-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.upk-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.upk-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.upk-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.upk-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.upk-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.upk-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main,
.upk-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main,
.upk-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.upk-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.upk-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.upk-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.upk-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
.upk-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
.upk-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.upk-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.upk-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.upk-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.upk-arrows-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,
.upk-slider .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,
.upk-dots-container .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

[class*=upk-arrows-align-top] .upk-arrows-container {
  transform: translateY(-40px);
}

[class*=upk-arrows-align-bottom] .upk-arrows-container {
  transform: translateY(40px);
}

[class*=upk-dots-align-top] .upk-dots-container {
  transform: translateY(-30px);
}

[class*=upk-dots-align-bottom] .upk-dots-container {
  transform: translateY(30px);
}

[class*=upk-arrows-dots-align-top] .upk-arrows-dots-container {
  transform: translateY(-40px);
}

[class*=upk-arrows-dots-align-bottom] .upk-arrows-dots-container {
  transform: translateY(40px);
}

.upk-arrows-align-center .upk-position-center,
.upk-arrows-dots-align-center .upk-position-center {
  width: 100%;
}
.upk-arrows-align-center .upk-navigation-prev,
.upk-arrows-dots-align-center .upk-navigation-prev {
  left: 0;
  position: absolute;
  transform: translateY(-50%);
}
.upk-arrows-align-center .upk-navigation-next,
.upk-arrows-dots-align-center .upk-navigation-next {
  right: 0;
  position: absolute;
  transform: translateY(-50%);
}

.rtl .upk-arrows-align-center .upk-navigation-prev,
.rtl .upk-arrows-dots-align-center .upk-navigation-prev {
  right: 0;
  left: inherit;
}
.rtl .upk-arrows-align-center .upk-navigation-next,
.rtl .upk-arrows-dots-align-center .upk-navigation-next {
  left: 0;
  right: inherit;
}

.upk-arrows-dots-align-center .upk-dots-container .swiper-pagination,
.upk-arrows-dots-align-center .upk-arrows-dots-container .swiper-pagination {
  position: absolute;
  width: 100% !important;
}

.upk-navigation-type-progress .swiper-pagination-progress {
  transform: translateY(15px);
  height: 5px;
  width: 100%;
}

[class*=" elementor-widget-upk-"] svg.e-font-icon-svg {
  height: 1em;
  width: 1em;
}

[class*=" elementor-widget-upk-"] .swiper-pagination-fraction, [class*=" elementor-widget-upk-"] .swiper-pagination-custom, [class*=" elementor-widget-upk-"] .swiper-horizontal > .swiper-pagination-bullets, [class*=" elementor-widget-upk-"] .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: auto;
}

[class*=elementor-widget-upk-] .upk-arrows-container {
  -webkit-transform: translate(var(--upk-swiper-carousel-arrows-ncx, 0), var(--upk-swiper-carousel-arrows-ncy, 40));
  transform: translate(var(--upk-swiper-carousel-arrows-ncx, 0), var(--upk-swiper-carousel-arrows-ncy, 40));
}
[class*=elementor-widget-upk-] .upk-dots-container {
  -webkit-transform: translate(var(--upk-swiper-carousel-dots-nnx, 0), var(--upk-swiper-carousel-dots-nny, 30));
  transform: translate(var(--upk-swiper-carousel-dots-nnx, 0), var(--upk-swiper-carousel-dots-nny, 30));
}
[class*=elementor-widget-upk-] .upk-arrows-dots-container {
  -webkit-transform: translate(var(--upk-swiper-carousel-both-ncx, 0), var(--upk-swiper-carousel-both-ncy, 40));
  transform: translate(var(--upk-swiper-carousel-both-ncx, 0), var(--upk-swiper-carousel-both-ncy, 40));
}
[class*=elementor-widget-upk-] .upk-arrows-fraction-container {
  -webkit-transform: translate(var(--upk-swiper-carousel-arrows-fraction-ncx, 0), var(--upk-swiper-carousel-arrows-fraction-ncy, 40));
  transform: translate(var(--upk-swiper-carousel-arrows-fraction-ncx, 0), var(--upk-swiper-carousel-arrows-fraction-ncy, 40));
}
[class*=elementor-widget-upk-] .upk-position-center-left .upk-arrows-container,
[class*=elementor-widget-upk-] .upk-position-center-right .upk-arrows-container {
  -webkit-transform: translate(var(--upk-swiper-carousel-arrows-ncx, 0), var(--upk-swiper-carousel-arrows-ncy, 0)) rotate(90deg);
  transform: translate(var(--upk-swiper-carousel-arrows-ncx, 0), var(--upk-swiper-carousel-arrows-ncy, 0)) rotate(90deg);
}
[class*=elementor-widget-upk-] .upk-position-center-left .upk-dots-container,
[class*=elementor-widget-upk-] .upk-position-center-right .upk-dots-container {
  -webkit-transform: translate(var(--upk-swiper-carousel-dots-nnx, 0), var(--upk-swiper-carousel-dots-nny, 0)) rotate(90deg);
  transform: translate(var(--upk-swiper-carousel-dots-nnx, 0), var(--upk-swiper-carousel-dots-nny, 0)) rotate(90deg);
}
[class*=elementor-widget-upk-] .upk-position-center-left .upk-arrows-dots-container,
[class*=elementor-widget-upk-] .upk-position-center-right .upk-arrows-dots-container {
  -webkit-transform: translate(var(--upk-swiper-carousel-both-ncx, 0), var(--upk-swiper-carousel-both-ncy, 0)) rotate(90deg);
  transform: translate(var(--upk-swiper-carousel-both-ncx, 0), var(--upk-swiper-carousel-both-ncy, 0)) rotate(90deg);
}
[class*=elementor-widget-upk-] .upk-position-center-left .upk-arrows-fraction-container,
[class*=elementor-widget-upk-] .upk-position-center-right .upk-arrows-fraction-container {
  -webkit-transform: translate(var(--upk-swiper-carousel-arrows-fraction-ncx, 0), var(--upk-swiper-carousel-arrows-fraction-ncy, 0)) rotate(90deg);
  transform: translate(var(--upk-swiper-carousel-arrows-fraction-ncx, 0), var(--upk-swiper-carousel-arrows-fraction-ncy, 0)) rotate(90deg);
}

[class*=elementor-widget-upk-] a:hover {
  text-decoration: none;
}
[class*=elementor-widget-upk-] .swiper-pagination .swiper-pagination-bullet {
  transition: all 350ms cubic-bezier(0.38, 0.91, 0.58, 1);
}
[class*=elementor-widget-upk-] .upk-title a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-transform: inherit;
  font-style: inherit;
  text-decoration: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
}

/* Common Less */
.elementor-lightbox *, .elementor-lightbox *::before, .elementor-lightbox *::after {
  box-sizing: border-box;
}

.title-animation-middle-overline,
.title-animation-middle-underline,
.title-animation-overline,
.title-animation-underline {
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-size: 0% 2px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
  display: inline;
}
.title-animation-middle-overline:hover,
.title-animation-middle-underline:hover,
.title-animation-overline:hover,
.title-animation-underline:hover {
  background-size: 100% 2px;
}
.title-animation-middle-overline:focus,
.title-animation-middle-underline:focus,
.title-animation-overline:focus,
.title-animation-underline:focus {
  background-size: 100% 2px;
}

.title-animation-underline {
  background-position: 0% 100%;
}

.title-animation-overline {
  background-position: 0% 0;
}

.title-animation-middle-overline {
  background-position: 50% 0%;
}

.title-animation-middle-underline {
  background-position: 50% 100%;
}

.title-animation-style-5 {
  background: linear-gradient(to right, currentColor 0%, currentColor 98%);
  background-size: 0px 2px;
  background-repeat: no-repeat;
  background-position: left 85%;
}
.title-animation-style-5:hover {
  background-size: 100% 2px;
}
@keyframes backgroundGradient {
  0% {
    background-position: 50% 0%;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 50% 0%;
  }
}

.title-animation-style-6 {
  position: relative;
  text-decoration: none;
}
.title-animation-style-6:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s;
}
.title-animation-style-6:hover:after {
  transform-origin: bottom left;
  transform: scaleX(1);
}

[class*=elementor-widget-upk-] {
  /* swiper for 3rd party style */
}
[class*=elementor-widget-upk-] .swiper-pagination-fraction,
[class*=elementor-widget-upk-] .swiper-pagination-custom,
[class*=elementor-widget-upk-] .swiper-horizontal .swiper-pagination-bullets,
[class*=elementor-widget-upk-] .swiper-horizontal + .swiper-pagination-bullets {
  bottom: -50px;
  width: 100%;
}
[class*=elementor-widget-upk-] .swiper-pagination-fraction .swiper-pagination-bullet,
[class*=elementor-widget-upk-] .swiper-pagination-custom .swiper-pagination-bullet,
[class*=elementor-widget-upk-] .swiper-horizontal .swiper-pagination-bullets .swiper-pagination-bullet,
[class*=elementor-widget-upk-] .swiper-horizontal + .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

.upk-navigation-type-arrows-fraction .swiper-pagination {
  position: initial;
}

.rtl .upk-arrows-container,
.rtl .upk-arrows-fraction-container,
.rtl .upk-arrows-dots-container {
  direction: rtl;
}
.rtl .upk-arrows-container .swiper-pagination,
.rtl .upk-arrows-fraction-container .swiper-pagination,
.rtl .upk-arrows-dots-container .swiper-pagination {
  direction: ltr;
}
.rtl .upk-news-ticker-controls {
  display: flex;
  flex-direction: row-reverse;
}

[class*=elementor-widget-upk-] {
  /* Swiper */
}
[class*=elementor-widget-upk-] .swiper .elementor-lightbox-content-source {
  display: none;
}
[class*=elementor-widget-upk-] .swiper-horizontal + .swiper-pagination-progressbar,
[class*=elementor-widget-upk-] .swiper-vertical + .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
}
[class*=elementor-widget-upk-] .swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
[class*=elementor-widget-upk-] .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.upk-alert {
  padding: 20px;
  background: #2b2d42;
  color: #fff;
  border-radius: 4px;
}

/**
 * Ajax Loadmore
 */
.upk-loadmore-container {
  text-align: center;
  margin-top: 30px;
}
.upk-loadmore-container .upk-loadmore-btn {
  padding: 10px 20px;
  border-radius: 4px;
  background: #EF233C;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-flex;
}
.upk-loadmore-container .upk-loadmore-btn:hover {
  background: #EDF2F4;
  color: #EF233C;
}
.upk-loadmore-container .upk-ajax-loading,
.upk-loadmore-container .upk-ajax-loading:before,
.upk-loadmore-container .upk-ajax-loading:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.upk-loadmore-container .upk-ajax-loading {
  color: #EF233C;
  font-size: 5px;
  margin: 30px auto 40px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.upk-loadmore-container .upk-ajax-loading:before,
.upk-loadmore-container .upk-ajax-loading:after {
  content: "";
  position: absolute;
  top: 0;
}
.upk-loadmore-container .upk-ajax-loading:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.upk-loadmore-container .upk-ajax-loading:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.ep-pagination .upk-pagination {
  margin: 20px 0;
}
.ep-pagination .upk-pagination li {
  list-style-type: none;
}
.ep-pagination .upk-pagination li:hover a, .ep-pagination .upk-pagination li.upk-active a {
  color: #ef233c;
}
.ep-pagination .upk-pagination li a {
  font-size: 16px;
  font-weight: 600;
  color: #8d99ae;
  line-height: 1;
}
.ep-pagination .upk-pagination li:nth-child(1) {
  padding-left: 0;
}
.ep-pagination .upk-pagination li.upk-pagination-previous a, .ep-pagination .upk-pagination li.upk-pagination-next a {
  border: 1px solid #8d99ae;
  padding: 10px;
  border-radius: 3px;
  display: inline-block;
}
.ep-pagination .upk-pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  align-items: center;
}
.ep-pagination .upk-pagination > * {
  flex: none;
  padding-left: 20px;
  position: relative;
}
.ep-pagination .upk-pagination > * > * {
  color: #8d99ae;
}
.ep-pagination .upk-pagination > * > :hover,
.ep-pagination .upk-pagination > * > :focus {
  color: #8d99ae;
  text-decoration: none;
}
.ep-pagination .upk-pagination > .upk-active > * {
  color: #8d99ae;
}
.ep-pagination .upk-pagination > .upk-disabled > * {
  color: #8d99ae;
}
.ep-pagination .upk-pagination-dot-dot {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ep-pagination .upk-pagination-dot-dot span {
  line-height: 1px;
  height: 13px;
  color: #bbb !important;
}

[class*=elementor-widget-upk-] .upk-navigation-prev, [class*=elementor-widget-upk-] .upk-navigation-next {
  cursor: pointer;
}
[class*=elementor-widget-upk-] .swiper-coverflow {
  padding-top: 15px;
}
[class*=elementor-widget-upk-] .swiper-coverflow .swiper-slide {
  transition-property: transform, border, background;
}
[class*=elementor-widget-upk-] .swiper-horizontal > .swiper-pagination-progress {
  top: auto;
  bottom: 0;
}

.elementor-pagination-position-inside .swiper-pagination-fraction,
.elementor-pagination-position-inside .swiper-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
}

.elementor-pagination-position-outside .swiper {
  padding-bottom: 40px;
}
.elementor-pagination-position-outside .swiper-pagination-fraction,
.elementor-pagination-position-outside .swiper-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}

/* Button icon align */
.upk-button-icon-align-left {
  float: left;
}

.upk-button-icon-align-right {
  float: right;
}

.upk-flex-align-left {
  order: -1;
}

.upk-flex-align-right {
  order: 99;
}

.upk-display-inline-block {
  display: inline-block !important;
}

[class*=upk-position-top],
[class*=upk-position-bottom],
[class*=upk-position-left],
[class*=upk-position-right],
[class*=upk-position-center] {
  position: absolute !important;
  max-width: 100%;
}

.upk-position-top {
  top: 0;
  left: 0;
  right: 0;
}

.upk-position-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}

.upk-position-left {
  top: 0;
  bottom: 0;
  left: 0;
}

.upk-position-right {
  top: 0;
  bottom: 0;
  right: 0;
}

.upk-position-top-left {
  top: 0;
  left: 0;
}

.upk-position-top-right {
  top: 0;
  right: 0;
}

.upk-position-bottom-left {
  bottom: 0;
  left: 0;
}

.upk-position-bottom-right {
  bottom: 0;
  right: 0;
}

.upk-position-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  max-width: 100%;
  box-sizing: border-box;
}

[class*=upk-position-center-left],
[class*=upk-position-center-right] {
  top: 50%;
  transform: translateY(-50%);
}

.upk-position-center-left {
  left: 0;
}

.upk-position-center-right {
  right: 0;
}

.upk-position-center-left-out {
  right: 100%;
  width: max-content;
}

.upk-position-center-right-out {
  left: 100%;
  width: max-content;
}

.upk-position-top-center,
.upk-position-bottom-center {
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  max-width: 100%;
  box-sizing: border-box;
}

.upk-position-top-center {
  top: 0;
}

.upk-position-bottom-center {
  bottom: 0;
}

.upk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.upk-position-relative {
  position: relative !important;
}

.upk-position-absolute {
  position: absolute !important;
}

.upk-position-fixed {
  position: fixed !important;
}

.upk-position-z-index {
  z-index: 1;
}

.upk-position-small {
  max-width: calc(100% - 30px);
  margin: 15px;
}

.upk-position-small.upk-position-center {
  transform: translate(-50%, -50%) translate(-15px, -15px);
}

.upk-position-small[class*=upk-position-center-left],
.upk-position-small[class*=upk-position-center-right] {
  transform: translateY(-50%) translateY(-15px);
}

.upk-position-small.upk-position-top-center,
.upk-position-small.upk-position-bottom-center {
  transform: translateX(-50%) translateX(-15px);
}

.upk-position-medium {
  max-width: calc(100% - 60px);
  margin: 30px;
}

.upk-position-medium.upk-position-center {
  transform: translate(-50%, -50%) translate(-30px, -30px);
}

.upk-position-medium[class*=upk-position-center-left],
.upk-position-medium[class*=upk-position-center-right] {
  transform: translateY(-50%) translateY(-30px);
}

.upk-position-medium.upk-position-top-center,
.upk-position-medium.upk-position-bottom-center {
  transform: translateX(-50%) translateX(-30px);
}

.upk-position-large {
  max-width: calc(100% - 60px);
  margin: 30px;
}

.upk-position-large.upk-position-center {
  transform: translate(-50%, -50%) translate(-30px, -30px);
}

.upk-position-large[class*=upk-position-center-left],
.upk-position-large[class*=upk-position-center-right] {
  transform: translateY(-50%) translateY(-30px);
}

.upk-position-large.upk-position-top-center,
.upk-position-large.upk-position-bottom-center {
  transform: translateX(-50%) translateX(-30px);
}

@media (min-width: 1200px) {
  .upk-position-large {
    max-width: calc(100% - 100px);
    margin: 50px;
  }
  .upk-position-large.upk-position-center {
    transform: translate(-50%, -50%) translate(-50px, -50px);
  }
  .upk-position-large[class*=upk-position-center-left],
  .upk-position-large[class*=upk-position-center-right] {
    transform: translateY(-50%) translateY(-50px);
  }
  .upk-position-large.upk-position-top-center,
  .upk-position-large.upk-position-bottom-center {
    transform: translateX(-50%) translateX(-50px);
  }
}
.upk-transition-toggle {
  -webkit-tap-highlight-color: transparent;
}

.upk-transition-toggle:focus {
  outline: none;
}

.upk-transition-fade,
[class*=upk-transition-scale],
[class*=upk-transition-slide] {
  transition: 0.3s ease-out;
  transition-property: opacity, transform, filter;
  opacity: 0;
}

.upk-transition-toggle:hover .upk-transition-fade,
.upk-transition-toggle:focus .upk-transition-fade,
.upk-transition-active.upk-active .upk-transition-fade {
  opacity: 1;
}

.upk-transition-scale-up {
  transform: scale(1, 1);
}

.upk-transition-scale-down {
  transform: scale(1.1, 1.1);
}

.upk-transition-toggle:hover .upk-transition-scale-up,
.upk-transition-toggle:focus .upk-transition-scale-up,
.upk-transition-active.upk-active .upk-transition-scale-up {
  opacity: 1;
  transform: scale(1.1, 1.1);
}

.upk-transition-toggle:hover .upk-transition-scale-down,
.upk-transition-toggle:focus .upk-transition-scale-down,
.upk-transition-active.upk-active .upk-transition-scale-down {
  opacity: 1;
  transform: scale(1, 1);
}

.upk-transition-slide-top {
  transform: translateY(-100%);
}

.upk-transition-slide-bottom {
  transform: translateY(100%);
}

.upk-transition-slide-left {
  transform: translateX(-100%);
}

.upk-transition-slide-right {
  transform: translateX(100%);
}

.upk-transition-slide-top-small {
  transform: translateY(-10px);
}

.upk-transition-slide-bottom-small {
  transform: translateY(10px);
}

.upk-transition-slide-left-small {
  transform: translateX(-10px);
}

.upk-transition-slide-right-small {
  transform: translateX(10px);
}

.upk-transition-slide-top-medium {
  transform: translateY(-50px);
}

.upk-transition-slide-bottom-medium {
  transform: translateY(50px);
}

.upk-transition-slide-left-medium {
  transform: translateX(-50px);
}

.upk-transition-slide-right-medium {
  transform: translateX(50px);
}

.upk-transition-toggle:hover [class*=upk-transition-slide],
.upk-transition-toggle:focus [class*=upk-transition-slide],
.upk-transition-active.upk-active [class*=upk-transition-slide] {
  opacity: 1;
  transform: translate(0, 0);
}

.upk-transition-opaque {
  opacity: 1;
}

.upk-transition-slow {
  transition-duration: 0.7s;
}

[hidden],
.upk-hidden {
  display: none !important;
}

@media (min-width: 640px) {
  .upk-hidden\@s {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .upk-hidden\@m {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .upk-hidden\@l {
    display: none !important;
  }
}
@media (min-width: 1600px) {
  .upk-hidden\@xl {
    display: none !important;
  }
}
@media (max-width: 639px) {
  .upk-visible\@s {
    display: none !important;
  }
}
@media (max-width: 959px) {
  .upk-visible\@m {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .upk-visible\@l {
    display: none !important;
  }
}
@media (max-width: 1599px) {
  .upk-visible\@xl {
    display: none !important;
  }
}
.upk-invisible {
  visibility: hidden !important;
}

.upk-flex {
  display: flex;
}

.upk-flex-inline {
  display: inline-flex;
}

.upk-flex::before,
.upk-flex::after,
.upk-flex-inline::before,
.upk-flex-inline::after {
  display: none;
}

.upk-flex-left {
  justify-content: flex-start;
}

.upk-flex-center {
  justify-content: center;
}

.upk-flex-right {
  justify-content: flex-end;
}

.upk-flex-between {
  justify-content: space-between;
}

.upk-flex-around {
  justify-content: space-around;
}

@media (min-width: 640px) {
  .upk-flex-left\@s {
    justify-content: flex-start;
  }
  .upk-flex-center\@s {
    justify-content: center;
  }
  .upk-flex-right\@s {
    justify-content: flex-end;
  }
  .upk-flex-between\@s {
    justify-content: space-between;
  }
  .upk-flex-around\@s {
    justify-content: space-around;
  }
}
@media (min-width: 960px) {
  .upk-flex-left\@m {
    justify-content: flex-start;
  }
  .upk-flex-center\@m {
    justify-content: center;
  }
  .upk-flex-right\@m {
    justify-content: flex-end;
  }
  .upk-flex-between\@m {
    justify-content: space-between;
  }
  .upk-flex-around\@m {
    justify-content: space-around;
  }
}
@media (min-width: 1200px) {
  .upk-flex-left\@l {
    justify-content: flex-start;
  }
  .upk-flex-center\@l {
    justify-content: center;
  }
  .upk-flex-right\@l {
    justify-content: flex-end;
  }
  .upk-flex-between\@l {
    justify-content: space-between;
  }
  .upk-flex-around\@l {
    justify-content: space-around;
  }
}
@media (min-width: 1600px) {
  .upk-flex-left\@xl {
    justify-content: flex-start;
  }
  .upk-flex-center\@xl {
    justify-content: center;
  }
  .upk-flex-right\@xl {
    justify-content: flex-end;
  }
  .upk-flex-between\@xl {
    justify-content: space-between;
  }
  .upk-flex-around\@xl {
    justify-content: space-around;
  }
}
.upk-flex-stretch {
  align-items: stretch;
}

.upk-flex-top {
  align-items: flex-start;
}

.upk-flex-middle {
  align-items: center;
}

.upk-flex-bottom {
  align-items: flex-end;
}

.upk-flex-row {
  flex-direction: row;
}

.upk-flex-row-reverse {
  flex-direction: row-reverse;
}

.upk-flex-column {
  flex-direction: column;
}

.upk-flex-column-reverse {
  flex-direction: column-reverse;
}

.upk-flex-nowrap {
  flex-wrap: nowrap;
}

.upk-flex-wrap {
  flex-wrap: wrap;
}

.upk-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.upk-flex-wrap-stretch {
  align-content: stretch;
}

.upk-flex-wrap-top {
  align-content: flex-start;
}

.upk-flex-wrap-middle {
  align-content: center;
}

.upk-flex-wrap-bottom {
  align-content: flex-end;
}

.upk-flex-wrap-between {
  align-content: space-between;
}

.upk-flex-wrap-around {
  align-content: space-around;
}

.upk-flex-first {
  order: -1;
}

.upk-flex-last {
  order: 99;
}

@media (min-width: 640px) {
  .upk-flex-first\@s {
    order: -1;
  }
  .upk-flex-last\@s {
    order: 99;
  }
}
@media (min-width: 960px) {
  .upk-flex-first\@m {
    order: -1;
  }
  .upk-flex-last\@m {
    order: 99;
  }
}
@media (min-width: 1200px) {
  .upk-flex-first\@l {
    order: -1;
  }
  .upk-flex-last\@l {
    order: 99;
  }
}
@media (min-width: 1600px) {
  .upk-flex-first\@xl {
    order: -1;
  }
  .upk-flex-last\@xl {
    order: 99;
  }
}
.upk-flex-none {
  flex: none;
}

.upk-flex-auto {
  flex: auto;
}

.upk-flex-1 {
  flex: 1;
}

.upk-slidenav {
  padding: 5px 10px;
  color: rgba(102, 102, 102, 0.5);
}

.upk-slidenav:hover,
.upk-slidenav:focus {
  color: rgba(102, 102, 102, 0.9);
  outline: none;
}

.upk-slidenav:active {
  color: rgba(102, 102, 102, 0.5);
}

.upk-slidenav-large {
  padding: 10px 10px;
}

.upk-slidenav-container {
  display: flex;
}

.upk-icon {
  margin: 0;
  border: none;
  border-radius: 0;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  padding: 0;
  background-color: transparent;
  display: inline-block;
  fill: currentcolor;
  line-height: 0;
}

/* ------------------------------------------------
  [1] Tooltip css Styles
-------------------------------------------------*/
[class*=elementor-widget-upk-] [aria-label][role~=tooltip] {
  position: relative;
}
[class*=elementor-widget-upk-] [aria-label][role~=tooltip]::before,
[class*=elementor-widget-upk-] [aria-label][role~=tooltip]::after {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  opacity: 0;
  pointer-events: none;
  transition: all var(--microtip-transition-duration, 0.18s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);
  position: absolute;
  box-sizing: border-box;
  z-index: 10;
  transform-origin: top;
}
[class*=elementor-widget-upk-] [aria-label][role~=tooltip]::before {
  background-size: 100% auto !important;
  content: "";
}
[class*=elementor-widget-upk-] [aria-label][role~=tooltip]::after {
  background: rgba(17, 17, 17, 0.9);
  border-radius: 4px;
  color: #ffffff;
  content: attr(aria-label);
  font-size: var(--microtip-font-size, 13px);
  font-weight: var(--microtip-font-weight, normal);
  text-transform: capitalize;
  padding: 10px 15px;
  box-sizing: content-box;
  width: 250px;
}
[class*=elementor-widget-upk-] [aria-label][role~=tooltip]:hover::before,
[class*=elementor-widget-upk-] [aria-label][role~=tooltip]:hover::after,
[class*=elementor-widget-upk-] [aria-label][role~=tooltip]:focus::before,
[class*=elementor-widget-upk-] [aria-label][role~=tooltip]:focus::after {
  opacity: 1;
  pointer-events: auto;
}

.upk-inline-block {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
}

/* ------------------------------------------------
    [2] Position Modifiers
  -------------------------------------------------*/
[class*=elementor-widget-upk-] {
  /* ------------------------------------------------
      [2.1] Top Left
    -------------------------------------------------*/
  /* ------------------------------------------------
      [2.2] Top Right
    -------------------------------------------------*/
  /* ------------------------------------------------
      [2.3] Bottom
    -------------------------------------------------*/
  /* ------------------------------------------------
      [2.4] Bottom Left
    -------------------------------------------------*/
  /* ------------------------------------------------
      [2.5] Bottom Right
    -------------------------------------------------*/
  /* ------------------------------------------------
      [2.6] Left
    -------------------------------------------------*/
  /* ------------------------------------------------
      [2.7] Right
    -------------------------------------------------*/
  /* ------------------------------------------------
      [3] Size
    -------------------------------------------------*/
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position|=top]::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%280%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  height: 6px;
  width: 18px;
  margin-bottom: 6px;
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position|=top]::after {
  margin-bottom: 11px;
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position|=top]::before {
  transform: translate3d(-50%, 0, 0);
  bottom: 100%;
  left: 50%;
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position|=top]:hover::before {
  transform: translate3d(-50%, -5px, 0);
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position|=top]::after {
  transform: translate3d(-50%, 0, 0);
  bottom: 100%;
  left: 50%;
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position=top]:hover::after {
  transform: translate3d(-50%, -5px, 0);
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position=top-left]::after {
  transform: translate3d(calc(-100% + 16px), 0, 0);
  bottom: 100%;
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position=top-left]:hover::after {
  transform: translate3d(calc(-100% + 16px), -5px, 0);
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position=top-right]::after {
  transform: translate3d(calc(0% - 16px), 0, 0);
  bottom: 100%;
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position=top-right]:hover::after {
  transform: translate3d(calc(0% - 16px), -5px, 0);
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position|=bottom]::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28180%2018%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  height: 6px;
  width: 18px;
  margin-top: 5px;
  margin-bottom: 0;
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position|=bottom]::after {
  margin-top: 11px;
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position|=bottom]::before {
  transform: translate3d(-50%, -10px, 0);
  bottom: auto;
  left: 50%;
  top: 100%;
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position|=bottom]:hover::before {
  transform: translate3d(-50%, 0, 0);
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position|=bottom]::after {
  transform: translate3d(-50%, -10px, 0);
  top: 100%;
  left: 50%;
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position=bottom]:hover::after {
  transform: translate3d(-50%, 0, 0);
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position=bottom-left]::after {
  transform: translate3d(calc(-100% + 16px), -10px, 0);
  top: 100%;
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position=bottom-left]:hover::after {
  transform: translate3d(calc(-100% + 16px), 0, 0);
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position=bottom-right]::after {
  transform: translate3d(calc(0% - 16px), -10px, 0);
  top: 100%;
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position=bottom-right]:hover::after {
  transform: translate3d(calc(0% - 16px), 0, 0);
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position=left]::before,
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position=left]::after {
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  transform: translate3d(10px, -50%, 0);
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position=left]::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28-90%2018%2018%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  height: 18px;
  width: 6px;
  margin-right: 5px;
  margin-bottom: 0;
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position=left]::after {
  margin-right: 11px;
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position=left]:hover::before,
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position=left]:hover::after {
  transform: translate3d(0, -50%, 0);
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position=right]::before,
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position=right]::after {
  bottom: auto;
  left: 100%;
  top: 50%;
  transform: translate3d(-10px, -50%, 0);
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position=right]::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%2890%206%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  height: 18px;
  width: 6px;
  margin-bottom: 0;
  margin-left: 5px;
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position=right]::after {
  margin-left: 11px;
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position=right]:hover::before,
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-position=right]:hover::after {
  transform: translate3d(0, -50%, 0);
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-size=small]::after {
  white-space: initial;
  width: 80px;
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-size=medium]::after {
  white-space: initial;
  width: 150px;
}
[class*=elementor-widget-upk-] [role~=tooltip][data-microtip-size=large]::after {
  white-space: initial;
  width: 260px;
}

.upk-in-animation {
  perspective: var(--upk-perspective, 600px);
  -webkit-perspective: var(--upk-perspective, 600px);
}
.upk-in-animation .upk-item {
  opacity: 0;
  transform-origin: var(--upk-transform-origin, center top);
  transform-style: preserve-3d;
  transition: opacity 0s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate(var(--upk-translate-x, 0), var(--upk-translate-y, 100%)) rotateX(var(--upk-rotate-x, -80deg)) rotateY(var(--upk-rotate-y, 0)) rotateZ(var(--upk-rotate-z, 0)) scaleX(var(--upk-scale-x, 1)) scaleY(var(--upk-scale-y, 1)) skewX(var(--upk-skew-x, 0)) skewY(var(--upk-skew-y, 0));
  transform: translate(var(--upk-translate-x, 0), var(--upk-translate-y, 100%)) rotateX(var(--upk-rotate-x, -80deg)) rotateY(var(--upk-rotate-y, 0)) rotateZ(var(--upk-rotate-z, 0)) scaleX(var(--upk-scale-x, 1)) scaleY(var(--upk-scale-y, 1)) skewX(var(--upk-skew-x, 0)) skewY(var(--upk-skew-y, 0));
}
.upk-in-animation .upk-item.is-inview {
  transform: none;
  opacity: 1;
  transition-duration: var(--upk-transition-duration, 800ms) !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .upk-hide-orphan-yes .upk-hide-orphan-tablet {
    display: none !important;
  }
}
/* Source: https://ateliersictrl.com/wp-content/uploads/elementor/google-fonts/css/barlow.css?ver=1744727128 */
/* vietnamese */
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://ateliersictrl.com/wp-content/uploads/elementor/google-fonts/fonts/barlow-7chtv4kjgogqm7e_cfny8hijmaci.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://ateliersictrl.com/wp-content/uploads/elementor/google-fonts/fonts/barlow-7chtv4kjgogqm7e_cfny8hmjmaci.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://ateliersictrl.com/wp-content/uploads/elementor/google-fonts/fonts/barlow-7chtv4kjgogqm7e_cfny8h0jma.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://ateliersictrl.com/wp-content/uploads/elementor/google-fonts/fonts/barlow-7chsv4kjgogqm7e_cfp04wohvtobdw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://ateliersictrl.com/wp-content/uploads/elementor/google-fonts/fonts/barlow-7chsv4kjgogqm7e_cfp04wogvtobdw.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://ateliersictrl.com/wp-content/uploads/elementor/google-fonts/fonts/barlow-7chsv4kjgogqm7e_cfp04wouvto.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://ateliersictrl.com/wp-content/uploads/elementor/google-fonts/fonts/barlow-7chsv4kjgogqm7e_cfoq4mohvtobdw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://ateliersictrl.com/wp-content/uploads/elementor/google-fonts/fonts/barlow-7chsv4kjgogqm7e_cfoq4mogvtobdw.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://ateliersictrl.com/wp-content/uploads/elementor/google-fonts/fonts/barlow-7chsv4kjgogqm7e_cfoq4mouvto.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://ateliersictrl.com/wp-content/uploads/elementor/google-fonts/fonts/barlow-7chrv4kjgogqm7e_cfs0wh8rna.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://ateliersictrl.com/wp-content/uploads/elementor/google-fonts/fonts/barlow-7chrv4kjgogqm7e_cfs1wh8rna.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://ateliersictrl.com/wp-content/uploads/elementor/google-fonts/fonts/barlow-7chrv4kjgogqm7e_cfs7wh8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://ateliersictrl.com/wp-content/uploads/elementor/google-fonts/fonts/barlow-7chsv4kjgogqm7e_cfpi42ohvtobdw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://ateliersictrl.com/wp-content/uploads/elementor/google-fonts/fonts/barlow-7chsv4kjgogqm7e_cfpi42ogvtobdw.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://ateliersictrl.com/wp-content/uploads/elementor/google-fonts/fonts/barlow-7chsv4kjgogqm7e_cfpi42ouvto.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://ateliersictrl.com/wp-content/uploads/elementor/google-fonts/fonts/barlow-7chsv4kjgogqm7e_cfpk5gohvtobdw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://ateliersictrl.com/wp-content/uploads/elementor/google-fonts/fonts/barlow-7chsv4kjgogqm7e_cfpk5gogvtobdw.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://ateliersictrl.com/wp-content/uploads/elementor/google-fonts/fonts/barlow-7chsv4kjgogqm7e_cfpk5gouvto.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://ateliersictrl.com/wp-content/uploads/elementor/google-fonts/fonts/barlow-7chsv4kjgogqm7e_cfoa5wohvtobdw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://ateliersictrl.com/wp-content/uploads/elementor/google-fonts/fonts/barlow-7chsv4kjgogqm7e_cfoa5wogvtobdw.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://ateliersictrl.com/wp-content/uploads/elementor/google-fonts/fonts/barlow-7chsv4kjgogqm7e_cfoa5wouvto.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://ateliersictrl.com/wp-content/uploads/elementor/google-fonts/fonts/barlow-7chsv4kjgogqm7e_cfoc5mohvtobdw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://ateliersictrl.com/wp-content/uploads/elementor/google-fonts/fonts/barlow-7chsv4kjgogqm7e_cfoc5mogvtobdw.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://ateliersictrl.com/wp-content/uploads/elementor/google-fonts/fonts/barlow-7chsv4kjgogqm7e_cfoc5mouvto.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://ateliersictrl.com/wp-content/uploads/elementor/google-fonts/fonts/barlow-7chsv4kjgogqm7e_cfo452ohvtobdw.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://ateliersictrl.com/wp-content/uploads/elementor/google-fonts/fonts/barlow-7chsv4kjgogqm7e_cfo452ogvtobdw.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Barlow';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://ateliersictrl.com/wp-content/uploads/elementor/google-fonts/fonts/barlow-7chsv4kjgogqm7e_cfo452ouvto.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://ateliersictrl.com/wp-content/uploads/elementor/google-fonts/fonts/barlow-7chrv4kjgogqm7e3b_s0wh8rna.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://ateliersictrl.com/wp-content/uploads/elementor/google-fonts/fonts/barlow-7chrv4kjgogqm7e3b_s1wh8rna.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://ateliersictrl.com/wp-content/uploads/elementor/google-fonts/fonts/barlow-7chrv4kjgogqm7e3b_s7wh8.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://ateliersictrl.com/wp-content/uploads/elementor/google-fonts/fonts/barlow-7chqv4kjgogqm7e3w-os6fospt4.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://ateliersictrl.com/wp-content/uploads/elementor/google-fonts/fonts/barlow-7chqv4kjgogqm7e3w-os6vospt4.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://ateliersictrl.com/wp-content/uploads/elementor/google-fonts/fonts/barlow-7chqv4kjgogqm7e3w-os51os.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://ateliersictrl.com/wp-content/uploads/elementor/google-fonts/fonts/barlow-7chqv4kjgogqm7e3p-ks6fospt4.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://ateliersictrl.com/wp-content/uploads/elementor/google-fonts/fonts/barlow-7chqv4kjgogqm7e3p-ks6vospt4.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://ateliersictrl.com/wp-content/uploads/elementor/google-fonts/fonts/barlow-7chqv4kjgogqm7e3p-ks51os.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://ateliersictrl.com/wp-content/uploads/elementor/google-fonts/fonts/barlow-7chpv4kjgogqm7e_a8s52hs.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://ateliersictrl.com/wp-content/uploads/elementor/google-fonts/fonts/barlow-7chpv4kjgogqm7e_ass52hs.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://ateliersictrl.com/wp-content/uploads/elementor/google-fonts/fonts/barlow-7chpv4kjgogqm7e_dms5.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://ateliersictrl.com/wp-content/uploads/elementor/google-fonts/fonts/barlow-7chqv4kjgogqm7e3_-gs6fospt4.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://ateliersictrl.com/wp-content/uploads/elementor/google-fonts/fonts/barlow-7chqv4kjgogqm7e3_-gs6vospt4.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://ateliersictrl.com/wp-content/uploads/elementor/google-fonts/fonts/barlow-7chqv4kjgogqm7e3_-gs51os.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://ateliersictrl.com/wp-content/uploads/elementor/google-fonts/fonts/barlow-7chqv4kjgogqm7e30-8s6fospt4.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://ateliersictrl.com/wp-content/uploads/elementor/google-fonts/fonts/barlow-7chqv4kjgogqm7e30-8s6vospt4.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://ateliersictrl.com/wp-content/uploads/elementor/google-fonts/fonts/barlow-7chqv4kjgogqm7e30-8s51os.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://ateliersictrl.com/wp-content/uploads/elementor/google-fonts/fonts/barlow-7chqv4kjgogqm7e3t-4s6fospt4.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://ateliersictrl.com/wp-content/uploads/elementor/google-fonts/fonts/barlow-7chqv4kjgogqm7e3t-4s6vospt4.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://ateliersictrl.com/wp-content/uploads/elementor/google-fonts/fonts/barlow-7chqv4kjgogqm7e3t-4s51os.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://ateliersictrl.com/wp-content/uploads/elementor/google-fonts/fonts/barlow-7chqv4kjgogqm7e3q-0s6fospt4.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://ateliersictrl.com/wp-content/uploads/elementor/google-fonts/fonts/barlow-7chqv4kjgogqm7e3q-0s6vospt4.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://ateliersictrl.com/wp-content/uploads/elementor/google-fonts/fonts/barlow-7chqv4kjgogqm7e3q-0s51os.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://ateliersictrl.com/wp-content/uploads/elementor/google-fonts/fonts/barlow-7chqv4kjgogqm7e3j-ws6fospt4.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://ateliersictrl.com/wp-content/uploads/elementor/google-fonts/fonts/barlow-7chqv4kjgogqm7e3j-ws6vospt4.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Barlow';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://ateliersictrl.com/wp-content/uploads/elementor/google-fonts/fonts/barlow-7chqv4kjgogqm7e3j-ws51os.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
