@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyeMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuDyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuDyYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v20/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuBWYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Tilt Warp';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/tiltwarp/v18/AlZc_zVDs5XpmO7yn3w7flUoytXJp3z29uEwmEMLEJljLXvT8UJSZTBx.ttf) format('truetype');
}
/* All delay classes will take half the time to start */
:root {
  --animate-delay: 0.5s;
}
a {
  color: #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #000000;
  transition: all 0.3s ease-in-out;
}
p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #2E2E2E;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 86px;
}
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}
#navigation .header-navigation {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  justify-content: space-between;
  align-items: center;
  background-color: #0F1A2C;
  height: 66px;
  padding: 0 32px;
}
#navigation .header-navigation .header-navigation-logo {
  width: auto;
  height: 28px;
}
#navigation .header-navigation .header-navigation-links {
  display: flex;
  gap: 22px;
  align-items: center;
}
#navigation .header-navigation .header-navigation-links a {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
#navigation .header-navigation .header-navigation-links a:hover {
  color: #DF4852;
  transition: all 0.3s ease-in-out;
}
#navigation .header-navigation .header-navigation-links .custom-button:hover {
  color: #ffffff;
}
#navigation .header-navigation .header-navigation-links .dropdown {
  position: relative;
}
#navigation .header-navigation .header-navigation-links .dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  padding: 15px 0;
}
#navigation .header-navigation .header-navigation-links .dropdown .dropdown-toggle .nav-arrow {
  width: 12px;
  height: 12px;
  transition: transform 0.3s ease-in-out;
}
#navigation .header-navigation .header-navigation-links .dropdown .dropdown-toggle:hover {
  color: #DF4852;
}
#navigation .header-navigation .header-navigation-links .dropdown .dropdown-toggle:hover .nav-arrow {
  transform: rotate(180deg);
}
#navigation .header-navigation .header-navigation-links .dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  width: auto;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 8px 0;
  z-index: 1000;
}
#navigation .header-navigation .header-navigation-links .dropdown .dropdown-menu a {
  display: block;
  padding: 10px 20px;
  color: #2E2E2E;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
}
#navigation .header-navigation .header-navigation-links .dropdown .dropdown-menu a:hover {
  color: #DF4852;
  background: rgba(223, 72, 82, 0.05);
}
#navigation .header-navigation .header-navigation-links .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#navigation .header-navigation .header-navigation-links .dropdown:hover .dropdown-toggle {
  color: #DF4852;
}
#navigation .header-navigation .header-navigation-links .dropdown:hover .dropdown-toggle .nav-arrow {
  transform: rotate(180deg);
}
#navigation .header-navigation .mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 22px;
  height: 22px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  z-index: 101;
  position: relative;
}
#navigation .header-navigation .mobile-menu-toggle .burger-line {
  width: 22px;
  height: 2.8px;
  background: #ffffff;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
  display: block;
}
#navigation .header-navigation .mobile-menu-toggle.active .burger-line:nth-child(1) {
  transform: translateY(5.6px) rotate(45deg);
}
#navigation .header-navigation .mobile-menu-toggle.active .burger-line:nth-child(2) {
  opacity: 0;
}
#navigation .header-navigation .mobile-menu-toggle.active .burger-line:nth-child(3) {
  transform: translateY(-9.6px) rotate(-45deg);
}
@media screen and (max-width: 1023px) {
  #navigation .header-navigation .mobile-menu-toggle {
    display: flex;
  }
  #navigation .header-navigation .header-navigation-links {
    display: none;
  }
}
#navigation .mobile-menu {
  display: none;
  position: fixed;
  top: 66px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
  overflow-y: auto;
}
#navigation .mobile-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#navigation .mobile-menu.active .mobile-menu-content .mobile-menu-section,
#navigation .mobile-menu.active .mobile-menu-content .mobile-menu-divider {
  opacity: 1;
  transform: translateY(0);
}
#navigation .mobile-menu.active .mobile-menu-footer {
  opacity: 1;
  transform: translateY(0);
}
#navigation .mobile-menu .mobile-menu-content {
  padding: 0;
}
#navigation .mobile-menu .mobile-menu-content .mobile-menu-section {
  padding: 24px 32px;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
#navigation .mobile-menu .mobile-menu-content .mobile-menu-section .mobile-menu-heading {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #0F1A2C;
  margin: 0 0 16px 0;
  transition: all 0.3s ease-in-out;
}
#navigation .mobile-menu .mobile-menu-content .mobile-menu-section .mobile-menu-link {
  display: block;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2E2E2E;
  text-decoration: none;
  padding: 12px 0;
  transition: all 0.3s ease-in-out;
}
#navigation .mobile-menu .mobile-menu-content .mobile-menu-section .mobile-menu-link:hover {
  color: #DF4852;
}
#navigation .mobile-menu .mobile-menu-content .mobile-menu-section a {
  transition: all 0.3s ease-in-out;
}
#navigation .mobile-menu .mobile-menu-content .mobile-menu-section a:hover {
  color: #DF4852;
  transition: all 0.3s ease-in-out;
}
#navigation .mobile-menu .mobile-menu-content .mobile-menu-section a:hover h1,
#navigation .mobile-menu .mobile-menu-content .mobile-menu-section a:hover h2,
#navigation .mobile-menu .mobile-menu-content .mobile-menu-section a:hover h3 {
  color: #DF4852;
  transition: all 0.3s ease-in-out;
}
#navigation .mobile-menu .mobile-menu-content .mobile-menu-section:nth-child(1) {
  transition-delay: 0.1s;
}
#navigation .mobile-menu .mobile-menu-content .mobile-menu-section:nth-child(3) {
  transition-delay: 0.2s;
}
#navigation .mobile-menu .mobile-menu-content .mobile-menu-section:nth-child(5) {
  transition-delay: 0.3s;
}
#navigation .mobile-menu .mobile-menu-content .mobile-menu-divider {
  height: 1px;
  background: #E0E0E0;
  margin: 0 32px;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
#navigation .mobile-menu .mobile-menu-content .mobile-menu-divider:nth-child(2) {
  transition-delay: 0.15s;
}
#navigation .mobile-menu .mobile-menu-content .mobile-menu-divider:nth-child(4) {
  transition-delay: 0.25s;
}
#navigation .mobile-menu .mobile-menu-footer {
  padding: 24px 32px;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  transition-delay: 0.35s;
}
#navigation .mobile-menu .mobile-menu-footer .custom-button {
  width: auto;
  display: block;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  #navigation .mobile-menu {
    display: block;
  }
}
@keyframes hyrax-hero-float {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -12px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes legal-header-star-drift {
  0% {
    transform: translate3d(0, 0, 0);
  }
  25% {
    transform: translate3d(0, -9px, 0);
  }
  50% {
    transform: translate3d(0, -18px, 0);
  }
  75% {
    transform: translate3d(0, -9px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes social-header-icon-float {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -14px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px 130px 20px;
}
@media screen and (min-width: 1000px) {
  .header {
    min-height: 560px;
  }
}
@media screen and (max-width: 1000px) {
  .header {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.header .bg-design {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 725px;
  background-image: none;
}
@media screen and (max-width: 1024px) {
  .header .bg-design {
    height: 295px;
  }
}
.header .bg-design img {
  position: absolute;
  will-change: transform;
  animation-name: hyrax-hero-float;
  animation-duration: 6.2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
  .header .bg-design img {
    animation: none;
  }
}
.header .bg-design img:nth-child(1) {
  top: 260px;
  left: 50%;
  margin-left: -600px;
  animation-duration: 3s;
  animation-delay: -0.8s;
}
.header .bg-design img:nth-child(2) {
  top: 220px;
  right: 50%;
  margin-right: -540px;
  animation-duration: 2s;
  animation-delay: -2.2s;
}
.header .bg-design img:nth-child(3) {
  top: 600px;
  left: 50%;
  margin-left: -300px;
  animation-duration: 3s;
  animation-delay: -1.4s;
}
.header .bg-design img:nth-child(4) {
  top: 390px;
  right: 50%;
  margin-right: -640px;
  animation-duration: 4s;
  animation-delay: -3s;
}
@media screen and (max-width: 1350px) {
  .header .bg-design img:nth-child(4) {
    margin-right: -540px;
  }
}
@media screen and (max-width: 1130px) {
  .header .bg-design img:nth-child(4) {
    margin-right: -480px;
  }
}
@media screen and (max-width: 1050px) {
  .header .bg-design img {
    display: none;
  }
}
.header .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #0F1A2C;
}
.header .header-content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 150px;
  max-width: 1180px;
  text-align: center;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .header .header-content {
    padding-top: 80px;
  }
}
.header .header-content img {
  height: 120px;
  display: block;
  position: relative;
  margin: 0 auto;
}
.header .header-content p {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  padding: 0 30px;
  margin: 30px auto;
  max-width: 800px;
}
.custom-button {
  display: inline-block;
  position: relative;
  padding: 12px 20px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  background: #DF4852;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  border-radius: 8px;
}
.custom-button:hover {
  color: #ffffff;
  background: #d02430;
  transition: all 0.3s ease-in-out;
}
.custom-button.small {
  padding: 10px 16px;
  font-size: 14px;
  line-height: 20px;
}
.custom-button.dark {
  background: #2E2E2E;
  transition: all 0.3s ease-in-out;
}
.custom-button.dark:hover {
  background: #DF4852;
  transition: all 0.3s ease-in-out;
}
h1 {
  font-family: 'Tilt Warp', cursive;
  font-size: 60px;
  line-height: 72px;
  font-weight: 400;
  text-align: center;
  color: #2E2E2E;
  padding: 0 30px;
  max-width: 940px;
  margin: 20px auto 0 auto;
}
h1.white {
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  h1 {
    font-size: 24px;
    line-height: 32px;
  }
}
.section-heading {
  position: relative;
  font-family: 'Tilt Warp', cursive;
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  color: #0F1A2C;
  margin: 0 auto 10px auto;
  max-width: 960px;
  padding: 0 30px;
}
@media screen and (max-width: 1000px) {
  .section-heading {
    font-size: 24px;
    line-height: 32px;
  }
}
.sub-heading {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #2E2E2E;
}
.section {
  position: relative;
  width: calc(100% - 40px);
  margin: 0 auto;
  background: #ffffff;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .section {
    width: calc(100% - 40px);
  }
}
.section.dark {
  background: #0F1A2C;
}
.section.full {
  width: 100%;
}
#who-we-are {
  position: relative;
  padding: 0;
  margin: 0 auto;
  margin-top: 100px;
}
@media screen and (min-width: 800px) {
  #who-we-are {
    display: flex;
    align-items: center;
    min-height: 552px;
  }
}
@media screen and (max-width: 800px) {
  #who-we-are {
    padding: 0;
    margin-top: 20px;
  }
}
#who-we-are .bg-design {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 0;
  object-fit: cover;
}
@media screen and (min-width: 1100px) {
  #who-we-are .bg-design {
    left: 50%;
    max-width: 1420px;
    transform: translate(-50%, -50%);
  }
}
#who-we-are .bg-design.mobi {
  display: none;
}
@media screen and (max-width: 800px) {
  #who-we-are .bg-design.mobi {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 268px;
    margin: 0 auto;
    transform: unset;
  }
}
@media screen and (max-width: 1100px) {
  #who-we-are .bg-design {
    width: 100%;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 800px) {
  #who-we-are .bg-design {
    display: none;
  }
}
#who-we-are .flex-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 800px) {
  #who-we-are .flex-container {
    min-height: inherit;
  }
}
#who-we-are .flex-container .section-heading {
  position: relative;
  z-index: 1;
  color: #0F1A2C;
  max-width: 960px;
  margin-bottom: 20px;
  text-align: center;
  max-width: 652px;
}
#who-we-are .flex-container .sub-heading {
  position: relative;
  z-index: 1;
  margin: 0 0 20px 0;
  color: #2E2E2E;
  max-width: 652px;
}
#who-we-are .flex-container .who-we-are-content {
  position: relative;
  z-index: 1;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #2E2E2E;
  max-width: 960px;
  margin: 0 auto 30px auto;
  padding: 0 30px;
  max-width: 652px;
}
#who-we-are .flex-container .custom-button {
  position: relative;
  z-index: 1;
}
#who-we-are .flex-container .homepage-reel-inner {
  position: relative;
  z-index: 1;
  width: calc(100% - 20px);
  max-width: 750px;
  margin: 0 auto 24px auto;
}
#who-we-are .flex-container .homepage-reel-inner .homepage-reel-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
#who-we-are .flex-container .video-embed-card {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  border-radius: 18px;
  overflow: hidden;
}
#who-we-are .flex-container .video-embed-card .video-embed {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  max-width: 100%;
  border-radius: 18px;
  object-fit: cover;
  background: #111111;
}
#who-we-are .flex-container .video-embed-card .video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 72px;
  height: 72px;
  margin: -36px 0 0 -36px;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}
#who-we-are .flex-container .video-embed-card .video-play-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #ffffff;
}
#who-we-are .flex-container .video-embed-card.is-playing .video-play-btn {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 800px) {
  #who-we-are .flex-container {
    justify-content: flex-start;
    align-items: flex-start;
  }
  #who-we-are .flex-container .section-heading {
    padding: 0;
    text-align: left;
  }
  #who-we-are .flex-container .video-embed-card {
    border-radius: 8px;
  }
  #who-we-are .flex-container .video-embed-card .video-embed {
    border-radius: 8px;
  }
  #who-we-are .flex-container .who-we-are-content,
  #who-we-are .flex-container p {
    text-align: left;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
  }
}
#work-with-us {
  position: relative;
  width: calc(100% - 40px);
  margin: 200px auto;
  max-width: 1180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
#work-with-us.short-top {
  margin-top: 100px;
}
@media screen and (max-width: 800px) {
  #work-with-us.short-top {
    margin-top: 60px;
  }
}
@media screen and (max-width: 800px) {
  #work-with-us {
    margin: 120px auto;
  }
}
#work-with-us .work-with-us-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#work-with-us .work-with-us-bg.mobi {
  display: none;
}
@media screen and (max-width: 800px) {
  #work-with-us .work-with-us-bg.mobi {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  #work-with-us .work-with-us-bg {
    display: none;
  }
}
#work-with-us .inner-content {
  padding: 80px;
}
@media screen and (max-width: 800px) {
  #work-with-us .inner-content {
    padding: 50px 20px;
  }
}
#work-with-us .section-heading {
  position: relative;
  z-index: 2;
  color: #ffffff;
  max-width: 960px;
  margin-bottom: 20px;
  text-align: center;
  padding: 0 30px;
}
#work-with-us .work-with-us-content {
  position: relative;
  z-index: 2;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  max-width: 960px;
  margin: 0 auto 30px auto;
  padding: 0 30px;
}
#work-with-us .custom-button {
  position: relative;
  z-index: 2;
}
#who-we-work-with {
  margin-top: 100px;
}
#who-we-work-with .sub-heading {
  margin: 0 0 20px 0;
}
#who-we-work-with .section-heading {
  padding: 0;
  max-width: 860px;
  margin-bottom: 0;
}
#who-we-work-with .industry-blocks {
  position: relative;
  width: calc(100% - 40px);
  margin: 0 auto;
  max-width: 1180px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 32px;
}
#who-we-work-with .industry-blocks .block {
  flex: 1;
  position: relative;
  max-height: 434px;
  max-width: 372px;
  padding: 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  #who-we-work-with .industry-blocks .block {
    min-height: 434px;
  }
}
#who-we-work-with .industry-blocks .block .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#who-we-work-with .industry-blocks .block .content {
  position: relative;
  z-index: 2;
}
#who-we-work-with .industry-blocks .block .content .icon {
  width: 140px;
}
#who-we-work-with .industry-blocks .block .content h3 {
  font-family: 'Tilt Warp', cursive;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #0F1A2C;
  margin: 20px 0 10px 0;
}
#who-we-work-with .industry-blocks .block .content p {
  text-align: center;
  margin: 20px 0 24px 0;
  padding: 0 5px;
}
#who-we-work-with .industry-blocks .block:nth-child(2) {
  margin-top: 100px;
}
@media screen and (max-width: 1150px) {
  #who-we-work-with .industry-blocks .block:nth-child(2) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1150px) {
  #who-we-work-with .industry-blocks {
    width: 100%;
    gap: 5px;
  }
}
@media screen and (max-width: 800px) {
  #who-we-work-with .industry-blocks {
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
    width: 100%;
    gap: 22px;
  }
  #who-we-work-with .industry-blocks .block {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 1000px) {
  #who-we-work-with {
    margin-top: 0;
  }
  #who-we-work-with .section-heading {
    max-width: 570px;
  }
}
#platforms {
  position: relative;
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 5px;
  min-height: 572px;
}
@keyframes platform-logo-drop-bounce {
  0% {
    transform: var(--logo-start-transform, translate3d(0, 0, 0));
  }
  58% {
    transform: var(--logo-bounce-down-transform, var(--logo-end-transform));
  }
  74% {
    transform: var(--logo-bounce-up-transform, var(--logo-end-transform));
  }
  88% {
    transform: var(--logo-catch-transform, var(--logo-end-transform));
  }
  100% {
    transform: var(--logo-end-transform);
  }
}
@media screen and (max-width: 800px) {
  #platforms {
    min-height: 0;
  }
}
#platforms .bg-design {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 1100px) {
  #platforms .bg-design {
    width: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
#platforms .section-heading {
  color: #ffffff;
  max-width: 960px;
  margin-bottom: 20px;
  z-index: 2;
  max-width: 645px;
  padding: 0;
}
#platforms .sub-heading {
  position: relative;
  margin: 0 auto;
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  z-index: 2;
  max-width: 645px;
}
@media screen and (max-width: 800px) {
  #platforms .sub-heading {
    font-size: 16px;
    line-height: 24px;
  }
}
#platforms .platform-logos {
  position: relative;
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-top: 30px;
  max-width: 960px;
  min-height: 300px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  #platforms .platform-logos {
    min-height: 0;
    margin: 55px auto 70px auto;
  }
}
#platforms .platform-logos .platform-logo {
  max-width: 234px;
  height: auto;
  display: block;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  will-change: transform;
  transform: var(--logo-start-transform, translate3d(0, 0, 0));
}
#platforms .platform-logos .platform-logo:nth-child(1) {
  position: absolute;
  top: 10px;
  left: 0;
  --logo-end-transform: translate3d(2px, 148px, 0) rotate(18deg);
  --logo-bounce-down-transform: translate3d(2px, 178px, 0) rotate(20deg);
  --logo-bounce-up-transform: translate3d(2px, 134px, 0) rotate(16deg);
  --logo-catch-transform: translate3d(2px, 156px, 0) rotate(19deg);
}
#platforms .platform-logos .platform-logo:nth-child(2) {
  position: absolute;
  top: 80px;
  left: 206px;
  --logo-end-transform: translate3d(0, 158px, 0) rotate(-11deg);
  --logo-bounce-down-transform: translate3d(0, 188px, 0) rotate(-13deg);
  --logo-bounce-up-transform: translate3d(0, 146px, 0) rotate(-9deg);
  --logo-catch-transform: translate3d(0, 166px, 0) rotate(-12deg);
}
#platforms .platform-logos .platform-logo:nth-child(3) {
  position: absolute;
  top: 0;
  left: 50%;
  --logo-start-transform: translateX(-20%) translate3d(0, 0, 0);
  --logo-end-transform: translateX(-20%) translate3d(-2px, 160px, 0) rotate(-35deg);
  --logo-bounce-down-transform: translateX(-20%) translate3d(-2px, 192px, 0) rotate(-28deg);
  --logo-bounce-up-transform: translateX(-20%) translate3d(-2px, 144px, 0) rotate(-22deg);
  --logo-catch-transform: translateX(-20%) translate3d(-2px, 170px, 0) rotate(-36deg);
}
#platforms .platform-logos .platform-logo:nth-child(4) {
  position: absolute;
  bottom: 80px;
  right: 180px;
  --logo-end-transform: translate3d(-6px, 120px, 0) rotate(-8deg);
  --logo-bounce-down-transform: translate3d(-6px, 146px, 0) rotate(-10deg);
  --logo-bounce-up-transform: translate3d(-6px, 108px, 0) rotate(-6deg);
  --logo-catch-transform: translate3d(-6px, 128px, 0) rotate(-9deg);
}
#platforms .platform-logos .platform-logo:nth-child(5) {
  position: absolute;
  top: 40px;
  right: 0;
  --logo-end-transform: translate3d(6px, 126px, 0) rotate(14deg);
  --logo-bounce-down-transform: translate3d(6px, 154px, 0) rotate(16deg);
  --logo-bounce-up-transform: translate3d(6px, 112px, 0) rotate(12deg);
  --logo-catch-transform: translate3d(6px, 134px, 0) rotate(15deg);
}
#platforms .platform-logos .platform-logo:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
#platforms .platform-logos .platform-logo[style*="position: absolute"] {
  transition: none;
}
@media screen and (max-width: 800px) {
  #platforms .platform-logos .platform-logo {
    width: 100px;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    transform: unset !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  #platforms .platform-logos .platform-logo {
    animation: none;
    transform: var(--logo-end-transform);
  }
}
#platforms.platforms-animate-in .platform-logos .platform-logo {
  animation: platform-logo-drop-bounce 0.72s cubic-bezier(0.18, 0.88, 0.24, 1) forwards;
}
#how-we-work {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 100px 0 0 0;
  margin-bottom: 24px;
}
#how-we-work .bg-design {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../../assets/img/how-we-work-bg.png") no-repeat center center;
  background-size: cover;
  z-index: 0;
}
@media screen and (max-width: 1080px) {
  #how-we-work .bg-design {
    display: none;
  }
}
#how-we-work .content-container {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1180px;
  margin: 0 auto;
}
#how-we-work .section-heading {
  max-width: 960px;
  margin-bottom: 20px;
  max-width: 992px;
  padding: 0;
}
@media screen and (max-width: 800px) {
  #how-we-work .section-heading {
    text-align: left;
  }
}
#how-we-work .sub-heading {
  position: relative;
  margin: 0 auto 20px auto;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #2E2E2E;
  max-width: 992px;
}
@media screen and (max-width: 800px) {
  #how-we-work .sub-heading {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
}
#how-we-work .sub-heading:last-of-type {
  margin: 20px auto 60px auto;
  max-width: 960px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
#how-we-work .workflow-chart {
  position: relative;
  width: calc(100% - 40px);
  margin: 0 auto;
  max-width: 1180px;
  min-height: 1015px;
  padding: 0;
}
@media screen and (max-width: 1080px) {
  #how-we-work .workflow-chart {
    max-width: 650px;
  }
}
#how-we-work .workflow-chart .workflow-block {
  position: absolute;
  z-index: 1;
  max-width: 320px;
  text-align: center;
}
#how-we-work .workflow-chart .workflow-block .workflow-image {
  width: 100%;
  max-width: 320px;
  height: auto;
  display: block;
  margin: 0 auto 24px auto;
}
#how-we-work .workflow-chart .workflow-block .workflow-heading {
  font-weight: 700;
  color: #0F1A2C;
  margin: 0 0 20px 0;
  text-align: left;
}
#how-we-work .workflow-chart .workflow-block .workflow-text {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2E2E2E;
  margin: 0;
  text-align: left;
}
#how-we-work .workflow-chart .workflow-block.workflow-block-1 {
  top: 0;
  left: 0;
}
#how-we-work .workflow-chart .workflow-block.workflow-block-2 {
  top: 88px;
  left: 50%;
  transform: translateX(-70%);
  margin-left: 60px;
}
#how-we-work .workflow-chart .workflow-block.workflow-block-3 {
  top: 270px;
  right: 0;
}
#how-we-work .workflow-chart .workflow-block.workflow-block-4 {
  top: 608px;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -100px;
}
@media screen and (max-width: 1080px) {
  #how-we-work .workflow-chart .workflow-block {
    position: relative;
    max-width: 100%;
    margin: 30px auto;
  }
  #how-we-work .workflow-chart .workflow-block.workflow-block-1,
  #how-we-work .workflow-chart .workflow-block.workflow-block-2,
  #how-we-work .workflow-chart .workflow-block.workflow-block-3,
  #how-we-work .workflow-chart .workflow-block.workflow-block-4 {
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    margin: 0 0 20px 0;
    transform: none;
  }
}
#how-we-work .workflow-footer {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #2E2E2E;
  max-width: 960px;
  margin: 108px auto 20px auto;
  padding: 0 30px;
  max-width: 920px;
}
@media screen and (max-width: 1080px) {
  #how-we-work .workflow-footer {
    text-align: left;
    max-width: 650px;
    margin: 48px auto 20px auto;
    padding: 0 20px;
  }
}
#fees-animation {
  position: relative;
  margin-top: 100px;
  padding: 5px 0;
}
#fees-animation .bg-design {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 800px) {
  #fees-animation .bg-design {
    width: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
#fees-animation .fees-anim-gif {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  min-height: 170px;
  display: block;
}
@media screen and (max-width: 800px) {
  #fees-animation .fees-anim-gif {
    width: auto;
  }
}
#services {
  padding: 100px 0;
}
@media screen and (max-width: 800px) {
  #services {
    padding: 60px 0;
  }
}
#services .services-container {
  width: 100%;
  margin: 0 auto;
  max-width: 1180px;
  display: flex;
  gap: 100px;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  #services .services-container {
    flex-direction: column;
    gap: 40px;
    justify-content: center;
    align-items: center;
  }
}
#services .services-left {
  flex: 1;
  max-width: 480px;
}
#services .services-left .sub-heading {
  margin: 0 0 20px 0;
  text-align: left;
}
#services .services-left .section-heading {
  text-align: left;
  margin-bottom: 20px;
  padding: 0;
}
#services .services-left .services-content {
  text-align: left;
  margin: 0;
}
#services .services-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  max-width: 600px;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  #services .services-right {
    padding-right: 30px;
  }
}
@media screen and (max-width: 800px) {
  #services .services-right {
    gap: 20px;
    padding-right: 0;
    align-items: unset;
  }
}
#services .services-right .service-block {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 18px 28px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 800px) {
  #services .services-right .service-block {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}
#services .services-right .service-block:nth-child(2) {
  left: 10px;
}
@media screen and (max-width: 800px) {
  #services .services-right .service-block:nth-child(2) {
    left: unset;
  }
}
#services .services-right .service-block:nth-child(3) {
  right: 20px;
}
@media screen and (max-width: 800px) {
  #services .services-right .service-block:nth-child(3) {
    right: unset;
  }
}
#services .services-right .service-block:nth-child(4) {
  left: 7px;
}
@media screen and (max-width: 800px) {
  #services .services-right .service-block:nth-child(4) {
    left: unset;
  }
}
#services .services-right .service-block .design-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#services .services-right .service-block .design-bg.mobi {
  display: none;
}
@media screen and (max-width: 800px) {
  #services .services-right .service-block .design-bg.mobi {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  #services .services-right .service-block .design-bg {
    display: none;
  }
}
#services .services-right .service-block svg path {
  transition: all 0.3s ease-in-out;
}
#services .services-right .service-block:hover svg path {
  stroke: #DF4852;
  transition: all 0.3s ease-in-out;
}
#services .services-right .service-block .service-image {
  width: 80px;
  height: 80px;
  object-fit: contain;
  flex-shrink: 0;
  z-index: 2;
}
#services .services-right .service-block .service-content {
  flex: 1;
  text-align: center;
  z-index: 2;
}
#services .services-right .service-block .service-content .service-heading {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #2E2E2E;
  text-align: left;
  margin-top: 0;
}
#services .services-right .service-block .service-content .service-text {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2E2E2E;
  margin: 0;
  text-align: left;
}
#services .services-right .service-block .service-arrow {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  transition: transform 0.3s ease-in-out;
  z-index: 2;
}
#services .services-right .service-block:hover .service-arrow {
  transform: translateX(5px);
}
#footer {
  position: relative;
  width: 100%;
  color: #ffffff;
  margin-top: 100px;
  overflow: hidden;
}
#footer .design-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1100px) {
  #footer .design-bg {
    width: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
#footer .footer-content {
  position: relative;
  width: calc(100% - 40px);
  margin: 0 auto;
  max-width: 1180px;
  padding: 100px 0 57px 0;
  display: flex;
  gap: 60px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  #footer .footer-content {
    flex-wrap: wrap;
    gap: 40px;
  }
}
@media screen and (max-width: 800px) {
  #footer .footer-content {
    flex-direction: column;
  }
}
#footer .footer-column {
  position: relative;
  z-index: 1;
  flex: 1;
  min-width: 200px;
}
#footer .footer-column.footer-brand .footer-logo {
  width: auto;
  height: 40px;
  margin-bottom: 16px;
  display: block;
}
#footer .footer-column.footer-brand .footer-tagline {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin: 0;
  text-align: left;
}
#footer .footer-column .footer-heading {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin: 0 0 20px 0;
  text-align: left;
}
#footer .footer-column .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-column .footer-links li a {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
}
#footer .footer-column .footer-links li a:hover {
  color: #DF4852;
  transition: all 0.3s ease-in-out;
}
#footer .footer-bottom {
  position: relative;
  z-index: 1;
  padding: 0 0 100px 0;
}
#footer .footer-bottom .footer-bottom-content {
  width: calc(100% - 40px);
  margin: 0 auto;
  max-width: 1180px;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  #footer .footer-bottom .footer-bottom-content {
    flex-wrap: wrap;
    gap: 40px;
  }
}
@media screen and (max-width: 800px) {
  #footer .footer-bottom .footer-bottom-content {
    flex-direction: column;
    gap: 20px;
  }
}
#footer .footer-bottom .footer-bottom-content .footer-bottom-column {
  flex: 1;
  min-width: 200px;
}
#footer .footer-bottom .footer-bottom-content .footer-bottom-column .footer-link {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
#footer .footer-bottom .footer-bottom-content .footer-bottom-column .footer-link:hover {
  color: #DF4852;
  transition: all 0.3s ease-in-out;
}
#footer .footer-bottom .footer-bottom-content .footer-bottom-column .footer-copyright {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin: 0;
  text-align: left;
}
.content-blocks {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: calc(100% - 40px);
  max-width: 1180px;
  margin: 100px auto;
}
@media screen and (max-width: 1024px) {
  .content-blocks {
    max-width: 800px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    margin: 60px auto 80px auto;
  }
}
.content-blocks .content-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  max-width: 316px;
}
.content-blocks .content-block:nth-child(2) {
  margin-top: 148px;
}
@media screen and (max-width: 1024px) {
  .content-blocks .content-block:nth-child(2) {
    margin-top: 0;
  }
}
.content-blocks .content-block .content-icon {
  width: 100%;
  max-width: 316px;
  height: auto;
  object-fit: contain;
}
.content-blocks .content-block p {
  margin: 0;
}
.content-blocks .content-block .title {
  font-weight: 700;
}
.content-blocks .content-block .content-text {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 30px;
}
.video-embed-card .vec-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px 12px 10px 12px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 0 0 18px 18px;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.video-embed-card .vec-btn {
  background: none;
  border: none;
  color: #ffffff;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  line-height: 1;
}
.video-embed-card .vec-btn svg {
  display: block;
  flex-shrink: 0;
}
.video-embed-card .vec-btn:focus {
  outline: none;
}
.video-embed-card .vec-play-pause .icon-pause {
  display: none;
}
.video-embed-card .vec-mute-btn .icon-muted {
  display: none;
}
.video-embed-card .vec-time {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.88);
  flex-shrink: 0;
  white-space: nowrap;
  letter-spacing: 0.04em;
}
.video-embed-card .vec-progress-wrap {
  position: relative;
  flex: 1;
  min-width: 0;
  height: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.video-embed-card .vec-progress-wrap:hover .vec-track {
  height: 6px;
}
.video-embed-card .vec-progress-wrap:hover .vec-track-fill {
  height: 6px;
}
.video-embed-card .vec-track {
  position: absolute;
  left: 0;
  right: 0;
  height: 4px;
  background: rgba(255, 255, 255, 0.28);
  border-radius: 3px;
  overflow: hidden;
  pointer-events: none;
  transition: height 0.12s ease;
}
.video-embed-card .vec-track-fill {
  height: 100%;
  width: 0%;
  background: #DF4852;
  border-radius: 3px;
}
.video-embed-card .vec-progress {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
.video-embed-card .vec-progress:focus {
  outline: none;
}
.video-embed-card .vec-progress::-webkit-slider-runnable-track {
  background: transparent;
  height: 4px;
}
.video-embed-card .vec-progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  margin-top: -5px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
.video-embed-card .vec-progress::-moz-range-track {
  background: transparent;
  height: 4px;
}
.video-embed-card .vec-progress::-moz-range-thumb {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  border: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
.video-embed-card .vec-vol-wrap {
  position: relative;
  width: 62px;
  height: 16px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .video-embed-card .vec-vol-wrap {
    display: none;
  }
}
.video-embed-card .vec-vol-track {
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  background: rgba(255, 255, 255, 0.28);
  border-radius: 3px;
  overflow: hidden;
  pointer-events: none;
}
.video-embed-card .vec-vol-fill {
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
}
.video-embed-card .vec-volume {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
.video-embed-card .vec-volume:focus {
  outline: none;
}
.video-embed-card .vec-volume::-webkit-slider-runnable-track {
  background: transparent;
  height: 3px;
}
.video-embed-card .vec-volume::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  margin-top: -4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
.video-embed-card .vec-volume::-moz-range-track {
  background: transparent;
  height: 3px;
}
.video-embed-card .vec-volume::-moz-range-thumb {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  border: none;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
.video-embed-card .vec-fullscreen-btn {
  margin-left: 2px;
}
.video-embed-card .vec-fullscreen-btn .icon-fullscreen-exit {
  display: none;
}
.video-embed-card video::-webkit-media-controls-fullscreen-button,
.video-embed-card video::-webkit-media-controls-overflow-button,
.video-embed-card video::-webkit-media-controls-play-button {
  display: none !important;
}
.video-embed-card:hover .vec-controls,
.video-embed-card.is-playing .vec-controls {
  opacity: 1;
}
.video-embed-card.is-playing .vec-play-pause .icon-play {
  display: none;
}
.video-embed-card.is-playing .vec-play-pause .icon-pause {
  display: block;
}
.video-embed-card.is-muted-state .vec-mute-btn .icon-vol {
  display: none;
}
.video-embed-card.is-muted-state .vec-mute-btn .icon-muted {
  display: block;
}
.video-embed-card.is-fullscreen .vec-controls {
  opacity: 1 !important;
}
.video-embed-card.is-fullscreen .vec-fullscreen-btn .icon-fullscreen {
  display: none;
}
.video-embed-card.is-fullscreen .vec-fullscreen-btn .icon-fullscreen-exit {
  display: block;
}
.video-embed-card:fullscreen,
.video-embed-card:-webkit-full-screen {
  background: #000000 !important;
  width: 100vw !important;
  height: 100vh !important;
  max-width: 100vw !important;
  max-height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 0 !important;
  overflow: hidden !important;
}
.video-embed-card:fullscreen .video-embed,
.video-embed-card:-webkit-full-screen .video-embed {
  width: auto !important;
  height: auto !important;
  max-width: 100vw !important;
  max-height: calc(100vh - 56px) !important;
  object-fit: contain !important;
  border-radius: 0 !important;
  background: #000000 !important;
}
.video-embed-card:fullscreen .vec-controls,
.video-embed-card:-webkit-full-screen .vec-controls {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  opacity: 1 !important;
  border-radius: 0 !important;
  z-index: 4 !important;
}
#industries-legal {
  position: relative;
}
#industries-legal .header-image {
  position: relative;
  width: 100%;
  height: calc(100vh);
  min-height: 656px;
  max-height: 770px;
  margin-top: 66px;
}
@media screen and (max-width: 800px) {
  #industries-legal .header-image {
    height: auto;
    padding-bottom: 60px;
    min-height: unset;
  }
}
#industries-legal .header-image .header-anim {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  max-width: 1600px;
}
#industries-legal .header-image .header-anim .header-float-icons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
#industries-legal .header-image .header-anim .header-float-icons img {
  position: absolute;
  width: 40px;
  height: 38px;
  will-change: transform;
  animation-name: legal-header-star-drift;
  animation-duration: 4.2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
#industries-legal .header-image .header-anim .header-float-icons img:nth-child(1) {
  left: 5%;
  top: 75%;
  animation-duration: 3.1s;
  animation-delay: -0.8s;
}
#industries-legal .header-image .header-anim .header-float-icons img:nth-child(2) {
  left: 15%;
  top: 3%;
  animation-duration: 3.4s;
  animation-delay: -2s;
}
#industries-legal .header-image .header-anim .header-float-icons img:nth-child(3) {
  left: 33.5%;
  top: 20%;
  animation-duration: 3.6s;
  animation-delay: -1.3s;
}
#industries-legal .header-image .header-anim .header-float-icons img:nth-child(4) {
  left: 73.5%;
  top: 1%;
  animation-duration: 3.2s;
  animation-delay: -2.6s;
}
#industries-legal .header-image .header-anim .header-float-icons img:nth-child(5) {
  left: 90.5%;
  top: 34%;
  animation-duration: 3.5s;
  animation-delay: -1.7s;
}
#industries-legal .header-image .header-anim .header-float-icons img:nth-child(6) {
  left: 28%;
  top: 100%;
  animation-duration: 3.3s;
  animation-delay: -1.9s;
}
#industries-legal .header-image .header-anim .header-float-icons img:nth-child(7) {
  left: 94%;
  top: 73%;
  animation-duration: 3.4s;
  animation-delay: -2.3s;
}
@media (prefers-reduced-motion: reduce) {
  #industries-legal .header-image .header-anim .header-float-icons img {
    animation: none;
  }
}
@media screen and (max-width: 800px) {
  #industries-legal .header-image .header-anim .header-float-icons {
    display: none;
  }
}
#industries-legal .header-image .header-anim img {
  width: 100%;
  height: auto;
}
#industries-legal .header-image .header-anim img.mobi {
  display: none;
}
@media screen and (max-width: 800px) {
  #industries-legal .header-image .header-anim img.mobi {
    display: block;
    max-width: 313px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 800px) {
  #industries-legal .header-image .header-anim img {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  #industries-legal .header-image .header-anim {
    top: 85px;
    transform: translateX(-50%);
  }
}
#industries-legal .header-image .header-content {
  position: relative;
  width: calc(100% - 40px);
  margin: 0 auto;
  max-width: 1180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 32px;
  height: 100%;
}
@media screen and (max-width: 800px) {
  #industries-legal .header-image .header-content {
    height: auto;
  }
}
#industries-legal .header-image .header-content .header-icon {
  position: relative;
}
#industries-legal .header-image .header-content .header-icon img {
  width: 200px;
  height: auto;
}
#industries-legal .header-image .header-content .header-title {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  #industries-legal .header-image .header-content .header-title {
    padding: 0;
  }
}
#industries-legal .header-image .header-content .icon-text {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}
#industries-legal .header-image .header-content .header-sub {
  max-width: 860px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 30px;
}
#industries-legal #how-we-helped-clients-like-you {
  position: relative;
  width: 100%;
}
#industries-legal #how-we-helped-clients-like-you .design-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1100px) {
  #industries-legal #how-we-helped-clients-like-you .design-bg {
    width: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
#industries-legal #how-we-helped-clients-like-you .content-container {
  position: relative;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding-top: 100px;
  max-width: 640px;
  z-index: 1;
}
#industries-legal #how-we-helped-clients-like-you .content-container .section-heading,
#industries-legal #how-we-helped-clients-like-you .content-container p {
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  #industries-legal #how-we-helped-clients-like-you .content-container {
    width: calc(100% - 40px);
    max-width: 100%;
    text-align: left;
    padding-top: 60px;
  }
  #industries-legal #how-we-helped-clients-like-you .content-container .section-heading {
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    padding: 0;
  }
  #industries-legal #how-we-helped-clients-like-you .content-container p {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
  #industries-legal #how-we-helped-clients-like-you .content-container .custom-button {
    margin-top: 20px;
  }
}
#industries-legal #how-we-helped-clients-like-you .videos-block {
  position: relative;
  width: calc(100% - 40px);
  margin: 0 auto;
  max-width: 1255px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 45px;
  margin-top: -60px;
  padding-bottom: 100px;
}
@media screen and (max-width: 800px) {
  #industries-legal #how-we-helped-clients-like-you .videos-block {
    width: 100%;
    margin-top: 40px;
    padding-bottom: 60px;
    overflow: hidden;
  }
}
#industries-legal #how-we-helped-clients-like-you .videos-block .block {
  position: relative;
}
#industries-legal #how-we-helped-clients-like-you .videos-block .block img {
  width: 100%;
  height: auto;
  max-width: 280px;
  display: block;
}
#industries-legal #how-we-helped-clients-like-you .videos-block .block:first-of-type {
  margin-top: 23px;
}
#industries-legal #how-we-helped-clients-like-you .videos-block .block:nth-child(2) {
  margin-top: 148px;
}
#industries-legal #how-we-helped-clients-like-you .videos-block .block:nth-child(3) {
  margin-top: 99px;
}
@media screen and (max-width: 800px) {
  #industries-legal #how-we-helped-clients-like-you .videos-block .block {
    margin-top: 0 !important;
    padding: 0 8px;
    flex: 0 0 auto;
  }
  #industries-legal #how-we-helped-clients-like-you .videos-block .block img {
    max-width: 100%;
    width: 100%;
    border-radius: 8px;
  }
}
#industries-legal #how-we-helped-clients-like-you .videos-block .block .video-embed-card {
  position: relative;
  max-width: 280px;
  border-radius: 18px;
  overflow: hidden;
}
#industries-legal #how-we-helped-clients-like-you .videos-block .block .video-embed-card .video-embed {
  width: 100%;
  height: auto;
  display: block;
  max-width: 280px;
  border-radius: 18px;
  object-fit: cover;
  background: #111111;
}
#industries-legal #how-we-helped-clients-like-you .videos-block .block .video-embed-card .video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 72px;
  height: 72px;
  margin: -36px 0 0 -36px;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}
#industries-legal #how-we-helped-clients-like-you .videos-block .block .video-embed-card .video-play-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #ffffff;
}
#industries-legal #how-we-helped-clients-like-you .videos-block .block .video-embed-card.is-playing .video-play-btn {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 800px) {
  #industries-legal #how-we-helped-clients-like-you .videos-block .block .video-embed-card {
    max-width: 100%;
    border-radius: 8px;
  }
  #industries-legal #how-we-helped-clients-like-you .videos-block .block .video-embed-card .video-embed {
    max-width: 100%;
    border-radius: 8px;
  }
}
@media screen and (max-width: 800px) {
  #industries-legal #how-we-helped-clients-like-you .videos-block.slick-slider {
    position: relative;
    width: 100%;
  }
  #industries-legal #how-we-helped-clients-like-you .videos-block.slick-slider .slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  #industries-legal #how-we-helped-clients-like-you .videos-block.slick-slider .slick-track {
    display: flex;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }
  #industries-legal #how-we-helped-clients-like-you .videos-block.slick-slider .slick-slide {
    padding: 0 13px;
    box-sizing: border-box;
    height: auto;
  }
  #industries-legal #how-we-helped-clients-like-you .videos-block.slick-slider .slick-slide > div {
    padding: 0;
  }
  #industries-legal #how-we-helped-clients-like-you .videos-block.slick-slider .slick-slide img {
    width: 100%;
    height: auto;
    display: block;
  }
}
#industries-legal #what-clients-say {
  position: relative;
  width: 100%;
}
#industries-legal #what-clients-say .design-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1100px) {
  #industries-legal #what-clients-say .design-bg {
    width: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
#industries-legal #what-clients-say .content-container {
  position: relative;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding-top: 100px;
  max-width: 645px;
  z-index: 1;
}
#industries-legal #what-clients-say .content-container .section-heading,
#industries-legal #what-clients-say .content-container p {
  color: #ffffff;
  max-width: 360px;
  margin: 0 auto 20px auto;
}
#industries-legal #what-clients-say .testimonial-blocks {
  position: relative;
  width: calc(100% - 40px);
  min-height: 585px;
  margin: 0 auto;
  max-width: 1420px;
  margin-top: -140px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1400px) {
  #industries-legal #what-clients-say .testimonial-blocks {
    max-width: 930px;
    min-height: 672px;
    margin-top: -20px;
  }
}
@media screen and (max-width: 1000px) {
  #industries-legal #what-clients-say .testimonial-blocks {
    max-width: 380px;
    margin-top: 50px;
    min-height: unset;
  }
}
#industries-legal #what-clients-say .testimonial-blocks .testimonial-block {
  position: absolute;
  width: 100%;
  max-width: 372px;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}
#industries-legal #what-clients-say .testimonial-blocks .testimonial-block:hover {
  z-index: 3;
  transition: all 0.3s ease-in-out;
}
#industries-legal #what-clients-say .testimonial-blocks .testimonial-block .block-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#industries-legal #what-clients-say .testimonial-blocks .testimonial-block .testimonial-content {
  position: relative;
  padding: 40px;
  text-align: left;
}
#industries-legal #what-clients-say .testimonial-blocks .testimonial-block .testimonial-content .testimonial-text {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #2E2E2E;
  padding: 5px 0 20px 0;
}
#industries-legal #what-clients-say .testimonial-blocks .testimonial-block .testimonial-content .testimonial-client {
  font-family: 'Inter', sans-serif;
  color: #2E2E2E;
}
#industries-legal #what-clients-say .testimonial-blocks .testimonial-block.white .testimonial-text,
#industries-legal #what-clients-say .testimonial-blocks .testimonial-block.white .testimonial-client {
  color: #ffffff;
}
#industries-legal #what-clients-say .testimonial-blocks .testimonial-block:first-of-type {
  top: 0;
  left: 0;
  transform: rotate(-10.16deg) scale(1);
}
#industries-legal #what-clients-say .testimonial-blocks .testimonial-block:first-of-type.hide {
  display: none;
}
#industries-legal #what-clients-say .testimonial-blocks .testimonial-block:first-of-type:hover {
  transform: rotate(0) scale(1.1);
}
#industries-legal #what-clients-say .testimonial-blocks .testimonial-block:nth-child(2) {
  top: 184px;
  left: 7%;
  transform: rotate(3.93deg) scale(1);
  max-width: 600px;
}
@media screen and (max-width: 1400px) {
  #industries-legal #what-clients-say .testimonial-blocks .testimonial-block:nth-child(2) {
    top: 44px;
    left: 10%;
  }
}
#industries-legal #what-clients-say .testimonial-blocks .testimonial-block:nth-child(2).hide {
  display: none;
}
#industries-legal #what-clients-say .testimonial-blocks .testimonial-block:nth-child(2):hover {
  transform: rotate(0) scale(1.1);
}
#industries-legal #what-clients-say .testimonial-blocks .testimonial-block:nth-child(3) {
  top: 184px;
  right: 7%;
  transform: rotate(-8.76deg) scale(1);
  max-width: 600px;
}
@media screen and (max-width: 1400px) {
  #industries-legal #what-clients-say .testimonial-blocks .testimonial-block:nth-child(3) {
    top: 374px;
    right: 10%;
  }
}
#industries-legal #what-clients-say .testimonial-blocks .testimonial-block:nth-child(3).hide {
  display: none;
}
#industries-legal #what-clients-say .testimonial-blocks .testimonial-block:nth-child(3):hover {
  transform: rotate(0) scale(1.1);
}
#industries-legal #what-clients-say .testimonial-blocks .testimonial-block:last-of-type {
  top: 23px;
  right: 0;
  transform: rotate(-4.3deg) scale(1);
}
#industries-legal #what-clients-say .testimonial-blocks .testimonial-block:last-of-type.hide {
  display: none;
}
#industries-legal #what-clients-say .testimonial-blocks .testimonial-block:last-of-type:hover {
  transform: rotate(0) scale(1.1);
}
@media screen and (max-width: 1000px) {
  #industries-legal #what-clients-say .testimonial-blocks .testimonial-block {
    position: relative;
    top: unset !important;
    left: unset !important;
    right: unset !important;
  }
}
#industries-financial {
  position: relative;
}
#industries-financial .header-image {
  position: relative;
  width: 100%;
  height: calc(100vh);
  min-height: 656px;
  max-height: 770px;
  margin-top: 66px;
}
@media screen and (max-width: 800px) {
  #industries-financial .header-image {
    height: auto;
    padding-bottom: 60px;
    min-height: unset;
  }
}
#industries-financial .header-image .header-anim {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  max-width: 1600px;
}
#industries-financial .header-image .header-anim .header-float-icons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
#industries-financial .header-image .header-anim .header-float-icons img {
  position: absolute;
  width: 40px;
  height: 38px;
  will-change: transform;
  animation-name: legal-header-star-drift;
  animation-duration: 4.2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
#industries-financial .header-image .header-anim .header-float-icons img:nth-child(1) {
  left: 5%;
  top: 75%;
  animation-duration: 3.1s;
  animation-delay: -0.8s;
}
#industries-financial .header-image .header-anim .header-float-icons img:nth-child(2) {
  left: 15%;
  top: 3%;
  animation-duration: 3.4s;
  animation-delay: -2s;
}
#industries-financial .header-image .header-anim .header-float-icons img:nth-child(3) {
  left: 33.5%;
  top: 20%;
  animation-duration: 3.6s;
  animation-delay: -1.3s;
}
#industries-financial .header-image .header-anim .header-float-icons img:nth-child(4) {
  left: 73.5%;
  top: 1%;
  animation-duration: 3.2s;
  animation-delay: -2.6s;
}
#industries-financial .header-image .header-anim .header-float-icons img:nth-child(5) {
  left: 90.5%;
  top: 34%;
  animation-duration: 3.5s;
  animation-delay: -1.7s;
}
#industries-financial .header-image .header-anim .header-float-icons img:nth-child(6) {
  left: 28%;
  top: 100%;
  animation-duration: 3.3s;
  animation-delay: -1.9s;
}
#industries-financial .header-image .header-anim .header-float-icons img:nth-child(7) {
  left: 94%;
  top: 73%;
  animation-duration: 3.4s;
  animation-delay: -2.3s;
}
@media (prefers-reduced-motion: reduce) {
  #industries-financial .header-image .header-anim .header-float-icons img {
    animation: none;
  }
}
@media screen and (max-width: 800px) {
  #industries-financial .header-image .header-anim .header-float-icons {
    display: none;
  }
}
#industries-financial .header-image .header-anim img {
  width: 100%;
  height: auto;
}
#industries-financial .header-image .header-anim img.mobi {
  display: none;
}
@media screen and (max-width: 800px) {
  #industries-financial .header-image .header-anim img.mobi {
    display: block;
    max-width: 313px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 800px) {
  #industries-financial .header-image .header-anim img {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  #industries-financial .header-image .header-anim {
    top: 85px;
    transform: translateX(-50%);
  }
}
#industries-financial .header-image .header-content {
  position: relative;
  width: calc(100% - 40px);
  margin: 0 auto;
  max-width: 1180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 32px;
  height: 100%;
}
@media screen and (max-width: 800px) {
  #industries-financial .header-image .header-content {
    height: auto;
  }
}
#industries-financial .header-image .header-content .header-icon {
  position: relative;
}
#industries-financial .header-image .header-content .header-icon img {
  width: 200px;
  height: auto;
}
#industries-financial .header-image .header-content .header-title {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  #industries-financial .header-image .header-content .header-title {
    padding: 0;
  }
}
#industries-financial .header-image .header-content .icon-text {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}
#industries-financial .header-image .header-content .header-sub {
  max-width: 860px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 30px;
}
#industries-financial #how-we-helped-clients-like-you {
  position: relative;
  width: 100%;
}
#industries-financial #how-we-helped-clients-like-you .design-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1100px) {
  #industries-financial #how-we-helped-clients-like-you .design-bg {
    width: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
#industries-financial #how-we-helped-clients-like-you .content-container {
  position: relative;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding-top: 100px;
  max-width: 640px;
  z-index: 1;
}
#industries-financial #how-we-helped-clients-like-you .content-container .section-heading,
#industries-financial #how-we-helped-clients-like-you .content-container p {
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  #industries-financial #how-we-helped-clients-like-you .content-container {
    width: calc(100% - 40px);
    max-width: 100%;
    text-align: left;
    padding-top: 60px;
  }
  #industries-financial #how-we-helped-clients-like-you .content-container .section-heading {
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    padding: 0;
  }
  #industries-financial #how-we-helped-clients-like-you .content-container p {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
  #industries-financial #how-we-helped-clients-like-you .content-container .custom-button {
    margin-top: 20px;
  }
}
#industries-financial #how-we-helped-clients-like-you .videos-block {
  position: relative;
  width: calc(100% - 40px);
  margin: 0 auto;
  max-width: 1255px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 45px;
  margin-top: -60px;
  padding-bottom: 100px;
}
@media screen and (max-width: 800px) {
  #industries-financial #how-we-helped-clients-like-you .videos-block {
    width: 100%;
    margin-top: 40px;
    padding-bottom: 60px;
    overflow: hidden;
  }
}
#industries-financial #how-we-helped-clients-like-you .videos-block .block {
  position: relative;
}
#industries-financial #how-we-helped-clients-like-you .videos-block .block img {
  width: 100%;
  height: auto;
  max-width: 280px;
  display: block;
}
#industries-financial #how-we-helped-clients-like-you .videos-block .block:first-of-type {
  margin-top: 23px;
}
#industries-financial #how-we-helped-clients-like-you .videos-block .block:nth-child(2) {
  margin-top: 148px;
}
#industries-financial #how-we-helped-clients-like-you .videos-block .block:nth-child(3) {
  margin-top: 99px;
}
@media screen and (max-width: 800px) {
  #industries-financial #how-we-helped-clients-like-you .videos-block .block {
    margin-top: 0 !important;
    padding: 0 8px;
    flex: 0 0 auto;
  }
  #industries-financial #how-we-helped-clients-like-you .videos-block .block img {
    max-width: 100%;
    width: 100%;
    border-radius: 8px;
  }
}
#industries-financial #how-we-helped-clients-like-you .videos-block .block .video-embed-card {
  position: relative;
  max-width: 280px;
  border-radius: 18px;
  overflow: hidden;
}
#industries-financial #how-we-helped-clients-like-you .videos-block .block .video-embed-card .video-embed {
  width: 100%;
  height: auto;
  display: block;
  max-width: 280px;
  border-radius: 18px;
  object-fit: cover;
  background: #111111;
}
#industries-financial #how-we-helped-clients-like-you .videos-block .block .video-embed-card .video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 72px;
  height: 72px;
  margin: -36px 0 0 -36px;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}
#industries-financial #how-we-helped-clients-like-you .videos-block .block .video-embed-card .video-play-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #ffffff;
}
#industries-financial #how-we-helped-clients-like-you .videos-block .block .video-embed-card.is-playing .video-play-btn {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 800px) {
  #industries-financial #how-we-helped-clients-like-you .videos-block .block .video-embed-card {
    max-width: 100%;
    border-radius: 8px;
  }
  #industries-financial #how-we-helped-clients-like-you .videos-block .block .video-embed-card .video-embed {
    max-width: 100%;
    border-radius: 8px;
  }
}
@media screen and (max-width: 800px) {
  #industries-financial #how-we-helped-clients-like-you .videos-block.slick-slider {
    position: relative;
    width: 100%;
  }
  #industries-financial #how-we-helped-clients-like-you .videos-block.slick-slider .slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  #industries-financial #how-we-helped-clients-like-you .videos-block.slick-slider .slick-track {
    display: flex;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }
  #industries-financial #how-we-helped-clients-like-you .videos-block.slick-slider .slick-slide {
    padding: 0 13px;
    box-sizing: border-box;
    height: auto;
  }
  #industries-financial #how-we-helped-clients-like-you .videos-block.slick-slider .slick-slide > div {
    padding: 0;
  }
  #industries-financial #how-we-helped-clients-like-you .videos-block.slick-slider .slick-slide img {
    width: 100%;
    height: auto;
    display: block;
  }
}
#industries-financial #what-clients-say {
  position: relative;
  width: 100%;
}
#industries-financial #what-clients-say .design-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1100px) {
  #industries-financial #what-clients-say .design-bg {
    width: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
#industries-financial #what-clients-say .content-container {
  position: relative;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding-top: 100px;
  max-width: 645px;
  z-index: 1;
}
#industries-financial #what-clients-say .content-container .section-heading,
#industries-financial #what-clients-say .content-container p {
  color: #ffffff;
  max-width: 360px;
  margin: 0 auto 20px auto;
}
#industries-financial #what-clients-say .testimonial-blocks {
  position: relative;
  width: calc(100% - 40px);
  min-height: 585px;
  margin: 0 auto;
  max-width: 1420px;
  margin-top: -140px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1400px) {
  #industries-financial #what-clients-say .testimonial-blocks {
    max-width: 930px;
    min-height: 672px;
    margin-top: -20px;
  }
}
@media screen and (max-width: 1000px) {
  #industries-financial #what-clients-say .testimonial-blocks {
    max-width: 380px;
    margin-top: 50px;
    min-height: unset;
  }
}
#industries-financial #what-clients-say .testimonial-blocks .testimonial-block {
  position: absolute;
  width: 100%;
  max-width: 372px;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}
#industries-financial #what-clients-say .testimonial-blocks .testimonial-block:hover {
  z-index: 3;
  transition: all 0.3s ease-in-out;
}
#industries-financial #what-clients-say .testimonial-blocks .testimonial-block .block-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#industries-financial #what-clients-say .testimonial-blocks .testimonial-block .testimonial-content {
  position: relative;
  padding: 40px;
  text-align: left;
}
#industries-financial #what-clients-say .testimonial-blocks .testimonial-block .testimonial-content .testimonial-text {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #2E2E2E;
  padding: 5px 0 20px 0;
}
#industries-financial #what-clients-say .testimonial-blocks .testimonial-block .testimonial-content .testimonial-client {
  font-family: 'Inter', sans-serif;
  color: #2E2E2E;
}
#industries-financial #what-clients-say .testimonial-blocks .testimonial-block.white .testimonial-text,
#industries-financial #what-clients-say .testimonial-blocks .testimonial-block.white .testimonial-client {
  color: #ffffff;
}
#industries-financial #what-clients-say .testimonial-blocks .testimonial-block:first-of-type {
  top: 0;
  left: 0;
  transform: rotate(-10.16deg) scale(1);
}
#industries-financial #what-clients-say .testimonial-blocks .testimonial-block:first-of-type:hover {
  transform: rotate(0) scale(1.1);
}
#industries-financial #what-clients-say .testimonial-blocks .testimonial-block:nth-child(2) {
  top: 164px;
  left: 23%;
  transform: rotate(3.93deg) scale(1);
}
@media screen and (max-width: 1400px) {
  #industries-financial #what-clients-say .testimonial-blocks .testimonial-block:nth-child(2) {
    top: 224px;
    left: 10%;
  }
}
#industries-financial #what-clients-say .testimonial-blocks .testimonial-block:nth-child(2):hover {
  transform: rotate(0) scale(1.1);
}
#industries-financial #what-clients-say .testimonial-blocks .testimonial-block:nth-child(3) {
  top: 184px;
  right: 24%;
  transform: rotate(-8.76deg) scale(1);
}
@media screen and (max-width: 1400px) {
  #industries-financial #what-clients-say .testimonial-blocks .testimonial-block:nth-child(3) {
    top: 264px;
    right: 10%;
  }
}
#industries-financial #what-clients-say .testimonial-blocks .testimonial-block:nth-child(3):hover {
  transform: rotate(0) scale(1.1);
}
#industries-financial #what-clients-say .testimonial-blocks .testimonial-block:last-of-type {
  top: 23px;
  right: 0;
  transform: rotate(-4.3deg) scale(1);
}
#industries-financial #what-clients-say .testimonial-blocks .testimonial-block:last-of-type:hover {
  transform: rotate(0) scale(1.1);
}
@media screen and (max-width: 1000px) {
  #industries-financial #what-clients-say .testimonial-blocks .testimonial-block {
    position: relative;
    top: unset !important;
    left: unset !important;
    right: unset !important;
  }
}
#industries-e-commerce {
  position: relative;
}
#industries-e-commerce .header-image {
  position: relative;
  width: 100%;
  height: calc(100vh);
  min-height: 656px;
  max-height: 770px;
  margin-top: 66px;
}
@media screen and (max-width: 800px) {
  #industries-e-commerce .header-image {
    height: auto;
    padding-bottom: 60px;
    min-height: unset;
  }
}
#industries-e-commerce .header-image .header-anim {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  max-width: 1600px;
}
#industries-e-commerce .header-image .header-anim .header-float-icons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
#industries-e-commerce .header-image .header-anim .header-float-icons img {
  position: absolute;
  width: 40px;
  height: 38px;
  will-change: transform;
  animation-name: legal-header-star-drift;
  animation-duration: 4.2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
#industries-e-commerce .header-image .header-anim .header-float-icons img:nth-child(1) {
  left: 5%;
  top: 75%;
  animation-duration: 3.1s;
  animation-delay: -0.8s;
}
#industries-e-commerce .header-image .header-anim .header-float-icons img:nth-child(2) {
  left: 15%;
  top: 3%;
  animation-duration: 3.4s;
  animation-delay: -2s;
}
#industries-e-commerce .header-image .header-anim .header-float-icons img:nth-child(3) {
  left: 33.5%;
  top: 20%;
  animation-duration: 3.6s;
  animation-delay: -1.3s;
}
#industries-e-commerce .header-image .header-anim .header-float-icons img:nth-child(4) {
  left: 73.5%;
  top: 1%;
  animation-duration: 3.2s;
  animation-delay: -2.6s;
}
#industries-e-commerce .header-image .header-anim .header-float-icons img:nth-child(5) {
  left: 90.5%;
  top: 34%;
  animation-duration: 3.5s;
  animation-delay: -1.7s;
}
#industries-e-commerce .header-image .header-anim .header-float-icons img:nth-child(6) {
  left: 28%;
  top: 100%;
  animation-duration: 3.3s;
  animation-delay: -1.9s;
}
#industries-e-commerce .header-image .header-anim .header-float-icons img:nth-child(7) {
  left: 94%;
  top: 73%;
  animation-duration: 3.4s;
  animation-delay: -2.3s;
}
@media (prefers-reduced-motion: reduce) {
  #industries-e-commerce .header-image .header-anim .header-float-icons img {
    animation: none;
  }
}
@media screen and (max-width: 800px) {
  #industries-e-commerce .header-image .header-anim .header-float-icons {
    display: none;
  }
}
#industries-e-commerce .header-image .header-anim img {
  width: 100%;
  height: auto;
}
#industries-e-commerce .header-image .header-anim img.mobi {
  display: none;
}
@media screen and (max-width: 800px) {
  #industries-e-commerce .header-image .header-anim img.mobi {
    display: block;
    max-width: 313px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 800px) {
  #industries-e-commerce .header-image .header-anim img {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  #industries-e-commerce .header-image .header-anim {
    top: 85px;
    transform: translateX(-50%);
  }
}
#industries-e-commerce .header-image .header-content {
  position: relative;
  width: calc(100% - 40px);
  margin: 0 auto;
  max-width: 1180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 32px;
  height: 100%;
}
@media screen and (max-width: 800px) {
  #industries-e-commerce .header-image .header-content {
    height: auto;
  }
}
#industries-e-commerce .header-image .header-content .header-icon {
  position: relative;
}
#industries-e-commerce .header-image .header-content .header-icon img {
  width: 200px;
  height: auto;
}
#industries-e-commerce .header-image .header-content .header-title {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  #industries-e-commerce .header-image .header-content .header-title {
    padding: 0;
  }
}
#industries-e-commerce .header-image .header-content .icon-text {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}
#industries-e-commerce .header-image .header-content .header-sub {
  max-width: 860px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 30px;
}
#industries-e-commerce #how-we-helped-clients-like-you {
  position: relative;
  width: 100%;
}
#industries-e-commerce #how-we-helped-clients-like-you .design-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1100px) {
  #industries-e-commerce #how-we-helped-clients-like-you .design-bg {
    width: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
#industries-e-commerce #how-we-helped-clients-like-you .content-container {
  position: relative;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding-top: 100px;
  max-width: 640px;
  z-index: 1;
}
#industries-e-commerce #how-we-helped-clients-like-you .content-container .section-heading,
#industries-e-commerce #how-we-helped-clients-like-you .content-container p {
  color: #ffffff;
}
@media screen and (max-width: 800px) {
  #industries-e-commerce #how-we-helped-clients-like-you .content-container {
    width: calc(100% - 40px);
    max-width: 100%;
    text-align: left;
    padding-top: 60px;
  }
  #industries-e-commerce #how-we-helped-clients-like-you .content-container .section-heading {
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    padding: 0;
  }
  #industries-e-commerce #how-we-helped-clients-like-you .content-container p {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
  #industries-e-commerce #how-we-helped-clients-like-you .content-container .custom-button {
    margin-top: 20px;
  }
}
#industries-e-commerce #how-we-helped-clients-like-you .videos-block {
  position: relative;
  width: calc(100% - 40px);
  margin: 0 auto;
  max-width: 1255px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 45px;
  margin-top: -60px;
  padding-bottom: 100px;
}
@media screen and (max-width: 800px) {
  #industries-e-commerce #how-we-helped-clients-like-you .videos-block {
    width: 100%;
    margin-top: 40px;
    padding-bottom: 60px;
    overflow: hidden;
  }
}
#industries-e-commerce #how-we-helped-clients-like-you .videos-block .block {
  position: relative;
}
#industries-e-commerce #how-we-helped-clients-like-you .videos-block .block img {
  width: 100%;
  height: auto;
  max-width: 280px;
  display: block;
}
#industries-e-commerce #how-we-helped-clients-like-you .videos-block .block:first-of-type {
  margin-top: 23px;
}
#industries-e-commerce #how-we-helped-clients-like-you .videos-block .block:nth-child(2) {
  margin-top: 148px;
}
#industries-e-commerce #how-we-helped-clients-like-you .videos-block .block:nth-child(3) {
  margin-top: 99px;
}
@media screen and (max-width: 800px) {
  #industries-e-commerce #how-we-helped-clients-like-you .videos-block .block {
    margin-top: 0 !important;
    padding: 0 8px;
    flex: 0 0 auto;
  }
  #industries-e-commerce #how-we-helped-clients-like-you .videos-block .block img {
    max-width: 100%;
    width: 100%;
    border-radius: 8px;
  }
}
#industries-e-commerce #how-we-helped-clients-like-you .videos-block .block .video-embed-card {
  position: relative;
  max-width: 280px;
  border-radius: 18px;
  overflow: hidden;
}
#industries-e-commerce #how-we-helped-clients-like-you .videos-block .block .video-embed-card .video-embed {
  width: 100%;
  height: auto;
  display: block;
  max-width: 280px;
  border-radius: 18px;
  object-fit: cover;
  background: #111111;
}
#industries-e-commerce #how-we-helped-clients-like-you .videos-block .block .video-embed-card .video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 72px;
  height: 72px;
  margin: -36px 0 0 -36px;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}
#industries-e-commerce #how-we-helped-clients-like-you .videos-block .block .video-embed-card .video-play-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #ffffff;
}
#industries-e-commerce #how-we-helped-clients-like-you .videos-block .block .video-embed-card.is-playing .video-play-btn {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 800px) {
  #industries-e-commerce #how-we-helped-clients-like-you .videos-block .block .video-embed-card {
    max-width: 100%;
    border-radius: 8px;
  }
  #industries-e-commerce #how-we-helped-clients-like-you .videos-block .block .video-embed-card .video-embed {
    max-width: 100%;
    border-radius: 8px;
  }
}
@media screen and (max-width: 800px) {
  #industries-e-commerce #how-we-helped-clients-like-you .videos-block.slick-slider {
    position: relative;
    width: 100%;
  }
  #industries-e-commerce #how-we-helped-clients-like-you .videos-block.slick-slider .slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  #industries-e-commerce #how-we-helped-clients-like-you .videos-block.slick-slider .slick-track {
    display: flex;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }
  #industries-e-commerce #how-we-helped-clients-like-you .videos-block.slick-slider .slick-slide {
    padding: 0 13px;
    box-sizing: border-box;
    height: auto;
  }
  #industries-e-commerce #how-we-helped-clients-like-you .videos-block.slick-slider .slick-slide > div {
    padding: 0;
  }
  #industries-e-commerce #how-we-helped-clients-like-you .videos-block.slick-slider .slick-slide img {
    width: 100%;
    height: auto;
    display: block;
  }
}
#industries-e-commerce #what-clients-say {
  position: relative;
  width: 100%;
}
#industries-e-commerce #what-clients-say .design-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1100px) {
  #industries-e-commerce #what-clients-say .design-bg {
    width: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
#industries-e-commerce #what-clients-say .content-container {
  position: relative;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding-top: 100px;
  max-width: 645px;
  z-index: 1;
}
#industries-e-commerce #what-clients-say .content-container .section-heading,
#industries-e-commerce #what-clients-say .content-container p {
  color: #ffffff;
  max-width: 360px;
  margin: 0 auto 20px auto;
}
#industries-e-commerce #what-clients-say .testimonial-blocks {
  position: relative;
  width: calc(100% - 40px);
  min-height: 585px;
  margin: 0 auto;
  max-width: 1420px;
  margin-top: -140px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1400px) {
  #industries-e-commerce #what-clients-say .testimonial-blocks {
    max-width: 930px;
    min-height: 672px;
    margin-top: -20px;
  }
}
@media screen and (max-width: 1000px) {
  #industries-e-commerce #what-clients-say .testimonial-blocks {
    max-width: 380px;
    margin-top: 50px;
    min-height: unset;
  }
}
#industries-e-commerce #what-clients-say .testimonial-blocks .testimonial-block {
  position: absolute;
  width: 100%;
  max-width: 372px;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}
#industries-e-commerce #what-clients-say .testimonial-blocks .testimonial-block.hide {
  display: none;
}
#industries-e-commerce #what-clients-say .testimonial-blocks .testimonial-block:hover {
  z-index: 3;
  transition: all 0.3s ease-in-out;
}
#industries-e-commerce #what-clients-say .testimonial-blocks .testimonial-block .block-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#industries-e-commerce #what-clients-say .testimonial-blocks .testimonial-block .testimonial-content {
  position: relative;
  padding: 38px;
  text-align: left;
}
#industries-e-commerce #what-clients-say .testimonial-blocks .testimonial-block .testimonial-content .testimonial-text {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #2E2E2E;
  padding: 5px 0 20px 0;
}
#industries-e-commerce #what-clients-say .testimonial-blocks .testimonial-block .testimonial-content .testimonial-client {
  font-family: 'Inter', sans-serif;
  color: #2E2E2E;
}
#industries-e-commerce #what-clients-say .testimonial-blocks .testimonial-block.white .testimonial-text,
#industries-e-commerce #what-clients-say .testimonial-blocks .testimonial-block.white .testimonial-client {
  color: #ffffff;
}
#industries-e-commerce #what-clients-say .testimonial-blocks .testimonial-block:first-of-type {
  top: 0;
  left: 7%;
  transform: rotate(-10.16deg) scale(1);
  max-width: 420px;
}
@media screen and (max-width: 1400px) {
  #industries-e-commerce #what-clients-say .testimonial-blocks .testimonial-block:first-of-type {
    left: 0;
    max-width: 390px;
  }
}
#industries-e-commerce #what-clients-say .testimonial-blocks .testimonial-block:first-of-type:hover {
  transform: rotate(0) scale(1.1);
}
#industries-e-commerce #what-clients-say .testimonial-blocks .testimonial-block:nth-child(2) {
  top: 174px;
  left: 33%;
  transform: rotate(3.93deg) scale(1);
  max-width: 450px;
}
@media screen and (max-width: 1400px) {
  #industries-e-commerce #what-clients-say .testimonial-blocks .testimonial-block:nth-child(2) {
    top: 394px;
    left: 10%;
    max-width: 730px;
  }
}
#industries-e-commerce #what-clients-say .testimonial-blocks .testimonial-block:nth-child(2):hover {
  transform: rotate(0) scale(1.1);
}
#industries-e-commerce #what-clients-say .testimonial-blocks .testimonial-block:nth-child(3) {
  top: 184px;
  right: 24%;
  transform: rotate(-8.76deg) scale(1);
}
@media screen and (max-width: 1400px) {
  #industries-e-commerce #what-clients-say .testimonial-blocks .testimonial-block:nth-child(3) {
    top: 315px;
    right: 10%;
  }
}
#industries-e-commerce #what-clients-say .testimonial-blocks .testimonial-block:nth-child(3):hover {
  transform: rotate(0) scale(1.1);
}
#industries-e-commerce #what-clients-say .testimonial-blocks .testimonial-block:last-of-type {
  top: 21px;
  right: 6%;
  transform: rotate(-4.3deg) scale(1);
  max-width: 420px;
}
@media screen and (max-width: 1400px) {
  #industries-e-commerce #what-clients-say .testimonial-blocks .testimonial-block:last-of-type {
    max-width: 420px;
  }
}
#industries-e-commerce #what-clients-say .testimonial-blocks .testimonial-block:last-of-type:hover {
  transform: rotate(0) scale(1.1);
}
@media screen and (max-width: 1000px) {
  #industries-e-commerce #what-clients-say .testimonial-blocks .testimonial-block {
    position: relative;
    top: unset !important;
    left: unset !important;
    right: unset !important;
  }
}
#services-social-media-campaigns,
#services-short-form-video-ads,
#services-high-impact-ad-creatives,
#services-data-driven-media-buying {
  position: relative;
}
#services-social-media-campaigns .header-image,
#services-short-form-video-ads .header-image,
#services-high-impact-ad-creatives .header-image,
#services-data-driven-media-buying .header-image {
  position: relative;
  width: 100%;
  height: calc(100vh);
  min-height: 500px;
  max-height: 656px;
  margin-top: 66px;
}
@media screen and (max-width: 800px) {
  #services-social-media-campaigns .header-image,
  #services-short-form-video-ads .header-image,
  #services-high-impact-ad-creatives .header-image,
  #services-data-driven-media-buying .header-image {
    height: auto;
    padding-bottom: 60px;
  }
}
#services-social-media-campaigns .header-image .header-anim,
#services-short-form-video-ads .header-image .header-anim,
#services-high-impact-ad-creatives .header-image .header-anim,
#services-data-driven-media-buying .header-image .header-anim {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  max-width: 1600px;
}
@media screen and (min-width: 800px) {
  #services-social-media-campaigns .header-image .header-anim,
  #services-short-form-video-ads .header-image .header-anim,
  #services-high-impact-ad-creatives .header-image .header-anim,
  #services-data-driven-media-buying .header-image .header-anim {
    margin-top: 40px;
  }
}
#services-social-media-campaigns .header-image .header-anim img,
#services-short-form-video-ads .header-image .header-anim img,
#services-high-impact-ad-creatives .header-image .header-anim img,
#services-data-driven-media-buying .header-image .header-anim img {
  width: 100%;
  height: auto;
}
#services-social-media-campaigns .header-image .header-anim img.mobi,
#services-short-form-video-ads .header-image .header-anim img.mobi,
#services-high-impact-ad-creatives .header-image .header-anim img.mobi,
#services-data-driven-media-buying .header-image .header-anim img.mobi {
  display: none;
}
@media screen and (max-width: 800px) {
  #services-social-media-campaigns .header-image .header-anim img.mobi,
  #services-short-form-video-ads .header-image .header-anim img.mobi,
  #services-high-impact-ad-creatives .header-image .header-anim img.mobi,
  #services-data-driven-media-buying .header-image .header-anim img.mobi {
    display: block;
    max-width: 313px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 800px) {
  #services-social-media-campaigns .header-image .header-anim img,
  #services-short-form-video-ads .header-image .header-anim img,
  #services-high-impact-ad-creatives .header-image .header-anim img,
  #services-data-driven-media-buying .header-image .header-anim img {
    display: none;
  }
}
#services-social-media-campaigns .header-image .header-anim .header-float-icons,
#services-short-form-video-ads .header-image .header-anim .header-float-icons,
#services-high-impact-ad-creatives .header-image .header-anim .header-float-icons,
#services-data-driven-media-buying .header-image .header-anim .header-float-icons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
#services-social-media-campaigns .header-image .header-anim .header-float-icons img,
#services-short-form-video-ads .header-image .header-anim .header-float-icons img,
#services-high-impact-ad-creatives .header-image .header-anim .header-float-icons img,
#services-data-driven-media-buying .header-image .header-anim .header-float-icons img {
  position: absolute;
  width: 50px;
  height: 48px;
  will-change: transform;
  animation-name: social-header-icon-float;
  animation-duration: 4.2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
#services-social-media-campaigns .header-image .header-anim .header-float-icons img:nth-child(1),
#services-short-form-video-ads .header-image .header-anim .header-float-icons img:nth-child(1),
#services-high-impact-ad-creatives .header-image .header-anim .header-float-icons img:nth-child(1),
#services-data-driven-media-buying .header-image .header-anim .header-float-icons img:nth-child(1) {
  left: 1.5%;
  top: 24%;
  animation-duration: 3.8s;
  animation-delay: -0.6s;
}
#services-social-media-campaigns .header-image .header-anim .header-float-icons img:nth-child(2),
#services-short-form-video-ads .header-image .header-anim .header-float-icons img:nth-child(2),
#services-high-impact-ad-creatives .header-image .header-anim .header-float-icons img:nth-child(2),
#services-data-driven-media-buying .header-image .header-anim .header-float-icons img:nth-child(2) {
  left: 13%;
  top: 36%;
  animation-duration: 4s;
  animation-delay: -1.3s;
}
#services-social-media-campaigns .header-image .header-anim .header-float-icons img:nth-child(3),
#services-short-form-video-ads .header-image .header-anim .header-float-icons img:nth-child(3),
#services-high-impact-ad-creatives .header-image .header-anim .header-float-icons img:nth-child(3),
#services-data-driven-media-buying .header-image .header-anim .header-float-icons img:nth-child(3) {
  left: 9.5%;
  top: 68%;
  animation-duration: 3.6s;
  animation-delay: -2.1s;
}
#services-social-media-campaigns .header-image .header-anim .header-float-icons img:nth-child(4),
#services-short-form-video-ads .header-image .header-anim .header-float-icons img:nth-child(4),
#services-high-impact-ad-creatives .header-image .header-anim .header-float-icons img:nth-child(4),
#services-data-driven-media-buying .header-image .header-anim .header-float-icons img:nth-child(4) {
  left: 24%;
  top: 7%;
  animation-duration: 3.9s;
  animation-delay: -1.8s;
}
#services-social-media-campaigns .header-image .header-anim .header-float-icons img:nth-child(5),
#services-short-form-video-ads .header-image .header-anim .header-float-icons img:nth-child(5),
#services-high-impact-ad-creatives .header-image .header-anim .header-float-icons img:nth-child(5),
#services-data-driven-media-buying .header-image .header-anim .header-float-icons img:nth-child(5) {
  left: 46%;
  top: 2%;
  animation-duration: 4.1s;
  animation-delay: -1.1s;
}
#services-social-media-campaigns .header-image .header-anim .header-float-icons img:nth-child(6),
#services-short-form-video-ads .header-image .header-anim .header-float-icons img:nth-child(6),
#services-high-impact-ad-creatives .header-image .header-anim .header-float-icons img:nth-child(6),
#services-data-driven-media-buying .header-image .header-anim .header-float-icons img:nth-child(6) {
  left: 72.5%;
  top: 12%;
  animation-duration: 4.3s;
  animation-delay: -2.5s;
}
#services-social-media-campaigns .header-image .header-anim .header-float-icons img:nth-child(7),
#services-short-form-video-ads .header-image .header-anim .header-float-icons img:nth-child(7),
#services-high-impact-ad-creatives .header-image .header-anim .header-float-icons img:nth-child(7),
#services-data-driven-media-buying .header-image .header-anim .header-float-icons img:nth-child(7) {
  left: 85%;
  top: 7%;
  animation-duration: 3.7s;
  animation-delay: -1.6s;
}
#services-social-media-campaigns .header-image .header-anim .header-float-icons img:nth-child(8),
#services-short-form-video-ads .header-image .header-anim .header-float-icons img:nth-child(8),
#services-high-impact-ad-creatives .header-image .header-anim .header-float-icons img:nth-child(8),
#services-data-driven-media-buying .header-image .header-anim .header-float-icons img:nth-child(8) {
  left: 91%;
  top: 39%;
  animation-duration: 4s;
  animation-delay: -2s;
}
#services-social-media-campaigns .header-image .header-anim .header-float-icons img:nth-child(9),
#services-short-form-video-ads .header-image .header-anim .header-float-icons img:nth-child(9),
#services-high-impact-ad-creatives .header-image .header-anim .header-float-icons img:nth-child(9),
#services-data-driven-media-buying .header-image .header-anim .header-float-icons img:nth-child(9) {
  left: 84%;
  top: 73%;
  animation-duration: 4.2s;
  animation-delay: -2.8s;
}
@media (prefers-reduced-motion: reduce) {
  #services-social-media-campaigns .header-image .header-anim .header-float-icons img,
  #services-short-form-video-ads .header-image .header-anim .header-float-icons img,
  #services-high-impact-ad-creatives .header-image .header-anim .header-float-icons img,
  #services-data-driven-media-buying .header-image .header-anim .header-float-icons img {
    animation: none;
  }
}
@media screen and (max-width: 800px) {
  #services-social-media-campaigns .header-image .header-anim .header-float-icons,
  #services-short-form-video-ads .header-image .header-anim .header-float-icons,
  #services-high-impact-ad-creatives .header-image .header-anim .header-float-icons,
  #services-data-driven-media-buying .header-image .header-anim .header-float-icons {
    display: none;
  }
}
#services-social-media-campaigns .header-image .header-anim .header-float-icons-mobi,
#services-short-form-video-ads .header-image .header-anim .header-float-icons-mobi,
#services-high-impact-ad-creatives .header-image .header-anim .header-float-icons-mobi,
#services-data-driven-media-buying .header-image .header-anim .header-float-icons-mobi {
  display: none;
}
@media screen and (max-width: 800px) {
  #services-social-media-campaigns .header-image .header-anim .header-float-icons-mobi,
  #services-short-form-video-ads .header-image .header-anim .header-float-icons-mobi,
  #services-high-impact-ad-creatives .header-image .header-anim .header-float-icons-mobi,
  #services-data-driven-media-buying .header-image .header-anim .header-float-icons-mobi {
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -170px;
    width: 100%;
    max-width: 313px;
    height: 88px;
    display: block;
    pointer-events: none;
    z-index: 2;
  }
  #services-social-media-campaigns .header-image .header-anim .header-float-icons-mobi img,
  #services-short-form-video-ads .header-image .header-anim .header-float-icons-mobi img,
  #services-high-impact-ad-creatives .header-image .header-anim .header-float-icons-mobi img,
  #services-data-driven-media-buying .header-image .header-anim .header-float-icons-mobi img {
    display: block;
    position: absolute;
    width: 50px;
    height: 48px;
    will-change: transform;
    animation-name: social-header-icon-float;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
  #services-social-media-campaigns .header-image .header-anim .header-float-icons-mobi img:nth-child(1),
  #services-short-form-video-ads .header-image .header-anim .header-float-icons-mobi img:nth-child(1),
  #services-high-impact-ad-creatives .header-image .header-anim .header-float-icons-mobi img:nth-child(1),
  #services-data-driven-media-buying .header-image .header-anim .header-float-icons-mobi img:nth-child(1) {
    left: 6%;
    top: 34px;
    animation-duration: 3.3s;
    animation-delay: -0.8s;
  }
  #services-social-media-campaigns .header-image .header-anim .header-float-icons-mobi img:nth-child(2),
  #services-short-form-video-ads .header-image .header-anim .header-float-icons-mobi img:nth-child(2),
  #services-high-impact-ad-creatives .header-image .header-anim .header-float-icons-mobi img:nth-child(2),
  #services-data-driven-media-buying .header-image .header-anim .header-float-icons-mobi img:nth-child(2) {
    left: 43%;
    top: 0;
    animation-duration: 3.6s;
    animation-delay: -1.6s;
  }
  #services-social-media-campaigns .header-image .header-anim .header-float-icons-mobi img:nth-child(3),
  #services-short-form-video-ads .header-image .header-anim .header-float-icons-mobi img:nth-child(3),
  #services-high-impact-ad-creatives .header-image .header-anim .header-float-icons-mobi img:nth-child(3),
  #services-data-driven-media-buying .header-image .header-anim .header-float-icons-mobi img:nth-child(3) {
    left: 82%;
    top: 34px;
    animation-duration: 3.4s;
    animation-delay: -2.1s;
  }
}
@media screen and (max-width: 800px) and (prefers-reduced-motion: reduce) {
  #services-social-media-campaigns .header-image .header-anim .header-float-icons-mobi img,
  #services-short-form-video-ads .header-image .header-anim .header-float-icons-mobi img,
  #services-high-impact-ad-creatives .header-image .header-anim .header-float-icons-mobi img,
  #services-data-driven-media-buying .header-image .header-anim .header-float-icons-mobi img {
    animation: none;
  }
}
@media screen and (max-width: 800px) {
  #services-social-media-campaigns .header-image .header-anim,
  #services-short-form-video-ads .header-image .header-anim,
  #services-high-impact-ad-creatives .header-image .header-anim,
  #services-data-driven-media-buying .header-image .header-anim {
    top: 56px;
    transform: translateX(-50%);
  }
}
#services-social-media-campaigns .header-image .header-content,
#services-short-form-video-ads .header-image .header-content,
#services-high-impact-ad-creatives .header-image .header-content,
#services-data-driven-media-buying .header-image .header-content {
  position: relative;
  width: calc(100% - 40px);
  margin: 0 auto;
  max-width: 1180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 32px;
  height: 100%;
  padding-top: 40px;
}
@media screen and (max-width: 800px) {
  #services-social-media-campaigns .header-image .header-content,
  #services-short-form-video-ads .header-image .header-content,
  #services-high-impact-ad-creatives .header-image .header-content,
  #services-data-driven-media-buying .header-image .header-content {
    height: auto;
    padding-top: 166px;
  }
}
#services-social-media-campaigns .header-image .header-content .header-icon,
#services-short-form-video-ads .header-image .header-content .header-icon,
#services-high-impact-ad-creatives .header-image .header-content .header-icon,
#services-data-driven-media-buying .header-image .header-content .header-icon {
  position: relative;
}
#services-social-media-campaigns .header-image .header-content .header-icon img,
#services-short-form-video-ads .header-image .header-content .header-icon img,
#services-high-impact-ad-creatives .header-image .header-content .header-icon img,
#services-data-driven-media-buying .header-image .header-content .header-icon img {
  width: 200px;
  height: auto;
}
#services-social-media-campaigns .header-image .header-content .header-title,
#services-short-form-video-ads .header-image .header-content .header-title,
#services-high-impact-ad-creatives .header-image .header-content .header-title,
#services-data-driven-media-buying .header-image .header-content .header-title {
  max-width: 930px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  #services-social-media-campaigns .header-image .header-content .header-title,
  #services-short-form-video-ads .header-image .header-content .header-title,
  #services-high-impact-ad-creatives .header-image .header-content .header-title,
  #services-data-driven-media-buying .header-image .header-content .header-title {
    padding: 0;
  }
}
#services-social-media-campaigns .header-image .header-content .icon-text,
#services-short-form-video-ads .header-image .header-content .icon-text,
#services-high-impact-ad-creatives .header-image .header-content .icon-text,
#services-data-driven-media-buying .header-image .header-content .icon-text {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}
#services-social-media-campaigns .header-image .header-content .header-sub,
#services-short-form-video-ads .header-image .header-content .header-sub,
#services-high-impact-ad-creatives .header-image .header-content .header-sub,
#services-data-driven-media-buying .header-image .header-content .header-sub {
  font-size: 20px;
  line-height: 30px;
  max-width: 770px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  #services-social-media-campaigns .header-image .header-content .header-sub,
  #services-short-form-video-ads .header-image .header-content .header-sub,
  #services-high-impact-ad-creatives .header-image .header-content .header-sub,
  #services-data-driven-media-buying .header-image .header-content .header-sub {
    font-size: 16px;
    line-height: 24px;
  }
}
#services-social-media-campaigns .header-image .header-content .custom-button:hover,
#services-short-form-video-ads .header-image .header-content .custom-button:hover,
#services-high-impact-ad-creatives .header-image .header-content .custom-button:hover,
#services-data-driven-media-buying .header-image .header-content .custom-button:hover {
  background: #ffffff;
  color: #DF4852;
}
#services-social-media-campaigns .header-image .header-content.white p,
#services-short-form-video-ads .header-image .header-content.white p,
#services-high-impact-ad-creatives .header-image .header-content.white p,
#services-data-driven-media-buying .header-image .header-content.white p,
#services-social-media-campaigns .header-image .header-content.white h1,
#services-short-form-video-ads .header-image .header-content.white h1,
#services-high-impact-ad-creatives .header-image .header-content.white h1,
#services-data-driven-media-buying .header-image .header-content.white h1,
#services-social-media-campaigns .header-image .header-content.white div,
#services-short-form-video-ads .header-image .header-content.white div,
#services-high-impact-ad-creatives .header-image .header-content.white div,
#services-data-driven-media-buying .header-image .header-content.white div {
  color: #ffffff;
}
#services-social-media-campaigns .service-content,
#services-short-form-video-ads .service-content,
#services-high-impact-ad-creatives .service-content,
#services-data-driven-media-buying .service-content {
  position: relative;
  padding: 200px 0;
  width: calc(100% - 40px);
  max-width: 1180px;
}
#services-social-media-campaigns .service-content .flex-container,
#services-short-form-video-ads .service-content .flex-container,
#services-high-impact-ad-creatives .service-content .flex-container,
#services-data-driven-media-buying .service-content .flex-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
#services-social-media-campaigns .service-content .flex-container .content-block,
#services-short-form-video-ads .service-content .flex-container .content-block,
#services-high-impact-ad-creatives .service-content .flex-container .content-block,
#services-data-driven-media-buying .service-content .flex-container .content-block {
  position: relative;
  text-align: left;
}
#services-social-media-campaigns .service-content .flex-container .content-block.left,
#services-short-form-video-ads .service-content .flex-container .content-block.left,
#services-high-impact-ad-creatives .service-content .flex-container .content-block.left,
#services-data-driven-media-buying .service-content .flex-container .content-block.left {
  max-width: 480px;
}
#services-social-media-campaigns .service-content .flex-container .content-block.right,
#services-short-form-video-ads .service-content .flex-container .content-block.right,
#services-high-impact-ad-creatives .service-content .flex-container .content-block.right,
#services-data-driven-media-buying .service-content .flex-container .content-block.right {
  max-width: 580px;
}
#services-social-media-campaigns .service-content .flex-container .content-block.right img,
#services-short-form-video-ads .service-content .flex-container .content-block.right img,
#services-high-impact-ad-creatives .service-content .flex-container .content-block.right img,
#services-data-driven-media-buying .service-content .flex-container .content-block.right img {
  width: 100%;
  object-fit: contain;
}
#services-social-media-campaigns .service-content .flex-container .content-block h2,
#services-short-form-video-ads .service-content .flex-container .content-block h2,
#services-high-impact-ad-creatives .service-content .flex-container .content-block h2,
#services-data-driven-media-buying .service-content .flex-container .content-block h2 {
  max-width: 420px;
  text-align: left;
  margin: 0;
  padding: 0;
}
#services-social-media-campaigns .service-content .flex-container .content-block p,
#services-short-form-video-ads .service-content .flex-container .content-block p,
#services-high-impact-ad-creatives .service-content .flex-container .content-block p,
#services-data-driven-media-buying .service-content .flex-container .content-block p {
  font-size: 18px;
  line-height: 28px;
  text-align: left;
}
#services-social-media-campaigns .service-content .flex-container .content-block ul,
#services-short-form-video-ads .service-content .flex-container .content-block ul,
#services-high-impact-ad-creatives .service-content .flex-container .content-block ul,
#services-data-driven-media-buying .service-content .flex-container .content-block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#services-social-media-campaigns .service-content .flex-container .content-block ul li,
#services-short-form-video-ads .service-content .flex-container .content-block ul li,
#services-high-impact-ad-creatives .service-content .flex-container .content-block ul li,
#services-data-driven-media-buying .service-content .flex-container .content-block ul li {
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  padding: 0 0 20px 0;
  display: flex;
  align-items: flex-start;
}
#services-social-media-campaigns .service-content .flex-container .content-block ul li::before,
#services-short-form-video-ads .service-content .flex-container .content-block ul li::before,
#services-high-impact-ad-creatives .service-content .flex-container .content-block ul li::before,
#services-data-driven-media-buying .service-content .flex-container .content-block ul li::before {
  content: "";
  position: relative;
  min-width: 18px;
  width: 18px;
  height: 18px;
  background: url("/assets/img/social-media-campaigns/bullet-check.png") no-repeat center center;
  background-size: cover;
  margin-top: 5px;
  margin-right: 10px;
}
@media screen and (max-width: 800px) {
  #services-social-media-campaigns .service-content,
  #services-short-form-video-ads .service-content,
  #services-high-impact-ad-creatives .service-content,
  #services-data-driven-media-buying .service-content {
    padding: 60px 0 120px 0;
  }
  #services-social-media-campaigns .service-content .flex-container,
  #services-short-form-video-ads .service-content .flex-container,
  #services-high-impact-ad-creatives .service-content .flex-container,
  #services-data-driven-media-buying .service-content .flex-container {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
  #services-social-media-campaigns .service-content .flex-container .content-block.left,
  #services-short-form-video-ads .service-content .flex-container .content-block.left,
  #services-high-impact-ad-creatives .service-content .flex-container .content-block.left,
  #services-data-driven-media-buying .service-content .flex-container .content-block.left {
    margin-top: 10px;
  }
}
#services-social-media-campaigns #how-we-helped-clients-like-you,
#services-short-form-video-ads #how-we-helped-clients-like-you,
#services-high-impact-ad-creatives #how-we-helped-clients-like-you,
#services-data-driven-media-buying #how-we-helped-clients-like-you {
  position: relative;
  width: 100%;
}
#services-social-media-campaigns #how-we-helped-clients-like-you .design-bg,
#services-short-form-video-ads #how-we-helped-clients-like-you .design-bg,
#services-high-impact-ad-creatives #how-we-helped-clients-like-you .design-bg,
#services-data-driven-media-buying #how-we-helped-clients-like-you .design-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1100px) {
  #services-social-media-campaigns #how-we-helped-clients-like-you .design-bg,
  #services-short-form-video-ads #how-we-helped-clients-like-you .design-bg,
  #services-high-impact-ad-creatives #how-we-helped-clients-like-you .design-bg,
  #services-data-driven-media-buying #how-we-helped-clients-like-you .design-bg {
    width: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
#services-social-media-campaigns #how-we-helped-clients-like-you .content-container,
#services-short-form-video-ads #how-we-helped-clients-like-you .content-container,
#services-high-impact-ad-creatives #how-we-helped-clients-like-you .content-container,
#services-data-driven-media-buying #how-we-helped-clients-like-you .content-container {
  position: relative;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding-top: 100px;
  max-width: 640px;
  z-index: 1;
}
#services-social-media-campaigns #how-we-helped-clients-like-you .content-container .section-heading,
#services-short-form-video-ads #how-we-helped-clients-like-you .content-container .section-heading,
#services-high-impact-ad-creatives #how-we-helped-clients-like-you .content-container .section-heading,
#services-data-driven-media-buying #how-we-helped-clients-like-you .content-container .section-heading {
  color: #ffffff;
  margin: 0;
}
#services-social-media-campaigns #how-we-helped-clients-like-you .content-container p,
#services-short-form-video-ads #how-we-helped-clients-like-you .content-container p,
#services-high-impact-ad-creatives #how-we-helped-clients-like-you .content-container p,
#services-data-driven-media-buying #how-we-helped-clients-like-you .content-container p {
  color: #ffffff;
}
@media screen and (min-width: 800px) {
  #services-social-media-campaigns #how-we-helped-clients-like-you .content-container p,
  #services-short-form-video-ads #how-we-helped-clients-like-you .content-container p,
  #services-high-impact-ad-creatives #how-we-helped-clients-like-you .content-container p,
  #services-data-driven-media-buying #how-we-helped-clients-like-you .content-container p {
    margin: 20px auto;
  }
}
@media screen and (max-width: 800px) {
  #services-social-media-campaigns #how-we-helped-clients-like-you .content-container,
  #services-short-form-video-ads #how-we-helped-clients-like-you .content-container,
  #services-high-impact-ad-creatives #how-we-helped-clients-like-you .content-container,
  #services-data-driven-media-buying #how-we-helped-clients-like-you .content-container {
    width: calc(100% - 40px);
    max-width: 100%;
    text-align: left;
    padding-top: 60px;
  }
  #services-social-media-campaigns #how-we-helped-clients-like-you .content-container .section-heading,
  #services-short-form-video-ads #how-we-helped-clients-like-you .content-container .section-heading,
  #services-high-impact-ad-creatives #how-we-helped-clients-like-you .content-container .section-heading,
  #services-data-driven-media-buying #how-we-helped-clients-like-you .content-container .section-heading {
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    padding: 0;
  }
  #services-social-media-campaigns #how-we-helped-clients-like-you .content-container p,
  #services-short-form-video-ads #how-we-helped-clients-like-you .content-container p,
  #services-high-impact-ad-creatives #how-we-helped-clients-like-you .content-container p,
  #services-data-driven-media-buying #how-we-helped-clients-like-you .content-container p {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
  #services-social-media-campaigns #how-we-helped-clients-like-you .content-container .custom-button,
  #services-short-form-video-ads #how-we-helped-clients-like-you .content-container .custom-button,
  #services-high-impact-ad-creatives #how-we-helped-clients-like-you .content-container .custom-button,
  #services-data-driven-media-buying #how-we-helped-clients-like-you .content-container .custom-button {
    margin-top: 20px;
  }
}
#services-social-media-campaigns #how-we-helped-clients-like-you .videos-block,
#services-short-form-video-ads #how-we-helped-clients-like-you .videos-block,
#services-high-impact-ad-creatives #how-we-helped-clients-like-you .videos-block,
#services-data-driven-media-buying #how-we-helped-clients-like-you .videos-block {
  position: relative;
  width: calc(100% - 40px);
  margin: 0 auto;
  max-width: 1255px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 45px;
  margin-top: -60px;
  padding-bottom: 100px;
}
@media screen and (max-width: 800px) {
  #services-social-media-campaigns #how-we-helped-clients-like-you .videos-block,
  #services-short-form-video-ads #how-we-helped-clients-like-you .videos-block,
  #services-high-impact-ad-creatives #how-we-helped-clients-like-you .videos-block,
  #services-data-driven-media-buying #how-we-helped-clients-like-you .videos-block {
    width: 100%;
    margin-top: 40px;
    padding-bottom: 60px;
    overflow: hidden;
  }
}
#services-social-media-campaigns #how-we-helped-clients-like-you .videos-block .block,
#services-short-form-video-ads #how-we-helped-clients-like-you .videos-block .block,
#services-high-impact-ad-creatives #how-we-helped-clients-like-you .videos-block .block,
#services-data-driven-media-buying #how-we-helped-clients-like-you .videos-block .block {
  position: relative;
}
#services-social-media-campaigns #how-we-helped-clients-like-you .videos-block .block img,
#services-short-form-video-ads #how-we-helped-clients-like-you .videos-block .block img,
#services-high-impact-ad-creatives #how-we-helped-clients-like-you .videos-block .block img,
#services-data-driven-media-buying #how-we-helped-clients-like-you .videos-block .block img {
  width: 100%;
  height: auto;
  max-width: 280px;
  display: block;
}
#services-social-media-campaigns #how-we-helped-clients-like-you .videos-block .block:first-of-type,
#services-short-form-video-ads #how-we-helped-clients-like-you .videos-block .block:first-of-type,
#services-high-impact-ad-creatives #how-we-helped-clients-like-you .videos-block .block:first-of-type,
#services-data-driven-media-buying #how-we-helped-clients-like-you .videos-block .block:first-of-type {
  margin-top: 23px;
}
#services-social-media-campaigns #how-we-helped-clients-like-you .videos-block .block:nth-child(2),
#services-short-form-video-ads #how-we-helped-clients-like-you .videos-block .block:nth-child(2),
#services-high-impact-ad-creatives #how-we-helped-clients-like-you .videos-block .block:nth-child(2),
#services-data-driven-media-buying #how-we-helped-clients-like-you .videos-block .block:nth-child(2) {
  margin-top: 148px;
}
#services-social-media-campaigns #how-we-helped-clients-like-you .videos-block .block:nth-child(3),
#services-short-form-video-ads #how-we-helped-clients-like-you .videos-block .block:nth-child(3),
#services-high-impact-ad-creatives #how-we-helped-clients-like-you .videos-block .block:nth-child(3),
#services-data-driven-media-buying #how-we-helped-clients-like-you .videos-block .block:nth-child(3) {
  margin-top: 99px;
}
@media screen and (max-width: 800px) {
  #services-social-media-campaigns #how-we-helped-clients-like-you .videos-block .block,
  #services-short-form-video-ads #how-we-helped-clients-like-you .videos-block .block,
  #services-high-impact-ad-creatives #how-we-helped-clients-like-you .videos-block .block,
  #services-data-driven-media-buying #how-we-helped-clients-like-you .videos-block .block {
    margin-top: 0 !important;
    padding: 0 8px;
    flex: 0 0 auto;
  }
  #services-social-media-campaigns #how-we-helped-clients-like-you .videos-block .block img,
  #services-short-form-video-ads #how-we-helped-clients-like-you .videos-block .block img,
  #services-high-impact-ad-creatives #how-we-helped-clients-like-you .videos-block .block img,
  #services-data-driven-media-buying #how-we-helped-clients-like-you .videos-block .block img {
    max-width: 100%;
    width: 100%;
    border-radius: 8px;
  }
}
#services-social-media-campaigns #how-we-helped-clients-like-you .videos-block .block .video-embed-card,
#services-short-form-video-ads #how-we-helped-clients-like-you .videos-block .block .video-embed-card,
#services-high-impact-ad-creatives #how-we-helped-clients-like-you .videos-block .block .video-embed-card,
#services-data-driven-media-buying #how-we-helped-clients-like-you .videos-block .block .video-embed-card {
  position: relative;
  max-width: 280px;
  border-radius: 18px;
  overflow: hidden;
}
#services-social-media-campaigns #how-we-helped-clients-like-you .videos-block .block .video-embed-card .video-embed,
#services-short-form-video-ads #how-we-helped-clients-like-you .videos-block .block .video-embed-card .video-embed,
#services-high-impact-ad-creatives #how-we-helped-clients-like-you .videos-block .block .video-embed-card .video-embed,
#services-data-driven-media-buying #how-we-helped-clients-like-you .videos-block .block .video-embed-card .video-embed {
  width: 100%;
  height: auto;
  display: block;
  max-width: 280px;
  border-radius: 18px;
  object-fit: cover;
  background: #111111;
}
#services-social-media-campaigns #how-we-helped-clients-like-you .videos-block .block .video-embed-card .video-play-btn,
#services-short-form-video-ads #how-we-helped-clients-like-you .videos-block .block .video-embed-card .video-play-btn,
#services-high-impact-ad-creatives #how-we-helped-clients-like-you .videos-block .block .video-embed-card .video-play-btn,
#services-data-driven-media-buying #how-we-helped-clients-like-you .videos-block .block .video-embed-card .video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 72px;
  height: 72px;
  margin: -36px 0 0 -36px;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}
#services-social-media-campaigns #how-we-helped-clients-like-you .videos-block .block .video-embed-card .video-play-btn::before,
#services-short-form-video-ads #how-we-helped-clients-like-you .videos-block .block .video-embed-card .video-play-btn::before,
#services-high-impact-ad-creatives #how-we-helped-clients-like-you .videos-block .block .video-embed-card .video-play-btn::before,
#services-data-driven-media-buying #how-we-helped-clients-like-you .videos-block .block .video-embed-card .video-play-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #ffffff;
}
#services-social-media-campaigns #how-we-helped-clients-like-you .videos-block .block .video-embed-card.is-playing .video-play-btn,
#services-short-form-video-ads #how-we-helped-clients-like-you .videos-block .block .video-embed-card.is-playing .video-play-btn,
#services-high-impact-ad-creatives #how-we-helped-clients-like-you .videos-block .block .video-embed-card.is-playing .video-play-btn,
#services-data-driven-media-buying #how-we-helped-clients-like-you .videos-block .block .video-embed-card.is-playing .video-play-btn {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 800px) {
  #services-social-media-campaigns #how-we-helped-clients-like-you .videos-block .block .video-embed-card,
  #services-short-form-video-ads #how-we-helped-clients-like-you .videos-block .block .video-embed-card,
  #services-high-impact-ad-creatives #how-we-helped-clients-like-you .videos-block .block .video-embed-card,
  #services-data-driven-media-buying #how-we-helped-clients-like-you .videos-block .block .video-embed-card {
    max-width: 100%;
    border-radius: 8px;
  }
  #services-social-media-campaigns #how-we-helped-clients-like-you .videos-block .block .video-embed-card .video-embed,
  #services-short-form-video-ads #how-we-helped-clients-like-you .videos-block .block .video-embed-card .video-embed,
  #services-high-impact-ad-creatives #how-we-helped-clients-like-you .videos-block .block .video-embed-card .video-embed,
  #services-data-driven-media-buying #how-we-helped-clients-like-you .videos-block .block .video-embed-card .video-embed {
    max-width: 100%;
    border-radius: 8px;
  }
}
@media screen and (max-width: 800px) {
  #services-social-media-campaigns #how-we-helped-clients-like-you .videos-block.slick-slider,
  #services-short-form-video-ads #how-we-helped-clients-like-you .videos-block.slick-slider,
  #services-high-impact-ad-creatives #how-we-helped-clients-like-you .videos-block.slick-slider,
  #services-data-driven-media-buying #how-we-helped-clients-like-you .videos-block.slick-slider {
    position: relative;
    width: 100%;
  }
  #services-social-media-campaigns #how-we-helped-clients-like-you .videos-block.slick-slider .slick-list,
  #services-short-form-video-ads #how-we-helped-clients-like-you .videos-block.slick-slider .slick-list,
  #services-high-impact-ad-creatives #how-we-helped-clients-like-you .videos-block.slick-slider .slick-list,
  #services-data-driven-media-buying #how-we-helped-clients-like-you .videos-block.slick-slider .slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  #services-social-media-campaigns #how-we-helped-clients-like-you .videos-block.slick-slider .slick-track,
  #services-short-form-video-ads #how-we-helped-clients-like-you .videos-block.slick-slider .slick-track,
  #services-high-impact-ad-creatives #how-we-helped-clients-like-you .videos-block.slick-slider .slick-track,
  #services-data-driven-media-buying #how-we-helped-clients-like-you .videos-block.slick-slider .slick-track {
    display: flex;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }
  #services-social-media-campaigns #how-we-helped-clients-like-you .videos-block.slick-slider .slick-slide,
  #services-short-form-video-ads #how-we-helped-clients-like-you .videos-block.slick-slider .slick-slide,
  #services-high-impact-ad-creatives #how-we-helped-clients-like-you .videos-block.slick-slider .slick-slide,
  #services-data-driven-media-buying #how-we-helped-clients-like-you .videos-block.slick-slider .slick-slide {
    padding: 0 13px;
    box-sizing: border-box;
    height: auto;
  }
  #services-social-media-campaigns #how-we-helped-clients-like-you .videos-block.slick-slider .slick-slide > div,
  #services-short-form-video-ads #how-we-helped-clients-like-you .videos-block.slick-slider .slick-slide > div,
  #services-high-impact-ad-creatives #how-we-helped-clients-like-you .videos-block.slick-slider .slick-slide > div,
  #services-data-driven-media-buying #how-we-helped-clients-like-you .videos-block.slick-slider .slick-slide > div {
    padding: 0;
  }
  #services-social-media-campaigns #how-we-helped-clients-like-you .videos-block.slick-slider .slick-slide img,
  #services-short-form-video-ads #how-we-helped-clients-like-you .videos-block.slick-slider .slick-slide img,
  #services-high-impact-ad-creatives #how-we-helped-clients-like-you .videos-block.slick-slider .slick-slide img,
  #services-data-driven-media-buying #how-we-helped-clients-like-you .videos-block.slick-slider .slick-slide img {
    width: 100%;
    height: auto;
    display: block;
  }
}
#services-social-media-campaigns #numbers-that-matter,
#services-short-form-video-ads #numbers-that-matter,
#services-high-impact-ad-creatives #numbers-that-matter,
#services-data-driven-media-buying #numbers-that-matter {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1140px;
  margin: 200px auto 0 auto;
  padding-bottom: 100px;
}
#services-social-media-campaigns #numbers-that-matter p,
#services-short-form-video-ads #numbers-that-matter p,
#services-high-impact-ad-creatives #numbers-that-matter p,
#services-data-driven-media-buying #numbers-that-matter p {
  margin: 60px 0 20px 0;
}
#services-social-media-campaigns #numbers-that-matter .flex-container,
#services-short-form-video-ads #numbers-that-matter .flex-container,
#services-high-impact-ad-creatives #numbers-that-matter .flex-container,
#services-data-driven-media-buying #numbers-that-matter .flex-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
}
@media screen and (max-width: 800px) {
  #services-social-media-campaigns #numbers-that-matter .flex-container,
  #services-short-form-video-ads #numbers-that-matter .flex-container,
  #services-high-impact-ad-creatives #numbers-that-matter .flex-container,
  #services-data-driven-media-buying #numbers-that-matter .flex-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
    text-align: left;
  }
}
#services-social-media-campaigns #numbers-that-matter .flex-container .flex-item,
#services-short-form-video-ads #numbers-that-matter .flex-container .flex-item,
#services-high-impact-ad-creatives #numbers-that-matter .flex-container .flex-item,
#services-data-driven-media-buying #numbers-that-matter .flex-container .flex-item {
  flex: 1;
  width: 100%;
  max-width: 340px;
  padding: 0;
  padding-right: 40px;
}
#services-social-media-campaigns #numbers-that-matter .flex-container .flex-item:last-child,
#services-short-form-video-ads #numbers-that-matter .flex-container .flex-item:last-child,
#services-high-impact-ad-creatives #numbers-that-matter .flex-container .flex-item:last-child,
#services-data-driven-media-buying #numbers-that-matter .flex-container .flex-item:last-child {
  padding-right: 0;
}
#services-social-media-campaigns #numbers-that-matter .flex-container .flex-item .number,
#services-short-form-video-ads #numbers-that-matter .flex-container .flex-item .number,
#services-high-impact-ad-creatives #numbers-that-matter .flex-container .flex-item .number,
#services-data-driven-media-buying #numbers-that-matter .flex-container .flex-item .number {
  font-family: 'Tilt Warp', cursive;
  font-size: 60px;
  line-height: 72px;
  font-weight: 400;
  text-align: center;
  color: #2E2E2E;
  margin: 0 auto 20px auto;
  padding: 0;
}
#services-social-media-campaigns #numbers-that-matter .flex-container .flex-item p,
#services-short-form-video-ads #numbers-that-matter .flex-container .flex-item p,
#services-high-impact-ad-creatives #numbers-that-matter .flex-container .flex-item p,
#services-data-driven-media-buying #numbers-that-matter .flex-container .flex-item p {
  margin: 32px 0 0 0;
  padding: 0 20px;
}
@media screen and (max-width: 800px) {
  #services-social-media-campaigns #numbers-that-matter .flex-container .flex-item,
  #services-short-form-video-ads #numbers-that-matter .flex-container .flex-item,
  #services-high-impact-ad-creatives #numbers-that-matter .flex-container .flex-item,
  #services-data-driven-media-buying #numbers-that-matter .flex-container .flex-item {
    padding: 0;
  }
  #services-social-media-campaigns #numbers-that-matter .flex-container .flex-item .number,
  #services-short-form-video-ads #numbers-that-matter .flex-container .flex-item .number,
  #services-high-impact-ad-creatives #numbers-that-matter .flex-container .flex-item .number,
  #services-data-driven-media-buying #numbers-that-matter .flex-container .flex-item .number {
    text-align: left;
  }
  #services-social-media-campaigns #numbers-that-matter .flex-container .flex-item p,
  #services-short-form-video-ads #numbers-that-matter .flex-container .flex-item p,
  #services-high-impact-ad-creatives #numbers-that-matter .flex-container .flex-item p,
  #services-data-driven-media-buying #numbers-that-matter .flex-container .flex-item p {
    text-align: left;
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  #services-social-media-campaigns #numbers-that-matter,
  #services-short-form-video-ads #numbers-that-matter,
  #services-high-impact-ad-creatives #numbers-that-matter,
  #services-data-driven-media-buying #numbers-that-matter {
    max-width: 340px;
    margin: 100px auto 120px auto;
    padding-bottom: 0;
    text-align: left;
  }
  #services-social-media-campaigns #numbers-that-matter .section-heading,
  #services-short-form-video-ads #numbers-that-matter .section-heading,
  #services-high-impact-ad-creatives #numbers-that-matter .section-heading,
  #services-data-driven-media-buying #numbers-that-matter .section-heading {
    padding: 0;
    text-align: left;
  }
  #services-social-media-campaigns #numbers-that-matter p,
  #services-short-form-video-ads #numbers-that-matter p,
  #services-high-impact-ad-creatives #numbers-that-matter p,
  #services-data-driven-media-buying #numbers-that-matter p {
    margin: 30px 0 20px 0;
    text-align: left;
  }
}
#services-social-media-campaigns #faq,
#services-short-form-video-ads #faq,
#services-high-impact-ad-creatives #faq,
#services-data-driven-media-buying #faq {
  position: relative;
  width: 100%;
  background: #ffffff;
  padding: 100px 0;
  margin: 100px 0;
}
#services-social-media-campaigns #faq .design-bg,
#services-short-form-video-ads #faq .design-bg,
#services-high-impact-ad-creatives #faq .design-bg,
#services-data-driven-media-buying #faq .design-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1100px) {
  #services-social-media-campaigns #faq .design-bg,
  #services-short-form-video-ads #faq .design-bg,
  #services-high-impact-ad-creatives #faq .design-bg,
  #services-data-driven-media-buying #faq .design-bg {
    width: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
#services-social-media-campaigns #faq .faq-container,
#services-short-form-video-ads #faq .faq-container,
#services-high-impact-ad-creatives #faq .faq-container,
#services-data-driven-media-buying #faq .faq-container {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1180px;
  margin: 0 auto;
  z-index: 1;
}
#services-social-media-campaigns #faq .faq-heading,
#services-short-form-video-ads #faq .faq-heading,
#services-high-impact-ad-creatives #faq .faq-heading,
#services-data-driven-media-buying #faq .faq-heading {
  font-family: 'Tilt Warp', cursive;
  font-size: 48px;
  line-height: 58px;
  font-weight: 400;
  color: #2E2E2E;
  margin: 0 0 60px 0;
  text-align: left;
}
@media screen and (max-width: 800px) {
  #services-social-media-campaigns #faq .faq-heading,
  #services-short-form-video-ads #faq .faq-heading,
  #services-high-impact-ad-creatives #faq .faq-heading,
  #services-data-driven-media-buying #faq .faq-heading {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 40px;
  }
}
#services-social-media-campaigns #faq .faq-list,
#services-short-form-video-ads #faq .faq-list,
#services-high-impact-ad-creatives #faq .faq-list,
#services-data-driven-media-buying #faq .faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
#services-social-media-campaigns #faq .faq-item,
#services-short-form-video-ads #faq .faq-item,
#services-high-impact-ad-creatives #faq .faq-item,
#services-data-driven-media-buying #faq .faq-item {
  border-bottom: 1px solid #B8D8E8;
}
#services-social-media-campaigns #faq .faq-item:first-child,
#services-short-form-video-ads #faq .faq-item:first-child,
#services-high-impact-ad-creatives #faq .faq-item:first-child,
#services-data-driven-media-buying #faq .faq-item:first-child {
  border-top: 1px solid #B8D8E8;
}
#services-social-media-campaigns #faq .faq-question,
#services-short-form-video-ads #faq .faq-question,
#services-high-impact-ad-creatives #faq .faq-question,
#services-data-driven-media-buying #faq .faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 20px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: all 0.3s ease-in-out;
}
#services-social-media-campaigns #faq .faq-question .faq-arrow,
#services-short-form-video-ads #faq .faq-question .faq-arrow,
#services-high-impact-ad-creatives #faq .faq-question .faq-arrow,
#services-data-driven-media-buying #faq .faq-question .faq-arrow {
  width: 14px;
  height: 14px;
  padding: 10px;
  flex-shrink: 0;
  transition: transform 0.3s ease-in-out;
  transform: rotate(0deg);
  object-fit: contain;
}
#services-social-media-campaigns #faq .faq-question.active,
#services-short-form-video-ads #faq .faq-question.active,
#services-high-impact-ad-creatives #faq .faq-question.active,
#services-data-driven-media-buying #faq .faq-question.active {
  padding-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
#services-social-media-campaigns #faq .faq-question.active .faq-arrow,
#services-short-form-video-ads #faq .faq-question.active .faq-arrow,
#services-high-impact-ad-creatives #faq .faq-question.active .faq-arrow,
#services-data-driven-media-buying #faq .faq-question.active .faq-arrow {
  transform: rotate(180deg);
}
#services-social-media-campaigns #faq .faq-question[aria-expanded="true"] .faq-arrow,
#services-short-form-video-ads #faq .faq-question[aria-expanded="true"] .faq-arrow,
#services-high-impact-ad-creatives #faq .faq-question[aria-expanded="true"] .faq-arrow,
#services-data-driven-media-buying #faq .faq-question[aria-expanded="true"] .faq-arrow {
  transform: rotate(180deg);
}
#services-social-media-campaigns #faq .faq-question[aria-expanded="false"] .faq-arrow,
#services-short-form-video-ads #faq .faq-question[aria-expanded="false"] .faq-arrow,
#services-high-impact-ad-creatives #faq .faq-question[aria-expanded="false"] .faq-arrow,
#services-data-driven-media-buying #faq .faq-question[aria-expanded="false"] .faq-arrow {
  transform: rotate(0deg);
}
#services-social-media-campaigns #faq .faq-question .faq-question-text,
#services-short-form-video-ads #faq .faq-question .faq-question-text,
#services-high-impact-ad-creatives #faq .faq-question .faq-question-text,
#services-data-driven-media-buying #faq .faq-question .faq-question-text {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #2E2E2E;
  flex: 1;
}
#services-social-media-campaigns #faq .faq-question:hover .faq-question-text,
#services-short-form-video-ads #faq .faq-question:hover .faq-question-text,
#services-high-impact-ad-creatives #faq .faq-question:hover .faq-question-text,
#services-data-driven-media-buying #faq .faq-question:hover .faq-question-text {
  color: #DF4852;
}
@media screen and (max-width: 800px) {
  #services-social-media-campaigns #faq .faq-question,
  #services-short-form-video-ads #faq .faq-question,
  #services-high-impact-ad-creatives #faq .faq-question,
  #services-data-driven-media-buying #faq .faq-question {
    padding: 20px 0;
    gap: 12px;
  }
  #services-social-media-campaigns #faq .faq-question .faq-arrow,
  #services-short-form-video-ads #faq .faq-question .faq-arrow,
  #services-high-impact-ad-creatives #faq .faq-question .faq-arrow,
  #services-data-driven-media-buying #faq .faq-question .faq-arrow {
    width: 14px;
    height: 14px;
  }
  #services-social-media-campaigns #faq .faq-question .faq-question-text,
  #services-short-form-video-ads #faq .faq-question .faq-question-text,
  #services-high-impact-ad-creatives #faq .faq-question .faq-question-text,
  #services-data-driven-media-buying #faq .faq-question .faq-question-text {
    font-size: 18px;
    line-height: 26px;
  }
}
#services-social-media-campaigns #faq .faq-answer,
#services-short-form-video-ads #faq .faq-answer,
#services-high-impact-ad-creatives #faq .faq-answer,
#services-data-driven-media-buying #faq .faq-answer {
  margin: 0 0 0 80px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, margin 0.3s ease-out;
}
#services-social-media-campaigns #faq .faq-answer p,
#services-short-form-video-ads #faq .faq-answer p,
#services-high-impact-ad-creatives #faq .faq-answer p,
#services-data-driven-media-buying #faq .faq-answer p {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #2E2E2E;
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 800px) {
  #services-social-media-campaigns #faq .faq-answer p,
  #services-short-form-video-ads #faq .faq-answer p,
  #services-high-impact-ad-creatives #faq .faq-answer p,
  #services-data-driven-media-buying #faq .faq-answer p {
    font-size: 16px;
    line-height: 24px;
  }
}
#services-social-media-campaigns #faq .faq-question.active + .faq-answer,
#services-short-form-video-ads #faq .faq-question.active + .faq-answer,
#services-high-impact-ad-creatives #faq .faq-question.active + .faq-answer,
#services-data-driven-media-buying #faq .faq-question.active + .faq-answer {
  margin: 0 0 24px 80px;
}
@media screen and (max-width: 800px) {
  #services-social-media-campaigns #faq .faq-question.active + .faq-answer,
  #services-short-form-video-ads #faq .faq-question.active + .faq-answer,
  #services-high-impact-ad-creatives #faq .faq-question.active + .faq-answer,
  #services-data-driven-media-buying #faq .faq-question.active + .faq-answer {
    margin: 0 0 20px 48px;
  }
}
@media screen and (max-width: 800px) {
  #services-social-media-campaigns #faq,
  #services-short-form-video-ads #faq,
  #services-high-impact-ad-creatives #faq,
  #services-data-driven-media-buying #faq {
    margin: 0;
    padding: 60px 0;
  }
  #services-social-media-campaigns #faq .faq-container,
  #services-short-form-video-ads #faq .faq-container,
  #services-high-impact-ad-creatives #faq .faq-container,
  #services-data-driven-media-buying #faq .faq-container {
    width: calc(100% - 40px);
  }
}
#services-social-media-campaigns #what-clients-say,
#services-short-form-video-ads #what-clients-say,
#services-high-impact-ad-creatives #what-clients-say,
#services-data-driven-media-buying #what-clients-say {
  position: relative;
  width: 100%;
}
#services-social-media-campaigns #what-clients-say .design-bg,
#services-short-form-video-ads #what-clients-say .design-bg,
#services-high-impact-ad-creatives #what-clients-say .design-bg,
#services-data-driven-media-buying #what-clients-say .design-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1100px) {
  #services-social-media-campaigns #what-clients-say .design-bg,
  #services-short-form-video-ads #what-clients-say .design-bg,
  #services-high-impact-ad-creatives #what-clients-say .design-bg,
  #services-data-driven-media-buying #what-clients-say .design-bg {
    width: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
#services-social-media-campaigns #what-clients-say .content-container,
#services-short-form-video-ads #what-clients-say .content-container,
#services-high-impact-ad-creatives #what-clients-say .content-container,
#services-data-driven-media-buying #what-clients-say .content-container {
  position: relative;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding-top: 100px;
  max-width: 645px;
  z-index: 1;
}
#services-social-media-campaigns #what-clients-say .content-container .section-heading,
#services-short-form-video-ads #what-clients-say .content-container .section-heading,
#services-high-impact-ad-creatives #what-clients-say .content-container .section-heading,
#services-data-driven-media-buying #what-clients-say .content-container .section-heading,
#services-social-media-campaigns #what-clients-say .content-container p,
#services-short-form-video-ads #what-clients-say .content-container p,
#services-high-impact-ad-creatives #what-clients-say .content-container p,
#services-data-driven-media-buying #what-clients-say .content-container p {
  color: #ffffff;
  max-width: 360px;
  margin: 0 auto 20px auto;
}
#services-social-media-campaigns #what-clients-say .testimonial-blocks,
#services-short-form-video-ads #what-clients-say .testimonial-blocks,
#services-high-impact-ad-creatives #what-clients-say .testimonial-blocks,
#services-data-driven-media-buying #what-clients-say .testimonial-blocks {
  position: relative;
  width: calc(100% - 40px);
  min-height: 585px;
  margin: 0 auto;
  max-width: 1420px;
  margin-top: -140px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1400px) {
  #services-social-media-campaigns #what-clients-say .testimonial-blocks,
  #services-short-form-video-ads #what-clients-say .testimonial-blocks,
  #services-high-impact-ad-creatives #what-clients-say .testimonial-blocks,
  #services-data-driven-media-buying #what-clients-say .testimonial-blocks {
    max-width: 930px;
    min-height: 672px;
    margin-top: -20px;
  }
}
@media screen and (max-width: 1000px) {
  #services-social-media-campaigns #what-clients-say .testimonial-blocks,
  #services-short-form-video-ads #what-clients-say .testimonial-blocks,
  #services-high-impact-ad-creatives #what-clients-say .testimonial-blocks,
  #services-data-driven-media-buying #what-clients-say .testimonial-blocks {
    max-width: 380px;
    margin-top: 50px;
    min-height: unset;
  }
}
#services-social-media-campaigns #what-clients-say .testimonial-blocks .testimonial-block,
#services-short-form-video-ads #what-clients-say .testimonial-blocks .testimonial-block,
#services-high-impact-ad-creatives #what-clients-say .testimonial-blocks .testimonial-block,
#services-data-driven-media-buying #what-clients-say .testimonial-blocks .testimonial-block {
  position: absolute;
  width: 100%;
  max-width: 372px;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}
#services-social-media-campaigns #what-clients-say .testimonial-blocks .testimonial-block:hover,
#services-short-form-video-ads #what-clients-say .testimonial-blocks .testimonial-block:hover,
#services-high-impact-ad-creatives #what-clients-say .testimonial-blocks .testimonial-block:hover,
#services-data-driven-media-buying #what-clients-say .testimonial-blocks .testimonial-block:hover {
  z-index: 3;
  transition: all 0.3s ease-in-out;
}
#services-social-media-campaigns #what-clients-say .testimonial-blocks .testimonial-block .block-bg,
#services-short-form-video-ads #what-clients-say .testimonial-blocks .testimonial-block .block-bg,
#services-high-impact-ad-creatives #what-clients-say .testimonial-blocks .testimonial-block .block-bg,
#services-data-driven-media-buying #what-clients-say .testimonial-blocks .testimonial-block .block-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#services-social-media-campaigns #what-clients-say .testimonial-blocks .testimonial-block .testimonial-content,
#services-short-form-video-ads #what-clients-say .testimonial-blocks .testimonial-block .testimonial-content,
#services-high-impact-ad-creatives #what-clients-say .testimonial-blocks .testimonial-block .testimonial-content,
#services-data-driven-media-buying #what-clients-say .testimonial-blocks .testimonial-block .testimonial-content {
  position: relative;
  padding: 40px;
  text-align: left;
}
#services-social-media-campaigns #what-clients-say .testimonial-blocks .testimonial-block .testimonial-content .testimonial-text,
#services-short-form-video-ads #what-clients-say .testimonial-blocks .testimonial-block .testimonial-content .testimonial-text,
#services-high-impact-ad-creatives #what-clients-say .testimonial-blocks .testimonial-block .testimonial-content .testimonial-text,
#services-data-driven-media-buying #what-clients-say .testimonial-blocks .testimonial-block .testimonial-content .testimonial-text {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #2E2E2E;
  padding: 5px 0 20px 0;
}
#services-social-media-campaigns #what-clients-say .testimonial-blocks .testimonial-block .testimonial-content .testimonial-client,
#services-short-form-video-ads #what-clients-say .testimonial-blocks .testimonial-block .testimonial-content .testimonial-client,
#services-high-impact-ad-creatives #what-clients-say .testimonial-blocks .testimonial-block .testimonial-content .testimonial-client,
#services-data-driven-media-buying #what-clients-say .testimonial-blocks .testimonial-block .testimonial-content .testimonial-client {
  font-family: 'Inter', sans-serif;
  color: #2E2E2E;
}
#services-social-media-campaigns #what-clients-say .testimonial-blocks .testimonial-block.white .testimonial-text,
#services-short-form-video-ads #what-clients-say .testimonial-blocks .testimonial-block.white .testimonial-text,
#services-high-impact-ad-creatives #what-clients-say .testimonial-blocks .testimonial-block.white .testimonial-text,
#services-data-driven-media-buying #what-clients-say .testimonial-blocks .testimonial-block.white .testimonial-text,
#services-social-media-campaigns #what-clients-say .testimonial-blocks .testimonial-block.white .testimonial-client,
#services-short-form-video-ads #what-clients-say .testimonial-blocks .testimonial-block.white .testimonial-client,
#services-high-impact-ad-creatives #what-clients-say .testimonial-blocks .testimonial-block.white .testimonial-client,
#services-data-driven-media-buying #what-clients-say .testimonial-blocks .testimonial-block.white .testimonial-client {
  color: #ffffff;
}
#services-social-media-campaigns #what-clients-say .testimonial-blocks .testimonial-block:first-of-type,
#services-short-form-video-ads #what-clients-say .testimonial-blocks .testimonial-block:first-of-type,
#services-high-impact-ad-creatives #what-clients-say .testimonial-blocks .testimonial-block:first-of-type,
#services-data-driven-media-buying #what-clients-say .testimonial-blocks .testimonial-block:first-of-type {
  top: 0;
  left: 0;
  transform: rotate(-10.16deg) scale(1);
}
#services-social-media-campaigns #what-clients-say .testimonial-blocks .testimonial-block:first-of-type:hover,
#services-short-form-video-ads #what-clients-say .testimonial-blocks .testimonial-block:first-of-type:hover,
#services-high-impact-ad-creatives #what-clients-say .testimonial-blocks .testimonial-block:first-of-type:hover,
#services-data-driven-media-buying #what-clients-say .testimonial-blocks .testimonial-block:first-of-type:hover {
  transform: rotate(0) scale(1.1);
}
#services-social-media-campaigns #what-clients-say .testimonial-blocks .testimonial-block:nth-child(2),
#services-short-form-video-ads #what-clients-say .testimonial-blocks .testimonial-block:nth-child(2),
#services-high-impact-ad-creatives #what-clients-say .testimonial-blocks .testimonial-block:nth-child(2),
#services-data-driven-media-buying #what-clients-say .testimonial-blocks .testimonial-block:nth-child(2) {
  top: 234px;
  left: 23%;
  transform: rotate(3.93deg) scale(1);
}
@media screen and (max-width: 1400px) {
  #services-social-media-campaigns #what-clients-say .testimonial-blocks .testimonial-block:nth-child(2),
  #services-short-form-video-ads #what-clients-say .testimonial-blocks .testimonial-block:nth-child(2),
  #services-high-impact-ad-creatives #what-clients-say .testimonial-blocks .testimonial-block:nth-child(2),
  #services-data-driven-media-buying #what-clients-say .testimonial-blocks .testimonial-block:nth-child(2) {
    top: 234px;
    left: 10%;
  }
}
#services-social-media-campaigns #what-clients-say .testimonial-blocks .testimonial-block:nth-child(2):hover,
#services-short-form-video-ads #what-clients-say .testimonial-blocks .testimonial-block:nth-child(2):hover,
#services-high-impact-ad-creatives #what-clients-say .testimonial-blocks .testimonial-block:nth-child(2):hover,
#services-data-driven-media-buying #what-clients-say .testimonial-blocks .testimonial-block:nth-child(2):hover {
  transform: rotate(0) scale(1.1);
}
#services-social-media-campaigns #what-clients-say .testimonial-blocks .testimonial-block:nth-child(3),
#services-short-form-video-ads #what-clients-say .testimonial-blocks .testimonial-block:nth-child(3),
#services-high-impact-ad-creatives #what-clients-say .testimonial-blocks .testimonial-block:nth-child(3),
#services-data-driven-media-buying #what-clients-say .testimonial-blocks .testimonial-block:nth-child(3) {
  top: 184px;
  right: 24%;
  transform: rotate(-8.76deg) scale(1);
}
@media screen and (max-width: 1400px) {
  #services-social-media-campaigns #what-clients-say .testimonial-blocks .testimonial-block:nth-child(3),
  #services-short-form-video-ads #what-clients-say .testimonial-blocks .testimonial-block:nth-child(3),
  #services-high-impact-ad-creatives #what-clients-say .testimonial-blocks .testimonial-block:nth-child(3),
  #services-data-driven-media-buying #what-clients-say .testimonial-blocks .testimonial-block:nth-child(3) {
    top: 264px;
    right: 10%;
  }
}
#services-social-media-campaigns #what-clients-say .testimonial-blocks .testimonial-block:nth-child(3):hover,
#services-short-form-video-ads #what-clients-say .testimonial-blocks .testimonial-block:nth-child(3):hover,
#services-high-impact-ad-creatives #what-clients-say .testimonial-blocks .testimonial-block:nth-child(3):hover,
#services-data-driven-media-buying #what-clients-say .testimonial-blocks .testimonial-block:nth-child(3):hover {
  transform: rotate(0) scale(1.1);
}
#services-social-media-campaigns #what-clients-say .testimonial-blocks .testimonial-block:last-of-type,
#services-short-form-video-ads #what-clients-say .testimonial-blocks .testimonial-block:last-of-type,
#services-high-impact-ad-creatives #what-clients-say .testimonial-blocks .testimonial-block:last-of-type,
#services-data-driven-media-buying #what-clients-say .testimonial-blocks .testimonial-block:last-of-type {
  top: 23px;
  right: 0;
  transform: rotate(-4.3deg) scale(1);
}
#services-social-media-campaigns #what-clients-say .testimonial-blocks .testimonial-block:last-of-type:hover,
#services-short-form-video-ads #what-clients-say .testimonial-blocks .testimonial-block:last-of-type:hover,
#services-high-impact-ad-creatives #what-clients-say .testimonial-blocks .testimonial-block:last-of-type:hover,
#services-data-driven-media-buying #what-clients-say .testimonial-blocks .testimonial-block:last-of-type:hover {
  transform: rotate(0) scale(1.1);
}
@media screen and (max-width: 1000px) {
  #services-social-media-campaigns #what-clients-say .testimonial-blocks .testimonial-block,
  #services-short-form-video-ads #what-clients-say .testimonial-blocks .testimonial-block,
  #services-high-impact-ad-creatives #what-clients-say .testimonial-blocks .testimonial-block,
  #services-data-driven-media-buying #what-clients-say .testimonial-blocks .testimonial-block {
    position: relative;
    top: unset !important;
    left: unset !important;
    right: unset !important;
  }
}
#services-conversion-focused-landing-pages {
  position: relative;
}
#services-conversion-focused-landing-pages .header-image {
  position: relative;
  width: 100%;
  height: calc(100vh);
  min-height: 500px;
  max-height: 656px;
  margin-top: 66px;
}
@media screen and (max-width: 800px) {
  #services-conversion-focused-landing-pages .header-image {
    height: auto;
    padding-bottom: 60px;
  }
}
#services-conversion-focused-landing-pages .header-image .header-anim {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  max-width: 1600px;
}
#services-conversion-focused-landing-pages .header-image .header-anim img {
  width: 100%;
  height: auto;
}
#services-conversion-focused-landing-pages .header-image .header-anim img.mobi {
  display: none;
}
@media screen and (max-width: 800px) {
  #services-conversion-focused-landing-pages .header-image .header-anim img.mobi {
    display: block;
    max-width: 313px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 800px) {
  #services-conversion-focused-landing-pages .header-image .header-anim img {
    display: none;
  }
}
#services-conversion-focused-landing-pages .header-image .header-anim .header-float-icons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
#services-conversion-focused-landing-pages .header-image .header-anim .header-float-icons img {
  position: absolute;
  width: 50px;
  height: 48px;
  will-change: transform;
  animation-name: social-header-icon-float;
  animation-duration: 4.2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
#services-conversion-focused-landing-pages .header-image .header-anim .header-float-icons img:nth-child(1) {
  left: 1.5%;
  top: 24%;
  animation-duration: 3.8s;
  animation-delay: -0.6s;
}
#services-conversion-focused-landing-pages .header-image .header-anim .header-float-icons img:nth-child(2) {
  left: 13%;
  top: 36%;
  animation-duration: 4s;
  animation-delay: -1.3s;
}
#services-conversion-focused-landing-pages .header-image .header-anim .header-float-icons img:nth-child(3) {
  left: 9.5%;
  top: 68%;
  animation-duration: 3.6s;
  animation-delay: -2.1s;
}
#services-conversion-focused-landing-pages .header-image .header-anim .header-float-icons img:nth-child(4) {
  left: 24%;
  top: 7%;
  animation-duration: 3.9s;
  animation-delay: -1.8s;
}
#services-conversion-focused-landing-pages .header-image .header-anim .header-float-icons img:nth-child(5) {
  left: 46%;
  top: 2%;
  animation-duration: 4.1s;
  animation-delay: -1.1s;
}
#services-conversion-focused-landing-pages .header-image .header-anim .header-float-icons img:nth-child(6) {
  left: 72.5%;
  top: 12%;
  animation-duration: 4.3s;
  animation-delay: -2.5s;
}
#services-conversion-focused-landing-pages .header-image .header-anim .header-float-icons img:nth-child(7) {
  left: 85%;
  top: 7%;
  animation-duration: 3.7s;
  animation-delay: -1.6s;
}
#services-conversion-focused-landing-pages .header-image .header-anim .header-float-icons img:nth-child(8) {
  left: 91%;
  top: 39%;
  animation-duration: 4s;
  animation-delay: -2s;
}
#services-conversion-focused-landing-pages .header-image .header-anim .header-float-icons img:nth-child(9) {
  left: 84%;
  top: 73%;
  animation-duration: 4.2s;
  animation-delay: -2.8s;
}
@media (prefers-reduced-motion: reduce) {
  #services-conversion-focused-landing-pages .header-image .header-anim .header-float-icons img {
    animation: none;
  }
}
@media screen and (max-width: 800px) {
  #services-conversion-focused-landing-pages .header-image .header-anim .header-float-icons {
    display: none;
  }
}
#services-conversion-focused-landing-pages .header-image .header-anim .header-float-icons-mobi {
  display: none;
}
@media screen and (max-width: 800px) {
  #services-conversion-focused-landing-pages .header-image .header-anim .header-float-icons-mobi {
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -170px;
    width: 100%;
    max-width: 313px;
    height: 88px;
    display: block;
    pointer-events: none;
    z-index: 2;
  }
  #services-conversion-focused-landing-pages .header-image .header-anim .header-float-icons-mobi img {
    display: block;
    position: absolute;
    width: 50px;
    height: 48px;
    will-change: transform;
    animation-name: social-header-icon-float;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
  #services-conversion-focused-landing-pages .header-image .header-anim .header-float-icons-mobi img:nth-child(1) {
    left: 6%;
    top: 34px;
    animation-duration: 3.3s;
    animation-delay: -0.8s;
  }
  #services-conversion-focused-landing-pages .header-image .header-anim .header-float-icons-mobi img:nth-child(2) {
    left: 43%;
    top: 0;
    animation-duration: 3.6s;
    animation-delay: -1.6s;
  }
  #services-conversion-focused-landing-pages .header-image .header-anim .header-float-icons-mobi img:nth-child(3) {
    left: 82%;
    top: 34px;
    animation-duration: 3.4s;
    animation-delay: -2.1s;
  }
}
@media screen and (max-width: 800px) and (prefers-reduced-motion: reduce) {
  #services-conversion-focused-landing-pages .header-image .header-anim .header-float-icons-mobi img {
    animation: none;
  }
}
#services-conversion-focused-landing-pages .header-image .header-anim .header-float-icons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
#services-conversion-focused-landing-pages .header-image .header-anim .header-float-icons img {
  position: absolute;
  width: 50px;
  height: 48px;
  will-change: transform;
  animation-name: social-header-icon-float;
  animation-duration: 4.2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
#services-conversion-focused-landing-pages .header-image .header-anim .header-float-icons img:nth-child(1) {
  left: 1.5%;
  top: 24%;
  animation-duration: 3.8s;
  animation-delay: -0.6s;
}
#services-conversion-focused-landing-pages .header-image .header-anim .header-float-icons img:nth-child(2) {
  left: 13%;
  top: 36%;
  animation-duration: 4s;
  animation-delay: -1.3s;
}
#services-conversion-focused-landing-pages .header-image .header-anim .header-float-icons img:nth-child(3) {
  left: 9.5%;
  top: 68%;
  animation-duration: 3.6s;
  animation-delay: -2.1s;
}
#services-conversion-focused-landing-pages .header-image .header-anim .header-float-icons img:nth-child(4) {
  left: 24%;
  top: 7%;
  animation-duration: 3.9s;
  animation-delay: -1.8s;
}
#services-conversion-focused-landing-pages .header-image .header-anim .header-float-icons img:nth-child(5) {
  left: 46%;
  top: 2%;
  animation-duration: 4.1s;
  animation-delay: -1.1s;
}
#services-conversion-focused-landing-pages .header-image .header-anim .header-float-icons img:nth-child(6) {
  left: 72.5%;
  top: 12%;
  animation-duration: 4.3s;
  animation-delay: -2.5s;
}
#services-conversion-focused-landing-pages .header-image .header-anim .header-float-icons img:nth-child(7) {
  left: 85%;
  top: 7%;
  animation-duration: 3.7s;
  animation-delay: -1.6s;
}
#services-conversion-focused-landing-pages .header-image .header-anim .header-float-icons img:nth-child(8) {
  left: 91%;
  top: 39%;
  animation-duration: 4s;
  animation-delay: -2s;
}
#services-conversion-focused-landing-pages .header-image .header-anim .header-float-icons img:nth-child(9) {
  left: 84%;
  top: 73%;
  animation-duration: 4.2s;
  animation-delay: -2.8s;
}
@media (prefers-reduced-motion: reduce) {
  #services-conversion-focused-landing-pages .header-image .header-anim .header-float-icons img {
    animation: none;
  }
}
@media screen and (max-width: 800px) {
  #services-conversion-focused-landing-pages .header-image .header-anim .header-float-icons {
    display: none;
  }
}
#services-conversion-focused-landing-pages .header-image .header-anim .header-float-icons-mobi {
  display: none;
}
@media screen and (max-width: 800px) {
  #services-conversion-focused-landing-pages .header-image .header-anim .header-float-icons-mobi {
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -170px;
    width: 100%;
    max-width: 313px;
    height: 88px;
    display: block;
    pointer-events: none;
    z-index: 2;
  }
  #services-conversion-focused-landing-pages .header-image .header-anim .header-float-icons-mobi img {
    display: block;
    position: absolute;
    width: 50px;
    height: 48px;
    will-change: transform;
    animation-name: social-header-icon-float;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
  #services-conversion-focused-landing-pages .header-image .header-anim .header-float-icons-mobi img:nth-child(1) {
    left: 6%;
    top: 34px;
    animation-duration: 3.3s;
    animation-delay: -0.8s;
  }
  #services-conversion-focused-landing-pages .header-image .header-anim .header-float-icons-mobi img:nth-child(2) {
    left: 43%;
    top: 0;
    animation-duration: 3.6s;
    animation-delay: -1.6s;
  }
  #services-conversion-focused-landing-pages .header-image .header-anim .header-float-icons-mobi img:nth-child(3) {
    left: 82%;
    top: 34px;
    animation-duration: 3.4s;
    animation-delay: -2.1s;
  }
}
@media screen and (max-width: 800px) and (prefers-reduced-motion: reduce) {
  #services-conversion-focused-landing-pages .header-image .header-anim .header-float-icons-mobi img {
    animation: none;
  }
}
@media screen and (max-width: 800px) {
  #services-conversion-focused-landing-pages .header-image .header-anim {
    top: 56px;
    transform: translateX(-50%);
  }
}
#services-conversion-focused-landing-pages .header-image .header-content {
  position: relative;
  width: calc(100% - 40px);
  margin: 0 auto;
  max-width: 1180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 32px;
  height: 100%;
  padding-top: 40px;
}
@media screen and (max-width: 800px) {
  #services-conversion-focused-landing-pages .header-image .header-content {
    height: auto;
    padding-top: 166px;
  }
}
#services-conversion-focused-landing-pages .header-image .header-content .header-icon {
  position: relative;
}
#services-conversion-focused-landing-pages .header-image .header-content .header-icon img {
  width: 200px;
  height: auto;
}
#services-conversion-focused-landing-pages .header-image .header-content .header-title {
  max-width: 930px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  #services-conversion-focused-landing-pages .header-image .header-content .header-title {
    padding: 0;
  }
}
#services-conversion-focused-landing-pages .header-image .header-content .icon-text {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}
#services-conversion-focused-landing-pages .header-image .header-content .header-sub {
  font-size: 20px;
  line-height: 30px;
  max-width: 770px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  #services-conversion-focused-landing-pages .header-image .header-content .header-sub {
    font-size: 16px;
    line-height: 24px;
  }
}
#services-conversion-focused-landing-pages .header-image .header-content .custom-button:hover {
  background: #ffffff;
  color: #DF4852;
}
#services-conversion-focused-landing-pages .header-image .header-content.white p,
#services-conversion-focused-landing-pages .header-image .header-content.white h1,
#services-conversion-focused-landing-pages .header-image .header-content.white div {
  color: #ffffff;
}
#services-conversion-focused-landing-pages .service-content {
  position: relative;
  padding: 200px 0;
  width: calc(100% - 40px);
  max-width: 1180px;
}
#services-conversion-focused-landing-pages .service-content .flex-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
#services-conversion-focused-landing-pages .service-content .flex-container .content-block {
  position: relative;
  text-align: left;
}
#services-conversion-focused-landing-pages .service-content .flex-container .content-block.left {
  max-width: 480px;
}
#services-conversion-focused-landing-pages .service-content .flex-container .content-block.right {
  max-width: 580px;
}
#services-conversion-focused-landing-pages .service-content .flex-container .content-block.right img {
  width: 100%;
  object-fit: contain;
}
#services-conversion-focused-landing-pages .service-content .flex-container .content-block h2 {
  max-width: 420px;
  text-align: left;
  margin: 0;
  padding: 0;
}
#services-conversion-focused-landing-pages .service-content .flex-container .content-block p {
  font-size: 18px;
  line-height: 28px;
  text-align: left;
}
#services-conversion-focused-landing-pages .service-content .flex-container .content-block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#services-conversion-focused-landing-pages .service-content .flex-container .content-block ul li {
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  padding: 0 0 20px 0;
  display: flex;
  align-items: flex-start;
}
#services-conversion-focused-landing-pages .service-content .flex-container .content-block ul li::before {
  content: "";
  position: relative;
  min-width: 18px;
  width: 18px;
  height: 18px;
  background: url("/assets/img/social-media-campaigns/bullet-check.png") no-repeat center center;
  background-size: cover;
  margin-top: 5px;
  margin-right: 10px;
}
@media screen and (max-width: 800px) {
  #services-conversion-focused-landing-pages .service-content {
    padding: 60px 0 120px 0;
  }
  #services-conversion-focused-landing-pages .service-content .flex-container {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
  #services-conversion-focused-landing-pages .service-content .flex-container .content-block.left {
    margin-top: 10px;
  }
}
#services-conversion-focused-landing-pages #how-we-helped-clients-like-you {
  position: relative;
  width: 100%;
}
#services-conversion-focused-landing-pages #how-we-helped-clients-like-you .design-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1100px) {
  #services-conversion-focused-landing-pages #how-we-helped-clients-like-you .design-bg {
    width: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
#services-conversion-focused-landing-pages #how-we-helped-clients-like-you .content-container {
  position: relative;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding-top: 100px;
  max-width: 640px;
  z-index: 1;
}
#services-conversion-focused-landing-pages #how-we-helped-clients-like-you .content-container .section-heading {
  color: #ffffff;
  margin: 0;
}
#services-conversion-focused-landing-pages #how-we-helped-clients-like-you .content-container p {
  color: #ffffff;
}
@media screen and (min-width: 800px) {
  #services-conversion-focused-landing-pages #how-we-helped-clients-like-you .content-container p {
    margin: 20px auto;
  }
}
@media screen and (max-width: 800px) {
  #services-conversion-focused-landing-pages #how-we-helped-clients-like-you .content-container {
    width: calc(100% - 40px);
    max-width: 100%;
    text-align: left;
    padding-top: 60px;
  }
  #services-conversion-focused-landing-pages #how-we-helped-clients-like-you .content-container .section-heading {
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    padding: 0;
  }
  #services-conversion-focused-landing-pages #how-we-helped-clients-like-you .content-container p {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
  #services-conversion-focused-landing-pages #how-we-helped-clients-like-you .content-container .custom-button {
    margin-top: 20px;
  }
}
#services-conversion-focused-landing-pages #how-we-helped-clients-like-you .images-block {
  position: relative;
  width: calc(100% - 40px);
  margin: 0 auto;
  max-width: 1255px;
  padding-bottom: 100px;
  min-height: 570px;
}
@media screen and (max-width: 800px) {
  #services-conversion-focused-landing-pages #how-we-helped-clients-like-you .images-block {
    width: calc(100% - 40px);
    margin-top: 40px;
    padding-bottom: 60px;
    overflow: hidden;
  }
}
#services-conversion-focused-landing-pages #how-we-helped-clients-like-you .images-block .block {
  position: absolute;
}
#services-conversion-focused-landing-pages #how-we-helped-clients-like-you .images-block .block img {
  width: 100%;
  height: auto;
  max-width: 280px;
  display: block;
}
#services-conversion-focused-landing-pages #how-we-helped-clients-like-you .images-block .block:first-of-type {
  width: 523px;
  top: 3px;
  left: 0;
}
@media screen and (max-width: 1180px) {
  #services-conversion-focused-landing-pages #how-we-helped-clients-like-you .images-block .block:first-of-type {
    top: 20px;
  }
}
#services-conversion-focused-landing-pages #how-we-helped-clients-like-you .images-block .block:first-of-type img {
  max-width: 523px;
}
#services-conversion-focused-landing-pages #how-we-helped-clients-like-you .images-block .block:nth-child(2) {
  width: 581px;
  top: 239px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1180px) {
  #services-conversion-focused-landing-pages #how-we-helped-clients-like-you .images-block .block:nth-child(2) {
    top: 240px;
    transform: translateX(-70%);
  }
}
#services-conversion-focused-landing-pages #how-we-helped-clients-like-you .images-block .block:nth-child(2) img {
  max-width: 581px;
}
#services-conversion-focused-landing-pages #how-we-helped-clients-like-you .images-block .block:last-of-type {
  max-width: 546px;
  top: 56px;
  right: 0;
}
@media screen and (max-width: 1180px) {
  #services-conversion-focused-landing-pages #how-we-helped-clients-like-you .images-block .block:last-of-type {
    top: 106px;
  }
}
#services-conversion-focused-landing-pages #how-we-helped-clients-like-you .images-block .block:last-of-type img {
  max-width: 546px;
}
@media screen and (max-width: 800px) {
  #services-conversion-focused-landing-pages #how-we-helped-clients-like-you .images-block .block {
    position: relative;
    margin-bottom: 30px;
    top: 0 !important;
    transform: unset !important;
    left: 0 !important;
    right: unset !important;
    width: 100% !important;
    max-width: unset !important;
  }
  #services-conversion-focused-landing-pages #how-we-helped-clients-like-you .images-block .block img {
    max-width: 100% !important;
    width: 100% !important;
  }
  #services-conversion-focused-landing-pages #how-we-helped-clients-like-you .images-block .block:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 800px) {
  #services-conversion-focused-landing-pages #how-we-helped-clients-like-you .images-block.slick-slider {
    position: relative;
    width: 100%;
  }
  #services-conversion-focused-landing-pages #how-we-helped-clients-like-you .images-block.slick-slider .slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  #services-conversion-focused-landing-pages #how-we-helped-clients-like-you .images-block.slick-slider .slick-track {
    display: flex;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }
  #services-conversion-focused-landing-pages #how-we-helped-clients-like-you .images-block.slick-slider .slick-slide {
    padding: 0 13px;
    box-sizing: border-box;
    height: auto;
  }
  #services-conversion-focused-landing-pages #how-we-helped-clients-like-you .images-block.slick-slider .slick-slide > div {
    padding: 0;
  }
  #services-conversion-focused-landing-pages #how-we-helped-clients-like-you .images-block.slick-slider .slick-slide img {
    width: 100%;
    height: auto;
    display: block;
  }
}
#services-conversion-focused-landing-pages #numbers-that-matter {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1140px;
  margin: 200px auto 0 auto;
  padding-bottom: 100px;
}
#services-conversion-focused-landing-pages #numbers-that-matter p {
  margin: 60px 0 20px 0;
}
#services-conversion-focused-landing-pages #numbers-that-matter .flex-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
}
@media screen and (max-width: 800px) {
  #services-conversion-focused-landing-pages #numbers-that-matter .flex-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
    text-align: left;
  }
}
#services-conversion-focused-landing-pages #numbers-that-matter .flex-container .flex-item {
  flex: 1;
  width: 100%;
  max-width: 340px;
  padding: 0;
  padding-right: 40px;
}
#services-conversion-focused-landing-pages #numbers-that-matter .flex-container .flex-item:last-child {
  padding-right: 0;
}
#services-conversion-focused-landing-pages #numbers-that-matter .flex-container .flex-item .number {
  font-family: 'Tilt Warp', cursive;
  font-size: 60px;
  line-height: 72px;
  font-weight: 400;
  text-align: center;
  color: #2E2E2E;
  margin: 0 auto 20px auto;
  padding: 0;
}
#services-conversion-focused-landing-pages #numbers-that-matter .flex-container .flex-item p {
  margin: 32px 0 0 0;
  padding: 0 20px;
}
@media screen and (max-width: 800px) {
  #services-conversion-focused-landing-pages #numbers-that-matter .flex-container .flex-item {
    padding: 0;
  }
  #services-conversion-focused-landing-pages #numbers-that-matter .flex-container .flex-item .number {
    text-align: left;
  }
  #services-conversion-focused-landing-pages #numbers-that-matter .flex-container .flex-item p {
    text-align: left;
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  #services-conversion-focused-landing-pages #numbers-that-matter {
    max-width: 340px;
    margin: 100px auto 120px auto;
    padding-bottom: 0;
    text-align: left;
  }
  #services-conversion-focused-landing-pages #numbers-that-matter .section-heading {
    padding: 0;
    text-align: left;
  }
  #services-conversion-focused-landing-pages #numbers-that-matter p {
    margin: 30px 0 20px 0;
    text-align: left;
  }
}
#services-conversion-focused-landing-pages #faq {
  position: relative;
  width: 100%;
  background: #ffffff;
  padding: 100px 0;
  margin: 100px 0;
}
#services-conversion-focused-landing-pages #faq .design-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1100px) {
  #services-conversion-focused-landing-pages #faq .design-bg {
    width: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
#services-conversion-focused-landing-pages #faq .faq-container {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1180px;
  margin: 0 auto;
  z-index: 1;
}
#services-conversion-focused-landing-pages #faq .faq-heading {
  font-family: 'Tilt Warp', cursive;
  font-size: 48px;
  line-height: 58px;
  font-weight: 400;
  color: #2E2E2E;
  margin: 0 0 60px 0;
  text-align: left;
}
@media screen and (max-width: 800px) {
  #services-conversion-focused-landing-pages #faq .faq-heading {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 40px;
  }
}
#services-conversion-focused-landing-pages #faq .faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
#services-conversion-focused-landing-pages #faq .faq-item {
  border-bottom: 1px solid #B8D8E8;
}
#services-conversion-focused-landing-pages #faq .faq-item:first-child {
  border-top: 1px solid #B8D8E8;
}
#services-conversion-focused-landing-pages #faq .faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 48px;
  padding: 20px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: all 0.3s ease-in-out;
}
#services-conversion-focused-landing-pages #faq .faq-question .faq-arrow {
  width: 14px;
  height: 14px;
  padding: 10px;
  flex-shrink: 0;
  transition: transform 0.3s ease-in-out;
  transform: rotate(0deg);
  object-fit: contain;
}
#services-conversion-focused-landing-pages #faq .faq-question.active {
  padding-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
#services-conversion-focused-landing-pages #faq .faq-question.active .faq-arrow {
  transform: rotate(180deg);
}
#services-conversion-focused-landing-pages #faq .faq-question[aria-expanded="true"] .faq-arrow {
  transform: rotate(180deg);
}
#services-conversion-focused-landing-pages #faq .faq-question[aria-expanded="false"] .faq-arrow {
  transform: rotate(0deg);
}
#services-conversion-focused-landing-pages #faq .faq-question .faq-question-text {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #2E2E2E;
  flex: 1;
}
#services-conversion-focused-landing-pages #faq .faq-question:hover .faq-question-text {
  color: #DF4852;
}
@media screen and (max-width: 800px) {
  #services-conversion-focused-landing-pages #faq .faq-question {
    padding: 20px 0;
    gap: 12px;
  }
  #services-conversion-focused-landing-pages #faq .faq-question .faq-arrow {
    width: 14px;
    height: 14px;
  }
  #services-conversion-focused-landing-pages #faq .faq-question .faq-question-text {
    font-size: 18px;
    line-height: 26px;
  }
}
#services-conversion-focused-landing-pages #faq .faq-answer {
  margin: 0 0 0 80px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, margin 0.3s ease-out;
}
#services-conversion-focused-landing-pages #faq .faq-answer p {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #2E2E2E;
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 800px) {
  #services-conversion-focused-landing-pages #faq .faq-answer p {
    font-size: 16px;
    line-height: 24px;
  }
}
#services-conversion-focused-landing-pages #faq .faq-question.active + .faq-answer {
  margin: 0 0 24px 80px;
}
@media screen and (max-width: 800px) {
  #services-conversion-focused-landing-pages #faq .faq-question.active + .faq-answer {
    margin: 0 0 20px 48px;
  }
}
@media screen and (max-width: 800px) {
  #services-conversion-focused-landing-pages #faq {
    margin: 0;
    padding: 60px 0;
  }
  #services-conversion-focused-landing-pages #faq .faq-container {
    width: calc(100% - 40px);
  }
}
#services-conversion-focused-landing-pages #what-clients-say {
  position: relative;
  width: 100%;
}
#services-conversion-focused-landing-pages #what-clients-say .design-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1100px) {
  #services-conversion-focused-landing-pages #what-clients-say .design-bg {
    width: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
#services-conversion-focused-landing-pages #what-clients-say .content-container {
  position: relative;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding-top: 100px;
  max-width: 645px;
  z-index: 1;
}
#services-conversion-focused-landing-pages #what-clients-say .content-container .section-heading,
#services-conversion-focused-landing-pages #what-clients-say .content-container p {
  color: #ffffff;
  max-width: 360px;
  margin: 0 auto 20px auto;
}
#services-conversion-focused-landing-pages #what-clients-say .testimonial-blocks {
  position: relative;
  width: calc(100% - 40px);
  min-height: 585px;
  margin: 0 auto;
  max-width: 1420px;
  margin-top: -140px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1400px) {
  #services-conversion-focused-landing-pages #what-clients-say .testimonial-blocks {
    max-width: 930px;
    min-height: 672px;
    margin-top: -20px;
  }
}
@media screen and (max-width: 1000px) {
  #services-conversion-focused-landing-pages #what-clients-say .testimonial-blocks {
    max-width: 380px;
    margin-top: 50px;
    min-height: unset;
  }
}
#services-conversion-focused-landing-pages #what-clients-say .testimonial-blocks .testimonial-block {
  position: absolute;
  width: 100%;
  max-width: 372px;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}
#services-conversion-focused-landing-pages #what-clients-say .testimonial-blocks .testimonial-block:hover {
  z-index: 3;
  transition: all 0.3s ease-in-out;
}
#services-conversion-focused-landing-pages #what-clients-say .testimonial-blocks .testimonial-block .block-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#services-conversion-focused-landing-pages #what-clients-say .testimonial-blocks .testimonial-block .testimonial-content {
  position: relative;
  padding: 40px;
  text-align: left;
}
#services-conversion-focused-landing-pages #what-clients-say .testimonial-blocks .testimonial-block .testimonial-content .testimonial-text {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #2E2E2E;
  padding: 5px 0 20px 0;
}
#services-conversion-focused-landing-pages #what-clients-say .testimonial-blocks .testimonial-block .testimonial-content .testimonial-client {
  font-family: 'Inter', sans-serif;
  color: #2E2E2E;
}
#services-conversion-focused-landing-pages #what-clients-say .testimonial-blocks .testimonial-block.white .testimonial-text,
#services-conversion-focused-landing-pages #what-clients-say .testimonial-blocks .testimonial-block.white .testimonial-client {
  color: #ffffff;
}
#services-conversion-focused-landing-pages #what-clients-say .testimonial-blocks .testimonial-block:first-of-type {
  top: 0;
  left: 0;
  transform: rotate(-10.16deg) scale(1);
}
#services-conversion-focused-landing-pages #what-clients-say .testimonial-blocks .testimonial-block:first-of-type:hover {
  transform: rotate(0) scale(1.1);
}
#services-conversion-focused-landing-pages #what-clients-say .testimonial-blocks .testimonial-block:nth-child(2) {
  top: 164px;
  left: 23%;
  transform: rotate(3.93deg) scale(1);
}
@media screen and (max-width: 1400px) {
  #services-conversion-focused-landing-pages #what-clients-say .testimonial-blocks .testimonial-block:nth-child(2) {
    top: 234px;
    left: 10%;
  }
}
#services-conversion-focused-landing-pages #what-clients-say .testimonial-blocks .testimonial-block:nth-child(2):hover {
  transform: rotate(0) scale(1.1);
}
#services-conversion-focused-landing-pages #what-clients-say .testimonial-blocks .testimonial-block:nth-child(3) {
  top: 184px;
  right: 24%;
  transform: rotate(-8.76deg) scale(1);
}
@media screen and (max-width: 1400px) {
  #services-conversion-focused-landing-pages #what-clients-say .testimonial-blocks .testimonial-block:nth-child(3) {
    top: 264px;
    right: 10%;
  }
}
#services-conversion-focused-landing-pages #what-clients-say .testimonial-blocks .testimonial-block:nth-child(3):hover {
  transform: rotate(0) scale(1.1);
}
#services-conversion-focused-landing-pages #what-clients-say .testimonial-blocks .testimonial-block:last-of-type {
  top: 23px;
  right: 0;
  transform: rotate(-4.3deg) scale(1);
}
#services-conversion-focused-landing-pages #what-clients-say .testimonial-blocks .testimonial-block:last-of-type:hover {
  transform: rotate(0) scale(1.1);
}
@media screen and (max-width: 1000px) {
  #services-conversion-focused-landing-pages #what-clients-say .testimonial-blocks .testimonial-block {
    position: relative;
    top: unset !important;
    left: unset !important;
    right: unset !important;
  }
}
#about-us {
  position: relative;
}
#about-us .header-image {
  position: relative;
  width: 100%;
  min-height: 760px;
  margin-top: 66px;
}
@media screen and (max-width: 800px) {
  #about-us .header-image {
    height: auto;
    padding-bottom: 60px;
  }
}
#about-us .header-image .header-anim {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  max-width: 1600px;
}
#about-us .header-image .header-anim .header-float-icons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
#about-us .header-image .header-anim .header-float-icons img {
  position: absolute;
  width: 40px;
  height: 38px;
  will-change: transform;
  animation-name: legal-header-star-drift;
  animation-duration: 4.2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
#about-us .header-image .header-anim .header-float-icons img:nth-child(1) {
  left: 7.2%;
  top: 81%;
  animation-duration: 3.1s;
  animation-delay: -0.8s;
}
#about-us .header-image .header-anim .header-float-icons img:nth-child(2) {
  left: 20%;
  top: 6.2%;
  animation-duration: 3.4s;
  animation-delay: -2s;
}
#about-us .header-image .header-anim .header-float-icons img:nth-child(3) {
  left: 43%;
  top: 5.3%;
  animation-duration: 3.6s;
  animation-delay: -1.3s;
}
#about-us .header-image .header-anim .header-float-icons img:nth-child(4) {
  left: 73.5%;
  top: 6.3%;
  animation-duration: 3.2s;
  animation-delay: -2.6s;
}
#about-us .header-image .header-anim .header-float-icons img:nth-child(5) {
  left: 90.8%;
  top: 22.8%;
  animation-duration: 3.5s;
  animation-delay: -1.7s;
}
#about-us .header-image .header-anim .header-float-icons img:nth-child(6) {
  left: 29%;
  top: 93%;
  animation-duration: 3.3s;
  animation-delay: -1.9s;
}
#about-us .header-image .header-anim .header-float-icons img:nth-child(7) {
  left: 93.4%;
  top: 85%;
  animation-duration: 3.4s;
  animation-delay: -2.3s;
}
@media (prefers-reduced-motion: reduce) {
  #about-us .header-image .header-anim .header-float-icons img {
    animation: none;
  }
}
@media screen and (max-width: 800px) {
  #about-us .header-image .header-anim .header-float-icons {
    display: none;
  }
}
#about-us .header-image .header-anim img {
  width: 100%;
  height: auto;
}
#about-us .header-image .header-anim img.mobi {
  display: none;
}
@media screen and (max-width: 800px) {
  #about-us .header-image .header-anim img.mobi {
    display: block;
    max-width: 207px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 800px) {
  #about-us .header-image .header-anim img {
    display: none;
  }
}
#about-us .header-image .header-anim .header-float-icons-mobi {
  display: none;
}
@media screen and (max-width: 800px) {
  #about-us .header-image .header-anim .header-float-icons-mobi {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 207px;
    height: 260px;
    display: block;
    pointer-events: none;
    z-index: 3;
  }
  #about-us .header-image .header-anim .header-float-icons-mobi img {
    display: block;
    position: absolute;
    width: 40px;
    height: 38px;
    will-change: transform;
    animation-name: legal-header-star-drift;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
  #about-us .header-image .header-anim .header-float-icons-mobi img:nth-child(1) {
    left: -28px;
    top: 42px;
    animation-duration: 3.1s;
    animation-delay: -0.9s;
  }
  #about-us .header-image .header-anim .header-float-icons-mobi img:nth-child(2) {
    right: -26px;
    top: 132px;
    animation-duration: 3.4s;
    animation-delay: -1.7s;
  }
}
@media screen and (max-width: 800px) and (prefers-reduced-motion: reduce) {
  #about-us .header-image .header-anim .header-float-icons-mobi img {
    animation: none;
  }
}
@media screen and (max-width: 800px) {
  #about-us .header-image .header-anim {
    top: 0;
    transform: translateX(-50%);
  }
}
#about-us .header-image .header-content {
  position: relative;
  width: calc(100% - 40px);
  margin: 0 auto;
  max-width: 1180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 32px;
  height: 100%;
  padding: 40px 0;
}
@media screen and (max-width: 800px) {
  #about-us .header-image .header-content {
    height: auto;
    padding-top: 246px;
  }
}
#about-us .header-image .header-content .header-icon {
  position: relative;
}
#about-us .header-image .header-content .header-icon img {
  width: 200px;
  height: auto;
}
#about-us .header-image .header-content .header-title {
  max-width: 930px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  #about-us .header-image .header-content .header-title {
    padding: 0;
  }
}
#about-us .header-image .header-content .icon-text {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}
#about-us .header-image .header-content .header-sub {
  font-size: 20px;
  line-height: 30px;
  max-width: 770px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  #about-us .header-image .header-content .header-sub {
    font-size: 16px;
    line-height: 24px;
  }
}
#about-us .header-image .header-content #about-us-hero-reel {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
#about-us .header-image .header-content #about-us-hero-reel .homepage-reel-inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
#about-us .header-image .header-content #about-us-hero-reel .video-embed-card {
  position: relative;
  max-width: 680px;
  margin: 0 auto;
  border-radius: 18px;
  overflow: hidden;
}
#about-us .header-image .header-content #about-us-hero-reel .video-embed-card .video-embed {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  max-width: 100%;
  border-radius: 18px;
  object-fit: cover;
  background: #111111;
}
#about-us .header-image .header-content #about-us-hero-reel .video-embed-card .video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 72px;
  height: 72px;
  margin: -36px 0 0 -36px;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}
#about-us .header-image .header-content #about-us-hero-reel .video-embed-card .video-play-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #ffffff;
}
#about-us .header-image .header-content #about-us-hero-reel .video-embed-card.is-playing .video-play-btn {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 800px) {
  #about-us .header-image .header-content #about-us-hero-reel .video-embed-card {
    border-radius: 8px;
  }
  #about-us .header-image .header-content #about-us-hero-reel .video-embed-card .video-embed {
    border-radius: 8px;
  }
}
#about-us .header-image .header-content .custom-button:hover {
  background: #ffffff;
  color: #DF4852;
}
#about-us .header-image .header-content.white p,
#about-us .header-image .header-content.white h1,
#about-us .header-image .header-content.white div {
  color: #ffffff;
}
#about-us .header-image .header-content.white #about-us-hero-reel .vec-controls {
  color: #ffffff;
}
#about-us .service-content {
  position: relative;
  padding: 100px 0;
  width: calc(100% - 40px);
  max-width: 1180px;
}
#about-us .service-content .flex-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
#about-us .service-content .flex-container .content-block {
  position: relative;
  text-align: left;
}
#about-us .service-content .flex-container .content-block.left {
  max-width: 480px;
}
#about-us .service-content .flex-container .content-block.right {
  max-width: 580px;
}
#about-us .service-content .flex-container .content-block.right img {
  width: 100%;
  object-fit: contain;
}
#about-us .service-content .flex-container .content-block h2 {
  text-align: left;
  margin: 0;
  padding: 0;
}
#about-us .service-content .flex-container .content-block p {
  font-size: 18px;
  line-height: 28px;
  text-align: left;
}
#about-us .service-content .flex-container .content-block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#about-us .service-content .flex-container .content-block ul li {
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  padding: 0 0 20px 0;
  display: flex;
  align-items: flex-start;
}
#about-us .service-content .flex-container .content-block ul li::before {
  content: "";
  position: relative;
  min-width: 18px;
  width: 18px;
  height: 18px;
  background: url("/assets/img/social-media-campaigns/bullet-check.png") no-repeat center center;
  background-size: cover;
  margin-top: 5px;
  margin-right: 10px;
}
@media screen and (max-width: 800px) {
  #about-us .service-content {
    padding: 60px 0 120px 0;
  }
  #about-us .service-content .flex-container {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
  #about-us .service-content .flex-container .content-block.left {
    margin-top: 10px;
  }
}
#about-us #our-approach {
  position: relative;
  width: 100%;
}
#about-us #our-approach .design-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1100px) {
  #about-us #our-approach .design-bg {
    width: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
#about-us #our-approach .content-container {
  position: relative;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding-top: 100px;
  max-width: 640px;
  z-index: 2;
}
#about-us #our-approach .content-container .small-heading {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}
#about-us #our-approach .content-container .section-heading {
  color: #ffffff;
  margin: 0;
}
#about-us #our-approach .content-container p {
  color: #ffffff;
}
@media screen and (min-width: 800px) {
  #about-us #our-approach .content-container p {
    margin: 20px auto;
  }
}
@media screen and (max-width: 800px) {
  #about-us #our-approach .content-container {
    width: calc(100% - 40px);
    max-width: 100%;
    padding-top: 60px;
  }
  #about-us #our-approach .content-container .section-heading {
    font-size: 24px;
    line-height: 32px;
    padding: 0;
  }
  #about-us #our-approach .content-container p {
    font-size: 16px;
    line-height: 24px;
    margin: 20px auto;
  }
  #about-us #our-approach .content-container .custom-button {
    margin-top: 20px;
  }
}
#about-us #our-approach .flex-container {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1180px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 35px;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (max-width: 800px) {
  #about-us #our-approach .flex-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    text-align: center;
  }
}
#about-us #our-approach .flex-container .flex-item {
  flex: 1;
  width: 100%;
  max-width: 340px;
  padding: 0;
  padding-right: 40px;
}
#about-us #our-approach .flex-container .flex-item:last-child {
  padding-right: 0;
}
#about-us #our-approach .flex-container .flex-item p {
  color: #ffffff;
  margin: 32px auto 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 800px) {
  #about-us #our-approach .flex-container .flex-item {
    padding: 0;
  }
  #about-us #our-approach .flex-container .flex-item p {
    padding: 0;
    margin: 10px auto 0 auto;
  }
}
#about-us #our-approach .bottom-text {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
  color: #ffffff;
  padding: 40px 20px 20px 20px;
}
#about-us #our-approach .custom-button {
  margin-bottom: 110px;
}
#about-us #who-we-work-with {
  margin-top: 100px !important;
}
#about-us #office-gallery {
  position: relative;
  width: 100%;
  margin-top: 100px;
  overflow: hidden;
}
#about-us #office-gallery .gallery-grid {
  display: flex;
  width: 100%;
  height: 560px;
}
@media screen and (max-width: 800px) {
  #about-us #office-gallery .gallery-grid {
    flex-direction: column;
    height: auto;
  }
}
#about-us #office-gallery .gallery-item {
  flex: 1;
  overflow: hidden;
}
#about-us #office-gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 800px) {
  #about-us #office-gallery .gallery-item {
    flex: none;
    height: 240px;
  }
}
#contact {
  position: relative;
}
#contact .header-image {
  position: relative;
  width: 100%;
  height: calc(100vh);
  min-height: 408px;
  max-height: 408px;
  margin-top: 66px;
  z-index: 3;
}
@media screen and (max-width: 800px) {
  #contact .header-image {
    height: 157px;
    padding-bottom: 60px;
    min-height: unset;
    max-height: unset;
    background-size: unset !important;
  }
}
#contact .header-image .header-anim {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  max-width: 1384px;
  height: 100%;
}
#contact .header-image .header-anim .header-float-icons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
#contact .header-image .header-anim .header-float-icons img {
  position: absolute;
  width: 36px;
  height: 34px;
  will-change: transform;
  animation-name: legal-header-star-drift;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
#contact .header-image .header-anim .header-float-icons img:nth-child(1) {
  left: 5.5%;
  top: 58%;
  animation-duration: 3.1s;
  animation-delay: -0.8s;
}
#contact .header-image .header-anim .header-float-icons img:nth-child(2) {
  left: 19%;
  top: 28%;
  animation-duration: 3.4s;
  animation-delay: -2s;
}
#contact .header-image .header-anim .header-float-icons img:nth-child(3) {
  left: 27%;
  top: 59%;
  animation-duration: 3.6s;
  animation-delay: -1.3s;
}
#contact .header-image .header-anim .header-float-icons img:nth-child(4) {
  left: 43%;
  top: 24%;
  animation-duration: 3.2s;
  animation-delay: -2.6s;
}
#contact .header-image .header-anim .header-float-icons img:nth-child(5) {
  left: 78%;
  top: 27%;
  animation-duration: 3.5s;
  animation-delay: -1.7s;
}
#contact .header-image .header-anim .header-float-icons img:nth-child(6) {
  left: 85%;
  top: 61%;
  animation-duration: 3.3s;
  animation-delay: -1.9s;
}
#contact .header-image .header-anim .header-float-icons img:nth-child(7) {
  left: 98%;
  top: 49%;
  animation-duration: 3.4s;
  animation-delay: -2.3s;
}
@media (prefers-reduced-motion: reduce) {
  #contact .header-image .header-anim .header-float-icons img {
    animation: none;
  }
}
@media screen and (max-width: 800px) {
  #contact .header-image .header-anim .header-float-icons {
    display: none;
  }
}
#contact .header-image .header-anim .header-float-icons-mobi {
  display: none;
}
@media screen and (max-width: 800px) {
  #contact .header-image .header-anim .header-float-icons-mobi {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -170px;
    width: 100%;
    max-width: 313px;
    height: 100%;
    display: block;
    pointer-events: none;
    z-index: 2;
  }
  #contact .header-image .header-anim .header-float-icons-mobi img {
    position: absolute;
    width: 40px;
    height: 38px;
    will-change: transform;
    animation-name: legal-header-star-drift;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
  #contact .header-image .header-anim .header-float-icons-mobi img:nth-child(1) {
    left: 7%;
    top: 24%;
    animation-duration: 3.1s;
    animation-delay: -0.8s;
  }
  #contact .header-image .header-anim .header-float-icons-mobi img:nth-child(2) {
    left: 96%;
    top: 69%;
    animation-duration: 3.4s;
    animation-delay: -3s;
  }
}
@media screen and (max-width: 800px) and (prefers-reduced-motion: reduce) {
  #contact .header-image .header-anim .header-float-icons-mobi img {
    animation: none;
  }
}
#contact .header-image .header-content {
  position: relative;
  width: calc(100% - 40px);
  margin: 0 auto;
  max-width: 1180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 32px;
  height: 100%;
  padding-top: 40px;
}
@media screen and (max-width: 800px) {
  #contact .header-image .header-content {
    height: auto;
    max-width: 230px;
  }
}
#contact .header-image .header-content .header-icon {
  position: relative;
}
#contact .header-image .header-content .header-icon img {
  width: 200px;
  height: auto;
}
#contact .header-image .header-content .header-title {
  max-width: 930px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  #contact .header-image .header-content .header-title {
    padding: 0;
  }
}
#contact .header-image .header-content .icon-text {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}
#contact .header-image .header-content .header-sub {
  font-size: 20px;
  line-height: 30px;
  max-width: 770px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  #contact .header-image .header-content .header-sub {
    font-size: 16px;
    line-height: 24px;
  }
}
#contact .header-image .header-content .custom-button:hover {
  background: #ffffff;
  color: #DF4852;
}
#contact .header-image .header-content.white p,
#contact .header-image .header-content.white h1,
#contact .header-image .header-content.white div {
  color: #ffffff;
}
#contact .service-content {
  position: relative;
  padding: 200px 0;
  width: calc(100% - 40px);
  max-width: 1180px;
}
#contact .service-content .flex-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
#contact .service-content .flex-container .content-block {
  position: relative;
  text-align: left;
}
#contact .service-content .flex-container .content-block.left {
  max-width: 400px;
}
#contact .service-content .flex-container .content-block.right {
  width: 672px;
  max-width: 672px;
}
#contact .service-content .flex-container .content-block.right img {
  width: 100%;
  object-fit: contain;
}
#contact .service-content .flex-container .content-block h2 {
  text-align: left;
  margin: 0;
  padding: 0;
}
#contact .service-content .flex-container .content-block p {
  font-size: 18px;
  line-height: 28px;
  text-align: left;
}
#contact .service-content .flex-container .content-block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#contact .service-content .flex-container .content-block ul li {
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  padding: 0 0 20px 0;
  display: flex;
  align-items: flex-start;
}
#contact .service-content .flex-container .content-block ul li::before {
  content: "";
  position: relative;
  min-width: 18px;
  width: 18px;
  height: 18px;
  background: url("/assets/img/social-media-campaigns/bullet-check.png") no-repeat center center;
  background-size: cover;
  margin-top: 5px;
  margin-right: 10px;
}
@media screen and (max-width: 800px) {
  #contact .service-content {
    padding: 60px 0 120px 2px;
  }
  #contact .service-content .flex-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #contact .service-content .flex-container .content-block.left {
    margin-top: 10px;
    max-width: unset;
  }
  #contact .service-content .flex-container .content-block.right {
    width: 100%;
    max-width: unset;
  }
}
#contact #form {
  position: relative;
  width: 100%;
}
#contact #form .contact-form {
  background: #ffffff;
  border-radius: 8px;
  margin-right: 3px;
}
#contact #form .contact-form .hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
#contact #form .contact-form .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  #contact #form .contact-form .form-row {
    flex-direction: column;
    gap: 0;
  }
}
#contact #form .contact-form .form-group {
  flex: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  #contact #form .contact-form .form-group {
    margin-bottom: 20px;
  }
}
#contact #form .contact-form .form-group label {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #2E2E2E;
  margin-bottom: 8px;
}
#contact #form .contact-form .form-group label .required {
  color: #DF4852;
}
#contact #form .contact-form .form-group input[type="text"],
#contact #form .contact-form .form-group input[type="email"],
#contact #form .contact-form .form-group input[type="tel"],
#contact #form .contact-form .form-group textarea {
  width: 100%;
  padding: 8px 12px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #2E2E2E;
  background: #ffffff;
  border: 1px solid #E3E3E3;
  border-radius: 8px;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}
#contact #form .contact-form .form-group input[type="text"]::placeholder,
#contact #form .contact-form .form-group input[type="email"]::placeholder,
#contact #form .contact-form .form-group input[type="tel"]::placeholder,
#contact #form .contact-form .form-group textarea::placeholder {
  color: #B0B0B0;
}
#contact #form .contact-form .form-group input[type="text"]:focus,
#contact #form .contact-form .form-group input[type="email"]:focus,
#contact #form .contact-form .form-group input[type="tel"]:focus,
#contact #form .contact-form .form-group textarea:focus {
  outline: none;
  box-shadow: 0 0 0 2px #DF4852;
}
#contact #form .contact-form .form-group textarea {
  resize: vertical;
  min-height: 120px;
}
#contact #form .contact-form .form-checkboxes {
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 800px) {
  #contact #form .contact-form .form-checkboxes {
    margin: 24px 0;
    gap: 12px;
  }
}
#contact #form .contact-form .form-checkboxes .checkbox-group {
  display: flex;
  align-items: center;
  gap: 12px;
}
#contact #form .contact-form .form-checkboxes .checkbox-group input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
#contact #form .contact-form .form-checkboxes .checkbox-group input[type="checkbox"]:checked + label .custom-checkbox {
  background: #DF4852;
  border-color: #DF4852;
}
#contact #form .contact-form .form-checkboxes .checkbox-group input[type="checkbox"]:checked + label .custom-checkbox::after {
  opacity: 1;
}
#contact #form .contact-form .form-checkboxes .checkbox-group input[type="checkbox"]:focus + label .custom-checkbox {
  box-shadow: 0 0 0 2px rgba(223, 72, 82, 0.2);
}
#contact #form .contact-form .form-checkboxes .checkbox-group label {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
}
#contact #form .contact-form .form-checkboxes .checkbox-group label .custom-checkbox {
  position: relative;
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 1px solid #E3E3E3;
  border-radius: 4px;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
  flex-shrink: 0;
}
#contact #form .contact-form .form-checkboxes .checkbox-group label .custom-checkbox::after {
  content: '';
  position: absolute;
  left: 6.1px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 800px) {
  #contact #form .contact-form .form-checkboxes .checkbox-group label .custom-checkbox {
    width: 18px;
    height: 18px;
    min-width: 18px;
  }
  #contact #form .contact-form .form-checkboxes .checkbox-group label .custom-checkbox::after {
    left: 5px;
    top: 1px;
    width: 4px;
    height: 9px;
  }
}
#contact #form .contact-form .form-checkboxes .checkbox-group .checkbox-text {
  flex: 1;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #2E2E2E;
  cursor: default;
}
#contact #form .contact-form .form-checkboxes .checkbox-group .checkbox-text .privacy-link {
  color: #2E2E2E;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
#contact #form .contact-form .form-checkboxes .checkbox-group .checkbox-text .privacy-link:hover {
  color: #DF4852;
}
#contact #form .contact-form .submit-button {
  background: #DF4852;
  color: #ffffff;
  border: none;
  padding: 12px 32px;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-top: 10px;
}
#contact #form .contact-form .submit-button:hover {
  background: #d02430;
  transition: all 0.3s ease-in-out;
}
#contact #form .contact-form .submit-button:active {
  transform: scale(0.98);
}
@media screen and (max-width: 800px) {
  #contact #form .contact-form .submit-button {
    width: 100%;
    padding: 14px 32px;
  }
}
#contact #form .contact-form .form-disclaimer {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #2E2E2E;
  margin-top: 10px;
  text-align: left;
  max-width: 450px;
}
#contact #form .contact-form .form-disclaimer a {
  color: #2E2E2E;
  transition: all 0.3s ease-in-out;
}
#contact #form .contact-form .form-disclaimer a:hover {
  color: #DF4852;
  transition: all 0.3s ease-in-out;
}
#contact #form .contact-form .form-status {
  min-height: 24px;
  margin-top: 12px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 20px;
}
#contact #form .contact-form .form-status.success {
  color: #118a52;
}
#contact #form .contact-form .form-status.error {
  color: #DF4852;
}
#privacy-policy,
#sitemap {
  position: relative;
  width: 100%;
  height: 100%;
}
#privacy-policy .header-image,
#sitemap .header-image {
  position: relative;
  width: 100%;
  height: calc(100vh);
  min-height: 408px;
  max-height: 408px;
  margin-top: 66px;
}
@media screen and (max-width: 800px) {
  #privacy-policy .header-image,
  #sitemap .header-image {
    height: auto;
    padding-bottom: 60px;
    min-height: 140px;
    max-height: unset;
  }
}
#privacy-policy .header-image .header-anim,
#sitemap .header-image .header-anim {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  max-width: 1180px;
}
#privacy-policy .header-image .header-anim img,
#sitemap .header-image .header-anim img {
  width: 100%;
  height: auto;
}
#privacy-policy .header-image .header-anim img.mobi,
#sitemap .header-image .header-anim img.mobi {
  display: none;
}
@media screen and (max-width: 800px) {
  #privacy-policy .header-image .header-anim img.mobi,
  #sitemap .header-image .header-anim img.mobi {
    display: block;
    max-width: 313px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 800px) {
  #privacy-policy .header-image .header-anim img,
  #sitemap .header-image .header-anim img {
    display: none;
  }
}
#privacy-policy .header-image .header-content,
#sitemap .header-image .header-content {
  position: relative;
  width: calc(100% - 40px);
  margin: 0 auto;
  max-width: 1180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 32px;
  height: 100%;
  padding-top: 40px;
}
@media screen and (max-width: 800px) {
  #privacy-policy .header-image .header-content,
  #sitemap .header-image .header-content {
    height: 100%;
    max-width: 230px;
    padding-top: 75px;
  }
}
#privacy-policy .header-image .header-content .header-icon,
#sitemap .header-image .header-content .header-icon {
  position: relative;
}
#privacy-policy .header-image .header-content .header-icon img,
#sitemap .header-image .header-content .header-icon img {
  width: 200px;
  height: auto;
}
#privacy-policy .header-image .header-content .header-title,
#sitemap .header-image .header-content .header-title {
  max-width: 930px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  #privacy-policy .header-image .header-content .header-title,
  #sitemap .header-image .header-content .header-title {
    padding: 0;
  }
}
#privacy-policy .header-image .header-content .icon-text,
#sitemap .header-image .header-content .icon-text {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}
#privacy-policy .header-image .header-content .header-sub,
#sitemap .header-image .header-content .header-sub {
  font-size: 20px;
  line-height: 30px;
  max-width: 770px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  #privacy-policy .header-image .header-content .header-sub,
  #sitemap .header-image .header-content .header-sub {
    font-size: 16px;
    line-height: 24px;
  }
}
#privacy-policy .header-image .header-content .custom-button:hover,
#sitemap .header-image .header-content .custom-button:hover {
  background: #ffffff;
  color: #DF4852;
}
#privacy-policy .header-image .header-content.white p,
#sitemap .header-image .header-content.white p,
#privacy-policy .header-image .header-content.white h1,
#sitemap .header-image .header-content.white h1,
#privacy-policy .header-image .header-content.white div,
#sitemap .header-image .header-content.white div {
  color: #ffffff;
}
#privacy-policy .section,
#sitemap .section {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  margin-top: 100px;
  text-align: left;
}
#privacy-policy .section .policy-blocks,
#sitemap .section .policy-blocks {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#privacy-policy .section .policy-blocks .block .section-heading,
#sitemap .section .policy-blocks .block .section-heading {
  text-align: left;
  padding: 0;
}
#privacy-policy .section .policy-blocks .block .sub-heading,
#sitemap .section .policy-blocks .block .sub-heading {
  text-align: left;
}
#privacy-policy .section .policy-blocks .block p,
#sitemap .section .policy-blocks .block p {
  text-align: left;
}
#privacy-policy .section .policy-blocks .block ul,
#sitemap .section .policy-blocks .block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#privacy-policy .section .policy-blocks .block ul li,
#sitemap .section .policy-blocks .block ul li {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  padding: 0 0 5px 30px;
  font-style: italic;
}
#privacy-policy .section .policy-blocks .block ul li::before,
#sitemap .section .policy-blocks .block ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  min-width: 18px;
  width: 18px;
  height: 18px;
  background: url("/assets/img/social-media-campaigns/faq-arrow.png") no-repeat center center;
  transform: rotate(-90deg);
  background-size: cover;
  margin-top: 5px;
  margin-right: 10px;
}
#terms-and-conditions {
  position: relative;
  width: 100%;
  height: 100%;
}
#terms-and-conditions .header-image {
  position: relative;
  width: 100%;
  height: calc(100vh);
  min-height: 408px;
  max-height: 408px;
  margin-top: 66px;
}
@media screen and (max-width: 800px) {
  #terms-and-conditions .header-image {
    height: auto;
    padding-bottom: 60px;
    min-height: 140px;
    max-height: unset;
  }
}
#terms-and-conditions .header-image .header-anim {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  max-width: 1180px;
}
#terms-and-conditions .header-image .header-anim img {
  width: 100%;
  height: auto;
}
#terms-and-conditions .header-image .header-anim img.mobi {
  display: none;
}
@media screen and (max-width: 800px) {
  #terms-and-conditions .header-image .header-anim img.mobi {
    display: block;
    max-width: 313px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 800px) {
  #terms-and-conditions .header-image .header-anim img {
    display: none;
  }
}
#terms-and-conditions .header-image .header-content {
  position: relative;
  width: calc(100% - 40px);
  margin: 0 auto;
  max-width: 1180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 32px;
  height: 100%;
  padding-top: 40px;
}
@media screen and (max-width: 800px) {
  #terms-and-conditions .header-image .header-content {
    height: 100%;
    max-width: 230px;
    padding-top: 75px;
  }
}
#terms-and-conditions .header-image .header-content .header-icon {
  position: relative;
}
#terms-and-conditions .header-image .header-content .header-icon img {
  width: 200px;
  height: auto;
}
#terms-and-conditions .header-image .header-content .header-title {
  max-width: 930px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  #terms-and-conditions .header-image .header-content .header-title {
    padding: 0;
  }
}
#terms-and-conditions .header-image .header-content .icon-text {
  margin: 0;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}
#terms-and-conditions .header-image .header-content .header-sub {
  font-size: 20px;
  line-height: 30px;
  max-width: 770px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  #terms-and-conditions .header-image .header-content .header-sub {
    font-size: 16px;
    line-height: 24px;
  }
}
#terms-and-conditions .header-image .header-content .custom-button:hover {
  background: #ffffff;
  color: #DF4852;
}
#terms-and-conditions .header-image .header-content.white p,
#terms-and-conditions .header-image .header-content.white h1,
#terms-and-conditions .header-image .header-content.white div {
  color: #ffffff;
}
#terms-and-conditions .section {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  margin-top: 100px;
  text-align: left;
}
#terms-and-conditions .section .terms-blocks {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#terms-and-conditions .section .terms-blocks .block .section-heading {
  text-align: left;
  padding: 0;
}
#terms-and-conditions .section .terms-blocks .block .sub-heading {
  text-align: left;
}
#terms-and-conditions .section .terms-blocks .block p {
  text-align: left;
}
#terms-and-conditions .section .terms-blocks .block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#terms-and-conditions .section .terms-blocks .block ul li {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  padding: 0 0 5px 30px;
  font-style: italic;
}
#terms-and-conditions .section .terms-blocks .block ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  min-width: 18px;
  width: 18px;
  height: 18px;
  background: url("/assets/img/social-media-campaigns/faq-arrow.png") no-repeat center center;
  transform: rotate(-90deg);
  background-size: cover;
  margin-top: 5px;
  margin-right: 10px;
}
#contact .header-image .header-anim,
#careers .header-image .header-anim,
#privacy-policy .header-image .header-anim,
#terms-and-conditions .header-image .header-anim,
#sitemap .header-image .header-anim {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  max-width: 1384px;
  height: 100%;
}
#contact .header-image .header-anim .header-float-icons,
#careers .header-image .header-anim .header-float-icons,
#privacy-policy .header-image .header-anim .header-float-icons,
#terms-and-conditions .header-image .header-anim .header-float-icons,
#sitemap .header-image .header-anim .header-float-icons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
#contact .header-image .header-anim .header-float-icons img,
#careers .header-image .header-anim .header-float-icons img,
#privacy-policy .header-image .header-anim .header-float-icons img,
#terms-and-conditions .header-image .header-anim .header-float-icons img,
#sitemap .header-image .header-anim .header-float-icons img {
  position: absolute;
  width: 36px;
  height: 34px;
  will-change: transform;
  animation-name: legal-header-star-drift;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
#contact .header-image .header-anim .header-float-icons img:nth-child(1),
#careers .header-image .header-anim .header-float-icons img:nth-child(1),
#privacy-policy .header-image .header-anim .header-float-icons img:nth-child(1),
#terms-and-conditions .header-image .header-anim .header-float-icons img:nth-child(1),
#sitemap .header-image .header-anim .header-float-icons img:nth-child(1) {
  left: 5.5%;
  top: 58%;
  animation-duration: 3.1s;
  animation-delay: -0.8s;
}
#contact .header-image .header-anim .header-float-icons img:nth-child(2),
#careers .header-image .header-anim .header-float-icons img:nth-child(2),
#privacy-policy .header-image .header-anim .header-float-icons img:nth-child(2),
#terms-and-conditions .header-image .header-anim .header-float-icons img:nth-child(2),
#sitemap .header-image .header-anim .header-float-icons img:nth-child(2) {
  left: 19%;
  top: 28%;
  animation-duration: 3.4s;
  animation-delay: -2s;
}
#contact .header-image .header-anim .header-float-icons img:nth-child(3),
#careers .header-image .header-anim .header-float-icons img:nth-child(3),
#privacy-policy .header-image .header-anim .header-float-icons img:nth-child(3),
#terms-and-conditions .header-image .header-anim .header-float-icons img:nth-child(3),
#sitemap .header-image .header-anim .header-float-icons img:nth-child(3) {
  left: 27%;
  top: 59%;
  animation-duration: 3.6s;
  animation-delay: -1.3s;
}
#contact .header-image .header-anim .header-float-icons img:nth-child(4),
#careers .header-image .header-anim .header-float-icons img:nth-child(4),
#privacy-policy .header-image .header-anim .header-float-icons img:nth-child(4),
#terms-and-conditions .header-image .header-anim .header-float-icons img:nth-child(4),
#sitemap .header-image .header-anim .header-float-icons img:nth-child(4) {
  left: 43%;
  top: 24%;
  animation-duration: 3.2s;
  animation-delay: -2.6s;
}
#contact .header-image .header-anim .header-float-icons img:nth-child(5),
#careers .header-image .header-anim .header-float-icons img:nth-child(5),
#privacy-policy .header-image .header-anim .header-float-icons img:nth-child(5),
#terms-and-conditions .header-image .header-anim .header-float-icons img:nth-child(5),
#sitemap .header-image .header-anim .header-float-icons img:nth-child(5) {
  left: 78%;
  top: 27%;
  animation-duration: 3.5s;
  animation-delay: -1.7s;
}
#contact .header-image .header-anim .header-float-icons img:nth-child(6),
#careers .header-image .header-anim .header-float-icons img:nth-child(6),
#privacy-policy .header-image .header-anim .header-float-icons img:nth-child(6),
#terms-and-conditions .header-image .header-anim .header-float-icons img:nth-child(6),
#sitemap .header-image .header-anim .header-float-icons img:nth-child(6) {
  left: 85%;
  top: 61%;
  animation-duration: 3.3s;
  animation-delay: -1.9s;
}
#contact .header-image .header-anim .header-float-icons img:nth-child(7),
#careers .header-image .header-anim .header-float-icons img:nth-child(7),
#privacy-policy .header-image .header-anim .header-float-icons img:nth-child(7),
#terms-and-conditions .header-image .header-anim .header-float-icons img:nth-child(7),
#sitemap .header-image .header-anim .header-float-icons img:nth-child(7) {
  left: 98%;
  top: 49%;
  animation-duration: 3.4s;
  animation-delay: -2.3s;
}
@media (prefers-reduced-motion: reduce) {
  #contact .header-image .header-anim .header-float-icons img,
  #careers .header-image .header-anim .header-float-icons img,
  #privacy-policy .header-image .header-anim .header-float-icons img,
  #terms-and-conditions .header-image .header-anim .header-float-icons img,
  #sitemap .header-image .header-anim .header-float-icons img {
    animation: none;
  }
}
@media screen and (max-width: 800px) {
  #contact .header-image .header-anim .header-float-icons,
  #careers .header-image .header-anim .header-float-icons,
  #privacy-policy .header-image .header-anim .header-float-icons,
  #terms-and-conditions .header-image .header-anim .header-float-icons,
  #sitemap .header-image .header-anim .header-float-icons {
    display: none;
  }
}
#contact .header-image .header-anim .header-float-icons-mobi,
#careers .header-image .header-anim .header-float-icons-mobi,
#privacy-policy .header-image .header-anim .header-float-icons-mobi,
#terms-and-conditions .header-image .header-anim .header-float-icons-mobi,
#sitemap .header-image .header-anim .header-float-icons-mobi {
  display: none;
}
@media screen and (max-width: 800px) {
  #contact .header-image .header-anim .header-float-icons-mobi,
  #careers .header-image .header-anim .header-float-icons-mobi,
  #privacy-policy .header-image .header-anim .header-float-icons-mobi,
  #terms-and-conditions .header-image .header-anim .header-float-icons-mobi,
  #sitemap .header-image .header-anim .header-float-icons-mobi {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -170px;
    width: 100%;
    max-width: 313px;
    height: 100%;
    display: block;
    pointer-events: none;
    z-index: 2;
  }
  #contact .header-image .header-anim .header-float-icons-mobi img,
  #careers .header-image .header-anim .header-float-icons-mobi img,
  #privacy-policy .header-image .header-anim .header-float-icons-mobi img,
  #terms-and-conditions .header-image .header-anim .header-float-icons-mobi img,
  #sitemap .header-image .header-anim .header-float-icons-mobi img {
    position: absolute;
    width: 40px;
    height: 38px;
    will-change: transform;
    animation-name: legal-header-star-drift;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
  #contact .header-image .header-anim .header-float-icons-mobi img:nth-child(1),
  #careers .header-image .header-anim .header-float-icons-mobi img:nth-child(1),
  #privacy-policy .header-image .header-anim .header-float-icons-mobi img:nth-child(1),
  #terms-and-conditions .header-image .header-anim .header-float-icons-mobi img:nth-child(1),
  #sitemap .header-image .header-anim .header-float-icons-mobi img:nth-child(1) {
    left: 7%;
    top: 24%;
    animation-duration: 3.1s;
    animation-delay: -0.8s;
  }
  #contact .header-image .header-anim .header-float-icons-mobi img:nth-child(2),
  #careers .header-image .header-anim .header-float-icons-mobi img:nth-child(2),
  #privacy-policy .header-image .header-anim .header-float-icons-mobi img:nth-child(2),
  #terms-and-conditions .header-image .header-anim .header-float-icons-mobi img:nth-child(2),
  #sitemap .header-image .header-anim .header-float-icons-mobi img:nth-child(2) {
    left: 96%;
    top: 69%;
    animation-duration: 3.4s;
    animation-delay: -3s;
  }
}
@media screen and (max-width: 800px) and (prefers-reduced-motion: reduce) {
  #contact .header-image .header-anim .header-float-icons-mobi img,
  #careers .header-image .header-anim .header-float-icons-mobi img,
  #privacy-policy .header-image .header-anim .header-float-icons-mobi img,
  #terms-and-conditions .header-image .header-anim .header-float-icons-mobi img,
  #sitemap .header-image .header-anim .header-float-icons-mobi img {
    animation: none;
  }
}
#contact.contact-v2 #footer {
  margin-top: -7px;
  z-index: 3;
}
#contact.contact-v2 .cv2-section {
  position: relative;
  width: 100%;
  margin-top: -10px;
}
#contact.contact-v2 .cv2-inner {
  position: relative;
  display: flex;
  align-items: stretch;
  margin: 0 auto;
  min-height: 720px;
  z-index: 1;
}
@media screen and (max-width: 860px) {
  #contact.contact-v2 .cv2-inner {
    flex-direction: column;
    min-height: 0;
  }
}
#contact.contact-v2 .cv2-panel-left {
  flex: 0 0 50%;
  width: 50%;
  background: #ffffff;
  display: block;
}
@media screen and (max-width: 860px) {
  #contact.contact-v2 .cv2-panel-left {
    width: 100%;
    flex: none;
  }
}
#contact.contact-v2 .cv2-office-info {
  flex: 1;
  padding: 36px 52px 60px 52px;
}
@media screen and (max-width: 1200px) {
  #contact.contact-v2 .cv2-office-info {
    padding: 32px 36px 52px 36px;
  }
}
@media screen and (max-width: 860px) {
  #contact.contact-v2 .cv2-office-info {
    padding: 32px 24px 44px 24px;
  }
}
#contact.contact-v2 .cv2-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 40px;
}
@media screen and (max-width: 1200px) {
  #contact.contact-v2 .cv2-details {
    gap: 24px 28px;
  }
}
@media screen and (max-width: 1024px) {
  #contact.contact-v2 .cv2-details {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
#contact.contact-v2 .cv2-detail {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
#contact.contact-v2 .cv2-detail-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  background: rgba(223, 72, 82, 0.14);
  border: 1px solid rgba(223, 72, 82, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #DF4852;
  transition: background 0.3s ease, border-color 0.3s ease;
}
#contact.contact-v2 .cv2-detail-icon svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
#contact.contact-v2 .cv2-detail-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 3px;
}
#contact.contact-v2 .cv2-detail-label {
  display: block;
  font-family: 'Tilt Warp', cursive;
  font-size: 32px;
  line-height: 40px;
  color: #0F1A2C;
  margin: 0 0 5px 0;
  padding: 0;
  text-align: left;
  font-weight: 400;
}
#contact.contact-v2 .cv2-detail-value {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 21px;
  color: #0F1A2C;
  margin: 0;
}
#contact.contact-v2 .cv2-detail-value a {
  color: #0F1A2C;
  text-decoration: none;
  transition: color 0.25s ease;
}
#contact.contact-v2 .cv2-detail-value a:hover {
  color: #0F1A2C;
}
#contact.contact-v2 .cv2-panel-right {
  flex: 0 0 50%;
  background: #ffffff;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 860px) {
  #contact.contact-v2 .cv2-panel-right {
    width: 100%;
    flex: none;
  }
}
#contact.contact-v2 .cv2-photo-block {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  flex-shrink: 0;
}
@media screen and (max-width: 860px) {
  #contact.contact-v2 .cv2-photo-block {
    height: 220px;
  }
}
#contact.contact-v2 .cv2-photo-block .cv2-office-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 860px) {
  #contact.contact-v2 .cv2-photo-block .cv2-office-img {
    height: 220px;
  }
}
#contact.contact-v2 .cv2-photo-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 860px) {
  #contact.contact-v2 .cv2-photo-block img {
    height: 220px;
  }
}
#contact.contact-v2 .cv2-photo-block .cv2-photo-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background: linear-gradient(to bottom, transparent, #0F1A2C);
  pointer-events: none;
}
#contact.contact-v2 #form {
  position: static;
}
#contact.contact-v2 .cv2-form-card {
  box-sizing: border-box;
  width: 100%;
  padding: 100px 80px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  #contact.contact-v2 .cv2-form-card {
    padding: 44px 36px 52px 36px;
  }
}
@media screen and (max-width: 860px) {
  #contact.contact-v2 .cv2-form-card {
    padding: 36px 24px 48px 24px;
  }
}
#contact.contact-v2 .contact-submit-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(255, 255, 255, 0.62);
  backdrop-filter: blur(2px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 6;
}
#contact.contact-v2 .cv2-form-card.is-submitting .cv2-fc-header,
#contact.contact-v2 .cv2-form-card.is-submitting .contact-form {
  filter: blur(5px);
  opacity: 0.42;
  transform: scale(0.992);
  transition: filter 0.35s ease, opacity 0.35s ease, transform 0.35s ease;
  pointer-events: none;
  user-select: none;
}
#contact.contact-v2 .cv2-form-card.is-submitting .contact-submit-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
#contact.contact-v2 .contact-submit-overlay__panel {
  width: min(420px, 100%);
  padding: 20px 16px;
  text-align: center;
  transform: translateY(12px);
  opacity: 0;
  transition: transform 0.28s ease, opacity 0.28s ease;
}
#contact.contact-v2 .cv2-form-card.is-submitting .contact-submit-overlay__panel {
  transform: translateY(0);
  opacity: 1;
}
#contact.contact-v2 .contact-submit-overlay__loader {
  width: 58px;
  height: 58px;
  border: 4px solid rgba(223, 72, 82, 0.17);
  border-top-color: #DF4852;
  border-radius: 50%;
  margin: 0 auto 16px auto;
  animation: contact-overlay-spin 0.9s linear infinite;
}
#contact.contact-v2 .contact-submit-overlay__check {
  display: none;
  width: 72px;
  height: 72px;
  margin: 0 auto 16px auto;
}
#contact.contact-v2 .contact-submit-overlay__check svg {
  display: block;
  width: 72px;
  height: 72px;
}
#contact.contact-v2 .contact-submit-overlay__check .check-circle,
#contact.contact-v2 .contact-submit-overlay__check .check-path {
  fill: none;
  stroke: #0da95f;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#contact.contact-v2 .contact-submit-overlay__check .check-circle {
  stroke-dasharray: 176;
  stroke-dashoffset: 176;
}
#contact.contact-v2 .contact-submit-overlay__check .check-path {
  stroke-dasharray: 42;
  stroke-dashoffset: 42;
}
#contact.contact-v2 .contact-submit-overlay__title {
  margin: 0;
  font-family: 'Tilt Warp', cursive;
  font-size: 30px;
  line-height: 38px;
  color: #0f1a2c;
  text-align: center;
  text-shadow: 0 1px 8px rgba(255, 255, 255, 0.75);
}
#contact.contact-v2 .contact-submit-overlay__sub {
  margin: 8px auto 0 auto;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #1f2f46;
  max-width: 280px;
  text-shadow: 0 1px 8px rgba(255, 255, 255, 0.75);
}
#contact.contact-v2 .contact-submit-overlay.is-success .contact-submit-overlay__loader {
  display: none;
  animation: none;
}
#contact.contact-v2 .contact-submit-overlay.is-success .contact-submit-overlay__check {
  display: block;
}
#contact.contact-v2 .contact-submit-overlay.is-success .contact-submit-overlay__check .check-circle {
  animation: contact-check-circle 0.45s ease forwards;
}
#contact.contact-v2 .contact-submit-overlay.is-success .contact-submit-overlay__check .check-path {
  animation: contact-check-path 0.35s ease 0.2s forwards;
}
@keyframes contact-overlay-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes contact-check-circle {
  from {
    stroke-dashoffset: 176;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes contact-check-path {
  from {
    stroke-dashoffset: 42;
  }
  to {
    stroke-dashoffset: 0;
  }
}
#contact.contact-v2 .cv2-fc-header {
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid #EBEBEB;
}
#contact.contact-v2 .cv2-fc-eyebrow {
  display: block;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #DF4852;
  margin-bottom: 10px;
}
#contact.contact-v2 .cv2-fc-title {
  font-family: 'Tilt Warp', cursive;
  font-size: 32px;
  line-height: 40px;
  color: #0F1A2C;
  margin: 0 0 10px 0;
  padding: 0;
  text-align: left;
  font-weight: 400;
}
#contact.contact-v2 .cv2-fc-sub {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  margin: 0;
  text-align: left;
}
#contact.contact-v2 .cv2-input-wrap {
  position: relative;
}
#contact.contact-v2 .cv2-input-wrap .cv2-iico {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #C0C0C0;
  display: flex;
  align-items: center;
  pointer-events: none;
  transition: color 0.2s ease;
}
#contact.contact-v2 .cv2-input-wrap .cv2-iico svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
#contact.contact-v2 .cv2-input-wrap.cv2-textarea-wrap .cv2-iico {
  top: 20px;
  transform: none;
}
#contact.contact-v2 .cv2-input-wrap input[type="text"],
#contact.contact-v2 .cv2-input-wrap input[type="email"],
#contact.contact-v2 .cv2-input-wrap input[type="tel"] {
  padding-left: 44px !important;
  height: 52px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-size: 16px;
}
#contact.contact-v2 .cv2-input-wrap textarea {
  padding-left: 44px !important;
  padding-top: 15px !important;
  font-size: 16px;
}
#contact.contact-v2 .cv2-input-wrap:focus-within .cv2-iico {
  color: #DF4852;
}
#contact.contact-v2 #form .contact-form {
  flex: 1;
}
#contact.contact-v2 #form .contact-form input[type="text"],
#contact.contact-v2 #form .contact-form input[type="email"],
#contact.contact-v2 #form .contact-form input[type="tel"],
#contact.contact-v2 #form .contact-form textarea {
  border-color: #E5E5E5;
  border-radius: 8px;
  font-size: 16px;
}
#contact.contact-v2 #form .contact-form input[type="text"]::placeholder,
#contact.contact-v2 #form .contact-form input[type="email"]::placeholder,
#contact.contact-v2 #form .contact-form input[type="tel"]::placeholder,
#contact.contact-v2 #form .contact-form textarea::placeholder {
  color: #BABABA;
}
#contact.contact-v2 #form .contact-form input[type="text"]:focus,
#contact.contact-v2 #form .contact-form input[type="email"]:focus,
#contact.contact-v2 #form .contact-form input[type="tel"]:focus,
#contact.contact-v2 #form .contact-form textarea:focus {
  border-color: #DF4852;
  box-shadow: 0 0 0 3px rgba(223, 72, 82, 0.1);
}
#contact.contact-v2 #form .contact-form textarea {
  min-height: 148px;
}
#contact.contact-v2 #form .contact-form .form-group label {
  font-size: 16px;
  font-weight: 600;
  color: #444444;
  letter-spacing: 0.01em;
}
#contact.contact-v2 #form .contact-form .submit-button {
  width: 100%;
  padding: 15px 32px;
  font-size: 16px;
  margin-top: 4px;
}
#contact.contact-v2 #form .contact-form .form-checkboxes {
  margin: 20px 0 16px 0;
}
#contact.contact-v2 #form .contact-form .form-disclaimer {
  color: #999999;
}
#careers {
  position: relative;
  background: #f6f6f7;
  min-height: 100vh;
}
#careers .header-image {
  position: relative;
  width: 100%;
  height: calc(100vh);
  min-height: 408px;
  max-height: 408px;
  margin-top: 66px;
  z-index: 3;
}
@media screen and (max-width: 800px) {
  #careers .header-image {
    height: 157px;
    padding-bottom: 60px;
    min-height: unset;
    max-height: unset;
    background-size: unset !important;
  }
}
#careers .header-image .header-content {
  position: relative;
  width: calc(100% - 40px);
  margin: 0 auto;
  max-width: 1180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 32px;
  height: 100%;
  padding-top: 40px;
}
@media screen and (max-width: 800px) {
  #careers .header-image .header-content {
    height: auto;
    max-width: 230px;
  }
}
#careers .header-image .header-content .header-title {
  max-width: 930px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  #careers .header-image .header-content .header-title {
    padding: 0;
  }
}
#careers .header-image .header-content .header-sub {
  font-size: 20px;
  line-height: 30px;
  max-width: 770px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  #careers .header-image .header-content .header-sub {
    font-size: 16px;
    line-height: 24px;
  }
}
#careers .header-image .header-content.white p,
#careers .header-image .header-content.white h1,
#careers .header-image .header-content.white div {
  color: #ffffff;
}
#careers .careers-shell {
  width: calc(100% - 70px);
  max-width: 1320px;
  margin: 40px auto 0 auto;
}
@media screen and (max-width: 980px) {
  #careers .careers-shell {
    width: calc(100% - 40px);
    margin-top: 50px;
  }
}
#careers .careers-layout {
  position: relative;
  display: flex;
  gap: 0;
  align-items: flex-start;
}
#careers .careers-layout .careers-left-panel {
  flex: 1 1 auto;
  min-width: 0;
  transition: width 0.35s ease, transform 0.35s ease, padding-right 0.35s ease;
}
#careers .careers-layout .careers-apply-panel {
  width: 0;
  min-width: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transform: translateX(22px);
  transition: width 0.35s ease, opacity 0.3s ease, transform 0.35s ease;
}
#careers .careers-layout.is-apply-open .careers-left-panel {
  width: 56%;
  padding-right: 26px;
}
#careers .careers-layout.is-apply-open .careers-apply-panel {
  position: sticky;
  top: 92px;
  align-self: flex-start;
  width: 44%;
  min-width: 560px;
  max-width: 620px;
  max-height: calc(100vh - 112px);
  opacity: 1;
  pointer-events: auto;
  overflow-y: auto;
  overflow-x: hidden;
  transform: translateX(0);
}
#careers .careers-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}
#careers .careers-filter {
  border: 2px solid #1a2235;
  background: transparent;
  color: #161e32;
  border-radius: 999px;
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  line-height: 18px;
  font-weight: 700;
  padding: 10px 16px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.2s ease, color 0.2s ease;
}
#careers .careers-filter.is-active,
#careers .careers-filter:hover {
  background: #101629;
  color: #ffffff;
}
#careers .careers-filter-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 7px;
  border-radius: 999px;
  background: rgba(16, 22, 41, 0.08);
  color: inherit;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  transition: background 0.2s ease;
}
#careers .careers-filter.is-active .careers-filter-count,
#careers .careers-filter:hover .careers-filter-count {
  background: rgba(255, 255, 255, 0.18);
}
#careers .careers-jobs-list {
  border-top: 2px solid rgba(16, 22, 41, 0.18);
}
#careers .careers-job-card {
  position: relative;
  border-bottom: 2px solid rgba(16, 22, 41, 0.18);
  transition: background-color 200ms ease-out;
}
#careers .careers-job-card:hover,
#careers .careers-job-card:focus-within {
  background-color: rgba(16, 22, 41, 0.035);
}
#careers .careers-job-card:hover .careers-apply-label,
#careers .careers-job-card:focus-within .careers-apply-label {
  color: #DF4852;
}
#careers .careers-job-card.is-active-job {
  background-color: rgba(223, 72, 82, 0.06);
  box-shadow: inset 4px 0 0 #DF4852;
}
#careers .careers-job-card.is-active-job .careers-apply-label {
  color: #DF4852;
}
#careers .careers-job-card.is-active-job .careers-apply-label > span[aria-hidden="true"] {
  transform: rotate(90deg);
}
#careers .careers-job-open {
  position: relative;
  z-index: 1;
  width: 100%;
  border: 0;
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 26px;
  text-align: left;
  padding: 24px 24px 22px 24px;
  cursor: pointer;
  color: inherit;
}
@media screen and (max-width: 800px) {
  #careers .careers-job-open {
    padding: 22px 16px 20px 16px;
  }
}
#careers .careers-job-open:focus-visible {
  outline: 2px solid #DF4852;
  outline-offset: -4px;
  border-radius: 4px;
}
#careers .careers-job-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
#careers .careers-job-copy h2 {
  margin: 0;
  font-family: 'Tilt Warp', cursive;
  font-size: 42px;
  line-height: 42px;
  color: #0f1629;
  text-align: left;
}
@media screen and (max-width: 1100px) {
  #careers .careers-job-copy h2 {
    font-size: 40px;
    line-height: 42px;
  }
}
@media screen and (max-width: 800px) {
  #careers .careers-job-copy h2 {
    font-size: 30px;
    line-height: 32px;
  }
}
#careers .careers-job-copy p {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2E2E2E;
  text-align: left;
}
#careers .careers-job-desc-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}
#careers .careers-job-desc {
  width: 100%;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2E2E2E;
  text-align: left;
}
#careers .careers-job-desc p,
#careers .careers-job-desc ul,
#careers .careers-job-desc ol {
  margin: 0;
}
#careers .careers-job-desc p + p,
#careers .careers-job-desc p + ul,
#careers .careers-job-desc p + ol,
#careers .careers-job-desc ul + p,
#careers .careers-job-desc ol + p {
  margin-top: 8px;
}
#careers .careers-job-desc ul,
#careers .careers-job-desc ol {
  padding-left: 22px;
}
#careers .careers-job-desc li {
  margin: 2px 0;
}
#careers .careers-job-desc li::marker {
  color: #6b7488;
}
#careers .careers-job-desc strong {
  font-weight: 600;
  color: #0f1629;
}
#careers .careers-job-desc em {
  font-style: italic;
}
#careers .careers-job-desc a {
  color: #DF4852;
  text-decoration: underline;
  text-underline-offset: 2px;
}
#careers .careers-job-desc h3,
#careers .careers-job-desc h4 {
  margin: 6px 0 4px 0;
  font-family: 'Tilt Warp', cursive;
  font-size: 18px;
  line-height: 24px;
  color: #0f1629;
}
#careers .careers-job-desc code {
  font-family: monospace;
  font-size: 14px;
  background: #f1f3f7;
  padding: 1px 5px;
  border-radius: 3px;
}
#careers .careers-job-desc.is-collapsed {
  max-height: 96px;
  overflow: hidden;
}
#careers .careers-job-desc-toggle {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #DF4852;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  padding: 2px 0;
  user-select: none;
}
@media screen and (max-width: 800px) {
  #careers .careers-job-desc-toggle {
    font-size: 15px;
  }
}
#careers .careers-job-desc-toggle:hover {
  color: #d82632;
}
#careers .careers-job-desc-toggle:focus-visible {
  outline: 2px solid #DF4852;
  outline-offset: 2px;
  border-radius: 2px;
}
#careers .careers-job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#careers .careers-job-meta span {
  display: inline-flex;
  align-items: center;
  border: 2px solid #1a2235;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  color: #1a2235;
  background: #ffffff;
}
#careers .careers-apply-label {
  white-space: nowrap;
  font-family: 'Tilt Warp', cursive;
  color: #101629;
  font-size: 32px;
  line-height: 34px;
  padding-top: 2px;
  transition: color 300ms ease-out;
}
#careers .careers-apply-label > span[aria-hidden="true"] {
  display: inline-block;
  transition: transform 300ms ease-out;
}
@media screen and (max-width: 1100px) {
  #careers .careers-apply-label {
    font-size: 34px;
    line-height: 34px;
  }
}
@media screen and (max-width: 800px) {
  #careers .careers-apply-label {
    font-size: 26px;
    line-height: 28px;
  }
}
#careers .careers-empty-state,
#careers .careers-loading-state,
#careers .careers-error-state {
  margin: 16px 0 0 0;
  color: #596379;
  font-size: 18px;
  line-height: 24px;
}
#careers .careers-loading-state {
  color: #7c879b;
}
#careers .careers-error-state {
  color: #DF4852;
}
#careers .careers-office-gallery {
  padding: 80px 0 0 0;
  margin-bottom: 0;
  background: #f6f6f7;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 800px) {
  #careers .careers-office-gallery {
    padding: 56px 0 0 0;
  }
}
#careers > #footer {
  position: relative;
  z-index: 1;
  margin-top: -10px;
}
@media screen and (max-width: 800px) {
  #careers > #footer {
    margin-top: -15px;
  }
}
#careers .careers-office-gallery-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 800px) {
  #careers .careers-office-gallery-inner {
    padding: 0 20px;
  }
}
#careers .careers-office-gallery-intro {
  text-align: center;
  margin: 0 auto 48px auto;
  max-width: 760px;
}
#careers .careers-office-gallery-intro h2 {
  margin: 0 0 12px 0;
  font-family: 'Tilt Warp', cursive;
  font-size: 48px;
  line-height: 56px;
  color: #101629;
}
@media screen and (max-width: 800px) {
  #careers .careers-office-gallery-intro h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
#careers .careers-office-gallery-intro p {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 28px;
  color: #53607a;
}
@media screen and (max-width: 800px) {
  #careers .careers-office-gallery-intro p {
    font-size: 15px;
    line-height: 24px;
  }
}
#careers .careers-office-gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  width: 100%;
}
@media screen and (max-width: 480px) {
  #careers .careers-office-gallery-grid {
    grid-template-columns: 1fr;
  }
}
#careers .careers-office-tile {
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  background: #e7e9ee;
  aspect-ratio: 4 / 3;
}
#careers .careers-office-tile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 481px) {
  #careers .careers-office-tile:last-child:nth-child(2n + 1) {
    grid-column: span 2;
    aspect-ratio: 8 / 3;
  }
}
#careers .careers-apply-panel-inner {
  position: relative;
  border-radius: 18px;
  border: 1px solid #dbe0ea;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(15, 26, 44, 0.08);
  padding: 26px 22px 22px 22px;
}
#careers .careers-close-panel {
  position: absolute;
  top: 10px;
  right: 12px;
  border: 0;
  background: transparent;
  color: #5b6578;
  font-family: 'Inter', sans-serif;
  font-size: 34px;
  line-height: 34px;
  font-weight: 400;
  cursor: pointer;
  margin: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#careers .careers-apply-title {
  margin: 4px 0 8px 0;
  text-align: left;
  padding: 0;
  font-size: 36px;
  line-height: 38px;
  color: #101629;
  font-family: 'Tilt Warp', cursive;
}
#careers .careers-apply-sub {
  margin: 0 0 16px 0;
  color: #53607a;
  text-align: left;
  font-size: 15px;
  line-height: 22px;
}
#careers .careers-form .hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
#careers .careers-form .form-row {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 800px) {
  #careers .careers-form .form-row {
    flex-direction: column;
    gap: 0;
  }
}
#careers .careers-form .form-group {
  flex: 1;
  margin-bottom: 12px;
}
#careers .careers-form .form-group label {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #3a4255;
  margin-bottom: 6px;
}
#careers .careers-form .form-group label .required {
  color: #DF4852;
}
#careers .careers-form .form-group label .careers-field-hint {
  color: #8a93a3;
  font-weight: 400;
  font-size: 12px;
  margin-left: 2px;
}
#careers .careers-form .cv2-input-wrap {
  position: relative;
}
#careers .careers-form .cv2-input-wrap .cv2-iico {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #c0c0c0;
  display: flex;
  align-items: center;
  pointer-events: none;
  transition: color 0.2s ease;
}
#careers .careers-form .cv2-input-wrap .cv2-iico svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
#careers .careers-form .cv2-input-wrap.cv2-textarea-wrap .cv2-iico {
  top: 16px;
  transform: none;
}
#careers .careers-form .cv2-input-wrap:focus-within .cv2-iico {
  color: #DF4852;
}
#careers .careers-form .cv2-input-wrap input[type="text"],
#careers .careers-form .cv2-input-wrap input[type="email"],
#careers .careers-form .cv2-input-wrap input[type="tel"] {
  padding-left: 40px !important;
}
#careers .careers-form .cv2-input-wrap textarea {
  padding-left: 40px !important;
  padding-top: 13px !important;
}
#careers .careers-form input[type="text"],
#careers .careers-form input[type="email"],
#careers .careers-form input[type="tel"],
#careers .careers-form input[type="file"],
#careers .careers-form select,
#careers .careers-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d7dce7;
  border-radius: 8px;
  background: #ffffff;
  color: #172036;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 11px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
#careers .careers-form input[type="text"]:focus,
#careers .careers-form input[type="email"]:focus,
#careers .careers-form input[type="tel"]:focus,
#careers .careers-form input[type="file"]:focus,
#careers .careers-form select:focus,
#careers .careers-form textarea:focus {
  outline: none;
  border-color: #DF4852;
  box-shadow: 0 0 0 3px rgba(223, 72, 82, 0.12);
}
#careers .careers-form input[type="file"] {
  padding: 8px 10px;
  font-size: 13px;
  line-height: 18px;
  color: #3a4255;
}
#careers .careers-form input[type="file"]::file-selector-button {
  margin-right: 10px;
  border: 0;
  border-radius: 6px;
  background: #eef1f7;
  color: #1a2235;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  padding: 7px 10px;
  cursor: pointer;
}
#careers .careers-form textarea {
  resize: vertical;
  min-height: 100px;
}
#careers .careers-form .form-checkboxes {
  margin: 6px 0 12px 0;
}
#careers .careers-form .form-checkboxes .checkbox-group {
  display: flex;
  align-items: center;
  gap: 10px;
}
#careers .careers-form .form-checkboxes .checkbox-group input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
#careers .careers-form .form-checkboxes .checkbox-group input[type="checkbox"]:checked + label .custom-checkbox {
  background: #DF4852;
  border-color: #DF4852;
}
#careers .careers-form .form-checkboxes .checkbox-group input[type="checkbox"]:checked + label .custom-checkbox::after {
  opacity: 1;
}
#careers .careers-form .form-checkboxes .checkbox-group input[type="checkbox"]:focus + label .custom-checkbox {
  box-shadow: 0 0 0 2px rgba(223, 72, 82, 0.2);
}
#careers .careers-form .form-checkboxes .checkbox-group label {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 0;
}
#careers .careers-form .form-checkboxes .checkbox-group label .custom-checkbox {
  position: relative;
  width: 18px;
  height: 18px;
  min-width: 18px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
}
#careers .careers-form .form-checkboxes .checkbox-group label .custom-checkbox::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 1px;
  width: 4px;
  height: 9px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
#careers .careers-form .form-checkboxes .checkbox-text {
  flex: 1;
  font-size: 12px;
  line-height: 17px;
  color: #525f76;
}
#careers .careers-form .form-checkboxes .checkbox-text .privacy-link {
  color: #525f76;
  text-decoration: none;
}
#careers .careers-form .form-checkboxes .checkbox-text .privacy-link:hover {
  color: #DF4852;
}
#careers .careers-form .form-status {
  min-height: 19px;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 17px;
}
#careers .careers-form .form-status.success {
  color: #118a52;
}
#careers .careers-form .form-status.error {
  color: #DF4852;
}
#careers .careers-form .submit-button {
  width: 100%;
  border: 0;
  border-radius: 8px;
  background: #DF4852;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  padding: 11px 16px;
  cursor: pointer;
  transition: background 0.2s ease;
}
#careers .careers-form .submit-button:hover {
  background: #d82632;
}
#careers .careers-submit-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(2px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 6;
  border-radius: inherit;
}
#careers .careers-apply-panel-inner.is-submitting {
  overflow: hidden;
}
#careers .careers-apply-panel-inner.is-submitting .careers-close-panel,
#careers .careers-apply-panel-inner.is-submitting .careers-apply-title,
#careers .careers-apply-panel-inner.is-submitting .careers-apply-sub,
#careers .careers-apply-panel-inner.is-submitting .careers-form {
  filter: blur(5px);
  opacity: 0.42;
  transform: scale(0.992);
  transition: filter 0.35s ease, opacity 0.35s ease, transform 0.35s ease;
  pointer-events: none;
  user-select: none;
}
#careers .careers-apply-panel-inner.is-submitting .careers-submit-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
#careers .careers-submit-overlay__panel {
  width: min(420px, 100%);
  padding: 20px 16px;
  text-align: center;
  transform: translateY(12px);
  opacity: 0;
  transition: transform 0.28s ease, opacity 0.28s ease;
}
#careers .careers-apply-panel-inner.is-submitting .careers-submit-overlay__panel {
  transform: translateY(0);
  opacity: 1;
}
#careers .careers-submit-overlay__loader {
  width: 58px;
  height: 58px;
  border: 4px solid rgba(223, 72, 82, 0.17);
  border-top-color: #DF4852;
  border-radius: 50%;
  margin: 0 auto 16px auto;
  animation: contact-overlay-spin 0.9s linear infinite;
}
#careers .careers-submit-overlay__check {
  display: none;
  width: 72px;
  height: 72px;
  margin: 0 auto 16px auto;
}
#careers .careers-submit-overlay__check svg {
  display: block;
  width: 72px;
  height: 72px;
}
#careers .careers-submit-overlay__check .check-circle,
#careers .careers-submit-overlay__check .check-path {
  fill: none;
  stroke: #0da95f;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}
#careers .careers-submit-overlay__check .check-circle {
  stroke-dasharray: 176;
  stroke-dashoffset: 176;
}
#careers .careers-submit-overlay__check .check-path {
  stroke-dasharray: 42;
  stroke-dashoffset: 42;
}
#careers .careers-submit-overlay__title {
  margin: 0;
  font-family: 'Tilt Warp', cursive;
  font-size: 28px;
  line-height: 34px;
  color: #0f1a2c;
  text-align: center;
  text-shadow: 0 1px 8px rgba(255, 255, 255, 0.75);
}
#careers .careers-submit-overlay__sub {
  margin: 8px auto 0 auto;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #1f2f46;
  max-width: 280px;
  text-shadow: 0 1px 8px rgba(255, 255, 255, 0.75);
}
#careers .careers-submit-overlay.is-success .careers-submit-overlay__loader {
  display: none;
  animation: none;
}
#careers .careers-submit-overlay.is-success .careers-submit-overlay__check {
  display: block;
}
#careers .careers-submit-overlay.is-success .careers-submit-overlay__check .check-circle {
  animation: contact-check-circle 0.45s ease forwards;
}
#careers .careers-submit-overlay.is-success .careers-submit-overlay__check .check-path {
  animation: contact-check-path 0.35s ease 0.2s forwards;
}
@media screen and (max-width: 980px) {
  #careers .careers-layout {
    display: block;
  }
  #careers .careers-layout .careers-left-panel {
    width: 100% !important;
    padding-right: 0 !important;
  }
  #careers .careers-layout .careers-apply-panel,
  #careers .careers-apply-panel {
    position: static;
    top: auto;
    align-self: auto;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: auto;
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    transform: none;
    background: transparent;
    border-left: 0;
    box-shadow: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    transition: max-height 350ms ease-out, opacity 220ms ease-out;
  }
  #careers .careers-layout .careers-apply-panel.is-inline,
  #careers .careers-apply-panel.is-inline {
    width: 100%;
    opacity: 1;
    pointer-events: auto;
  }
  #careers .careers-layout .careers-apply-panel.is-inline .careers-apply-panel-inner,
  #careers .careers-apply-panel.is-inline .careers-apply-panel-inner {
    position: relative;
    top: 0;
    border-radius: 14px;
    border: 1px solid #dbe0ea;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(15, 26, 44, 0.08);
    padding: 22px 18px 20px 18px;
    margin: 18px 0 22px 0;
    height: auto;
    overflow-y: visible;
  }
}
