@import url(variables.css);





html {
  min-height: 100%;
  max-height: 100%;
}


a {
	transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
a, a:focus, button:focus, input:focus, textarea:focus, a:active, button:active {
  outline: none;
}


p:last-child,
p:last-of-type {
  margin-bottom: 0;
}


p:last-child + ul,
p:last-of-type + ul {
  margin-top: 1rem;
}


p:last-child + a.button,
p:last-of-type + a.button {
  margin-top: 2rem;
}


input::placeholder,
textarea::placeholder {
	color: var(--color-text);
	opacity: 1;
}


img.img-rounded {
  border-radius: var(--global-radius);
}


.text-nowrap {
  white-space: nowrap;
}


.m0 {
  margin: 0;
}


@media print {
  .no-print {
    display: none;
  }
}


#go-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	z-index: 99;
  text-align: center;
}
#go-to-top span i.fa-circle {
	color: var(--color-black);
	opacity: 0.3;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
#go-to-top:hover span i.fa-circle {
	color: var(--color-black);
	opacity: 1;
}
#go-to-top div {
  padding-top: 5px;
  font-size: 0.625rem;
  font-weight: var(--global-weight-medium);
  text-transform: uppercase;
  color: var(--color-black);
}


ul.social-icons {
  display: flex;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ul.social-icons li:not(:last-child) {
  margin-right: 10px;
}
ul.social-icons li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: var(--color-primary);
  border-radius: 50%;
  color: var(--color-white);
}
ul.social-icons li a:hover {
  background: var(--color-secondary);
  color: var(--color-white);
}


.breadcrumbs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px 0 0 0;
  margin: 0;
  list-style-type: none;
}
.breadcrumbs li {
  font-size: 0.875rem;
  color: var(--color-white);
  text-transform: uppercase;
}
.breadcrumbs li a {
  color: var(--color-white);
}
.breadcrumbs li a:hover {
  color: var(--color-white);
}
.breadcrumbs li:not(:last-child)::after {
  content: '/';
  display: inline-block;
  margin: 0 5px;
}


/* Carousel Slider */
.carousel-slider {
  display: flex;
}
.carousel-slider-container {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
/* Arrows Navigation */
.carousel-slider-controls {
  margin: 30px 0 0 0;
  text-align: center;
}
.carousel-slider-controls span {
  margin: 0 15px;
  font-size: 1.5rem;
  color: var(--color-black);
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.carousel-slider-controls span:hover {
  color: var(--color-primary);
}
/* Arrows Navigation Inside Carousel Contariner */
.carousel-slider-container.carousel-slider-controls-inside {
  max-width: calc(100% - 200px);
}
.carousel-slider-container.carousel-slider-controls-inside .carousel-slider-controls span {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.carousel-slider-container.carousel-slider-controls-inside .carousel-slider-controls span.carousel-slider-controls-prev {
  left: -100px;
}
.carousel-slider-container.carousel-slider-controls-inside .carousel-slider-controls span.carousel-slider-controls-next {
  right: -100px;
}


h1 {
  margin-bottom: 16px;
  font-size: clamp(1.625rem, 0.641vw + 1.481rem, 2.25rem);
  line-height: clamp(1.869rem, 0.622vw + 1.729rem, 2.475rem);
}
h2 {
  margin-bottom: 16px;
  font-size: clamp(1.438rem, 0.449vw + 1.337rem, 1.875rem);
  line-height: clamp(1.653rem, 0.42vw + 1.559rem, 2.063rem);
}
h3 {
  margin-bottom: 16px;
  font-size: clamp(1.313rem, 0.321vw + 1.24rem, 1.625rem);
  line-height: clamp(1.509rem, 0.285vw + 1.445rem, 1.788rem); 
}








.section {
  position: relative;
  padding: 140px 0;
  z-index: 2;
}
.section-small-padding {
  padding: 80px 0;
}
.section .grid-container {
  position: relative;
  z-index: 3;
}
/* .sections > .section:not(:first-child) {
  padding-top: 0;
} */
.sections > .section-white + .section-white {
  padding-top: 0;
}
.sections > .section-accent + .section-accent {
  padding-top: 0;
}
.section-center {
  text-align: center;
}
.section-accent {
  background: var(--color-accent);
}
.section-blue {
  background: var(--color-primary);
  color: var(--color-white);
}
.section-blue-gradient {
  background: linear-gradient(315deg, var(--color-secondary) 0%, var(--color-primary) 100%);
  color: var(--color-white);
}
.section-light-blue {
  background: var(--color-accent);
}
.section-black {
  background: var(--color-black);
  color: var(--color-white);
}
.section-black-gradient {
  background: linear-gradient(315deg, var(--color-black-light) 0%, var(--color-black) 100%);
  color: var(--color-white);
}
.section-img img {
  border-radius: var(--global-radius);
}
.section-video {
  display: flex;
}
.section-video video {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: var(--global-radius);
}
.section-video-iframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.section-video-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--global-radius);
}
.section-logo-right::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 280px);
  /* background-image: url(../img/logo-sign.png); */
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right;
  z-index: 1;
}
.section-logo-left::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 280px);
  /* background-image: url(../img/logo-sign.png); */
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 1;
}
.section-blue.section-logo-right::before,
.section-blue-gradient.section-logo-right::before {
  opacity: 0.05;
}
.section-light-blue.section-logo-left::before {
  opacity: 0.25;
}
.section-title {
  position: relative;
  padding-bottom: clamp(1.25rem, 1.923vw + 0.817rem, 3.125rem);
  font-size: clamp(2.5rem, 11.702vw + -0.133rem, 9.375rem);;
  font-weight: var(--global-weight-bold);
  color: var(--color-black-light);
  line-height: 1;
  letter-spacing: -0.025em;
}
.section-title span {
  position: relative;
  z-index: 2;
}
.section-title::before {
  content: attr(data-section-title);
  display: block;
  position: absolute;
  top: clamp(0.938rem, 2.885vw + 0.288rem, 3.75rem);
  left: clamp(1.313rem, 4.423vw + 0.317rem, 5.625rem);
  font-weight: var(--global-weight-light);
  color: var(--color-primary);
  letter-spacing: -0.05em;
  opacity: 0.15;
  z-index: 1;
}
.section-blue h1,
.section-blue h2,
.section-blue h3,
.section-blue .section-title,
.section-blue .section-title::before,
.section-blue-gradient h1,
.section-blue-gradient h2,
.section-blue-gradient h3,
.section-blue-gradient .section-title,
.section-blue-gradient .section-title::before,
.section-black h1,
.section-black h2,
.section-black h3,
.section-black .section-title,
.section-black .section-title::before,
.section-black-gradient h1,
.section-black-gradient h2,
.section-black-gradient h3,
.section-black-gradient .section-title,
.section-black-gradient .section-title::before {
  color: var(--color-white);
}
.section-title.section-title-ip {
  margin-bottom: 100px;
}
.section-text {
  font-size: clamp(1rem, 0.256vw + 0.942rem, 1.25rem);
}
.section-buttons {
  margin-top: 35px;
}


.responsive-video {
  max-width: 100%;
  height: auto;
}


.loop {
  padding-top: 50px;
}
.loop-1-3-3 .cell:nth-child(n+4) {
  padding-top: 30px;
}


.banner-container {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 4000px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: inset 0 0 0 4000px rgba(0, 0, 0, 0.45);
  z-index: 1;
}
.banner-video {
  z-index: -1;
  min-height: 100%;
  min-width: calc(100% + 2px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: -2px;
}
.banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  z-index: 2;
}
.banner .grid-container {
  width: 100%;
}
.banner-title {
  font-size: clamp(2.25rem, 2.308vw + 1.731rem, 4.5rem);
  font-weight: var(--global-weight-bold);
  color: var(--color-white);
  line-height: clamp(2.7rem, 3vw + 2.025rem, 5.625rem);
  letter-spacing: -0.025em;
}
.banner-btn {
  padding-top: 40px;
}


.banner-container.banner-container-ip {
  position: relative;
  width: 100%;
  height: auto;
  overflow: auto;
}
.banner-container.banner-container-ip::before {
  display: none;
}
.banner-container.banner-container-ip .banner-video {
  display: none;
}
.banner-container.banner-container-ip .banner {
  position: relative;
  padding: 14vh 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: inset 0 0 0 4000px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 0 0 4000px rgba(0, 0, 0, 0.4);
}
.banner-container.banner-container-ip .banner.banner-news {
  align-items: flex-end;
  height: 60vh;
  padding: 0;
  box-shadow: none;
}
.banner-container.banner-container-ip .banner.banner-news::before {
  content: '';  
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.7;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.banner-container.banner-container-ip .banner.banner-news .banner-title {
  position: relative;
  padding-bottom: 30px;
  text-align: left;
  z-index: 2;
}
.banner-container.banner-container-ip .banner.banner-news {
  align-items: flex-end;
  height: 60vh;
  padding: 0;
  box-shadow: none;
}


.header {
  position: relative;
  padding: 30px 0 0 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  z-index: 99999;
}
.header .logo,
.header .logo img {
  display: block;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.header .logo img {
  height: 76px;
  width: auto;
}


.menu-button-container {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.menu-button-container span {
  margin-right: 15px;
  font-size: 1.25rem;
  font-weight: var(--global-weight-medium);
  color: var(--color-white);
  line-height: 1;
  text-transform: uppercase;
}
.menu-button {
  position: relative;
  cursor: pointer;
  width: 40px;
  height: 22px;
}
.menu-button div,
.menu-button div::before,
.menu-button div::after {
  position: absolute;
  display: block;
  width: 40px;
  height: 2px;
  background: var(--color-white);
  border-radius: 0;
  transition: all 0.15s ease-in-out;
}
.menu-button div::before,
.menu-button div::after {
  content: '';
}
.menu-button div::before {
  top: 10px;
}
.menu-button div::after {
  top: 20px;
}
.menu-button.open div {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.menu-button.open div::before {
  transform: rotate(-45deg) translate3d(0, -8px, 0);
  opacity: 0;
}
.menu-button.open div::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}


.header.is-stuck {
	background: var(--color-black);
	padding: 10px 0;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.07);
	z-index: 999;
}
.header.is-stuck .logo img {
  width: auto;
  height: 48px;
}


.header.header-ip {
  padding: 20px 0;
}
.header.header-ip .logo img.is-stuck {
  display: none;
}
.header.header-ip .logo img {
  height: 64px;
  width: auto;
}
.header.header-ip.is-stuck .logo img {
  width: auto;
  height: 48px;
}
.header.header-ip.is-stuck {
  padding: 10px 0;
}
.header.header-ip.is-stuck .logo img:not(.is-stuck) {
  display: none;
}
.header.header-ip.is-stuck .logo img.is-stuck {
  display: block;
}
.header.header-ip.is-stuck .dropdown.menu > li > a {
  color: var(--color-white);
}
.header.header-ip.is-stuck .dropdown.menu > li > a:hover {
  color: var(--color-primary);
}
.header.header-ip .menu-button-container span {
  color: var(--color-black-light);
}
.header.header-ip .menu-button div,
.header.header-ip .menu-button div::before,
.header.header-ip .menu-button div::after {
  background: var(--color-black-light);
}
.header.header-ip .menu-button-container.is-white span {
  color: var(--color-white);
}
.header.header-ip .menu-button-container.is-white .menu-button div,
.header.header-ip .menu-button-container.is-white .menu-button div::before,
.header.header-ip .menu-button-container.is-white .menu-button div::after {
  background: var(--color-white);
}
.header.header-ip.is-stuck .menu-button-container span {
  color: var(--color-white);
}
.header.header-ip.is-stuck .menu-button div,
.header.header-ip.is-stuck .menu-button div::before,
.header.header-ip.is-stuck .menu-button div::after {
  background: var(--color-white);
}


.content {
  position: absolute;
  width: 100%;
  top: 100%;
  background: var(--color-white);
  overflow: hidden;
}


.offcanvas-full-screen {
  position: fixed;
  z-index: 1;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #222222;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  overflow-y: auto;
}
[data-whatinput='mouse'] .offcanvas-full-screen {
  outline: 0;
}
.offcanvas-full-screen.is-transition-overlap {
  z-index: 99;
}
/* .offcanvas-full-screen.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
} */
.offcanvas-full-screen.is-open {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.offcanvas-full-screen.is-open ~ .off-canvas-content {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.offcanvas-full-screen.is-transition-push::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  /* box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); */
  content: " ";
}
.offcanvas-full-screen.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.offcanvas-full-screen-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 1rem;
}
.offcanvas-full-screen-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 5rem;
  color: var(--color-white);
  cursor: pointer;
}
.offcanvas-full-screen-close:hover {
  color: var(--color-secondary);
}
.offcanvas-full-screen-menu {
  width: 100%;
}
.offcanvas-full-screen-menu .drilldown li {
	padding: 1rem 0;
  text-align: center;
}
.offcanvas-full-screen-menu .drilldown a {
	display: inline-block;
	padding: 0;
	background: none;
	font-size: 2.5rem;
	font-weight: var(--global-weight-bold);
  color: var(--color-white);
  letter-spacing: -0.015em;
}
.offcanvas-full-screen-menu .drilldown a:hover {
	color: var(--color-secondary);
}
.offcanvas-full-screen-menu .drilldown .is-drilldown-submenu-parent > a::after {
	border-color: transparent transparent transparent var(--color-white);
	margin-top: -5px;
	right: -1rem;
}
.offcanvas-full-screen-menu .drilldown .is-drilldown-submenu {
	background: var(--color-black);
}
.offcanvas-full-screen-menu .drilldown li.js-drilldown-back a {
	color: var(--color-secondary);
}
.offcanvas-full-screen-menu .drilldown .js-drilldown-back > a::before {
	border-color: transparent var(--color-white) transparent transparent;
}
.offcanvas-full-screen {
  background: var(--color-black);
}


.services {
  margin-bottom: 70px;
}
.service-loop {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 30px;
  padding: 0;
  margin: 100px 0 0 0;
  list-style-type: none;
}
.service-loop li:nth-child(1) {
  grid-column: 1 / 6;
  margin-top: 10vh;
}
.service-loop li:nth-child(1) .service-box-img img {
  height: 30vh;
}
.service-loop li:nth-child(1) .service-box::before {
  top: 70px;
  left: -70px;
}
.service-loop li:nth-child(2) {
  grid-column: 6 / 10;
}
.service-loop li:nth-child(2) .service-box-img img {
  height: 40vh;
}
.service-loop li:nth-child(2) .service-box::before {
  top: 70px;
  right: -70px;
}
.service-loop li:nth-child(3) {
  grid-column: 1 / 4;
}
.service-loop li:nth-child(3) .service-box-img img {
  height: 50vh;
}
.service-loop li:nth-child(3) .service-box::before {
  top: 70px;
  right: -70px;
}
.service-loop li:nth-child(4) {
  grid-column: 4 / 9;
}
.service-loop li:nth-child(4) .service-box-img img {
  height: 40vh;
}
.service-loop li:nth-child(4) .service-box::before {
  top: -70px;
  right: -70px;
}
.service-box {
  position: relative;
  display: block;
  border-radius: var(--global-radius);
}
.service-box::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 5px solid var(--color-accent);
  border-radius: var(--global-radius);
  z-index: 1;
}
.service-box::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: var(--global-radius);
  opacity: 0.7;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.service-box:hover::after {
  height: 100%;
}
.service-box-title {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 20px;
  font-size: clamp(1.313rem, 1.424vw + 0.629rem, 1.875rem);
  font-weight: var(--global-weight-medium);
  color: var(--color-white);
  line-height: 1.15;
  z-index: 3;
}
.service-box-img {
  position: relative;
  border-radius: var(--global-radius);
  overflow: hidden;
  z-index: 2;
}
.service-box-img img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}


.brands-featured-video {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.brands-featured-video video {
  min-height: 100%;
  min-width: calc(100% + 2px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: -2px;
}


.blog-loop {
  padding: 35px 0 0 0;
}
.blog-loop .blog-post-container {
  margin: 30px 0 0 0;
}
.blog-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.blog-left {
  width: 50%;
  margin: 0 30px 0 0;
}
.blog-right {
  width: 50%;
}
.blog-post-container {
  position: relative;
  display: block;
  border-radius: var(--global-radius);
  overflow: hidden;
}
.blog-post-container::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: rgb(97,148,33);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.7;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.blog-post-container:hover::before {
  height: 100%;
}
.blog-post-title {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 20px;
  font-size: 1.375rem;
  font-weight: var(--global-weight-medium);
  color: var(--color-white);
  line-height: 1.25;
  z-index: 2;
}
.blog-post-img img {
  width: 100%;
  height: 54vh;
  object-fit: cover;
  object-position: center;
}
.blog-right .blog-post-img img {
  height: calc(27vh - 15px);
}


.blog-container-ip {
  margin-top: -60px;
}


.blog-loop-ip {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.blog-loop-ip li:not(:last-child) {
  margin-bottom: 70px;
}
.blog-loop-ip .blog-post-title {
  left: 50px;
  right: 50px;
  bottom: 40px;
  font-size: 2rem;
}


.blog-post-details {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 40px 0;
  margin: 0 0 0 30px;
  list-style-type: none;
  z-index: 2;
}
.blog-post-details > li:not(:last-child) {
  margin-right: 60px;
}
.blog-post-details > li {
  color: var(--color-white);
  text-align: left;
  line-height: 1.4;
}
.blog-post-details > li i {
  margin-right: 10px;
}
.blog-post-details > li a {
  color: var(--color-white);
}
.blog-post-details > li div a:not(:last-child)::after {
  content: ',';
  margin-right: 5px;
}

.blog-post-tags {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0 25px 0;
  margin: 0;
  list-style-type: none;
}
.blog-post-tags > li:not(:first-child):not(:last-child):after {
  content: ',';
  margin-right: 5px;
}
.blog-post-tags > li strong {
  margin-right: 10px;
}
.blog-post-tags > li a {
  color: var(--color-text);
}
.blog-post-tags > li a:hover {
  color: var(--color-secondary);
}


.blog-sidebar {
  position: sticky;
  top: 100px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.blog-sidebar > li:not(:last-child) {
  padding-bottom: 40px;
}
.blog-sidebar-title {
  padding-bottom: 25px;
  font-size: 1.625rem;
  font-weight: var(--global-weight-bold);
  color: var(--color-black-light);
}
.blog-sidebar-search {
  position: relative;
}
.blog-sidebar-search input[type="search"],
.blog-sidebar-search input[type="text"] {
  position: relative;
  height: 3.125rem;
  padding: 1.25rem 5rem 1.25rem 1rem;
  margin: 0;
  background: var(--color-accent);
  box-shadow: none;
  border: 1px solid var(--color-primary);
  border-radius: var(--global-radius);
  font-size: 1rem;
  color: var(--color-text);
}
.blog-sidebar-search input[type="search"]:focus,
.blog-sidebar-search input[type="text"]:focus {
  border: 1px solid var(--color-secondary);
}
.blog-sidebar-search input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  background: var(--color-primary);
  border: none;
  border-top-right-radius: var(--global-radius);
  border-bottom-right-radius: var(--global-radius);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-family: "Font Awesome 5 Free";
  font-size: 1.250rem;
  font-weight: 900;
  color: var(--color-white);
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.blog-sidebar-search input[type="search"]:focus + input[type="submit"],
.blog-sidebar-search input[type="text"]:focus + input[type="submit"] {
  background: var(--color-secondary);
  color: var(--color-white);
}
.blog-sidebar-categories {
  padding: 0;
  margin: 0 0 0 22px;
  list-style-type: none;
}
.blog-sidebar-categories > li:not(:last-child) {
  padding-bottom: 5px;
}
.blog-sidebar-categories > li i {
  color: var(--color-primary);
}
.blog-sidebar-categories > li a {
  color: var(--color-text);
}
.blog-sidebar-categories > li a:hover {
  color: var(--color-secondary);
}
.blog-sidebar-tags {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.blog-sidebar-tags > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  margin: 0 7px 7px 0;
  background: var(--color-primary);
  border-radius: var(--global-radius); 
  font-size: 0.9375rem;
  color: var(--color-white);
}
.blog-sidebar-tags > li a:hover {
  background: var(--color-secondary);
}
.blog-sidebar-more-news {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.blog-sidebar-more-news > li:not(:last-child) {
  padding-bottom: 25px;
}
.blog-sidebar-more-news > li span {
  display: block;
  padding-bottom: 5px;
  font-size: 0.9375rem;
  line-height: 1;
}
.blog-sidebar-more-news > li span i {
  margin-right: 8px;
  color: var(--color-primary);
}
.blog-sidebar-more-news > li a {
  font-size: 1.125rem;
  font-weight: var(--global-weight-medium);
  color: var(--color-text);
  line-height: 1.35;
}
.blog-sidebar-more-news > li a:hover {
  color: var(--color-secondary);
}


.footer {
  position: relative;
  padding: 70px 0 60px 0;
  background: linear-gradient(270deg, var(--color-secondary) 0%, var(--color-primary) 100%);
  font-size: 0.9375rem;
  color: var(--color-white);
  z-index: 2;
}
.footer a {
  color: var(--color-white);
}
.footer a:hover {
  color: var(--color-black-light);
}
.footer ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.footer ul.footer-social-icons {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.footer ul.footer-social-icons li {
  font-size: 1.25rem;
}
.footer ul.footer-social-icons li:not(:last-child) {
  margin-right: 30px;
}
.footer-col-title {
  margin-bottom: 8px;
  font-size: 1.125rem;
  font-weight: var(--global-weight-bold);
}


.copyright {
  padding: 20px 0;
  background: linear-gradient(270deg, var(--color-secondary) 0%, var(--color-primary) 100%);
  font-size: 0.9375rem;
  color: var(--color-white);
}
.copyright a {
  color: var(--color-white);
}
.copyright a:hover {
  color: var(--color-secondary);
}


.contact-container {
  background: var(--color-accent);
  border-radius: var(--global-radius);
  padding: 50px;
}


.contact-details {
  padding: 0;
}
.contact-details span {
  display: block;
  padding: 20px 0 5px 0;
  font-size: 1.125rem;
  font-weight: var(--global-weight-bold);
  color: var(--color-black);
}
.contact-details span:first-child {
  padding: 0 0 5px 0;
}
.contact-details span i {
  color: var(--color-primary);
  margin-right: 10px;
}
.contact-details > div {
  padding: 0 0 0 32px;
}
.contact-details a {
  color: var(--color-text);
}
.contact-details a:hover {
  color: var(--color-secondary);
}
.contact-details ul.contact-social-icons {
  display: flex;
  align-items: center;
  padding: 10px 0 0 32px;
  margin: 0;
  list-style-type: none;
}
.contact-details ul.contact-social-icons li {
  font-size: 1.25rem;
}
.contact-details ul.contact-social-icons li:not(:last-child) {
  margin-right: 30px;
}
.contact-details ul.contact-social-icons li a {
  color: var(--color-primary);
}
.contact-details ul.contact-social-icons li a:hover {
  color: var(--color-secondary);
}


.contact-form {
  padding: 40px 30px 30px 30px;
  background: var(--color-white);
  border-radius: var(--global-radius);
}
.contact-form-field {
  position: relative;
  padding-bottom: 10px;
}
.contact-form-field input:not([type="submit"]),
.contact-form-field textarea,
.contact-form-field select {
  min-height: 3.5rem;
  padding-left: 2.125rem;
}
.contact-form-field div.label {
  position: absolute;
  top: -14px;
  left: 24px;
  font-size: 0.9375rem;
  font-weight: var(--global-weight-medium);
  color: var(--color-black);
  line-height: 1.25;
  background-color: var(--color-white);
  border-radius: 3px;
  padding: 5px 10px;
  z-index: 1;
}
.contact-form-field textarea {
  max-width: 100%;
  min-height: 180px;
  max-height: 180px;
}
.contact-form-consent {
  padding: 0 0 15px 0;
  font-size: 0.875rem;
  color: var(--color-medium-gray);
}
.contact-form-consent input {
  margin: 0 5px 0 0;
}
.contact-form-field p {
  line-height: 1;
}
.contact-form-field .wpcf7-not-valid-tip {
  margin: -10px 0 20px 0;
}
.contact-form-field.upload-files .wpcf7-not-valid-tip {
  margin: 0;
}
.contact-form-consent .wpcf7-list-item {
  margin: 0;
}
.contact-form .wpcf7 form .wpcf7-response-output {
  margin: 20px 0 0 0;
}
.contact-form .wpcf7 form.invalid .wpcf7-response-output,
.contact-form .wpcf7 form.unaccepted .wpcf7-response-output,
.contact-form .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #dc3232;
  border-radius: var(--global-radius);
}


.location iframe {
  width: 100% !important;
  height: 500px !important;
  margin-top: 60px;
  border-radius: var(--global-radius);
  overflow: hidden;
}


.text-box-loop {
  padding: 70px 0 0 0;
}
.text-box-loop .cell:nth-child(n+4) {
  padding-top: 60px;
}
.text-box {
  padding: 0 0 0 15px;
  border-left: 5px solid var(--color-secondary);
}
.text-box span {
  display: block;
  padding-bottom: 8px;
  font-size: 1.375rem;
  font-weight: var(--global-weight-bold);
  color: var(--color-black-light);
  line-height: 1.25;
}


.icon-box-loop {
  padding: 70px 0 0 0;
}
.icon-box {
  text-align: center;
}
.icon-box img {
  filter: invert(47%) sepia(8%) saturate(551%) hue-rotate(172deg) brightness(83%) contrast(79%);
}
.icon-box span {
  display: block;
  padding-top: 20px;
  font-size: 1.375rem;
  font-weight: var(--global-weight-bold);
  color: var(--color-black-light);
  line-height: 1.25;
}
.icon-box a.button {
  margin-top: 30px;
}


.team-box-loop {
  padding: 70px 0 0 0;
}
.team-box-loop .cell:nth-child(n+5) {
  padding-top: 40px;
}
.team-box {
  text-align: center;
}
.team-box-img img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
}
.team-box-name {
  padding-top: 20px;
  font-size: 1.25rem;
  font-weight: var(--global-weight-bold);
  color: var(--color-primary);
  line-height: 1.25;
}
.team-box-position {
  padding-top: 5px;
  color: var(--color-secondary);
  line-height: 1;
}


.brand-box-loop {
  padding: 70px 0 0 0;
}
.brand-box-loop .cell:nth-child(n+6) {
  padding-top: 30px;
}
.brand-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 175px;
  height: 175px;
  margin: 0 auto;
  background: var(--color-white);
  border-radius: 50%;
}
.brand-box img {
  width: 128px;
  height: 128px;
  object-fit: contain;
}


.brand-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 360px;
  height: 360px;
  background: var(--color-white);
  border-radius: 50%;
}
.brand-logo img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}
.brand-gallery-top {
  width: 100%;
  height: 80vh;
  overflow: hidden;
}
.brand-gallery-bottom {
  display: flex;
} 
.brand-gallery-left,
.brand-gallery-right {
  width: 50%;
  height: 100vh;
}
.brand-gallery-top img,
.brand-gallery-left img,
.brand-gallery-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.brands-more-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 30px 0;
}
.brands-more-nav h1 {
  margin: 0;
}
.brands-more-nav .carousel-slider-controls {
  display: flex;
  margin: 0;
}
.brands-more-nav .carousel-slider-controls span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0 0 0 10px;
  padding: 0;
  border: 1px solid var(--color-accent-dark);
  border-radius: 50%;
  color: var(--color-accent-dark);
}
.brands-more-nav .carousel-slider-controls span:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
}
.brands-more-title {
  padding-top: 20px;
  font-size: 1.375rem;
  font-weight: var(--global-weight-bold);
  color: var(--color-primary);
}
.brands-more-img img {
  border-radius: var(--global-radius);
}


.brands-slider-container-inner {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 80vh;
}
.brands-slider-left {
  width: 35%;
  padding-right: 100px;
}
.brands-slider-right {
  position: relative;
  width: 65%;
  height: 100%;
  border-top-left-radius: var(--global-radius);
  border-bottom-left-radius: var(--global-radius);
  overflow: hidden;
}
.brands-slider-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.brands-slider-logo img {
  width: 60%;
  height: auto;
  max-height: 130px;
  object-fit: contain;
  object-position: left;
}
.brands-slider-text {
  padding-top: 40px;
}
.brands-slider-btn {
  padding-top: 20px;
}
.brands-slider-container .brands-slider-controls {
  position: absolute;
  top: 0;
  left: 0;
}
.brands-slider-container .brands-slider-controls {
  display: flex;
  margin: 0;
}
.brands-slider-container .brands-slider-controls span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 0 10px 0 0;
  padding: 0;
  border: 1px solid var(--color-accent-dark);
  border-radius: 50%;
  color: var(--color-accent-dark);
}
.brands-slider-container .brands-slider-controls span:hover {
  border-color: var(--color-black);
  color: var(--color-black);
}


.cursor-container {
  position: relative;
  overflow: hidden;
  cursor: none;
}
.custom-cursor {
  position: absolute;
  display: none;
  width: 100px;
  height: 100px;
  padding: 10px;
  border: 3px solid var(--color-white);
  border-radius: 50%;
  background: var(--color-black);
  pointer-events: none;
  z-index: 9999;
}
.custom-cursor span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
  font-weight: var(--global-weight-medium);
  color: var(--color-white);
  line-height: 1;
  white-space: nowrap
}


.services-sidebar {
  position: sticky;
  top: 100px;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.services-sidebar > li:not(:last-child) {
  margin-bottom: 40px;
}
.services-sidebar-title {
  padding-bottom: 25px;
  font-size: 1.625rem;
  font-weight: var(--global-weight-bold);
  color: var(--color-black-light);
}
.services-sidebar-more {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.services-sidebar-more li a {
  display: flex;
  padding: 20px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: var(--global-radius);
  color: var(--color-text);
  transition: 0.3s all ease-in-out;
}
.services-sidebar-more li:not(:first-child) {
  margin-top: 30px;
}
.services-sidebar-more li .services-sidebar-more-img {
  min-width: 84px;
}
.services-sidebar-more li .services-sidebar-more-img img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  filter: invert(47%) sepia(8%) saturate(551%) hue-rotate(172deg) brightness(83%) contrast(79%);
  margin-right: 20px;
}
.services-sidebar-more li .services-sidebar-more-text {
  line-height: 1.4;
}
.services-sidebar-more li .services-sidebar-more-text span {
  display: block;
  padding-bottom: 5px;
  font-size: 1.25rem;
  font-weight: var(--global-weight-bold);
  color: var(--color-black-light);
  line-height: 1.35;
}
.services-sidebar-more li a:hover {
  background: rgba(255, 255, 255, 0.75);
}


.cta {
  position: relative;
  padding: 20vh 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
  z-index: 2;
}
.cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 4000px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: inset 0 0 0 4000px rgba(0, 0, 0, 0.45);
  z-index: 1;
}
.cta-title {
  position: relative;
  font-size: clamp(2.25rem, 2.308vw + 1.731rem, 4.5rem);
  font-weight: var(--global-weight-bold);
  color: var(--color-white);
  line-height: clamp(2.7rem, 3vw + 2.025rem, 5.625rem);
  letter-spacing: -0.025em;
  z-index: 2;
}
.cta-text {
  position: relative;
  padding-top: 15px;
  font-size: 1.125rem;
  color: var(--color-white);
  z-index: 2;
}
.cta-btn {
  position: relative;
  padding-top: 40px;
  z-index: 2;
}


.brand-circle-loop .cell:nth-child(n+6) {
  padding-top: 30px;
}
.brand-circle {
  position: relative;
  display: block;
  background: transparent;
  text-align: center;
}
.brand-circle::before,
.brand-circle::after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
}
.brand-circle::before {
  position: absolute;
  background: var(--color-black);
  transform: scale(0);
}
.brand-circle::after {
  background: var(--color-white);
}
.brand-circle-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.brand-circle-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.brand-circle-wrapper img {
  width: 60%;
  height: 60%;
  object-fit: contain;
  opacity: 1;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
}
.brand-circle-wrapper span {
  position: absolute;
  left: 50%;
  bottom: -100px;
  transform: translate(-50%, 50%);
  width: 90%;
  font-size: clamp(1.25rem, 0.381vw + 1.164rem, 1.5rem);
  font-weight: var(--global-weight-medium);
  color: var(--color-white);
  line-height: 1;
  opacity: 0;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
}
.brand-circle:hover::before {
  transform: scale(1);
}
.brand-circle:hover .brand-circle-wrapper img {
  opacity: 0;
}
.brand-circle:hover .brand-circle-wrapper span {
  bottom: 50%;
  opacity: 1;
}



.brand-circle.brand-circle-no-action:hover::before {
  transform: scale(0);
}
.brand-circle.brand-circle-no-action:hover .brand-circle-wrapper img {
  opacity: 1;
}
.brand-circle.brand-circle-no-action:hover .brand-circle-wrapper span {
  bottom: -100px;
  opacity: 0;
}


.brand-circle.brand-circle-accent::before {
  background: var(--color-accent);
}
.brand-circle.brand-circle-accent .brand-circle-wrapper span {
  color: var(--color-black);
}


.brand-video-banner {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}
