@font-face {
  font-family: "Gilroy-ExtraBold";
  src: url("/wp-content/themes/lightmedia/assets/fonts/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/lightmedia/assets/fonts/Gilroy-ExtraBold.woff2") format("woff2"), url("/wp-content/themes/lightmedia/assets/fonts/Gilroy-ExtraBold.woff") format("woff"), url("/wp-content/themes/lightmedia/assets/fonts/Gilroy-ExtraBold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-display: swap;
}
@font-face {
  font-family: "Gilroy-ExtraBold";
  src: url("/wp-content/themes/lightmedia/assets/fonts/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/lightmedia/assets/fonts/Gilroy-ExtraBold.woff2") format("woff2"), url("/wp-content/themes/lightmedia/assets/fonts/Gilroy-ExtraBold.woff") format("woff"), url("/wp-content/themes/lightmedia/assets/fonts/Gilroy-ExtraBold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-display: swap;
}
:root {
  --brand-color-orange: #fb8631;
  --color-primary: #fb8631;
  --color-orange: #fb8631;
}

body {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: auto;
  font-size: 17px;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #d8d8d8;
  background-color: #000;
  line-height: 1.7;
}
@media screen and (min-width: 1281px) {
  body {
    min-width: 1260px;
  }
}

html,
html *,
body,
body * {
  outline: none;
}
html.is-locked,
body.is-locked {
  overflow: hidden;
}
html.is-home,
body.is-home {
  overflow-y: scroll;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
}
html.is-home::-webkit-scrollbar,
body.is-home::-webkit-scrollbar { /* WebKit */
  width: 0;
  height: 0;
}

body.page:not(.home) {
  max-width: 100%;
  overflow-x: hidden;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 10000;
  padding: 0.75rem 1rem;
  transform: translateY(-150%);
  transition: transform 0.2s ease;
  background: #fb8631;
  color: #fff;
  font-family: "Gilroy-ExtraBold";
}

.skip-link:focus {
  transform: translateY(0);
}

.row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.row .col {
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.row .col-6 {
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 25%;
  flex: 0 0 50%;
  max-width: 50%;
}
.row .col-3 {
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
/*
 * Normalization
 */
:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  text-size-adjust: 100%;
}

audio:not([controls]) {
  display: none;
}

details {
  display: block;
}

input[type=number] {
  width: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

summary {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

[unselectable] {
  user-select: none;
}

/*
 * Universal inheritance
 */
*,
::before,
::after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

* {
  margin: 0;
  padding: 0;
}

:root {
  box-sizing: border-box;
  cursor: default;
  font: 16px/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

html {
  background-color: #FFFFFF;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

ol,
ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

::selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
.u-show-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-show-pc {
    display: none;
  }
}

.u-show-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-show-sp {
    display: block;
  }
}

.u-notap {
  -webkit-tap-highlight-color: transparent;
}

.u-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots li button {
  font-size: 0;
}

.splitting.cells img {
  display: block;
  width: 100%;
}

.splitting.cells {
  visibility: hidden;
  /*overflow: hidden;*/
  background-size: cover;
}

.splitting .cell-grid {
  position: absolute;
  top: 0;
  left: 0;
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100%;
  background: inherit;
  grid-template: repeat(var(--row-total), 1fr)/repeat(var(--col-total), 1fr);
}

.splitting .cell {
  position: relative;
  display: block;
  overflow: hidden;
  opacity: 1;
  background: inherit;
}

.splitting .cell-inner {
  position: absolute;
  top: calc(-100% * var(--row-index));
  /* Position properly */
  left: calc(-100% * var(--col-index));
  visibility: visible;
  /* Size to fit the whole container size */
  width: calc(100% * var(--col-total));
  height: calc(100% * var(--row-total));
  background: inherit;
}

@font-face {
  font-family: "icomoon";
  src: url("/wp-content/themes/lightmedia/assets/fonts/icons/icomoon.eot?uv3uaf");
  src: url("/wp-content/themes/lightmedia/assets/fonts/icons/icomoon.eot?uv3uaf#iefix") format("embedded-opentype"), url("/wp-content/themes/lightmedia/assets/fonts/icons/icomoon.ttf?uv3uaf") format("truetype"), url("/wp-content/themes/lightmedia/assets/fonts/icons/icomoon.woff?uv3uaf") format("woff"), url("/wp-content/themes/lightmedia/assets/fonts/icons/icomoon.svg?uv3uaf#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-youtube:before {
  content: "\ea9d";
}

.icon-linkedin:before {
  content: "\eaca";
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
}
.site-header.is-open {
  z-index: 10000;
}

.site-header__logo {
  position: fixed;
  z-index: 2;
  top: 1rem;
  left: 2rem;
  right: auto;
  display: block;
  width: 170px;
  transition: all 0.3s;
}
.site-header__logo img {
  width: 100%;
}
.site-header__logo:focus-visible {
  outline: 2px solid #fb8631;
  outline-offset: 6px;
}
@media (max-width: 767px) {
  .site-header__logo {
    top: 0.8rem;
    left: 4rem;
    width: 136px;
  }
}

.navigation-is-open .site-header,
.navigation-is-open .site-header__logo {
  z-index: 10000 !important;
}

.site-header__contact {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 82px;
  padding: 2.5rem 1.5rem;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .site-header__contact {
    right: 64px;
    padding: 1.65rem 1rem;
  }
}

.site-header__phone {
  font-family: "Gilroy-ExtraBold";
  font-size: 16px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  color: #fff;
}
@media (min-width: 1024px) {
  .site-header__phone {
    font-size: 20px;
  }
}
.site-header__phone:focus-visible {
  outline: 2px solid #fb8631;
  outline-offset: 6px;
}
.site-header__phone svg {
  width: 18px;
  height: auto;
  margin-right: 8px;
}

.site-header__menu-toggle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 90px;
  min-height: 72px;
  transition: height 0.2s;
  margin-top: 14px;
  margin-right: 10px;
}
.site-header__menu-toggle:focus-visible {
  outline: 2px solid #fb8631;
  outline-offset: -14px;
}
.site-header__menu-toggle .site-header__toggle-icon {
  position: relative;
  display: block;
  width: 20px;
  border-color: #fff;
}
.site-header__menu-toggle .site-header__toggle-icon span {
  position: relative;
  right: -2px;
  display: block;
  width: 20px;
  height: 3px;
  margin: 5px 0;
  transition: all 0.35s ease-in-out;
  background-color: #fff;
}
.site-header__menu-toggle .site-header__toggle-icon span:nth-child(2) {
  left: -2px;
}
.site-header__menu-toggle:hover .site-header__toggle-icon span {
  background-color: #fb8631;
}
.site-header__menu-toggle:hover .site-header__toggle-icon span:first-child {
  transform: translateX(-4px);
}
.site-header__menu-toggle:hover .site-header__toggle-icon span:nth-child(2) {
  transform: translateX(4px);
}
.site-header__menu-toggle:hover .site-header__toggle-icon span:last-child {
  transform: translateX(-2px);
}
.navigation-is-open .site-header__menu-toggle .site-header__toggle-icon, .is-open .site-header__menu-toggle .site-header__toggle-icon {
  width: 54px;
  height: 54px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.navigation-is-open .site-header__menu-toggle .site-header__toggle-icon span, .is-open .site-header__menu-toggle .site-header__toggle-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  width: 22px;
  margin: 0;
  background-color: #fff;
}
.navigation-is-open .site-header__menu-toggle .site-header__toggle-icon span:first-child, .is-open .site-header__menu-toggle .site-header__toggle-icon span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.navigation-is-open .site-header__menu-toggle .site-header__toggle-icon span:nth-child(2), .is-open .site-header__menu-toggle .site-header__toggle-icon span:nth-child(2) {
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scaleX(0);
}
.navigation-is-open .site-header__menu-toggle .site-header__toggle-icon span:last-child, .is-open .site-header__menu-toggle .site-header__toggle-icon span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.navigation-is-open .site-header__menu-toggle:hover .site-header__toggle-icon span, .is-open .site-header__menu-toggle:hover .site-header__toggle-icon span {
  background-color: #fff;
}
.navigation-is-open .site-header__menu-toggle:hover .site-header__toggle-icon span:first-child, .is-open .site-header__menu-toggle:hover .site-header__toggle-icon span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.navigation-is-open .site-header__menu-toggle:hover .site-header__toggle-icon span:nth-child(2), .is-open .site-header__menu-toggle:hover .site-header__toggle-icon span:nth-child(2) {
  transform: translate(-50%, -50%) scaleX(0);
}
.navigation-is-open .site-header__menu-toggle:hover .site-header__toggle-icon span:last-child, .is-open .site-header__menu-toggle:hover .site-header__toggle-icon span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.is-open .site-header__menu-toggle {
  z-index: 9999 !important;
  background: none;
}
.navigation-is-open .site-header__menu-toggle {
  z-index: 10000 !important;
}
.is-locked .site-header__menu-toggle, .is-loading .site-header__menu-toggle {
  z-index: 0;
}
@media (max-width: 1250px) {
  .site-header__menu-toggle {
    height: 86px;
  }
}

.site-header__scroll-prompt {
  font-family: "Gilroy-ExtraBold";
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  position: fixed;
  z-index: 18;
  bottom: 26px;
  left: 32px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
  pointer-events: none;
}
@media (max-width: 767px) {
  .site-header__scroll-prompt {
    bottom: 16px;
    left: 16px;
    font-size: 10px;
    letter-spacing: 0.12em;
  }
}

.site-header__scroll-line {
  position: relative;
  overflow: hidden;
  width: 42px;
  height: 1px;
  background: rgba(255, 255, 255, 0.35);
}
.site-header__scroll-line:after {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  content: "";
  animation: scrollPromptLine 1.6s ease-in-out infinite;
  background: #fff;
}

@keyframes scrollPromptLine {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(200%);
  }
}
.header-second {
  overflow: hidden;
  padding: 16px 0;
  background-color: #202020;
}
.header-second .l-container {
  display: flex !important;
  align-items: center !important;
  justify-content: center;
}
@media (max-width: 767px) {
  .header-second .l-container {
    display: block !important;
    text-align: center;
  }
}
.header-second .menu2 li {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .header-second .menu2 li {
    display: inline-block;
    padding: 0 6px 12px;
  }
  .header-second .menu2 li:last-child {
    padding-bottom: 12px;
  }
}
.header-second .menu2 li:first-child a {
  margin-left: 0;
}
.header-second .menu2 li:last-child a {
  margin-right: 0;
}
.header-second .menu2 li:last-child a:after {
  display: none;
}
.header-second .menu2 li.active a,
.header-second .menu2 li a:hover {
  color: #fb8631;
  background-color: rgba(251, 134, 49, 0.09);
}
.header-second .menu2 li.active a .menu2__icon img,
.header-second .menu2 li a:hover .menu2__icon img {
  filter: none;
  opacity: 1;
}
.header-second .menu2 li a {
  font-family: "Gilroy-ExtraBold";
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  min-height: 42px;
  margin: 0 8px;
  padding: 9px 16px;
  transition: all 0.3s;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .header-second .menu2 li a {
    min-height: 40px;
    margin: 0;
    padding: 8px 10px;
    text-align: center;
    border: none;
  }
}
.header-second .menu2 li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  width: 1px;
  height: 28px;
  background: rgba(255, 255, 255, 0.28);
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .header-second .menu2 li a:after {
    display: none;
  }
}
.header-second .menu2 li .menu2__icon {
  display: inline-flex;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  align-items: center;
  justify-content: center;
}
.header-second .menu2 li .menu2__icon img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  filter: grayscale(1) brightness(2.8);
  opacity: 0.9;
  transition: all 0.3s;
}
.header-second .menu2.menu-center {
  margin: 0 auto;
  text-align: center;
}
.header-second .menu2.menu-center li a {
  font-size: 17px;
}
.header-second .button {
  margin-left: auto;
}
@media (max-width: 767px) {
  .header-second {
    padding: 20px 0 12px;
  }
}

.l-mega-menu {
  font-family: "Gilroy-ExtraBold";
  font-size: 17px;
  position: fixed;
  z-index: 999;
  top: 1.7rem;
  left: 19rem;
  display: flex;
  align-items: center;
  padding-left: 2rem;
  color: #e4e4e4;
}
.l-mega-menu:before {
  position: absolute;
  left: 0;
  width: 1px;
  height: 35px;
  content: "";
  background: #3c3c3c;
}

.l-mega-menu-icon {
  display: block;
  margin-right: 0.6rem;
  padding: 0 10px;
}
.l-mega-menu-icon i,
.l-mega-menu-icon i:before,
.l-mega-menu-icon i:after {
  position: relative;
  display: block;
  width: 4px;
  height: 4px;
  content: "";
  background: #e4e4e4;
}
.l-mega-menu-icon i {
  margin: 3px auto;
}
.l-mega-menu-icon i:before, .l-mega-menu-icon i:after {
  position: absolute;
}
.l-mega-menu-icon i:before {
  left: 8px;
}
.l-mega-menu-icon i:after {
  right: 8px;
}

.l-mega-menu-dropdown {
  position: fixed;
  z-index: -3;
  top: 8.4rem;
  right: 0;
  left: 0;
  padding: 2rem 0;
  transition: top 0.3s, opacity 0.4s;
  opacity: 0;
  border-top: 1px solid transparent;
  background: #000;
}
.l-mega-menu-dropdown h4 {
  font-family: "Gilroy-ExtraBold";
  font-size: 30px;
  margin-bottom: 1.5rem;
}
.l-mega-menu-dropdown .l-index__services-list {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.l-mega-menu-dropdown .l-index__services-item {
  width: 25%;
}
.l-mega-menu-dropdown .l-index__services-item .service-link span {
  min-height: 65px;
}

.l-mega-menu-is-open .l-mega-menu {
  color: #fb8631;
}
.l-mega-menu-is-open .l-mega-menu-icon i,
.l-mega-menu-is-open .l-mega-menu-icon i:after,
.l-mega-menu-is-open .l-mega-menu-icon i:before {
  background: #fb8631;
}
.l-mega-menu-is-open .l-mega-menu-dropdown {
  z-index: 9;
  top: 5.4rem;
  opacity: 1;
  border-color: #2d2d2d;
}

.menu {
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  width: 0;
  height: 100vh;
  min-height: 762px;
  display: flex;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  pointer-events: none;
  opacity: 0;
  background-image: linear-gradient(to bottom, #fb8631 30%, #fb8631);
  align-items: initial;
  flex-wrap: nowrap;
}
.menu.is-shown {
  z-index: 9998;
  width: 100%;
  pointer-events: auto;
  opacity: 1;
}
.menu.is-shown .menu__nav li {
  transform: translateY(0);
  opacity: 1;
}
.menu.is-shown .menu__nav li:first-child {
  transition-delay: 0.12s;
}
.menu.is-shown .menu__nav li:nth-child(2) {
  transition-delay: 0.2s;
}
.menu.is-shown .menu__nav li:nth-child(3) {
  transition-delay: 0.25s;
}
.menu.is-shown .menu__nav li:last-child {
  transition-delay: 0.5s;
}
.menu.is-shown .menu__sns {
  transform: translateY(0);
  opacity: 1;
}

.menu__left {
  position: relative;
  order: 2;
  width: 65%;
  padding: 25px 98px;
}
.menu__left .logo {
  margin: auto;
  display: inline-block;
}

.menu__logo {
  width: 200px;
}

.menu__nav {
  margin-top: 7rem;
}
.menu__nav li {
  transition: all 0.35s ease-in-out;
  transform: translateY(50px);
  opacity: 0;
}
.menu__nav li a {
  font-family: "Gilroy-ExtraBold";
  font-size: 3.2rem;
  transition: all 0.35s ease-in-out;
  color: #fff;
  display: block;
  line-height: 1.4;
}
.menu__nav li a:hover {
  opacity: 0.8;
  transform: translateX(30px);
}

.menu__sns {
  position: absolute;
  bottom: 70px;
  display: flex;
  width: 80%;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: all 0.35s ease-in-out 1.25s;
  transform: translateY(150px);
  opacity: 0;
  opacity: 1;
}
.menu__sns ul li:nth-child(3) .menu__sns-icon {
  line-height: 2.2;
}
.menu__sns a {
  color: #fff;
}

.menu__sns-icon {
  line-height: 2.4;
  width: 54px;
  height: 54px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2196078431);
  border-radius: 55rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu__sns-icon .icon-linkedin {
  position: relative;
  top: -2px;
}

.menu__sns-description {
  font-size: 14px;
  line-height: 1.4;
  position: relative;
  margin-left: 12px;
}
.menu__sns-description strong {
  display: block;
  font-size: 17px;
  font-family: "Gilroy-ExtraBold";
}

.menu__right {
  position: relative;
  order: 1;
  width: 35%;
  height: 100%;
  padding: 50px 50px 70px;
  background-color: #000;
  align-items: flex-end;
}
.menu__right:before {
  position: absolute;
  top: 100px;
  left: 50px;
  display: block;
  width: 85px;
  height: 100px;
  content: "";
  background-image: url(/wp-content/themes/lightmedia/assets/images/index/dots.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.menu__locations {
  width: 65%;
}
.menu__locations h2 {
  font-family: "Gilroy-ExtraBold";
  font-size: 30px;
  display: block;
  margin-bottom: 15px;
  background: linear-gradient(90deg, #fb8631 0%, #fb8631 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.menu__locations li {
  margin-bottom: 30px;
}
.menu__locations li:last-child {
  margin-bottom: 0;
}

.menu__locations-time {
  width: 40%;
}

.menu__locations-details {
  width: 55%;
}
.menu__locations-details h3 {
  font-family: "Gilroy-ExtraBold";
  font-size: 21px;
  line-height: 1;
  display: block;
  margin-bottom: 0;
  color: #fff;
}
.menu__locations-details a {
  color: #787878;
}

.section-bg-text {
  position: fixed;
  z-index: -1;
  right: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  display: block;
  opacity: 0.8;
}
.section-bg-text svg {
  width: 75%;
}

.marquee {
  animation: scroll 15s linear infinite;
}

@keyframes scroll {
  0% {
    left: 1900px;
  }
  100% {
    left: -1900px;
  }
}
.hero__text {
  position: fixed;
  text-align: left;
  left: 15rem;
  top: 35vh;
}
.hero__text h1 {
  font-family: "Gilroy-ExtraBold";
  font-size: 86px;
  line-height: 1.2;
  width: 550px;
  margin-bottom: 40px;
}
.hero__text h1 span {
  position: relative;
  display: block;
  transition: all 0.35s ease-in-out;
  transform: translateX(-50px);
  opacity: 0;
}
.hero__text h1 span:nth-child(2) {
  transition-delay: 0.15s;
}
.hero__text h1 span:nth-child(3) {
  transition-delay: 0.5s;
}
.hero__text h1.is-shown span {
  transform: translateX(0);
  opacity: 1;
}
.hero__text a {
  font-weight: bold;
  display: inline-block;
  transition: all 0.35s ease-in-out;
  transform: translateX(-50px);
  opacity: 0;
  color: #fff;
}
.hero__text a.is-shown {
  transform: translateX(0);
  opacity: 1;
}

.hero__bottom {
  position: absolute;
  right: 200px;
  bottom: 0;
}
.hero__bottom:after {
  position: absolute;
  right: -80px;
  bottom: 0;
  display: block;
  width: 90px;
  height: 90px;
  content: "";
  background-color: #fb8631;
}
.hero__bottom svg {
  position: relative;
  width: 750px;
}
.hero__bottom svg path {
  fill: #464646;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1155px;
  margin-right: auto;
  margin-left: auto;
}

.is-nav-collapsed .section-home-1:before {
  width: 100vw;
}

.banner-services {
  background-position: center center;
  background-size: cover;
  text-align: center;
}
.banner-services .l-container {
  height: 700px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.banner-services .banner-content h1 {
  font-size: 45px;
  font-family: "Gilroy-ExtraBold";
}
.banner-services .banner-content .description p {
  font-size: 20px;
}

.banner-bg {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -5.3rem;
  padding-top: 5.3rem;
}
.banner-bg .l-service-v2__eyecatch-right {
  right: auto;
  left: 100px;
}
.banner-bg .l-container {
  position: relative;
  z-index: 2;
}
.banner-bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.img-gray {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  transition: 0.2s all linear;
}
.img-gray:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.text-gold {
  background: linear-gradient(90deg, #ffd24a 35%, #b56c39 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 2px;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.circle-dial {
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  width: 500px;
  height: 500px;
  margin: auto;
}
.circle-dial .slider-circle {
  position: absolute;
  top: -40px;
  left: -40px;
  overflow: visible;
  width: 537px;
  height: 537px;
  cursor: grab;
  fill: transparent;
}
.circle-dial .draggable-circle {
  position: relative;
  cursor: grab;
  animation: wiggle 1.5s infinite linear;
  fill: #fb8631;
}
.circle-dial .draggable-circle-bg {
  cursor: grab;
  animation: blink 1.5s infinite linear, wiggle 1.5s infinite linear;
}

.circle-dial__bg {
  position: absolute;
  top: -40px;
  left: -40px;
  width: 537px;
  height: 537px;
  transition: background-image 0.5s ease-in-out;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.circle-dial__circles {
  position: absolute;
  top: 0;
  overflow: visible;
  fill: transparent;
}

.circle-dial__color {
  transform: rotate(-90deg);
  transform-origin: center;
  stroke-width: 1.5;
  stroke-dasharray: 360;
  stroke-dashoffset: 360;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  49.99% {
    opacity: 0;
    r: 6.25;
  }
  50% {
    opacity: 1;
    r: 2.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes wiggle {
  0% {
    transform: translate(5px, 0);
  }
  50% {
    transform: translate(-5px, 0);
  }
  100% {
    transform: translate(5px, 0);
  }
}
.cursor__outline {
  position: absolute;
  z-index: 999999;
  top: 50%;
  left: 50%;
  mix-blend-mode: difference;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .cursor__outline {
    display: none;
  }
}

.cursor__outline {
  width: 40px;
  height: 40px;
  border: 2px solid #fbdc2e;
}

.link {
  position: relative;
  transition: color 0.35s ease-in-out;
}
.link:after {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background-color: #fb8631;
}
.link:hover {
  color: #fb8631;
}
.link:hover:after {
  animation: slide-right 0.6s linear;
}

@keyframes slide-right {
  0%, to {
    left: 0;
    width: 100%;
  }
  25% {
    left: 50%;
    width: 50%;
  }
  50% {
    left: 100%;
    width: 0;
  }
  51% {
    left: 0;
  }
  75% {
    width: 50%;
  }
}
.button {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  padding: 10px 20px;
  min-width: 160px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Gilroy-ExtraBold";
  line-height: 1.4;
  border: 1px solid #fb8631;
  background-color: #fb8631;
  color: #111;
  transition: all 0.35s ease-in-out;
}
.button.button--secondary {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.button:hover {
  color: #111;
  background-color: rgb(244.2571428571, 105.5285714286, 4.7428571429);
}
.button:hover:before, .button:hover:after {
  right: -15px;
}
@media screen and (max-width: 767px) {
  .button {
    font-size: 14px;
    padding: 15px 25px;
  }
}
.button.button--small {
  font-size: 15px;
  padding: 14px 20px;
  min-width: 0;
}
.button.button--3d {
  transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), background 150ms cubic-bezier(0, 0, 0.58, 1);
  border-radius: 50%;
  background-color: #fb8631;
  transform-style: preserve-3d;
  min-width: 0;
}
.button.button--3d::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), box-shadow 150ms cubic-bezier(0, 0, 0.58, 1);
  transform: translate3d(0, 1em, -1em);
  border-radius: 20% 20% 50% 50%;
  background: #fb8631;
}
.button.button--3d:after {
  position: absolute;
  top: 8px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90%;
  content: "";
  transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), box-shadow 150ms cubic-bezier(0, 0, 0.58, 1);
  transform: translate3d(0, 0.75em, -1em);
  border-radius: inherit;
  box-shadow: 0 9px 0 12px #fb8631, 0 0.625em 0 0 #fb8631;
}
.button.button--3d:hover {
  transform: translate(0, 0.75em);
}
.button.button--3d:hover:before {
  transform: translate3d(0, 1em, -1em);
}
.button.button--3d:hover:after {
  transform: translate3d(0, 0, -1em);
}
.button.button--3d-alt {
  border-radius: 40px;
}
.button.button--3d-alt:before, .button.button--3d-alt:after {
  border-radius: 40px;
}
.button.button-gold {
  border: 2px solid #ffd24a;
  border-image-source: linear-gradient(90deg, #a2620e, #ffd24a, #a2620e);
  border-image-slice: 20;
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.1);
}
.button.button-gold:hover, .button.button-gold:active, .button.button-gold:focus, .button.button-gold:active:focus {
  background-color: rgba(255, 255, 255, 0.3);
}

.prefooter {
  padding: 2rem 0 1rem;
}
@media screen and (max-width: 767px) {
  .prefooter .l-container {
    padding: 0;
  }
}
.prefooter.prefooter--home {
  padding: 0;
}

.prefooter__left {
  width: 30%;
  padding: 3rem 3rem;
  background-color: #1f1f20;
}
@media screen and (max-width: 767px) {
  .prefooter__left {
    width: 100%;
    padding: 25px;
  }
}

.prefooter__details {
  margin-bottom: 20px;
}
.prefooter__details .contactNumber {
  font-family: "Gilroy-ExtraBold";
  font-size: 26px;
  display: block;
  margin-bottom: 0;
  background: linear-gradient(90deg, #fb8631 0%, #fb8631 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .prefooter__details .contactNumber {
    font-size: 25px;
  }
}
.prefooter__details a, .prefooter__details .emailAddress {
  display: block;
  font-family: "Gilroy-ExtraBold";
  color: #fff;
}
@media screen and (max-width: 767px) {
  .prefooter__details a, .prefooter__details .emailAddress {
    font-size: 18px;
  }
}

.prefooter__locations h2 {
  font-family: "Gilroy-ExtraBold";
  font-size: 26px;
  display: inline-block;
  margin-bottom: 10px;
  background: linear-gradient(90deg, #fb8631 0%, #fb8631 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .prefooter__locations h2 {
    font-size: 25px;
  }
}
.prefooter__locations li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.7rem;
}
@media screen and (max-width: 767px) {
  .prefooter__locations li {
    margin-bottom: 20px;
  }
}
.prefooter__locations li:last-child {
  margin-bottom: 0;
}

.prefooter__locations-time {
  margin-right: 15px;
}

.prefooter__locations-details h3 {
  font-family: "Gilroy-ExtraBold";
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .prefooter__locations-details h3 {
    font-size: 18px;
  }
}
.prefooter__locations-details a {
  color: #969696;
  font-size: 15px;
  display: block;
  margin-top: 8px;
  line-height: 1;
  margin-bottom: -6px;
}
@media screen and (max-width: 767px) {
  .prefooter__locations-details a {
    font-size: 15px;
  }
}
.prefooter__locations-details .location-local-time {
  color: #969696;
  font-size: 15px;
  display: block;
  margin-top: 8px;
  line-height: 1;
  margin-bottom: -6px;
}
@media screen and (max-width: 767px) {
  .prefooter__locations-details .location-local-time {
    font-size: 15px;
  }
}

.prefooter__right {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .prefooter__right {
    width: 100%;
    margin: 50px 0;
    padding: 0 15px;
  }
}
.prefooter__right .wpcf7 {
  margin-top: 40px;
}
.prefooter__right .wpcf7 .prefooter__right-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.prefooter__right .wpcf7 .prefooter__right-flex > p {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin: 0;
}
.prefooter__right .wpcf7 .wpcf7-form-control-wrap {
  display: block;
  width: 48.5%;
}
.prefooter__right .wpcf7 .wpcf7-form-control-wrap:last-child {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .prefooter__right .wpcf7 .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.prefooter__right .wpcf7 .wpcf7-form-control-wrap input,
.prefooter__right .wpcf7 .wpcf7-form-control-wrap textarea {
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  border: none;
  border-bottom: 1px solid #383838;
  outline: none;
  width: 100%;
  background-color: transparent;
  transition: border-color 0.35s ease-in-out, box-shadow 0.35s ease-in-out, color 0.35s ease-in-out;
  caret-color: #fb8631;
}
@media screen and (max-width: 767px) {
  .prefooter__right .wpcf7 .wpcf7-form-control-wrap input,
  .prefooter__right .wpcf7 .wpcf7-form-control-wrap textarea {
    font-size: 15px;
    padding: 15px 0;
  }
}
.prefooter__right .wpcf7 .wpcf7-form-control-wrap input::placeholder,
.prefooter__right .wpcf7 .wpcf7-form-control-wrap textarea::placeholder {
  color: #d5d5d5;
  transition: color 0.35s ease-in-out;
}
.prefooter__right .wpcf7 .wpcf7-form-control-wrap input:placeholder-shown,
.prefooter__right .wpcf7 .wpcf7-form-control-wrap textarea:placeholder-shown {
  border-bottom-color: #383838;
}
.prefooter__right .wpcf7 .wpcf7-form-control-wrap input:not(:placeholder-shown),
.prefooter__right .wpcf7 .wpcf7-form-control-wrap textarea:not(:placeholder-shown) {
  border-bottom-color: rgba(255, 255, 255, 0.7);
}
.prefooter__right .wpcf7 .wpcf7-form-control-wrap input:focus,
.prefooter__right .wpcf7 .wpcf7-form-control-wrap textarea:focus {
  border-bottom-color: #fb8631;
  box-shadow: 0 1px 0 #fb8631;
}
.prefooter__right .wpcf7 .wpcf7-form-control-wrap input:focus::placeholder,
.prefooter__right .wpcf7 .wpcf7-form-control-wrap textarea:focus::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.prefooter__right .wpcf7 .wpcf7-form-control-wrap input:focus:not(:placeholder-shown),
.prefooter__right .wpcf7 .wpcf7-form-control-wrap textarea:focus:not(:placeholder-shown) {
  border-bottom-color: #fb8631;
}
.prefooter__right .wpcf7 .wpcf7-form-control-wrap input.wpcf7-not-valid,
.prefooter__right .wpcf7 .wpcf7-form-control-wrap textarea.wpcf7-not-valid {
  border-bottom-color: #ff4d4d;
  box-shadow: 0 1px 0 #ff4d4d;
}
.prefooter__right .wpcf7 .wpcf7-form-control-wrap input:-webkit-autofill,
.prefooter__right .wpcf7 .wpcf7-form-control-wrap textarea:-webkit-autofill {
  -webkit-text-fill-color: #fff;
  box-shadow: 0 0 0 1000px #000 inset, 0 1px 0 rgba(255, 255, 255, 0.7);
  caret-color: #fb8631;
}
.prefooter__right .wpcf7 .wpcf7-form-control-wrap input {
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .prefooter__right .wpcf7 .wpcf7-form-control-wrap input {
    margin-bottom: 20px;
  }
}
.prefooter__right .wpcf7 .wpcf7-form-control-wrap textarea {
  resize: none;
}
@media screen and (max-width: 767px) {
  .prefooter__right .wpcf7 .wpcf7-form-control-wrap textarea {
    width: 100%;
  }
}
.prefooter__right .wpcf7 .link {
  font-weight: bold;
  position: relative;
  color: #fff;
  align-self: flex-end;
}
.prefooter__right .wpcf7 .link .wpcf7-submit {
  cursor: pointer;
}
.prefooter__right .wpcf7 .link:hover .wpcf7-submit, .prefooter__right .wpcf7 .link:focus-within .wpcf7-submit {
  color: #111;
  border-color: rgb(244.2571428571, 105.5285714286, 4.7428571429);
  background-color: rgb(244.2571428571, 105.5285714286, 4.7428571429);
  transform: translateY(-2px);
}
.prefooter__right .wpcf7 .link .wpcf7-submit:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}
@media screen and (max-width: 767px) {
  .prefooter__right .wpcf7 .link {
    top: 0;
    margin: 40px auto 0;
  }
}
.prefooter__right h2 {
  font-family: "Gilroy-ExtraBold";
  font-size: 2.2vw;
  line-height: 1.3;
  margin-bottom: 12px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .prefooter__right h2 {
    font-size: 35px;
  }
}

.prefooter2 {
  background: #1a1a1a;
}
.prefooter2 .prefooter__left {
  position: relative;
  z-index: 1;
  width: 70%;
  padding: 56px;
  background-color: #d8d8d8;
}
.prefooter2 .prefooter__left:before {
  position: absolute;
  top: -15px;
  left: -15px;
  display: block;
  width: 37px;
  height: 37px;
  content: "";
  background-image: url(/wp-content/themes/lightmedia/assets/images/service/caret.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.prefooter2 .prefooter__left h2 {
  font-family: "Gilroy-ExtraBold";
  font-size: 44px;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: #0e0e11;
}
.prefooter2 .prefooter__right {
  width: 30%;
  padding: 45px 50px;
  background-color: #1f1f20;
}
.prefooter2 .prefooter__right .prefooter__locations-details h3 {
  line-height: 1.7;
}
.prefooter2 .prefooter__right .prefooter__locations a {
  font-weight: normal;
  color: #787878;
}

.circle {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.circle1 {
  position: absolute;
  z-index: -1;
  top: -79%;
  left: -26%;
  display: block;
  width: 450px;
  height: 450px;
  content: "";
  background-image: url(/wp-content/themes/lightmedia/assets/images/contact/subtract.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.clock {
  display: flex;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #000;
  justify-content: center;
  align-items: center;
}

.clock__hour,
.clock__minute {
  position: absolute;
}

.clock__hour-handle {
  width: 40px;
  height: 40px;
}
.clock__hour-handle:before {
  position: absolute;
  top: 9px;
  width: 3px;
  height: 12px;
  content: "";
  border-radius: 6px 6px 0 0;
  background-image: linear-gradient(to bottom, #fb8631 20%, #fb8631);
}

.clock__minute-handle {
  width: 50px;
  height: 50px;
}
.clock__minute-handle:before {
  position: absolute;
  top: 9px;
  width: 3px;
  height: 16px;
  content: "";
  border-radius: 6px 6px 0 0;
  background-image: linear-gradient(to bottom, #fb8631 20%, #fb8631);
}

.clock__hour-handle,
.clock__minute-handle {
  display: flex;
  transition: transform 1s ease-in-out;
  border-radius: 50%;
  justify-content: center;
}

.is-active .traced-text path:nth-child(1) {
  animation: line-animation ease-in-out forwards 1s, box-shadow 0.75s ease-in-out forwards 1s;
  stroke-dasharray: 350px;
  stroke-dashoffset: 0;
  fill: transparent;
  stroke: #fff;
}

@keyframes line-animation {
  from {
    stroke-dasharray: 400px;
    stroke-dashoffset: 100%;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes box-shadow {
  to {
    fill: #fff;
  }
}
.footer {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 25px 0 40px;
  }
}
.footer a {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .footer__left {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .footer__logo {
    height: 70px;
  }
}

.footer__middle {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer__middle {
    width: 100%;
    margin: 30px 0;
  }
}
.footer__middle small {
  font-size: 15px;
  color: #858585;
}

.footer__links {
  font-size: 17px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .footer__links {
    margin-bottom: 15px;
  }
}
.footer__links li {
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .footer__links li {
    width: 50%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.footer__links li:last-child {
  margin-right: 0;
}
.footer__links a {
  transition: color 0.35s ease-in-out;
  color: #858585;
}
.footer__links a:hover {
  color: #fb8631;
}

@media screen and (max-width: 767px) {
  .footer__right {
    width: 70%;
    margin: 0 auto;
  }
}

.footer__sns li {
  margin-right: 15px;
}
.footer__sns li:last-child {
  margin-right: 0;
}
.footer__sns li:last-child .icon {
  position: relative;
  top: 1px;
}
.footer__sns a {
  font-size: 1.3rem;
  line-height: 2.7;
  position: relative;
  display: block;
  width: 45px;
  text-align: center;
  color: #fff;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .footer__sns a {
    line-height: 2.6;
    width: 42px;
  }
}

.footer2 {
  padding-top: 0;
  background: #1a1a1a;
}
.footer2 .footer__sns a {
  line-height: 2.5;
  border-radius: 50%;
  background-color: #29292b;
  background-image: none;
}
.footer2 .footer__sns a:before {
  display: none;
}
.footer2 .footer__sns a i {
  position: relative;
  top: 2px;
}

.float-widget {
  position: fixed;
  z-index: 90;
  right: 24px;
  bottom: 24px;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  gap: 12px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .float-widget {
    right: 12px;
    bottom: 12px;
  }
}

.wp-google-badge-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px 6px 6px;
  cursor: pointer;
  transition: transform 0.35s ease-in-out, box-shadow 0.35s ease-in-out;
  pointer-events: auto;
  color: #333;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
}
.wp-google-badge-btn:hover, .wp-google-badge-btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.3);
}
.wp-google-badge-btn:focus-visible {
  outline: 2px solid #fb8631;
  outline-offset: 3px;
}
.wp-google-badge-btn > svg {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
}

.wp-google-badge-score {
  font-family: Arial, sans-serif;
  font-size: 11px;
  line-height: 1.1;
}
.wp-google-badge-score div {
  margin-bottom: 2px;
}

.wp-google-rating {
  font-weight: 700;
}

.wp-google-stars,
.wp-stars {
  display: inline-flex;
  vertical-align: middle;
}

.wp-star {
  display: inline-flex;
}
.wp-star svg {
  width: 13px;
  height: 13px;
}

.wp-google-place {
  pointer-events: auto;
}

.float-widget .wp-google-list {
  display: inline-flex !important;
  align-items: center !important;
  flex-direction: row !important;
  width: auto !important;
  min-width: 210px !important;
  max-width: none !important;
  min-height: 0 !important;
  gap: 10px !important;
  padding: 10px 12px !important;
  cursor: pointer;
  pointer-events: auto;
  color: #111 !important;
  border-radius: 12px !important;
  background: #fff !important;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
}

.float-widget .wp-gr,
.float-widget .wpac,
.float-widget .grw-header,
.float-widget .grw-header-inner,
.float-widget .rpi-col8 {
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}

.float-widget .wp-google-place,
.float-widget .wp-google-right,
.float-widget .wp-google-rating,
.float-widget .wp-google-stars,
.float-widget .wp-stars,
.float-widget .rpi-stars {
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
}

.float-widget .wp-google-place {
  gap: 10px !important;
}

.float-widget .wp-google-left,
.float-widget .grw-img-wrap,
.float-widget .grw-img,
.float-widget .wp-google-place img {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.float-widget .wp-google-left,
.float-widget .grw-img-wrap {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%234285f4' d='M482.56 261.36c0-16.73-1.5-32.83-4.29-48.27H256v91.29h127.01c-5.47 29.5-22.1 54.49-47.09 71.23v59.21h76.27c44.63-41.09 70.37-101.59 70.37-173.46z'/%3E%3Cpath fill='%2334a853' d='M256 492c63.72 0 117.14-21.13 156.19-57.18l-76.27-59.21c-21.13 14.16-48.17 22.53-79.92 22.53-61.47 0-113.49-41.51-132.05-97.3H45.1v61.15C83.93 439.12 163.74 492 256 492z'/%3E%3Cpath fill='%23fbbc05' d='M123.95 300.84c-4.72-14.16-7.4-29.29-7.4-44.84s2.68-30.68 7.4-44.84V150.01H45.1C29.12 181.87 20 217.92 20 256s9.12 74.13 25.1 105.99l78.85-61.15z'/%3E%3Cpath fill='%23ea4335' d='M256 113.86c34.65 0 65.76 11.91 90.22 35.29l67.69-67.69C373.03 43.39 319.61 20 256 20 163.75 20 83.93 72.89 45.1 150.01l78.85 61.15c18.56-55.78 70.59-97.3 132.05-97.3z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 28px 28px !important;
}

.float-widget .wp-google-place img,
.float-widget .grw-img img {
  display: block !important;
  width: 34px !important;
  height: 34px !important;
  object-fit: contain !important;
  border-radius: 0 !important;
  opacity: 0 !important;
}

.float-widget .wp-google-right {
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 3px !important;
}

.float-widget .wp-google-name,
.float-widget .wp-google-name a {
  display: block !important;
  max-width: 150px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  color: #111 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  text-decoration: none !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.float-widget .rpi-stars {
  font-size: 17px !important;
  font-weight: 800 !important;
  color: #111 !important;
}

.float-widget .wp-google-rating {
  font-size: 17px !important;
  font-weight: 800 !important;
  color: #111 !important;
}

.float-widget .wp-google-stars,
.float-widget .wp-stars {
  gap: 2px !important;
}

.float-widget .wp-star svg {
  width: 13px !important;
  height: 13px !important;
}

.float-widget > .wp-google-badge-btn,
.float-widget .wp-google-wr,
.float-widget .wp-google-based,
.float-widget .wp-google-powered,
.float-widget .wp-google-wr,
.float-widget .wp-google-url,
.float-widget .wp-google-btn,
.float-widget .rpi-col16 {
  display: none !important;
}

.footer__u-link {
  text-align: center;
  border-top: 1px solid #161616;
  padding: 1.1rem 0 1.3rem;
}

.footer__u-link span {
  text-transform: uppercase;
  text-transform: uppercase;
  font-family: "Gilroy-ExtraBold";
  font-size: 12px;
  letter-spacing: 1px;
  margin: 0 13px;
}
.footer__u-link span:first-child {
  margin-left: 0;
}
.footer__u-link span:last-child {
  margin-right: 0;
}

.work-block {
  text-align: center;
  color: #fff;
}

.work-block__title {
  font-family: "Gilroy-ExtraBold";
  font-size: 42px;
  margin-bottom: 20px;
  text-align: left;
}

.work-block__image {
  width: 100%;
  height: 333px;
  object-fit: cover;
}

.work-block__description {
  font-weight: bold;
  line-height: 1.8;
  position: relative;
  width: 65%;
  margin: 30px 45px 30px auto;
  text-align: left;
  color: #cdcdcd;
}
.work-block__description:before {
  position: absolute;
  top: 6px;
  left: -80px;
  width: 100%;
  height: 30px;
  content: "";
  content: "";
  background-image: url(/wp-content/themes/lightmedia/assets/images/works/quote.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .process-block, .l-service-v3__intro-block {
    text-align: center;
  }
}

.process-block__icon, .l-service-v3__intro-block__icon {
  position: relative;
  display: inline-block;
  margin-bottom: 35px;
  padding: 35px 0;
  background-color: #000;
  width: 130px;
  display: flex;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .process-block__icon, .l-service-v3__intro-block__icon {
    margin-bottom: 25px;
    padding: 25px 30px;
    margin-right: auto;
    margin-left: auto;
  }
}
.process-block__icon:before, .l-service-v3__intro-block__icon:before {
  position: absolute;
  top: -10px;
  left: -10px;
  display: block;
  width: 33px;
  height: 33px;
  content: "";
  border-top: 3px solid #c4c4c4;
  border-left: 3px solid #c4c4c4;
}
.process-block__icon:after, .l-service-v3__intro-block__icon:after {
  position: absolute;
  right: -10px;
  bottom: -10px;
  display: block;
  width: 33px;
  height: 33px;
  content: "";
  border-right: 3px solid #fb8631;
  border-bottom: 3px solid #fb8631;
}
.process-block__icon img, .l-service-v3__intro-block__icon img {
  margin: auto;
  text-align: center;
  width: 46px;
}

.process-block__counter {
  position: absolute;
  top: -10px;
  right: -10px;
}
.process-block__counter:before {
  font-family: "Gilroy-ExtraBold";
  font-size: 15px;
  display: block;
  padding: 6px 11px;
  content: "0" counter(process);
  background-color: #fb8631;
}

.process-block__title, .l-service-v3__intro-block__title {
  font-family: "Gilroy-ExtraBold";
  font-size: 22px;
  margin-bottom: 10px;
}

.process-block__description, .l-service-v3__intro-block__description {
  color: #d5d5d5;
}
@media screen and (max-width: 767px) {
  .process-block__description, .l-service-v3__intro-block__description {
    font-size: 15px;
  }
}

.detail-block {
  position: relative;
  display: flex;
  align-items: center;
  background: #1a1a1a;
}
.detail-block__image, .detail-block__text {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 767px) {
  .detail-block__image, .detail-block__text {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.detail-block__image {
  min-height: 370px;
}
.detail-block__text {
  padding: 1rem;
}
@media (max-width: 767px) {
  .detail-block__text {
    text-align: center;
    padding: 0 15px;
  }
}
.detail-block:nth-child(2n) {
  background-color: #000;
  flex-direction: row-reverse;
}
.detail-block-l2 {
  background-color: transparent;
}
.detail-block-l3 {
  align-items: center;
}
.detail-block-l3 .detail-block__image {
  min-height: 0;
}
.detail-block-l3 .detail-block__image {
  min-height: 450px;
  display: block !important;
}
@media (max-width: 767px) {
  .detail-block-l3 .detail-block__image {
    margin-bottom: 2em;
  }
}
.detail-block-l3 .detail-block__text {
  padding: 0;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .detail-block-l3 .detail-block__text {
    padding-left: 0;
  }
}
.detail-block-l3:not(:first-child) {
  margin-bottom: 4rem;
}
.detail-block-l3:nth-child(2n) .detail-block__text {
  padding-left: 0;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .detail-block {
    display: block;
  }
}

babylon {
  width: 100%;
}

.detail-block__image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .detail-block__image {
    width: 100%;
  }
}
.detail-block__image.detail-block__image--caption {
  position: relative;
}
.detail-block__image.detail-block__image--caption figcaption {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.8em;
  font-style: italic;
}

.detail-block__text {
  position: relative;
  padding: 2rem 3rem;
}
.detail-block__text h3, .detail-block__text h2 {
  font-family: "Gilroy-ExtraBold";
  font-size: 26px;
  margin-bottom: 1rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .detail-block__text h3, .detail-block__text h2 {
    margin-bottom: 10px;
    text-align: center;
  }
}
.detail-block__text h2 {
  font-size: 38px;
}
.detail-block__text p {
  color: #d5d5d5;
}
@media screen and (max-width: 767px) {
  .detail-block__text p {
    font-size: 15px;
    line-height: 1.8;
  }
}
.detail-block__text ul {
  margin: 0 0 0 18px;
}
.detail-block__text ul li {
  position: relative;
  padding-left: 30px;
}
.detail-block__text ul li:not(:last-child) {
  margin-bottom: 0.7rem;
}
.detail-block__text ul li:last-child {
  margin-bottom: 35px;
}
.detail-block__text ul li:before {
  position: absolute;
  top: 0;
  left: -15px;
  width: 28px;
  height: 28px;
  content: "";
  border-radius: 50%;
  background: linear-gradient(90deg, #fb8631 0%, #fb8631 80%);
}
.detail-block__text ul li:after {
  position: absolute;
  top: 6px;
  left: -5px;
  width: 8px;
  height: 13px;
  content: "";
  transform: rotate(45deg);
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}
@media (max-width: 767px) {
  .detail-block__text ul li:before {
    width: 22px;
    height: 22px;
  }
  .detail-block__text ul li:after {
    top: 4px;
    left: -7px;
    width: 6px;
    height: 11px;
  }
}
.detail-block__text .button {
  margin-top: 1.5em;
}
@media (max-width: 767px) {
  .detail-block__text {
    padding: 40px 15px;
    width: 100%;
  }
  .detail-block__text ul li {
    padding-left: 18px;
  }
}

.detail-block.detail-block--reverse .detail-block__text {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .detail-block.detail-block--reverse .detail-block__text {
    padding: 40px 0;
  }
}

.form-group {
  width: 50%;
  text-align: left;
  padding: 0 15px;
  margin-bottom: 30px;
  float: left;
  position: relative;
}
.form-group label {
  display: block;
  font-family: "Gilroy-ExtraBold";
  font-size: 17px;
  color: #EAEAEA;
  margin-bottom: 10px;
}
.form-group input, .form-group select, .form-group textarea {
  border: 2px solid #FADB31;
  width: 100%;
  font-family: "Gilroy-ExtraBold";
  color: #FFFFFF;
  padding: 15px;
}
.form-group input, .form-group select {
  height: 57px;
}
.form-group select {
  background-image: url(/wp-content/themes/lightmedia/assets/images/contact/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: 95% 23px;
  background-size: 12px;
}
.form-group select option {
  color: #000;
}
.form-group textarea {
  height: 137px;
}
.form-group input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
.form-group.full-form-group {
  width: 100%;
}
.form-group .wpcf7-not-valid {
  border-color: #fb8631;
}
.form-group .wpcf7-form-control-wrap {
  position: static;
}
.form-group .wpcf7-not-valid-tip {
  font-family: "Gilroy-ExtraBold";
  font-size: 13px;
  text-transform: uppercase;
  color: #fb8631;
  position: absolute;
  top: 4px;
  right: 15px;
}
@media (max-width: 767px) {
  .form-group {
    width: 100%;
    float: none;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-disclosure {
  clear: both;
  font-size: 15px;
  font-weight: normal;
  padding: 0;
  margin: 26px 0 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.65);
}
.recaptcha-disclosure a {
  color: inherit;
  text-decoration: underline;
}

.wpcf7-form-control.wpcf7-submit {
  position: relative;
  font-size: 14px;
  display: inline-block;
  padding: 10px 20px;
  min-width: 160px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Gilroy-ExtraBold";
  line-height: 1.4;
  border: 1px solid #fb8631;
  background-color: #fb8631;
  color: #111;
  transition: all 0.35s ease-in-out;
}

form.wpcf7-form .link:after {
  display: none;
}

.grid-block {
  background-color: #d8d8d8;
  text-align: center;
  padding: 55px;
}
.grid-block .grid-block__icon {
  height: 150px;
  margin-bottom: 20px;
}
.grid-block .grid-block__title {
  color: #202020;
  font-size: 22px;
  font-family: "Gilroy-ExtraBold";
  text-transform: capitalize;
  margin-bottom: 10px;
}
.grid-block .grid-block__description {
  color: #4F4F4F;
}

#gg-screen, .pong-popup {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  text-align: center;
  opacity: 0;
  background-color: #000;
}
#gg-screen .content-left, .pong-popup .content-left,
#gg-screen .content-right,
.pong-popup .content-right {
  position: absolute;
  top: 0;
  bottom: 0;
  float: left;
  height: 100%;
  padding-top: 150px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #gg-screen .content-left, .pong-popup .content-left,
  #gg-screen .content-right,
  .pong-popup .content-right {
    position: relative;
    height: auto;
    padding-top: 80px;
    padding-bottom: 0;
  }
}
#gg-screen .content-left .content-inner-wrap, .pong-popup .content-left .content-inner-wrap,
#gg-screen .content-right .content-inner-wrap,
.pong-popup .content-right .content-inner-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
#gg-screen .content-left, .pong-popup .content-left {
  left: -65%;
  width: 65%;
  padding-left: 80px;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
}
@media screen and (max-width: 767px) {
  #gg-screen .content-left, .pong-popup .content-left {
    width: 100%;
    padding-left: 0;
  }
}
#gg-screen .content-left .gg-image, .pong-popup .content-left .gg-image {
  width: 100%;
  height: 100%;
  background-position: center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #gg-screen .content-left .gg-image, .pong-popup .content-left .gg-image {
    height: 230px;
  }
}
#gg-screen .content-left .title, .pong-popup .content-left .title {
  font-family: "Gilroy-ExtraBold";
  font-size: 70px;
  position: absolute;
  top: -100px;
  left: 0;
  color: #fff;
}
@media (max-width: 1199px) {
  #gg-screen .content-left .title, .pong-popup .content-left .title {
    font-size: 50px;
  }
}
@media (max-width: 1024px) {
  #gg-screen .content-left .title, .pong-popup .content-left .title {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  #gg-screen .content-left .title, .pong-popup .content-left .title {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  #gg-screen .content-left .title, .pong-popup .content-left .title {
    position: relative;
    top: -15px;
  }
}
#gg-screen .content-right, .pong-popup .content-right {
  right: -35%;
  width: 35%;
  padding-right: 80px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
@media screen and (max-width: 767px) {
  #gg-screen .content-right, .pong-popup .content-right {
    top: 0;
    width: 100%;
    margin-top: -7px;
    padding-top: 0;
    padding-right: 0;
  }
}
#gg-screen .content-right .content-inner-wrap, .pong-popup .content-right .content-inner-wrap {
  padding: 40px 30px 30px;
  text-align: left;
  color: #202020;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #gg-screen .content-right .content-inner-wrap, .pong-popup .content-right .content-inner-wrap {
    padding: 30px 15px 20px;
  }
}
#gg-screen .content-right h3, .pong-popup .content-right h3 {
  font-family: "Gilroy-ExtraBold";
  margin-bottom: 10px;
  text-transform: capitalize;
  color: #202020;
}
@media screen and (max-width: 767px) {
  #gg-screen .content-right h3, .pong-popup .content-right h3 {
    font-size: 16px;
  }
}
#gg-screen .content-right .content-inner, .pong-popup .content-right .content-inner {
  display: block;
  overflow-y: scroll;
  height: 100%;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #gg-screen .content-right .content-inner, .pong-popup .content-right .content-inner {
    padding-bottom: 25px;
  }
}
#gg-screen .content-right .icon-logo, .pong-popup .content-right .icon-logo {
  display: block;
  max-width: 160px;
  margin-bottom: 15px;
}
#gg-screen .content-right .icon-logo img, .pong-popup .content-right .icon-logo img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  #gg-screen .content-right .icon-logo img, .pong-popup .content-right .icon-logo img {
    max-height: 70px;
    object-fit: contain;
  }
}
#gg-screen .content-right .button-wrap, .pong-popup .content-right .button-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  padding: 25px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #gg-screen .content-right .button-wrap, .pong-popup .content-right .button-wrap {
    position: relative;
  }
}
#gg-screen .content-right .button-wrap .gg-bt, .pong-popup .content-right .button-wrap .gg-bt {
  font-family: "Gilroy-ExtraBold";
  font-size: 16px;
  text-align: center;
  text-decoration: underline;
  text-transform: uppercase;
  color: #fb8631;
}
#gg-screen .content-right .button-wrap .gg-nxt, .pong-popup .content-right .button-wrap .gg-nxt {
  float: right;
}
#gg-screen .content-right .button-wrap .gg-prev, .pong-popup .content-right .button-wrap .gg-prev {
  float: left;
}
#gg-screen .content-right .description, .pong-popup .content-right .description {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #gg-screen .content-right .description, .pong-popup .content-right .description {
    font-size: 15px;
  }
}
#gg-screen .content-right .description p, .pong-popup .content-right .description p {
  color: initial;
}
#gg-screen .content-right .description-list ul, .pong-popup .content-right .description-list ul {
  margin-left: 15px;
  text-align: left;
}
#gg-screen .content-right .description-list ul li, .pong-popup .content-right .description-list ul li {
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  #gg-screen .content-right .description-list ul li, .pong-popup .content-right .description-list ul li {
    font-size: 15px;
    padding-left: 20px;
  }
}
#gg-screen .content-right .description-list ul li:not(:last-child), .pong-popup .content-right .description-list ul li:not(:last-child) {
  margin-bottom: 10px;
}
#gg-screen .content-right .description-list ul li:before, .pong-popup .content-right .description-list ul li:before {
  position: absolute;
  top: 0;
  left: -15px;
  width: 28px;
  height: 28px;
  content: "";
  border-radius: 50%;
  background: linear-gradient(90deg, #fb8631 0%, #fb8631 80%);
}
@media screen and (max-width: 767px) {
  #gg-screen .content-right .description-list ul li:before, .pong-popup .content-right .description-list ul li:before {
    width: 23px;
    height: 23px;
  }
}
#gg-screen .content-right .description-list ul li:after, .pong-popup .content-right .description-list ul li:after {
  position: absolute;
  top: 6px;
  left: -5px;
  width: 8px;
  height: 13px;
  content: "";
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  #gg-screen .content-right .description-list ul li:after, .pong-popup .content-right .description-list ul li:after {
    top: 4px;
    left: -7px;
    width: 6px;
    height: 12px;
  }
}
#gg-screen.in, .in.pong-popup {
  z-index: 999999;
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #gg-screen.in, .in.pong-popup {
    overflow-y: scroll;
  }
}
#gg-screen.in .content-left, .in.pong-popup .content-left {
  left: 0;
}
#gg-screen.in .content-right, .in.pong-popup .content-right {
  right: 0;
}

#gg-screen .gg-image, .pong-popup .gg-image {
  display: inline-flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}

#gg-screen .gg-image img, .pong-popup .gg-image img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

.gg-close, .pong-popup-inner .pong-popup-close {
  position: absolute;
  top: -120px;
  right: 0;
  width: 51px;
  height: 51px;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  opacity: 0.7;
  background-image: url(/wp-content/themes/lightmedia/assets/images/our-works/close.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .gg-close, .pong-popup-inner .pong-popup-close {
    top: -350px;
    right: 12px;
    width: 35px;
    height: 35px;
  }
}
.gg-close:hover, .pong-popup-inner .pong-popup-close:hover {
  opacity: 1;
}

.pong-popup {
  left: 100%;
}
.pong-popup.in {
  left: 0;
}

.pong-popup-inner {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  max-width: 700px;
  margin: 0 auto;
  padding: 50px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: #191919;
}
.pong-popup-inner .pong-popup-close {
  top: -15%;
}
.pong-popup-inner .form-group {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.pong-popup-inner form {
  overflow: hidden;
}
.pong-popup-inner .btn-wrap {
  margin-bottom: 0;
}
.pong-popup-inner .btn-wrap button {
  display: block;
  width: 100%;
  padding: 20px;
}

.pong-popup-header {
  display: flex;
  margin-bottom: 20px;
  padding: 0 0 15px;
  border-bottom: 1px solid #242429;
}
.pong-popup-header h3 {
  font-family: "Gilroy-ExtraBold";
  text-align: left;
}
.pong-popup-header .pong-popup-header-title-left {
  margin-right: auto;
}
.split-image .cell-grid .cell {
  transition: all 1s ease-in-out;
  opacity: 0;
}
.split-image .cell-grid .cell:nth-child(1) {
  transform: translate(-17px, -87px) rotate(5deg);
}
.split-image .cell-grid .cell:nth-child(2) {
  transform: translate(-305px, -171px) rotate(2deg);
}
.split-image .cell-grid .cell:nth-child(3) {
  transform: translate(-182px, -7px) rotate(12deg);
}
.split-image .cell-grid .cell:nth-child(4) {
  transform: translate(-343px, -199px) rotate(32deg);
}
.split-image .cell-grid .cell:nth-child(5) {
  transform: translate(-159px, -113px) rotate(10deg);
}
.split-image .cell-grid .cell:nth-child(6) {
  transform: translate(-202px, -166px) rotate(48deg);
}
.split-image .cell-grid .cell:nth-child(7) {
  transform: translate(-194px, -196px) rotate(7deg);
}
.split-image .cell-grid .cell:nth-child(8) {
  transform: translate(-100px, -63px) rotate(40deg);
}
.split-image .cell-grid .cell:nth-child(9) {
  transform: translate(-223px, -156px) rotate(9deg);
}
.split-image .cell-grid .cell:nth-child(10) {
  transform: translate(-71px, -55px) rotate(50deg);
}
.split-image .cell-grid .cell:nth-child(11) {
  transform: translate(-360px, -200px) rotate(55deg);
}
.split-image .cell-grid .cell:nth-child(12) {
  transform: translate(-54px, -28px) rotate(60deg);
}
.split-image .cell-grid .cell:nth-child(13) {
  transform: translate(-54px, -28px) rotate(60deg);
}
.split-image .cell-grid .cell:nth-child(14) {
  transform: translate(-344px, -70px) rotate(39deg);
}
.split-image .cell-grid .cell:nth-child(15) {
  transform: translate(-221px, -200px) rotate(120deg);
}
.split-image .cell-grid .cell:nth-child(16) {
  transform: translate(-336px, -192px) rotate(32deg);
}
.split-image .cell-grid .cell:nth-child(17) {
  transform: translate(-358px, -115px) rotate(17deg);
}
.split-image .cell-grid .cell:nth-child(18) {
  transform: translate(-276px, -41px) rotate(144deg);
}
.split-image .cell-grid .cell:nth-child(19) {
  transform: translate(-27px, -33px) rotate(95deg);
}
.split-image .cell-grid .cell:nth-child(20) {
  transform: translate(-102px, -192px) rotate(140deg);
}
.split-image .cell-grid .cell:nth-child(21) {
  transform: translate(-55px, -59px) rotate(21deg);
}
.split-image .cell-grid .cell:nth-child(22) {
  transform: translate(-159px, -166px) rotate(110deg);
}
.split-image .cell-grid .cell:nth-child(23) {
  transform: translate(-302px, -14px) rotate(184deg);
}
.split-image .cell-grid .cell:nth-child(24) {
  transform: translate(-162px, -70px) rotate(192deg);
}
.split-image.is-active .cell {
  transform: none !important;
  opacity: 1;
}

.loader {
  position: relative;
  z-index: 90;
  width: 100%;
  height: 100vh;
  background-color: #000;
}

.loader__image {
  position: fixed;
  top: 30%;
  left: 35%;
  width: 500px;
  height: 214px;
  z-index: 9999;
}
.loader__image svg {
  position: absolute;
  transform: translate(0, -50%);
}
.loader__image svg stop {
  -webkit-transition: 0.4s ease;
  transition: 0.3s ease;
}
.loader__image svg:first-child {
  top: 49.5%;
  left: 0;
}
.loader__image svg:first-child.is-active path:nth-child(1) {
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
  fill: transparent;
  stroke: url(#paint0_linear);
}
.loader__image svg:last-child {
  top: 52%;
  left: 2.2rem;
}
.loader__image svg:last-child.is-active path:nth-child(1) {
  stroke-dasharray: 800;
  stroke-dashoffset: 800;
  fill: transparent;
  stroke: #fff;
}

.is-loaded {
  background-color: transparent;
  height: auto;
  width: auto;
  position: static;
}
.is-loaded .loader__image {
  display: block;
  top: -2.6rem;
  left: -0.8rem;
  transition: all 1s;
  transform: scale(0.38);
}

.is-locked .loader__image {
  left: -3.5rem;
  transform: scale(0.4) !important;
}

@keyframes line-animation {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes box-shadow {
  to {
    fill: #fff;
  }
}
@keyframes gradient-shadow {
  to {
    fill: url(#paint0_linear);
  }
}
.l-index__play {
  padding: 14vh 0;
}
.l-index__play h2 svg {
  height: 18vh;
}

.pong__curtain {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #fb8631 0%, #fb8631 100%);
}

.pong__top {
  text-align: left;
}
.pong__top h2 {
  font-size: 2.1vw;
}

.pong__top-outline {
  position: absolute;
  top: -143px;
  left: 600px;
}

.pong__content {
  margin-top: 2rem;
  display: flex;
}

.post__content-left {
  width: 50%;
}

.post__content-right {
  width: 50%;
  padding-left: 3.5rem;
}

.pong__scores {
  font-size: 14px;
  margin-top: 6vh;
  text-align: center;
  letter-spacing: 0.1em;
}
.pong__scores h3 {
  margin-bottom: 18px;
  font-size: 22px;
}
.pong__scores table td {
  width: 150px;
}
.pong__scores table thead {
  opacity: 0.6;
  font-family: "Gilroy-ExtraBold";
}
.pong__scores table tbody td {
  padding: 5px 0;
}

.pong__records {
  text-transform: uppercase;
  border: 2px dashed rgba(255, 255, 255, 0.0015);
  padding: 18px;
  margin-top: 1rem;
  line-height: 1.1;
}
.pong__records table {
  width: 100%;
}

.pong__tools {
  font-family: "Plus Jakarta Sans", sans-serif;
}

.pong__restart,
.pong__stop {
  font-size: 14px;
  display: none;
  padding-left: 24px;
  padding-right: 24px;
  margin: 0 17px;
}

.pong__instructions {
  width: 100%;
  margin: 0;
  margin-bottom: 10px;
  opacity: 0.8;
  text-align: center;
}

.pong__credit {
  margin-top: 10px;
  margin-bottom: -5px;
}

.pong__arrow {
  position: absolute;
  bottom: 0;
  left: 25px;
}
.pong__arrow a {
  display: block;
  width: 25px;
  height: 25px;
  transform: rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

.pong__close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  width: 50px;
  height: 50px;
  margin: auto;
  padding: 22px 12px;
  border-width: 2px;
  border-color: #fff;
  border-radius: 50%;
}
.pong__close:before, .pong__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 3px;
  content: "";
  background-color: #fff;
}
.pong__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.pong__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.pong__game-canvas {
  position: relative;
  display: block;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .pong__game-canvas canvas#js-pong-container {
    width: 100% !important;
    height: auto !important;
  }
}

.pong__game-buttons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pong__tools {
  display: flex;
}

@media (max-width: 1300px) {
  .pong__instructions {
    font-size: 15px;
  }
  .l-index__play {
    padding: 12vh 0;
  }
}
.selected-works {
  width: 250%;
}

.selected-works__item {
  width: 15%;
}
.selected-works__item img {
  width: 100%;
  -webkit-filter: saturate(0);
  -webkit-transition: -webkit-filter 0.35s ease-in-out;
}
.selected-works__item:hover img {
  -webkit-filter: saturate(1);
}

.section-iframe-tours {
  position: relative;
  z-index: 2;
  margin-bottom: -130px;
}
.section-iframe-tours .laptop-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  width: 740px;
  max-width: 95%;
  margin: auto;
}
.section-iframe-tours .laptop-wrap .iframe-responsive {
  width: 100%;
  height: 100%;
  border: none;
}
.section-iframe-tours .laptop-wrap .iframe-responsive iframe {
  position: absolute;
  width: 82.3%;
  height: 82%;
  top: 7%;
  left: 9%;
}
.section-iframe-tours .laptop-wrap img {
  width: 100%;
}

.section-gallery-grid .gallery-wrap {
  display: flex;
  flex-wrap: wrap;
}
.section-gallery-grid .gallery-wrap .image-item {
  flex: 0 0 25%;
  max-width: 25%;
}
.section-gallery-grid .gallery-wrap .image-item img {
  height: 260px;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .section-gallery-grid .gallery-wrap .image-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.section-title {
  font-family: "Gilroy-ExtraBold";
  font-size: 45px;
}
.section-title.lg {
  font-size: 50px;
}
.section-title p {
  color: #D4D4D4;
  font-family: "Gilroy-Regular";
  font-size: 18px;
}

.section-title-actions {
  display: flex;
  margin-bottom: 40px;
}
.section-title-actions .section-title {
  width: 66%;
  max-width: 100%;
}
.section-title-actions .button {
  margin-left: auto;
  margin-top: auto;
  margin-bottom: 15px;
}
.section-title-actions.bb {
  border-bottom: 1px solid #333333;
  padding-bottom: 40px;
}

.section-service-features {
  padding: 90px 0;
}
@media (max-width: 640px) {
  .section-service-features .section-title {
    font-size: 40px;
  }
}
.section-service-features .service-feature-list {
  overflow: hidden;
  margin-top: 4em;
}
.section-service-features .service-feature-list .feature-item {
  width: 25%;
  float: left;
  position: relative;
}
.section-service-features .service-feature-list .feature-item .number {
  position: absolute;
  top: 0;
  left: 0;
  color: #101010;
  font-size: 80px;
  line-height: 0.9;
  z-index: 1;
  font-family: "Gilroy-ExtraBold";
}
.section-service-features .service-feature-list .feature-item h3 {
  position: relative;
  z-index: 2;
  padding: 47px 0 0 41px;
}
@media (max-width: 1024px) {
  .section-service-features .service-feature-list .feature-item h3 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .section-service-features .service-feature-list .feature-item {
    width: 50%;
    margin-bottom: 2em;
  }
}
@media (max-width: 640px) {
  .section-service-features .service-feature-list .feature-item {
    width: 100%;
  }
}
@media (max-width: 1280px) {
  .section-service-features {
    padding: 4rem 0;
  }
}
@media (max-width: 767px) {
  .section-service-features .section-title-actions {
    display: block;
    text-align: center;
  }
  .section-service-features .section-title-actions .section-title {
    margin-bottom: 15px;
  }
  .section-service-features .section-title-actions .section-title, .section-service-features .section-title-actions .button {
    width: 100%;
  }
}

.service-feature-list.list-view {
  display: flex;
  flex-wrap: wrap;
}
.service-feature-list.list-view .feature-item {
  display: flex;
  flex: 0 0 50%;
  max-width: 50%;
}
.service-feature-list.list-view .feature-item.full-width {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px;
}
.service-feature-list.list-view .feature-item.full-width .content h2 {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .service-feature-list.list-view .feature-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.service-feature-list.list-view .feature-item .img-wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 35px;
  background-color: #1f1f21;
  margin-right: 30px;
  padding: 35px 25px;
  display: flex;
  text-align: center;
}
.service-feature-list.list-view .feature-item .img-wrap img {
  margin: auto;
  text-align: center;
  width: 46px;
  max-width: 46px;
}
.service-feature-list.list-view .feature-item .content h2 {
  font-family: "Gilroy-ExtraBold";
  font-size: 22px;
  margin-bottom: 4px;
  line-height: 1;
}
.service-feature-list.list-view .feature-item .content p {
  font-size: 16px;
}

.section-vr .detail-block__image {
  display: flex;
  flex-direction: column;
}
.section-vr .detail-block__image img {
  display: block;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  object-fit: cover;
}
.section-vr .detail-block__image img.full {
  height: 100%;
  width: 100%;
}
.section-vr .detail-block__text p {
  font-family: Gilroy-Regular;
  line-height: 30px;
}
@media (max-width: 1280px) {
  .section-vr {
    padding: 4rem 0 !important;
  }
}
@media (max-width: 767px) {
  .section-vr .detail-block__text {
    text-align: center;
  }
  .section-vr .detail-block__image {
    min-height: 0;
  }
  .section-vr .detail-block__image img {
    width: 100%;
    height: auto;
  }
}

.detail-block.detail-block-alt .detail-block__image {
  flex: 0 0 30%;
  max-width: 30%;
  margin-top: auto;
  margin-bottom: auto;
}
.detail-block.detail-block-alt .detail-block__image img {
  margin: auto;
}
@media (max-width: 767px) {
  .detail-block.detail-block-alt .detail-block__image {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.detail-block.detail-block-alt .detail-block__text {
  flex: 0 0 70%;
  max-width: 70%;
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 767px) {
  .detail-block.detail-block-alt .detail-block__text {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.detail-block.detail-block-40-50 .detail-block__image {
  flex: 0 0 45%;
  max-width: 45%;
  margin-top: auto;
  margin-bottom: auto;
}
.detail-block.detail-block-40-50 .detail-block__image img {
  margin: auto;
}
@media (max-width: 767px) {
  .detail-block.detail-block-40-50 .detail-block__image {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.detail-block.detail-block-40-50 .detail-block__text {
  flex: 0 0 55%;
  max-width: 55%;
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 767px) {
  .detail-block.detail-block-40-50 .detail-block__text {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.section-cta-offset {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 120px;
  padding-bottom: 120px;
}
.section-cta-offset:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.section-cta-offset .section-cta-img {
  width: 100%;
  height: 550px;
  object-fit: cover;
}
.section-cta-offset .content {
  position: relative;
  width: 915px;
  padding: 50px 55px 50px;
  background-color: #232323;
  margin: auto;
  text-align: center;
  max-width: 95%;
  z-index: 2;
}
.section-cta-offset .content h2 {
  font-family: "Gilroy-ExtraBold";
  font-size: 50px;
  margin-bottom: 15px;
}
@media (max-width: 640px) {
  .section-cta-offset .content h2 {
    font-size: 40px;
  }
}
.section-cta-offset .content p {
  margin-bottom: 40px;
}

.section-features-col-2 {
  position: relative;
  margin-top: 120px;
  margin-bottom: 120px;
  overflow: hidden;
}
.section-features-col-2 .col-content {
  width: 40%;
  background-color: transparent;
  text-align: left;
  padding: 0 0 0px;
}
@media (max-width: 991px) {
  .section-features-col-2 .col-content {
    width: 100%;
  }
}
.section-features-col-2 .section-features-img {
  width: 45%;
  height: auto;
  position: absolute;
  top: 0;
  right: 3%;
  z-index: 1;
  height: 800px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .section-features-col-2 .section-features-img {
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    right: auto;
    margin-top: 4em;
  }
}
.section-features-col-2 .section-heading {
  margin-bottom: 45px;
}
.section-features-col-2 .service-feature-list {
  margin-bottom: 45px;
}
@media (max-width: 1280px) {
  .section-features-col-2 .service-feature-list {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .section-features-col-2 .service-feature-list {
    margin-bottom: 0;
  }
}
@media (max-width: 1280px) {
  .section-features-col-2 {
    margin: 4rem 0;
  }
}
@media (max-width: 991px) {
  .section-features-col-2 {
    margin-bottom: 0;
  }
}

.section-page-intro .intro-content {
  width: 990px;
  max-width: 100%;
  padding: 65px 0;
  text-align: center;
  margin: auto;
}
.section-page-intro .intro-content h1 {
  margin-bottom: 15px;
}
.section-page-intro .intro-content .description {
  margin-bottom: 0;
}

.section-how-it-works {
  position: relative;
  background-color: #1D1D1D !important;
  padding-top: 195px !important;
  z-index: 1;
}
.section-how-it-works .l-service__heading, .section-how-it-works .l-service-v3__call-to-action .l-service-v3__heading, .l-service-v3__call-to-action .section-how-it-works .l-service-v3__heading {
  font-size: 45px;
}
.section-how-it-works .process-block__icon,
.section-how-it-works .l-service-v3__intro-block__icon {
  background-color: #2D2D2D;
}
.section-how-it-works .l-service-v3__intro-listing li {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section-how-it-works .l-service-v3__intro-listing li {
    margin-bottom: 30px;
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .section-how-it-works {
    padding-bottom: 4rem !important;
  }
}

.section-top-video-wrap {
  position: relative;
  margin-top: -5.3rem;
  padding-top: 5.3rem;
}
.section-top-video-wrap .video-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.section-top-video-wrap .video-bg > div {
  min-height: 100%;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.section-top-video-wrap .video-bg > div .plyr--video, .section-top-video-wrap .video-bg > div .plyr__video-wrapper {
  min-height: 100%;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.section-top-video-wrap .video-bg > div .plyr--video video, .section-top-video-wrap .video-bg > div .plyr__video-wrapper video {
  object-fit: cover;
}
.section-top-video-wrap .video-bg .plyr__control--overlaid,
.section-top-video-wrap .video-bg .plyr--video .plyr__controls {
  display: none !important;
}
.section-top-video-wrap .video-bg:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
  z-index: 3;
}
.section-top-video-wrap .l-service-v2__eyecatch-right {
  right: auto;
  left: -30px;
}
.section-top-video-wrap .l-section-left {
  padding: 2rem 0;
}
.section-top-video-wrap .l-container {
  position: relative;
  z-index: 4;
  padding: 3rem 0;
}
.section-top-video-wrap .l-service__intro, .section-top-video-wrap .l-service-v3__text-column {
  text-align: center;
}
.section-top-video-wrap .description {
  color: #fff;
}
.section-top-video-wrap .description p {
  color: #fff;
}
.section-top-video-wrap .l-service-v2__circle {
  transform: scale(1.45);
  z-index: 1;
}
.section-top-video-wrap.faded .video-bg > div {
  position: relative;
}
.section-top-video-wrap.faded .video-bg > div:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  width: 100%;
  z-index: 2;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 23%, rgba(0, 0, 0, 0.71892507) 42%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 23%, rgba(0, 0, 0, 0.71892507) 42%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 23%, rgba(0, 0, 0, 0.71892507) 42%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.section-feature-list.column-4 .l-service-v3__intro-listing.u-flex {
  align-items: baseline;
}
.section-feature-list.column-4 .l-service-v3__intro-listing.u-flex li {
  width: 20%;
  margin-bottom: 50px;
}

.section-video-list .plyr--video {
  pointer-events: none !important;
}
.section-video-list .plyr--video video {
  pointer-events: none !important;
}
.section-video-list .plyr--video .plyr__captions, .section-video-list .plyr--video .plyr__control, .section-video-list .plyr--video .plyr__controls {
  display: none !important;
  opacity: 0;
  visibility: 0;
}

.tabbedPanels {
  width: 600px;
  margin-top: 25px;
}

.panelContainer {
  clear: left;
  margin-bottom: 25px;
  border: 2px solid green;
  background-color: #fff;
  padding: 10px;
  /* add height if you want equal panels */
}

/* reset ul defaults  */
.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* set li properties  */
.tabs li {
  float: left;
  width: 75px;
  padding: 0;
  margin: 0;
  text-align: center;
}

/* all formatting goes inside 'a' */
.tabs a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  padding: 8px;
  margin-right: 4px; /* spaces out the tabs  */
  border: 2px solid green;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background-color: green;
  margin-bottom: -2px; /* negative margin will move it down
  to blend in with outer border  */
}

.tabs a.active {
  border-bottom: 2px solid white;
  background-color: #fff;
  color: #000;
  font-weight: bold;
}

.panel img {
  margin-top: 10px;
}

.panel p {
  margin-bottom: 0px;
}

.vr-video video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  left: 20vw;
}

.section-features-vr {
  position: relative;
  padding: 4rem 3vw;
  overflow: hidden;
}

.section-features-vr .vr-feature-content {
  background: #191919;
  z-index: 1;
  position: relative;
  max-width: 600px;
  padding: 3rem;
  padding: 2.5rem 3rem;
}

.section-features-vr .service-feature-list.list-view {
  padding-right: 1rem;
}

.section-features-vr .service-feature-list.list-view .feature-item .content p {
  font-size: 16px;
  line-height: 1.5;
}

.section-features-vr .section-heading {
  margin-bottom: 1.5rem;
}

.section-features-vr .section-heading h2 {
  font-size: 2.8rem;
}

.l-service-virtual .l-services-features a {
  color: #fff;
}

@media (max-width: 1200px) {
  .section-features-vr .row {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1750px) {
  .section-features-vr .row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 1024px) {
  .section-features-vr .section-heading h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 1024px) {
  .section-features-vr {
    padding: 3rem 0;
  }
}
@media (max-width: 767px) {
  .section-features-vr {
    padding: 2rem 0;
  }
}
.l-service-virtual .banner-bg-wrap {
  background-position: center center;
}

.l-service-virtual .banner-bg-wrap.offset-next-elem:before {
  top: 0;
}

.l-service-virtual .section-service-features {
  padding: 3.5rem 0;
}

@media (max-width: 1350px) {
  body .l-service-virtual .service-feature-list.list-view .feature-item .img-wrap {
    margin-right: 1rem;
    padding: 17px;
  }
  body .l-service-virtual .service-feature-list.list-view .feature-item .img-wrap img {
    width: 32px;
  }
  body .l-service-virtual .section-features-vr .vr-feature-content {
    padding: 2rem 2.5rem;
    max-width: 532px;
  }
  body .l-service-virtual .section-features-vr {
    padding: 2rem;
  }
  body .l-service-virtual .section-features-vr .section-heading h2 {
    font-size: 2rem;
    margin-bottom: 0.4rem;
  }
  body .l-service-virtual .section-features-vr {
    font-size: 15px;
  }
  body .l-service-virtual .section-features-vr .service-feature-list.list-view .feature-item .content p {
    font-size: inherit;
  }
  body .l-service-virtual .service-feature-list.list-view .feature-item.full-width {
    margin-bottom: 1.4rem;
  }
}
@media (max-width: 1200px) {
  body .l-service-virtual .section-features-vr {
    padding: 0;
  }
  body .l-service-virtual .vr-feature-content {
    background: rgba(25, 25, 25, 0.93);
    z-index: 1;
    position: relative;
    max-width: 600px;
    padding: 3rem;
    padding: 2.5rem 3rem;
  }
  body .l-service-virtual .vr-video video {
    left: 0;
    height: 100%;
    width: auto;
  }
}
@media (max-width: 1024px) {
  body .l-service-virtual .vr-video video {
    position: static;
  }
  body .l-service-virtual .section-features-vr .vr-feature-content {
    max-width: 100%;
  }
}
.section-vr .detail-block__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-vr .detail-block__image img {
  display: block;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  object-fit: cover;
}

.section-vr .detail-block__image img.full {
  height: 100%;
  width: 100%;
}

.section-vr .detail-block__text p {
  font-family: Gilroy-Regular;
  line-height: 30px;
}

@media (max-width: 1280px) {
  .section-vr {
    padding: 4rem 0 !important;
  }
}
@media (max-width: 767px) {
  .section-vr {
    padding: 3rem 0 1rem !important;
  }
  .section-vr .detail-block__text {
    text-align: center;
  }
  .section-vr .detail-block__image {
    min-height: 0;
  }
  .section-vr .detail-block__image img {
    width: 100%;
    height: auto;
  }
}
.prefooter__right .wpcf7 .prefooter__right-flex p {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.prefooter__right .wpcf7-form-control-wrap[data-name=Message] {
  width: 100%;
  margin-bottom: 30px;
}

.page-single-service-virtual-tours .section-page-intro .intro-content {
  text-shadow: 0px 0px 45px rgba(0, 0, 0, 0.4196078431);
}

.page-single-service-virtual-tours .section-page-intro {
  position: relative;
  z-index: 2;
}

body .wpac, body.blog .wpac, body.page .wpac {
  display: none !important;
}

.wp-block-html5-player-video.html5_video_players {
  width: 100%;
}

#posters .l-index__heading-top svg path {
  fill: transparent;
}

@media (min-width: 767px) {
  #cont_posters .l-index__heading-top h2 {
    position: relative;
    right: 15rem;
  }
}
.services-list .col-md-4 {
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 20%;
  max-width: 20%;
}

.services-list h3 {
  font-size: 20px;
}

@media (max-width: 991px) {
  .services-list .col-md-4 {
    flex: 0 0 30%;
    max-width: 30%;
    margin-bottom: 30px;
  }
  .services-list .column4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .services-list .column5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .services-list h3 {
    font-size: 18px;
  }
}
@media (max-width: 540px) {
  .services-list .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .services-list .column5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.l-container {
  position: relative;
  width: 82%;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1350px;
}
@media screen and (max-width: 767px) {
  .l-container {
    width: 100%;
    padding: 0 22px;
  }
}

.l-container-fluid {
  padding: 0 5vw;
  max-width: 2000px;
  margin: auto;
}

.l-index {
  visibility: hidden;
}
.l-index.is-shown {
  visibility: visible;
}

.section-home-1 {
  display: flex;
  align-items: center;
  height: 100vh;
  min-height: 780px;
  position: relative;
}
@media (max-width: 767px) {
  .section-home-1 {
    min-height: 0;
  }
}
.section-home-1 .container {
  position: relative;
  z-index: 1;
}
.section-home-1 #js-blob-spider {
  position: absolute;
  top: 10%;
  bottom: 0;
}
@media (max-width: 767px) {
  .section-home-1 #js-blob-spider {
    top: auto;
  }
}
.section-home-1 .blob-spider-canvas {
  width: 100vw;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-drag: none;
  user-select: none;
}
.section-home-1 .section-copy {
  position: relative;
  z-index: 1;
}
.section-home-1 .section-copy h1 {
  font-family: "Gilroy-ExtraBold";
  font-size: 6vw;
  line-height: 1;
  margin-bottom: 40px;
}
.section-home-1 .section-copy h1 span {
  position: relative;
  display: block;
  transition: all 0.35s ease-in-out;
}
.section-home-1 .section-copy h1 span:nth-child(2) {
  transition-delay: 0.25s;
}
.section-home-1 .section-copy h1 span:nth-child(3) {
  transition-delay: 0.5s;
}
@media (max-width: 767px) {
  .section-home-1 .section-copy h1 {
    font-size: 2.7rem;
  }
}
.section-home-1 .section-copy .link {
  font-family: "Gilroy-ExtraBold";
  display: inline-block;
  transition: all 0.35s ease-in-out;
  color: #fff;
}
.section-home-1 .section-copy .button {
  margin-right: 8px;
}
@media (max-width: 767px) {
  .section-home-1 .section-copy {
    z-index: 1;
  }
}
.section-home-1 .hero__email {
  font-size: 17px;
  position: absolute;
  z-index: 21;
  right: -50px;
  bottom: 150px;
  display: block;
  transition: opacity 0.35s ease-in-out;
  transform: rotate(-90deg);
  opacity: 0.55;
  color: #fff;
}
@media (max-width: 767px) {
  .section-home-1 .hero__email {
    display: none;
  }
}
.section-home-1 .hero__works {
  text-align: center;
  font-family: "Gilroy-ExtraBold";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 20px;
  display: block;
  width: 150px;
  padding: 20px 0;
  background-color: #292929;
  transform: translateY(-50%);
  color: #d5d5d5;
  background-image: linear-gradient(to left, transparent, transparent 50%, #fb8631 50%, #fbdc2e);
  background-position: 100% 0;
  background-size: 200% 100%;
  transition: all 0.35s ease-in-out;
  transform: translateY(-50%);
}
.section-home-1 .hero__works:before {
  position: absolute;
  top: 50%;
  right: -10px;
  width: 24px;
  height: 2px;
  content: "";
  transition: right 0.35s ease-in-out;
  transform: translateY(-50%);
  background-color: #d5d5d5;
}
.section-home-1 .hero__works:after {
  position: absolute;
  top: 50%;
  right: -10px;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  transition: right 0.35s ease-in-out;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #d5d5d5;
  border-right: 2px solid #d5d5d5;
}
.section-home-1 .hero__works:hover {
  color: #fff;
  background-color: rgb(244.2571428571, 105.5285714286, 4.7428571429);
  background-image: none;
}
.section-home-1 .hero__works:hover:before, .section-home-1 .hero__works:hover:after {
  right: -15px;
}
.section-home-1 .hero__works.is-shown {
  opacity: 1;
}
@media (max-width: 767px) {
  .section-home-1 .hero__works {
    transform: inherit;
    position: static;
    margin-top: 0;
    display: inline-block;
    width: 130px;
    padding: 15px 0 13px;
    margin-right: 1rem;
  }
  .section-home-1 .hero__works:before, .section-home-1 .hero__works:after {
    display: none;
  }
}

.l-index__mask {
  z-index: 21;
  width: 100vw;
  height: 100vh;
  background-image: url(/wp-content/themes/lightmedia/assets/images/index/mask-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.l-index__services {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}
.l-index__services .l-index__heading-top {
  padding-top: 3rem;
}
.l-index__services .l-index__heading-top h2 {
  display: block;
  text-align: right;
}

.l-index__services-title {
  position: relative;
  left: 7rem;
}

.l-index__services-bg {
  width: 100%;
  padding: 12vh 0;
}
.l-index__services-bg .services-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(/wp-content/themes/lightmedia/assets/images/index/services-bg.jpg);
  background-image: image-set(url(/wp-content/themes/lightmedia/assets/images/index/services-bg.webp) type("image/webp"), url(/wp-content/themes/lightmedia/assets/images/index/services-bg.jpg) type("image/jpeg"));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: 0.3s ease;
  transform: scale(1);
}
.l-index__services-bg .services-bg:after {
  content: "";
  height: 400px;
  width: 100%;
  background-image: url(/wp-content/themes/lightmedia/assets/images/index/services-bg-top-shadow.png);
  background-repeat: repeat-x;
  background-position: center top;
  display: block;
  background-size: auto 100%;
}

.l-index__heading-top .homepage-editable-title {
  display: inline-block;
  font-family: "Gilroy-ExtraBold";
  font-size: clamp(56px, 8vw, 150px);
  font-weight: 800;
  line-height: 0.85;
  letter-spacing: 0;
  white-space: nowrap;
}
.l-index__heading-top .homepage-editable-title--work {
  color: #fff;
}

.l-index__play {
  position: relative;
  text-align: center;
}

.l-index__works {
  position: relative;
  overflow: hidden;
  padding: 150px 0 130px;
}
.l-index__works:before {
  position: absolute;
  top: 195px;
  left: 0;
  display: block;
  width: 82%;
  height: 920px;
  content: "";
  background-color: #18181a;
  box-shadow: inset 0 -250px 90px -90px #18181a;
}

.l-index__sponsors {
  padding: 0 0px 15vh;
}
.l-index__sponsors h2 {
  font-family: "Gilroy-ExtraBold";
  font-size: 4.8vw;
  line-height: 1.2;
  margin: auto;
  text-align: center;
  margin-bottom: 6rem;
}
.l-index__sponsors h2 > span {
  display: block;
}

.l-index__sponsors-content {
  max-width: 1800px;
}

.l-index__sponsors-left {
  position: relative;
  width: 45%;
  padding: 3rem 3rem 3.4rem;
  background-color: #fff;
}
.l-index__sponsors-left span {
  font-family: "Gilroy-ExtraBold";
  font-size: 1.4rem;
  display: block;
  margin-bottom: 6px;
  background: linear-gradient(90deg, #fb8631 0%, #fb8631 40%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.l-index__sponsors-left h3 {
  font-family: "Gilroy-ExtraBold";
  font-size: 2.6vw;
  line-height: 1.2;
  margin-bottom: 10px;
  padding-right: 30px;
  color: #000;
}
.l-index__sponsors-left p {
  line-height: 1.7;
  margin-bottom: 20px;
  color: #4f4f4f;
}
.l-index__sponsors-left a {
  font-family: "Gilroy-ExtraBold";
  font-size: 17px;
  color: #000;
}

.l-index__sponsors-right {
  width: 50%;
}

.l-index__sponsors-list li {
  position: relative;
  width: 30%;
  margin-bottom: 2.5rem;
  text-align: center;
}
.l-index__sponsors-list li:last-child, .l-index__sponsors-list li:nth-last-child(2), .l-index__sponsors-list li:nth-last-child(3) {
  margin-bottom: 0;
}
.l-index__sponsors-list li img {
  width: 120px;
  max-width: 100%;
  filter: brightness(0) invert(1);
}

.testimonials > li[hidden] {
  display: none;
}

.testimonials--fade {
  position: relative;
}
.testimonials--fade > li {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.6s ease-in-out, visibility 0s 0.6s;
}

.testimonials > li.is-active {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 180px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.6s ease-in-out;
}

.testimonials-dots {
  display: flex;
  width: 100px;
  margin: 40px auto 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.testimonials-dots li {
  width: 10px;
  height: 10px;
  cursor: pointer;
  transition: background-color 0.35s ease-in-out, opacity 0.35s ease-in-out;
  border-radius: 100%;
  background-color: #bdbdbd;
}
.testimonials-dots li.is-active {
  background: linear-gradient(90deg, #fb8631 0%, #fb8631 60%);
}
.testimonials-dots button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: inherit;
  background: transparent;
  cursor: inherit;
}

.l-index__sponsors-arrow {
  position: absolute;
  bottom: 25px;
  left: 25px;
}
.l-index__sponsors-arrow a {
  display: block;
  width: 25px;
  height: 25px;
  transform: rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

.section-services {
  padding: 4rem 0;
}

.section-services-homepage {
  margin-top: -30vh;
  margin-bottom: 3vh;
}

.services-item {
  display: block;
  padding: 0.6rem 0;
}
.services-item > a {
  transition: all 0.35s;
  display: inline-block;
  position: relative;
  left: 0;
}
.services-item > a .icon-hover {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 65px;
  content: "";
  background-position: 99% 0;
  background-size: 200% 100%;
  transition: background 0.3s;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-right: 0;
}
.services-item > a .icon-hover:before, .services-item > a .icon-hover:after {
  content: "";
  position: absolute;
  right: 0;
  width: 2px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
}
.services-item > a .icon-hover:before {
  top: 0;
}
.services-item > a .icon-hover:after {
  bottom: 0;
}
.services-item > a span {
  color: #d5d5d5;
  font-family: "Gilroy-ExtraBold";
  line-height: 1.4;
  padding: 12px 28px;
  min-height: 72px;
  position: relative;
  z-index: 1;
  text-shadow: #000 0 1px 28px;
  transition: color 0.35s, text-shadow 0.35s;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.services-item > a:hover {
  color: #fff;
  left: -22px;
}
.services-item > a:hover span {
  color: #fff;
  text-shadow: none;
}
.services-item > a:hover .icon-hover {
  width: 100%;
  background-color: rgb(244.2571428571, 105.5285714286, 4.7428571429);
  background-image: none;
  border-color: transparent;
}
.services-item > a:hover .icon-hover:before, .services-item > a:hover .icon-hover:after {
  background-color: transparent;
}

section#section-contact {
  padding: 6rem 0 4rem;
}

@media (max-width: 1024px) {
  .services-item {
    padding: 0.2rem 0;
  }
  .services-item > a span {
    font-size: 16px;
    padding: 12px 28px;
  }
  .row .col-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .section-services-homepage {
    margin-top: 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .row .col-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.l-works, .l-contact {
  padding: 100px 0 50px;
}

.l-works__top {
  text-align: center;
}
.l-works__top h1 {
  font-family: "Gilroy-ExtraBold";
  font-size: 70px;
}

.l-works__list {
  width: 1024px;
  margin: 70px auto 90px;
  align-items: initial;
  transform-style: preserve-3d;
  will-change: transform;
}
.l-works__list li {
  width: 44%;
  margin-bottom: 20px;
}
.l-works__list li:nth-of-type(even) {
  margin-top: 65px;
}

.l-works__loading {
  display: block;
  width: 222px;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
  color: #cdcdcd;
  background-color: #1f1f20;
}
@media screen and (max-width: 767px) {
  .l-works__loading {
    font-size: 16px;
    width: 185px;
  }
}

.l-service, .l-service-v3, .l-service-v2 {
  position: relative;
  padding: 5.3rem 0 50px;
}
.l-service .description, .l-service-v3 .description, .l-service-v2 .description {
  margin-bottom: 30px;
}
.l-service .description p, .l-service-v3 .description p, .l-service-v2 .description p {
  margin-bottom: 15px;
}
.l-service .description p:last-child, .l-service-v3 .description p:last-child, .l-service-v2 .description p:last-child {
  margin-bottom: 0;
}
.l-service img, .l-service-v3 img, .l-service-v2 img {
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .l-service, .l-service-v3, .l-service-v2 {
    padding-bottom: 0;
  }
}

.l-service__heading, .l-service-v3__call-to-action .l-service-v3__heading {
  font-family: "Gilroy-ExtraBold";
  font-size: 38px;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .l-service__heading, .l-service-v3__call-to-action .l-service-v3__heading {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .l-service__heading, .l-service-v3__call-to-action .l-service-v3__heading {
    font-size: 30px;
  }
}

.l-service__content p {
  margin-bottom: 25px;
}
.l-service__content p:last-child {
  margin-bottom: 0;
}

.l-service__eyecatch {
  position: relative;
  min-height: 630px;
  display: flex;
  align-items: center;
}
.l-service__eyecatch.l-service__eyecatch-middle {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
@media screen and (max-width: 767px) {
  .l-service__eyecatch {
    min-height: 0;
    padding-bottom: 50px;
  }
}

.l-service__eyecatch-left, .l-service-v3__eyecatch-content-upper {
  width: 60%;
}
@media screen and (max-width: 1399px) {
  .l-service__eyecatch-left, .l-service-v3__eyecatch-content-upper {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .l-service__eyecatch-left, .l-service-v3__eyecatch-content-upper {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
.l-service__eyecatch-left p, .l-service-v3__eyecatch-content-upper p {
  width: 80%;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .l-service__eyecatch-left p, .l-service-v3__eyecatch-content-upper p {
    width: 100%;
  }
}
.l-service__eyecatch-left ul, .l-service-v3__eyecatch-content-upper ul {
  margin-bottom: 60px;
}

.l-service__eyecatch-description {
  margin-bottom: 1.6rem;
}

.l-service__eyecatch-item {
  width: 45%;
  margin-bottom: 40px;
}
.l-service__eyecatch-item:last-child, .l-service__eyecatch-item:nth-last-child(2) {
  margin-bottom: 0;
}
.l-service__eyecatch-item:nth-child(3) img {
  padding: 28px 30px;
}
.l-service__eyecatch-item img {
  width: 35%;
  height: 110px;
  padding: 30px;
  background-color: #242429;
  object-position: bottom;
  object-fit: cover;
}
.l-service__eyecatch-item span {
  font-size: 20px;
  font-weight: bold;
  width: 60%;
}

.l-service__eyecatch-right, .l-service-v2__eyecatch-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
  height: 630px;
  background-size: cover;
}
.l-service__eyecatch-right:before, .l-service-v2__eyecatch-right:before {
  position: absolute;
  top: 0;
  left: -150px;
  display: block;
  width: 86px;
  height: 100px;
  content: "";
  background-image: url(/wp-content/themes/lightmedia/assets/images/index/dots.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .l-service__eyecatch-right, .l-service-v2__eyecatch-right {
    display: none;
  }
}

.l-service__intro, .l-service-v3__text-column {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .l-service__intro, .l-service-v3__text-column {
    padding: 50px 0;
  }
  .l-service__intro .l-service__heading, .l-service__intro .l-service-v3__call-to-action .l-service-v3__heading, .l-service-v3__call-to-action .l-service__intro .l-service-v3__heading, .l-service-v3__text-column .l-service__heading, .l-service-v3__text-column .l-service-v3__call-to-action .l-service-v3__heading, .l-service-v3__call-to-action .l-service-v3__text-column .l-service-v3__heading {
    text-align: center;
  }
}

.l-service__intro-content {
  align-items: initial;
}
.l-service__intro-content p {
  margin-bottom: 15px;
  color: #d5d5d5;
}
@media screen and (max-width: 767px) {
  .l-service__intro-content p {
    width: 100%;
  }
}
.l-service__intro-content.l-service__intro-content-full p {
  width: 100%;
}
.l-service__intro-content.l-service__intro-content-two-column .column-left, .l-service__intro-content.l-service__intro-content-two-column .column-right {
  width: 50%;
}
.l-service__intro-content.l-service__intro-content-two-column .column-left p, .l-service__intro-content.l-service__intro-content-two-column .column-right p {
  width: 100%;
  margin-bottom: 20px;
}
.l-service__intro-content.l-service__intro-content-two-column .column-left {
  padding-right: 30px;
}
.l-service__intro-content.l-service__intro-content-two-column .column-right {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .l-service__intro-content {
    text-align: center;
  }
}

.l-service__process, .l-service-v3__intro {
  position: relative;
  padding: 4rem 0 4.2rem;
  background-color: #1a1a1a;
}
.l-service__process ul, .l-service-v3__intro ul {
  margin-top: 3rem;
  counter-reset: process;
}
.l-service__process li, .l-service-v3__intro li {
  width: 20%;
  counter-increment: process;
}
.l-service__process .column-2, .l-service-v3__intro .column-2 {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
  counter-reset: process;
}
.l-service__process .column-2 li, .l-service-v3__intro .column-2 li {
  width: 45%;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .l-service__process .column-2 li, .l-service-v3__intro .column-2 li {
    width: 100%;
  }
}
.l-service__process .column-3, .l-service-v3__intro .column-3 {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
  counter-reset: process;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.l-service__process .column-3 li, .l-service-v3__intro .column-3 li {
  width: 33.333%;
  margin-bottom: 2.3rem;
  padding: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-service__process .column-3 li, .l-service-v3__intro .column-3 li {
    width: 100%;
  }
}
.l-service__process .btn-wrap, .l-service-v3__intro .btn-wrap {
  padding-top: 0;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .l-service__process, .l-service-v3__intro {
    padding: 50px 0;
    text-align: center;
  }
}

.l-service__process-button {
  position: absolute;
  top: -30px;
  right: 31%;
}

.l-service__details {
  padding: 3rem 0;
}
.l-service__details h2 {
  text-align: center;
}
.l-service__details ul {
  counter-reset: details;
}
.l-service__details ul li {
  counter-increment: details;
  margin-bottom: 2rem;
}
.l-service__details ul li:last-child {
  margin-bottom: 0;
}
.l-service__details ul li ul {
  margin: 0 0 0 18px;
}
@media screen and (max-width: 767px) {
  .l-service__details ul li {
    margin-bottom: 0;
  }
}
@media (max-width: 1366px) {
  .l-service__details ul {
    margin: 0;
  }
}
.l-service__details .l-service__content {
  text-align: center;
  margin-bottom: 3rem;
}
.l-service__details .detail-block__text h2 {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .l-service__details .detail-block__text h2 {
    text-align: center;
  }
}
.l-service__details .btn-wrap {
  text-align: center;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .l-service__details .btn-wrap {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-service__details {
    padding: 50px 0 0;
  }
}

.l-service__info {
  position: relative;
  padding: 3rem 0 1rem;
}
.l-service__info.l-service__info-no-line:before {
  display: none;
}
.l-service__info.l-service__info-l2 {
  border-top: 1px solid #1d1d1d;
  padding-top: 3.5rem;
  padding-bottom: 4rem;
  margin-top: 2rem;
}
@media (max-width: 1024px) {
  .l-service__info.l-service__info-l2 {
    margin-top: 0;
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .l-service__info {
    text-align: center;
  }
}

.l-service__info-left {
  width: 50%;
}
.l-service__info-left p {
  color: #d5d5d5;
}
.l-service__info-left p:not(:last-child) {
  margin-bottom: 14px;
}
.l-service__info-left.l-service__info-full {
  width: 100%;
}
.l-service__info-left.l-service__info-full ul {
  margin-left: 15px;
  text-align: left;
}
.l-service__info-left.l-service__info-full ul li {
  position: relative;
  padding-left: 25px;
}
.l-service__info-left.l-service__info-full ul li:not(:last-child) {
  margin-bottom: 14px;
}
.l-service__info-left.l-service__info-full ul li:last-child {
  margin-bottom: 35px;
}
.l-service__info-left.l-service__info-full ul li:before {
  position: absolute;
  top: 0;
  left: -15px;
  width: 28px;
  height: 28px;
  content: "";
  border-radius: 50%;
  background: linear-gradient(90deg, #fb8631 0%, #fb8631 80%);
}
.l-service__info-left.l-service__info-full ul li:after {
  position: absolute;
  top: 6px;
  left: -5px;
  width: 8px;
  height: 13px;
  content: "";
  transform: rotate(45deg);
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}

.l-service__info-right, .l-contact-form-contact, .l-service__solutions-right, .l-service-v3__plans-right {
  position: relative;
  width: 42%;
  padding: 60px 50px;
  text-align: center;
  background-color: #191919;
}
.l-service__info-right:before, .l-contact-form-contact:before, .l-service__solutions-right:before, .l-service-v3__plans-right:before {
  position: absolute;
  top: -15px;
  left: -15px;
  display: block;
  width: 37px;
  height: 37px;
  content: "";
  background-image: url(/wp-content/themes/lightmedia/assets/images/service/caret.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.l-service__info-right h3, .l-contact-form-contact h3, .l-service__solutions-right h3, .l-service-v3__plans-right h3, .l-service__info-right h2, .l-contact-form-contact h2, .l-service__solutions-right h2, .l-service-v3__plans-right h2 {
  font-family: "Gilroy-ExtraBold";
  font-size: 28px;
  margin-bottom: 25px;
  text-align: left;
}
.l-service__info-right ul, .l-contact-form-contact ul, .l-service__solutions-right ul, .l-service-v3__plans-right ul {
  margin-left: 15px;
  text-align: left;
}
.l-service__info-right ul li, .l-contact-form-contact ul li, .l-service__solutions-right ul li, .l-service-v3__plans-right ul li {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
}
.l-service__info-right ul li:not(:last-child), .l-contact-form-contact ul li:not(:last-child), .l-service__solutions-right ul li:not(:last-child), .l-service-v3__plans-right ul li:not(:last-child) {
  margin-bottom: 25px;
}
.l-service__info-right ul li:last-child, .l-contact-form-contact ul li:last-child, .l-service__solutions-right ul li:last-child, .l-service-v3__plans-right ul li:last-child {
  margin-bottom: 35px;
}
.l-service__info-right ul li:before, .l-contact-form-contact ul li:before, .l-service__solutions-right ul li:before, .l-service-v3__plans-right ul li:before {
  position: absolute;
  top: 0;
  left: -15px;
  width: 28px;
  height: 28px;
  content: "";
  border-radius: 50%;
  background: linear-gradient(90deg, #fb8631 0%, #fb8631 80%);
}
.l-service__info-right ul li:after, .l-contact-form-contact ul li:after, .l-service__solutions-right ul li:after, .l-service-v3__plans-right ul li:after {
  position: absolute;
  top: 6px;
  left: -5px;
  width: 8px;
  height: 13px;
  content: "";
  transform: rotate(45deg);
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}

.l-service__other {
  padding: 80px 0 0;
  text-align: center;
}
.l-service__other h2 {
  margin-bottom: 40px;
}
.l-service__other .l-index__services-list {
  padding-right: 0;
}
.l-service__other .l-index__services-item {
  text-align: left;
  padding-right: 6rem;
}
@media (max-width: 1024px) {
  .l-service__other .l-index__services-item {
    padding-right: 2rem;
  }
}
@media (max-width: 640px) {
  .l-service__other .l-index__services-item {
    width: 50%;
  }
}

.section-testimonial {
  position: relative;
  padding: 4rem 0 4rem;
  text-align: center;
}
.section-testimonial h2 {
  font-family: "Gilroy-ExtraBold";
  font-size: 3.2rem;
  margin-bottom: 2.4rem;
}

#js-service-testimonies {
  transition: opacity 0.35s ease-in-out;
}
#js-service-testimonies.testimonials--loading {
  opacity: 0;
}
#js-service-testimonies.testimonials--ready, #js-service-testimonies.slick-initialized {
  opacity: 1;
}
#js-service-testimonies:not(.slick-initialized):not(.testimonials--fade) > li:not(:first-child) {
  display: none;
}

.testimonials {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  min-height: 260px;
  text-align: center;
  padding: 0 4rem;
}
.testimonials .slick-slide {
  min-height: 180px;
  display: flex !important;
  align-items: center;
}
.testimonials li {
  width: 100%;
}
.testimonials li img {
  height: 40px;
  margin: 0 auto 20px;
  transform: rotate(180deg);
}
.testimonials li h3 {
  font-family: "Gilroy-ExtraBold";
  font-size: 2rem;
  margin-bottom: 15px;
  color: #fff;
  line-height: 1.3;
}
.testimonials li .testimonial-author {
  margin: 0;
  color: #fff;
}
.testimonials .slick-dots {
  display: flex;
  width: 100px;
  margin: 40px auto 0;
  list-style-type: none;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.testimonials .slick-dots li {
  width: 10px;
  height: 10px;
  cursor: pointer;
  transition: background-color 0.35s ease-in-out, opacity 0.35s ease-in-out;
  border-radius: 100%;
  background-color: #bdbdbd;
}
.testimonials .slick-dots li.slick-active {
  background: linear-gradient(90deg, #fb8631 0%, #fb8631 60%);
}

.l-service__logos-list {
  margin: 80px auto 0;
}
.l-service__logos-list li {
  width: 18%;
}
.l-service__logos-list li img {
  width: 120px;
  max-width: 100%;
  opacity: 0.5;
  filter: brightness(0) invert(1);
}

.l-services-border-bottom {
  border-bottom: 1px solid #282828;
}

.l-service-web-development .l-service__eyecatch, .l-services .l-service__eyecatch {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.l-service-web-development .l-service__process .l-service__heading, .l-service-web-development .l-service__process .l-service-v3__call-to-action .l-service-v3__heading, .l-service-v3__call-to-action .l-service-web-development .l-service__process .l-service-v3__heading, .l-service-web-development .l-service-v3__intro .l-service__heading, .l-service-web-development .l-service-v3__intro .l-service-v3__call-to-action .l-service-v3__heading, .l-service-v3__call-to-action .l-service-web-development .l-service-v3__intro .l-service-v3__heading, .l-services .l-service__process .l-service__heading, .l-services .l-service__process .l-service-v3__call-to-action .l-service-v3__heading, .l-service-v3__call-to-action .l-services .l-service__process .l-service-v3__heading, .l-services .l-service-v3__intro .l-service__heading, .l-services .l-service-v3__intro .l-service-v3__call-to-action .l-service-v3__heading, .l-service-v3__call-to-action .l-services .l-service-v3__intro .l-service-v3__heading,
.l-service-web-development .l-service__process .btn-wrap,
.l-service-web-development .l-service-v3__intro .btn-wrap,
.l-services .l-service__process .btn-wrap,
.l-services .l-service-v3__intro .btn-wrap,
.l-service-web-development .l-service__process .l-service__intro-content,
.l-service-web-development .l-service-v3__intro .l-service__intro-content,
.l-services .l-service__process .l-service__intro-content,
.l-services .l-service-v3__intro .l-service__intro-content {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-service-web-development .l-service__details, .l-services .l-service__details {
    padding-bottom: 50px;
  }
}

.l-service-iphone-and-android-apps .l-service__details,
.l-service-media-buying .l-service__details {
  padding-bottom: 0;
}
.l-service-iphone-and-android-apps .l-service__details ul,
.l-service-media-buying .l-service__details ul {
  margin: 0;
  border-bottom: 1px solid #282828;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .l-service-iphone-and-android-apps .l-service__details ul,
  .l-service-media-buying .l-service__details ul {
    padding-bottom: 50px;
  }
}
.l-service-iphone-and-android-apps .l-service__details .detail-block__image,
.l-service-iphone-and-android-apps .l-service__details .detail-block__text,
.l-service-media-buying .l-service__details .detail-block__image,
.l-service-media-buying .l-service__details .detail-block__text {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .l-service-iphone-and-android-apps .l-service__details .detail-block__image,
  .l-service-iphone-and-android-apps .l-service__details .detail-block__text,
  .l-service-media-buying .l-service__details .detail-block__image,
  .l-service-media-buying .l-service__details .detail-block__text {
    width: 100%;
  }
}
.l-service-iphone-and-android-apps .l-service__info:before,
.l-service-media-buying .l-service__info:before {
  display: none;
}

.l-service-marketing .l-service__details ul {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .l-service-marketing .l-service__details {
    padding-bottom: 20px;
  }
}
.l-service-marketing .detail-block__text .button {
  margin-top: 0;
}

.l-services .l-service__eyecatch .l-service__eyecatch-right, .l-services .l-service__eyecatch .l-service-v2__eyecatch-right {
  width: 781px;
  height: 565px;
  right: auto;
  left: 27rem;
  top: -10rem;
  position: relative;
  z-index: 1;
}
.l-services .l-service__eyecatch .l-service__eyecatch-right:before, .l-services .l-service__eyecatch .l-service-v2__eyecatch-right:before {
  display: none;
}
.l-services .l-service__eyecatch .l-service__eyecatch-left, .l-services .l-service__eyecatch .l-service-v3__eyecatch-content-upper {
  position: relative;
  width: 50%;
}
.l-services .l-service__eyecatch .l-service__eyecatch-left:before, .l-services .l-service__eyecatch .l-service-v3__eyecatch-content-upper:before {
  position: absolute;
  top: -15px;
  left: -37px;
  display: block;
  width: 86px;
  height: 100px;
  content: "";
  background-image: url(/wp-content/themes/lightmedia/assets/images/index/dots.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.l-service-iphone-and-android-apps .l-section-1 .l-section-left, .l-service-iphone-and-android-apps .l-section-1 .l-section-right {
  width: 50%;
}
@media (max-width: 767px) {
  .l-service-iphone-and-android-apps .l-section-1 .l-section-left, .l-service-iphone-and-android-apps .l-section-1 .l-section-right {
    width: 100%;
  }
}
.l-service-iphone-and-android-apps .l-service__info {
  padding: 4rem 0;
}
@media (max-width: 1280px) {
  .l-service-iphone-and-android-apps .l-service__details {
    padding-bottom: 0 !important;
  }
}

.l-service-web-development .l-service__intro, .l-service-web-development .l-service-v3__text-column, .l-services .l-service__intro, .l-services .l-service-v3__text-column {
  padding-top: 0;
}
@media (max-width: 767px) {
  .l-service-web-development .l-service__intro, .l-service-web-development .l-service-v3__text-column, .l-services .l-service__intro, .l-services .l-service-v3__text-column {
    padding-top: 50px;
  }
}
.l-service-web-development .l-service__process .column-3, .l-service-web-development .l-service-v3__intro .column-3, .l-services .l-service__process .column-3, .l-services .l-service-v3__intro .column-3 {
  margin-top: 0;
  margin-bottom: 30px;
}
.l-service-web-development .l-service__process .l-service__intro-content-full, .l-service-web-development .l-service-v3__intro .l-service__intro-content-full, .l-services .l-service__process .l-service__intro-content-full, .l-services .l-service-v3__intro .l-service__intro-content-full {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5em;
}
.l-service-web-development .l-service__details .l-service__content, .l-services .l-service__details .l-service__content {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.l-service .banner-intro .img-right, .l-service-v3 .banner-intro .img-right, .l-service-v2 .banner-intro .img-right {
  margin-top: 50px;
  margin-bottom: 50px;
}

.l-service__details-l2 {
  background-size: cover;
  background-position: center;
  min-height: 450px;
  display: flex;
  align-items: center;
}
.l-service__details-l2 .detail-block {
  max-width: 700px;
  margin: auto;
  background: #000;
  padding: 2.5rem 3rem 3rem;
}
.l-service__details-l2 .detail-block .detail-block__text {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  .l-service__details-l2 * {
    text-align: left;
  }
  .l-service__details-l2 .detail-block {
    padding: 2rem 2rem;
    text-align: left;
  }
}

.detail-block__image {
  position: relative;
}
.detail-block__image figcaption {
  position: absolute;
  bottom: -34px;
  left: 0;
  right: 0;
  font-size: 90%;
  text-align: center;
  opacity: 0.6;
}

@media (max-width: 767px) {
  .l-service-information-architecture .l-service__details .detail-block {
    display: block;
  }
  .l-service-information-architecture .l-service__details .detail-block .detail-block__image, .l-service-information-architecture .l-service__details .detail-block .detail-block__text {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .l-service-information-architecture .l-service__details .detail-block .detail-block__text {
    padding-left: 0;
    text-align: center;
  }
  .l-service-information-architecture .l-service__details .detail-block .detail-block__image {
    margin-bottom: 2em;
  }
}
@media (max-width: 767px) {
  .l-service-information-architecture .l-service__eyecatch .l-service__eyecatch-left, .l-service-information-architecture .l-service__eyecatch .l-service-v3__eyecatch-content-upper {
    margin: 2em auto 0;
  }
}

body.page-template-page-services {
  color: #fff;
}

.services-page {
  --services-bg: #050505;
  --services-card: #111;
  --services-card-soft: #151515;
  --services-border: rgba(255, 255, 255, .13);
  --services-border-strong: rgba(255, 121, 22, .62);
  --services-text: #f8f8f8;
  --services-muted: #bcbcbc;
  --services-subtle: #858585;
  --services-orange: #ff7816;
  --services-orange-light: #ff9a3d;
  --services-shell: min(100% - 72px, 1440px);
  overflow: hidden;
  min-height: 100vh;
  background: radial-gradient(circle at 76% 8%, rgba(255, 105, 15, 0.16), transparent 25rem), radial-gradient(circle at 18% 35%, rgba(255, 122, 22, 0.055), transparent 24rem), var(--services-bg);
  color: var(--services-text);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
}
.services-page *,
.services-page *::before,
.services-page *::after {
  box-sizing: border-box;
}
.services-page .button span {
  display: inline-block;
  margin-left: 14px;
  font-size: 16px;
  line-height: 1;
  transition: transform 0.25s ease;
}
.services-page .button:hover, .services-page .button:focus-visible {
  text-decoration: none;
  transform: translateY(-2px);
}
.services-page .button:hover span, .services-page .button:focus-visible span {
  transform: translateX(4px);
}
.services-page .button:focus-visible {
  outline: 2px solid var(--services-orange-light);
  outline-offset: 4px;
}
.services-page .button.button--secondary {
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.015);
  color: #fff;
}
.services-page .button.button--secondary:hover, .services-page .button.button--secondary:focus-visible {
  border-color: var(--services-orange);
  background: rgba(255, 120, 22, 0.08);
  color: #fff;
}
@media (max-width: 1360px) {
  .services-page {
    --services-shell: min(100% - 56px, 1220px);
  }
}
@media (max-width: 720px) {
  .services-page {
    --services-shell: min(100% - 36px, 640px);
  }
  .services-page .button {
    width: 100%;
    min-width: 0;
  }
}

.services-shell {
  width: var(--services-shell);
  margin: 0 auto;
}

.services-eyebrow {
  margin: 0 0 18px;
  color: var(--services-orange);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.services-hero {
  position: relative;
  min-height: 720px;
  padding: 124px 0 74px;
}
.services-hero::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background: linear-gradient(90deg, #050505 0%, rgba(5, 5, 5, 0.92) 37%, rgba(5, 5, 5, 0.4) 72%, #050505 100%), radial-gradient(circle at 68% 42%, rgba(255, 111, 0, 0.22), transparent 24rem);
  pointer-events: none;
}
.services-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
  align-items: center;
  gap: 58px;
}
.services-hero__content {
  max-width: 660px;
}
.services-hero h1 {
  max-width: 640px;
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 5vw, 58px);
  line-height: 1.02;
  margin-bottom: 28px;
}
.services-hero__text {
  max-width: 600px;
  margin: 28px 0 0;
  color: #d1d1d1;
  font-size: clamp(17px, 1.35vw, 20px);
  font-weight: 400;
  line-height: 1.72;
}
.services-hero__visual {
  position: relative;
  min-height: 520px;
}
.services-hero__visual img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 860px);
  margin-left: auto;
  object-fit: contain;
  filter: saturate(1.08) contrast(1.02);
}
.services-hero__glow {
  position: absolute;
  inset: 10% 6% 4% 4%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 126, 22, 0.28), transparent 58%), radial-gradient(circle at 35% 55%, rgba(255, 52, 0, 0.2), transparent 42%);
  filter: blur(18px);
}
@media (max-width: 1100px) {
  .services-hero {
    min-height: 0;
    padding-top: 132px;
  }
  .services-hero__inner {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .services-hero__content {
    max-width: 760px;
  }
  .services-hero__visual {
    min-height: 0;
    max-width: 680px;
    margin: -18px auto 0;
  }
  .services-hero__visual img {
    margin: 0 auto;
  }
}
@media (max-width: 720px) {
  .services-hero {
    padding: 112px 0 54px;
  }
  .services-hero::before {
    background: linear-gradient(180deg, #050505 0%, rgba(5, 5, 5, 0.76) 44%, #050505 100%), radial-gradient(circle at 70% 40%, rgba(255, 111, 0, 0.18), transparent 18rem);
  }
  .services-hero h1 {
    font-size: clamp(40px, 12vw, 56px);
  }
  .services-hero__text {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.65;
  }
  .services-hero__visual {
    margin-top: -8px;
  }
}

.services-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 40px;
}
@media (max-width: 720px) {
  .services-actions {
    gap: 14px;
    margin-top: 30px;
  }
}

.services-intro {
  padding: 46px 0 46px;
}
.services-intro__inner {
  max-width: 820px;
  text-align: center;
}
.services-intro h2 {
  margin: 0;
  color: #fff;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: clamp(34px, 3vw, 48px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.16;
}
.services-intro p:not(.services-eyebrow) {
  margin: 18px 0 0;
  color: var(--services-muted);
  font-size: 18px;
  line-height: 1.7;
}
@media (max-width: 720px) {
  .services-intro {
    padding: 4px 0 34px;
  }
  .services-intro p:not(.services-eyebrow) {
    font-size: 16px;
  }
}

.services-grid-section {
  padding: 0 0 72px;
}
@media (max-width: 720px) {
  .services-grid-section {
    padding-bottom: 48px;
  }
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
@media (max-width: 1360px) {
  .services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 1100px) {
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 720px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}

.service-card {
  --services-bg: #050505;
  --services-card: #111;
  --services-card-soft: #151515;
  --services-border: rgba(255, 255, 255, .13);
  --services-border-strong: rgba(255, 121, 22, .62);
  --services-text: #f8f8f8;
  --services-muted: #bcbcbc;
  --services-subtle: #858585;
  --services-orange: #ff7816;
  --services-orange-light: #ff9a3d;
  --services-shell: min(100% - 72px, 1440px);
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 550px;
  padding: 26px 28px 20px;
  background: #000;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
.service-card:hover {
  background: #070707;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.32), 0 0 34px rgba(255, 120, 22, 0.08);
  transform: translateY(-5px);
}
.service-card:hover .service-card__arrow {
  opacity: 1;
  transform: translateX(4px);
}
.service-card__icon {
  position: relative;
  z-index: 1;
  width: 62px;
  height: 62px;
  margin-bottom: 30px;
  color: #fff;
}
.service-card__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}
.service-card__icon .accent {
  color: var(--services-orange);
  stroke: currentColor;
}
.service-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: clamp(24px, 2.1vw, 30px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.05;
}
.service-card p {
  position: relative;
  z-index: 1;
  min-height: 82px;
  margin: 12px 0;
  color: #b8b8b8;
  font-size: 15px;
  line-height: 1.62;
}
.service-card__list {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  flex-direction: column;
  margin: auto 0 0;
  padding: 22px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  list-style: none;
}
.service-card__list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 58px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}
.service-card__list li:last-child {
  border-bottom: 0;
}
.service-card__list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}
.service-card__list a:hover, .service-card__list a:focus-visible {
  color: var(--services-orange-light);
}
.service-card__list a:focus-visible {
  outline: 2px solid var(--services-orange);
  outline-offset: 4px;
}
.service-card__arrow {
  color: var(--services-orange);
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
  opacity: 0.85;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
@media (max-width: 1360px) {
  .service-card {
    min-height: 590px;
  }
}
@media (max-width: 720px) {
  .service-card {
    min-height: 0;
    padding: 34px 24px 24px;
  }
  .service-card h3,
  .service-card p {
    min-height: 0;
  }
  .service-card__icon {
    margin-bottom: 22px;
  }
}

.l-index__services--cards.services-page {
  --services-shell: min(100% - 72px, 1784px);
  min-height: 0;
  padding: clamp(56px, 7vw, 96px) 0;
  background: linear-gradient(90deg, rgba(26, 8, 0, 0.48) 0%, rgba(5, 5, 5, 0) 28%), var(--services-bg);
}
.l-index__services--cards.services-page .services-grid-section {
  padding: 0;
}
.l-index__services--cards.services-page .services-grid {
  gap: 20px;
}
.l-index__services--cards.services-page .service-card {
  min-height: clamp(720px, 78vh, 860px);
}
@media (max-width: 1360px) {
  .l-index__services--cards.services-page {
    --services-shell: min(100% - 56px, 1220px);
  }
  .l-index__services--cards.services-page .service-card {
    min-height: 640px;
  }
}
@media (max-width: 720px) {
  .l-index__services--cards.services-page {
    --services-shell: min(100% - 36px, 640px);
    padding: 54px 0;
  }
  .l-index__services--cards.services-page .services-grid {
    gap: 16px;
  }
  .l-index__services--cards.services-page .service-card {
    min-height: 0;
  }
}

.services-bottom-cta {
  padding: 0 0 96px;
}
.services-bottom-cta__panel {
  position: relative;
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) auto;
  align-items: center;
  gap: 44px;
  min-height: 220px;
  padding: 40px 50px 40px 42px;
  overflow: hidden;
  background: var(--services-card);
}
.services-bottom-cta__panel::before {
  position: absolute;
  inset: auto -10% -80% -10%;
  height: 190px;
  content: "";
  background-image: radial-gradient(rgba(255, 120, 22, 0.55) 1px, transparent 1px);
  background-position: center;
  background-size: 14px 14px;
  opacity: 0.34;
  transform: perspective(430px) rotateX(58deg);
  transform-origin: top;
}
.services-bottom-cta__icon, .services-bottom-cta__copy,
.services-bottom-cta .button {
  position: relative;
  z-index: 1;
}
.services-bottom-cta__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 118px;
  border: 1px solid rgba(255, 120, 22, 0.34);
  border-radius: 50%;
  background: rgba(255, 120, 22, 0.09);
  color: var(--services-orange);
}
.services-bottom-cta__icon svg {
  width: 58px;
  height: 58px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.3;
}
.services-bottom-cta__icon .accent {
  stroke: var(--services-orange-light);
}
.services-bottom-cta h2 {
  margin: 0;
  color: #fff;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  font-size: clamp(32px, 3vw, 44px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.16;
}
.services-bottom-cta p {
  max-width: 690px;
  margin: 14px 0 0;
  color: #c9c9c9;
  line-height: 1.65;
}
@media (max-width: 1100px) {
  .services-bottom-cta__panel {
    grid-template-columns: 110px minmax(0, 1fr);
    padding: 38px;
  }
  .services-bottom-cta .button {
    grid-column: 2;
    justify-self: start;
  }
}
@media (max-width: 720px) {
  .services-bottom-cta {
    padding-bottom: 64px;
  }
  .services-bottom-cta__panel {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    min-height: 0;
    padding: 30px 24px;
  }
  .services-bottom-cta__icon {
    width: 86px;
    height: 86px;
  }
  .services-bottom-cta__icon svg {
    width: 44px;
    height: 44px;
  }
  .services-bottom-cta p {
    font-size: 16px;
  }
}

.services-page #section-contact .prefooter {
  padding: 0;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.l-service-v2__eyecatch-right {
  height: 300px;
  width: 730px;
  top: 200px;
  right: 100px;
  z-index: 0;
  opacity: 0.5;
}
.l-service-v2__eyecatch-right:before {
  background-image: url(/wp-content/themes/lightmedia/assets/images/service-v2/dots.png);
  top: -61%;
  right: 0;
  left: auto;
  width: 103px;
  z-index: 2;
}

.l-service-v2__circle {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.l-service-v2__circle .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.l-service-v2__circle .circle1 {
  width: 730px;
  height: 730px;
  background: #151515;
}
.l-service-v2__circle .circle2 {
  width: 548px;
  height: 548px;
  background: #1C1C1C;
}
.l-service-v2__circle .circle3 {
  width: 386px;
  height: 386px;
  background: #282828;
}
.l-service-v2__circle .circle4 {
  width: 220px;
  height: 220px;
  background: #313131;
}

.l-service-v2__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 540px;
  height: 310px;
  z-index: 1;
}
.l-service-v2__icon .img {
  position: absolute;
  z-index: 1;
}
.l-service-v2__icon .img1 {
  left: 11%;
  bottom: 61%;
}
.l-service-v2__icon .img2 {
  left: 23%;
  top: -14%;
}
.l-service-v2__icon .img3 {
  right: 23%;
  top: -14%;
}
.l-service-v2__icon .img4 {
  right: 7%;
  bottom: 64%;
}

.l-service-v2__eyecatch-full {
  position: relative;
  z-index: 1;
}
.l-service-v2__eyecatch-full img {
  width: 100%;
  height: 540px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .l-service-v2__eyecatch-full img {
    height: auto;
  }
}

.l-service-v2__grid {
  margin-bottom: 110px;
}
.l-service-v2__grid ul li {
  width: 33.333333%;
  padding-right: 30px;
}
.l-service-v2__grid ul li:last-child {
  padding-right: 0;
}

.l-service-v2__solutions, .l-service-v3__plans {
  position: relative;
  padding-bottom: 3em;
}
.l-service-v2__solutions .l-container, .l-service-v3__plans .l-container {
  overflow: hidden;
}

.l-service__solutions-right, .l-service-v3__plans-right {
  width: 48%;
  float: right;
  background-color: transparent;
  text-align: left;
}
.l-service__solutions-right:before, .l-service-v3__plans-right:before {
  display: none;
}
.l-service__solutions-right .l-service__heading, .l-service__solutions-right .l-service-v3__call-to-action .l-service-v3__heading, .l-service-v3__call-to-action .l-service__solutions-right .l-service-v3__heading, .l-service-v3__plans-right .l-service__heading, .l-service-v3__plans-right .l-service-v3__call-to-action .l-service-v3__heading, .l-service-v3__call-to-action .l-service-v3__plans-right .l-service-v3__heading {
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .l-service__solutions-right .l-service__heading, .l-service__solutions-right .l-service-v3__call-to-action .l-service-v3__heading, .l-service-v3__call-to-action .l-service__solutions-right .l-service-v3__heading, .l-service-v3__plans-right .l-service__heading, .l-service-v3__plans-right .l-service-v3__call-to-action .l-service-v3__heading, .l-service-v3__call-to-action .l-service-v3__plans-right .l-service-v3__heading {
    text-align: center;
  }
}
.l-service__solutions-right p, .l-service-v3__plans-right p {
  color: #D5D5D5;
  margin-bottom: 30px;
}
.l-service__solutions-right ul, .l-service-v3__plans-right ul {
  margin-bottom: 3em;
}
.l-service__solutions-right ul li:before, .l-service-v3__plans-right ul li:before {
  background: #d8d8d8;
}
@media screen and (max-width: 767px) {
  .l-service__solutions-right, .l-service-v3__plans-right {
    text-align: center;
    width: 100%;
  }
}

.l-service-v2__solutions-left, .l-service-v3__plans-left {
  width: 48%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.l-service-v2__solutions-left .l-service-v2__solutions-left-img, .l-service-v3__plans-left .l-service-v2__solutions-left-img {
  width: 100%;
  height: 110%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-service-v2__solutions-left .l-service-v2__solutions-left-img, .l-service-v3__plans-left .l-service-v2__solutions-left-img {
    height: 100%;
  }
}
.l-service-v2__solutions-left img, .l-service-v3__plans-left img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-service-v2__solutions-left, .l-service-v3__plans-left {
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
  }
}

.l-service-v2__blurb {
  background: #202020;
  padding: 133px 0 90px;
}
.l-service-v2__blurb.pt-80 {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .l-service-v2__blurb {
    padding: 50px 0;
  }
}

.l-service-v2__blurb-left, .l-service-v2__blurb-right {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .l-service-v2__blurb-left, .l-service-v2__blurb-right {
    width: 100%;
  }
}

.l-service-v2__blurb-left p {
  line-height: 1.9;
  color: #D5D5D5;
}
@media screen and (max-width: 767px) {
  .l-service-v2__blurb-left {
    text-align: center;
    margin-bottom: 2em;
  }
}

.l-service-v2__blurb-right {
  text-align: center;
}
.l-service-v2__blurb-right img {
  margin: 0 auto;
  max-width: 100%;
}

.l-service-v2__testimonies .l-container:before {
  display: none;
}

.l-service-v2__intro .btn-wrap {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .l-service-v2__intro .btn-wrap {
    text-align: center;
  }
}

.l-service-v2-3d-rendering__solutions .l-service-v2__solutions-left, .l-service-v2-3d-rendering__solutions .l-service-v3__plans-left {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .l-service-v2-3d-rendering__solutions .l-service-v2__solutions-left, .l-service-v2-3d-rendering__solutions .l-service-v3__plans-left {
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    padding: 0 15px;
  }
  .l-service-v2-3d-rendering__solutions .l-service-v2__solutions-left .l-service-v2__solutions-left-img, .l-service-v2-3d-rendering__solutions .l-service-v3__plans-left .l-service-v2__solutions-left-img {
    height: 500px;
  }
}
.l-service-v2-3d-rendering__solutions .l-service__solutions-right, .l-service-v2-3d-rendering__solutions .l-service-v3__plans-right {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .l-service-v2-3d-rendering__solutions .l-service__solutions-right, .l-service-v2-3d-rendering__solutions .l-service-v3__plans-right {
    width: 100%;
    padding: 45px 0 0;
    text-align: center;
  }
  .l-service-v2-3d-rendering__solutions .l-service__solutions-right ul, .l-service-v2-3d-rendering__solutions .l-service-v3__plans-right ul {
    text-align: center;
  }
  .l-service-v2-3d-rendering__solutions .l-service__solutions-right ul li, .l-service-v2-3d-rendering__solutions .l-service-v3__plans-right ul li {
    padding: 0;
  }
  .l-service-v2-3d-rendering__solutions .l-service__solutions-right ul li:before, .l-service-v2-3d-rendering__solutions .l-service-v3__plans-right ul li:before, .l-service-v2-3d-rendering__solutions .l-service__solutions-right ul li:after, .l-service-v2-3d-rendering__solutions .l-service-v3__plans-right ul li:after {
    display: none;
  }
}

.l-service-v2__content .btn-wrap {
  padding-top: 20px;
}

.l-service-v2-illustration__content {
  max-width: 760px;
  margin: 0 auto 80px;
}

.l-service-v2 .l-service__eyecatch .l-container {
  z-index: 1;
}
.l-service-v2 .l-service__eyecatch .l-container .l-service__eyecatch-left, .l-service-v2 .l-service__eyecatch .l-container .l-service-v3__eyecatch-content-upper {
  width: 100%;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .l-service-v2 .l-service__eyecatch .l-container .l-service__eyecatch-left, .l-service-v2 .l-service__eyecatch .l-container .l-service-v3__eyecatch-content-upper {
    padding: 50px 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-service-v2 .l-service__eyecatch {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .l-service-v2-service-photography .l-service__details .l-service__content {
    margin-bottom: 0;
  }
}
.l-service-v2-service-photography .l-service-v2__solutions .l-service__solutions-right, .l-service-v2-service-photography .l-service-v2__solutions .l-service-v3__plans-right, .l-service-v2-service-photography .l-service-v3__plans .l-service__solutions-right, .l-service-v2-service-photography .l-service-v3__plans .l-service-v3__plans-right {
  padding: 50px 0 0;
}

.l-service-3d-rendering .l-service__heading--small, .l-service-360-degree-product .l-service__heading--small {
  text-transform: uppercase;
  font-family: "Gilroy-ExtraBold";
}
.l-service-3d-rendering .l-service-v2__intro, .l-service-360-degree-product .l-service-v2__intro {
  background-color: #1D1D1D;
}
.l-service-3d-rendering .l-service-v2__intro .l-service__intro-content p, .l-service-360-degree-product .l-service-v2__intro .l-service__intro-content p {
  width: 50%;
  padding: 0 42px;
}
.l-service-3d-rendering .l-service-v2__intro .btn-wrap, .l-service-360-degree-product .l-service-v2__intro .btn-wrap {
  text-align: center;
}
@media (max-width: 767px) {
  .l-service-3d-rendering .l-service-v2__intro .l-service__intro-content, .l-service-360-degree-product .l-service-v2__intro .l-service__intro-content {
    display: block;
  }
  .l-service-3d-rendering .l-service-v2__intro .l-service__intro-content p, .l-service-360-degree-product .l-service-v2__intro .l-service__intro-content p {
    width: 100%;
  }
}
.l-service-3d-rendering .l-service__details, .l-service-360-degree-product .l-service__details {
  padding-top: 0;
}
.l-service-3d-rendering .l-service__details .l-service__heading, .l-service-3d-rendering .l-service__details .l-service-v3__call-to-action .l-service-v3__heading, .l-service-v3__call-to-action .l-service-3d-rendering .l-service__details .l-service-v3__heading, .l-service-360-degree-product .l-service__details .l-service__heading, .l-service-360-degree-product .l-service__details .l-service-v3__call-to-action .l-service-v3__heading, .l-service-v3__call-to-action .l-service-360-degree-product .l-service__details .l-service-v3__heading {
  margin-bottom: 0;
}
@media (max-width: 1366px) {
  .l-service-3d-rendering .l-service__details .detail-block .detail-block__image, .l-service-360-degree-product .l-service__details .detail-block .detail-block__image {
    min-height: 400px;
  }
}
@media (max-width: 1280px) {
  .l-service-3d-rendering .l-service__details .detail-block .detail-block__image, .l-service-360-degree-product .l-service__details .detail-block .detail-block__image {
    min-height: 425px;
  }
}
@media (max-width: 1024px) {
  .l-service-3d-rendering .l-service__details .detail-block .detail-block__image, .l-service-360-degree-product .l-service__details .detail-block .detail-block__image {
    min-height: 450px;
  }
}
.l-service-3d-rendering .section-what-we-do-tabs, .l-service-360-degree-product .section-what-we-do-tabs {
  padding: 4rem 0;
}
.l-service-3d-rendering .section-what-we-do-tabs .l-service__content, .l-service-360-degree-product .section-what-we-do-tabs .l-service__content,
.l-service-3d-rendering .section-what-we-do-tabs .l-service__heading--small,
.l-service-360-degree-product .section-what-we-do-tabs .l-service__heading--small {
  text-align: center;
}
.l-service-3d-rendering .section-what-we-do-tabs .l-service__heading--small, .l-service-360-degree-product .section-what-we-do-tabs .l-service__heading--small {
  margin-bottom: 25px;
}
.l-service-3d-rendering .section-what-we-do-tabs .l-service__content, .l-service-360-degree-product .section-what-we-do-tabs .l-service__content {
  max-width: 778px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-service-3d-rendering .section-what-we-do-tabs .image-wrap, .l-service-360-degree-product .section-what-we-do-tabs .image-wrap {
    display: none;
  }
}

.what-we-do-tabs {
  position: relative;
  margin-top: 80px;
}
.what-we-do-tabs .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 85%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.what-we-do-tabs .tab-listing {
  overflow: hidden;
}
.what-we-do-tabs .tab-listing ul.tabs {
  float: right;
  width: 60%;
  margin: 0px;
  padding: 80px 0 80px 40px;
  list-style: none;
}
@media (max-width: 767px) {
  .what-we-do-tabs .tab-listing ul.tabs {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-top: 0;
  }
}
.what-we-do-tabs .tab-listing ul.tabs li {
  color: #fff;
  display: block;
  padding: 10px 15px;
  cursor: pointer;
  font-family: "Gilroy-ExtraBold";
  font-size: 45px;
  position: relative;
  padding-left: 40px;
  margin-left: 0;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.what-we-do-tabs .tab-listing ul.tabs li span {
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 22px;
  color: #4D4D4D;
}
@media (max-width: 767px) {
  .what-we-do-tabs .tab-listing ul.tabs li {
    font-size: 40px;
  }
}
.what-we-do-tabs .tab-listing ul.tabs li.current {
  color: #fb8631;
  margin-left: -42px;
}
.what-we-do-tabs .tab-listing ul.tabs li.current span {
  color: #fb8631;
}
@media (max-width: 767px) {
  .what-we-do-tabs .tab-listing ul.tabs li.current {
    margin-left: 0;
  }
}
.what-we-do-tabs .tab-listing .tab-content {
  display: none;
  padding: 50px;
  float: left;
  width: 100%;
  background-color: #232323;
}
.what-we-do-tabs .tab-listing .tab-content h3 {
  font-family: "Gilroy-ExtraBold";
  font-size: 26px;
}
.what-we-do-tabs .tab-listing .tab-content.current {
  display: inherit;
}

.section-what-we-do {
  background-color: #191919;
  text-align: center;
  padding: 4rem 0;
}
.section-what-we-do .l-container {
  max-width: 850px;
}
.section-what-we-do .l-service__heading, .section-what-we-do .l-service-v3__call-to-action .l-service-v3__heading, .l-service-v3__call-to-action .section-what-we-do .l-service-v3__heading {
  font-size: 3rem;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.section-what-we-do .l-service__content {
  max-width: 895px;
  margin: 0 auto 30px;
}
.section-what-we-do .give-us-call {
  font-family: "Gilroy-ExtraBold";
  padding-top: 12px;
}
.section-what-we-do .give-us-call span {
  color: #717171;
  text-transform: uppercase;
}
.section-what-we-do .give-us-call p {
  text-transform: uppercase;
}
.section-what-we-do .give-us-call p a {
  color: #fb8631;
}

.service-proof-points {
  position: relative;
  padding: 80px 0;
  background-color: #0d0d0d;
}
.service-proof-points.service-proof-points--compact {
  padding-top: 70px;
  padding-bottom: 70px;
}
.service-proof-points.service-proof-points--virtual {
  background-color: #151515;
}
.service-proof-points .service-proof-points__header {
  width: 980px;
  max-width: 100%;
  margin: 0 auto 58px;
  text-align: center;
}
.service-proof-points .service-proof-points__header .l-service__heading, .service-proof-points .service-proof-points__header .l-service-v3__call-to-action .l-service-v3__heading, .l-service-v3__call-to-action .service-proof-points .service-proof-points__header .l-service-v3__heading {
  margin-bottom: 18px;
  font-size: 46px;
  line-height: 1.12;
}
.service-proof-points .service-proof-points__header p {
  width: 820px;
  max-width: 100%;
  margin: 0 auto;
  color: #d5d5d5;
  line-height: 1.8;
}
.service-proof-points .service-proof-points__grid {
  position: relative;
  margin-right: -18px;
  margin-left: -18px;
  padding-top: 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
.service-proof-points .service-proof-points__grid li {
  position: relative;
  width: 33.333%;
  padding: 0 18px;
}
.service-proof-points .service-proof-points__grid li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  width: 1px;
  height: calc(100% - 6px);
  background: rgba(255, 255, 255, 0.08);
}
.service-proof-points .service-proof-points__grid li span {
  display: block;
  margin-bottom: 26px;
  color: #fb8631;
  font-family: "Gilroy-ExtraBold";
  font-size: 16px;
}
.service-proof-points .service-proof-points__grid li h3 {
  margin-bottom: 14px;
  font-family: "Gilroy-ExtraBold";
  font-size: 28px;
  line-height: 1.25;
}
.service-proof-points .service-proof-points__grid li p {
  color: #d5d5d5;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .service-proof-points {
    padding: 55px 0;
  }
  .service-proof-points .service-proof-points__header {
    margin-bottom: 34px;
  }
  .service-proof-points .service-proof-points__header .l-service__heading, .service-proof-points .service-proof-points__header .l-service-v3__call-to-action .l-service-v3__heading, .l-service-v3__call-to-action .service-proof-points .service-proof-points__header .l-service-v3__heading {
    font-size: 31px;
  }
  .service-proof-points .service-proof-points__grid {
    display: block;
    margin-right: 0;
    margin-left: 0;
    padding-top: 0;
    border-top: 0;
  }
  .service-proof-points .service-proof-points__grid li {
    width: 100%;
    padding: 28px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }
  .service-proof-points .service-proof-points__grid li:not(:last-child):after {
    display: none;
  }
  .service-proof-points .service-proof-points__grid li:last-child {
    padding-bottom: 0;
  }
}

.l-service-360-degree-product .l-service-v3__intro {
  padding: 80px 0;
}
.l-service-360-degree-product .l-service-v3__intro-listing {
  margin-top: 0;
}
.l-service-360-degree-product .l-service-v3__intro-listing li {
  width: 25%;
  padding: 0 32px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .l-service-360-degree-product .l-service-v3__intro-listing li {
    width: 50%;
    margin-bottom: 35px;
  }
}
@media (max-width: 640px) {
  .l-service-360-degree-product .l-service-v3__intro-listing li {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .l-service-360-degree-product .section-feature-list .col-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 35px;
  }
}
@media (max-width: 640px) {
  .l-service-360-degree-product .section-feature-list .col-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.l-service-360-degree-product .l-service-v2__solutions-left .l-service-v2__solutions-left-img, .l-service-360-degree-product .l-service-v3__plans-left .l-service-v2__solutions-left-img {
  height: 100%;
}
.l-service-360-degree-product .l-service-v2__solutions, .l-service-360-degree-product .l-service-v3__plans {
  padding-bottom: 0;
  margin-bottom: 80px;
}
.l-service-360-degree-product .l-service-v2__intro h3 {
  padding-left: 42px;
  font-size: 26px;
  font-family: "Gilroy-ExtraBold";
  margin-bottom: 8px;
}

.l-service-information-architecture .l-service-v2__solutions, .l-service-information-architecture .l-service-v3__plans {
  margin-bottom: 10em;
  padding-bottom: 0;
}

.l-service-v2-crm .l-service__details .l-service-v2__content {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.l-service-v2-crm .l-section-1 .l-section-left h1 {
  font-size: 45px;
}
.l-service-v2-crm .l-section-1 .l-section-right.img-right {
  width: 45%;
}
@media (max-width: 767px) {
  .l-service-v2-crm .l-section-1 .l-section-right.img-right {
    width: 100%;
  }
}
.l-service-v2-crm .l-service__intro.l-services-border-bottom, .l-service-v2-crm .l-services-border-bottom.l-service-v3__text-column {
  background-color: #1a1a1a;
}

@media screen and (max-width: 767px) {
  .l-service-v2-illustration {
    padding-bottom: 50px;
  }
}
.l-service-v2-illustration .section-video-list .detail-block {
  background-color: transparent;
}

.l-service-v2-service-photography .l-service__intro .l-service__intro-content.l-service__intro-content-full, .l-service-v2-service-photography .l-service-v3__text-column .l-service__intro-content.l-service__intro-content-full {
  font-size: 20px;
  text-align: center;
}
.l-service-v2-service-photography .l-service-v2__blurb {
  padding: 60px 0;
}

.l-service-v2.l-service-3d-rendering .l-service-v2__intro, .l-service-v2.l-service-360-degree-product .l-service-v2__intro {
  position: relative;
  padding: 74px 0 64px;
  background: linear-gradient(180deg, #1b1b1b 0%, #181818 100%);
}
.l-service-v2.l-service-3d-rendering .l-service-v2__intro .l-container, .l-service-v2.l-service-360-degree-product .l-service-v2__intro .l-container {
  position: relative;
  width: min(82%, 1320px);
}
.l-service-v2.l-service-3d-rendering .l-service-v2__intro .service-section-label, .l-service-v2.l-service-360-degree-product .l-service-v2__intro .service-section-label {
  display: block;
  margin-bottom: 30px;
  color: #fb8631;
  font-family: "Gilroy-ExtraBold";
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}
.l-service-v2.l-service-3d-rendering .l-service-v2__intro .l-service__intro-content.u-flex, .l-service-v2.l-service-360-degree-product .l-service-v2__intro .l-service__intro-content.u-flex {
  margin-right: -34px;
  margin-left: -34px;
  align-items: stretch;
}
.l-service-v2.l-service-3d-rendering .l-service-v2__intro .l-service__intro-content.u-flex p, .l-service-v2.l-service-360-degree-product .l-service-v2__intro .l-service__intro-content.u-flex p {
  position: relative;
  width: 50%;
  margin-bottom: 0;
  padding: 0 34px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 20px;
  line-height: 1.75;
}
.l-service-v2.l-service-3d-rendering .l-service-v2__intro .l-service__intro-content.u-flex p:first-child:after, .l-service-v2.l-service-360-degree-product .l-service-v2__intro .l-service__intro-content.u-flex p:first-child:after {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  width: 1px;
  height: calc(100% - 8px);
  background: rgba(255, 255, 255, 0.12);
}
.l-service-v2.l-service-3d-rendering .l-service-v2__intro .btn-wrap, .l-service-v2.l-service-360-degree-product .l-service-v2__intro .btn-wrap {
  padding-top: 38px;
}
.l-service-v2.l-service-3d-rendering .banner-services, .l-service-v2.l-service-360-degree-product .banner-services {
  position: relative;
  overflow: hidden;
}
.l-service-v2.l-service-3d-rendering .banner-services:after, .l-service-v2.l-service-360-degree-product .banner-services:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.25) 42%, rgba(0, 0, 0, 0.52) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.48) 100%);
}
.l-service-v2.l-service-3d-rendering .banner-services .l-container, .l-service-v2.l-service-360-degree-product .banner-services .l-container {
  position: relative;
  z-index: 2;
  justify-content: center;
  min-height: 700px;
  height: auto;
  padding-top: 90px;
  padding-bottom: 90px;
}
.l-service-v2.l-service-3d-rendering .banner-services .banner-content, .l-service-v2.l-service-360-degree-product .banner-services .banner-content {
  width: 940px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.l-service-v2.l-service-3d-rendering .banner-services .banner-content h1, .l-service-v2.l-service-360-degree-product .banner-services .banner-content h1 {
  margin-bottom: 18px;
  font-size: 58px;
  line-height: 1;
  text-shadow: 0 18px 45px rgba(0, 0, 0, 0.42);
}
.l-service-v2.l-service-3d-rendering .banner-services .banner-content .description, .l-service-v2.l-service-360-degree-product .banner-services .banner-content .description {
  width: 780px;
  max-width: 100%;
  margin: 0 auto 34px;
}
.l-service-v2.l-service-3d-rendering .banner-services .banner-content .description p, .l-service-v2.l-service-360-degree-product .banner-services .banner-content .description p {
  font-size: 21px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
  text-shadow: 0 10px 35px rgba(0, 0, 0, 0.58);
}
.l-service-v2.l-service-3d-rendering .banner-services .banner-content .button, .l-service-v2.l-service-360-degree-product .banner-services .banner-content .button {
  min-width: 230px;
  margin: 0 4px;
  padding: 16px 24px;
  border-width: 2px;
}
.l-service-v2.l-service-3d-rendering .section-what-we-do-tabs .tab-listing ul.tabs li, .l-service-v2.l-service-360-degree-product .section-what-we-do-tabs .tab-listing ul.tabs li {
  float: none;
  width: 100%;
  text-align: left;
}
@media (max-width: 991px) {
  .l-service-v2.l-service-3d-rendering .l-service-v2__intro .l-container, .l-service-v2.l-service-360-degree-product .l-service-v2__intro .l-container {
    width: 88%;
  }
  .l-service-v2.l-service-3d-rendering .l-service-v2__intro .l-service__intro-content.u-flex, .l-service-v2.l-service-360-degree-product .l-service-v2__intro .l-service__intro-content.u-flex {
    margin-right: -22px;
    margin-left: -22px;
  }
  .l-service-v2.l-service-3d-rendering .l-service-v2__intro .l-service__intro-content.u-flex p, .l-service-v2.l-service-360-degree-product .l-service-v2__intro .l-service__intro-content.u-flex p {
    padding-right: 22px;
    padding-left: 22px;
    font-size: 18px;
  }
  .l-service-v2.l-service-3d-rendering .banner-services .l-container, .l-service-v2.l-service-360-degree-product .banner-services .l-container {
    min-height: 620px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .l-service-v2.l-service-3d-rendering .banner-services .banner-content h1, .l-service-v2.l-service-360-degree-product .banner-services .banner-content h1 {
    font-size: 46px;
  }
  .l-service-v2.l-service-3d-rendering .banner-services .banner-content .description, .l-service-v2.l-service-360-degree-product .banner-services .banner-content .description {
    width: 680px;
  }
  .l-service-v2.l-service-3d-rendering .banner-services .banner-content .description p, .l-service-v2.l-service-360-degree-product .banner-services .banner-content .description p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .l-service-v2.l-service-3d-rendering .l-service-v2__intro, .l-service-v2.l-service-360-degree-product .l-service-v2__intro {
    padding: 50px 0;
    text-align: center;
  }
  .l-service-v2.l-service-3d-rendering .l-service-v2__intro .l-container, .l-service-v2.l-service-360-degree-product .l-service-v2__intro .l-container {
    width: 90%;
  }
  .l-service-v2.l-service-3d-rendering .l-service-v2__intro .service-section-label, .l-service-v2.l-service-360-degree-product .l-service-v2__intro .service-section-label {
    margin-bottom: 20px;
  }
  .l-service-v2.l-service-3d-rendering .l-service-v2__intro .l-service__intro-content.u-flex, .l-service-v2.l-service-360-degree-product .l-service-v2__intro .l-service__intro-content.u-flex {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
  .l-service-v2.l-service-3d-rendering .l-service-v2__intro .l-service__intro-content.u-flex p, .l-service-v2.l-service-360-degree-product .l-service-v2__intro .l-service__intro-content.u-flex p {
    width: 100%;
    padding: 0;
    font-size: 16px;
    line-height: 1.75;
  }
  .l-service-v2.l-service-3d-rendering .l-service-v2__intro .l-service__intro-content.u-flex p:first-child, .l-service-v2.l-service-360-degree-product .l-service-v2__intro .l-service__intro-content.u-flex p:first-child {
    margin-bottom: 20px;
    padding-bottom: 22px;
  }
  .l-service-v2.l-service-3d-rendering .l-service-v2__intro .l-service__intro-content.u-flex p:first-child:after, .l-service-v2.l-service-360-degree-product .l-service-v2__intro .l-service__intro-content.u-flex p:first-child:after {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    width: 64px;
    height: 1px;
    transform: translateX(-50%);
  }
  .l-service-v2.l-service-3d-rendering .l-service-v2__intro .btn-wrap, .l-service-v2.l-service-360-degree-product .l-service-v2__intro .btn-wrap {
    padding-top: 30px;
  }
  .l-service-v2.l-service-3d-rendering .banner-services .l-container, .l-service-v2.l-service-360-degree-product .banner-services .l-container {
    min-height: 560px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .l-service-v2.l-service-3d-rendering .banner-services .banner-content h1, .l-service-v2.l-service-360-degree-product .banner-services .banner-content h1 {
    font-size: 38px;
  }
  .l-service-v2.l-service-3d-rendering .banner-services .banner-content .description, .l-service-v2.l-service-360-degree-product .banner-services .banner-content .description {
    margin-bottom: 26px;
  }
  .l-service-v2.l-service-3d-rendering .banner-services .banner-content .description p, .l-service-v2.l-service-360-degree-product .banner-services .banner-content .description p {
    font-size: 16px;
    line-height: 1.7;
  }
  .l-service-v2.l-service-3d-rendering .banner-services .banner-content .button, .l-service-v2.l-service-360-degree-product .banner-services .banner-content .button {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 0 auto 12px;
  }
  .l-service-v2.l-service-3d-rendering .banner-services .banner-content .button:last-child, .l-service-v2.l-service-360-degree-product .banner-services .banner-content .button:last-child {
    margin-bottom: 0;
  }
}
.l-service-v2.l-service-3d-rendering.l-service-virtual .section-page-intro h1, .l-service-v2.l-service-virtual.l-service-360-degree-product .section-page-intro h1 {
  font-size: 45px;
}
.l-service-v2.l-service-3d-rendering.l-service-virtual .l-service__details.section-vr, .l-service-v2.l-service-virtual.l-service-360-degree-product .l-service__details.section-vr {
  padding-top: 80px;
  padding-bottom: 80px;
}
.l-service-v2.l-service-3d-rendering.l-service-virtual .l-service__details.section-vr .detail-block, .l-service-v2.l-service-virtual.l-service-360-degree-product .l-service__details.section-vr .detail-block {
  background-color: transparent;
}
.l-service-v2.l-service-3d-rendering.l-service-virtual .l-service__details.section-vr .detail-block__text, .l-service-v2.l-service-virtual.l-service-360-degree-product .l-service__details.section-vr .detail-block__text {
  background-color: transparent;
}

.l-service.l-service-v2.l-service-v2-illustration, .l-service-v2.l-service-v2-illustration {
  background: #111;
}
.l-service.l-service-v2.l-service-v2-illustration .service-eyebrow, .l-service-v2.l-service-v2-illustration .service-eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  font-family: "Gilroy-ExtraBold";
  font-size: 13px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fb8631;
}
.l-service.l-service-v2.l-service-v2-illustration .illustration-video, .l-service-v2.l-service-v2-illustration .illustration-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-service.l-service-v2.l-service-v2-illustration .l-service-v2-illustration__content, .l-service-v2.l-service-v2-illustration .l-service-v2-illustration__content {
  max-width: 960px;
  margin: -60px auto 58px;
  padding: 64px 70px;
  font-size: 18px;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-align: center;
  background: #181818;
  position: relative;
  z-index: 2;
}
.l-service.l-service-v2.l-service-v2-illustration .l-service-v2-illustration__content .illustration-intro__label, .l-service-v2.l-service-v2-illustration .l-service-v2-illustration__content .illustration-intro__label {
  margin-bottom: 18px;
  font-family: "Gilroy-ExtraBold";
  font-size: 13px;
  color: #fb8631;
  text-transform: uppercase;
}
.l-service.l-service-v2.l-service-v2-illustration .l-service-v2-illustration__content h2, .l-service-v2.l-service-v2-illustration .l-service-v2-illustration__content h2 {
  margin-bottom: 24px;
  font-family: "Gilroy-ExtraBold";
  font-size: 42px;
  line-height: 1.15;
  color: #fff;
}
.l-service.l-service-v2.l-service-v2-illustration .l-service-v2-illustration__content p, .l-service-v2.l-service-v2-illustration .l-service-v2-illustration__content p {
  max-width: 760px;
  margin: 0 auto;
  color: #D5D5D5;
  line-height: 1.8;
}
.l-service.l-service-v2.l-service-v2-illustration .l-service-v2-illustration__content p:not(:last-child), .l-service-v2.l-service-v2-illustration .l-service-v2-illustration__content p:not(:last-child) {
  margin-bottom: 18px;
}
.l-service.l-service-v2.l-service-v2-illustration .video-bg, .l-service-v2.l-service-v2-illustration .video-bg {
  position: relative;
}
.l-service.l-service-v2.l-service-v2-illustration .video-bg:after, .l-service-v2.l-service-v2-illustration .video-bg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.68) 100%);
}
.l-service.l-service-v2.l-service-v2-illustration .l-service-v2__circle, .l-service-v2.l-service-v2-illustration .l-service-v2__circle {
  left: auto;
  right: auto;
  bottom: -300px;
  z-index: 1;
}
.l-service.l-service-v2.l-service-v2-illustration .l-service__details, .l-service-v2.l-service-v2-illustration .l-service__details {
  padding-top: 0;
  padding-bottom: 90px;
}
.l-service.l-service-v2.l-service-v2-illustration .section-top-video-wrap, .l-service-v2.l-service-v2-illustration .section-top-video-wrap {
  min-height: 680px;
}
.l-service.l-service-v2.l-service-v2-illustration .section-top-video-wrap > .l-container, .l-service-v2.l-service-v2-illustration .section-top-video-wrap > .l-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  max-width: 1200px;
}
.l-service.l-service-v2.l-service-v2-illustration .section-top-video-wrap .l-section-1 .l-section-left, .l-service-v2.l-service-v2-illustration .section-top-video-wrap .l-section-1 .l-section-left {
  width: 100%;
  padding-right: 0;
  margin: auto;
  text-align: center;
  padding-top: 0;
}
.l-service.l-service-v2.l-service-v2-illustration .section-top-video-wrap .l-section-left h1, .l-service-v2.l-service-v2-illustration .section-top-video-wrap .l-section-left h1 {
  max-width: 980px;
  margin: 0 auto 18px;
  line-height: 1.04;
}
.l-service.l-service-v2.l-service-v2-illustration .section-top-video-wrap .l-section-left .description, .l-service-v2.l-service-v2-illustration .section-top-video-wrap .l-section-left .description {
  max-width: 740px;
  margin: 0 auto 28px;
}
.l-service.l-service-v2.l-service-v2-illustration .illustration-hero-points, .l-service-v2.l-service-v2-illustration .illustration-hero-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  max-width: 860px;
  margin: 30px auto 52px;
}
.l-service.l-service-v2.l-service-v2-illustration .illustration-hero-points li, .l-service-v2.l-service-v2-illustration .illustration-hero-points li {
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.4;
  color: #f2f2f2;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.35);
}
.l-service.l-service-v2.l-service-v2-illustration .illustration-stats, .l-service-v2.l-service-v2-illustration .illustration-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-bottom: 72px;
  background: #2A2A2A;
}
.l-service.l-service-v2.l-service-v2-illustration .illustration-stats div, .l-service-v2.l-service-v2-illustration .illustration-stats div {
  padding: 34px 30px;
  background: #171717;
}
.l-service.l-service-v2.l-service-v2-illustration .illustration-stats strong, .l-service-v2.l-service-v2-illustration .illustration-stats strong {
  display: block;
  margin-bottom: 12px;
  font-family: "Gilroy-ExtraBold";
  font-size: 22px;
  color: #fff;
}
.l-service.l-service-v2.l-service-v2-illustration .illustration-stats span, .l-service-v2.l-service-v2-illustration .illustration-stats span {
  display: block;
  color: #C9C9C9;
  line-height: 1.7;
}
.l-service.l-service-v2.l-service-v2-illustration .section-video-list, .l-service-v2.l-service-v2-illustration .section-video-list {
  margin-bottom: 88px;
}
.l-service.l-service-v2.l-service-v2-illustration .section-video-list .detail-block, .l-service-v2.l-service-v2-illustration .section-video-list .detail-block {
  min-height: 460px;
  margin-bottom: 32px;
  overflow: hidden;
  background: #1B1B1B;
}
.l-service.l-service-v2.l-service-v2-illustration .section-video-list .detail-block:nth-child(2n), .l-service-v2.l-service-v2-illustration .section-video-list .detail-block:nth-child(2n) {
  background: #151515;
}
.l-service.l-service-v2.l-service-v2-illustration .section-video-list .detail-block__image, .l-service-v2.l-service-v2-illustration .section-video-list .detail-block__image {
  min-height: 460px;
  overflow: hidden;
  background-color: #000;
}
.l-service.l-service-v2.l-service-v2-illustration .section-video-list .detail-block__text, .l-service-v2.l-service-v2-illustration .section-video-list .detail-block__text {
  padding: 56px 64px;
}
.l-service.l-service-v2.l-service-v2-illustration .section-video-list .detail-block__text h2, .l-service-v2.l-service-v2-illustration .section-video-list .detail-block__text h2 {
  max-width: 420px;
  margin-bottom: 18px;
  line-height: 1.12;
}
.l-service.l-service-v2.l-service-v2-illustration .section-video-list .detail-block__text p, .l-service-v2.l-service-v2-illustration .section-video-list .detail-block__text p {
  max-width: 520px;
  line-height: 1.85;
}
.l-service.l-service-v2.l-service-v2-illustration .illustration-process, .l-service-v2.l-service-v2-illustration .illustration-process {
  display: grid;
  grid-template-columns: minmax(260px, 34%) 1fr;
  gap: 48px;
  margin-bottom: 84px;
  padding: 62px;
  background: #181818;
}
.l-service.l-service-v2.l-service-v2-illustration .illustration-process h2, .l-service-v2.l-service-v2-illustration .illustration-process h2 {
  font-family: "Gilroy-ExtraBold";
  font-size: 38px;
  line-height: 1.15;
}
.l-service.l-service-v2.l-service-v2-illustration .illustration-process ol, .l-service-v2.l-service-v2-illustration .illustration-process ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 40px;
  margin: 0;
  padding: 0;
  counter-reset: illustration-process;
}
.l-service.l-service-v2.l-service-v2-illustration .illustration-process li, .l-service-v2.l-service-v2-illustration .illustration-process li {
  position: relative;
  padding-left: 54px;
  list-style: none;
  counter-increment: illustration-process;
}
.l-service.l-service-v2.l-service-v2-illustration .illustration-process li:before, .l-service-v2.l-service-v2-illustration .illustration-process li:before {
  content: counter(illustration-process, decimal-leading-zero);
  position: absolute;
  top: 2px;
  left: 0;
  font-family: "Gilroy-ExtraBold";
  font-size: 18px;
  color: #fb8631;
}
.l-service.l-service-v2.l-service-v2-illustration .illustration-process h3, .l-service-v2.l-service-v2-illustration .illustration-process h3 {
  margin-bottom: 10px;
  font-family: "Gilroy-ExtraBold";
  font-size: 20px;
  color: #fff;
}
.l-service.l-service-v2.l-service-v2-illustration .illustration-process p, .l-service-v2.l-service-v2-illustration .illustration-process p {
  color: #C9C9C9;
  line-height: 1.7;
}
.l-service.l-service-v2.l-service-v2-illustration .illustration-cta, .l-service-v2.l-service-v2-illustration .illustration-cta {
  max-width: 880px;
  margin: 0 auto;
  padding: 58px 64px;
  text-align: center;
  background: #202020;
}
.l-service.l-service-v2.l-service-v2-illustration .illustration-cta h2, .l-service-v2.l-service-v2-illustration .illustration-cta h2 {
  margin-bottom: 16px;
  font-family: "Gilroy-ExtraBold";
  font-size: 40px;
  line-height: 1.15;
}
.l-service.l-service-v2.l-service-v2-illustration .illustration-cta p, .l-service-v2.l-service-v2-illustration .illustration-cta p {
  max-width: 660px;
  margin: 0 auto 28px;
  color: #D5D5D5;
  line-height: 1.8;
}
@media (max-width: 1024px) {
  .l-service.l-service-v2.l-service-v2-illustration .l-service-v2-illustration__content, .l-service-v2.l-service-v2-illustration .l-service-v2-illustration__content {
    padding: 48px 38px;
  }
  .l-service.l-service-v2.l-service-v2-illustration .l-service-v2-illustration__content h2, .l-service-v2.l-service-v2-illustration .l-service-v2-illustration__content h2 {
    font-size: 34px;
  }
  .l-service.l-service-v2.l-service-v2-illustration .section-video-list .detail-block__text, .l-service-v2.l-service-v2-illustration .section-video-list .detail-block__text {
    padding: 42px 40px;
  }
  .l-service.l-service-v2.l-service-v2-illustration .section-video-list .detail-block__text h2, .l-service-v2.l-service-v2-illustration .section-video-list .detail-block__text h2 {
    font-size: 32px;
  }
  .l-service.l-service-v2.l-service-v2-illustration .illustration-process, .l-service-v2.l-service-v2-illustration .illustration-process {
    grid-template-columns: 1fr;
    padding: 46px 38px;
  }
}
@media (max-width: 767px) {
  .l-service.l-service-v2.l-service-v2-illustration .service-eyebrow, .l-service-v2.l-service-v2-illustration .service-eyebrow {
    margin-bottom: 12px;
  }
  .l-service.l-service-v2.l-service-v2-illustration .section-top-video-wrap, .l-service-v2.l-service-v2-illustration .section-top-video-wrap {
    min-height: 620px;
  }
  .l-service.l-service-v2.l-service-v2-illustration .section-top-video-wrap > .l-container, .l-service-v2.l-service-v2-illustration .section-top-video-wrap > .l-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .l-service.l-service-v2.l-service-v2-illustration .section-top-video-wrap .l-section-left h1, .l-service-v2.l-service-v2-illustration .section-top-video-wrap .l-section-left h1 {
    font-size: 42px;
  }
  .l-service.l-service-v2.l-service-v2-illustration .illustration-hero-points, .l-service-v2.l-service-v2-illustration .illustration-hero-points {
    gap: 8px;
    margin: 24px auto 36px;
  }
  .l-service.l-service-v2.l-service-v2-illustration .illustration-hero-points li, .l-service-v2.l-service-v2-illustration .illustration-hero-points li {
    width: calc(50% - 4px);
    padding: 9px 10px;
    font-size: 12px;
  }
  .l-service.l-service-v2.l-service-v2-illustration .l-service-v2-illustration__content, .l-service-v2.l-service-v2-illustration .l-service-v2-illustration__content {
    margin: 0 auto 38px;
    padding: 42px 20px;
  }
  .l-service.l-service-v2.l-service-v2-illustration .l-service-v2-illustration__content h2, .l-service-v2.l-service-v2-illustration .l-service-v2-illustration__content h2 {
    font-size: 30px;
  }
  .l-service.l-service-v2.l-service-v2-illustration .illustration-stats, .l-service-v2.l-service-v2-illustration .illustration-stats {
    grid-template-columns: 1fr;
    margin-bottom: 46px;
  }
  .l-service.l-service-v2.l-service-v2-illustration .illustration-stats div, .l-service-v2.l-service-v2-illustration .illustration-stats div {
    padding: 28px 22px;
  }
  .l-service.l-service-v2.l-service-v2-illustration .section-video-list, .l-service-v2.l-service-v2-illustration .section-video-list {
    margin-bottom: 54px;
  }
  .l-service.l-service-v2.l-service-v2-illustration .section-video-list .detail-block, .l-service-v2.l-service-v2-illustration .section-video-list .detail-block {
    min-height: 0;
    margin-bottom: 26px;
  }
  .l-service.l-service-v2.l-service-v2-illustration .section-video-list .detail-block__image, .l-service-v2.l-service-v2-illustration .section-video-list .detail-block__image {
    min-height: 300px;
  }
  .l-service.l-service-v2.l-service-v2-illustration .section-video-list .detail-block__text, .l-service-v2.l-service-v2-illustration .section-video-list .detail-block__text {
    padding: 34px 22px 38px;
  }
  .l-service.l-service-v2.l-service-v2-illustration .section-video-list .detail-block__text h2, .l-service-v2.l-service-v2-illustration .section-video-list .detail-block__text h2,
  .l-service.l-service-v2.l-service-v2-illustration .section-video-list .detail-block__text p,
  .l-service-v2.l-service-v2-illustration .section-video-list .detail-block__text p {
    max-width: none;
  }
  .l-service.l-service-v2.l-service-v2-illustration .illustration-process, .l-service-v2.l-service-v2-illustration .illustration-process {
    gap: 30px;
    margin-bottom: 54px;
    padding: 40px 22px;
  }
  .l-service.l-service-v2.l-service-v2-illustration .illustration-process h2, .l-service-v2.l-service-v2-illustration .illustration-process h2 {
    font-size: 30px;
  }
  .l-service.l-service-v2.l-service-v2-illustration .illustration-process ol, .l-service-v2.l-service-v2-illustration .illustration-process ol {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .l-service.l-service-v2.l-service-v2-illustration .illustration-cta, .l-service-v2.l-service-v2-illustration .illustration-cta {
    padding: 42px 22px;
  }
  .l-service.l-service-v2.l-service-v2-illustration .illustration-cta h2, .l-service-v2.l-service-v2-illustration .illustration-cta h2 {
    font-size: 30px;
  }
}

.l-contact {
  position: relative;
  overflow: hidden;
  padding-bottom: 110px;
}
.l-contact > .l-container {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-contact {
    padding-bottom: 70px;
  }
}

.l-contact__top {
  position: relative;
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
}
.l-contact__top:after {
  position: absolute;
  top: 16%;
  right: 0;
  display: block;
  width: 90px;
  height: 100px;
  content: "";
  background-image: url(/wp-content/themes/lightmedia/assets/images/index/dots.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.l-contact__top .description {
  text-align: center;
  max-width: 900px;
  margin: 18px auto 0;
}
.l-contact__top .description p {
  font-size: 19px;
  line-height: 32px;
  color: #CFCFCF;
}
.l-contact__top .description p a {
  color: #d8d8d8;
  font-family: "Gilroy-ExtraBold";
}

.l-contact .l-contact__top {
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
}
.l-contact .l-contact__top:after {
  top: 16%;
}

.l-contact__form-wrap {
  position: relative;
  max-width: 850px;
  margin: 58px auto 0;
}
@media screen and (max-width: 767px) {
  .l-contact__form-wrap {
    margin-top: 34px;
  }
}

.l-contact__canvas {
  position: absolute;
  z-index: 0;
  top: 260px;
  left: 50%;
  width: 100vw;
  height: calc(100% - 220px);
  min-height: 1180px;
  opacity: 0.74;
  pointer-events: none;
  transform: translateX(-50%);
}

.l-contact-form-contact {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 803px;
  margin: 0 auto;
  padding: 50px 48px 56px;
  text-align: left;
  background-color: rgba(25, 25, 25, 0.94);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
}
.l-contact-form-contact:after {
  position: absolute;
  bottom: -15px;
  right: -15px;
  display: block;
  width: 37px;
  height: 37px;
  content: "";
  background-image: url(/wp-content/themes/lightmedia/assets/images/contact/white-caret.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.l-contact-form-contact .wpcf7-form:after {
  display: block;
  clear: both;
  content: "";
}
.l-contact-form-contact .form-group {
  padding: 0 12px;
  margin-bottom: 26px;
}
.l-contact-form-contact .form-group.full-form-group {
  margin-bottom: 20px;
}
.l-contact-form-contact .form-group label {
  font-size: 15px;
}
.l-contact-form-contact .form-group input,
.l-contact-form-contact .form-group select,
.l-contact-form-contact .form-group textarea {
  border-color: #3a3a3a;
  background-color: rgba(0, 0, 0, 0.16);
  outline: none;
  transition: border-color 0.35s ease-in-out, box-shadow 0.35s ease-in-out, background-color 0.35s ease-in-out;
}
.l-contact-form-contact .form-group input:hover,
.l-contact-form-contact .form-group select:hover,
.l-contact-form-contact .form-group textarea:hover {
  border-color: #626262;
}
.l-contact-form-contact .form-group input:focus,
.l-contact-form-contact .form-group select:focus,
.l-contact-form-contact .form-group textarea:focus {
  border-color: #fb8631;
  background-color: rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 0 1px rgba(251, 134, 49, 0.35);
}
.l-contact-form-contact .form-group input.wpcf7-not-valid,
.l-contact-form-contact .form-group select.wpcf7-not-valid,
.l-contact-form-contact .form-group textarea.wpcf7-not-valid {
  border-color: #fb8631;
  box-shadow: 0 0 0 1px rgba(251, 134, 49, 0.25);
}
.l-contact-form-contact .form-group textarea {
  min-height: 160px;
  resize: vertical;
}
.l-contact-form-contact .btn-wrap {
  clear: both;
  display: block;
  text-align: center;
  padding: 0 12px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .l-contact-form-contact .btn-wrap {
    margin-top: 18px;
  }
  .l-contact-form-contact .btn-wrap input {
    width: 100%;
  }
}
.l-contact-form-contact .button {
  padding: 22px 68px;
}
.l-contact-form-contact .ajax-loader {
  display: block !important;
  text-align: center;
  background-position: center center;
  margin: 0 auto !important;
}
.l-contact-form-contact .wpcf7-response-output {
  clear: both;
}
@media screen and (max-width: 1024px) {
  .l-contact-form-contact {
    padding: 44px 38px 50px;
  }
}
@media (max-width: 767px) {
  .l-contact-form-contact {
    padding: 32px 22px;
  }
  .l-contact-form-contact .form-group {
    padding: 0;
  }
  .l-contact-form-contact .btn-wrap {
    padding: 0;
  }
}

.l-thank-you {
  padding-top: 16em;
  padding-bottom: 100px;
  position: relative;
}
.l-thank-you h1 {
  font-family: "Gilroy-ExtraBold";
  font-size: 70px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .l-thank-you {
    padding-top: 11em;
  }
}

.l-thank-you__top {
  position: relative;
  padding-top: 80px;
}
.l-thank-you__top:before {
  content: "";
  background-image: url(/wp-content/themes/lightmedia/assets/images/thank-you/thanks.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 170px;
  width: 80%;
  position: absolute;
  left: 0;
  top: -36%;
}
@media (max-width: 767px) {
  .l-thank-you__top:before {
    top: -15%;
  }
}
.l-thank-you__top .description {
  max-width: 877px;
}
.l-thank-you__top .description p {
  font-size: 30px;
}

.l-our-works {
  padding: 100px 0 50px;
}

.l-our-works__top, .l-contact__top {
  position: relative;
  margin: 4em 0;
}
@media (max-width: 1280px) {
  .l-our-works__top, .l-contact__top {
    margin-bottom: 3em;
  }
}
@media (max-width: 1024px) {
  .l-our-works__top, .l-contact__top {
    margin-bottom: 2em;
  }
}
.l-our-works__top:after, .l-contact__top:after {
  position: absolute;
  top: -3%;
  right: 0;
  display: block;
  width: 90px;
  height: 100px;
  content: "";
  background-image: url(/wp-content/themes/lightmedia/assets/images/index/dots.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .l-our-works__top:after, .l-contact__top:after {
    right: 30px;
    width: 66px;
    height: 70px;
  }
}
.l-our-works__top h1, .l-contact__top h1 {
  font-family: "Gilroy-ExtraBold";
  font-size: 60px;
  text-align: center;
  color: #fff;
}
@media (max-width: 1280px) {
  .l-our-works__top h1, .l-contact__top h1 {
    font-size: 50px;
  }
}
@media (max-width: 1024px) {
  .l-our-works__top h1, .l-contact__top h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .l-our-works__top h1, .l-contact__top h1 {
    font-size: 30px;
  }
}

#cont_posters a.poster-item {
  position: relative;
}
#cont_posters a.poster-item .img-wrap img.img-main {
  opacity: 0.65;
  z-index: 1;
  position: absolute;
}
#cont_posters a.poster-item .img-wrap .poster-item__overlay {
  z-index: 2;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all linear 0.2s;
  background-color: rgba(0, 0, 0, 0.78);
}
#cont_posters a.poster-item .portfolio-content {
  z-index: 5;
  transform: translateY(-50%);
  top: 51%;
}
#cont_posters a.poster-item .portfolio-content img {
  display: block;
  width: 190px;
  max-width: 55%;
  height: 76px;
  max-height: 30%;
  margin: 15px auto;
  object-fit: contain;
  position: static;
  top: auto;
  transform: translateY(0%);
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #cont_posters a.poster-item .portfolio-content img {
    width: 120px;
    max-width: 65%;
    height: 56px;
    max-height: none;
    margin-bottom: 0;
  }
}
#cont_posters a.poster-item .portfolio-content .offset-top-md {
  transform: translateY(-20%);
}
#cont_posters a.poster-item:hover .img-wrap .poster-item__overlay {
  opacity: 0.75;
}
#cont_posters a.poster-item:hover .portfolio-content {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#cont_posters a.poster-item:hover .portfolio-content span {
  visibility: visible;
  opacity: 1;
}
#cont_posters a.poster-item.more-link .img-wrap img.img-main {
  opacity: 1;
}
#cont_posters a.poster-item.more-link .portfolio-content img {
  max-width: 55%;
  max-height: 30%;
}
@media (max-width: 767px) {
  #cont_posters a.poster-item.more-link .portfolio-content img {
    max-width: 65%;
    max-height: none;
  }
}
@media (max-width: 767px) {
  #cont_posters a.poster-item .img-wrap .poster-item__overlay {
    top: 0.5rem;
    left: 0.5rem;
    display: block;
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
  }
}

.portfolio_thumbs {
  overflow: hidden;
  margin: 0 -15px 4em;
}
@media screen and (max-width: 767px) {
  .portfolio_thumbs {
    margin-bottom: 3em;
  }
}

.portfolio_img {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
  height: 284px;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 120%;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
@media (max-width: 1024px) {
  .portfolio_img {
    height: 244px;
  }
}
@media screen and (max-width: 767px) {
  .portfolio_img {
    height: 140px;
  }
}
.portfolio_img:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  opacity: 0.25;
  background: #000;
}

.portfolio-content {
  position: absolute;
  z-index: 1;
  top: 55%;
  width: 100%;
  padding: 0 15px;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  -webkit-transform: translateY(-45%);
  -moz-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  -o-transform: translateY(-45%);
  transform: translateY(-45%);
  text-align: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .portfolio-content {
    top: 50%;
  }
}
.portfolio-content img {
  display: block;
  max-width: 200px;
  max-height: 100px;
  margin: 15px auto;
}
@media screen and (max-width: 767px) {
  .portfolio-content img {
    max-width: 100px;
    max-height: 60px;
    margin-bottom: 0;
  }
}
.portfolio-content span {
  font-family: "Gilroy-ExtraBold";
  font-size: 12px;
  visibility: hidden;
  width: 160px;
  margin: 0 auto;
  padding: 10px;
  -webkit-transition: all 0.35s ease-in-out 0s;
  -moz-transition: all 0.35s ease-in-out 0s;
  -ms-transition: all 0.35s ease-in-out 0s;
  -o-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
  opacity: 0;
  border: 1px solid #fff;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .portfolio-content span {
    display: none;
  }
}

.portfolio_item {
  position: relative;
  float: left;
  width: 33.333333%;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .portfolio_item {
    width: 50%;
  }
}
.portfolio_item:hover .portfolio_img {
  background-size: 130%;
}
.portfolio_item:hover .portfolio_img:before {
  opacity: 0.75;
  background-color: rgba(0, 0, 0, 0.78);
}
.portfolio_item:hover .portfolio-content {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.portfolio_item:hover .portfolio-content span {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 1024px) {
  .l-our-works__top,
  .l-contact__top {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }
  .l-our-works#page-wrap .l-container {
    width: 100%;
    padding: 0 17px;
  }
  .portfolio_item {
    padding: 3px;
  }
  .portfolio_img {
    height: 255px;
    background-size: cover;
  }
  .l-our-works {
    padding-bottom: 0;
  }
  .portfolio_thumbs {
    margin-bottom: 0;
  }
}
.l-about {
  --about-black: #050505;
  --about-charcoal: #111113;
  --about-card: #18181b;
  --about-card-border: rgba(255, 255, 255, .1);
  --about-muted: #b8b8b8;
  --about-soft: #ffffff;
  --about-orange: #fb8631;
  overflow: hidden;
  color: var(--about-soft);
  margin-bottom: 4rem;
}
.l-about h1,
.l-about h2,
.l-about h3,
.l-about p {
  margin-top: 0;
}
.l-about h1,
.l-about h2,
.l-about h3 {
  font-family: "Gilroy-ExtraBold";
  color: #fff;
}
.l-about p {
  color: var(--about-muted);
  line-height: 1.75;
}

.l-about__hero,
.l-about__intro,
.l-about__stats,
.l-about__services,
.l-about__process,
.l-about__locations {
  padding: 105px 0;
}
@media screen and (max-width: 1024px) {
  .l-about__hero,
  .l-about__intro,
  .l-about__stats,
  .l-about__services,
  .l-about__process,
  .l-about__locations {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-about__hero,
  .l-about__intro,
  .l-about__stats,
  .l-about__services,
  .l-about__process,
  .l-about__locations {
    padding: 58px 0;
  }
}

.l-about__hero {
  padding-top: 145px;
  background: radial-gradient(circle at 85% 20%, rgba(251, 134, 49, 0.18), transparent 28rem), linear-gradient(180deg, #070707 0%, #0e0e10 100%);
}
@media screen and (max-width: 767px) {
  .l-about__hero {
    padding-top: 105px;
  }
}

.l-about__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr);
  gap: 70px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .l-about__hero-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
}

.l-about__hero-content {
  max-width: 850px;
}
.l-about__hero-content h1 {
  font-size: clamp(42px, 5vw, 52px);
  line-height: 1.02;
  margin-bottom: 28px;
}
.l-about__hero-content p {
  font-size: 19px;
  max-width: 640px;
  margin-bottom: 34px;
}

.l-about__eyebrow {
  font-family: "Gilroy-ExtraBold";
  font-size: 13px;
  line-height: 1;
  display: inline-flex;
  margin-bottom: 22px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--about-orange);
}

.l-about__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.l-about__button {
  min-height: 52px;
  padding: 18px 24px;
}
.l-about__button:hover, .l-about__button:focus {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .l-about__button {
    width: 100%;
    display: block;
  }
}

.l-about__button--secondary {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.05);
}
.l-about__button--secondary:hover, .l-about__button--secondary:focus {
  color: #fff;
  border-color: var(--about-orange);
  background: rgba(251, 134, 49, 0.12);
}

.l-about__hero-media {
  position: relative;
}
.l-about__hero-media:before {
  position: absolute;
  right: -18px;
  bottom: -18px;
  width: 58%;
  height: 58%;
  content: "";
  border: 1px solid rgba(251, 134, 49, 0.55);
}
.l-about__hero-media img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  min-height: 520px;
  filter: grayscale(1) contrast(1.08);
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .l-about__hero-media img {
    min-height: 420px;
  }
}
@media screen and (max-width: 767px) {
  .l-about__hero-media:before {
    display: none;
  }
  .l-about__hero-media img {
    min-height: 290px;
  }
}

.l-about__intro {
  padding-bottom: 50px;
}

.l-about__intro,
.l-about__process {
  background: var(--about-charcoal);
}

.l-about__section-heading {
  max-width: 760px;
}
.l-about__section-heading h2 {
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
  margin-bottom: 20px;
}
.l-about__section-heading p {
  font-size: 18px;
  margin-bottom: 0;
}

.l-about__stats {
  padding-top: 0;
  background: var(--about-charcoal);
}

.l-about__stats-grid,
.l-about__card-grid,
.l-about__process-grid {
  display: grid;
  gap: 22px;
}

.l-about__stats-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media screen and (max-width: 1024px) {
  .l-about__stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .l-about__stats-grid {
    grid-template-columns: 1fr;
  }
}

.l-about__stat-card,
.l-about__card,
.l-about__process-card,
.l-about__location-card {
  background: rgba(255, 255, 255, 0.055);
}

.l-about__stat-card {
  min-height: 150px;
  padding: 28px;
}
.l-about__stat-card strong {
  font-family: "Gilroy-ExtraBold";
  font-size: 38px;
  line-height: 1;
  display: block;
  margin-bottom: 16px;
  color: #fff;
}
.l-about__stat-card span {
  color: var(--about-muted);
}

.l-about__services {
  background: radial-gradient(circle at 10% 15%, rgba(251, 134, 49, 0.12), transparent 22rem), var(--about-black);
}

.l-about__card-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 42px;
}
@media screen and (max-width: 1024px) {
  .l-about__card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .l-about__card-grid {
    grid-template-columns: 1fr;
  }
}

.l-about__card,
.l-about__process-card {
  padding: 30px;
}
.l-about__card h3,
.l-about__process-card h3 {
  font-size: 24px;
  line-height: 1.18;
  margin-bottom: 16px;
}
.l-about__card p,
.l-about__process-card p {
  margin-bottom: 0;
}

.l-about__card-icon {
  font-family: "Gilroy-ExtraBold";
  font-size: 13px;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
  color: var(--about-orange);
  border: 1px solid rgba(251, 134, 49, 0.4);
  background: rgba(251, 134, 49, 0.08);
  align-items: center;
  justify-content: center;
}

.l-about__process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 42px;
}
@media screen and (max-width: 1024px) {
  .l-about__process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .l-about__process-grid {
    grid-template-columns: 1fr;
  }
}

.l-about__process-card span {
  font-family: "Gilroy-ExtraBold";
  font-size: 15px;
  display: block;
  margin-bottom: 12px;
  color: var(--about-orange);
}

.l-about__locations {
  background: var(--about-black);
}

.l-about__locations-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 48px;
  align-items: start;
}
@media screen and (max-width: 1024px) {
  .l-about__locations-grid {
    grid-template-columns: 1fr;
  }
}

.l-about__locations .l-about__button {
  margin-top: 32px;
}

.l-about__location-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .l-about__location-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .l-about__location-list {
    grid-template-columns: 1fr;
  }
}

.l-about__location-card {
  min-height: 250px;
  padding: 28px;
}
.l-about__location-card span {
  font-family: "Gilroy-ExtraBold";
  font-size: 12px;
  line-height: 1;
  display: inline-flex;
  margin-bottom: 15px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--about-orange);
}
.l-about__location-card h3 {
  font-size: 28px;
  margin-bottom: 16px;
}
.l-about__location-card p {
  margin-bottom: 0;
}

.l-about__contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  margin-top: 4rem;
  padding: 45px 50px 55px;
  border: 1px solid rgba(251, 134, 49, 0.28);
  background: linear-gradient(135deg, rgba(251, 134, 49, 0.12), rgba(255, 255, 255, 0.035));
  align-items: center;
}
.l-about__contact-panel h2 {
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.1;
  max-width: 680px;
  margin-bottom: 0;
}
.l-about__contact-panel .l-about__eyebrow {
  margin-bottom: 14px;
}
@media screen and (max-width: 1024px) {
  .l-about__contact-panel {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .l-about__contact-panel {
    padding: 26px;
  }
}

.l-about__contact-details {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}
.l-about__contact-details a {
  font-family: "Gilroy-ExtraBold";
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  display: inline-flex;
  min-height: 50px;
  padding: 17px 20px;
  text-decoration: none;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(0, 0, 0, 0.22);
  align-items: center;
  justify-content: center;
}
.l-about__contact-details a:hover, .l-about__contact-details a:focus {
  text-decoration: none;
  border-color: var(--about-orange);
}
@media screen and (max-width: 1024px) {
  .l-about__contact-details {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .l-about__contact-details a {
    width: 100%;
  }
}

.l-pages-wrapper {
  padding-top: 85px;
}
.l-pages-wrapper-l2 {
  padding-top: 130px;
}

.l-services-hero-l2 {
  text-align: center;
  padding: 3rem 0 2rem;
  color: #D4D4D4;
}
.l-services-hero-l2 h1 {
  color: #fff;
  font-family: "Gilroy-ExtraBold";
  font-size: 3.5rem;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .l-services-hero-l2 h1 {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .l-services-hero-l2 h1 {
    font-size: 30px;
  }
}

.l-service-v3__eyecatch {
  overflow: hidden;
  padding-top: 2rem;
}

.l-service-v3__eyecatch-content-upper {
  width: 100%;
  min-height: 100%;
  text-align: center;
}
.l-service-v3__eyecatch-content-upper p {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}

.l-service-v3__eyecatch-content-lower {
  width: 725px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-service-v3__eyecatch-content-lower {
    width: 100%;
  }
}
.l-service-v3__eyecatch-content-lower .l-service-v3__eyecatch-image {
  max-width: 725px;
  margin: 0 auto;
  height: auto;
  width: auto;
}
@media screen and (max-width: 767px) {
  .l-service-v3__eyecatch-content-lower .l-service-v3__eyecatch-image {
    max-width: initial;
    width: 100%;
  }
}

.l-service-v3__eyecatch-list {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.l-service-v3__eyecatch-list li {
  background-color: #d8d8d8;
  position: absolute;
  padding: 18px;
}
.l-service-v3__eyecatch-list li span {
  display: block;
}
.l-service-v3__eyecatch-list li .l-service-v3__eyecatch-list-icon {
  width: 56px;
  height: 56px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #0E0E11;
  position: absolute;
  top: 50%;
  left: 18px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-service-v3__eyecatch-list li .l-service-v3__eyecatch-list-icon img {
  max-width: 100%;
  height: auto;
}
.l-service-v3__eyecatch-list li .l-service-v3__eyecatch-list-text {
  font-family: "Gilroy-ExtraBold";
  font-size: 20px;
  color: #0E0E11;
  line-height: 1.3;
  padding-left: 70px;
  text-align: left;
}
.l-service-v3__eyecatch-list li.l-service-v3__eyecatch-list-item1 {
  bottom: 30%;
  left: -9%;
}
.l-service-v3__eyecatch-list li.l-service-v3__eyecatch-list-item2 {
  top: 18%;
  left: -24%;
}
.l-service-v3__eyecatch-list li.l-service-v3__eyecatch-list-item3 {
  top: 12%;
  right: -9%;
}
.l-service-v3__eyecatch-list li.l-service-v3__eyecatch-list-item4 {
  bottom: 38%;
  right: -18%;
}

.l-service-v3__cms {
  background-color: #1a1a1a;
  padding: 3.8rem 0;
}
.l-service-v3__cms .l-service__intro-content {
  text-align: center;
}
.l-service-v3__cms .l-service__intro-content h2 {
  font-size: 44px;
  margin-bottom: 25px;
  font-family: "Gilroy-ExtraBold";
}
@media (max-width: 1280px) {
  .l-service-v3__cms .l-service__intro-content {
    padding: 0 75px;
  }
}
@media screen and (max-width: 767px) {
  .l-service-v3__cms .l-service__intro-content {
    padding: 0;
  }
}

.l-service-v3__cms-list {
  text-align: center;
}
.l-service-v3__cms-list li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px;
}

.l-service-v3__intro .l-service__intro-content-full {
  text-align: center;
  border-bottom: 1px solid #282828;
  padding: 30px 0 80px;
  margin-bottom: 50px;
}
.l-service-v3__intro.centered {
  text-align: center;
}
.l-service-v3__intro.centered ul {
  margin-right: -25px;
  margin-left: -25px;
}
.l-service-v3__intro.centered ul li {
  padding-right: 25px;
  padding-left: 25px;
}
.l-service-v3__intro.centered ul li .l-service-v3__intro-block {
  margin-left: 0;
}
.l-service-v3__intro.centered .l-service-v3__intro-block {
  margin-left: 0;
  text-align: center;
}
.l-service-v3__intro.centered .l-service-v3__intro-block .l-service-v3__intro-block__icon {
  margin: auto;
  margin-bottom: 15px;
}

.l-service-v3__intro-top {
  border-bottom: 1px solid #282828;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.l-service-v3__intro-top h2 {
  font-family: "Gilroy-ExtraBold";
  font-size: 40px;
  width: 34%;
}
.l-service-v3__intro-top p {
  width: 53%;
  margin-right: 0;
}
.l-service-v3__intro-top.l-service-v3__intro-top-full {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.l-service-v3__intro-top.l-service-v3__intro-top-full h2, .l-service-v3__intro-top.l-service-v3__intro-top-full p {
  width: 100%;
}
.l-service-v3__intro-top.text-left {
  text-align: left;
}
.l-service-v3__intro-top.text-left p {
  margin-bottom: 15px;
}
.l-service-v3__intro-top.l-service-v3__intro-top-no-width {
  max-width: none;
}
.l-service-v3__intro-top.border-b-none {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.l-service-v3__intro-listing li {
  width: 33.333%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .l-service-v3__intro-listing li {
    width: 100%;
  }
}

.l-service-v3__intro-block__icon:before, .l-service-v3__intro-block__icon:after {
  display: none;
}

.l-service-v3__intro-block__title {
  font-size: 26px;
}

.l-service-v3__plans {
  margin-bottom: 80px;
}
.l-service-v3__plans.l-service-v3-copywriting__plans .l-service-v2__solutions-left, .l-service-v3__plans.l-service-v3-copywriting__plans .l-service-v3__plans-left {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .l-service-v3__plans.l-service-v3-copywriting__plans .l-service-v2__solutions-left, .l-service-v3__plans.l-service-v3-copywriting__plans .l-service-v3__plans-left {
    width: 100%;
    position: relative;
    height: auto;
    top: auto;
    left: auto;
  }
}
.l-service-v3__plans.l-service-v3-copywriting__plans .l-service-v3__plans-right {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .l-service-v3__plans.l-service-v3-copywriting__plans .l-service-v3__plans-right {
    width: 100%;
  }
}
.l-service-v3__plans.pb-0 {
  padding-bottom: 0;
}
.l-service-v3__plans.mb-0 {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .l-service-v3__plans {
    margin-bottom: 0;
  }
}

.l-service-v3__plans-left-img {
  height: 100%;
  width: 100%;
}

.l-service-v3__plans-right {
  padding: 80px 50px;
}
@media screen and (max-width: 767px) {
  .l-service-v3__plans-right {
    padding: 50px 0;
    width: 100%;
  }
}
.l-service-v3__plans-right.l-service-v3__plans-right--video {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .l-service-v3__plans-right.l-service-v3__plans-right--video {
    padding: 50px 0;
  }
}

.l-service-v3__plans-left-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.l-service-v3__plans-left-img-left, .l-service-v3__plans-left-img-right {
  width: 50%;
  height: 100%;
  overflow: hidden;
  float: left;
}

.l-service-v3__plans-left-img-item1, .l-service-v3__plans-left-img-item2 {
  width: 100%;
  padding: 15px;
}
.l-service-v3__plans-left-img-item1 {
  height: 60%;
}
.l-service-v3__plans-left-img-item2 {
  height: 40%;
}

.l-service-v3__plans-left-img-right .l-service-v3__plans-left-img-item1 {
  height: 40%;
}
.l-service-v3__plans-left-img-right .l-service-v3__plans-left-img-item2 {
  height: 60%;
}

.l-service-v3__text-column {
  background-color: #1D1D1D;
  padding: 80px 0 8em;
  margin-bottom: 0;
}

.l-service-v3__call-to-action {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  padding: 80px 0;
  max-width: 1314px;
  margin: 4em auto -18em;
}
.l-service-v3__call-to-action .description {
  max-width: 888px;
  margin: 0 auto 25px;
}
.l-service-v3__call-to-action .l-service-v3__heading {
  font-size: 50px;
  line-height: 1;
}

.l-service-v3__testimonies {
  padding-top: 14em;
}
.l-service-v3__testimonies .l-container:before {
  display: none;
}
.l-service-v3__testimonies.pt-100 {
  padding-top: 100px;
}

.pb-80 {
  padding-bottom: 80px;
}

.l-service-ecommerce .l-service-v3__plans,
.l-service-v3-social-media .l-service-v3__plans,
.l-service-v3-video .l-service-v3__plans,
.l-service-v3-web-application .l-service-v3__plans {
  margin: 80px 0;
  padding: 0;
}
.l-service-ecommerce .l-service-v3__intro,
.l-service-v3-social-media .l-service-v3__intro,
.l-service-v3-video .l-service-v3__intro,
.l-service-v3-web-application .l-service-v3__intro {
  padding: 0 0 80px;
}
.l-service-ecommerce .l-service-v3__intro .btn-wrap,
.l-service-v3-social-media .l-service-v3__intro .btn-wrap,
.l-service-v3-video .l-service-v3__intro .btn-wrap,
.l-service-v3-web-application .l-service-v3__intro .btn-wrap {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-service-v3-social-media .l-service-v3__plans .l-service-v3__plans-right,
  .l-service-v3-web-application .l-service-v3__plans .l-service-v3__plans-right {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-service-v3-social-media .l-service-v3__text-column,
  .l-service-v3-web-application .l-service-v3__text-column {
    text-align: center;
  }
}

.l-service-v3-social-media .l-service-v3__cms {
  padding: 80px 0;
}
.l-service-v3-social-media .l-service-v3__cms .l-service__intro-content-full {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.l-service-v3-social-media .l-service-social__features {
  padding: 90px 0;
  background-color: #111;
}
.l-service-v3-social-media .l-service-social__feature-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin: 55px 0 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1180px) {
  .l-service-v3-social-media .l-service-social__feature-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .l-service-v3-social-media .l-service-social__feature-list {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }
}
.l-service-v3-social-media .l-service-social__feature-card {
  height: 100%;
  overflow: hidden;
  background: #1a1a1a;
  border: 1px solid #282828;
}
.l-service-v3-social-media .l-service-social__feature-image {
  min-height: 230px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .l-service-v3-social-media .l-service-social__feature-image {
    min-height: 220px;
  }
}
.l-service-v3-social-media .l-service-social__feature-copy {
  padding: 28px 26px 32px;
}
.l-service-v3-social-media .l-service-social__feature-copy span {
  display: block;
  margin-bottom: 18px;
  color: #fb8631;
  font-family: "Gilroy-ExtraBold";
  font-size: 15px;
  line-height: 1;
}
.l-service-v3-social-media .l-service-social__feature-copy h3 {
  margin-bottom: 14px;
  color: #fff;
  font-family: "Gilroy-ExtraBold";
  font-size: 24px;
  line-height: 1.2;
}
.l-service-v3-social-media .l-service-social__feature-copy p {
  margin: 0;
  color: #d5d5d5;
  font-size: 15px;
  line-height: 1.7;
}
.l-service-v3-social-media .l-service-social__details {
  padding: 80px 0;
}
.l-service-v3-social-media .l-service-social__details .detail-block-l3 {
  margin-bottom: 80px;
}
.l-service-v3-social-media .l-service-social__details .detail-block-l3:last-child {
  margin-bottom: 0;
}
.l-service-v3-social-media .l-service-social__details .detail-block__image {
  min-height: 470px;
}
@media screen and (max-width: 767px) {
  .l-service-v3-social-media .l-service-social__details .detail-block__image {
    min-height: 320px;
  }
}
.l-service-v3-social-media .l-service-social__capabilities {
  padding: 90px 0 70px;
  background-color: #040404;
}
.l-service-v3-social-media .l-service-social__capabilities .l-service-v3__intro-listing {
  align-items: normal;
  margin: 55px -24px 0;
}
.l-service-v3-social-media .l-service-social__capabilities .l-service-v3__intro-listing li {
  width: 33.333%;
  padding: 0 24px;
  text-align: left;
}
.l-service-v3-social-media .l-service-social__capabilities .l-service-v3__intro-listing .l-service-v3__intro-block {
  margin-left: 0;
}
.l-service-v3-social-media .l-service-social__capabilities .l-service-v3__intro-listing .l-service-v3__intro-block__icon {
  height: 112px;
  width: 112px;
}
@media (max-width: 1024px) {
  .l-service-v3-social-media .l-service-social__capabilities .l-service-v3__intro-listing li {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .l-service-v3-social-media .l-service-social__capabilities .l-service-v3__intro-listing {
    margin-left: 0;
    margin-right: 0;
  }
  .l-service-v3-social-media .l-service-social__capabilities .l-service-v3__intro-listing li {
    width: 100%;
    padding: 0;
  }
}
.l-service-v3-social-media .l-service-social__cta {
  padding-top: 90px;
  padding-bottom: 90px;
  margin-bottom: 0;
}
.l-service-v3-social-media .l-service-social__cta .l-service__content {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .l-service-v3-social-media .l-service-social__cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.l-service-ecommerce .l-service-v3__cms {
  padding: 80px 0;
}
.l-service-ecommerce .l-service-v3__cms .l-service__intro-content-full {
  max-width: 945px;
  margin-left: auto;
  margin-right: auto;
}
.l-service-ecommerce .l-service-ecommerce__features {
  padding: 90px 0 90px;
  background-color: #111;
}
.l-service-ecommerce .l-service-ecommerce__features .l-service-v3__intro-top {
  padding-bottom: 0;
}
.l-service-ecommerce .l-service-ecommerce__feature-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin: 55px 0 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1180px) {
  .l-service-ecommerce .l-service-ecommerce__feature-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .l-service-ecommerce .l-service-ecommerce__feature-list {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }
}
.l-service-ecommerce .l-service-ecommerce__feature-card {
  height: 100%;
  overflow: hidden;
  background: #1a1a1a;
}
.l-service-ecommerce .l-service-ecommerce__feature-image {
  min-height: 245px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .l-service-ecommerce .l-service-ecommerce__feature-image {
    min-height: 220px;
  }
}
.l-service-ecommerce .l-service-ecommerce__feature-copy {
  padding: 28px 26px 32px;
}
.l-service-ecommerce .l-service-ecommerce__feature-copy h3 {
  margin-bottom: 14px;
  color: #fff;
  font-family: "Gilroy-ExtraBold";
  font-size: 24px;
  line-height: 1.2;
}
.l-service-ecommerce .l-service-ecommerce__feature-copy p {
  margin: 0;
  color: #d5d5d5;
  font-size: 15px;
  line-height: 1.7;
}
.l-service-ecommerce .l-service__details {
  padding-top: 70px;
}
.l-service-ecommerce .l-services-ecommerce-management-systems {
  padding-top: 40px;
  padding-bottom: 80px;
}
.l-service-ecommerce .l-services-ecommerce-management-systems .l-service__heading, .l-service-ecommerce .l-services-ecommerce-management-systems .l-service-v3__call-to-action .l-service-v3__heading, .l-service-v3__call-to-action .l-service-ecommerce .l-services-ecommerce-management-systems .l-service-v3__heading {
  margin-bottom: 1em;
}
.l-service-ecommerce .l-services-ecommerce-management-systems .l-service-v3__intro-listing {
  align-items: normal;
  margin-left: -30px;
  margin-right: -30px;
}
.l-service-ecommerce .l-services-ecommerce-management-systems .l-service-v3__intro-listing li {
  width: 25%;
  padding: 0 30px;
  text-align: left;
}
.l-service-ecommerce .l-services-ecommerce-management-systems .l-service-v3__intro-listing li .l-service-v3__intro-block {
  margin-left: 0;
}
.l-service-ecommerce .l-services-ecommerce-management-systems .l-service-v3__intro-listing li .l-service-v3__intro-block .l-service-v3__intro-block__icon {
  height: 120px;
  width: 120px;
}
@media (max-width: 1024px) {
  .l-service-ecommerce .l-services-ecommerce-management-systems .l-service-v3__intro-listing li {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .l-service-ecommerce .l-services-ecommerce-management-systems .l-service-v3__intro-listing {
    margin-left: 0;
    margin-right: 0;
  }
  .l-service-ecommerce .l-services-ecommerce-management-systems .l-service-v3__intro-listing li {
    width: 100%;
    padding: 0;
  }
}

.l-service-seo-v3 .l-service-v3__cms {
  padding: 80px 0;
}
.l-service-seo-v3 .l-service-v3__cms .l-service__intro-content-full {
  max-width: 945px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.l-service-seo-v3 .l-service-seo__features {
  padding: 90px 0;
  background-color: #111;
}
.l-service-seo-v3 .l-service-seo__feature-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin: 55px 0 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1180px) {
  .l-service-seo-v3 .l-service-seo__feature-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .l-service-seo-v3 .l-service-seo__feature-list {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }
}
.l-service-seo-v3 .l-service-seo__feature-card {
  height: 100%;
  padding: 32px 28px 34px;
  background: #1a1a1a;
  border: 1px solid #282828;
}
.l-service-seo-v3 .l-service-seo__feature-card span {
  display: block;
  margin-bottom: 26px;
  color: #fb8631;
  font-family: "Gilroy-ExtraBold";
  font-size: 15px;
  line-height: 1;
}
.l-service-seo-v3 .l-service-seo__feature-card h3 {
  margin-bottom: 14px;
  color: #fff;
  font-family: "Gilroy-ExtraBold";
  font-size: 24px;
  line-height: 1.2;
}
.l-service-seo-v3 .l-service-seo__feature-card p {
  margin: 0;
  color: #d5d5d5;
  font-size: 15px;
  line-height: 1.7;
}
.l-service-seo-v3 .l-service-seo__details {
  padding: 80px 0;
}
.l-service-seo-v3 .l-service-seo__details .detail-block-l3 {
  margin-bottom: 80px;
}
.l-service-seo-v3 .l-service-seo__details .detail-block-l3:last-child {
  margin-bottom: 0;
}
.l-service-seo-v3 .l-service-seo__details .detail-block__image {
  min-height: 470px;
}
@media screen and (max-width: 767px) {
  .l-service-seo-v3 .l-service-seo__details .detail-block__image {
    min-height: 320px;
  }
}
.l-service-seo-v3 .l-service-seo__sem {
  padding: 95px 0;
  background-color: #111;
}
.l-service-seo-v3 .l-service-seo__sem-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 32px;
  align-items: stretch;
  margin-top: 55px;
}
@media (max-width: 1024px) {
  .l-service-seo-v3 .l-service-seo__sem-layout {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .l-service-seo-v3 .l-service-seo__sem-layout {
    gap: 20px;
    margin-top: 34px;
  }
}
.l-service-seo-v3 .l-service-seo__sem-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}
@media screen and (max-width: 767px) {
  .l-service-seo-v3 .l-service-seo__sem-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
.l-service-seo-v3 .l-service-seo__sem-card,
.l-service-seo-v3 .l-service-seo__sem-panel {
  border: 1px solid #282828;
  background: #1a1a1a;
}
.l-service-seo-v3 .l-service-seo__sem-card {
  padding: 30px 28px 32px;
}
.l-service-seo-v3 .l-service-seo__sem-card span {
  display: block;
  margin-bottom: 22px;
  color: #fb8631;
  font-family: "Gilroy-ExtraBold";
  font-size: 15px;
  line-height: 1;
}
.l-service-seo-v3 .l-service-seo__sem-card h3 {
  margin-bottom: 14px;
  color: #fff;
  font-family: "Gilroy-ExtraBold";
  font-size: 24px;
  line-height: 1.2;
}
.l-service-seo-v3 .l-service-seo__sem-card p {
  margin: 0;
  color: #d5d5d5;
  font-size: 15px;
  line-height: 1.7;
}
.l-service-seo-v3 .l-service-seo__sem-panel {
  padding: 34px 30px;
}
.l-service-seo-v3 .l-service-seo__sem-panel h3 {
  margin-bottom: 24px;
  color: #fff;
  font-family: "Gilroy-ExtraBold";
  font-size: 28px;
  line-height: 1.2;
}
.l-service-seo-v3 .l-service-seo__sem-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-service-seo-v3 .l-service-seo__sem-panel li {
  position: relative;
  padding-left: 26px;
  color: #d5d5d5;
  font-size: 15px;
  line-height: 1.6;
}
.l-service-seo-v3 .l-service-seo__sem-panel li:not(:last-child) {
  margin-bottom: 14px;
}
.l-service-seo-v3 .l-service-seo__sem-panel li:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
  background: linear-gradient(90deg, #fb8631 0%, #fb8631 80%);
}
.l-service-seo-v3 .l-service-seo__capabilities {
  padding: 90px 0 70px;
  background-color: #1a1a1a;
}
.l-service-seo-v3 .l-service-seo__capabilities .l-service-v3__intro-listing {
  align-items: normal;
  margin: 55px -24px 0;
}
.l-service-seo-v3 .l-service-seo__capabilities .l-service-v3__intro-listing li {
  width: 33.333%;
  padding: 0 24px;
  text-align: left;
}
.l-service-seo-v3 .l-service-seo__capabilities .l-service-v3__intro-listing .l-service-v3__intro-block {
  margin-left: 0;
}
.l-service-seo-v3 .l-service-seo__capabilities .l-service-v3__intro-listing .l-service-v3__intro-block__icon {
  height: 112px;
  width: 112px;
}
@media (max-width: 1024px) {
  .l-service-seo-v3 .l-service-seo__capabilities .l-service-v3__intro-listing li {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .l-service-seo-v3 .l-service-seo__capabilities .l-service-v3__intro-listing {
    margin-left: 0;
    margin-right: 0;
  }
  .l-service-seo-v3 .l-service-seo__capabilities .l-service-v3__intro-listing li {
    width: 100%;
    padding: 0;
  }
}
.l-service-seo-v3 .l-service-seo__cta {
  padding-top: 90px;
  padding-bottom: 90px;
  margin-bottom: 0;
}
.l-service-seo-v3 .l-service-seo__cta .l-service__content {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .l-service-seo-v3 .l-service-seo__cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.subservice-intro {
  padding: 80px 0;
}
.subservice-intro .l-service__intro-content-full {
  max-width: 945px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.subservice-section {
  padding: 90px 0;
  background-color: #111;
}

.subservice-section--capabilities,
.subservice-section--process {
  padding-bottom: 70px;
  background-color: #1a1a1a;
}

.subservice-feature-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin: 55px 0 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1180px) {
  .subservice-feature-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .subservice-feature-list {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }
}

.subservice-feature-card {
  height: 100%;
  overflow: hidden;
  background: #1a1a1a;
  border: 1px solid #282828;
}

.subservice-feature-card__image {
  min-height: 245px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .subservice-feature-card__image {
    min-height: 220px;
  }
}

.subservice-feature-card__copy {
  padding: 28px 26px 32px;
}
.subservice-feature-card__copy span {
  display: block;
  margin-bottom: 18px;
  color: #fb8631;
  font-family: "Gilroy-ExtraBold";
  font-size: 15px;
  line-height: 1;
}
.subservice-feature-card__copy h3 {
  margin-bottom: 14px;
  color: #fff;
  font-family: "Gilroy-ExtraBold";
  font-size: 24px;
  line-height: 1.2;
}
.subservice-feature-card__copy p {
  margin: 0;
  color: #d5d5d5;
  font-size: 15px;
  line-height: 1.7;
}

.subservice-details {
  padding: 80px 0;
}
.subservice-details .detail-block-l3 {
  margin-bottom: 80px;
}
.subservice-details .detail-block-l3:last-child {
  margin-bottom: 0;
}
.subservice-details .detail-block__image {
  min-height: 470px;
}
@media screen and (max-width: 767px) {
  .subservice-details .detail-block__image {
    min-height: 320px;
  }
}

.subservice-capability-list {
  align-items: normal;
  margin: 55px -24px 0;
}
.subservice-capability-list li {
  width: 33.333%;
  padding: 0 24px;
  text-align: left;
}
.subservice-capability-list .l-service-v3__intro-block {
  margin-left: 0;
}
.subservice-capability-list .l-service-v3__intro-block__icon {
  height: 112px;
  width: 112px;
}
@media (max-width: 1024px) {
  .subservice-capability-list li {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .subservice-capability-list {
    margin-left: 0;
    margin-right: 0;
  }
  .subservice-capability-list li {
    width: 100%;
    padding: 0;
  }
}

.subservice-process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin: 55px 0 0;
  padding: 0;
  background: #282828;
  list-style: none;
  counter-reset: subservice-process;
}
.subservice-process-list li {
  min-height: 300px;
  padding: 34px 28px 36px;
  background: #171717;
  counter-increment: subservice-process;
}
.subservice-process-list li:before {
  display: block;
  margin-bottom: 28px;
  color: #6e6e6e;
  content: counter(subservice-process, decimal-leading-zero);
  font-family: "Gilroy-ExtraBold";
  font-size: 15px;
}
.subservice-process-list span {
  display: block;
  margin-bottom: 14px;
  color: #fb8631;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.subservice-process-list h3 {
  margin-bottom: 14px;
  color: #fff;
  font-family: "Gilroy-ExtraBold";
  font-size: 25px;
  line-height: 1.2;
}
.subservice-process-list p {
  margin: 0;
  color: #d5d5d5;
  font-size: 15px;
  line-height: 1.7;
}
@media (max-width: 1180px) {
  .subservice-process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .subservice-process-list {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }
  .subservice-process-list li {
    min-height: auto;
  }
}

.subservice-cta {
  padding-top: 90px;
  padding-bottom: 90px;
  margin-bottom: 0;
  background-color: #0f0f0f;
}
.subservice-cta .l-service__content {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .subservice-cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.l-service-print-media .l-service-v3__cms {
  padding: 80px 0;
}
.l-service-print-media .l-service-v3__cms .l-service__intro-content-full {
  max-width: 945px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.l-service-print-media .l-service-print-media__features {
  padding: 90px 0;
  background-color: #111;
}
.l-service-print-media .l-service-print-media__feature-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin: 55px 0 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1180px) {
  .l-service-print-media .l-service-print-media__feature-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .l-service-print-media .l-service-print-media__feature-list {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }
}
.l-service-print-media .l-service-print-media__feature-card {
  height: 100%;
  overflow: hidden;
  background: #1a1a1a;
  border: 1px solid #282828;
}
.l-service-print-media .l-service-print-media__feature-image {
  min-height: 245px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .l-service-print-media .l-service-print-media__feature-image {
    min-height: 220px;
  }
}
.l-service-print-media .l-service-print-media__feature-copy {
  padding: 28px 26px 32px;
}
.l-service-print-media .l-service-print-media__feature-copy span {
  display: block;
  margin-bottom: 18px;
  color: #fb8631;
  font-family: "Gilroy-ExtraBold";
  font-size: 15px;
  line-height: 1;
}
.l-service-print-media .l-service-print-media__feature-copy h3 {
  margin-bottom: 14px;
  color: #fff;
  font-family: "Gilroy-ExtraBold";
  font-size: 24px;
  line-height: 1.2;
}
.l-service-print-media .l-service-print-media__feature-copy p {
  margin: 0;
  color: #d5d5d5;
  font-size: 15px;
  line-height: 1.7;
}
.l-service-print-media .l-service-print-media__details {
  padding: 80px 0;
}
.l-service-print-media .l-service-print-media__details .detail-block-l3 {
  margin-bottom: 80px;
}
.l-service-print-media .l-service-print-media__details .detail-block-l3:last-child {
  margin-bottom: 0;
}
.l-service-print-media .l-service-print-media__details .detail-block__image {
  min-height: 470px;
}
@media screen and (max-width: 767px) {
  .l-service-print-media .l-service-print-media__details .detail-block__image {
    min-height: 320px;
  }
}
.l-service-print-media .l-service-print-media__process {
  padding: 90px 0 70px;
  background-color: #1a1a1a;
}
.l-service-print-media .l-service-print-media__process .l-service-v3__intro-listing {
  align-items: normal;
  margin: 55px -24px 0;
}
.l-service-print-media .l-service-print-media__process .l-service-v3__intro-listing li {
  width: 33.333%;
  padding: 0 24px;
  text-align: left;
}
.l-service-print-media .l-service-print-media__process .l-service-v3__intro-listing .l-service-v3__intro-block {
  margin-left: 0;
}
.l-service-print-media .l-service-print-media__process .l-service-v3__intro-listing .l-service-v3__intro-block__icon {
  height: 112px;
  width: 112px;
}
@media screen and (max-width: 767px) {
  .l-service-print-media .l-service-print-media__process .l-service-v3__intro-listing {
    margin-left: 0;
    margin-right: 0;
  }
  .l-service-print-media .l-service-print-media__process .l-service-v3__intro-listing li {
    width: 100%;
    padding: 0;
  }
}
.l-service-print-media .l-service-print-media__cta {
  padding-top: 90px;
  padding-bottom: 90px;
  margin-bottom: 0;
}
.l-service-print-media .l-service-print-media__cta .l-service__content {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .l-service-print-media .l-service-print-media__cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.l-service-v3-event .l-service-v3__text-column {
  margin-bottom: 0;
  background-color: #252525;
  padding: 3.4rem 0 3.5rem;
}

.l-service-v3-copywriting .l-service-v3__intro {
  padding-bottom: 0;
}
.l-service-v3-copywriting .l-service-v3__intro .l-service-v3__intro-listing {
  align-items: normal;
}
.l-service-v3-copywriting .l-service-v3__intro .l-service-v3__intro-listing .l-service-v3__intro-block {
  margin-left: 0;
}
.l-service-v3-copywriting .l-service-v3__cms {
  padding-bottom: 0;
}
.l-service-v3-copywriting .l-service-v3__cms .l-service__intro-content-full .description {
  max-width: 1065px;
  margin-left: auto;
  margin-right: auto;
}
.l-service-v3-copywriting .l-service__eyecatch .l-service__eyecatch-left, .l-service-v3-copywriting .l-service__eyecatch .l-service-v3__eyecatch-content-upper {
  position: relative;
  z-index: 1;
}
.l-service-v3-copywriting .l-service__eyecatch .l-service__eyecatch-left .content, .l-service-v3-copywriting .l-service__eyecatch .l-service-v3__eyecatch-content-upper .content {
  position: relative;
  z-index: 1;
}
.l-service-v3-copywriting .l-service__eyecatch .l-service__eyecatch-left .l-service-v2__circle, .l-service-v3-copywriting .l-service__eyecatch .l-service-v3__eyecatch-content-upper .l-service-v2__circle {
  position: absolute;
  top: 50%;
  left: 41%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 0.5;
}
@media (max-width: 1024px) {
  .l-service-v3-copywriting .l-service__eyecatch .l-service__eyecatch-left, .l-service-v3-copywriting .l-service__eyecatch .l-service-v3__eyecatch-content-upper {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .l-service-v3-copywriting .l-service__eyecatch .l-service__eyecatch-left .l-service-v2__circle, .l-service-v3-copywriting .l-service__eyecatch .l-service-v3__eyecatch-content-upper .l-service-v2__circle {
    left: 50%;
  }
}

.l-service-v3.l-service-v3-web-application .l-service-v3__eyecatch .l-service-v3__eyecatch-content-lower {
  width: 300px;
}
.l-service-v3.l-service-v3-web-application .l-service-v3__eyecatch .l-service-v3__eyecatch-content-lower .l-service-v3__eyecatch-image {
  max-width: 300px;
}
.l-service-v3.l-service-v3-web-application .l-service-v3__eyecatch, .l-service-v3.l-service-v3-social-media .l-service-v3__eyecatch, .l-service-v3.l-service-ecommerce .l-service-v3__eyecatch, .l-service-v3.l-service-v3-video .l-service-v3__eyecatch, .l-service-v3.l-service-v3-video .l-service-v3__eyecatch, .l-service-v3.l-service-v3-copywriting .l-service-v3__eyecatch {
  text-align: center;
}
.l-service-v3.l-service-v3-web-application .l-service-v3__eyecatch img, .l-service-v3.l-service-v3-social-media .l-service-v3__eyecatch img, .l-service-v3.l-service-ecommerce .l-service-v3__eyecatch img, .l-service-v3.l-service-v3-video .l-service-v3__eyecatch img, .l-service-v3.l-service-v3-video .l-service-v3__eyecatch img, .l-service-v3.l-service-v3-copywriting .l-service-v3__eyecatch img {
  margin-bottom: 60px;
}
.l-service-v3.l-service-v3-web-application .l-service-v3__eyecatch .button, .l-service-v3.l-service-v3-social-media .l-service-v3__eyecatch .button, .l-service-v3.l-service-ecommerce .l-service-v3__eyecatch .button, .l-service-v3.l-service-v3-video .l-service-v3__eyecatch .button, .l-service-v3.l-service-v3-video .l-service-v3__eyecatch .button, .l-service-v3.l-service-v3-copywriting .l-service-v3__eyecatch .button {
  margin: auto;
  margin-bottom: 60px;
}

.service-hero-split {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: center;
  padding: 70px 0 80px;
}
.service-hero-split:before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.86) 42%, rgba(0, 0, 0, 0.35) 72%, rgba(0, 0, 0, 0.92) 100%), radial-gradient(circle at 72% 45%, rgba(251, 134, 49, 0.18), transparent 26rem);
  pointer-events: none;
}
.service-hero-split .service-hero-split__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(420px, 1.12fr);
  align-items: center;
  gap: 58px;
}
.service-hero-split .service-hero-split__content {
  max-width: 650px;
  text-align: left;
}
.service-hero-split .service-hero-split__eyebrow {
  margin: 0 0 18px;
  color: #fb8631;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}
.service-hero-split h1 {
  max-width: 660px;
  margin: 0 0 28px;
  color: #fff;
  font-family: "Gilroy-ExtraBold";
  font-size: clamp(44px, 5vw, 68px);
  line-height: 1.02;
  text-align: left;
}
.service-hero-split .service-hero-split__description {
  max-width: 610px;
  margin: 0;
}
.service-hero-split .service-hero-split__description p {
  width: 100%;
  margin: 0;
  color: #d1d1d1;
  font-size: clamp(17px, 1.3vw, 20px);
  line-height: 1.72;
}
.service-hero-split .service-hero-split__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 40px;
}
.service-hero-split .service-hero-split__actions .button {
  margin: 0;
}
.service-hero-split .service-hero-split__visual {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
}
.service-hero-split .service-hero-split__glow {
  position: absolute;
  inset: 14% 7% 4% 5%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(251, 134, 49, 0.24), transparent 58%), radial-gradient(circle at 35% 55%, rgba(251, 220, 46, 0.14), transparent 42%);
  filter: blur(18px);
}
.service-hero-split .service-hero-split__image {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 880px);
  max-width: none;
  height: auto;
  margin: 0 0 0 auto;
  object-fit: contain;
  filter: saturate(1.06) contrast(1.02);
}
@media (max-width: 1100px) {
  .service-hero-split {
    min-height: 0;
    padding: 60px 0 70px;
  }
  .service-hero-split .service-hero-split__inner {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .service-hero-split .service-hero-split__content {
    max-width: 760px;
  }
  .service-hero-split .service-hero-split__visual {
    min-height: 0;
    max-width: 720px;
    margin: -12px auto 0;
  }
  .service-hero-split .service-hero-split__image {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .service-hero-split {
    padding: 44px 0 58px;
    text-align: center;
  }
  .service-hero-split:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.78) 44%, rgba(0, 0, 0, 0.96) 100%), radial-gradient(circle at 68% 42%, rgba(251, 134, 49, 0.16), transparent 18rem);
  }
  .service-hero-split .service-hero-split__content,
  .service-hero-split h1,
  .service-hero-split .service-hero-split__description {
    max-width: 100%;
    text-align: center;
  }
  .service-hero-split h1 {
    font-size: clamp(40px, 12vw, 56px);
  }
  .service-hero-split .service-hero-split__description p {
    font-size: 16px;
    line-height: 1.65;
  }
  .service-hero-split .service-hero-split__actions {
    justify-content: center;
    margin-top: 30px;
  }
  .service-hero-split .service-hero-split__visual {
    margin-top: -4px;
  }
}

.service-hero-split--simple .service-hero-split__inner {
  display: block;
}
.service-hero-split--simple .service-hero-split__content,
.service-hero-split--simple .service-hero-split__description {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.service-hero-split--simple .service-hero-split__actions {
  justify-content: center;
}

.l-service-v3 .service-hero-split img.service-hero-split__image {
  max-width: none;
  margin: 0 0 0 auto;
}
@media (max-width: 1100px) {
  .l-service-v3 .service-hero-split img.service-hero-split__image {
    margin: 0 auto;
  }
}
.l-service-v3 .service-hero-split .service-hero-split__actions .button {
  margin: 0;
}

.l-service-brand-identity {
  background-color: #0e0e11;
}
.l-service-brand-identity .l-service-brand-identity__hero .service-hero-split__visual {
  min-height: 430px;
}
.l-service-brand-identity .l-service-brand-identity__hero .service-hero-split__image {
  width: 100%;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
}
.l-service-brand-identity .l-service-brand-identity__intro {
  padding: 90px 0;
  background-color: #111;
}
.l-service-brand-identity .l-service-brand-identity__intro .l-container {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 74px;
  align-items: start;
}
.l-service-brand-identity .l-service-brand-identity__intro h2 {
  max-width: 540px;
  margin: 0;
  color: #fff;
  font-family: "Gilroy-ExtraBold";
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.05;
}
.l-service-brand-identity .l-service-brand-identity__intro-text p {
  width: 100%;
  max-width: 760px;
  margin: 0 0 22px;
  color: #d6d6d6;
  font-size: 18px;
  line-height: 1.78;
}
.l-service-brand-identity .l-service-brand-identity__intro-text p:last-child {
  margin-bottom: 0;
}
.l-service-brand-identity .l-service-brand-identity__pillars,
.l-service-brand-identity .l-service-brand-identity__process {
  padding: 94px 0;
  background-color: #0e0e11;
}
.l-service-brand-identity .l-service-brand-identity__section-head {
  max-width: 780px;
  margin-bottom: 48px;
}
.l-service-brand-identity .l-service-brand-identity__section-head h2 {
  margin: 0;
  color: #fff;
  font-family: "Gilroy-ExtraBold";
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
}
.l-service-brand-identity .l-service-brand-identity__pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.l-service-brand-identity .l-service-brand-identity__pillar-grid article {
  min-height: 100%;
  padding: 34px 30px 38px;
  border: 1px solid #282828;
  border-top: 3px solid #fb8631;
  background-color: #181818;
}
.l-service-brand-identity .l-service-brand-identity__pillar-grid span {
  display: block;
  margin-bottom: 30px;
  color: #fb8631;
  font-family: "Gilroy-ExtraBold";
  font-size: 15px;
  line-height: 1;
}
.l-service-brand-identity .l-service-brand-identity__pillar-grid h3 {
  margin: 0 0 16px;
  color: #fff;
  font-family: "Gilroy-ExtraBold";
  font-size: 26px;
  line-height: 1.15;
}
.l-service-brand-identity .l-service-brand-identity__pillar-grid p {
  width: 100%;
  margin: 0;
  color: #d2d2d2;
  font-size: 15px;
  line-height: 1.72;
}
.l-service-brand-identity .l-service-brand-identity__deliverables {
  padding: 96px 0;
  background: linear-gradient(135deg, rgba(251, 134, 49, 0.12), rgba(251, 134, 49, 0) 42%), #151515;
}
.l-service-brand-identity .l-service-brand-identity__deliverables-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: 60px;
  align-items: center;
}
.l-service-brand-identity .l-service-brand-identity__deliverables-panel h2 {
  max-width: 620px;
  margin: 0 0 24px;
  color: #fff;
  font-family: "Gilroy-ExtraBold";
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
}
.l-service-brand-identity .l-service-brand-identity__deliverables-panel p {
  width: 100%;
  max-width: 600px;
  margin: 0;
  color: #d4d4d4;
  font-size: 17px;
  line-height: 1.72;
}
.l-service-brand-identity .l-service-brand-identity__deliverables-panel ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-service-brand-identity .l-service-brand-identity__deliverables-panel li {
  position: relative;
  min-height: 100%;
  padding: 22px 24px 22px 50px;
  border: 1px solid #303030;
  background-color: rgba(14, 14, 17, 0.72);
  color: #f5f5f5;
  font-family: "Gilroy-ExtraBold";
  font-size: 17px;
  line-height: 1.35;
}
.l-service-brand-identity .l-service-brand-identity__deliverables-panel li:before {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fb8631;
  content: "";
}
.l-service-brand-identity .l-service-brand-identity__process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid #303030;
  list-style: none;
}
.l-service-brand-identity .l-service-brand-identity__process-list li {
  position: relative;
  padding: 34px 28px 0 0;
  border-right: 1px solid #303030;
}
.l-service-brand-identity .l-service-brand-identity__process-list li:last-child {
  border-right: 0;
}
.l-service-brand-identity .l-service-brand-identity__process-list li:before {
  position: absolute;
  top: -6px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fb8631;
  content: "";
}
.l-service-brand-identity .l-service-brand-identity__process-list span {
  display: block;
  margin-bottom: 14px;
  color: #fff;
  font-family: "Gilroy-ExtraBold";
  font-size: 24px;
  line-height: 1.2;
}
.l-service-brand-identity .l-service-brand-identity__process-list p {
  width: 100%;
  margin: 0;
  padding-right: 24px;
  color: #d0d0d0;
  font-size: 15px;
  line-height: 1.72;
}
.l-service-brand-identity .l-service-brand-identity__cta {
  padding: 92px 0 100px;
  background-color: #111;
  text-align: center;
}
.l-service-brand-identity .l-service-brand-identity__cta h2 {
  max-width: 760px;
  margin: 0 auto 34px;
  color: #fff;
  font-family: "Gilroy-ExtraBold";
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.08;
}
.l-service-brand-identity .l-service-brand-identity__cta .button {
  margin: 0 auto;
}
.l-service-brand-identity #section-testimonial {
  background-color: #0e0e11;
}
@media (max-width: 1100px) {
  .l-service-brand-identity .l-service-brand-identity__intro .l-container {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .l-service-brand-identity .l-service-brand-identity__deliverables-panel {
    grid-template-columns: 1fr;
    gap: 42px;
  }
  .l-service-brand-identity .l-service-brand-identity__process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 42px;
  }
  .l-service-brand-identity .l-service-brand-identity__process-list li:nth-child(2) {
    border-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-service-brand-identity .l-service-brand-identity__hero .service-hero-split__visual {
    min-height: 0;
  }
  .l-service-brand-identity .l-service-brand-identity__intro,
  .l-service-brand-identity .l-service-brand-identity__pillars,
  .l-service-brand-identity .l-service-brand-identity__deliverables,
  .l-service-brand-identity .l-service-brand-identity__process,
  .l-service-brand-identity .l-service-brand-identity__cta {
    padding: 62px 0;
  }
  .l-service-brand-identity .l-service-brand-identity__intro,
  .l-service-brand-identity .l-service-brand-identity__section-head,
  .l-service-brand-identity .l-service-brand-identity__deliverables-panel,
  .l-service-brand-identity .l-service-brand-identity__cta {
    text-align: left;
  }
  .l-service-brand-identity .l-service-brand-identity__pillar-grid,
  .l-service-brand-identity .l-service-brand-identity__deliverables-panel ul,
  .l-service-brand-identity .l-service-brand-identity__process-list {
    grid-template-columns: 1fr;
  }
  .l-service-brand-identity .l-service-brand-identity__pillar-grid {
    gap: 18px;
  }
  .l-service-brand-identity .l-service-brand-identity__pillar-grid article {
    padding: 28px 24px 30px;
  }
  .l-service-brand-identity .l-service-brand-identity__deliverables-panel ul {
    gap: 12px;
  }
  .l-service-brand-identity .l-service-brand-identity__deliverables-panel li {
    padding: 20px 22px 20px 46px;
    font-size: 16px;
  }
  .l-service-brand-identity .l-service-brand-identity__deliverables-panel li:before {
    top: 24px;
    left: 22px;
  }
  .l-service-brand-identity .l-service-brand-identity__process-list {
    border-top: 0;
    gap: 18px;
  }
  .l-service-brand-identity .l-service-brand-identity__process-list li {
    padding: 26px 24px;
    border: 1px solid #303030;
    background-color: #181818;
  }
  .l-service-brand-identity .l-service-brand-identity__process-list li:last-child {
    border-right: 1px solid #303030;
  }
  .l-service-brand-identity .l-service-brand-identity__process-list li:before {
    top: 24px;
    left: 24px;
  }
  .l-service-brand-identity .l-service-brand-identity__process-list span {
    padding-left: 24px;
  }
  .l-service-brand-identity .l-service-brand-identity__process-list p {
    padding-right: 0;
  }
  .l-service-brand-identity .l-service-brand-identity__cta {
    text-align: center;
  }
}

.l-service.l-service-v3.l-service-v3-copywriting .section-vr .detail-block__text, .l-service-v3.l-service-v3-copywriting .section-vr .detail-block__text {
  margin: auto;
}

.l-service-v3.l-service-v3-event .l-service-v3__eyecatch {
  padding-top: 60px;
  padding-bottom: 100px;
}
.l-service-v3.l-service-v3-event .l-service-v3__eyecatch img {
  width: 460px;
  max-width: 95%;
  margin-bottom: 40px;
}
.l-service-v3.l-service-v3-event .l-service-v3__eyecatch .button {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .l-service-v3-video .l-service__details .detail-block .detail-block__image {
    margin-bottom: 2em;
  }
}
@media (max-width: 767px) {
  .l-service-v3-video .l-service__details .detail-block .detail-block__text {
    text-align: left;
  }
  .l-service-v3-video .l-service__details .detail-block .detail-block__text h2 {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .l-service-v3-video .l-service__details {
    padding-bottom: 50px;
  }
}

.l-service-website-support-and-maintenance .l-service-support__hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 96px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.98) 0%, rgba(0, 0, 0, 0.9) 48%, rgba(0, 0, 0, 0.72) 100%), radial-gradient(circle at 74% 36%, rgba(251, 134, 49, 0.22), transparent 32rem);
}
.l-service-website-support-and-maintenance .l-service-support__hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.75fr);
  gap: 56px;
  align-items: center;
}
.l-service-website-support-and-maintenance .l-service-support__hero-content {
  max-width: 720px;
}
.l-service-website-support-and-maintenance .l-service-support__hero-content .service-hero-split__eyebrow {
  margin: 0 0 18px;
  color: #fb8631;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}
.l-service-website-support-and-maintenance .l-service-support__hero-content h1 {
  max-width: 700px;
  margin: 0 0 28px;
  color: #fff;
  font-family: "Gilroy-ExtraBold";
  font-size: clamp(44px, 5vw, 68px);
  line-height: 1.02;
  text-align: left;
}
.l-service-website-support-and-maintenance .l-service-support__hero-content .button {
  margin-top: 38px;
}
.l-service-website-support-and-maintenance .l-service-support__hero-description {
  max-width: 630px;
}
.l-service-website-support-and-maintenance .l-service-support__hero-description p {
  width: 100%;
  margin: 0;
  color: #d1d1d1;
  font-size: clamp(17px, 1.3vw, 20px);
  line-height: 1.72;
}
.l-service-website-support-and-maintenance .l-service-support__hero-panel,
.l-service-website-support-and-maintenance .l-service-support__workflow-panel {
  border: 1px solid #2f2f2f;
  background: linear-gradient(145deg, rgba(26, 26, 26, 0.96), rgba(10, 10, 10, 0.98));
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.36);
}
.l-service-website-support-and-maintenance .l-service-support__hero-panel {
  padding: 30px;
}
.l-service-website-support-and-maintenance .l-service-support__panel-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 24px;
  border-bottom: 1px solid #2d2d2d;
}
.l-service-website-support-and-maintenance .l-service-support__panel-header span {
  color: #fff;
  font-family: "Gilroy-ExtraBold";
  font-size: 24px;
  line-height: 1.2;
}
.l-service-website-support-and-maintenance .l-service-support__panel-header strong {
  align-self: flex-start;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(251, 134, 49, 0.14);
  color: #fb8631;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}
.l-service-website-support-and-maintenance .l-service-support__status-list {
  margin: 24px 0;
  padding: 0;
  list-style: none;
}
.l-service-website-support-and-maintenance .l-service-support__status-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid #252525;
}
.l-service-website-support-and-maintenance .l-service-support__status-list li:last-child {
  border-bottom: 0;
}
.l-service-website-support-and-maintenance .l-service-support__status-list span {
  color: #d5d5d5;
  font-size: 15px;
}
.l-service-website-support-and-maintenance .l-service-support__status-list strong {
  color: #fff;
  font-family: "Gilroy-ExtraBold";
  font-size: 15px;
}
.l-service-website-support-and-maintenance .l-service-support__panel-footer {
  padding: 22px;
  background: #111;
}
.l-service-website-support-and-maintenance .l-service-support__panel-footer span {
  display: block;
  margin-bottom: 10px;
  color: #fb8631;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.l-service-website-support-and-maintenance .l-service-support__panel-footer p {
  margin: 0;
  color: #d8d8d8;
  font-size: 15px;
  line-height: 1.7;
}
.l-service-website-support-and-maintenance .l-service-v3__cms {
  padding: 85px 0;
}
.l-service-website-support-and-maintenance .l-service-v3__cms .l-service__intro-content-full {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.l-service-website-support-and-maintenance .l-service-support__features {
  padding: 90px 0;
  background-color: #111;
}
.l-service-website-support-and-maintenance .l-service-support__feature-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin: 55px 0 0;
  padding: 0;
  list-style: none;
}
.l-service-website-support-and-maintenance .l-service-support__feature-card {
  height: 100%;
  padding: 34px 28px 36px;
  background: #1a1a1a;
  border: 1px solid #282828;
  border-top: 3px solid #fb8631;
}
.l-service-website-support-and-maintenance .l-service-support__feature-card span {
  display: block;
  margin-bottom: 20px;
  color: #fb8631;
  font-family: "Gilroy-ExtraBold";
  font-size: 15px;
}
.l-service-website-support-and-maintenance .l-service-support__feature-card h3 {
  margin-bottom: 16px;
  color: #fff;
  font-family: "Gilroy-ExtraBold";
  font-size: 24px;
  line-height: 1.2;
}
.l-service-website-support-and-maintenance .l-service-support__feature-card p {
  margin: 0;
  color: #d5d5d5;
  font-size: 15px;
  line-height: 1.7;
}
.l-service-website-support-and-maintenance .l-service-support__workflow {
  padding: 95px 0;
  background-color: #050505;
}
.l-service-website-support-and-maintenance .l-service-support__workflow-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 56px;
  align-items: center;
}
.l-service-website-support-and-maintenance .l-service-support__workflow-copy {
  max-width: 760px;
}
.l-service-website-support-and-maintenance .l-service-support__workflow-copy .service-hero-split__eyebrow {
  margin: 0 0 18px;
  color: #fb8631;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}
.l-service-website-support-and-maintenance .l-service-support__workflow-copy h2 {
  margin: 0 0 24px;
  color: #fff;
  font-family: "Gilroy-ExtraBold";
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.08;
}
.l-service-website-support-and-maintenance .l-service-support__workflow-copy p {
  color: #d8d8d8;
  line-height: 1.75;
}
.l-service-website-support-and-maintenance .l-service-support__workflow-copy .button {
  margin-top: 24px;
}
.l-service-website-support-and-maintenance .l-service-support__workflow-panel {
  padding: 34px 32px 38px;
}
.l-service-website-support-and-maintenance .l-service-support__workflow-panel h3 {
  margin-bottom: 24px;
  color: #fff;
  font-family: "Gilroy-ExtraBold";
  font-size: 28px;
  line-height: 1.2;
}
.l-service-website-support-and-maintenance .l-service-support__workflow-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-service-website-support-and-maintenance .l-service-support__workflow-panel li {
  position: relative;
  padding: 13px 0 13px 28px;
  color: #d8d8d8;
  font-size: 15px;
  line-height: 1.5;
}
.l-service-website-support-and-maintenance .l-service-support__workflow-panel li:before {
  position: absolute;
  top: 20px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fb8631;
  content: "";
}
.l-service-website-support-and-maintenance .l-service-support__workflow-panel li:last-child {
  border-bottom: 0;
}
.l-service-website-support-and-maintenance .l-service-support__capabilities {
  padding: 90px 0 70px;
  background-color: #0b0b0b;
}
.l-service-website-support-and-maintenance .l-service-support__capabilities .l-service-v3__intro-listing {
  align-items: normal;
  margin: 55px -24px 0;
}
.l-service-website-support-and-maintenance .l-service-support__capabilities .l-service-v3__intro-listing li {
  width: 33.333%;
  padding: 0 24px;
  text-align: left;
}
.l-service-website-support-and-maintenance .l-service-support__capabilities .l-service-v3__intro-block {
  margin-left: 0;
}
.l-service-website-support-and-maintenance .l-service-support__capabilities .l-service-v3__intro-block__icon {
  height: 112px;
  width: 112px;
}
.l-service-website-support-and-maintenance .l-service-support__cta {
  padding: 90px 0;
  margin-bottom: 0;
}
.l-service-website-support-and-maintenance .l-service-support__cta .l-service__content {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1180px) {
  .l-service-website-support-and-maintenance .l-service-support__feature-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 1024px) {
  .l-service-website-support-and-maintenance .l-service-support__hero-inner,
  .l-service-website-support-and-maintenance .l-service-support__workflow-inner {
    grid-template-columns: 1fr;
  }
  .l-service-website-support-and-maintenance .l-service-support__hero-content {
    max-width: 780px;
  }
  .l-service-website-support-and-maintenance .l-service-support__hero-panel,
  .l-service-website-support-and-maintenance .l-service-support__workflow-panel {
    max-width: 720px;
  }
  .l-service-website-support-and-maintenance .l-service-support__capabilities .l-service-v3__intro-listing li {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .l-service-website-support-and-maintenance .l-service-support__hero,
  .l-service-website-support-and-maintenance .l-service-v3__cms,
  .l-service-website-support-and-maintenance .l-service-support__features,
  .l-service-website-support-and-maintenance .l-service-support__workflow,
  .l-service-website-support-and-maintenance .l-service-support__capabilities,
  .l-service-website-support-and-maintenance .l-service-support__cta {
    padding: 55px 0;
  }
  .l-service-website-support-and-maintenance .l-service-support__hero-inner,
  .l-service-website-support-and-maintenance .l-service-support__workflow-inner {
    gap: 34px;
  }
  .l-service-website-support-and-maintenance .l-service-support__hero-content {
    text-align: center;
  }
  .l-service-website-support-and-maintenance .l-service-support__hero-content h1 {
    font-size: clamp(40px, 12vw, 56px);
    text-align: center;
  }
  .l-service-website-support-and-maintenance .l-service-support__hero-description p {
    font-size: 16px;
    line-height: 1.65;
  }
  .l-service-website-support-and-maintenance .l-service-support__hero-panel,
  .l-service-website-support-and-maintenance .l-service-support__workflow-panel {
    padding: 24px;
  }
  .l-service-website-support-and-maintenance .l-service-support__panel-header {
    display: block;
  }
  .l-service-website-support-and-maintenance .l-service-support__panel-header strong {
    display: inline-block;
    margin-top: 14px;
  }
  .l-service-website-support-and-maintenance .l-service-support__feature-list {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }
  .l-service-website-support-and-maintenance .l-service-support__workflow-copy {
    text-align: center;
  }
  .l-service-website-support-and-maintenance .l-service-support__workflow-copy h2 {
    font-size: 32px;
  }
  .l-service-website-support-and-maintenance .l-service-support__capabilities .l-service-v3__intro-listing {
    margin-left: 0;
    margin-right: 0;
  }
  .l-service-website-support-and-maintenance .l-service-support__capabilities .l-service-v3__intro-listing li {
    width: 100%;
    padding: 0;
  }
}

.l-service-sem .l-service-sem__hero .service-hero-split__image {
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.38);
}
.l-service-sem .l-service-v3__cms {
  padding: 85px 0;
}
.l-service-sem .l-service-v3__cms .l-service__intro-content-full {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.l-service-sem .l-service-sem__features {
  padding: 90px 0;
  background-color: #111;
}
.l-service-sem .l-service-sem__feature-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin: 55px 0 0;
  padding: 0;
  list-style: none;
}
.l-service-sem .l-service-sem__feature-card {
  height: 100%;
  padding: 34px 28px 36px;
  background: #1a1a1a;
  border: 1px solid #282828;
  border-top: 3px solid #fb8631;
}
.l-service-sem .l-service-sem__feature-card span {
  display: block;
  margin-bottom: 20px;
  color: #fb8631;
  font-family: "Gilroy-ExtraBold";
  font-size: 15px;
}
.l-service-sem .l-service-sem__feature-card h3 {
  margin-bottom: 16px;
  color: #fff;
  font-family: "Gilroy-ExtraBold";
  font-size: 24px;
  line-height: 1.2;
}
.l-service-sem .l-service-sem__feature-card p {
  margin: 0;
  color: #d5d5d5;
  font-size: 15px;
  line-height: 1.7;
}
.l-service-sem .l-service-sem__details {
  padding: 80px 0 95px;
}
.l-service-sem .l-service-sem__details .detail-block-l3 {
  margin-bottom: 70px;
}
.l-service-sem .l-service-sem__details .detail-block__image {
  min-height: 480px;
}
.l-service-sem .l-service-sem__workflow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  background: #303030;
}
.l-service-sem .l-service-sem__workflow article {
  padding: 36px 32px;
  background: #171717;
}
.l-service-sem .l-service-sem__workflow span {
  display: block;
  margin-bottom: 20px;
  color: #fb8631;
  font-family: "Gilroy-ExtraBold";
  font-size: 14px;
}
.l-service-sem .l-service-sem__workflow h3 {
  margin-bottom: 12px;
  color: #fff;
  font-family: "Gilroy-ExtraBold";
  font-size: 28px;
  line-height: 1.2;
}
.l-service-sem .l-service-sem__workflow p {
  margin: 0;
  color: #d5d5d5;
  font-size: 15px;
  line-height: 1.7;
}
.l-service-sem .l-service-sem__capabilities {
  padding: 90px 0 70px;
  background-color: #0b0b0b;
}
.l-service-sem .l-service-sem__capabilities .l-service-v3__intro-listing {
  align-items: normal;
  margin: 55px -24px 0;
}
.l-service-sem .l-service-sem__capabilities .l-service-v3__intro-listing li {
  width: 33.333%;
  padding: 0 24px;
  text-align: left;
}
.l-service-sem .l-service-sem__capabilities .l-service-v3__intro-block {
  margin-left: 0;
}
.l-service-sem .l-service-sem__capabilities .l-service-v3__intro-block__icon {
  height: 112px;
  width: 112px;
}
.l-service-sem .l-service-sem__cta {
  padding: 90px 0;
  background: #0f0f0f;
  text-align: center;
}
.l-service-sem .l-service-sem__cta h2 {
  max-width: 760px;
  margin: 0 auto 18px;
  color: #fff;
  font-family: "Gilroy-ExtraBold";
  font-size: 48px;
  line-height: 1.08;
}
.l-service-sem .l-service-sem__cta p {
  max-width: 760px;
  margin: 0 auto 28px;
  color: #d8d8d8;
}
.l-service-sem .l-service-sem__cta .button {
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .l-service-sem .l-service-sem__feature-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 1024px) {
  .l-service-sem .l-service-sem__capabilities .l-service-v3__intro-listing li {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .l-service-sem .l-service-sem__feature-list,
  .l-service-sem .l-service-sem__workflow {
    grid-template-columns: 1fr;
  }
  .l-service-sem .l-service-v3__cms,
  .l-service-sem .l-service-sem__features,
  .l-service-sem .l-service-sem__details,
  .l-service-sem .l-service-sem__capabilities,
  .l-service-sem .l-service-sem__cta {
    padding: 55px 0;
  }
  .l-service-sem .l-service-sem__details .detail-block__image {
    min-height: 260px;
  }
  .l-service-sem .l-service-sem__capabilities .l-service-v3__intro-listing {
    margin-left: 0;
    margin-right: 0;
  }
  .l-service-sem .l-service-sem__capabilities .l-service-v3__intro-listing li {
    width: 100%;
    padding: 0;
  }
  .l-service-sem .l-service-sem__cta h2 {
    font-size: 32px;
  }
}

.l-service-email-marketing .l-service-email-marketing__eyecatch .service-hero-split__image {
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.38);
}
.l-service-email-marketing .l-service-email-marketing__proof {
  padding: 28px 0;
  background: #0d0d0d;
}
.l-service-email-marketing .l-service-email-marketing__hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-service-email-marketing .l-service-email-marketing__hero-stats li {
  min-height: 138px;
  padding: 28px;
  background: #151515;
  text-align: left;
}
.l-service-email-marketing .l-service-email-marketing__hero-stats span {
  display: block;
  margin-bottom: 12px;
  color: #fb8631;
  font-family: "Gilroy-ExtraBold";
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}
.l-service-email-marketing .l-service-email-marketing__hero-stats strong {
  display: block;
  color: #fff;
  font-family: "Gilroy-ExtraBold";
  font-size: 22px;
  line-height: 1.25;
}
.l-service-email-marketing .l-service-v3__cms {
  padding: 85px 0;
}
.l-service-email-marketing .l-service-v3__cms .l-service__intro-content-full {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.l-service-email-marketing .l-service-email-marketing__features {
  padding: 90px 0;
  background-color: #111;
}
.l-service-email-marketing .l-service-email-marketing__feature-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin: 55px 0 0;
  padding: 0;
  list-style: none;
}
.l-service-email-marketing .l-service-email-marketing__feature-card {
  height: 100%;
  padding: 34px 28px 36px;
  background: #1a1a1a;
}
.l-service-email-marketing .l-service-email-marketing__feature-card span {
  display: block;
  margin-bottom: 20px;
  color: #fb8631;
  font-family: "Gilroy-ExtraBold";
  font-size: 15px;
}
.l-service-email-marketing .l-service-email-marketing__feature-card h3 {
  margin-bottom: 16px;
  color: #fff;
  font-family: "Gilroy-ExtraBold";
  font-size: 24px;
  line-height: 1.2;
}
.l-service-email-marketing .l-service-email-marketing__feature-card p {
  margin: 0;
  color: #d5d5d5;
  font-size: 15px;
  line-height: 1.7;
}
.l-service-email-marketing .l-service-email-marketing__program {
  padding: 90px 0;
  background: radial-gradient(circle at 84% 22%, rgba(251, 134, 49, 0.14), transparent 22rem), #0b0b0b;
}
.l-service-email-marketing .l-service-email-marketing__program-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 48px;
  align-items: center;
}
.l-service-email-marketing .l-service-email-marketing__program-copy span {
  display: block;
  margin-bottom: 18px;
  color: #fb8631;
  font-family: "Gilroy-ExtraBold";
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}
.l-service-email-marketing .l-service-email-marketing__program-copy h2 {
  max-width: 760px;
  margin: 0 0 22px;
  color: #fff;
  font-family: "Gilroy-ExtraBold";
  font-size: 48px;
  line-height: 1.08;
}
.l-service-email-marketing .l-service-email-marketing__program-copy p {
  max-width: 750px;
  margin: 0 0 18px;
  color: #d5d5d5;
  font-size: 17px;
  line-height: 1.7;
}
.l-service-email-marketing .l-service-email-marketing__program-copy .button {
  margin-top: 18px;
}
.l-service-email-marketing .l-service-email-marketing__outcomes {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 8px;
  padding: 0;
  list-style: none;
}
.l-service-email-marketing .l-service-email-marketing__outcomes li {
  padding: 10px 14px;
  color: #fff;
  font-family: "Gilroy-ExtraBold";
  font-size: 14px;
  line-height: 1.25;
  background: rgba(255, 255, 255, 0.07);
}
.l-service-email-marketing .l-service-email-marketing__program-panel {
  position: relative;
  overflow: hidden;
  padding: 38px 34px 36px;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)), #171717;
}
.l-service-email-marketing .l-service-email-marketing__program-panel:before {
  position: absolute;
  top: -120px;
  right: -120px;
  width: 260px;
  height: 260px;
  content: "";
  border-radius: 50%;
  background: rgba(251, 134, 49, 0.18);
  filter: blur(6px);
}
.l-service-email-marketing .l-service-email-marketing__program-panel > * {
  position: relative;
  z-index: 1;
}
.l-service-email-marketing .l-service-email-marketing__program-panel .l-service-email-marketing__panel-kicker {
  margin: 0 0 12px;
  color: #fb8631;
  font-family: "Gilroy-ExtraBold";
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}
.l-service-email-marketing .l-service-email-marketing__program-panel h3 {
  margin: 0 0 20px;
  color: #fff;
  font-family: "Gilroy-ExtraBold";
  font-size: 30px;
  line-height: 1.2;
}
.l-service-email-marketing .l-service-email-marketing__journey-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-service-email-marketing .l-service-email-marketing__journey-list li {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  column-gap: 16px;
  padding: 18px 18px 18px 0;
}
.l-service-email-marketing .l-service-email-marketing__journey-list span {
  grid-row: 1/span 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #0b0b0b;
  font-family: "Gilroy-ExtraBold";
  font-size: 13px;
  background: #fb8631;
}
.l-service-email-marketing .l-service-email-marketing__journey-list strong {
  grid-column: 2;
  display: block;
  margin: 0 0 6px;
  color: #fff;
  font-family: "Gilroy-ExtraBold";
  font-size: 20px;
  line-height: 1.1;
}
.l-service-email-marketing .l-service-email-marketing__journey-list p {
  grid-column: 2;
  margin: 0;
  color: #d5d5d5;
  font-size: 14px;
  line-height: 1.55;
}
.l-service-email-marketing .l-service-email-marketing__checklist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-service-email-marketing .l-service-email-marketing__checklist li {
  position: relative;
  padding-left: 28px;
  color: #d5d5d5;
  font-size: 15px;
  line-height: 1.6;
}
.l-service-email-marketing .l-service-email-marketing__checklist li:not(:last-child) {
  margin-bottom: 16px;
}
.l-service-email-marketing .l-service-email-marketing__checklist li:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 50%;
  background: linear-gradient(90deg, #fb8631 0%, #fb8631 80%);
}
.l-service-email-marketing .l-service-email-marketing__process {
  padding: 90px 0;
  background: #111;
}
.l-service-email-marketing .l-service-email-marketing__process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin-top: 55px;
}
.l-service-email-marketing .l-service-email-marketing__process-list article {
  min-height: 100%;
  padding: 32px 28px 34px;
  background: #171717;
}
.l-service-email-marketing .l-service-email-marketing__process-list span {
  display: block;
  margin-bottom: 24px;
  color: #fb8631;
  font-family: "Gilroy-ExtraBold";
  font-size: 14px;
}
.l-service-email-marketing .l-service-email-marketing__process-list h3 {
  margin-bottom: 12px;
  color: #fff;
  font-family: "Gilroy-ExtraBold";
  font-size: 28px;
  line-height: 1.2;
}
.l-service-email-marketing .l-service-email-marketing__process-list p {
  margin: 0;
  color: #d5d5d5;
  font-size: 15px;
  line-height: 1.7;
}
.l-service-email-marketing .l-service-email-marketing__capabilities {
  padding: 90px 0 70px;
  background-color: #0b0b0b;
}
.l-service-email-marketing .l-service-email-marketing__capabilities .l-service-v3__intro-listing {
  align-items: normal;
  margin: 55px -24px 0;
}
.l-service-email-marketing .l-service-email-marketing__capabilities .l-service-v3__intro-listing li {
  width: 33.333%;
  padding: 0 24px;
  text-align: left;
}
.l-service-email-marketing .l-service-email-marketing__capabilities .l-service-v3__intro-block {
  margin-left: 0;
}
.l-service-email-marketing .l-service-email-marketing__capabilities .l-service-v3__intro-block__icon {
  height: 112px;
  width: 112px;
}
.l-service-email-marketing .l-service-email-marketing__cta {
  padding: 90px 0;
  background: radial-gradient(circle at 50% 0%, rgba(251, 134, 49, 0.12), transparent 22rem), #0f0f0f;
  text-align: center;
}
.l-service-email-marketing .l-service-email-marketing__cta h2 {
  max-width: 760px;
  margin: 0 auto 18px;
  color: #fff;
  font-family: "Gilroy-ExtraBold";
  font-size: 48px;
  line-height: 1.08;
}
.l-service-email-marketing .l-service-email-marketing__cta p {
  max-width: 760px;
  margin: 0 auto 28px;
  color: #d8d8d8;
}
.l-service-email-marketing .l-service-email-marketing__cta .button {
  margin: 0 auto;
}
.l-service-email-marketing .l-service-email-marketing__cta .give-us-call {
  margin-top: 28px;
}
.l-service-email-marketing .l-service-email-marketing__cta .give-us-call span {
  display: block;
  margin-bottom: 10px;
  color: #fb8631;
  font-family: "Gilroy-ExtraBold";
}
.l-service-email-marketing .l-service-email-marketing__cta .give-us-call p {
  margin: 0 auto;
  color: #d8d8d8;
}
.l-service-email-marketing .l-service-email-marketing__cta .give-us-call p a {
  color: #fff;
  font-family: "Gilroy-ExtraBold";
}
@media (max-width: 1180px) {
  .l-service-email-marketing .l-service-email-marketing__feature-list,
  .l-service-email-marketing .l-service-email-marketing__process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 1100px) {
  .l-service-email-marketing .l-service-email-marketing__program-grid {
    grid-template-columns: 1fr;
  }
  .l-service-email-marketing .l-service-email-marketing__program-panel {
    max-width: 680px;
  }
}
@media (max-width: 1024px) {
  .l-service-email-marketing .l-service-email-marketing__capabilities .l-service-v3__intro-listing li {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .l-service-email-marketing .l-service-email-marketing__hero-stats,
  .l-service-email-marketing .l-service-email-marketing__feature-list,
  .l-service-email-marketing .l-service-email-marketing__process-list {
    grid-template-columns: 1fr;
  }
  .l-service-email-marketing .l-service-email-marketing__hero-stats {
    gap: 14px;
  }
  .l-service-email-marketing .l-service-email-marketing__hero-stats li {
    min-height: auto;
    padding: 22px;
  }
  .l-service-email-marketing .l-service-v3__cms,
  .l-service-email-marketing .l-service-email-marketing__features,
  .l-service-email-marketing .l-service-email-marketing__program,
  .l-service-email-marketing .l-service-email-marketing__process,
  .l-service-email-marketing .l-service-email-marketing__capabilities,
  .l-service-email-marketing .l-service-email-marketing__cta {
    padding: 55px 0;
  }
  .l-service-email-marketing .l-service-email-marketing__proof {
    padding: 20px 0;
  }
  .l-service-email-marketing .l-service-email-marketing__program-grid {
    gap: 34px;
  }
  .l-service-email-marketing .l-service-email-marketing__program-copy {
    text-align: center;
  }
  .l-service-email-marketing .l-service-email-marketing__program-copy h2 {
    font-size: 32px;
  }
  .l-service-email-marketing .l-service-email-marketing__outcomes {
    justify-content: center;
  }
  .l-service-email-marketing .l-service-email-marketing__program-panel {
    padding: 30px 24px;
  }
  .l-service-email-marketing .l-service-email-marketing__program-panel h3 {
    font-size: 26px;
  }
  .l-service-email-marketing .l-service-email-marketing__journey-list li {
    grid-template-columns: 38px minmax(0, 1fr);
    column-gap: 14px;
    padding: 16px 0;
    text-align: left;
  }
  .l-service-email-marketing .l-service-email-marketing__journey-list span {
    width: 38px;
    height: 38px;
  }
  .l-service-email-marketing .l-service-email-marketing__process-list {
    gap: 18px;
    margin-top: 34px;
  }
  .l-service-email-marketing .l-service-email-marketing__capabilities .l-service-v3__intro-listing {
    margin-left: 0;
    margin-right: 0;
  }
  .l-service-email-marketing .l-service-email-marketing__capabilities .l-service-v3__intro-listing li {
    width: 100%;
    padding: 0;
  }
  .l-service-email-marketing .l-service-email-marketing__cta h2 {
    font-size: 32px;
  }
}

.l-service-logo-design .l-service-logo-design__hero .service-hero-split__image {
  width: min(100%, 620px);
  max-height: 640px;
  object-fit: cover;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.36);
}
.l-service-logo-design .l-service-v3__cms {
  padding: 85px 0;
}
.l-service-logo-design .l-service-v3__cms .l-service__intro-content-full {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.l-service-logo-design .l-service-logo-design__outcomes {
  padding: 90px 0;
  background-color: #111;
}
.l-service-logo-design .l-service-logo-design__outcome-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin: 55px 0 0;
  padding: 0;
  list-style: none;
}
.l-service-logo-design .l-service-logo-design__outcome-list article {
  height: 100%;
  padding: 34px 28px 36px;
  background: #1a1a1a;
  border: 1px solid #282828;
  border-top: 3px solid #fb8631;
}
.l-service-logo-design .l-service-logo-design__outcome-list span {
  display: block;
  margin-bottom: 20px;
  color: #fb8631;
  font-family: "Gilroy-ExtraBold";
  font-size: 15px;
}
.l-service-logo-design .l-service-logo-design__outcome-list h3 {
  margin-bottom: 16px;
  color: #fff;
  font-family: "Gilroy-ExtraBold";
  font-size: 24px;
  line-height: 1.2;
}
.l-service-logo-design .l-service-logo-design__outcome-list p {
  margin: 0;
  color: #d5d5d5;
  font-size: 15px;
  line-height: 1.7;
}
.l-service-logo-design .l-service-logo-design__details {
  padding: 80px 0 95px;
}
.l-service-logo-design .l-service-logo-design__details .detail-block-l3 {
  margin-bottom: 70px;
}
.l-service-logo-design .l-service-logo-design__details .detail-block__image {
  min-height: 480px;
}
.l-service-logo-design .l-service-logo-design__process {
  padding: 90px 0;
  background-color: #0f0f0f;
}
.l-service-logo-design .l-service-logo-design__process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin: 55px 0 0;
  padding: 0;
  background: #303030;
  list-style: none;
  counter-reset: logo-process;
}
.l-service-logo-design .l-service-logo-design__process-list li {
  min-height: 300px;
  padding: 34px 28px 36px;
  background: #171717;
  counter-increment: logo-process;
}
.l-service-logo-design .l-service-logo-design__process-list li:before {
  display: block;
  margin-bottom: 28px;
  color: #6e6e6e;
  content: counter(logo-process, decimal-leading-zero);
  font-family: "Gilroy-ExtraBold";
  font-size: 15px;
}
.l-service-logo-design .l-service-logo-design__process-list span {
  display: block;
  margin-bottom: 14px;
  color: #fb8631;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.l-service-logo-design .l-service-logo-design__process-list h3 {
  margin-bottom: 14px;
  color: #fff;
  font-family: "Gilroy-ExtraBold";
  font-size: 25px;
  line-height: 1.2;
}
.l-service-logo-design .l-service-logo-design__process-list p {
  margin: 0;
  color: #d5d5d5;
  font-size: 15px;
  line-height: 1.7;
}
.l-service-logo-design .l-service-logo-design__deliverables {
  padding: 90px 0 70px;
  background-color: #0b0b0b;
}
.l-service-logo-design .l-service-logo-design__deliverables .l-service-v3__intro-listing {
  align-items: normal;
  margin: 55px -24px 0;
}
.l-service-logo-design .l-service-logo-design__deliverables .l-service-v3__intro-listing li {
  width: 33.333%;
  padding: 0 24px;
  text-align: left;
}
.l-service-logo-design .l-service-logo-design__deliverables .l-service-v3__intro-block {
  margin-left: 0;
}
.l-service-logo-design .l-service-logo-design__deliverables .l-service-v3__intro-block__icon {
  height: 112px;
  width: 112px;
}
.l-service-logo-design .l-service-logo-design__cta {
  padding: 90px 0;
  background: #0f0f0f;
  text-align: center;
}
.l-service-logo-design .l-service-logo-design__cta h2 {
  max-width: 760px;
  margin: 0 auto 18px;
  color: #fff;
  font-family: "Gilroy-ExtraBold";
  font-size: 48px;
  line-height: 1.08;
}
.l-service-logo-design .l-service-logo-design__cta p {
  max-width: 760px;
  margin: 0 auto 28px;
  color: #d8d8d8;
}
.l-service-logo-design .l-service-logo-design__cta .button {
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .l-service-logo-design .l-service-logo-design__outcome-list,
  .l-service-logo-design .l-service-logo-design__process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 1024px) {
  .l-service-logo-design .l-service-logo-design__deliverables .l-service-v3__intro-listing li {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .l-service-logo-design .l-service-logo-design__hero .service-hero-split__image {
    max-height: 420px;
  }
  .l-service-logo-design .l-service-v3__cms,
  .l-service-logo-design .l-service-logo-design__outcomes,
  .l-service-logo-design .l-service-logo-design__details,
  .l-service-logo-design .l-service-logo-design__process,
  .l-service-logo-design .l-service-logo-design__deliverables,
  .l-service-logo-design .l-service-logo-design__cta {
    padding: 55px 0;
  }
  .l-service-logo-design .l-service-logo-design__outcome-list,
  .l-service-logo-design .l-service-logo-design__process-list {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }
  .l-service-logo-design .l-service-logo-design__process-list li {
    min-height: auto;
  }
  .l-service-logo-design .l-service-logo-design__details .detail-block__image {
    min-height: 260px;
  }
  .l-service-logo-design .l-service-logo-design__deliverables .l-service-v3__intro-listing {
    margin-left: 0;
    margin-right: 0;
  }
  .l-service-logo-design .l-service-logo-design__deliverables .l-service-v3__intro-listing li {
    width: 100%;
    padding: 0;
  }
  .l-service-logo-design .l-service-logo-design__cta h2 {
    font-size: 32px;
  }
}

.l-service-case-study-creation .l-service-case-study-creation__hero .service-hero-split__visual {
  min-height: 440px;
}
.l-service-case-study-creation .l-service-case-study-creation__hero .service-hero-split__image {
  width: min(100%, 640px);
  aspect-ratio: 1.08;
  object-fit: cover;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.38);
}
.l-service-case-study-creation .l-service-case-study-creation__intro {
  padding: 92px 0;
  background-color: #111;
}
.l-service-case-study-creation .l-service-case-study-creation__intro .l-container {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 76px;
  align-items: start;
}
.l-service-case-study-creation .l-service-case-study-creation__intro-text p {
  margin: 0 0 22px;
  color: #d5d5d5;
  font-size: 18px;
  line-height: 1.75;
}
.l-service-case-study-creation .l-service-case-study-creation__intro-text p:last-child {
  margin-bottom: 0;
}
.l-service-case-study-creation .l-service-case-study-creation__intro h2 {
  max-width: 590px;
  margin: 0;
  color: #fff;
  font-family: "Gilroy-ExtraBold";
  font-size: 48px;
  line-height: 1.08;
}
.l-service-case-study-creation .l-service-case-study-creation__proof {
  padding: 74px 0;
  background-color: #0b0b0b;
}
.l-service-case-study-creation .l-service-case-study-creation__proof-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  background: #303030;
  list-style: none;
}
.l-service-case-study-creation .l-service-case-study-creation__proof-list li {
  min-height: 250px;
  padding: 34px 32px 38px;
  background: #171717;
}
.l-service-case-study-creation .l-service-case-study-creation__proof-list span {
  display: block;
  margin-bottom: 34px;
  color: #fb8631;
  font-family: "Gilroy-ExtraBold";
  font-size: 15px;
}
.l-service-case-study-creation .l-service-case-study-creation__proof-list strong {
  display: block;
  margin-bottom: 14px;
  color: #fff;
  font-family: "Gilroy-ExtraBold";
  font-size: 28px;
  line-height: 1.18;
}
.l-service-case-study-creation .l-service-case-study-creation__proof-list p {
  margin: 0;
  color: #d5d5d5;
  font-size: 15px;
  line-height: 1.75;
}
.l-service-case-study-creation .l-service-case-study-creation__deliverables {
  padding: 92px 0;
  background-color: #111;
}
.l-service-case-study-creation .l-service-case-study-creation__deliverable-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 54px;
}
.l-service-case-study-creation .l-service-case-study-creation__deliverable-grid article {
  height: 100%;
  padding: 34px 30px 38px;
  background: #1a1a1a;
  border-top: 3px solid #fb8631;
}
.l-service-case-study-creation .l-service-case-study-creation__deliverable-grid img {
  width: 58px;
  height: 58px;
  margin-bottom: 28px;
  object-fit: contain;
}
.l-service-case-study-creation .l-service-case-study-creation__deliverable-grid h3 {
  margin-bottom: 15px;
  color: #fff;
  font-family: "Gilroy-ExtraBold";
  font-size: 25px;
  line-height: 1.2;
}
.l-service-case-study-creation .l-service-case-study-creation__deliverable-grid p {
  margin: 0;
  color: #d5d5d5;
  font-size: 15px;
  line-height: 1.75;
}
.l-service-case-study-creation .l-service-case-study-creation__story {
  padding: 86px 0 98px;
  background-color: #0e0e11;
}
.l-service-case-study-creation .l-service-case-study-creation__story .detail-block-l3 {
  margin-bottom: 52px;
}
.l-service-case-study-creation .l-service-case-study-creation__story .detail-block-l3:last-child {
  margin-bottom: 0;
}
.l-service-case-study-creation .l-service-case-study-creation__story .detail-block__image {
  min-height: 500px;
}
.l-service-case-study-creation .l-service-case-study-creation__process {
  padding: 92px 0;
  background-color: #111;
}
.l-service-case-study-creation .l-service-case-study-creation__process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  margin: 54px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: case-study-process;
}
.l-service-case-study-creation .l-service-case-study-creation__process-list li {
  min-height: 285px;
  padding: 32px 28px 36px;
  background: #1a1a1a;
  counter-increment: case-study-process;
}
.l-service-case-study-creation .l-service-case-study-creation__process-list li:before {
  display: block;
  margin-bottom: 30px;
  color: #6e6e6e;
  content: counter(case-study-process, decimal-leading-zero);
  font-family: "Gilroy-ExtraBold";
  font-size: 15px;
}
.l-service-case-study-creation .l-service-case-study-creation__process-list span {
  display: block;
  margin-bottom: 14px;
  color: #fb8631;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}
.l-service-case-study-creation .l-service-case-study-creation__process-list p {
  margin: 0;
  color: #d5d5d5;
  font-size: 15px;
  line-height: 1.75;
}
.l-service-case-study-creation .l-service-case-study-creation__cta {
  padding: 92px 0;
  background: #0b0b0b;
  text-align: center;
}
.l-service-case-study-creation .l-service-case-study-creation__cta h2 {
  max-width: 780px;
  margin: 0 auto 18px;
  color: #fff;
  font-family: "Gilroy-ExtraBold";
  font-size: 48px;
  line-height: 1.08;
}
.l-service-case-study-creation .l-service-case-study-creation__cta p:not(.service-hero-split__eyebrow) {
  max-width: 760px;
  margin: 0 auto 30px;
  color: #d5d5d5;
  font-size: 18px;
  line-height: 1.75;
}
.l-service-case-study-creation .l-service-case-study-creation__cta .button {
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .l-service-case-study-creation .l-service-case-study-creation__process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 1024px) {
  .l-service-case-study-creation .l-service-case-study-creation__intro .l-container {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .l-service-case-study-creation .l-service-case-study-creation__proof-list,
  .l-service-case-study-creation .l-service-case-study-creation__deliverable-grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .l-service-case-study-creation .l-service-case-study-creation__hero .service-hero-split__visual {
    min-height: 0;
  }
  .l-service-case-study-creation .l-service-case-study-creation__hero .service-hero-split__image {
    max-height: 420px;
  }
  .l-service-case-study-creation .l-service-case-study-creation__intro,
  .l-service-case-study-creation .l-service-case-study-creation__proof,
  .l-service-case-study-creation .l-service-case-study-creation__deliverables,
  .l-service-case-study-creation .l-service-case-study-creation__story,
  .l-service-case-study-creation .l-service-case-study-creation__process,
  .l-service-case-study-creation .l-service-case-study-creation__cta {
    padding: 56px 0;
  }
  .l-service-case-study-creation .l-service-case-study-creation__intro h2 {
    font-size: 34px;
  }
  .l-service-case-study-creation .l-service-case-study-creation__intro p {
    font-size: 16px;
  }
  .l-service-case-study-creation .l-service-case-study-creation__proof-list li {
    min-height: auto;
    padding: 30px 24px;
  }
  .l-service-case-study-creation .l-service-case-study-creation__proof-list strong {
    font-size: 24px;
  }
  .l-service-case-study-creation .l-service-case-study-creation__deliverable-grid,
  .l-service-case-study-creation .l-service-case-study-creation__process-list {
    margin-top: 34px;
  }
  .l-service-case-study-creation .l-service-case-study-creation__story .detail-block-l3 {
    margin-bottom: 42px;
  }
  .l-service-case-study-creation .l-service-case-study-creation__story .detail-block__image {
    min-height: 270px;
  }
  .l-service-case-study-creation .l-service-case-study-creation__process-list {
    grid-template-columns: 1fr;
  }
  .l-service-case-study-creation .l-service-case-study-creation__process-list li {
    min-height: auto;
  }
  .l-service-case-study-creation .l-service-case-study-creation__cta h2 {
    font-size: 34px;
  }
  .l-service-case-study-creation .l-service-case-study-creation__cta p:not(.service-hero-split__eyebrow) {
    font-size: 16px;
  }
}

.l-privacy {
  padding: 100px 0 50px;
}
@media screen and (max-width: 767px) {
  .l-privacy {
    padding: 80px 0 30px;
  }
}

.l-privacy__top {
  position: relative;
  margin-bottom: 4em;
}
@media screen and (max-width: 767px) {
  .l-privacy__top {
    margin-bottom: 3em;
  }
}
.l-privacy__top:after {
  position: absolute;
  top: -3%;
  right: 0;
  display: block;
  width: 90px;
  height: 100px;
  content: "";
  background-image: url(/wp-content/themes/lightmedia/assets/images/index/dots.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .l-privacy__top:after {
    right: 30px;
    width: 66px;
    height: 70px;
  }
}
.l-privacy__top h1 {
  font-family: "Gilroy-ExtraBold";
  font-size: 70px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-privacy__top h1 {
    font-size: 40px;
  }
}

.l-privacy__content {
  width: 1024px;
  margin: 70px auto 90px;
}
@media screen and (max-width: 767px) {
  .l-privacy__content {
    width: 100%;
    margin: 0;
  }
}
.l-privacy__content p {
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .l-privacy__content p {
    font-size: 15px;
  }
}
.l-privacy__content p:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .l-privacy__content p:not(:last-child) {
    margin-bottom: 20px;
  }
}

.l-3d-rendering-portfolio .section-what-we-do .l-container {
  margin-top: -60px;
}
.l-3d-rendering-portfolio .l-service__eyecatch {
  min-height: 0;
  padding: 80px 0;
}
.l-3d-rendering-portfolio .l-service__eyecatch .l-service__eyecatch-content {
  text-align: center;
}
.l-3d-rendering-portfolio .l-service__eyecatch .l-service__eyecatch-content h1 {
  font-size: 55px;
  font-family: "Gilroy-ExtraBold";
}

.nav-printing-sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  padding: 12px 0;
  background: rgba(0, 0, 0, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}
.nav-printing-sticky.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav-printing-sticky ul {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: auto;
}
.nav-printing-sticky li {
  flex: 0 0 auto;
}
.nav-printing-sticky a {
  display: block;
  padding: 11px 16px;
  background: #171717;
  color: #fff;
  font-family: "Gilroy-ExtraBold";
  font-size: 13px;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}
.nav-printing-sticky li.active a,
.nav-printing-sticky a:hover {
  background: #fb8631;
  color: #000;
}
.nav-printing-sticky .icon {
  display: none;
}

.l-service-printing {
  background-color: #0e0e11;
}
.l-service-printing .printing-eyebrow {
  margin: 0 0 16px;
  color: #fb8631;
  font-family: "Gilroy-ExtraBold";
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}
.l-service-printing .printing-hero {
  position: relative;
  overflow: hidden;
  padding: 140px 0 88px;
  background: radial-gradient(circle at 78% 30%, rgba(251, 134, 49, 0.2), transparent 28rem), linear-gradient(90deg, #080808 0%, #101010 100%);
}
.l-service-printing .printing-hero:before {
  position: absolute;
  inset: auto -12% -42% auto;
  width: 620px;
  height: 620px;
  content: "";
  border: 1px dashed rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}
.l-service-printing .printing-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1.08fr);
  gap: 58px;
  align-items: center;
}
.l-service-printing .printing-hero__content {
  max-width: 680px;
}
.l-service-printing .printing-hero__content h1 {
  margin: 0;
  color: #fff;
  font-family: "Gilroy-ExtraBold";
  font-size: clamp(44px, 5vw, 66px);
  line-height: 1.03;
}
.l-service-printing .printing-hero__content .description {
  max-width: 625px;
  margin: 28px 0 0;
  color: #d8d8d8;
  font-size: 18px;
  line-height: 1.75;
}
.l-service-printing .printing-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 34px;
}
.l-service-printing .printing-link {
  color: #fff;
  font-family: "Gilroy-ExtraBold";
  text-decoration: underline;
  text-underline-offset: 6px;
}
.l-service-printing .printing-link:hover {
  color: #fb8631;
}
.l-service-printing .printing-hero__highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  margin: 42px 0 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.1);
  list-style: none;
}
.l-service-printing .printing-hero__highlights li {
  padding: 22px 20px;
  background: rgba(20, 20, 20, 0.95);
}
.l-service-printing .printing-hero__highlights strong,
.l-service-printing .printing-hero__highlights span {
  display: block;
}
.l-service-printing .printing-hero__highlights strong {
  margin-bottom: 8px;
  color: #fff;
  font-family: "Gilroy-ExtraBold";
  font-size: 16px;
  line-height: 1.2;
}
.l-service-printing .printing-hero__highlights span {
  color: #cfcfcf;
  font-size: 13px;
  line-height: 1.5;
}
.l-service-printing .printing-hero__visual {
  position: relative;
}
.l-service-printing .printing-hero__image-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.72fr;
  grid-template-rows: 260px 210px;
  gap: 18px;
}
.l-service-printing .printing-hero__image {
  min-height: 180px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35);
}
.l-service-printing .printing-hero__image--large {
  grid-row: 1/span 2;
}
.l-service-printing .printing-hero__image--wide {
  background-position: center;
}
.l-service-printing .printing-hero__badge {
  position: absolute;
  right: 28px;
  bottom: 28px;
  max-width: 210px;
  padding: 22px;
  background: linear-gradient(135deg, #fb8631 0%, #fb8631 100%);
  color: #fff;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.32);
}
.l-service-printing .printing-hero__badge span,
.l-service-printing .printing-hero__badge strong {
  display: block;
}
.l-service-printing .printing-hero__badge span {
  margin-bottom: 8px;
  font-size: 13px;
  text-transform: uppercase;
}
.l-service-printing .printing-hero__badge strong {
  font-family: "Gilroy-ExtraBold";
  font-size: 24px;
  line-height: 1.05;
}
.l-service-printing .printing-overview {
  padding: 88px 0;
  background: #111;
}
.l-service-printing .printing-overview__heading {
  max-width: 880px;
  margin: 0 auto 48px;
  text-align: center;
}
.l-service-printing .printing-overview__heading h2 {
  margin: 0 0 18px;
  color: #fff;
  font-family: "Gilroy-ExtraBold";
  font-size: 46px;
  line-height: 1.12;
}
.l-service-printing .printing-overview__heading p:not(.printing-eyebrow) {
  margin: 0;
  color: #d5d5d5;
  font-size: 17px;
  line-height: 1.7;
}
.l-service-printing .printing-overview__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.l-service-printing .printing-overview__grid article {
  min-height: 260px;
  padding: 32px 30px;
  background: #1a1a1a;
  border: 1px solid #282828;
}
.l-service-printing .printing-overview__grid span {
  display: block;
  margin-bottom: 26px;
  color: #fb8631;
  font-family: "Gilroy-ExtraBold";
  font-size: 15px;
  line-height: 1;
}
.l-service-printing .printing-overview__grid h3 {
  margin: 0 0 14px;
  color: #fff;
  font-family: "Gilroy-ExtraBold";
  font-size: 26px;
  line-height: 1.2;
}
.l-service-printing .printing-overview__grid p {
  margin: 0;
  color: #d5d5d5;
  font-size: 15px;
  line-height: 1.7;
}
@media (max-width: 991px) {
  .l-service-printing .l-section-1 {
    display: block;
  }
}
.l-service-printing .l-section-1 .l-section-left {
  width: 50%;
  line-height: 1;
}
.l-service-printing .l-section-1 .l-section-left h1 {
  font-size: 48px;
}
.l-service-printing .l-section-1 .l-section-left .description {
  line-height: 1.7;
}
@media (max-width: 991px) {
  .l-service-printing .l-section-1 .l-section-left {
    width: 100%;
  }
}
.l-service-printing .l-section-1 .l-section-right {
  width: 50%;
  position: relative;
}
.l-service-printing .l-section-1 .l-section-right .l-circle {
  position: absolute;
  height: 511px;
  width: 511px;
  -webkit-border-radius: 600px;
  -moz-border-radius: 600px;
  border-radius: 600px;
  border: 2px dashed #353535;
  background-color: transparent;
  z-index: 0;
  top: 50%;
  right: -30%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.l-service-printing .l-section-1 .l-section-right .l-circle .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 353px;
  width: 353px;
  -webkit-border-radius: 600px;
  -moz-border-radius: 600px;
  border-radius: 600px;
  background-color: #252525;
  z-index: 1;
}
@media (max-width: 991px) {
  .l-service-printing .l-section-1 .l-section-right .l-circle {
    display: none;
  }
}
.l-service-printing .l-section-1 .l-section-right .img-wrap {
  position: relative;
  padding-bottom: 70px;
  margin-top: 15px;
  z-index: 1;
  overflow: hidden;
}
.l-service-printing .l-section-1 .l-section-right .img, .l-service-printing .l-section-1 .l-section-right .bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.l-service-printing .l-section-1 .l-section-right .img1 {
  width: 70%;
  height: 400px;
  float: left;
}
.l-service-printing .l-section-1 .l-section-right .img2 {
  width: 30%;
  height: 50%;
  float: left;
  padding: 0 0 15px 15px;
}
.l-service-printing .l-section-1 .l-section-right .img2 .bg {
  width: 100%;
  height: 195px;
}
.l-service-printing .l-section-1 .l-section-right .img3 {
  width: 70%;
  height: 260px;
  position: absolute;
  bottom: 0;
  right: 0;
  border: 10px solid #0E0E11;
}
@media (max-width: 991px) {
  .l-service-printing .l-section-1 .l-section-right {
    width: 100%;
    margin-bottom: 80px;
  }
}
.l-service-printing .section-what-we-offer {
  background-color: #0b0b0b;
  padding: 90px 0 0;
  border-bottom: 1px solid #252525;
}
.l-service-printing .section-what-we-offer .small-title,
.l-service-printing .section-what-we-offer .section-title {
  font-family: "Gilroy-ExtraBold";
  text-align: center;
  font-weight: 800;
}
.l-service-printing .section-what-we-offer .small-title {
  color: #fb8631;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 3px;
}
.l-service-printing .section-what-we-offer .section-title {
  font-weight: 800;
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 48px;
  text-align: center;
  margin-bottom: 18px;
  line-height: 1.12;
}
.l-service-printing .section-what-we-offer .section-description {
  max-width: 780px;
  margin: 0 auto 44px;
  text-align: center;
}
.l-service-printing .section-what-we-offer .section-description p {
  margin: 0;
  color: #d5d5d5;
  font-size: 17px;
  line-height: 1.7;
}
.l-service-printing .section-what-we-offer .btn-wrap {
  text-align: center;
  margin-top: 40px;
}
.l-service-printing .tab-wrap .nav-tabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(160px, 1fr));
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 6px;
  border: none;
  text-align: center;
}
.l-service-printing .tab-wrap .nav-tabs:before, .l-service-printing .tab-wrap .nav-tabs:after {
  display: none;
  content: none;
}
.l-service-printing .tab-wrap .nav-tabs li {
  width: auto;
  vertical-align: top;
  display: block;
  float: none;
  padding: 0;
  text-align: center;
  position: relative;
}
.l-service-printing .tab-wrap .nav-tabs li a {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Gilroy-ExtraBold";
  font-size: 22px;
  font-weight: 800;
  background: #171717;
  color: #fff !important;
  border: none !important;
  border-radius: 0;
  padding: 32px 24px;
  margin: 0;
  transition: transform 0.25s ease, background 0.25s ease;
}
.l-service-printing .tab-wrap .nav-tabs li a .icon {
  width: 80px;
  height: 80px;
  background-image: url("../images/printing/tab-icon1-gray.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto 15px;
}
@media (max-width: 1024px) {
  .l-service-printing .tab-wrap .nav-tabs li a .icon {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 991px) {
  .l-service-printing .tab-wrap .nav-tabs li a .icon {
    width: 60px;
    height: 60px;
  }
}
.l-service-printing .tab-wrap .nav-tabs li a .icon2 {
  background-image: url("../images/printing/tab-icon2-gray.svg");
}
.l-service-printing .tab-wrap .nav-tabs li a .icon3 {
  background-image: url("../images/printing/tab-icon3-gray.svg");
}
.l-service-printing .tab-wrap .nav-tabs li a .icon4 {
  background-image: url("../images/printing/tab-icon4-gray.svg");
}
.l-service-printing .tab-wrap .nav-tabs li a .icon5 {
  background-image: url("../images/printing/tab-icon5-gray.svg");
}
.l-service-printing .tab-wrap .nav-tabs li a:hover {
  background-color: rgb(244.2571428571, 105.5285714286, 4.7428571429);
  transform: translateY(-4px);
}
.l-service-printing .tab-wrap .nav-tabs li a:hover .icon {
  background-image: url("../images/printing/tab-icon1.svg");
}
.l-service-printing .tab-wrap .nav-tabs li a:hover .icon2 {
  background-image: url("../images/printing/tab-icon2.svg");
}
.l-service-printing .tab-wrap .nav-tabs li a:hover .icon3 {
  background-image: url("../images/printing/tab-icon3.svg");
}
.l-service-printing .tab-wrap .nav-tabs li a:hover .icon4 {
  background-image: url("../images/printing/tab-icon4.svg");
}
.l-service-printing .tab-wrap .nav-tabs li a:hover .icon5 {
  background-image: url("../images/printing/tab-icon5.svg");
}
@media (max-width: 1366px) {
  .l-service-printing .tab-wrap .nav-tabs li a {
    padding: 32px 20px;
  }
}
@media (max-width: 1280px) {
  .l-service-printing .tab-wrap .nav-tabs li a {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .l-service-printing .tab-wrap .nav-tabs li a {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .l-service-printing .tab-wrap .nav-tabs li a {
    min-height: 190px;
    padding: 26px 16px;
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .l-service-printing .tab-wrap .nav-tabs li a {
    padding: 30px 15px;
  }
}
.l-service-printing .tab-wrap .nav-tabs li.active a {
  background: linear-gradient(90deg, #fb8631 0.01%, #fb8631 100.02%);
}
.l-service-printing .tab-wrap .nav-tabs li.active a .icon {
  background-image: url("../images/printing/tab-icon1.svg");
}
.l-service-printing .tab-wrap .nav-tabs li.active a .icon2 {
  background-image: url("../images/printing/tab-icon2.svg");
}
.l-service-printing .tab-wrap .nav-tabs li.active a .icon3 {
  background-image: url("../images/printing/tab-icon3.svg");
}
.l-service-printing .tab-wrap .nav-tabs li.active a .icon4 {
  background-image: url("../images/printing/tab-icon4.svg");
}
.l-service-printing .tab-wrap .nav-tabs li.active a .icon5 {
  background-image: url("../images/printing/tab-icon5.svg");
}
@media (max-width: 1024px) {
  .l-service-printing .tab-wrap .nav-tabs li {
    width: auto;
  }
}
@media (max-width: 991px) {
  .l-service-printing .tab-wrap .nav-tabs li {
    width: auto;
  }
}
@media (max-width: 767px) {
  .l-service-printing .tab-wrap .nav-tabs li {
    width: auto;
  }
}
.l-service-printing .tab-wrap .tab-content {
  background-color: #000;
  padding: 80px 0;
  margin-top: 58px;
}
.l-service-printing .tab-wrap .tab-content h3 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 40px;
  text-align: center;
}
.l-service-printing .listing {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  background: #303030;
}
.l-service-printing .listing-item {
  width: 100%;
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l-service-printing .listing-item.listing-item-reverse .listing-item-img {
  -ms-flex-order: 1;
  order: 1;
}
.l-service-printing .listing-item.listing-item-reverse .listing-item-text {
  -ms-flex-order: 2;
  order: 2;
}
@media (max-width: 640px) {
  .l-service-printing .listing-item.listing-item-reverse .listing-item-text {
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (max-width: 1024px) {
  .l-service-printing .listing-item {
    width: 100%;
    float: none;
  }
}
@media (max-width: 640px) {
  .l-service-printing .listing-item {
    display: block;
  }
}
.l-service-printing .listing-item-text, .l-service-printing .listing-item-img {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  min-height: 300px;
}
@media (max-width: 1366px) {
  .l-service-printing .listing-item-text, .l-service-printing .listing-item-img {
    min-height: 360px;
  }
}
@media (max-width: 1280px) {
  .l-service-printing .listing-item-text, .l-service-printing .listing-item-img {
    min-height: 397px;
  }
}
@media (max-width: 1199px) {
  .l-service-printing .listing-item-text, .l-service-printing .listing-item-img {
    min-height: 425px;
  }
}
@media (max-width: 640px) {
  .l-service-printing .listing-item-text, .l-service-printing .listing-item-img {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.l-service-printing .listing-item-text {
  background-color: #181818;
  text-align: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.l-service-printing .listing-item-text .content {
  padding: 32px;
}
.l-service-printing .listing-item-text .description {
  margin-bottom: 0;
}
.l-service-printing .listing-item-text p {
  font-size: 15px;
}
.l-service-printing .listing-item-text h4, .l-service-printing .listing-item-text p {
  color: #f2f2f2;
}
.l-service-printing .listing-item-text h4 {
  font-family: "Gilroy-ExtraBold";
  font-size: 23px;
  margin-bottom: 12px;
  line-height: 1.2;
}
@media (max-width: 640px) {
  .l-service-printing .listing-item-text {
    display: block;
    height: auto;
  }
}
.l-service-printing .listing-item-img {
  background-size: cover;
  background-position: center center;
}
@media (max-width: 640px) {
  .l-service-printing .listing-item-img {
    height: 300px;
  }
}
@media (max-width: 1180px) {
  .l-service-printing .printing-hero__inner,
  .l-service-printing .printing-overview__grid,
  .l-service-printing .listing {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .l-service-printing .tab-wrap .nav-tabs {
    grid-template-columns: repeat(5, minmax(145px, 1fr));
    gap: 12px;
  }
  .l-service-printing .printing-hero__inner {
    grid-template-columns: 1fr;
  }
  .l-service-printing .printing-hero__content {
    max-width: 820px;
  }
}
@media (max-width: 767px) {
  .l-service-printing .printing-hero,
  .l-service-printing .printing-overview,
  .l-service-printing .section-what-we-offer {
    padding-top: 60px;
  }
  .l-service-printing .printing-hero {
    padding-bottom: 58px;
  }
  .l-service-printing .printing-hero__inner {
    gap: 36px;
  }
  .l-service-printing .printing-hero__content {
    text-align: center;
  }
  .l-service-printing .printing-hero__content h1 {
    font-size: clamp(38px, 11vw, 54px);
  }
  .l-service-printing .printing-hero__content .description {
    font-size: 16px;
  }
  .l-service-printing .printing-hero__actions {
    justify-content: center;
  }
  .l-service-printing .printing-hero__highlights,
  .l-service-printing .printing-overview__grid,
  .l-service-printing .listing {
    grid-template-columns: 1fr;
  }
  .l-service-printing .tab-wrap .nav-tabs {
    grid-template-columns: repeat(5, minmax(138px, 1fr));
    gap: 10px;
  }
  .l-service-printing .printing-hero__image-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }
  .l-service-printing .printing-hero__image--large {
    grid-row: auto;
  }
  .l-service-printing .printing-hero__badge {
    right: 16px;
    bottom: 16px;
  }
  .l-service-printing .printing-overview__heading h2 {
    font-size: 34px;
  }
  .l-service-printing .section-what-we-offer .section-title {
    font-size: 34px;
  }
  .l-service-printing .tab-wrap .nav-tabs li a {
    min-height: 0;
    padding: 26px 18px;
  }
}

.section-print-materials {
  background-color: #252525;
  padding: 80px 0;
}
.section-print-materials .listing {
  text-align: center;
}
.section-print-materials .listing .listing-item {
  display: inline-block;
  vertical-align: top;
  width: 370px;
  margin: 15px;
  text-align: center;
  position: relative;
  font-family: "Gilroy-ExtraBold";
  font-size: 27px;
  font-weight: 800;
  background: #000000;
  color: #fff !important;
  border: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 46px;
  float: none;
}
.section-print-materials .listing .listing-item .icon {
  width: 102px;
  height: 102px;
  background-image: url("../images/printing/sales-add-img1-gray.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto 15px;
}
.section-print-materials .listing .listing-item.listing-item2 .icon {
  background-image: url("../images/printing/sales-add-img2-gray.svg");
}
.section-print-materials .listing .listing-item:hover {
  background-color: rgb(244.2571428571, 105.5285714286, 4.7428571429);
}
.section-print-materials .listing .listing-item:hover .icon {
  background-image: url("../images/printing/sales-add-img1.svg");
}
.section-print-materials .listing .listing-item:hover.listing-item2 .icon {
  background-image: url("../images/printing/sales-add-img2.svg");
}

.section-what-are-you-after {
  padding: 90px 0;
  background: radial-gradient(circle at 50% 0%, rgba(251, 134, 49, 0.12), transparent 24rem), #0f0f0f;
}
.section-what-are-you-after .l-heading {
  text-align: center;
}
.section-what-are-you-after .l-heading .section-title {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-family: "Gilroy-ExtraBold";
  font-size: 44px;
  line-height: 1.12;
}
.section-what-are-you-after .l-heading .description {
  max-width: 780px;
  margin: 0 auto 34px;
}
.section-what-are-you-after .l-heading .description p {
  color: #d5d5d5;
}

.l-service-virtual .virtual-tour-eyebrow {
  display: block;
  margin-bottom: 16px;
  color: #fb8631;
  font-family: "Gilroy-ExtraBold";
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}
.l-service-virtual .banner-bg-wrap {
  position: relative;
  background-position: center center;
}
.l-service-virtual .banner-bg-wrap.offset-next-elem:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.48) 44%, rgba(0, 0, 0, 0.72) 100%), linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.18) 52%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
  pointer-events: none;
}
.l-service-virtual .banner-bg-wrap .section-page-intro,
.l-service-virtual .banner-bg-wrap .section-iframe-tours {
  position: relative;
  z-index: 2;
}
.l-service-virtual .banner-bg-wrap .intro-content h1,
.l-service-virtual .banner-bg-wrap .intro-content .description p {
  text-shadow: 0 12px 38px rgba(0, 0, 0, 0.65);
}
@media (max-width: 991px) {
  .l-service-virtual .section-service-features {
    padding-bottom: 2rem;
  }
}
.l-service-virtual .virtual-tour-devices {
  padding: 95px 0 86px !important;
  background: #101010;
}
.l-service-virtual .virtual-tour-devices .detail-block {
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.01) 100%);
}
.l-service-virtual .virtual-tour-devices .detail-block__image {
  min-height: 520px;
  padding: 40px;
}
.l-service-virtual .virtual-tour-devices .detail-block__image img {
  width: 86%;
  max-height: 440px;
  object-fit: contain;
}
.l-service-virtual .virtual-tour-devices .detail-block__text {
  padding: 64px 70px;
}
.l-service-virtual .virtual-tour-devices .detail-block__text h2 {
  margin-bottom: 18px;
  font-size: 42px;
  line-height: 1.12;
}
.l-service-virtual .virtual-tour-devices .detail-block__text p {
  max-width: 560px;
  margin-bottom: 28px;
}
.l-service-virtual .virtual-tour-devices .virtual-tour-device-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0 0 32px;
  padding: 0;
  background: rgba(255, 255, 255, 0.12);
}
.l-service-virtual .virtual-tour-devices .virtual-tour-device-list li {
  margin: 0;
  padding: 18px 16px;
  color: #fff;
  font-family: "Gilroy-ExtraBold";
  font-size: 14px;
  line-height: 1.35;
  list-style: none;
  background: #191919;
}
.l-service-virtual .virtual-tour-devices .virtual-tour-device-list li:before, .l-service-virtual .virtual-tour-devices .virtual-tour-device-list li:after {
  display: none;
}
.l-service-virtual .virtual-tour-section-heading {
  width: 850px;
  max-width: 100%;
  margin: 0 auto 42px;
  text-align: center;
}
.l-service-virtual .virtual-tour-section-heading h2 {
  margin-bottom: 16px;
  font-family: "Gilroy-ExtraBold";
  font-size: 42px;
  line-height: 1.15;
}
.l-service-virtual .virtual-tour-section-heading p {
  color: #d5d5d5;
  line-height: 1.8;
}
.l-service-virtual .virtual-tour-gallery {
  padding: 90px 0 40px;
  background: #0b0b0b;
}
.l-service-virtual .virtual-tour-gallery .gallery-wrap {
  width: min(100% - 72px, 1480px);
  margin: 0 auto;
  gap: 14px;
}
.l-service-virtual .virtual-tour-gallery .image-item {
  flex: 1 1 calc(25% - 11px);
  max-width: calc(25% - 11px);
  overflow: hidden;
  background: #171717;
}
.l-service-virtual .virtual-tour-gallery .image-item a,
.l-service-virtual .virtual-tour-gallery .image-item img {
  display: block;
}
.l-service-virtual .virtual-tour-gallery .image-item img {
  height: 310px;
  transition: transform 0.45s ease, opacity 0.45s ease;
}
.l-service-virtual .virtual-tour-gallery .image-item:hover img {
  opacity: 0.86;
  transform: scale(1.05);
}
.l-service-virtual .virtual-tour-steps {
  padding: 80px 0 96px;
  background: #0b0b0b;
}
.l-service-virtual .virtual-tour-steps .section-title-actions {
  align-items: flex-end;
  margin-bottom: 46px;
}
.l-service-virtual .virtual-tour-steps .section-title-actions .section-title {
  width: 70%;
  line-height: 1.08;
}
.l-service-virtual .virtual-tour-steps .section-title-actions .section-title p {
  max-width: 690px;
  margin-top: 16px;
  line-height: 1.75;
}
.l-service-virtual .virtual-tour-steps .l-services-features ul {
  gap: 18px;
  align-items: stretch;
}
.l-service-virtual .virtual-tour-steps .l-services-features li {
  width: calc(25% - 14px);
  margin: 0;
}
.l-service-virtual .virtual-tour-steps .process-block, .l-service-virtual .virtual-tour-steps .l-service-v3__intro-block {
  display: flex;
  min-height: 100%;
  padding: 34px 26px 30px;
  flex-direction: column;
  color: #fff;
  background: #151515;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}
.l-service-virtual .virtual-tour-steps .process-block:hover, .l-service-virtual .virtual-tour-steps .l-service-v3__intro-block:hover {
  color: #fff;
  background: #1a1a1a;
  border-color: rgba(251, 134, 49, 0.42);
  transform: translateY(-6px);
}
.l-service-virtual .virtual-tour-steps .process-block__icon, .l-service-virtual .virtual-tour-steps .l-service-v3__intro-block__icon {
  width: 92px;
  margin-bottom: 28px;
  padding: 24px 0;
  background-color: #0c0c0c;
}
.l-service-virtual .virtual-tour-steps .process-block__icon img, .l-service-virtual .virtual-tour-steps .l-service-v3__intro-block__icon img {
  width: 38px;
}
.l-service-virtual .virtual-tour-steps .process-block__title, .l-service-virtual .virtual-tour-steps .l-service-v3__intro-block__title {
  margin-bottom: 12px;
  font-size: 24px;
}
.l-service-virtual .virtual-tour-steps .process-block__description, .l-service-virtual .virtual-tour-steps .l-service-v3__intro-block__description {
  margin-bottom: 0;
  color: #d5d5d5;
  line-height: 1.65;
}
.l-service-virtual .virtual-tour-cta {
  padding-top: 135px;
  padding-bottom: 135px;
}
.l-service-virtual .virtual-tour-cta:before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0.38) 48%, rgba(0, 0, 0, 0.76) 100%);
}
.l-service-virtual .virtual-tour-cta .content {
  width: 580px;
  padding: 62px;
  background: rgba(23, 23, 23, 0.94);
  text-align: left;
  margin-right: 0;
}
.l-service-virtual .virtual-tour-cta .content h2 {
  line-height: 1.1;
}
.l-service-virtual .virtual-tour-modes {
  display: grid;
  grid-template-columns: minmax(360px, 520px) minmax(0, 1fr);
  gap: 32px;
  padding: 110px 3vw;
  background: #101010;
}
.l-service-virtual .virtual-tour-modes .vr-feature-content {
  max-width: none;
  padding: 56px;
  background: #191919;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.l-service-virtual .virtual-tour-modes .section-heading {
  margin-bottom: 34px;
}
.l-service-virtual .virtual-tour-modes .section-heading p {
  color: #d5d5d5;
  line-height: 1.75;
}
.l-service-virtual .virtual-tour-modes .service-feature-list.list-view {
  padding-right: 0;
}
.l-service-virtual .virtual-tour-modes .service-feature-list.list-view .feature-item.full-width {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
.l-service-virtual .virtual-tour-modes .service-feature-list.list-view .feature-item.full-width:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.l-service-virtual .virtual-tour-modes .service-feature-list.list-view .feature-item {
  align-items: flex-start;
}
.l-service-virtual .virtual-tour-modes .service-feature-list.list-view .feature-item .img-wrap {
  flex: 0 0 82px;
  margin-right: 22px;
  margin-bottom: 0;
  padding: 24px 18px;
  background-color: #101010;
}
.l-service-virtual .virtual-tour-modes .vr-video {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  background: #050505;
}
.l-service-virtual .virtual-tour-modes .vr-video video {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 680px;
  object-fit: cover;
}
@media (max-width: 1180px) {
  .l-service-virtual .virtual-tour-devices .detail-block__text {
    padding: 46px;
  }
  .l-service-virtual .virtual-tour-devices .virtual-tour-device-list {
    grid-template-columns: 1fr;
  }
  .l-service-virtual .virtual-tour-steps .l-services-features li {
    width: calc(50% - 9px);
  }
  .l-service-virtual .virtual-tour-modes {
    display: block;
    padding: 80px 4vw;
  }
  .l-service-virtual .virtual-tour-modes .vr-feature-content {
    margin-bottom: 24px;
  }
  .l-service-virtual .virtual-tour-modes .vr-video {
    min-height: 420px;
  }
  .l-service-virtual .virtual-tour-modes .vr-video video {
    min-height: 420px;
  }
}
@media (max-width: 767px) {
  .l-service-virtual .virtual-tour-devices {
    padding: 55px 0 !important;
  }
  .l-service-virtual .virtual-tour-devices .detail-block__image {
    min-height: 0;
    padding: 30px;
  }
  .l-service-virtual .virtual-tour-devices .detail-block__text {
    padding: 38px 24px;
  }
  .l-service-virtual .virtual-tour-devices .detail-block__text h2 {
    font-size: 32px;
  }
  .l-service-virtual .virtual-tour-section-heading {
    margin-bottom: 30px;
  }
  .l-service-virtual .virtual-tour-section-heading h2 {
    font-size: 31px;
  }
  .l-service-virtual .virtual-tour-gallery {
    padding: 56px 0 20px;
  }
  .l-service-virtual .virtual-tour-gallery .gallery-wrap {
    width: 90%;
    gap: 10px;
  }
  .l-service-virtual .virtual-tour-gallery .image-item {
    flex: 1 1 calc(50% - 5px);
    max-width: calc(50% - 5px);
  }
  .l-service-virtual .virtual-tour-gallery .image-item img {
    height: 180px;
  }
  .l-service-virtual .virtual-tour-steps {
    padding: 56px 0;
  }
  .l-service-virtual .virtual-tour-steps .section-title-actions {
    display: block;
    text-align: center;
  }
  .l-service-virtual .virtual-tour-steps .section-title-actions .section-title {
    width: 100%;
    font-size: 34px;
  }
  .l-service-virtual .virtual-tour-steps .section-title-actions .button {
    width: 100%;
    max-width: 320px;
    margin: 24px auto 0;
  }
  .l-service-virtual .virtual-tour-steps .l-services-features ul {
    display: block;
  }
  .l-service-virtual .virtual-tour-steps .l-services-features li {
    width: 100%;
    margin-bottom: 18px;
  }
  .l-service-virtual .virtual-tour-cta {
    padding-top: 82px;
    padding-bottom: 82px;
  }
  .l-service-virtual .virtual-tour-cta .content {
    padding: 44px 24px;
  }
  .l-service-virtual .virtual-tour-modes {
    padding: 56px 0;
  }
  .l-service-virtual .virtual-tour-modes .vr-feature-content {
    padding: 38px 24px;
  }
  .l-service-virtual .virtual-tour-modes .service-feature-list.list-view .feature-item {
    display: block;
  }
  .l-service-virtual .virtual-tour-modes .service-feature-list.list-view .feature-item .img-wrap {
    width: 82px;
    margin: 0 auto 18px;
  }
  .l-service-virtual .virtual-tour-modes .vr-video {
    min-height: 300px;
  }
  .l-service-virtual .virtual-tour-modes .vr-video video {
    min-height: 300px;
  }
}

.l-home-section {
  position: relative;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  align-items: center;
}
.l-home-section .l-container {
  margin-top: 3rem;
}

.l-home-section-footer .prefooter .u-flex {
  align-items: inherit;
}

.js-letsplay {
  position: fixed;
  z-index: 24;
  right: 0;
  bottom: 0;
  display: block;
  transition: all 0.3s;
}

#works-section.fp-completely .js-letsplay {
  right: 0;
}

.modal-letsplay {
  position: fixed;
  z-index: -2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  visibility: hidden;
  margin: 0;
  transition: opacity 0.5s, visibility 0s 0.5s;
  opacity: 0;
  background: #000;
  align-items: center;
}
.modal-letsplay.active {
  z-index: 101;
  visibility: visible;
  transition: opacity 0.5s;
  opacity: 1;
}

.background {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.background {
  position: fixed;
  width: 100%;
  height: 100%;
  text-rendering: optimizeLegibility;
}

.background:after {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.wrapper {
  display: none;
}

/* 1. Intro Keyframe
--------------------------------------- */
#intro {
  /*position: fixed;*/
  /*top: 48%;*/
  /*left: 10%;*/
  /*!* width: 80%; *!*/
  /*color: #fff;*/
  /*text-align: center;*/
  /*text-transform: uppercase;*/
}

.ampersand {
  font-family: "Adobe Caslon Pro", "brandon-grotesque";
  font-style: italic;
}

#images {
  position: relative;
}

.explosion-byline,
.images-byline {
  position: fixed;
  top: 63%;
  left: 10%;
  max-width: 22%;
  opacity: 0;
  color: white;
}

.images-byline-2 {
  position: fixed;
  top: 93%;
  left: 25%;
  width: 50%;
  text-align: center;
  opacity: 0;
  color: white;
}

/* 3. Explosion Keyframe
--------------------------------------- */
/* 3. Images Keyframe
--------------------------------------- */
.raw-page {
  position: fixed;
  width: 45%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background-clip: padding-box;
  box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.3);
}

#mediumHomepage {
  top: 100%;
  right: 5%;
}

.iphone {
  position: fixed;
  top: 102%;
  right: 40%;
  width: 16%;
}

.iphone-frame {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  background-size: 100%;
}

.iphone-viewport {
  position: absolute;
  top: 14%;
  left: 8%;
  overflow: hidden;
  width: 83.5%;
  height: 69.5%;
  background-color: #000;
}

.iphone-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#medium-profile-iphone {
  z-index: 2;
}

/* 3. Links Keyframe
--------------------------------------- */
#links {
  position: fixed;
  top: 35%;
  left: 10%;
  width: 80%;
  text-align: center;
  opacity: 0;
  color: #fff;
}

.links-byline {
  font-size: 30px;
  line-height: 1.15;
}

.btn {
  font-size: 12px;
  font-weight: 900;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50px;
}

.btn:hover,
.btn:focus {
  color: #fff;
  border-color: #fff;
}

.twitter {
  position: fixed;
  top: 20px;
  right: 20px;
}

/* 4. Handling resize and small devices
--------------------------------------- */
.error {
  font-size: 30px;
  font-weight: 300;
  position: fixed;
  top: 30%;
  left: 10%;
  display: none;
  width: 80%;
  text-align: center;
}

.page-error .error {
  display: block;
}

.page-error .container {
  display: none;
}

@media all and (max-width: 1000px) {
  .error {
    font-size: 22px;
    display: block;
  }
}
.l-index-container {
  max-width: 1400px;
  margin: auto;
}

#links .l-index__heading-top {
  right: 0;
  left: 0;
}

body.is-loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

@-webkit-keyframes mouseScroll {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(14px);
    transform: translateY(14px);
  }
}
@keyframes mouseScroll {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(14px);
    transform: translateY(14px);
  }
}
.mouse-scroll {
  position: fixed;
  z-index: 99;
  bottom: 1.4rem;
  left: 2rem;
  overflow: hidden;
  width: 26px;
  height: 40px;
  transition: all 0.3s ease;
  border: 2px solid #ffffff;
  border-radius: 15px;
  mix-blend-mode: difference;
}
.mouse-scroll-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.mouse-scroll .roll {
  position: absolute;
  z-index: 2;
  top: 8px;
  left: 50%;
  width: 4px;
  height: 4px;
  margin-left: -2px;
  -webkit-animation: mouseScroll 0.8s cubic-bezier(0.7, 0, 0.3, 1) infinite alternate;
  animation: mouseScroll 0.8s cubic-bezier(0.7, 0, 0.3, 1) infinite alternate;
  border-radius: 4px;
  background: #fff;
}
.mouse-scroll .roll-shadow {
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 50%;
  width: 4px;
  height: 4px;
  margin-left: -2px;
  -webkit-animation: mouseScroll 0.8s cubic-bezier(0.7, 0, 0.3, 1) infinite alternate;
  animation: mouseScroll 0.8s cubic-bezier(0.7, 0, 0.3, 1) infinite alternate;
  -webkit-animation-delay: 80ms;
  animation-delay: 80ms;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.16);
}
.mouse-scroll.is-hidden {
  opacity: 1;
}

.l-section-1 {
  display: flex;
  align-items: center;
  padding: 3rem 0;
}
.l-section-1 p {
  color: #d4d4d4;
}
.l-section-1 h1 + * {
  margin-top: 0.5rem;
}
.l-section-1 .l-section-left {
  width: 67%;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .l-section-1 .l-section-left {
    padding-right: 0;
    margin-bottom: 2em;
  }
}
.l-section-1 .l-section-right {
  width: 33%;
}
.l-section-1 .l-section-right img {
  max-width: 100%;
  height: auto;
}
.l-section-1.l2 .l-section-left {
  width: 50%;
  padding-right: 3rem;
}
.l-section-1.l2 .l-section-right {
  width: 50%;
}
@media (max-width: 767px) {
  .l-section-1 .l-section-left, .l-section-1 .l-section-right {
    width: 100%;
    text-align: center;
  }
  .l-section-1 .l-section-left img, .l-section-1 .l-section-right img {
    width: 100%;
  }
}

.l-section-right {
  margin-left: auto;
}
.l-section-right.offset-b {
  z-index: 1;
  margin-bottom: -4rem;
}

@media screen and (max-width: 767px) {
  .l-section-1 {
    display: block;
  }
}

h1 {
  font-family: "Gilroy-ExtraBold";
  font-size: 60px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 1280px) {
  h1 {
    font-size: 50px;
  }
}
@media (max-width: 1024px) {
  h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-family: "Gilroy-ExtraBold";
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 0.8rem;
}

h3 {
  font-family: "Gilroy-ExtraBold";
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.top-float {
  position: absolute;
  top: 0;
  z-index: 1;
}

#posters {
  padding: 100px 0px;
}

#post {
  overflow: hidden;
  height: 4500px;
  position: relative;
  padding: 100px 0px 100px;
}
#post .l-index__heading-top svg {
  height: 13vh;
}

#post > .post-inner {
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh 1vh) * 100);
  position: absolute;
}

#cont_posters #post > .post-inner > .post-inner-holder {
  position: relative;
  left: -60vw;
  width: 600vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  display: grid;
  grid-template-columns: repeat(10, 24vw);
  grid-gap: 4vw;
}

#cont_posters img {
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  position: relative;
}

#cont_posters a {
  display: block;
  transform: scale(1);
  transition: 0.3s all;
}

#cont_posters a:hover {
  transform: scale(1.09);
}

#double_g {
  height: 200vh;
  background: #000;
}

#double_g #cont_doubleg,
#double_g #cont_doubleg > div {
  width: 100vw;
  height: 100vh;
  position: relative;
}

#double_g #cont_doubleg > div {
  position: absolute;
  background: #E2302E;
  overflow: hidden;
  top: 0px;
}

#double_g #cont_doubleg > div#second_g {
  z-index: 10;
  height: 0px;
  background: #000;
}

#double_g #cont_doubleg > div > div {
  width: 100vw;
  height: 100vh;
  position: relative;
}

#double_g #cont_doubleg > div > div img {
  position: absolute;
  display: block;
  width: 60%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#chap_part {
  height: 3000px;
  --chap-logo-scale: 65;
}
@media (max-aspect-ratio: 3/2) {
  #chap_part {
    --chap-logo-scale: 82;
  }
}
@media (max-aspect-ratio: 4/3) {
  #chap_part {
    --chap-logo-scale: 104;
  }
}
@media (max-aspect-ratio: 6/5) {
  #chap_part {
    --chap-logo-scale: 126;
  }
}
@media (max-aspect-ratio: 1/1) {
  #chap_part {
    --chap-logo-scale: 148;
  }
}
@media (max-aspect-ratio: 3/4) {
  #chap_part {
    --chap-logo-scale: 176;
  }
}
@media (max-width: 767px) {
  #chap_part {
    display: none;
  }
}

#chap_part > div {
  width: 100vw;
  overflow: hidden;
  background: #F1F1E8;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

#bauhausEdificio {
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  object-fit: cover;
}

#chap_part > div > #bautitle {
  display: block;
  position: absolute;
  z-index: 5;
  top: 50%;
  pointer-events: none;
  transform: translate(430vw, -50%) scale(var(--chap-logo-scale, 65));
}

@media (max-aspect-ratio: 6/5) {
  #chap_part > div > #bautitle {
    left: 0;
    width: 100vw;
    max-width: none;
    height: auto;
    opacity: 0;
    transform-origin: 43.6% 50%;
    transform: translate(0, -50%) scale(var(--chap-logo-scale, 126));
  }
}
.l-index__services-bg {
  min-height: 100vh;
}

.section-services-list {
  min-height: 64vh;
}

.p-l2 {
  text-align: center;
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  .p-l2 {
    font-size: inherit;
  }
}

.banner-l2 {
  overflow: hidden;
  display: flex;
  align-items: center;
}
.banner-l2.banner-bg:after {
  display: none;
}
.banner-l2 .l-service__eyecatch-left, .banner-l2 .l-service-v3__eyecatch-content-upper {
  background: #000;
  max-width: 675px;
  padding: 3rem 4.3rem 3.5rem;
  margin-left: -4.3rem;
}
.banner-l2 .l-service__eyecatch-left h1, .banner-l2 .l-service-v3__eyecatch-content-upper h1 {
  font-size: 46px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.banner-l2 .l-service__eyecatch-left p, .banner-l2 .l-service-v3__eyecatch-content-upper p {
  width: 100%;
}
@media (max-width: 767px) {
  .banner-l2 .l-service__eyecatch-left, .banner-l2 .l-service-v3__eyecatch-content-upper {
    margin: 2em auto 0;
  }
}

.section {
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 2rem 0;
  }
}

.text-center {
  text-align: center;
}

@media (max-width: 1170px) {
  .l-index__services .l-index__heading-top h2 svg {
    width: 700px;
  }
  .l-index__services-list {
    margin-top: -12rem;
    max-width: 824px;
  }
  .service-link span {
    font-size: 17px;
    line-height: 1;
    min-height: 60px;
    padding: 8px 28px;
  }
  .l-container {
    width: 90%;
  }
  .l-index__services-item {
    padding-right: 1rem;
    margin-bottom: 10px;
  }
  .l-index__services-item {
    width: 33.333%;
  }
  .l-index__services .l-index__heading-top {
    padding-top: 1.5rem;
  }
}
@media (max-width: 1024px) {
  #chap_part > div > #bautitle {
    transform: translate(560vw, -50%) scale(var(--chap-logo-scale, 65));
  }
  #cont_posters #post > .post-inner > .post-inner-holder {
    grid-template-columns: repeat(10, 32vw);
  }
  #double_g {
    display: none !important;
  }
  .post__content-left {
    width: 61%;
  }
  #double_g #cont_doubleg > div > div h2 svg {
    width: 340px;
  }
  .l-index__services-item {
    width: 100%;
  }
  #posters {
    padding: 2rem 0 0;
  }
  #posters .l-index__heading-top h2 svg {
    width: 620px;
  }
  .l-index__sponsors-left h3 {
    font-size: 1.6rem;
    padding: 0;
  }
  .l-index__sponsors-left span {
    line-height: 1.2;
    font-size: 26px;
    margin-bottom: 7px;
  }
  .l-index__sponsors-left p {
    line-height: 1.5;
    font-size: 16px;
    margin-bottom: 14px;
  }
  .l-index__sponsors-list li {
    padding: 0 10px;
  }
  footer.footer > .u-flex {
    display: block;
    text-align: center;
  }
  ul.footer__sns.u-flex {
    text-align: center;
    justify-content: center;
    margin-bottom: 2rem;
  }
  footer.footer > .u-flex {
    flex-direction: column-reverse;
    display: flex;
    flex-wrap: wrap;
  }
  footer.footer > .u-flex > * {
    width: 100%;
  }
  .footer {
    padding: 2rem 0;
  }
  .footer__middle small {
    padding: 1rem 0;
    display: block;
  }
  img.footer__logo {
    display: none;
  }
  .prefooter > .u-flex {
    display: block;
  }
  .prefooter__left {
    width: 100%;
  }
  .prefooter__right {
    width: 100%;
    padding: 2rem;
  }
  .prefooter__locations ul li {
    display: inline-block;
    margin-right: 2rem;
    text-align: center;
  }
  .prefooter__locations-time {
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .prefooter__locations-details {
    margin-top: 1rem;
  }
  .prefooter__locations h2 {
    margin-bottom: 13px;
  }
  #post {
    height: 3050px;
    padding: 13vh 0;
  }
  body {
    font-size: 17px;
    line-height: 1.5;
  }
  .l-service__process, .l-service-v3__intro {
    padding: 2.5rem 0;
  }
  .process-block__description, .l-service-v3__intro-block__description {
    font-size: inherit;
  }
  .process-block__icon, .l-service-v3__intro-block__icon {
    width: 100px;
    padding: 22px;
  }
  .l-service__process .column-3 li, .l-service-v3__intro .column-3 li {
    padding: 0 1rem;
  }
  .l-service-web-development .l-service__process .column-3, .l-services .l-service__process .column-3, .l-service-web-development .l-service-v3__intro .column-3, .l-services .l-service-v3__intro .column-3 {
    margin-bottom: 1rem;
  }
  .section-what-we-do {
    padding: 3rem 0;
  }
  .section-what-we-do .l-service__heading, .section-what-we-do .l-service-v3__call-to-action .l-service-v3__heading, .l-service-v3__call-to-action .section-what-we-do .l-service-v3__heading {
    font-size: 2.6rem;
  }
  .section-testimonial h2 {
    font-size: 2.5rem;
  }
  .l-index__sponsors-left {
    width: 100%;
    padding: 1.5rem 1.5rem 2rem;
  }
  .l-index__sponsors h2 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
  .l-index__sponsors-list li {
    width: 33.333%;
    padding: 1rem;
    margin: 0;
  }
  .l-index__sponsors-right {
    width: 100%;
  }
  ul.l-index__sponsors-list {
    display: flex;
    margin-top: 1rem;
  }
  .l-index__sponsors {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .l-index__services .l-index__heading-top h2 svg {
    width: 500px;
  }
  .section-services-list {
    min-height: 0;
    margin-top: -28rem;
    padding-bottom: 1rem;
  }
  .service-link span {
    font-size: 17px;
  }
  #cont_posters #post > .post-inner > .post-inner-holder {
    grid-template-columns: repeat(10, 76vw);
  }
  #posters {
    padding: 2rem 0 0;
  }
  #posters .l-index__heading-top h2 svg {
    width: 540px;
  }
  #post {
    height: 1250px;
    padding: 0;
  }
  .l-index__services-item {
    margin-bottom: 10px;
  }
  .post__content-left {
    width: 100%;
  }
  .post__content-right {
    width: 100%;
    padding-left: 0;
    margin-top: 3rem;
  }
  .l-service__testimonies h2, .l-service-v2__testimonies h2, .l-service-v3__testimonies h2 {
    font-size: 28px;
  }
  .l-service__testimonies-list li p {
    font-size: 16px;
    line-height: 1.5;
  }
  .l-service__testimonies.l2, .l2.l-service-v2__testimonies, .l2.l-service-v3__testimonies {
    padding: 2rem 0;
  }
  .prefooter__right h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .prefooter__right {
    margin: 0;
    padding: 1.5rem 2rem;
    margin-top: 4rem;
  }
  .footer__links li {
    width: 100%;
    margin-bottom: 0;
  }
  .footer__links a {
    display: block;
    padding: 5px 0;
  }
  .l-index__sponsors {
    padding: 2.5rem 0 0;
  }
  .l-index__services .l-index__heading-top h2 {
    transform: inherit !important;
  }
  .l-index__services .l-index__heading-top h2 svg {
    width: 100%;
  }
  .l-index__services .l-index__heading-top h2 {
    position: static !important;
    text-align: left;
  }
  .l-index__services-bg {
    min-height: 0;
    padding: 1rem 0;
  }
  .l-index__services {
    overflow: visible;
  }
  .section-services-list {
    margin-top: 0;
  }
  .l-index__services-bg .services-bg {
    position: static;
    background: transparent;
  }
  .l-index__services-bg .services-bg:after {
    display: none;
  }
  .l-index__services-list {
    margin-top: 0;
  }
  .l-index__services-bg {
    transform: none !important;
  }
  #cont_posters #post > .post-inner > .post-inner-holder {
    transform: none !important;
    position: static;
    display: block;
    width: auto;
    height: auto;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-gap: 0;
  }
  #cont_posters #post > .post-inner > .post-inner-holder > a {
    flex: 0 0 50%;
    max-width: 50%;
  }
  #cont_posters img {
    position: static;
    transform: none;
  }
  #post > .post-inner {
    position: static;
    transform: none !important;
    height: auto;
  }
  #cont_posters a:hover {
    transform: none;
  }
  #cont_posters a {
    padding: 0.5rem;
  }
  .l-index__heading-top.top-float.is-inview {
    position: static;
    transform: none !important;
    margin-bottom: 1rem;
  }
  #posters .l-index__heading-top h2 svg {
    width: 100%;
  }
  #post {
    height: auto;
  }
  #posters {
    opacity: 1 !important;
    pointer-events: inherit;
  }
  div#pong-section h2 {
    transform: none !important;
    position: static !important;
  }
  #double_g #cont_doubleg > div > div h2 svg {
    width: 266px;
    height: auto;
    margin-bottom: 1rem;
  }
  #double_g #cont_doubleg, #double_g #cont_doubleg > div {
    height: auto;
    position: static !important;
  }
  section#double_g {
    height: auto;
  }
  .l-index__sponsors h2 > span {
    transform: none !important;
  }
  .prefooter__right {
    margin-top: 0;
  }
  .prefooter__locations ul li {
    margin-right: 0;
    width: 32%;
  }
  .section-testimonial h2 {
    font-size: 2rem;
  }
  .testimonials > li {
    padding: 1rem;
  }
  .testimonials li p {
    font-size: 17px;
    line-height: 1.4;
  }
  .testimonials li .testimonial-author {
    font-size: 17px;
    line-height: 1.4;
  }
  .testimonials:before {
    display: none;
  }
  .testimonials li h3 {
    font-size: 20px;
  }
  div#cont_doubleg {
    display: none !important;
  }
  .section-testimonial {
    padding: 2rem 0;
  }
  .l-mega-menu {
    display: none;
  }
  .prefooter__left {
    text-align: center;
  }
}
@media (max-width: 425px) {
  .l-service .description, .l-service-v2 .description, .l-service-v3 .description {
    margin-bottom: 15px;
  }
  h1 {
    margin-bottom: 0.8rem;
  }
  body {
    font-size: 16px;
  }
  .testimonials {
    padding: 0;
  }
  .section-testimonial h2 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .prefooter__right h2 {
    text-align: center;
  }
  .prefooter__right p {
    text-align: center;
  }
  .l-service-web-development .l-service__details .detail-block__text, .l-services .l-service__details .detail-block__text {
    background: transparent;
    padding-left: 0;
    padding-right: 0;
  }
  .detail-block {
    margin-bottom: 1rem;
  }
  .section-what-we-do .l-service__heading, .section-what-we-do .l-service-v3__call-to-action .l-service-v3__heading, .l-service-v3__call-to-action .section-what-we-do .l-service-v3__heading {
    font-size: 30px;
  }
  .l-section-right {
    margin-top: 2rem;
  }
  .l-section-right {
    margin-top: 2rem;
  }
  .detail-block__text h2 {
    font-size: 1.8rem;
  }
  .detail-block__text {
    padding: 1.6rem 0;
  }
  .l-service__details {
    padding: 2.5rem 0 0;
  }
  .l-section-1 {
    padding-top: 2rem;
  }
  .l-service-iphone-and-android-apps .l-service__details ul {
    padding: 0;
  }
  .l-service-iphone-and-android-apps .l-service__info {
    padding: 2rem 0;
  }
  h1 br, h2 br, h3 br, h4 br, h5 br, p br {
    display: none;
  }
  .prefooter__right .wpcf7 {
    margin-top: 1rem;
  }
  .prefooter__right .wpcf7 {
    margin-top: 1rem;
  }
  .footer {
    padding-bottom: 0;
    margin: 0;
  }
  ul.footer__sns.u-flex {
    margin-bottom: 0;
  }
  .section-what-we-do {
    padding: 2rem 0;
  }
  .section-what-we-do .l-service__content {
    margin-bottom: 1rem;
  }
  .section-top-video-wrap .l-container {
    padding: 0;
  }
  .l-section-1 {
    padding-bottom: 1rem;
  }
  .l-service-web-development .l-service__process .l-service__intro-content-full, .l-services .l-service__process .l-service__intro-content-full, .l-service-web-development .l-service-v3__intro .l-service__intro-content-full, .l-services .l-service-v3__intro .l-service__intro-content-full {
    margin-bottom: 2rem;
  }
  .detail-block {
    background: transparent;
  }
  .detail-block-l3 .detail-block__text {
    padding-left: 0;
    text-align: left;
  }
  .l-service__details .detail-block__text h2 {
    text-align: left;
    margin-top: 1rem;
    font-size: 1.6rem;
  }
  .l-service-v2__blurb-left {
    text-align: left;
  }
  .l-service__heading, .l-service-v3__call-to-action .l-service-v3__heading {
    font-size: 1.6rem;
  }
  .l-service-v2-service-photography .l-service-v2__blurb {
    padding: 2rem 0;
  }
  .detail-block__image {
    min-height: 200px;
  }
  .detail-block__text {
    padding-top: 0;
  }
  .l-container {
    padding: 0 12px;
  }
}
@media (max-aspect-ratio: 6/5) {
  #chap_part > div > #bautitle {
    left: 0;
    width: 100vw;
    max-width: none;
    height: auto;
    opacity: 0;
    transform-origin: 43.6% 50%;
    transform: translate(0, -50%) scale(var(--chap-logo-scale, 126));
  }
}

/*# sourceMappingURL=styles.css.map */
