@font-face {
  font-family: urbanist;
  src: url(/freestyle.digital/wp-content/uploads/fonts/SpaceGrotesk-Medium.otf);
}

.alignfull.has-global-padding {
  padding-left: var(--wp--style--root--padding-left);
  padding-right: var(--wp--style--root--padding-right);
}
a {
  transition: all 1s cubic-bezier(0.27, 0.595, 0.01, 1);
}
.widget-area p.fade-in,
.widget-area ul li.fade-in,
.wp-block-button.fade-in,
.wp-block-heading.fade-in,
.wp-block-image.fade-in,
.wp-site-blocks p.fade-in,
.wp-site-blocks ul li.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
  will-change: opacity, transform;
}
.widget-area p.fade-in.in-view,
.widget-area ul li.fade-in.in-view,
.wp-block-button.fade-in.in-view,
.wp-block-heading.fade-in.in-view,
.wp-block-image.fade-in.in-view,
.wp-site-blocks p.fade-in.in-view,
.wp-site-blocks ul li.fade-in.in-view {
  opacity: 1;
  transform: translate(0);
}
.wp-block-heading.fade-in.is-style-heading-underline-em-orange-light em:before,
.wp-block-heading.fade-in.is-style-heading-underline-em-purple em:before,
.wp-block-heading.fade-in.is-style-heading-underline-em-yellow em:before {
  transition: all 1s ease-out;
  transition-delay: 0.3s;
  width: 0;
  will-change: width;
}
.wp-block-heading.fade-in.in-view.is-style-heading-underline-em-orange-light
  em:before,
.wp-block-heading.fade-in.in-view.is-style-heading-underline-em-purple
  em:before,
.wp-block-heading.fade-in.in-view.is-style-heading-underline-em-yellow
  em:before {
  width: 100%;
}
body {
  --blur-filter-default: blur(30px) sepia(0%) saturate(1.1) hue-rotate(0deg);
  --blur-filter: var(--blur-filter-default);
  --blur-filter-button: blur(24px) sepia(0%) saturate(1.2) hue-rotate(10deg)
    brightness(150%);
  --blur-filter-orange: blur(30px) sepia(200%) saturate(5) hue-rotate(-10deg);
  --blur-filter-orange-light: blur(30px) sepia(200%) saturate(7)
    hue-rotate(15deg);
  --blur-filter-green: blur(30px) sepia(200%) saturate(5) hue-rotate(45deg);
  --blur-filter-cyan: blur(30px) sepia(200%) saturate(5) hue-rotate(150deg);
  --blur-filter-red: blur(30px) sepia(200%) saturate(5) hue-rotate(-35deg);
  --blur-filter-purple: blur(30px) sepia(200%) saturate(5) hue-rotate(-150deg);
  --backdrop-opacity-default: 0.6;
  --backdrop-opacity-reduced: 0.4;
  --backdrop-opacity: var(--backdrop-opacity-default);
}
body.is-color-scheme-orange {
  --blur-filter-default: var(--blur-filter-orange);
}
body.is-color-scheme-orange-light {
  --blur-filter-default: var(--blur-filter-orange-light);
}
body.is-color-scheme-blue {
  --blur-filter-default: var(--blur-filter-blue);
}
body.is-color-scheme-blue-light {
  --blur-filter-default: var(--blur-filter-cyan);
}
body.is-color-scheme-green {
  --blur-filter-default: var(--blur-filter-green);
}
body.is-color-scheme-purple {
  --blur-filter-default: var(--blur-filter-purple);
}
body.is-color-scheme-red {
  --blur-filter-default: var(--blur-filter-red);
}
#root {
  bottom: 0;
  filter: var(--blur-filter);
  opacity: 0.6;
  position: fixed;
  top: 0;
  transform: translateZ(0);
  transition: all 1s cubic-bezier(0.27, 0.595, 0.01, 1);
  transition-duration: 2s;
  width: 100%;
  z-index: -2;
}
#root:before {
  background: #0a0d23;
  clip-path: ellipse(1100px 50% at 50% 50%);
  display: block;
  filter: blur(220px);
  height: 100vh;
  margin: auto;
  opacity: var(--backdrop-opacity);
  transform: translateZ(0);
  transition: all 1s cubic-bezier(0.27, 0.595, 0.01, 1);
  width: 100vw;
  z-index: 1;
}
#root:before,
.wp-site-blocks:after {
  bottom: 0;
  content: "";
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wp-site-blocks:after {
  background: url(images/noise.f6510c00.gif);
  background-attachment: fixed;
  background-size: auto;
  background-size: 150px;
  height: 100%;
  mix-blend-mode: overlay;
  opacity: 0.15;
  pointer-events: none;
  width: 100%;
  z-index: -1;
}
.wp-site-blocks {
  padding-top: 107px;
}
@media (min-width: 782px) {
  .wp-site-blocks {
    padding-top: 134px;
  }
}
.header {
  box-sizing: border-box;
  left: 0;
  padding: 30px;
  position: fixed;
  top: 0;
  transform: translateZ(0);
  transition: all 1s cubic-bezier(0.27, 0.595, 0.01, 1);
  width: 100%;
  z-index: 9999999999;
}
.header.scroll-down {
  transform: translate3d(0, -100%, 0);
}
.header.is-open,
.header.scroll-up {
  transform: translateZ(0);
}
.header.is-open {
  padding: 40px 30px 30px;
}
.header__container {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--wp--style--global--wide-size);
  width: 100%;
}
.header__logo {
  width: auto;
}
.header__logo img {
  display: block;
  max-width: 120px;
}
@media (min-width: 782px) {
  .header__logo img {
    max-width: 100%;
  }
}
.header__center {
  display: none;
  width: 33.33%;
}
.header__right {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 15px;
  justify-content: flex-end;
  width: 240px;
}
.header a.btn--header {
  background: var(--wp--preset--color--primary);
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 7px 25px;
  pointer-events: none;
  text-decoration: none;
}
.header.is-transparent {
  background: transparent;
  box-shadow: none;
}
.header.is-open a.btn--header {
  pointer-events: all;
}
.logged-in .header {
  z-index: 99;
}
@media (min-width: 782px) {
  .header {
    padding: 60px 30px 30px;
  }
  .header__center {
    display: block;
  }
}
body.menu-is-active {
  overflow: hidden;
}
.header a.btn--header {
  background: linear-gradient(270deg, #568be5, #823df2);
  border-radius: 10px !important;
  display: none;
  margin-right: 5px;
  opacity: 0;
  padding: 10px 15px;
  position: relative;
  transform: scale(0.8) translateX(20px);
  transition: all 1s cubic-bezier(0.27, 0.595, 0.01, 1);
  transition-timing-function: cubic-bezier(0.27, 0.595, 0.01, 1);
}
.header a.btn--header.is-visible {
  opacity: 1;
  transform: scale(1) translateX(0);
}
.header a.btn--header:hover {
  opacity: 0.8;
}
@media (min-width: 410px) {
  .header a.btn--header {
    display: inline-block;
  }
}
@media (min-width: 474px) {
  .header a.btn--header {
    margin-right: 40px;
    padding: 10px 25px;
  }
}
.burger-menu {
  align-items: center;
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  display: flex;
  height: 22px;
  justify-content: start;
  position: relative;
  right: 15px;
  width: 24px;
  z-index: 999;
}
.burger-menu:after {
  background: transparent;
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  border-radius: 10px;
  content: "";
  height: 48px;
  left: 0;
  left: 50%;
  position: absolute;
  top: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 1s cubic-bezier(0.27, 0.595, 0.01, 1);
  width: 48px;
}
.burger-menu .burger-menu__line {
  background: #fff;
  border-radius: 2px;
  height: 2px;
  left: 0;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}
.burger-menu .burger-menu__line--top {
  top: 0;
}
.burger-menu .burger-menu__line--middle {
  top: 50%;
  transform: translateY(-50%);
}
.burger-menu .burger-menu__line--bottom {
  bottom: 0;
}
.burger-menu:hover:after {
  border: 1px solid hsla(0, 0%, 100%, 0.7);
}
.burger-menu:hover .burger-menu__line {
  background: #fff;
}
.burger-menu:hover .burger-menu__line--bottom,
.burger-menu:hover .burger-menu__line--top {
  width: 70%;
}
.burger-menu.is-open:after {
  border: 1px solid #fff;
}
.burger-menu.is-open .burger-menu__line--top {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 100%;
}
.burger-menu.is-open .burger-menu__line--middle {
  opacity: 0;
  transform: translateX(-50%);
}
.burger-menu.is-open .burger-menu__line--bottom {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
  width: 100%;
}
.menu-panel {
  align-items: flex-start;
  -webkit-backdrop-filter: blur(50px) saturate(250%) hue-rotate(50deg);
  backdrop-filter: blur(100px) saturate(150%) hue-rotate(10deg);
  background: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  height: 100vh;
  justify-content: start;
  left: 0;
  max-width: 100vw;
  opacity: 0;
  padding: 40px;
  pointer-events: none;
  position: fixed;
  top: 0;
  transform: translateZ(0);
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 8;
}
.menu-panel.is-open {
  opacity: 1;
  pointer-events: unset;
  z-index: 999999999;
}
.menu-panel.is-open ul.menu-container {
  transform: translate(0);
}
.menu-panel__container {
  align-items: center;
  align-items: space-between;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  height: calc(100% - 120px);
  justify-content: flex-end;
  margin: 120px auto 0;
  max-width: 1248px;
  position: relative;
  width: 100%;
}
.menu-panel__container .menu-right {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.menu-panel ul.menu {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
  margin: 0 auto;
  max-width: 1140px;
  padding: 0;
  text-align: right;
  transform: translateY(15px);
  transition: all 1s cubic-bezier(0.27, 0.595, 0.01, 1);
  transition-delay: 0.1s;
  visibility: visible;
  width: 100%;
}
.menu-panel ul.menu > li {
  min-width: 300px;
  padding: 10px 0 0;
  position: relative;
}
.menu-panel ul.menu > li a {
  background: linear-gradient(
    90deg,
    #fff 0,
    #fff 50%,
    hsla(0, 0%, 100%, 0) 0,
    hsla(0, 0%, 100%, 0)
  );
  -webkit-background-clip: text;
  background-clip: text;
  background-repeat: no-repeat;
  background-size: 0;
  color: #cecece;
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
  transition: all 1s cubic-bezier(0.27, 0.595, 0.01, 1);
}
@media (min-width: 666px) {
  .menu-panel ul.menu > li a {
    font-size: 36px;
  }
}
.menu-panel ul.menu > li a.is-open,
.menu-panel ul.menu > li a:hover {
  background: linear-gradient(
    90deg,
    #fff 0,
    #fff 50%,
    hsla(0, 0%, 100%, 0) 0,
    hsla(0, 0%, 100%, 0)
  );
  -webkit-background-clip: text;
  background-clip: text;
  background-repeat: no-repeat;
  background-size: 200%;
  color: transparent;
}
.menu-panel ul.menu .current-menu-item a {
  color: #fff !important;
  position: relative;
}
.menu-panel ul.menu .current-menu-item a:after {
  background: var(--wp--preset--color--orange-light);
  bottom: -5px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}
.menu-panel.is-open ul.menu {
  transform: translate(0);
}
.menu-panel ul.menu .sub-menu {
  display: inline-block;
  left: calc(-150% - 70px);
  list-style: none;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translateX(-100px);
  transition: all 1s cubic-bezier(0.27, 0.595, 0.01, 1);
  width: 400px;
}
.menu-panel ul.menu .sub-menu li {
  width: 100%;
}
.menu-panel ul.menu .sub-menu li a {
  display: block;
  font-size: 36px;
  line-height: 1.5em;
  -webkit-text-stroke-width: unset;
  -webkit-text-stroke-color: unset;
  color: #bfbfff;
}
.menu-panel ul.menu .sub-menu li a:hover {
  color: var(--wp--preset--color--purple);
}
.menu-panel ul.menu .sub-menu.is-open {
  opacity: 1;
  pointer-events: unset;
  transform: translateX(0);
}
.logged-in .menu-panel.is-open {
  z-index: 9;
}
.menu-left {
  display: none;
  left: -20px;
  position: relative;
  transition: all 1s cubic-bezier(0.27, 0.595, 0.01, 1);
}
.menu-left .menu-left-title {
  line-height: 1.2em;
}
.menu-panel.is-open .menu-left {
  left: 0;
}
.menu-button a {
  padding: 14px 30px;
}
.menu-blob {
  filter: blur(20px);
  left: 50% !important;
  opacity: 1;
  pointer-events: none;
  position: absolute !important;
  top: calc(50% + 100px) !important;
  transform: translate(-50%, -50%) scale(1) !important;
  width: min(100vw, 1000px);
  z-index: -1;
}
.menu-blob path {
  stroke-width: 2px;
  filter: blur(2px);
}
.service-menu-container {
  align-self: end;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  box-sizing: border-box;
  max-width: 220px;
  padding: 10px 0;
  position: relative;
}
.service-menu-container:before {
  content: "Services";
  font-weight: 700;
  pointer-events: none;
  position: absolute;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: hsla(0, 0%, 100%, 0.3);
  color: transparent;
  font-size: 36px;
  left: -30px;
  opacity: 0;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  transition: all 1s cubic-bezier(0.27, 0.595, 0.01, 1);

}
.menu-panel.is-open .service-menu-container:before {
  left: 10;
  opacity: 1;
}
.menu-bottom-left {
  bottom: -20px;
  display: none;
  left: 0;
  position: absolute;
  transition: all 1s cubic-bezier(0.27, 0.595, 0.01, 1);
}
.menu-panel.is-open .menu-bottom-left {
  bottom: 0;
}
@media (min-width: 666px) {
  .menu-left {
    display: block;
  }
  .menu-panel__container {
    justify-content: space-between;
  }
  .service-menu-container {
    max-width: unset;
  }
}
@media screen and (min-width: 666px) and (min-height: 600px) {
  .menu-bottom-left {
    display: block;
  }
}
@media screen and (min-height: 600px) {
  .menu-panel .menu-panel__container .menu-right {
    gap: 20px;
  }
  .service-menu-container {
    padding: 20px 0;
  }
  .service-menu-container:before {
    font-size: 40px;
  }
}
@media screen and (min-height: 700px) {
  .menu-panel .menu-panel__container .menu-right {
    gap: 30px;
  }
  .service-menu-container {
    padding: 40px 0;
  }
  .service-menu-container:before {
    font-size: 42px;
  }
}
@media screen and (min-width: 666px) and (min-height: 700px) {
  .service-menu-container:before {
    font-size: 50px;
  }
}
.contact-panels {
  position: relative;
}
.contact-panels:before {
  content: "Locations";
  font-size: 72px;
  font-weight: 700;
  left: -305px;
  position: absolute;
  top: 50%;
  transform: translateY(50%) rotate(-90deg);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: hsla(0, 0%, 100%, 0.3);
  color: transparent;
}
.page-id-13 .footer-top {
  display: none;
}
.footer a {
  text-decoration: none;
}
.footer-links a {
  position: relative;
}
.footer-links a:where(:not(.wp-element-button)) {
  --wp--preset--color--white: hsla(0, 0%, 100%, 0.8);
}
.footer-links a:where(:not(.wp-element-button)):hover {
  --wp--preset--color--white: #fff;
}
.footer-links a:before {
  background: var(--wp--preset--color--purple);
  border-radius: 20px;
  content: "";
  height: 4px;
  margin-left: -20px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transition: all 1s cubic-bezier(0.27, 0.595, 0.01, 1);
  width: 4px;
}
.footer-links a:hover:before {
  margin-left: -15px;
  opacity: 1;
}
.bg-blur-blob,
.slider-left-content {
  position: relative;
  z-index: 2;
}
@media (min-width: 782px) {
  .bg-blur-blob:after {
    background: url(images/bg-blur-blob.cf2f7762.png) no-repeat 50%;
    background-size: cover;
    content: "";
    filter: brightness(0.6);
    height: 700px;
    left: 0;
    left: 20%;
    pointer-events: none;
    position: absolute;
    top: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
    z-index: 1;
  }
}
html.lenis,
html.lenis body {
  height: auto;
  overflow-x: hidden;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
.lenis.lenis-smooth iframe {
  pointer-events: none;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-x-hidden {
  overflow-x: clip;
  overflow-y: visible;
}
.ease {
  transition: all 0.2s ease-out;
}
.ease-cubic {
  transition: all 1s cubic-bezier(0.27, 0.595, 0.01, 1);
}
.w-100 {
  width: 100%;
}
.hide {
  display: none !important;
}
.grid {
  display: grid !important;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, 1fr);
}
.grid-cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid-cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid-cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gap-10 {
  gap: 10px;
}
.align-content-center {
  align-content: center;
}
.align-self-center {
  align-self: center;
}
.text-align-center {
  text-align: center;
}
.text-decoration-none a {
  text-decoration: none;
}
.z-index-2 {
  z-index: 2;
}
.z-index-3 {
  z-index: 3;
}
.has-icon {
  display: inline-block;
  padding-left: 42px;
  position: relative;
}
.has-icon:before {
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 20px;
}
.has-icon-email:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyMCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOS42MDUyIDMuMTk1NTZMMTEuMjU3MyA5LjYxNjkyQzEwLjUxNjUgMTAuMTg2NyA5LjQ4MzUyIDEwLjE4NjcgOC43NDI2NyA5LjYxNjkyTDAuMzk0NzY2IDMuMTk1NTZDMC4zODE4NzUgMy4zMDQ3IDAuMzc1IDMuNDE2NDIgMC4zNzUgMy41Mjg5OVYxMy4xNTRDMC4zNzUgMTQuNjcyNSAxLjYwNjQ5IDE1LjkwNCAzLjEyNSAxNS45MDRIMTYuODc1QzE4LjM5MzUgMTUuOTA0IDE5LjYyNSAxNC42NzI1IDE5LjYyNSAxMy4xNTRWMy41Mjg5OUMxOS42MjUgMy40MTY0MSAxOS42MTgxIDMuMzA0NyAxOS42MDUyIDMuMTk1NTZaTTAuOTMwMDI2IDEuODcyMTNMOS41ODA0MyA4LjUyNjI1QzkuODI3OTMgOC43MTcwMyAxMC4xNzE3IDguNzE3MDMgMTAuNDE5MiA4LjUyNjI1TDE5LjA2OTYgMS44NzIxM0MxOC41Njc3IDEuMjA3ODQgMTcuNzcxMSAwLjc3ODk5MiAxNi44NzQ3IDAuNzc4OTkySDMuMTI0NzJDMi4yMjg0IDAuNzc4OTkyIDEuNDMxOTEgMS4yMDc4MiAwLjkzMDAyNiAxLjg3MjEzWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
  top: 6px;
}

.has-icon-map:before {
  background-image: url(/wp-content/themes/freestyle-digital/assets/images/pin.png);
  top: 6px;
}

.has-icon-map:before,
.has-icon-email:before,
.has-icon-telephone:before {
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
}
.has-icon-telephone:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMSAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4Ljc0MjggMTUuNDQ4NUwxNi40ODUzIDEzLjgwNzlDMTUuODAyOCAxMy4zMDkxIDE0Ljg2NDQgMTMuMzgxMyAxNC4yNjczIDEzLjk3ODVMMTMuMDU5OCAxNS4xODZDMTIuODYyOSAxNS4zODI5IDEyLjU4MDggMTUuNDU1MSAxMi4zMzE0IDE1LjM2OThDOS4xNTUxMyAxNC4yNjA3IDcuMDY4MzUgMTIuMTg3IDUuOTU5MTMgOS4wMTcyN0M1Ljg2NzI2IDguNzY3OSA1LjkzOTQ1IDguNDc5MTUgNi4xNDI4OCA4LjI4MjI3TDcuMzQzODMgNy4wODEzM0M3Ljk0MTAzIDYuNDc3NTggOC4wMTMyMSA1LjU0NTcgNy41MTQ0NiA0Ljg1NjU5TDUuODczODMgMi42MDU2QzUuNTc4NTMgMi4xOTg3MiA1LjExOTEzIDEuOTQ5MzUgNC42MjAzOCAxLjkwOTk3QzQuMTI4MTkgMS44NzA2IDMuNjM2MDEgMi4wNDc3OCAzLjI4MTYzIDIuNDAyMTdDMS43OTE5NCAzLjg5MTg3IDEuMjIxMDEgNi4wMzExOCAxLjc5MTk0IDcuOTgwMTlDMy41MjQ0NCAxMy45MTkyIDcuNDE1OTUgMTcuODEwNyAxMy4zNTUgMTkuNTQzMkMxMy44NTM3IDE5LjY5NDEgMTQuMzY1NiAxOS43NjYzIDE0Ljg3NzUgMTkuNzY2M0MxNi4zNjA2IDE5Ljc2NjMgMTcuODMwNSAxOS4xNjI2IDE4Ljk0NjIgMTguMDQ3QzE5LjMwMDYgMTcuNjkyNiAxOS40Nzc4IDE3LjIwMDQgMTkuNDM4NCAxNi43MDE3QzE5LjM5OTEgMTYuMjAyOSAxOS4xNDk3IDE1Ljc1MDEgMTguNzQyOCAxNS40NDgyTDE4Ljc0MjggMTUuNDQ4NVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
}
@media screen and (min-width: 540px) and (max-width: 1100px) {
  .tablet\:grid {
    display: grid !important;
  }
  .tablet\:grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .tablet\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .tablet\:grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tablet\:grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.md\:show {
  display: none;
}
@media (min-width: 782px) {
  .md\:grid {
    display: grid !important;
  }
  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .md\:gap-28 {
    gap: 28px;
  }
  .md\:text-align-right {
    text-align: right !important;
  }
  .md\:text-align-center {
    text-align: center !important;
  }
  .md\:text-align-left {
    text-align: left !important;
  }
  .md\:order-1 {
    order: 1;
  }
  .md\:order-2 {
    order: 2;
  }
  .md\:justify-content-right {
    justify-content: flex-end;
  }
  .md\:align-content-start {
    align-content: flex-start;
  }
  .md\:hide {
    display: none !important;
  }
  .md\:show {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .lg\:grid {
    display: grid !important;
  }
  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .lg\:gap-28 {
    gap: 28px;
  }
  .lg\:text-align-right {
    text-align: right !important;
  }
  .lg\:text-align-center {
    text-align: center !important;
  }
  .lg\:text-align-left {
    text-align: left !important;
  }
  .lg\:order-1 {
    order: 1;
  }
  .lg\:order-2 {
    order: 2;
  }
  .lg\:justify-content-right {
    justify-content: flex-end;
  }
  .lg\:align-content-start {
    align-content: flex-start;
  }
  .lg\:hide {
    display: none !important;
  }
  .lg\:show {
    display: block !important;
  }
}
.swiper {
  --swiper-navigation-color: #fff;
  --swiper-navigation-size: 14px;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  border: 1px solid #fff;
  border-radius: 12px;
  height: 42px;
  width: 42px;
}
@media (min-width: 782px) {
  .swiper {
    --swiper-navigation-size: 20px;
  }
  .swiper .swiper-button-next,
  .swiper .swiper-button-prev {
    border: 1px solid #fff;
    border-radius: 16px;
    height: 56px;
    width: 56px;
  }
}
.swiper-arrows-container {
  --swiper-navigation-color: #fff;
  --swiper-navigation-size: 20px;
  display: flex;
  gap: 0 16px;
}
.swiper-arrows-container .swiper-button-next,
.swiper-arrows-container .swiper-button-prev {
  border: 1px solid #fff;
  border-radius: 12px;
  cursor: pointer;
  height: 42px;
  position: relative;
  top: 0;
  transform: unset !important;
  width: 42px;
}
.swiper-arrows-container .swiper-button-prev {
  left: 0;
}
.swiper-arrows-container .swiper-button-next {
  left: -6px;
}
@media (min-width: 782px) {
  .swiper-arrows-container .swiper-button-next,
  .swiper-arrows-container .swiper-button-prev {
    border-radius: 15px;
    height: 56px;
    width: 56px;
  }
  .swiper-arrows-container .swiper-button-next {
    left: 0;
  }
}
.home-post-slider .swiper-slide {
  opacity: 0;
  transition: all 1s cubic-bezier(0.27, 0.595, 0.01, 1);
}
.home-post-slider .swiper-slide-prev {
  pointer-events: none;
  transform: scale(0.7) !important;
}
.home-post-slider .swiper-slide-active,
.home-post-slider .swiper-slide-next {
  opacity: 1;
}
.process-slider {
  --swiper-navigation-color: #fff;
  --swiper-navigation-size: 20px;
}
.process-slider .swiper-button-next,
.process-slider .swiper-button-prev {
  border: 1px solid #fff;
  top: -58px;
}
.process-slider .swiper-button-prev {
  left: auto;
  right: 52px !important;
}
.process-slider .swiper-button-next {
  left: auto;
  right: 0 !important;
}
@media (min-width: 782px) {
  .process-slider .swiper-button-next,
  .process-slider .swiper-button-prev {
    border: 1px solid #fff;
    top: -80px;
  }
  .process-slider .swiper-button-prev {
    left: auto;
    right: 76px !important;
  }
  .process-slider .swiper-button-next {
    left: auto;
    right: 0 !important;
  }
}
.industries-slider {
  text-align: center;
}
.industries-slider .wp-block-cover img {
  border-radius: 20px;
  opacity: 0.15;
  transform: scale(0.7);
  transition: all 1s cubic-bezier(0.27, 0.595, 0.01, 1);
}
.industries-slider a {
  cursor: none;
}
.industries-slider .wp-block-heading {
  --title-size: var(--wp--preset--font-size--large-xxxl);
  background: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
  -webkit-text-fill-color: transparent;
  font-size: clamp(30px, 5vw, 40px) !important;
  line-height: 3em;
  position: relative;
}
@media (min-width: 782px) {
  .industries-slider .wp-block-heading {
    font-size: var(--title-size) !important;
    line-height: 1.4em;
  }
}
.industries-slider .wp-block-heading:after {
  background: #eea43c;
  bottom: 7px;
  content: "";
  display: block;
  height: 7px;
  left: 0;
  position: absolute;
  transition: all 1s cubic-bezier(0.27, 0.595, 0.01, 1);
  width: 0;
  z-index: -1;
}
.industries-slider .swiper-slide-prev .wp-block-cover__background {
  opacity: 0 !important;
}
.industries-slider .swiper-slide-prev .wp-block-heading {
  background: linear-gradient(
    90deg,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0),
    #9393b6
  );
}
.industries-slider .swiper-slide-active .wp-block-heading,
.industries-slider .swiper-slide-prev .wp-block-heading {
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
  -webkit-text-fill-color: transparent;
}
.industries-slider .swiper-slide-active .wp-block-heading:after {
  width: 100%;
}
.industries-slider .swiper-slide-active .wp-block-cover img {
  opacity: 1;
  transform: scale(1);
}
.industries-slider .swiper-slide-next .wp-block-cover__background {
  opacity: 0 !important;
}
.industries-slider .swiper-slide-next .wp-block-heading {
  background: linear-gradient(
    270deg,
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0),
    #9393b6
  );
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
  -webkit-text-fill-color: transparent;
}
.industries-slider.has-pagination {
  padding-bottom: 50px;
}
.industries-slider.has-pagination .swiper-pagination {
  display: block;
}
@media (min-width: 782px) {
  .industries-slider.has-pagination {
    padding-bottom: 0;
  }
  .industries-slider.has-pagination .swiper-pagination {
    display: none;
  }
}
.logo-slider .wp-block-image {
  margin: 0 auto;
}
.service-slide-group .wp-block-image {
  border-radius: 20px;
  overflow: hidden;
}
.service-slide-group .wp-block-image img {
  transform: scale(1);
  transition: all 1s cubic-bezier(0.27, 0.595, 0.01, 1);
}
.service-slide-group:hover .wp-block-image img {
  transform: scale(1.1);
}
.es-badge-container {
  margin: 0 auto !important;
}
@media (min-width: 782px) {
  .es-badge-container {
    margin-left: 0 !important;
  }
}
@media (hover: hover) {
  .cursor,
  .has-custom-cursor {
    cursor: none;
  }
  .cursor {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background: rgba(12, 25, 54, 0.11);
    border: 1px solid hsla(0, 0%, 100%, 0.6);
    border-radius: 50%;
    color: #fff;
    height: 100px;
    left: var(--cursor-x);
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: fixed;
    top: var(--cursor-y);
    transform: translate(-50%, -50%) scale(0);
    transition: opacity 0.2s, transform 0.2s;
    width: 100px;
    z-index: 1;
  }
  .cursor .cursor-inner {
    align-items: center;
    border-radius: 50%;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    transform: translateX(0);
    width: 100%;
  }
  .cursor svg {
    opacity: 0.6;
    width: 28px;
  }
  .cursor svg.cursor-grab {
    display: none;
    opacity: 0;
  }
  body.show-custom-cursor .cursor {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    z-index: 99;
  }
  body.show-custom-cursor .cursor svg.cursor-arrow {
    transform: rotate(0deg);
  }
  body.show-custom-cursor .cursor.is-left {
    transform: translate(-50%, -50%) scale(1);
  }
  body.show-custom-cursor .cursor.is-left svg.cursor-arrow {
    transform: rotate(-135deg);
  }
  body.show-custom-cursor .cursor.is-right {
    transform: translate(-50%, -50%) scale(1);
  }
  body.show-custom-cursor .cursor.is-right svg.cursor-arrow {
    transform: rotate(45deg);
  }
  body.show-custom-cursor .cursor.is-link {
    border: 1px solid var(--wp--preset--color--orange-light);
    transform: translate(-50%, -50%) scale(1);
  }
  body.show-custom-cursor .cursor.is-link .cursor-inner {
    transform: translateX(10px);
  }
  body.show-custom-cursor .cursor.is-link .cursor-inner svg {
    opacity: 1;
    transform: rotate(45deg);
  }
  body.show-custom-cursor .cursor.is-link .cursor-inner svg path {
    fill: var(--wp--preset--color--orange-light);
  }
}
.cursor.is-grabbing:not(.is-link) svg.cursor-arrow {
  display: none;
  opacity: 0;
}
.cursor.is-grabbing:not(.is-link) svg.cursor-grab {
  display: block;
  opacity: 0.6;
}
.cursor.is-grabbing:not(.is-link).is-left svg.cursor-grab {
  transform: scaleX(-1);
}
.yoast-breadcrumbs {
  color: hsla(0, 0%, 100%, 0.3);
  font-size: var(--wp--preset--font-size--base-xl);
  font-weight: 700;
  line-height: var(--wp--custom--line-height--loose);
}
.yoast-breadcrumbs a {
  color: hsla(0, 0%, 100%, 0.3);
  position: relative;
  text-decoration: none;
}
.yoast-breadcrumbs .breadcrumb_last,
.yoast-breadcrumbs a:hover {
  color: #fff;
}
.wp-block-button a {
  transition: all 1s cubic-bezier(0.27, 0.595, 0.01, 1);
}
.wp-block-button a.has-blue-background-color:hover {
  --wp--preset--color--blue: #1646ff;
}
.wp-block-button a.has-blue-purple-gradient-background:hover {
  opacity: 0.8;
}
.wp-block-button.is-style-outline a:hover {
  background: var(--wp--preset--color--blue);
  border-color: var(--wp--preset--color--blue);
}
.slider-card {
  border-radius: 20px;
  box-sizing: border-box;
}
.process-card,
.slider-card {
  box-shadow: inset 0 0 0 2px hsla(0, 0%, 100%, 0.1);
  overflow: hidden;
  position: relative;
}
.process-card {
  background: linear-gradient(hsla(0, 0%, 100%, 0.1), rgba(0, 0, 0, 0.1));
}
.process-card-image {
  align-items: center;
  background: linear-gradient(
    hsla(0, 0%, 100%, 0.05),
    hsla(0, 0%, 100%, 0.05)
  ) !important;
  border-radius: 500px;
  box-shadow: inset 0 -2px 2px -1px hsla(0, 0%, 100%, 0.1);
  display: flex;
  height: 80px;
  justify-content: center;
  margin-left: 0 !important;
  width: 80px;
}
.process-card-image img {
  height: 65px;
  width: 65px;
}
.process-card .animated-blob {
  left: 0 !important;
  top: -50% !important;
}
.wp-block-post.type-page,
.wp-block-post.type-project {
  margin-bottom: 30px;
}
.wp-block-post.type-page .wp-block-post-featured-image,
.wp-block-post.type-project .wp-block-post-featured-image {
  border-radius: 20px;
  overflow: hidden;
}
.wp-block-post.type-page .wp-block-post-featured-image img,
.wp-block-post.type-project .wp-block-post-featured-image img {
  transform: scale(1);
  transition: all 1s cubic-bezier(0.27, 0.595, 0.01, 1);
}
.wp-block-post.type-page:hover .wp-block-post-featured-image img,
.wp-block-post.type-project:hover .wp-block-post-featured-image img {
  transform: scale(1.1);
}
.contact-details-item figure {
  flex-basis: 40px !important;
}
.contact-details-item figure img {
  width: 20px !important;
}
.contact-details-item p {
  width: calc(100% - 40px) !important;
}
.contact-details-item-address figure img {
  width: 24px !important;
}
.contact-details-item-wtw figure img {
  border-radius: 4px;
  width: 22px !important;
}
.contact-details-item-parking figure img {
  width: 22px !important;
}
.wp-block-post.project .wp-block-fs-featured-hover-image {
  border-radius: 20px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  transition: all 1s cubic-bezier(0.27, 0.595, 0.01, 1);
  z-index: 1;
}
.wp-block-post.project .wp-block-fs-featured-hover-image img {
  transform: scale(1.1);
  transition: all 1s cubic-bezier(0.27, 0.595, 0.01, 1);
}
.wp-block-post.project:hover .wp-block-fs-featured-hover-image {
  opacity: 1;
}
.wp-block-post.project:hover .wp-block-fs-featured-hover-image img {
  transform: scale(1);
}
.refer-card {
  position: relative;
}
.refer-card-number {
  font-size: 102px;
  left: -25px;
  opacity: 0.3 !important;
  position: absolute;
  top: var(--wp--preset--spacing--medium);
}
.icon-eyes {
  display: inline-block;
  margin: -10px 0;
}
.icon-eyes img {
  height: auto;
  position: relative;
  top: min(15px, 3.5vw);
  width: clamp(35px, 10vw, 55px);
}
.icon-fire {
  display: inline-block;
  margin: -10px 0 -10px 10px;
}
.icon-fire img {
  height: auto;
  position: relative;
  top: min(5px, 3.5vw);
  width: clamp(32px, 10vw, 42px);
}
.icon-leaf {
  display: inline-block;
  margin: -10px 0 -10px 10px;
}
.icon-leaf img {
  height: auto;
  position: relative;
  top: min(5px, 3.5vw);
  width: clamp(35px, 10vw, 45px);
}
.icon-campfire {
  display: inline-block;
  margin: -10px 0 -10px 5px;
  position: relative;
  top: 10px;
}
.icon-campfire img {
  top: 0;
}
.icon-campfire img,
.picture-width-65 img {
  height: auto;
  position: relative;
  width: clamp(35px, 10vw, 65px);
}
.picture-width-65 img {
  top: min(-5px, -0.7vw);
}
.heading-freestyle-logo {
  width: clamp(120px, 15vw, 164px);
}
.fs-review-widget {
  cursor: pointer;
  display: grid;
  gap: 20px 15px;
  grid-template-columns: repeat(20, 1fr);
  max-width: 450px;
  width: 100%;
}
.fs-review-widget p {
  margin: 0;
}
.fs-review-widget .fs-review-widget__images {
  grid-column-end: 9;
  grid-column-start: 1;
  position: relative;
}
.fs-review-widget
  .fs-review-widget__images
  img.fs-review-widget__images__image {
  border: 2px solid #fff;
  border-radius: 500px;
  box-shadow: -5px 0 4.5px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  margin: 0 -30px 0 0;
  position: relative;
  transform: translateX(0);
  width: 50px;
}
.fs-review-widget
  .fs-review-widget__images
  img.fs-review-widget__images__image:hover {
  transform: translateX(-10px);
}
.fs-review-widget .fs-review-widget__content {
  display: flex;
  flex-direction: column;
  gap: 5px 0;
  grid-column-end: 22;
  grid-column-start: 10;
}
.fs-review-widget .fs-review-widget__content .fs-review-widget__content--top {
  display: flex;
  gap: 10px;
}
.fs-review-widget__content__subtitle {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
}
.fs-review-widget__content__text {
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2em;
}
.fs-review-widget__content__stars {
  display: flex;
  gap: 0;
}
span.review-star {
  color: #eea43c;
  font-size: 30px;
}
span.review-star:hover {
  color: #ffc36f;
}
.icon-google-reviews {
  background: #fff;
  border-radius: 500px;
  box-shadow: -5px 0 4.5px rgba(0, 0, 0, 0.25);
  padding: 4px;
  position: absolute;
  right: -20px;
  top: -5px;
  width: 20px;
}
.animated-chart-wrap {
  perspective: 1200px;
}
.animated-chart-wrap .animated-chart {
  align-items: flex-end;
  aspect-ratio: 16/9;
  display: flex;
  gap: 20px 40px;
  margin: 0 auto;
  -webkit-mask-image: linear-gradient(0deg, transparent, #000);
  mask-image: linear-gradient(0deg, transparent, #000);
  max-width: 560px;
  transform: rotateY(-55deg);
  width: 100%;
}
.animated-chart-wrap .animated-chart span {
  border-radius: 12px;
  display: block;
  height: 0;
  position: relative;
  width: 100%;
}
.animated-chart-wrap .animated-chart span:before {
  background: inherit;
  border-radius: 12px;
  content: "";
  filter: blur(20px);
  height: 100%;
  opacity: 0.5;
  position: absolute;
  transition: all 1s cubic-bezier(0.27, 0.595, 0.01, 1);
  width: 100%;
  z-index: -1;
}
.animated-chart-wrap .animated-chart span:first-child {
  transition-delay: 0.5s;
}
.animated-chart-wrap .animated-chart span:nth-child(2) {
  transition-delay: 0.6s;
}
.animated-chart-wrap .animated-chart span:nth-child(3),
.animated-chart-wrap .animated-chart span:nth-child(4) {
  transition-delay: 0.7s;
}
.animated-chart.in-view span:first-child {
  height: 25%;
}
.animated-chart.in-view span:nth-child(2) {
  height: 66.66%;
}
.animated-chart.in-view span:nth-child(3),
.animated-chart.in-view span:nth-child(4) {
  height: 100%;
}
.seo-packs-graphic {
  margin: 0 auto;
  max-width: 410px;
  position: relative;
  transform: translateY(30px);
  width: 100%;
}
.seo-packs-graphic__card {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: linear-gradient(
    180deg,
    rgba(45, 45, 61, 0.7),
    rgba(39, 39, 54, 0.7)
  );
  border-radius: 23px;
  box-shadow: 0 3.70073px 60.0443px rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 410px;
  padding: 30px 25px;
}
@media (min-width: 782px) {
  .seo-packs-graphic__card {
    padding: 30px 60px;
  }
}
.seo-packs-graphic__card--back {
  backface-visibility: hidden;
  height: 100%;
  left: 50%;
  position: absolute;
  top: calc(50% - 60px);
  transform: translate(-50%, -50%) scale(0.8);
  transition: transform 0.6s ease-in-out;
  width: calc(100% - 40px);
  z-index: -1;
}
.seo-packs-graphic__card--front {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  z-index: 1;
}
.seo-packs-graphic__card .item {
  align-items: center;
  display: flex;
  gap: 20px 20px;
  width: 100%;
}
@media (min-width: 782px) {
  .seo-packs-graphic__card .item {
    gap: 20px 40px;
  }
}
.seo-packs-graphic__card .item__icon {
  display: flex;
  height: 60px;
  width: 60px;
}
.seo-packs-graphic__card .item__icon img {
  height: auto;
  width: 100%;
}
.seo-packs-graphic__card .item__lines {
  width: 100%;
}
.seo-packs-graphic__card .item__lines .line {
  --line-bg: #454558;
  --line-bg-grey: #454558;
  --line-bg-color: #454558;
  animation: animate_bg 3s infinite;
  background: var(--line-bg-color);
  border-radius: 15px;
  display: block;
  height: 9px;
  margin: 9px 0;
  width: 100%;
}
.seo-packs-graphic__card .item__lines .line--bg-blue {
  --line-bg-color: var(--wp--preset--color--blue);
  width: 80%;
}
.seo-packs-graphic__card .item__lines .line--bg-purple {
  --line-bg-color: var(--wp--preset--color--purple);
  width: 50%;
}
.seo-packs-graphic__card .item__lines .line--bg-yellow {
  --line-bg-color: var(--wp--preset--color--orange-light);
  width: 70%;
}
.circles {
  height: 100%;
  position: absolute;
  width: 100%;
}
.circles .circle {
  border-radius: 5000px;
  height: 300px;
  position: absolute;
  width: 300px;
}
.circles .circle--lg {
  height: 177px;
  width: 177px;
}
.circles .circle--md {
  height: 98px;
  width: 98px;
}
.circles .circle--sm {
  height: 75px;
  width: 75px;
}
.circles .circle--top-right {
  right: -50px;
  top: -80px;
}
.circles .circle--left {
  left: -30px;
  top: 30%;
  transform: translateY(-50%);
}
.circles .circle--bottom-right {
  bottom: -30px;
  right: 100px;
}
.circles .circle--yellow {
  background: linear-gradient(180deg, #eea43c, rgba(238, 164, 60, 0.1));
}
.circles .circle--purple {
  background: linear-gradient(180deg, #823df2, rgba(130, 61, 242, 0.1));
}
.circles .circle--blue {
  background: linear-gradient(180deg, #0477ff, rgba(4, 119, 255, 0.1));
}
.animation--bobble {
  animation: bobble 3s infinite;
  animation-timing-function: ease-in-out;
}
@keyframes animate_bg {
  50% {
    --line-bg: var(--line-bg-grey);
    background: var(--line-bg);
  }
  0% {
    --line-bg: var(--line-bg-color);
    background: var(--line-bg);
  }
}
@keyframes bobble {
  0% {
    transform: translate(0);
  }
  50% {
    transform: translate(-4px, 12px);
  }
  to {
    transform: translate(0);
  }
}

.cvSnWC{
  background-color: transparent !important;
}
.kaKtJS , .fBdimJ{
  color:#fff !important;
}


.dnbYzP{
  color:#fff !important;
}
.eHTcnD{
  display: none!important;
}
.jHBeRl{
  background-color: #000;
}
.fFKfrJ, .gEdyMQ{
  display:none !important;
}

.wp-block-template-part{
  background: rgba(255, 255, 255, 0.1);
backdrop-filter: blur(10px);
padding: 40px;

}

.blur{
  background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            border-radius: 20px;
            padding: 40px;
           
            box-shadow: inset 0 0 0 2px hsla(0, 0%, 100%, 0.1)
}

/* .contact-section {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 40px;
  position: relative;
}

.contact-text {
  width: 100%;
  color: #fff;
  font-size: 24px;
  font-family: Urbanist, sans-serif;
  padding-right: 40px;
  height: 600px;
  display: flex;
  justify-content:center;
  align-items: center;
  flex-direction: column;
}

.contact-text h2 {
font-size: 64px!important;
}
.contact-text h2 p {
  font-size: var(--wp--preset--font-size--base);
  margin-top: 20px;
  font-weight: normal;
  }  


.contact-form-container {
  width: 100%;
  max-width: 700px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 40px;
  box-shadow: inset 0 0 0 2px hsla(0, 0%, 100%, 0.1)
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: row;
  gap: 15px;

}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #ffffff75;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff !important;
  font-size: 16px;
  outline: none;
  box-sizing: border-box;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #fff;
  opacity: 1;
  font-size: 18px;
  font-family: Urbanist, sans-serif;
}

.form-group textarea {
  height: 100px;
  resize: vertical;
}

.contact-form button {  
  display: block;  
  width: 50%;  
  padding: 20px;  
  background-color: #0678fe;  
  color: #fff;  
  border: none;  
  border-radius: 16px;  
  font-size: var(--wp--preset--font-size--button);  
  cursor: pointer;  
  transition: background-color 0.3s;  
  font-weight: 600;  
  font-family: Urbanist, sans-serif;  
}

.contact-form button:hover{
  background-color: #1646ff;
}

.contact-form {  
  text-align: left;  
}


.contact-form h2 {
  color: #fff;
  text-align: left;
  font-size: 30px;
  margin-bottom: 20px;
  font-family: var(--wp--preset--font-family--urbanist);
  font-weight: var(--wp--custom--font-weight--100);
  margin-top: 0px !important;
}

.contact-form h2 span {
  color: #fff;
  font-weight: bold;
  font-size: 40px;
}

.success-message {
  display: none;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .contact-section {
    flex-direction: column;
    text-align: center;
    padding: 20px;
    margin-left: -20px!important;
  }

  .contact-text {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
    height: 100%;
  }

  .contact-form-container {
    width: 100%;
    max-width: 600px;
  }

  .contact-form button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .contact-section {
    padding: 20px;
  }
  .contact-form input::placeholder,
  .contact-form textarea::placeholder {
    color: #fff;
    opacity: 1;
    font-size: 12px;
  }
  
  .contact-form-container {
    padding: 20px;
  }

  .form-group input,
  .form-group textarea,
  .contact-form button {
    font-size: 14px;
    padding: 10px;
  }
  .contact-form h2 {
    color: #fff;
    text-align: center;
    font-size: 27px;
    margin-bottom: 20px;
    font-family: var(--wp--preset--font-family--urbanist);
    font-weight: var(--wp--custom--font-weight--100);
  }
  
  .contact-form h2 span {
    color: #fff;
    font-weight: bold;
    font-size: 27px;
  }
} */

.logo-animated{
  display: none;
}



.contact-section {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0px;
  position: relative;
}

.contact-text {
  width: 100%;
  color: #fff;
  font-size: 24px;
  font-family: Urbanist, sans-serif;
  padding-right: 40px;
  height: 600px;
  display: flex;
  justify-content:center;
  align-items: center;
  flex-direction: column;
}

.contact-text h2 {
font-size: 64px!important;
}
.contact-text h2 p {
  font-size: var(--wp--preset--font-size--base);
  margin-top: 20px;
  font-weight: normal;
  }  


.contact-form-container {
  width: 100%;
  max-width: 700px;
  border-radius: 16px;
  padding: 40px;
 
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: row;
  gap: 15px;

}

.form-group input,
.form-group textarea, .form-group select{
  width: 100%;
  border: 1px solid transparent;
  border-radius: 0px;
  background: transparent;
  color: #fff !important;
  font-size: 16px;
  outline: none;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
}

.form-group select option{
  background-color: #000;
  color: #fff;
  opacity: 1;
  font-size: 18px;
  font-family: Urbanist, sans-serif;
}

.form-group input , .form-group select{
  padding: 10px 0px 30px 0px; 
}

.form-group textarea{
  padding: 10px 0px 18px 0px; 
}
.contact-form input::placeholder,
.contact-form textarea::placeholder, .form-group select {
  color: #fff;
  opacity: 1;
  font-size: 18px;
  font-family: Urbanist, sans-serif;
}



.contact-form button {  
  display: block;  
  width: 50%;  
  padding: 20px;  
  background-color: #0678fe;  
  color: #fff;  
  border: none;  
  border-radius: 16px;  
  font-size: var(--wp--preset--font-size--button);  
  cursor: pointer;  
  transition: background-color 0.3s;  
  font-weight: 600;  
  font-family: Urbanist, sans-serif;  
}


.contact-form button:hover{
  background-color: #1646ff;
}

.contact-form {  
  text-align: left;  
}


.contact-form h2 {
  color: #fff;
  text-align: left;
  font-size: 30px;
  margin-bottom: 20px;
  font-family: var(--wp--preset--font-family--urbanist);
  font-weight: var(--wp--custom--font-weight--100);
  margin-top: 0px !important;
}

.form-group select {
  padding-left: 0px;
}
.contact-form h2 span {
  color: #fff;
  font-weight: bold;
  font-size: 40px;
}

.success-message {
  display: none;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}



@media (max-width: 768px) {
  .contact-section {
    flex-direction: column;
    text-align: center;
    padding: 20px;
    margin-left: -20px!important;
  }

  .contact-text {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
    height: 100%;
  }

  .contact-form-container {
    width: 100%;
    max-width: 600px;
  }

  .contact-form button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .contact-section {
    padding: 20px;
  }
  .contact-form input::placeholder,
  .contact-form textarea::placeholder,.form-group select {
    color: #fff;
    opacity: 1;
    font-size: 14px;
  }
  
  .form-text{
    font-size:12px;
  }
  
  .contact-form-container {
    padding: 20px;
  }

  .form-group input,
  .form-group textarea,
  .contact-form button, .form-group select {
    font-size: 14px;
    padding: 10px;
  }
  .contact-form h2 {
    color: #fff;
    text-align: center;
    font-size: 27px;
    margin-bottom: 20px;
    font-family: var(--wp--preset--font-family--urbanist);
    font-weight: var(--wp--custom--font-weight--100);
  }
  
  .contact-form h2 span {
    color: #fff;
    font-weight: bold;
    font-size: 27px;
  }
  .contact-form-container button{
    width:50% !important;
  }
  .form-group select {
    padding-left: 6px;
  }
  .fs-review-widget{
    display: none;
  }
  .form-content{
    padding-top: 30px!important;
  }

}

.logo-animated{
  display: none;
}

.kHApOl{
  display: none; 
}

.form-content{
  margin-top: -100px!important;

}
.bezIRZ{
  display: none;
}