/* stylelint-disable */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
  content: none;
}

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

.row {
  display: flex;
  margin: 0px 0px;
}

.container {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1300px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1470px;
  }
}

:root {
  --header-height: 66px;
}
@media (min-width: 992px) {
  :root {
    --header-height: 86px;
  }
}
@media (min-width: 1300px) {
  :root {
    --header-height: functions.vw(86px);
  }
}

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

* {
  outline: none;
}

::-moz-selection {
  background-color: #000000;
  color: #FFFFFF;
}

::selection {
  background-color: #000000;
  color: #FFFFFF;
}

#wrap {
  right: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0;
  position: relative;
  transition: right 0.5s;
  color: #FFFFFF;
  overflow: clip !important;
  -webkit-transition: right 0.5s;
  -moz-transition: right 0.5s;
  -o-transition: right 0.5s;
  background-color: #1D1D1B;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

html,
body {
  height: 100%;
}

body {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  min-width: 320px;
  color: #FFFFFF;
  background-color: #FFFFFF;
  font-family: "neue-haas-grotesk-display", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #1D1D1B;
}
@media (min-width: 1300px) {
  body {
    font-size: 1.1904761905vw;
  }
}

a {
  color: inherit;
  text-decoration: none;
  color: #FFFFFF;
}

b,
strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.main {
  display: block;
  width: 100%;
  will-change: transform;
}

:has(+ .intro) {
  margin-bottom: 0 !important;
}

:has(+ .intro) > :last-child {
  margin-bottom: 0 !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

#header {
  width: 100%;
  position: absolute;
  z-index: 99999;
}
#header .header-inner {
  padding: 50px 0px 15px 0px;
  border-bottom: 1px solid #FFFFFF;
}
#header .header-inner .row {
  align-items: flex-end;
  justify-content: space-between;
}
#header .header-inner .row .header-logo .header-logo-inner .logo a img,
#header .header-inner .row .header-logo .header-logo-inner .logo a svg {
  display: block;
}
#header .header-inner .row .header-menu .header-menu-inner .menu-wrap nav ul {
  gap: 50px;
  display: flex;
  margin: 0px 0px;
  align-items: center;
  color: #FFFFFF;
}
#header .header-inner .row .header-menu .header-menu-inner .menu-wrap nav ul li a {
  font-size: 16px;
  text-decoration: none;
  letter-spacing: -0.32px;
}

.background--black .background-inner {
  background-color: #000000;
}

.background-inner {
  transition: background-color 0.4s;
}

#footer .footer-inner {
  padding: 50px 0px;
}
#footer .footer-inner .footer-main .footer-main-inner .row .about-wrap,
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap {
  width: 50%;
}
#footer .footer-inner .footer-main .footer-main-inner .row .about-wrap .about {
  gap: 45px;
  display: flex;
  flex-direction: column;
}
#footer .footer-inner .footer-main .footer-main-inner .row .about-wrap .about .contacts {
  gap: 20px;
  display: flex;
  flex-direction: column;
}
#footer .footer-inner .footer-main .footer-main-inner .row .about-wrap .about .contacts .company .region,
#footer .footer-inner .footer-main .footer-main-inner .row .about-wrap .about .contacts .company .heading {
  font-size: 29px;
}
#footer .footer-inner .footer-main .footer-main-inner .row .about-wrap .about .socials a {
  text-decoration: underline;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form {
  gap: 50px;
  display: flex;
  flex-direction: column;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-introduction {
  gap: 20px;
  display: flex;
  flex-direction: column;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode {
  width: 100%;
  max-width: 100%;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-response-msg {
  display: block;
  width: 290px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0px 30px;
  line-height: 1.3;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-response-msg p:last-of-type {
  margin-bottom: 0px;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-error-msg {
  margin-top: 20px !important;
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-after-field .nf-error-msg {
  display: none !important;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-title,
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-fields-required {
  display: none;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .list-select-wrap .nf-field-label,
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .label-above .nf-field-label {
  display: none !important;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .list-select-wrap .nf-field,
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .label-above .nf-field {
  margin-bottom: 20px !important;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .list-select-wrap {
  border-radius: 5px !important;
  overflow: hidden !important;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .list-select-wrap select {
  cursor: pointer;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content {
  width: 100%;
  padding: 0px 0px;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content .nf-field-container {
  margin-bottom: 12px !important;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content .checkbox-container {
  margin: 30px 0px !important;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content .checkbox-container a,
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content .checkbox-container label {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content .checkbox-container a::after,
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content .checkbox-container label::after {
  top: 8px;
  border: 1px solid #FFFFFF;
  border-radius: 0px;
  background-color: #FFFFFF;
}
@media (min-width: 992px) {
  #footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content .checkbox-container a,
  #footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content .checkbox-container label {
    font-size: 11px;
  }
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content .checkbox-container a {
  text-decoration: underline;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content .nf-error textarea,
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content .nf-error select.ninja-forms-field,
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content .nf-error input:not([type=button]) {
  border: 1px solid red !important;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content .nf-error textarea {
  margin-top: 5px;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content input,
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content textarea,
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content select.ninja-forms-field:not([multiple]),
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content input:not([type=button]) {
  border: 0px;
  padding: 0px 0px 20px 0px;
  border-bottom: 1px solid #E6E6E6;
  background-color: transparent;
  color: #E6E6E6;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content input::-moz-placeholder, #footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content textarea::-moz-placeholder, #footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content select.ninja-forms-field:not([multiple])::-moz-placeholder, #footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content input:not([type=button])::-moz-placeholder {
  opacity: 1;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content input::placeholder,
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content textarea::placeholder,
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content select.ninja-forms-field:not([multiple])::placeholder,
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content input:not([type=button])::placeholder {
  opacity: 1;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content textarea {
  padding: 0px 0px;
  line-height: 1.3;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content .submit-wrap {
  display: inline-flex;
  position: relative;
  align-items: center;
  height: unset !important;
  padding: 9px 50px 9px 15px;
  transition: 0.5s all;
  border: 1px solid #FFFFFF;
  border-radius: 40px !important;
  background-color: #FFFFFF;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content .submit-wrap .nf-field-label {
  margin-bottom: 0px !important;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content input[type=submit] {
  height: unset;
  margin-bottom: 2px;
  padding: 0px 0px;
  border: 0px 0px;
  background-color: transparent;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
}
@media (min-width: 992px) {
  #footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content input[type=submit] {
    margin-bottom: 5px;
    font-size: 20px;
  }
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content #nf-field-5-wrap {
  position: relative;
}
#footer .footer-inner .footer-main .footer-main-inner .row .form-wrap .form .form-shortcode .nf-form-content #nf-field-5-wrap::before {
  position: absolute;
  top: 12px;
  right: 10px;
  bottom: 0;
  width: 10px;
  height: 5px;
  content: url("../../images/icons/icon-form-select.svg");
  z-index: 9;
  z-index: 99;
}
#footer .footer-inner .footer-links .footer-links-inner .row {
  align-items: center;
  justify-content: space-between;
}
#footer .footer-inner .footer-links .footer-links-inner .row .buttons .buttons-inner {
  gap: 10px;
  display: flex;
  margin: 0px 0px;
}

.background--black .heading-title {
  color: #FFFFFF;
}

.heading {
  display: flex;
  width: 100%;
}
@media (min-width: 992px) {
  .heading {
    flex-direction: row;
    justify-content: flex-start;
    -moz-column-gap: 10%;
         column-gap: 10%;
  }
}
@media (min-width: 992px) {
  .heading--offset {
    justify-content: flex-end;
  }
}

.heading-content {
  display: block;
  width: 100%;
  text-wrap: balance;
}
@media (min-width: 768px) {
  .heading-content {
    width: 70vw;
  }
}
@media (min-width: 992px) {
  .heading-content {
    width: 55vw;
  }
}
@media (min-width: 1300px) {
  .heading-content {
    width: 50vw;
  }
}

.heading-title {
  font-size: 42px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 0.9;
  color: #000000;
}
@media (min-width: 768px) {
  .heading-title {
    font-size: 48px;
  }
}
@media (min-width: 992px) {
  .heading-title {
    font-size: 55px;
  }
}
@media (min-width: 1300px) {
  .heading-title {
    font-size: 4.2989417989vw;
  }
}

.background--black .button {
  border-color: #FFFFFF;
  background-color: #000000;
  color: #FFFFFF;
}
.background--black .button:hover {
  background-color: #1D1D1B;
}
.background--black .button--black {
  border-color: #FFFFFF;
  background-color: #000000;
  color: #FFFFFF;
}
.background--black .button--black:hover {
  background-color: #1D1D1B;
}
.background--black .button--white {
  border: 0;
  background-color: #FFFFFF;
  color: #000000;
}
.background--black .button--white .button-label {
  color: #000000;
}
.background--black .button--white:hover {
  background-color: #D6D6D6;
}
.background--black .button--white:hover .button-label {
  color: #000000;
}
.background--black .button--menu {
  border-color: #333333;
}
.background--black .button--menu:hover {
  border-color: #4D4D4D;
  background-color: #333333;
}
.background--black .button--menu-outline {
  background-color: transparent;
}
.background--black .button--menu-outline:hover {
  background-color: #000000;
}
.background--black .button-label {
  color: #FFFFFF;
}
.background--black .button-line {
  background-color: #FFFFFF;
}

.background--white .button--outline {
  border-color: #FFFFFF;
}
.background--white .button--outline:hover {
  background-color: rgba(29, 29, 27, 0.1);
}
.background--white .button--outline .button-label {
  color: #FFFFFF;
}
.background--white .button--outline .button-line {
  background-color: #FFFFFF;
}

.button {
  overflow: hidden;
  border-radius: 20px;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  transition: background-color 0.4s, border-color 0.4s, color 0.4s;
  border: 1px solid #FFFFFF;
  border-color: #FFFFFF;
  background-color: transparent;
  color: #FFFFFF;
  line-height: 1.1;
  text-align: center;
  cursor: pointer;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media (min-width: 1300px) {
  .button {
    border-radius: 1.3227513228vw;
  }
}
.button:hover {
  color: #000000;
  background-color: #E6E6E6;
}
@media (min-width: 1300px) {
  .button {
    padding: 0.6613756614vw 0.9920634921vw;
    -moz-column-gap: 0.6613756614vw;
         column-gap: 0.6613756614vw;
    border-width: max(0.0661375661vw, 1px);
  }
}
.button--outline {
  background-color: transparent;
}
.button--outline:hover {
  background-color: #F2F2F2;
}
.button--black {
  border-color: #FFFFFF;
  background-color: #000000;
  color: #FFFFFF;
}
.button--black:hover {
  background-color: #1D1D1B;
}
.button--menu {
  border-color: #E6E6E6;
}
.button--menu:hover {
  border-color: #D9D9D9;
  background-color: rgba(242, 242, 242, 0.5);
}
.button--menu-outline {
  background-color: transparent;
}
.button--menu-outline:hover {
  background-color: #F2F2F2;
}
.button svg {
  display: block;
  width: 14px;
  height: auto;
}
@media (min-width: 1300px) {
  .button svg {
    width: 0.9259259259vw;
  }
}
.button svg path {
  stroke-width: 2px;
  stroke: #FFFFFF;
}
@media (min-width: 1300px) {
  .button svg path {
    stroke-width: max(0.1322751323vw, 2px);
  }
}

.button-label {
  display: block;
  position: relative;
  z-index: 2;
  font-family: "Geist Mono", monospace;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (min-width: 1300px) {
  .button-label {
    font-size: 0.8597883598vw;
  }
}

.button-lines {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 10px;
  height: 6px;
}
@media (min-width: 1300px) {
  .button-lines {
    width: 0.6613756614vw;
    height: 0.3968253968vw;
  }
}

.button-line {
  display: block;
  width: 100%;
  height: 1px;
  transition: background-color 0.4s;
  background-color: #000000;
}
@media (min-width: 1300px) {
  .button-line {
    height: max(0.0661375661vw, 1px);
  }
}

#about .about-inner .about-boxes .about-box.image-left .about-box-inner .row .about {
  display: flex;
  justify-content: flex-end;
}
#about .about-inner .about-boxes .about-box .about-box-inner .row .about,
#about .about-inner .about-boxes .about-box .about-box-inner .row .graphic {
  width: 50%;
}
#about .about-inner .about-boxes .about-box .about-box-inner .row .about .about-inner {
  gap: 50px;
  width: 425px;
  display: flex;
  max-width: 100%;
  flex-direction: column;
}
#about .about-inner .about-boxes .about-box .about-box-inner .row .about .about-inner .headings {
  gap: 30px;
  display: flex;
  flex-direction: column;
}
#about .about-inner .about-boxes .about-box .about-box-inner .row .graphic .graphic-inner .image-wrap .image {
  width: 100%;
  position: relative;
  border-radius: 15px;
  aspect-ratio: 706/667;
  background-size: cover;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
}

#banner-home {
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  flex-direction: column;
  background-size: cover;
  justify-content: center;
  color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: center center;
}
#banner-home .banner-inner .row {
  justify-content: space-between;
}
#banner-home .banner-inner .row .about-wrap {
  width: 470px;
  max-width: 100%;
}
#banner-home .banner-inner .row .about-wrap .about {
  gap: 50px;
  display: flex;
  flex-direction: column;
}
#banner-home .banner-inner .row .about-wrap .about .about-introduction {
  gap: 35px;
  display: flex;
  flex-direction: column;
}
#banner-home .banner-inner .row .about-wrap .about .description p:last-of-type {
  margin-bottom: 0px;
}
#quick-links {
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
#quick-links .quick-links-inner .row .quick-link {
  width: 33.33%;
  border-right: 1px solid #FFFFFF;
}
#quick-links .quick-links-inner .row .quick-link a {
  text-decoration: none;
}
#quick-links .quick-links-inner .row .quick-link .quick-link-inner {
  gap: 35px;
  display: flex;
  padding: 50px 50px;
  flex-direction: column;
}
#quick-links .quick-links-inner .row .quick-link .quick-link-inner .image-wrap .image {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  border-radius: 15px;
  background-size: cover;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
}
#quick-links .quick-links-inner .row .quick-link:last-of-type {
  border-right: 0px;
}

#introduction .introduction-inner {
  padding: 150px 0px;
}
#introduction .introduction-inner .row {
  justify-content: flex-end;
}
#introduction .introduction-inner .row .about {
  width: 50%;
}
#introduction .introduction-inner .row .about .about-inner {
  gap: 50px;
  display: flex;
  flex-direction: column;
}
#introduction .introduction-inner .row .about .about-inner .body p:last-of-type {
  margin-bottom: 0px;
}

#wwd-preview .wwd-preview-inner {
  padding: 150px 0px;
}
#wwd-preview .wwd-preview-inner .row .about,
#wwd-preview .wwd-preview-inner .row .graphic {
  width: 50%;
}
#wwd-preview .wwd-preview-inner .row .about .about-inner {
  gap: 50px;
  width: 550px;
  display: flex;
  max-width: 100%;
  flex-direction: column;
}
#wwd-preview .wwd-preview-inner .row .about .about-inner .headings {
  gap: 30px;
  display: flex;
  flex-direction: column;
}
#wwd-preview .wwd-preview-inner .row .about .about-inner .services-wrap .services .service {
  padding: 20px 0px 30px 0px;
  border-bottom: 1px solid #FFFFFF;
}
#wwd-preview .wwd-preview-inner .row .about .about-inner .services-wrap .services .service.active .service-inner .service-content {
  opacity: 1;
  padding-top: 30px;
}
#wwd-preview .wwd-preview-inner .row .about .about-inner .services-wrap .services .service.active .service-inner .service-header .service-toggle {
  transform: rotate(180deg);
}
#wwd-preview .wwd-preview-inner .row .about .about-inner .services-wrap .services .service .service-inner .service-header {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
}
#wwd-preview .wwd-preview-inner .row .about .about-inner .services-wrap .services .service .service-inner .service-header .service-label {
  gap: 20px;
  display: flex;
}
#wwd-preview .wwd-preview-inner .row .about .about-inner .services-wrap .services .service .service-inner .service-header .service-toggle {
  border: 0;
  cursor: pointer;
  background: none;
  transition: transform 0.35s ease;
}
#wwd-preview .wwd-preview-inner .row .about .about-inner .services-wrap .services .service .service-inner .service-header .service-toggle img,
#wwd-preview .wwd-preview-inner .row .about .about-inner .services-wrap .services .service .service-inner .service-header .service-toggle svg {
  display: block;
}
#wwd-preview .wwd-preview-inner .row .about .about-inner .services-wrap .services .service .service-inner .service-content {
  max-height: 0;
  overflow: hidden;
  padding-top: 0px;
  opacity: 0;
  transition: max-height 0.45s ease, opacity 0.3s ease, padding-top 0.45s ease;
}
#wwd-preview .wwd-preview-inner .row .graphic .graphic-inner .image-wrap .image {
  width: 100%;
  position: relative;
  border-radius: 15px;
  aspect-ratio: 706/667;
  background-size: cover;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
}
