
.home-hero_subtitle-wrapper > div {
  animation-name: rotate;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-fill-mode: backwards;
}

.home-hero_subtitle-wrapper > div:nth-child(1) { animation-delay: 0s; }
.home-hero_subtitle-wrapper > div:nth-child(2) { animation-delay: 4s; }
.home-hero_subtitle-wrapper > div:nth-child(3) { animation-delay: 8s; }

@keyframes rotate {
  0%   { transform: translateY(var(--_responsive---custom--hero-subtitle)); }
  3%   { transform: translateY(0); }
  33%  { transform: translateY(0); }
  36%  { transform: translateY(calc(var(--_responsive---custom--hero-subtitle)*-1)); }
  100% { transform: translateY(calc(var(--_responsive---custom--hero-subtitle)*-1)); }
}



/* Ensure all elements inherit the color from its parent */
a,
.w-input,
.w-select,
.w-tab-link,
.w-nav-link,
.w-nav-brand,
.w-dropdown-btn,
.w-dropdown-toggle,
.w-slider-arrow-left,
.w-slider-arrow-right,
.w-dropdown-link {
  color: inherit;
  text-decoration: inherit;
  font-size: inherit;
}

/* Focus state style for keyboard navigation for the focusable elements */
*[tabindex]:focus-visible,
  input[type="file"]:focus-visible {
   outline: 0.125rem solid #4d65ff;
   outline-offset: 0.125rem;
}

/* Get rid of top margin on first element in any rich text element */
.w-richtext > :not(div):first-child, .w-richtext > div:first-child > :first-child {
  margin-top: 0 !important;
}

/* Get rid of bottom margin on last element in any rich text element */
.w-richtext>:last-child, .w-richtext ol li:last-child, .w-richtext ul li:last-child {
	margin-bottom: 0 !important;
}

/* Prevent all click and hover interaction with an element */
.pointer-events-off {
	pointer-events: none;
}

/* Enables all click and hover interaction with an element */
.pointer-events-on {
  pointer-events: auto;
}

/* Create a class of .div-square which maintains a 1:1 dimension of a div */
.div-square::after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

/* Make sure containers never lose their center alignment */
.container-medium,.container-small, .container-large {
	margin-right: auto !important;
  margin-left: auto !important;
}


/* Apply "..." after 3 lines of text */
.text-style-3lines {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

/* Apply "..." after 2 lines of text */
.text-style-2lines {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* Adds inline flex display */
.display-inlineflex {
  display: inline-flex;
}

/* These classes are never overwritten */
.hide {
  display: none !important;
}

/* Remove default Webflow chevron from form select */
select{
  -webkit-appearance:none;
}


@media screen and (max-width: 991px) {
    .hide, .hide-tablet {
        display: none !important;
    }
}
  @media screen and (max-width: 767px) {
    .hide-mobile-landscape{
      display: none !important;
    }
}
  @media screen and (max-width: 479px) {
    .hide-mobile{
      display: none !important;
    }
}
 
.margin-0 {
  margin: 0rem !important;
}
  
.padding-0 {
  padding: 0rem !important;
}

.spacing-clean {
padding: 0rem !important;
margin: 0rem !important;
}

.margin-top {
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}

.padding-top {
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}
  
.margin-right {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}

.padding-right {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}

.margin-bottom {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.padding-bottom {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.margin-left {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
}
  
.padding-left {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
}
  
.margin-horizontal {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.padding-horizontal {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.margin-vertical {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}
  
.padding-vertical {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

/* Apply "..." at 100% width */
.truncate-width { 
		width: 100%; 
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
}
/* Removes native scrollbar */
.no-scrollbar {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none; 
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

/* Custom Styles */
.hide{
display: none !important
}





.button:hover .button-element,
.button:focus .button-element{
transform: translate3d(0.2rem, -0.2rem, 0);
transition: transform 0.3s

}
  /*styles for white variant start*/
[data-wf--buttons-button--variant="white"]:hover .button-element {
	color: white;
  }
  /*styles for white variant end*/



.button:hover .button-element,
.button:focus .button-element{
transform: translate3d(0.2rem, -0.2rem, 0);
transition: transform 0.3s

}
  /*styles for white variant start*/
[data-wf--buttons-button--variant="white"]:hover .button-element {
	color: white;
  }
  /*styles for white variant end*/



.button:hover .button-element,
.button:focus .button-element{
color: white;
transform: translate3d(0.2rem, -0.2rem, 0);
transition: transform 0.3s

}



.button:hover .button-element,
.button:focus .button-element{
transform: translate3d(0.2rem, -0.2rem, 0);
transition: transform 0.3s

}
  /*styles for white variant start*/
[data-wf--buttons-button--variant="white"]:hover .button-element {
	color: white;
  }
  /*styles for white variant end*/



.button:hover .button-element,
.button:focus .button-element{
transform: translate3d(0.2rem, -0.2rem, 0);
transition: transform 0.3s

}
  /*styles for white variant start*/
[data-wf--buttons-button--variant="white"]:hover .button-element {
	color: white;
  }
  /*styles for white variant end*/



.button:hover .button-element,
.button:focus .button-element{
transform: translate3d(0.2rem, -0.2rem, 0);
transition: transform 0.3s

}
  /*styles for white variant start*/
[data-wf--buttons-button--variant="white"]:hover .button-element {
	color: white;
  }
  /*styles for white variant end*/



.button:hover .button-element,
.button:focus .button-element{
color: white;
transform: translate3d(0.2rem, -0.2rem, 0);
transition: transform 0.3s

}


@media (max-width:74rem) {
.navbar.is-desktop { display:none; }
.navbar.is-mobile { display:block; }
/* .nav_dropdown-component {
top: 60%
} */

.navbar-menu-wrapper  {
  position: absolute;
}

[dropdown="true"] {
top: 8rem !important;
  }
}



.nav-list-item [is-nav="true"] {
  transition: transform 200ms ease; 
}

@media (min-width: 991px){
.nav-list-item:hover [is-nav="true"]{
transform: rotate(180deg);
}
  }

  

@media (max-width: 991px) {
/*text color change on hover default dropdown start*/    
.nav-list-item:hover [is-nav="true"]{
color: var(--primitives---primary--secondary-200);
}
/*text color change on hover default dropdown end*/  
.nav_dropdown-item.is-dark:hover {
	  color: var(--_primitives---primary--secondary-300);
  }
.nav_dropdown-item.is-integrations:hover {
	  color: var(--_primitives---primary--secondary-300);
  }
/*text color change on hover for text inside wide dropdown end*/  
  
.nav_dropdown-component  {
	position: static !important;
  }

.nav-list-item:hover {
  color: var(--_primitives---primary--secondary-300);
}
}


/*styles for nav dropdown - full width start*/

  [dropdown="true"]{
	left: 0 !important;
  right: 0 !important;
  top: 6rem;

}
/*styles for nav dropdown - full width end*/  

/*scroll lines style start*/  
.nav_dropdown-category::-webkit-scrollbar{
  width:4px;
  
}

  
.nav_dropdown-category::-webkit-scrollbar-track {
  background: transparent;
  margin: 4px;
	
}

.nav_dropdown-category::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 100px;
}

/*scroll lines style end*/  



@media(min-width:991px){
  .home-portfolio_grid.w-dyn-items .w-dyn-item:nth-child(3n+2) {
    margin-top: 50px;
  }
}


  @media (max-width: 540px) {
    .home-portfolio_content-wrapper, .home-portfolio_foreground {
      display: none;
    }
  }



.button:hover .button-element,
.button:focus .button-element{
transform: translate3d(0.2rem, -0.2rem, 0);
transition: transform 0.3s

}
  /*styles for white variant start*/
[data-wf--buttons-button--variant="white"]:hover .button-element {
	color: white;
  }
  /*styles for white variant end*/



.button:hover .button-element,
.button:focus .button-element{
transform: translate3d(0.2rem, -0.2rem, 0);
transition: transform 0.3s

}
  /*styles for white variant start*/
[data-wf--buttons-button--variant="white"]:hover .button-element {
	color: white;
  }
  /*styles for white variant end*/


.team-main_body-wrapper {
   will-change: transform;
    transform: translateZ(0);
  animation: moveSlideshow 50s linear infinite;
}

.team-main_body-wrapper:hover {
    animation-play-state: paused;
  }

@keyframes moveSlideshow {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.team-main_card:hover .team-main_image,
.team-main_card:focus .team-main_image{
  transform: scale(1.02);
}
.team-main_card:hover, 
  .team-main_card:focus {
transform: translateY(-1rem);
    border: 1px solid white
  }




.button:hover .button-element,
.button:focus .button-element{
transform: translate3d(0.2rem, -0.2rem, 0);
transition: transform 0.3s

}
  /*styles for white variant start*/
[data-wf--buttons-button--variant="white"]:hover .button-element {
	color: white;
  }
  /*styles for white variant end*/



.button:hover .button-element,
.button:focus .button-element{
transform: translate3d(0.2rem, -0.2rem, 0);
transition: transform 0.3s

}
  /*styles for white variant start*/
[data-wf--buttons-button--variant="white"]:hover .button-element {
	color: white;
  }
  /*styles for white variant end*/



.button:hover .button-element,
.button:focus .button-element{
transform: translate3d(0.2rem, -0.2rem, 0);
transition: transform 0.3s

}
  /*styles for white variant start*/
[data-wf--buttons-button--variant="white"]:hover .button-element {
	color: white;
  }
  /*styles for white variant end*/



.button:hover .button-element,
.button:focus .button-element{
transform: translate3d(0.2rem, -0.2rem, 0);
transition: transform 0.3s

}
  /*styles for white variant start*/
[data-wf--buttons-button--variant="white"]:hover .button-element {
	color: white;
  }
  /*styles for white variant end*/



.button:hover .button-element,
.button:focus .button-element{
transform: translate3d(0.2rem, -0.2rem, 0);
transition: transform 0.3s

}
  /*styles for white variant start*/
[data-wf--buttons-button--variant="white"]:hover .button-element {
	color: white;
  }
  /*styles for white variant end*/



.button:hover .button-element,
.button:focus .button-element{
transform: translate3d(0.2rem, -0.2rem, 0);
transition: transform 0.3s

}
  /*styles for white variant start*/
[data-wf--buttons-button--variant="white"]:hover .button-element {
	color: white;
  }
  /*styles for white variant end*/



.button:hover .button-element,
.button:focus .button-element{
transform: translate3d(0.2rem, -0.2rem, 0);
transition: transform 0.3s

}
  /*styles for white variant start*/
[data-wf--buttons-button--variant="white"]:hover .button-element {
	color: white;
  }
  /*styles for white variant end*/



.button:hover .button-element,
.button:focus .button-element{
transform: translate3d(0.2rem, -0.2rem, 0);
transition: transform 0.3s

}
  /*styles for white variant start*/
[data-wf--buttons-button--variant="white"]:hover .button-element {
	color: white;
  }
  /*styles for white variant end*/



.button:hover .button-element,
.button:focus .button-element{
transform: translate3d(0.2rem, -0.2rem, 0);
transition: transform 0.3s

}
  /*styles for white variant start*/
[data-wf--buttons-button--variant="white"]:hover .button-element {
	color: white;
  }
  /*styles for white variant end*/



.button:hover .button-element,
.button:focus .button-element{
transform: translate3d(0.2rem, -0.2rem, 0);
transition: transform 0.3s

}
  /*styles for white variant start*/
[data-wf--buttons-button--variant="white"]:hover .button-element {
	color: white;
  }
  /*styles for white variant end*/


.home-reviews_authors-slide {
  transition: height 0.4s ease;
}
.home-reviews_authors-slide.is-active {
  border-width: 4px;
  border-style: solid;
  border-color: var(--_primitives---primary--brand-700);
}
@media screen and (max-width: 767px) {
  .home-reviews_star {
    width: 1.25rem;
  }
}



.news_tab-radiobutton:checked ~ .news_tab-toggle-wrapper .news_tab-toggle{
border-color:  var(--_primitives---primary--brand-700);
border-style: solid;
border-width: 7px;
}



.button:hover .button-element,
.button:focus .button-element{
transform: translate3d(0.2rem, -0.2rem, 0);
transition: transform 0.3s

}
  /*styles for white variant start*/
[data-wf--buttons-button--variant="white"]:hover .button-element {
	color: white;
  }
  /*styles for white variant end*/



.home-news_scroll-wrapper {
transition:
    background-color 0.3s ease,
    padding 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease;
}
  
  .home-news_scroll-wrapper:hover {
	background: var(--_primitives---neutrals--gray-100);
    padding:0.2rem;
    }
 


.cta-input_select:has(option[value="–"]:checked) {
  color: #A3A3A3;
}
.cta-input_select {
  border-color: #CBCBCB;
}




.cta-input_select:has(option[value="–"]:checked) {
  color: #A3A3A3;
}
.cta-input_select {
  border-color: #CBCBCB;
}





.cta-form_submit-button:hover ~.cta-form_submit-arrow,
.cta-form_submit-button:focus ~.cta-form_submit-arrow{
  transform: translate(0.2rem, -0.2rem);
  
}



.review-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.3);
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0 4px;
}
.review-bullet.is-active {
  width: 28px;
  border-radius: 4px;
  background: #fff;
}


.phone-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.phone-field.error input {
  border-color: #ff3b30 !important;
}

.phone-error {
  display: none;
  color: #ff3b30;
  font-size: 12px;
  line-height: 1.4;
}

.phone-field.error .phone-error {
  display: block;
}

.iti--separate-dial-code .iti__selected-flag{
	border-radius: 1rem 0 0 1rem;
  }


@media (min-width:1600px){
.home-hero_image-wrapper{
  max-width: none !important;
}
.home-hero_image-component{
  max-widht: none !important;
} 
  
}

  
