/* ==========================================================================
   DESIGN SYSTEM — ported from the reference stylesheet, reduced to the rules
   these pages actually use, with all asset URLs pointing at local files and
   the framework class names renamed to plain ones (see README).
   Do not hand-edit: put changes in overrides.css, which loads after this.
   ========================================================================== */

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  vertical-align: baseline;
  display: inline-block;
}

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

[hidden], template {
  display: none;
}

a {
  background-color: #0000;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

[class^="w-icon-"], [class*=" w-icon-"] {
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-family: webflow-icons !important;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}

.u-inline-block {
  max-width: 100%;
  display: inline-block;
}

html[data-w-dynpage] [data-w-cloak] {
  color: #0000 !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
  font-weight: bold;
}

h1 {
  margin-top: 20px;
  font-size: 38px;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  font-size: 18px;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin: 0 0 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.u-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.embed:before, .embed:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.embed:after {
  clear: both;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

button, [type="button"], [type="reset"] {
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.dropdown {
  text-align: left;
  z-index: 900;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.w-dropdown-btn, .dropdown-toggle, .dropdown-link {
  vertical-align: top;
  color: #222;
  text-align: left;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  text-decoration: none;
  position: relative;
}

.dropdown-toggle {
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-right: 40px;
  display: inline-block;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-list {
  background: #ddd;
  min-width: 100%;
  display: none;
  position: absolute;
}

.dropdown-list.is-open {
  display: block;
}

.dropdown-link {
  color: #222;
  padding: 10px 20px;
  display: block;
}

.dropdown-link.is-current {
  color: #0082f3;
}

.dropdown-link:focus {
  outline: 0;
}

.richtext:before, .richtext:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.richtext:after {
  clear: both;
}

.richtext[contenteditable="true"]:before, .richtext[contenteditable="true"]:after {
  white-space: initial;
}

.richtext ol, .richtext ul {
  overflow: hidden;
}

.richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after, .richtext .w-richtext-figure-selected[data-rt-type="video"] div:after, .richtext .w-richtext-figure-selected.w-richtext-figure-type-image div, .richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}

.richtext figure.w-richtext-figure-type-video > div:after, .richtext figure[data-rt-type="video"] > div:after {
  content: "";
  display: none;
  position: absolute;
  inset: 0;
}

.richtext figure {
  max-width: 60%;
  position: relative;
}

.richtext figure > div:before {
  cursor: default !important;
}

.richtext figure img {
  width: 100%;
}

.richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: .6;
}

.richtext figure div {
  color: #0000;
  font-size: 0;
}

.richtext figure.w-richtext-figure-type-image, .richtext figure[data-rt-type="image"] {
  display: table;
}

.richtext figure.w-richtext-figure-type-image > div, .richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}

.richtext figure.w-richtext-figure-type-image > figcaption, .richtext figure[data-rt-type="image"] > figcaption {
  caption-side: bottom;
  display: table-caption;
}

.richtext figure.w-richtext-figure-type-video, .richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}

.richtext figure.w-richtext-figure-type-video iframe, .richtext figure[data-rt-type="video"] iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.richtext figure.w-richtext-figure-type-video > div, .richtext figure[data-rt-type="video"] > div {
  width: 100%;
}

.richtext figure.w-richtext-align-center {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div, .richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}

.richtext figure.w-richtext-align-normal {
  clear: both;
}

.richtext figure.w-richtext-align-fullwidth {
  text-align: center;
  clear: both;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.richtext figure.w-richtext-align-fullwidth > div {
  padding-bottom: inherit;
  display: inline-block;
}

.richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}

.richtext figure.w-richtext-align-floatleft {
  float: left;
  clear: none;
  margin-right: 15px;
}

.richtext figure.w-richtext-align-floatright {
  float: right;
  clear: none;
  margin-left: 15px;
}

.nav-root {
  z-index: 1000;
  background: #ddd;
  position: relative;
}

.nav-root:before, .nav-root:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.nav-root:after {
  clear: both;
}

.nav-brand {
  float: left;
  color: #333;
  text-decoration: none;
  position: relative;
}

.w-nav-link.is-current {
  color: #0082f3;
}

[data-nav-menu-open] {
  text-align: center;
  background: #c8c8c8;
  min-width: 200px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  overflow: visible;
  display: block !important;
}

.nav-root[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}

.nav-root[data-animation="over-left"] .w-nav-overlay, .nav-root[data-animation="over-left"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  right: auto;
}

.nav-root[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}

.nav-root[data-animation="over-right"] .w-nav-overlay, .nav-root[data-animation="over-right"] [data-nav-menu-open] {
  z-index: 1;
  top: 0;
  left: auto;
}

.nav-button {
  float: right;
  cursor: pointer;
  -webkit-tap-highlight-color: #0000;
  tap-highlight-color: #0000;
  -webkit-user-select: none;
  user-select: none;
  padding: 18px;
  font-size: 24px;
  display: none;
  position: relative;
}

.nav-button:focus {
  outline: 0;
}

.nav-button.is-open {
  color: #fff;
  background-color: #c8c8c8;
}

.nav-root[data-collapse="all"] .w-nav-menu {
  display: none;
}

.nav-root[data-collapse="all"] .nav-button, .w--nav-dropdown-open, .w--nav-dropdown-toggle-open {
  display: block;
}

@media screen and (max-width: 991px) {
  .nav-root[data-collapse="medium"] .w-nav-menu {
    display: none;
  }
  .nav-root[data-collapse="medium"] .nav-button {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .nav-root[data-collapse="small"] .w-nav-menu {
    display: none;
  }
  .nav-root[data-collapse="small"] .nav-button {
    display: block;
  }
  .nav-brand {
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .nav-root[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }
  .nav-root[data-collapse="tiny"] .nav-button {
    display: block;
  }
}

.w-tab-link.is-current {
  background-color: #c8c8c8;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.dyn-empty {
  background-color: #ddd;
  padding: 10px;
}

.w-dyn-hide, .dyn-bind-empty, .w-condition-invisible {
  display: none !important;
}

a {
  color: #fe5000;
  text-decoration: underline;
}

.page-wrapper {
  background-color: #fafafa;
  position: relative;
}

.padding-global.navbar_container {
  height: 100px;
  padding-left: 0;
}

.container-large {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-large.hero_content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.container-large.hero_content.px-40 {
  max-width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.container-large.hero_content.px-40.relative {
  z-index: 9999;
}

.container-large.about_layout {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.container-large.focus_header {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.container-large.footer-cta_content {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.container-large.gap-60 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.container-large.gap-17 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  display: flex;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden.section_executives {
  letter-spacing: .32px;
  background-color: #fafafa;
  padding-top: 100px;
  padding-left: 0;
  padding-right: 0;
}

.overflow-hidden.section_executives.bg-transparent {
  background-color: #0000;
}

.overflow-hidden.section_footer-cta {
  z-index: 1;
  background-color: #212121;
  padding-top: 172px;
  padding-bottom: 160px;
  position: relative;
}

.overflow-hidden.section_footer-cta.pt-480 {
  background-color: #0000;
  padding-top: 120px;
  padding-bottom: 0;
}

.heading-style-h2 {
  font-size: 72px;
  font-weight: 600;
  line-height: 1.1;
}

.heading-style-h2.text-color-primary {
  color: #212121;
}

.heading-style-h2.text-color-primary.hero_heading {
  max-width: 810px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.heading-style-h2.text-color-primary.hero_heading._w-full {
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.heading-style-h2.text-color-primary.hero_heading._w-full.pt-40 {
  margin-top: 40px;
  margin-bottom: 60px;
}

.heading-style-h2.text-color-primary.hero_heading._w-full.pt-0 {
  margin-top: 0;
}

.heading-style-h2.text-color-primary.hero_heading._w-full.space-md {
  margin-top: 40px;
  margin-bottom: 120px;
}

.heading-style-h2.text-color-primary.hero_heading._w-full.fs-64 {
  font-size: 64px;
}

.heading-style-h2.text-color-primary.hero_heading._w-full.fs-64.text-color-white {
  color: #fff;
}

.heading-style-h2.text-color-primary.hero_heading._w-full.mb-0 {
  margin-bottom: 0;
}

.heading-style-h2.text-color-primary.hero_heading._w-full.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-style-h2.text-color-primary.hero_heading._w-1000 {
  max-width: 1016px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.heading-style-h2.text-color-primary.hero_heading._w-1000.pt-40 {
  margin-top: 40px;
  margin-bottom: 60px;
}

.heading-style-h2.text-color-primary.hero_heading._w-1000.pt-0 {
  margin-top: 0;
}

.heading-style-h2.text-color-primary.hero_heading._w-1000.space-md {
  margin-top: 40px;
  margin-bottom: 120px;
}

.heading-style-h2.text-color-primary.hero_heading._w-1000.fs-64 {
  font-size: 64px;
}

.heading-style-h2.text-color-primary.hero_heading._w-1000.fs-64.text-color-white {
  color: #fff;
}

.heading-style-h2.text-color-primary.hero_heading._w-1000.mb-0 {
  margin-bottom: 0;
}

.heading-style-h2.text-color-primary.hero_heading._w-1256 {
  max-width: 1256px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.heading-style-h2.text-color-primary.hero_heading._w-1256.pt-40 {
  margin-top: 40px;
  margin-bottom: 60px;
}

.heading-style-h2.text-color-primary.hero_heading._w-1256.pt-0 {
  margin-top: 0;
}

.heading-style-h2.text-color-primary.hero_heading._w-1256.space-md {
  margin-top: 40px;
  margin-bottom: 120px;
}

.heading-style-h2.text-color-primary.hero_heading._w-1256.fs-64 {
  font-size: 64px;
}

.heading-style-h2.text-color-primary.hero_heading._w-1256.fs-64.text-color-white {
  color: #fff;
}

.heading-style-h2.text-color-primary.hero_heading._w-1256.mb-0 {
  margin-bottom: 0;
}

.heading-style-h3.text-color-primary {
  color: #212121;
}

.heading-style-h3.text-color-primary.executives_title {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-style-h3.text-color-primary.executives_title.font-normal {
  font-weight: 600;
}

.heading-style-h5 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}

.heading-style-h5.text-color-primary {
  color: #212121;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 36px;
}

.heading-style-h5.text-color-primary.about_title, .heading-style-h5.text-color-primary.focus_title {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-style-h5.text-color-primary.pt-30 {
  margin-top: 10px;
  font-size: 40px;
  line-height: 40px;
}

.heading-style-h5.text-color-primary.pt-30.text-white {
  color: #fff;
}

.heading-style-h5.text-color-primary.pt-30.mb-20:lang(de-de) {
  line-height: 32px;
}

.heading-style-h5.text-color-primary.h-36 {
  line-height: 36px;
}

.heading-style-h5.text-color-primary.mb-20 {
  margin-bottom: 20px;
}

.heading-style-h5.text-color-primary.fs-medium {
  margin-top: 20px;
  font-weight: 500;
}

.heading-style-h5.text-color-primary.fs-medium.text-start {
  text-align: left;
  line-height: 36px;
}

.heading-style-h5.text-color-primary.fs-medium.mb-40 {
  margin-top: 0;
  margin-bottom: 40px;
}

.heading-style-h5.text-color-primary.fs-medium.mb-5 {
  margin-top: 0;
  margin-bottom: 20px;
}

.heading-style-h5.text-color-primary.fs-medium.mt-40, .heading-style-h5.text-color-primary.fs-medium.mt-5 {
  margin-top: 20px;
  margin-bottom: 0;
}

.heading-style-h5.text-color-primary.fs-medium.tiny-spacer {
  margin-top: 40px;
  margin-bottom: 20px;
}

.heading-style-h5.text-color-primary.fs-medium.fs-24.mb-20 {
  font-weight: 300;
}

.heading-style-h5.text-color-primary.fs-medium.fs-24.mb-20.leading-26 {
  font-weight: 300;
  line-height: 48px;
}

.heading-style-h5.text-color-primary._w-790 {
  text-align: center;
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
}

.heading-style-h5.text-color-primary._w-790.text-base {
  font-weight: 600;
}

.heading-style-h5.text-color-white {
  color: #fff;
}

.heading-style-h5.text-color-white.focus_card-heading {
  max-width: 203px;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-style-h5.text-color-white.focus_card-heading._w-full {
  max-width: 731px;
}

.heading-style-h5.text-color-white.focus_card-heading._w-full.fs-24 {
  font-size: 40px;
  line-height: 48px;
}

.heading-style-h5.text-color-white.focus_card-heading._w-full.fs-24._w-767 {
  max-width: 767px;
}

.heading-style-h5.text-color-white.focus_card-heading._w-731 {
  max-width: 731px;
  font-size: 40px;
}

.heading-style-h5.text-color-white.focus_card-heading._w-400 {
  max-width: 400px;
}

.heading-style-h5.text-color-white.focus_card-heading._w-600 {
  max-width: 450px;
}

.heading-style-h5.text-color-white.focus_card-heading._w-100:lang(de-de) {
  max-width: 210px;
}

.heading-style-h5.text-color-white.mt-0 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 36px;
}

.heading-style-h5.text-color-white.mt-0.text-orange {
  color: #fe5000;
}

.heading-style-h5.text-color-white.mt-0._w-429 {
  max-width: 439px;
}

.heading-style-h5.text-color-white.mt-0.text-base, .heading-style-h5.text-color-white.mt-0.text-base:lang(de-de) {
  font-weight: 500;
}

.heading-style-h5.text-color-white.pt-30 {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading-style-h5.text-color-white.mb-5 {
  margin-top: 5px;
  margin-bottom: 20px;
}

.heading-style-h5.text-color-white.leading-30 {
  font-weight: 500;
  line-height: 36px;
}

.heading-style-h5.text-orange {
  color: #fe5000;
  margin-top: 0;
}

.heading-style-h5.text-color-primary, .heading-style-h5.text-color-primary-copy {
  color: #212121;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 36px;
}

.heading-style-h5.text-color-primary-copy.about_title, .heading-style-h5.text-color-primary-copy.focus_title {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-style-h5.text-color-primary-copy.pt-30 {
  margin-top: 10px;
}

.heading-style-h5.text-color-primary-copy.pt-30.text-white {
  color: #fff;
}

.heading-style-h5.text-color-primary-copy.h-36 {
  line-height: 36px;
}

.heading-style-h5.text-color-primary-copy.mb-20 {
  margin-bottom: 20px;
}

.heading-style-h5.text-color-primary-copy.fs-medium {
  margin-top: 20px;
  font-weight: 500;
}

.heading-style-h5.text-color-primary-copy.fs-medium.text-start {
  text-align: left;
  line-height: 36px;
}

.heading-style-h5.text-color-primary-copy.fs-medium.mb-40 {
  margin-top: 0;
  margin-bottom: 40px;
}

.heading-style-h5.text-color-primary-copy.fs-medium.mb-5 {
  margin-top: 0;
  margin-bottom: 20px;
}

.heading-style-h5.text-color-primary-copy.fs-medium.mt-40, .heading-style-h5.text-color-primary-copy.fs-medium.mt-5 {
  margin-top: 20px;
  margin-bottom: 0;
}

.heading-style-h5.text-color-primary-copy.fs-medium.tiny-spacer {
  margin-top: 40px;
  margin-bottom: 20px;
}

.heading-style-h5.text-color-primary-copy.fs-medium.fs-24.mb-20.leading-26 {
  line-height: 48px;
}

.heading-style-h5.text-color-primary-copy._w-790 {
  text-align: center;
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
}

.heading-style-h5.text-color-primary-copy._w-790.text-base {
  font-weight: 600;
}

.text-size-xlarge {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.text-size-xlarge.text-color-primary {
  color: #212121;
  margin-bottom: 0;
}

.text-size-xlarge.text-color-primary.about_text {
  margin-bottom: 0;
}

.text-size-xlarge.text-color-primary.about_text._w-520 {
  max-width: 520px;
}

.text-size-xlarge.text-color-primary.font-semibold {
  font-weight: 600;
}

.text-size-xlarge.text-color-primary.font-semibold.digit {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  align-items: center;
  display: flex;
}

.text-size-xlarge.text-color-primary.font-semibold.flex {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  line-height: 40px;
  display: flex;
}

.text-size-xlarge.text-color-primary.text-gradient {
  color: #fe5000;
  font-weight: 600;
}

.text-size-xlarge.text-color-primary._w-1376 {
  max-width: 1376px;
  padding-top: 84px;
  padding-bottom: 40px;
}

.text-size-xlarge.text-color-primary._w-1376.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.text-size-xlarge.text-color-primary.font-bold {
  font-weight: 700;
}

.text-size-xlarge.text-color-primary.pt-40 {
  padding-top: 40px;
}

.text-size-xlarge.text-color-primary.fs-semibold {
  margin-bottom: 40px;
  font-weight: 600;
}

.text-size-xlarge.text-color-primary.fs-semibold.mb-0 {
  margin-bottom: 0;
}

.text-size-xlarge.text-color-primary.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-size-xlarge.text-color-primary.fs-32 {
  font-size: 32px;
}

.text-size-xlarge.text-color-primary.fs-32.fw-semibold {
  font-weight: 600;
}

.text-size-xlarge.text-color-primary.fs-32.fw-semibold.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.text-size-xlarge.text-color-primary.mt-20 {
  margin-top: 20px;
}

.text-size-xlarge.text-color-primary.mt-20._w-830 {
  max-width: 830px;
}

.text-size-xlarge.text-color-primary.mt-20._w-818 {
  max-width: 818px;
  margin-top: 0;
}

.text-size-xlarge.text-color-primary.pb-60 {
  margin-bottom: 60px;
}

.text-size-xlarge.text-color-primary.pt-20 {
  margin-top: 20px;
}

.text-size-xlarge.text-color-primary.my-0 {
  margin-top: 0;
  font-weight: 600;
}

.text-size-xlarge.text-color-primary.my-0.mb-20 {
  margin-bottom: 20px;
}

.text-size-xlarge.text-color-primary.my-0.team {
  line-height: 1.4;
}

.text-size-xlarge.text-color-primary.mt-0 {
  margin-top: 0;
}

.text-size-xlarge.text-color-primary.mb-5 {
  display: block;
}

.text-size-xlarge.text-weight-medium {
  font-weight: 500;
}

.text-size-xlarge.text-weight-medium.text-color-primary {
  color: #212121;
}

.text-size-xlarge.text-weight-medium.text-color-primary.focus_description {
  margin-bottom: 0;
}

.text-size-xlarge.text-color-white._w-520 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  align-items: center;
  max-width: 520px;
  margin-bottom: 0;
  font-weight: 600;
  display: flex;
}

.text-size-xlarge.text-color-white.mb-0 {
  margin-bottom: 0;
  line-height: 1;
}

.text-size-xlarge.text-color-white.mb-0.opacity-0 {
  display: none;
}

.text-size-xlarge.text-color-white._w-830 {
  max-width: 830px;
}

.text-size-xlarge.text-color-white._w-750 {
  max-width: 750px;
}

.text-size-xlarge.text-color-white.mb-5 {
  margin-bottom: 20px;
  font-weight: 600;
}

.text-size-xlarge.text-color-white.mt-0 {
  margin-top: 0;
}

.text-size-xlarge.text-color-white.mt-0.mb-20 {
  margin-bottom: 20px;
}

.text-size-large {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.17;
}

.text-size-large.text-color-primary {
  color: #212121;
}

.text-size-large.text-color-primary.hero_subtitle {
  margin-bottom: 0;
}

.text-size-large.text-color-primary.hero_subtitle.fs-medium {
  font-family: Aeonik, Arial, sans-serif;
  font-weight: 400;
}

.text-size-large.text-color-primary.hero_subtitle.fs-normal {
  font-size: 32px;
  font-weight: 400;
}

.text-size-large.text-color-primary.hero_subtitle.fs-normal.spacer {
  margin-top: 40px;
  margin-bottom: 30px;
}

.text-size-large.text-color-primary.hero_subtitle.fs-normal._w-400.block {
  display: none;
}

.text-size-large.text-color-primary.executives_text {
  color: #212121;
  text-align: center;
  letter-spacing: .01em;
  margin-bottom: 0;
  font-weight: 600;
}

.text-size-large.text-color-primary.pt-60 {
  max-width: 1140px;
  margin-top: 60px;
  margin-bottom: 0;
  font-weight: 500;
}

.text-size-large.text-color-primary.pt-60.leading-28 {
  margin-top: 0;
  line-height: 28px;
}

.text-size-large.text-color-primary.pt-60.leading-28._w-1099 {
  max-width: 1099px;
  margin-bottom: 40px;
  font-weight: 400;
}

.text-size-large.text-color-primary.pb-0 {
  margin-bottom: 0;
  font-weight: 500;
}

.text-size-large.text-color-primary.fw-normal {
  margin-bottom: 30px;
  font-weight: 400;
}

.text-size-large.text-color-primary.mb-0 {
  width: 100%;
  margin-bottom: 0;
  text-decoration: none;
  display: block;
}

.text-size-large.text-color-primary.mb-0:hover {
  color: #ff8a4c;
}

.text-size-large.text-color-primary.mb-0.fs-32 {
  font-size: 32px;
  line-height: 32px;
}

.text-size-large.text-color-primary.fs-48 {
  margin-bottom: 60px;
  font-family: Aeonik, Arial, sans-serif;
  font-size: 40px;
  line-height: 48px;
}

.text-size-large.text-color-white.fw-semibold {
  margin-bottom: 0;
  font-weight: 400;
}

.text-size-large.text-color-white.mb-0 {
  margin-bottom: 0;
}

.text-size-large.text-orange {
  color: #fe5000;
  margin-bottom: 40px;
}

.text-size-regular {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33;
}

.text-size-regular.navbar_link {
  color: #212121;
  padding: 0;
  text-decoration: none;
  transition: opacity .15s ease-out;
}

.text-size-regular.navbar_link:hover {
  opacity: .7;
}

.text-size-regular.text-color-primary {
  color: #212121;
}

.text-weight-bold {
  font-weight: 700;
}

.text-weight-bold.text-color-primary {
  color: #212121;
}

.text-weight-bold.text-color-primary.navbar_brand-text {
  color: #212121;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.text-weight-bold.text-color-white.fs-40 {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 48px;
  text-decoration: none;
}

.text-weight-bold.text-color-white.navbar_brand-text.text-white {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  position: static;
}

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

.text-align-center.executives_header {
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.text-align-center.executives_header.pb-100 {
  margin-bottom: 100px;
}

.text-align-center.executives_header.mb-12 {
  margin-bottom: 12px;
}

.text-align-center.executives_header.mb-0 {
  margin-bottom: 0;
}

.text-align-center.executives_header.start {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
}

.text-align-center.executives_header.mb-60 {
  margin-bottom: 60px;
}

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

.text-align-center.text-color-white.footer-cta_brand {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.text-align-center.text-color-white.footer-cta_headline {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 96px;
  font-weight: 600;
  line-height: 1;
}

.text-align-center.text-color-white.footer-cta_description {
  text-align: center;
  letter-spacing: .01em;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.17;
}

.text-align-center.text-color-white.footer-cta_description.font-normal {
  font-family: Aeonikvf, Arial, sans-serif;
  font-weight: 400;
}

.text-color-primary {
  color: #212121;
}

.text-color-white {
  color: #fff;
}

.text-color-brand {
  color: #fe5000;
}

.text-color-brand.about_slash, .text-color-brand.focus_slash {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}

.text-color-brand.executives_slash-large {
  font-size: 64px;
  font-weight: 700;
  line-height: 1.125;
}

.text-color-brand.fs-24 {
  padding-top: 20px;
  font-size: 24px;
  font-weight: 600;
}

.text-color-brand.complex-slash {
  font-size: 64px;
  font-weight: 700;
  line-height: 72px;
}

.text-color-brand.complex-slash.fs-40 {
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}

.text-color-brand.complex-slash.fs-40:lang(de-de) {
  font-size: 32px;
  line-height: 32px;
}

.section_about {
  background-color: #fafafa;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.section_about.pt-120 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section_about.pt-120.bg-white {
  background-color: #fff;
  padding-top: 120px;
}

.section_about.pb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section_about.pb-60.bg-white {
  background-color: #fff;
  padding-top: 120px;
}

.section_about.pb-60.bg-white.pt-60 {
  padding-top: 60px;
}

.section_about.relative {
  z-index: 99;
}

.about_content.pl-40 {
  padding-left: 40px;
}

.about_label {
  align-items: center;
  display: flex;
}

.about_label.justify-center {
  justify-content: center;
  align-items: center;
}

.about_slash {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}

.about_label-text {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.about_label-text.text-center {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}

.about_label-text.mb-40 {
  margin-bottom: 40px;
}

.about_label-text.mb-60 {
  margin-bottom: 60px;
}

.about_label-text.mb-0 {
  margin-bottom: 0;
}

.about_label-text.mb-0.justify-center {
  justify-content: center;
  align-items: center;
}

.about_description {
  max-width: 824px;
  margin-bottom: 40px;
}

.about_description.mb-0 {
  margin-bottom: 0;
}

.about_description._w-700 {
  max-width: 1000px;
  margin-bottom: 0;
}

.about_description._w-1000 {
  max-width: 1300px;
  margin-bottom: 60px;
}

.about_description._w-1200 {
  max-width: 1200px;
}

.about_description.pb-0._w-810 {
  max-width: 810px;
}

.about_description._w-776 {
  max-width: 776px;
}

.about_description._w-full {
  max-width: 100%;
}

.about_description._w-1672 {
  max-width: 1653px;
}

.about_button {
  margin-top: 24px;
}

.section_executives {
  background-color: #fafafa;
}

.executives_header {
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.executives_title-wrapper.mb-0 {
  margin-bottom: 0;
}

.executives_description._w-full {
  max-width: 100%;
}

.executives_photos {
  text-align: center;
  width: 100%;
  margin-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  overflow: hidden;
}

.executives_photos.mt-60 {
  margin-top: 60px;
  padding-left: 0;
  padding-right: 0;
}

.executives_photos-overlay {
  pointer-events: none;
  background-image: linear-gradient(#fe500000, #fe5000bf);
  height: 280px;
  transition: all .5s;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.section_focus {
  background-color: #fafafa;
  padding-top: 100px;
  padding-bottom: 60px;
}

.focus_header.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.focus_header.px-40.gap-0 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.focus_left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex-shrink: 0;
  width: 50%;
  display: flex;
}

.focus_left.pl-61 {
  padding-left: 60px;
}

.focus_left.pl-40 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.focus_left.pl-40._w-full {
  width: 100%;
}

.focus_left.pl-40._w-full.mb-64 {
  margin-bottom: 64px;
}

.focus_left.pl-40._w-1069 {
  width: 100%;
  max-width: 1069px;
}

.focus_left._w-full {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
}

.focus_left._w-full.gap-0 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.focus_left._w-full.justify-center {
  justify-content: center;
  align-items: flex-start;
}

.focus_left.justify-center {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.focus_left.gap-0 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.focus_left.gap-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.focus_label {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.focus_label:lang(de-de) {
  justify-content: flex-start;
  align-items: center;
}

.focus_label.justify-center {
  justify-content: center;
  align-items: center;
}

.focus_slash {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}

.focus_label-text {
  align-items: center;
  line-height: 1.2;
  display: flex;
}

.focus_label-text.justify-center {
  justify-content: center;
  align-items: center;
}

.focus_label-text.mt-8 {
  margin-top: -8px;
}

.focus_card {
  cursor: pointer;
  flex-grow: 1;
  flex-basis: 0%;
  height: 480px;
  position: relative;
  overflow: hidden;
}

.focus_card.card2 {
  flex: 0 auto;
}

.focus_card.card3.h-auto, .focus_card.h-auto {
  height: fit-content;
}

.focus_card.mt-60 {
  margin-top: 60px;
}

.focus_card.mt-60.h-auto {
  height: fit-content;
}

.focus_card.aspect-ratio {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
  min-height: 330px;
  text-decoration: none;
}

.focus_card.aspect-ratio2 {
  aspect-ratio: 3 / 4;
  width: 100%;
  height: 100%;
}

.focus_card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 330px;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.focus_card-image.static {
  position: static;
}

.focus_card-image.h-776 {
  min-height: 750px;
  position: static;
}

.focus_card-overlay {
  opacity: .9;
  background-image: linear-gradient(#fe500000, #fe5000bf);
  height: 100%;
  max-height: 200px;
  display: block;
  position: absolute;
  inset: auto 0 0;
}

.focus_card-content {
  z-index: 2;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 40px;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  transform: translate(0, 65%);
}

.focus_card-content.translate-45 {
  transform: translate(0, 63%);
}

.focus_card-content.translate-80 {
  justify-content: center;
  align-items: stretch;
  height: 35%;
  margin-top: auto;
  position: absolute;
  top: auto;
  bottom: 0;
  transform: none;
}

.focus_card-label {
  margin-bottom: 0;
}

.focus_card-title {
  margin-top: 0;
}

.focus_card-title._w-731 {
  max-width: 731px;
}

.focus_card-heading {
  margin-top: 0;
  margin-bottom: 0;
}

.section_footer-cta {
  background-color: #212121;
  position: relative;
}

.footer-cta_headline-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}

.footer-cta_headline {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 96px;
  font-weight: 600;
  line-height: 1;
}

.footer-cta_description-wrapper {
  max-width: 800px;
  margin-bottom: 24px;
}

.footer-cta_description {
  letter-spacing: .01em;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.17;
}

.section_hero {
  z-index: 1;
  background-color: #fafafa;
  min-height: calc(100vh - 100px);
  padding-top: 100px;
  position: relative;
  overflow: hidden;
}

.section_hero.d-flex {
  z-index: auto;
  flex-flow: column;
  justify-content: space-between;
  min-height: calc(100vh - 100px);
  padding-top: 120px;
  display: flex;
}

.section_hero.d-flex.z-auto {
  z-index: auto;
}

.hero_content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.hero_heading {
  max-width: 772px;
  margin-top: 0;
  margin-bottom: 0;
}

.hero_subtitle-wrapper {
  max-width: 742px;
}

.hero_subtitle-wrapper._w-1105 {
  max-width: 1105px;
}

.hero_subtitle {
  margin-bottom: 0;
}

.hero_indicator {
  z-index: 999;
  transform: translate(-50%, 0px) none rotate(90deg);
  position: absolute;
  bottom: 55px;
  left: 50%;
}

.navbar_wrapper {
  z-index: 1000;
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-color: #d9d9d91a;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}

.navbar_wrapper.absolute {
  position: fixed;
}

.navbar_wrapper.fixed {
  width: 100%;
  position: fixed;
}

.navbar_container {
  height: 100px;
  padding-left: 60px;
  padding-right: 60px;
}

.navbar_container.px-100 {
  padding-left: 100px;
  padding-right: 100px;
}

.navbar_content {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar_brand {
  text-decoration: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.navbar_brand-text {
  color: #212121;
  font-size: 40px;
  line-height: 1.2;
}

.navbar_actions {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar_lang-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #212121;
  background-color: #0000;
  border: 2px solid #fe5000;
  border-radius: 8px;
  align-items: center;
  padding: 16px;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.navbar_lang-button:hover {
  color: #fff;
  background-color: #fe5000;
}

.navbar_lang-button.block {
  display: none;
}

.navbar_menu-button {
  background-color: #0000;
  border: 2px solid #212121;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 0;
  transition: border-color .15s ease-out;
  display: flex;
}

.navbar_menu-button:hover {
  border-color: #fe5000;
}

.button {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  transition: background-color .15s ease-out, opacity undefined undefined;
  color: #fff;
  cursor: pointer;
  background-color: #fe5000;
  border: 0 solid #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33;
  text-decoration: none;
  display: inline-flex;
}

.button:hover {
  opacity: .9;
}

.button.is-secondary {
  color: #212121;
  background-color: #0000;
  border: 1px solid #fe5000;
  transition: all .5s;
}

.button.is-secondary:hover {
  opacity: 1;
  color: #fff;
  background-color: #fe5000;
}

.button.is-secondary.about_button {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: fit-content;
  margin-top: 40px;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: ease;
}

.button.is-secondary.about_button.mt-30 {
  margin-top: 30px;
}

.button.is-secondary.about_button.mt-0 {
  margin-top: 0;
}

.button.is-secondary.about_button.mt-60 {
  margin-top: 60px;
}

.button.is-secondary.focus_button {
  flex-shrink: 0;
}

.button.is-secondary.executives_button {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-secondary.footer-cta_button {
  color: #fff;
  border-color: #fe5000;
}

.button.is-secondary.footer-cta_button:hover {
  background-color: #fe5000;
}

.button.is-secondary.text-white {
  z-index: 9;
  color: #fff;
  position: relative;
}

.button.is-primary {
  color: #212121;
  background-color: #fff;
}

.button._w-152 {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  width: 152px;
}

.body {
  font-family: Aeonikvf, Arial, sans-serif;
  font-weight: 400;
}

.container {
  z-index: 99;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.container.h-full {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.container.absolute {
  position: absolute;
  bottom: 60px;
  left: 0;
}

.container.absolute.bottom-100 {
  bottom: 100px;
}

.container.bottom-text {
  position: absolute;
  top: 220px;
}

.container.top-text {
  z-index: 999;
  position: absolute;
  bottom: 100px;
}

.div-block {
  border: 2px solid #212121;
  border-radius: 50px;
  width: 18px;
  height: 18px;
}

.code-embed {
  width: 50%;
  padding-top: 0;
  position: static;
}

.code-embed.pt-93 {
  padding-top: 93px;
}

.code-embed.pt-93.lottie.absolute2 {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
}

.code-embed.pt-93.lottie.absolute2.hidden {
  z-index: 0;
}

.code-embed.pt-93.lottie.absolute2.block {
  display: none;
}

.code-embed.absolute {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
}

.code-embed-2 {
  transform: translate(-50%)rotate(360deg);
}

.row {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.row.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.row.px-40.pr-0 {
  padding-right: 0;
}

.row.px-40.pl-0 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  padding-left: 0;
  padding-right: 0;
}

.row.px-40.pl-0.mb-0 {
  margin-bottom: 0;
}

.row.mb-60 {
  margin-bottom: 60px;
}

.circle-orange {
  border: 1px solid #fe5000;
  border-radius: 50px;
  width: 18px;
  height: 18px;
  transition: all .5s;
}

.circle-orange.size-12 {
  width: 12px;
  height: 12px;
}

.circle-orange.size-12.border-white {
  border-color: #fff;
}

.swiper.myswiper3 {
  padding-top: 100px;
  padding-bottom: 5px;
}

.swiper.myswiper3.hidden {
  display: none;
}

.swiper.myswiper3.mt-0 {
  padding-top: 0;
}

.swiper.myswiper3.mt-60 {
  padding-top: 60px;
}

.swiper.myswiper4 {
  padding-top: 100px;
  padding-bottom: 5px;
}

.swiper.myswiper4.hidden {
  display: none;
}

.swiper.myswiper5 {
  padding-top: 100px;
  padding-bottom: 5px;
}

.swiper.myswiper5.hidden {
  display: none;
}

.swiper.myswiper5.mt-0 {
  padding-top: 0;
}

.swiper-wrapper {
  flex-flow: row;
  display: flex;
}

.swiper-slide.hidden {
  display: none;
}

.swiper-pagination.pagination {
  max-width: 200px;
  margin: 0 !important;
}

.swiper-pagination.pagination2._w-fit {
  margin: 0 !important;
}

.swiper-pagination.pagination3 {
  display: none;
}

.swiper-pagination.pagination3.d-block {
  display: block;
}

.swiper-pagination.pagination4 {
  display: none;
}

.swiper-pagination.pagination4.d-block {
  display: block;
}

.swiper-pagination.pagination5 {
  display: none;
}

.swiper-pagination.pagination5.d-block {
  display: block;
}

.swiper-pagination.pagination6._w-fit {
  margin: 0 !important;
}

.swiper-pagination.pagination6 {
  display: none;
}

.swiper-pagination.pagination6.d-block {
  display: block;
}

.swiper-pagination.pagination7._w-fit {
  margin: 0 !important;
}

.image-2 {
  width: 100%;
  position: relative;
}

.track-sec {
  background-color: #212121;
  margin-top: 60px;
  padding-top: 312px;
  padding-bottom: 60px;
}

.track-sec.js-counter-section {
  padding-top: 120px;
}

.track-sec.js-counter-section.mt-0 {
  margin-top: 0;
}

.track-sec.js-counter-section.mt-0.pt-100 {
  padding-top: 100px;
  padding-bottom: 60px;
}

.record-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
  padding-right: 32px;
  display: flex;
}

.record-wrapper.justify-center {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.tab-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-color: #d9d9d980;
  border-radius: 16px;
  padding: 10px;
  display: flex;
}

.tab-box.justify-start {
  align-items: flex-start;
  margin-left: 0;
}

.tab-btn {
  background-color: #0000;
  border: 1px solid #fe5000;
  border-radius: 8px;
  padding: 0;
  text-decoration: none;
}

.tab-btn.active {
  background-color: #0000;
  background-image: none;
  border-style: none;
}

.tab-btn.rotate {
  cursor: pointer;
  mix-blend-mode: normal;
  background-image: none;
  border: 1px solid #fe5000;
  position: relative;
}

.tab-btn.rotate.active, .tab-btn.rotate._w-full {
  background-image: none;
}

.tab-btn.rotate._w-full.border-0 {
  border-style: none;
}

.tab-btn.rotate._w-full.border-0.block {
  display: none;
}

.tab-btn.rotate._w-fit {
  width: fit-content;
}

.tab-btn.rotate.border-0 {
  background-image: none;
}

.tab-btn.border {
  background-color: #0000;
  border: 1px solid #fe5000;
}

.tab-inner-btn {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  color: #212121;
  background-color: #7d7d7d;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 16px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.tab-inner-btn.bg-gray {
  background-color: #e9e9e9;
  transition: all .5s;
}

.tab-inner-btn.bg-gray.py-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 24px;
}

.tab-inner-btn.bg-gray.py-4.bg-white {
  background-color: #fff;
}

.tab-inner-btn.bg-gray.py-4.bg-orange {
  color: #fff;
  background-color: #fe5000;
}

.tab-inner-btn.bg-transparent {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fefefe;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
}

.tab-inner-btn.bg-none {
  color: #fff;
  background-color: #fe5000;
}

.tab-inner-btn.bg-gray2 {
  background-color: #0000;
}

.tab-inner-btn.bg-black {
  color: #fff;
  background-color: #0000;
  border: 1px solid #212121;
}

.tab-inner-btn.bg-gray-copy {
  background-color: #e9e9e9;
  transition: all .5s;
}

.tab-inner-btn.bg-gray-copy.py-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 24px;
}

.tab-inner-btn.bg-gray-copy.py-4.bg-white {
  background-color: #fff;
}

.tab-inner-btn.bg-gray-copy.py-4.bg-orange {
  color: #fff;
  background-color: #fe5000;
}

.tab-inner-btn.active {
  background-color: #e9e9e9;
  transition: all .5s;
}

.tab-inner-btn.active.py-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 24px;
}

.tab-inner-btn.active.py-4.bg-white {
  background-color: #fff;
}

.tab-inner-btn.active.py-4.bg-orange {
  color: #fff;
  background-color: #fe5000;
}

.text-block {
  text-transform: none;
}

.text-block.block {
  display: none;
}

.tab-body.mt-48 {
  margin-top: 48px;
}

.box-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.box-wrapper.grid3 {
  grid-column-gap: 60px;
  grid-template-columns: 1fr 1fr;
  display: flex;
}

.box-1 {
  z-index: 1;
  background-image: url("/assets/media/rectangle-4797.png");
  background-size: 100% 100%;
  padding: 0;
  position: relative;
}

.box-1.h-163 {
  height: 33.33%;
  min-height: 163px;
}

.box-1.h-147 {
  min-height: 147px;
}

.box-1.mt-1 {
  margin-top: -2px;
}

.box-1.border-0 {
  background-image: none;
}

.box-1.h-440 {
  min-height: 440px;
}

.box-inner {
  background-color: #212121;
  padding: 40px;
}

.box-inner.flex-col {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 34px;
  padding-right: 33px;
  display: flex;
}

.box-inner.flex-col.bg-white {
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 180px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.box-inner.flex-col.bg-white.h-70 {
  justify-content: space-between;
  align-items: flex-start;
  min-height: 128px;
  padding: 20px;
}

.box-inner.flex-col.bg-white.h-70.start {
  align-items: flex-start;
}

.box-inner.flex-col.bg-white.h-420 {
  background-color: #0000;
  min-height: 420px;
  padding: 40px;
}

.box-inner.flex-col.bg-white.h-420.start {
  background-color: #0000;
  align-items: flex-start;
}

.box-inner.flex-col.bg-white.h-76 {
  justify-content: space-between;
  align-items: center;
  min-height: 76px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.box-inner.flex-col.bg-white.start {
  align-items: flex-start;
}

.box-inner.flex-col.bg-white.h-136 {
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  min-height: 136px;
  padding-left: 40px;
  padding-right: 40px;
}

.box-inner.flex-col.bg-gray {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 180px;
  max-height: 180px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.box-inner.flex-col.bg-gray.p-0 {
  padding: 0;
}

.box-inner.flex-col.bg-gray.h-auto {
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 76px;
  max-height: 76px;
  padding: 20px;
}

.box-inner.flex-col.bg-gray.h-auto.center {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: center;
  background-color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-right: 0;
}

.box-inner.flex-col.bg-gray.h-136 {
  justify-content: center;
  align-items: flex-start;
  min-height: 136px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.box-inner.flex-col.bg-gray.bg-gray2 {
  background-color: #0000;
}

.box-inner.flex-col.h-195 {
  min-height: 195px;
  padding-bottom: 40px;
}

.box-inner.flex-col.h-195.bg-transparent {
  background-color: #e9e9e9;
  padding-bottom: 30px;
}

.box-inner.flex-col.h-195.bg2 {
  background-color: #fafafa;
  min-height: 182px;
  padding: 30px;
}

.box-inner.flex-col.h-195.bg2.py-0 {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 40px;
}

.box-inner.flex-col.h-195.bg2.py-0.flex-box {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
}

.box-inner.flex-col.h-195.bg2.py-0.flex {
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
}

.box-inner.flex-col.h-195.pr-0 {
  padding-right: 15px;
}

.box-inner.flex-col.justify-between {
  justify-content: center;
}

.box-inner.flex-col.justify-between.p-30 {
  padding: 30px;
}

.box-inner.flex-col.justify-between.bg-white.pl-40 {
  min-height: 147px;
  padding-bottom: 30px;
  padding-left: 40px;
}

.box-inner.flex-col.justify-between.bg-white.pl-40.justify-start {
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-start;
}

.box-inner.flex-col.bg2 {
  background-color: #e9e9e9;
  min-height: 180px;
  padding: 20px;
}

.box-inner.bg-transparent {
  background-color: #e9e9e9;
  min-height: 120px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.box-inner.bg-gray {
  background-color: #fff;
  padding-left: 40px;
  padding-right: 40px;
}

.box-inner.bg-white {
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 420px;
  display: flex;
}

.box-inner.bg-white.flex-wrap {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 320px;
  position: relative;
}

.box-inner.bg-white.flex-wrap.bg-white2 {
  background-color: #fff;
}

.box-inner.h-110 {
  justify-content: flex-start;
  align-items: center;
  height: 110px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.paragraph {
  color: #fff;
  max-width: 156px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

.paragraph.text-black {
  color: #212121;
  max-width: 100%;
}

.paragraph.text-black.fs-16 {
  font-size: 16px;
  line-height: 18px;
}

.paragraph.text-black.fs-normal {
  font-weight: 400;
  line-height: 28px;
}

.paragraph.text-black.fs-normal._w-1054 {
  max-width: 1054px;
  font-size: 24px;
}

.paragraph.text-black.fw-medium {
  color: #fe5000;
  font-weight: 500;
}

.paragraph._w-400 {
  max-width: 200px;
  font-size: 16px;
  line-height: 18px;
}

.paragraph._w-400-copy {
  max-width: 200px;
}

.paragraph._w-full {
  max-width: 100%;
  font-size: 16px;
  line-height: 18px;
}

.box-2 {
  background-color: #fe5000;
  flex-flow: column;
  justify-content: space-between;
  height: calc(100% - 113px);
  margin-left: -1px;
  margin-right: -1px;
  padding: 40px;
  display: flex;
}

.box-2.min-h-300 {
  min-height: 300px;
}

.box-2.h-120 {
  height: calc(100% - 120px);
}

.box-2.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.box-2.h-102 {
  height: calc(100% - 102px);
}

.box-2.h-104 {
  height: calc(100% - 104px);
}

.box-2.h-16 {
  height: calc(100% - 106px);
}

.box-2.h-133 {
  height: calc(100% - 133px);
}

.heading-6 {
  color: #fff;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
}

.heading-6.fs-semibold {
  font-weight: 600;
}

.heading-6.fs-semibold.text-black {
  color: #212121;
}

.heading-6.fs-semibold.fs-24.text-white {
  color: #fff;
  margin-bottom: 0;
}

.heading-6.fs-semibold.mb-0 {
  margin-bottom: 0;
  font-size: 18px;
}

.heading-6.fs-semibold.mb-0.mt-5 {
  margin-top: 5px;
}

.heading-6.opacity-0 {
  opacity: 0;
}

.text-block-2 {
  color: #fff;
  font-size: 72px;
  font-weight: 600;
  line-height: 72px;
}

.text-block-2.fs-60 {
  align-items: center;
  font-size: 72px;
  display: flex;
}

.text-block-2.fs-60.wrap-down {
  flex-flow: wrap;
}

.text-block-2.fs-60._w-400.d-none {
  display: none;
}

.text-block-2.fs-60._w-400.wrap {
  flex-flow: wrap;
  display: block;
}

.box-inner-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.box-inner-wrapper.gap-60 {
  grid-row-gap: 60px;
}

.box-inner-wrapper._w-66.grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.box-inner-wrapper._w-66.gap-0 {
  grid-row-gap: 0px;
}

.box-3 {
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 40px;
  display: flex;
}

.heading-7 {
  color: #212121;
  letter-spacing: .24px;
  margin-top: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.paragrapgh {
  color: #212121;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.paragrapgh.fs-semibold {
  font-weight: 600;
}

.paragrapgh.fs-9 {
  font-size: 10px;
  line-height: 14px;
}

.paragrapgh.fs-light {
  font-weight: 300;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.container2 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.projects-sec {
  padding-top: 100px;
  padding-bottom: 60px;
}

.projects-sec.pb-80 {
  box-sizing: border-box;
  background-color: #fafafa;
  padding-top: 120px;
  padding-bottom: 60px;
}

.projects-sec.py-100 {
  padding-top: 120px;
  padding-bottom: 60px;
}

.arrow-box {
  border: 2px solid #fe5000;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  margin-left: auto;
  display: flex;
}

.project-box {
  background-color: #fff;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.project-box.bg-gray {
  background-color: #e9e9e9;
  width: 100%;
  text-decoration: none;
}

.project-box.pl-23 {
  width: 100%;
  padding-left: 23px;
  text-decoration: none;
}

.project-box.p-0 {
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
}

.box-heading {
  color: #212121;
  font-size: 16px;
  font-weight: 600;
}

.box-heading.opacity-0 {
  opacity: 0;
}

.project-box-wrapper2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 30px;
  display: grid;
}

.client-header {
  display: flex;
}

.client-header.justify-center {
  justify-content: center;
  align-items: center;
}

.client-header.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.client-left {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  flex-shrink: 0;
  display: flex;
}

.client-left.text-center {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.client-left.pl-40.gap-0 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.flex-1 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.client-box-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.client-box-wrapper.hidden.mt-60 {
  grid-template-rows: auto;
  margin-top: 60px;
}

.client-box-wrapper.hidden.mt-60.hide {
  display: none;
}

.client-sec {
  background-color: #fafafa;
  padding-top: 100px;
  padding-bottom: 100px;
}

.client-sec.bg-gray {
  background-color: #fafafa;
  padding-top: 120px;
}

.client-sec.bg-gray.py-100 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.client-sec.pt-120 {
  padding-top: 120px;
}

.insight-card.mb-60 {
  width: 100%;
  margin-bottom: 60px;
  text-decoration: none;
}

.insight-card-body.bg-white {
  background-color: #fff;
  padding-top: 37px;
  padding-bottom: 37px;
}

.circle-white {
  border: 1px solid #fff;
  border-radius: 50px;
  width: 12px;
  height: 12px;
}

.circle-white.size-18 {
  width: 18px;
  height: 18px;
}

.heading-8.fs-normal, .text-span {
  font-weight: 300;
}

.contact-sec {
  padding-top: 284px;
  padding-bottom: 120px;
}

.contact-sec.bg-white {
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 60px;
}

.contact-sec.bg-white.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-sec.py-180 {
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 180px;
}

.contact-sec.pt-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.tab-btn-wrapper {
  width: fit-content;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.tab-btn-wrapper.mx-0 {
  margin-left: 0;
}

.div-block-2 {
  z-index: 999;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: flex;
  position: static;
  bottom: 160px;
  left: 50%;
  transform: none;
}

.footer-inner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-5 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  max-height: 494px;
}

.menu-item {
  z-index: 9999;
  opacity: 1;
  background-color: #212121;
  width: 100%;
  height: 100vh;
  padding-top: 0;
  padding-left: 60px;
  padding-right: 60px;
  transition: all .5s;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  transform: translate(0, -100%);
}

.logo-wrapper {
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  height: 100px;
  display: flex;
}

.navbar-link {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 64px;
  font-weight: 600;
  line-height: 72px;
  text-decoration: none;
  transition: all .5s;
}

.navbar-link:hover {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.navbar-link.active {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.list {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  zoom: .75;
  flex-flow: column;
  padding-top: 125px;
  padding-bottom: 60px;
  display: flex;
}

.list.start {
  justify-content: flex-start;
  align-items: flex-start;
}

.menu-item-wrapper.gap-0 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.menu-item-wrapper.start {
  align-items: flex-start;
}

.cross-icon {
  color: #ff8a4c;
  border: 1px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: static;
  right: 60px;
}

.cross-icon.right-100 {
  width: 60px;
  height: 60px;
  right: 60px;
}

.code-embed-4 {
  color: #ff8a4c;
  width: 24px;
  height: 24px;
  display: flex;
}

.logo-wrap {
  display: block;
}

.logo-wrap.mt-10 {
  margin-top: 10px;
}

.flex-col {
  flex-flow: column;
  display: flex;
  overflow: hidden;
}

.flex-col.list-item {
  max-height: 72px;
}

.flex-col.list-item.gap-0 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-height: 72px;
}

.flex-col.list-item.gap-0.start {
  justify-content: flex-start;
  max-height: 72px;
  margin-left: 0;
}

.arrow-wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  justify-content: center;
  align-items: center;
  margin-top: 42px;
  margin-bottom: 0;
  display: flex;
}

.pl-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.pl-40.pt-100 {
  padding-top: 100px;
}

.pl-40.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pl-40._w-870 {
  max-width: 870px;
}

.pl-40.pt-60 {
  padding-top: 60px;
}

.pl-40._w-1012 {
  max-width: 1012px;
}

.pl-40._w-1140 {
  max-width: 1140px;
}

.swiper-button-next.arrow-box {
  border-width: 1.5px;
  width: 36px;
  height: 36px;
  margin-left: 0;
  overflow: auto;
  margin-top: 0 !important;
}

.image-6 {
  width: 11px;
}

.image-6.rotate-180 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.tab-content2 {
  display: none;
}

.tab-content2.active {
  display: block;
}

.tab-content-copy.active {
  display: block;
}

.tab-btn2 {
  background-image: linear-gradient(#7a1e00, #fe5000 50%, #ff8a4c);
  border-radius: 8px;
  padding: 1px;
  text-decoration: none;
}

.tab-btn2.active {
  background-color: #fe5000;
  background-image: none;
}

.tab-btn2.rotate {
  background-image: none;
  border: 1px solid #fe5000;
  padding: 0;
}

.tab-btn2.rotate.active {
  background-image: none;
}

.code-embed-5 {
  height: 100%;
  display: block;
}

.swiper-button-prev {
  border: 1.5px solid #fe5000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 36px !important;
  height: 36px !important;
  margin-top: 0 !important;
}

.swiper-button-prev.arrow-box {
  margin-left: 0;
  width: 96px !important;
  height: 96px !important;
}

.dropdown-list {
  background-color: #ddd;
  display: block;
}

.dropdown-list.is-open {
  background-color: #7d7d7d;
  border-radius: 12px;
  margin-top: 5px;
  padding: 10px;
}

.dropdown-link {
  color: #212121;
  border: 1px solid #fe5000;
  border-radius: 6px;
  margin-bottom: 5px;
  padding: 6px 10px;
  transition: all .2s;
}

.dropdown-link:hover {
  color: #fff;
  background-color: #fe5000;
}

.image-7.mix-blend-mode {
  mix-blend-mode: exclusion;
}

.footer-bottom {
  background-color: #212121;
  padding-bottom: 112px;
}

.footer-bottom.pt-480 {
  background-color: #212121;
  width: 100%;
  padding-top: 0;
  padding-bottom: 70px;
  position: static;
}

.mb-94 {
  width: 100%;
  margin-bottom: 94px;
}

.mb-94.h-32 {
  text-transform: uppercase;
  height: 32px;
  margin-bottom: 69px;
}

.footer-bottom-inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.copyright-text {
  color: #ffffff80;
  font-size: 16px;
  font-weight: 600;
}

.list-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: -120px;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.footer-link {
  opacity: .5;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 1;
  color: #fe5000;
}

.right-side {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.hero-sec2 {
  background-color: #fafafa;
  min-height: auto;
  padding-top: 120px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.hero-sec2.py-100 {
  z-index: 1;
  background-image: url("/assets/media/sektion-01-header.jpg");
  background-image: image-set(url("/assets/media/sektion-01-header.avif") type("image/avif"), url("/assets/media/sektion-01-header.jpg") type("image/jpeg"));
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.hero-sec2.py-100.bg-white {
  background-color: #fff;
}

.hero-sec2.py-100.idt-bg {
  background-image: url("/assets/media/x-rectangle-36.jpg");
  background-image: image-set(url("/assets/media/x-rectangle-36.avif") type("image/avif"), url("/assets/media/x-rectangle-36.jpg") type("image/jpeg"));
}

.hero-sec2.py-100.kuka-bg {
  background-image: url("/assets/media/frame-15436.jpg");
  background-image: image-set(url("/assets/media/frame-15436.avif") type("image/avif"), url("/assets/media/frame-15436.jpg") type("image/jpeg"));
}

.hero-sec2.py-100.treofan {
  background-image: url("/assets/media/shutterstock_2712467487-1.jpg");
  background-image: image-set(url("/assets/media/shutterstock_2712467487-1.avif") type("image/avif"), url("/assets/media/shutterstock_2712467487-1.jpg") type("image/jpeg"));
}

.hero-sec2.py-100.lenzing {
  background-image: url("/assets/media/frame-15437.jpg");
  background-image: image-set(url("/assets/media/frame-15437.avif") type("image/avif"), url("/assets/media/frame-15437.jpg") type("image/jpeg"));
}

.hero-sec2.py-100.rkw {
  background-image: url("/assets/media/frame-15438.jpg");
  background-image: image-set(url("/assets/media/frame-15438.avif") type("image/avif"), url("/assets/media/frame-15438.jpg") type("image/jpeg"));
}

.hero-sec2.py-100-copy {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pl-60.pt-100 {
  padding-top: 100px;
}

.pl-60.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.impact-card.p-40.absolute {
  position: absolute;
  top: auto;
  bottom: 60px;
  left: 0;
}

.impact-card.p-40._w-fit {
  width: fit-content;
  max-width: 560px;
}

.impact-sec.py-100 {
  padding-top: 120px;
  padding-bottom: 60px;
}

.scope-sec {
  background-color: #fafafa;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 60px;
}

.scope-sec.py-100 {
  padding-top: 120px;
  padding-bottom: 60px;
}

.scope-sec.bg-black {
  background-color: #212121;
}

.scope-sec.bg-black.pt-100 {
  padding-top: 100px;
}

.scope-sec.pt-40 {
  padding-top: 40px;
}

.about-inner.mx-10.justify-end.pl-0 {
  background-color: #0000;
  align-items: flex-start;
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 0;
}

.about-inner.mx-10.justify-end.pl-0.pb-0 {
  min-height: auto;
  padding-bottom: 0;
}

.about-inner.mx-10.justify-start {
  justify-content: flex-start;
  align-items: center;
  margin-left: -30px;
  margin-right: -30px;
  padding-right: 10px;
}

.about-inner.mx-10.justify-start.pr-0 {
  background-color: #0000;
  align-items: flex-start;
  padding-right: 0;
}

.body-para2 {
  color: #21212180;
  max-width: 774px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.body-para2.text-animate._w-1680 {
  max-width: 1680px;
}

.body-para2.text-animate._w-full, .body-para2._w-full {
  max-width: 100%;
}

.body-para2.fw-normal {
  color: #212121;
  max-width: 100%;
  font-weight: 400;
}

.approch-sec {
  z-index: 1;
  background-color: #fafafa;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.approch-sec.py-100 {
  background-color: #fafafa;
  padding-top: 60px;
  padding-bottom: 60px;
}

.approch-sec.py-100.bg-white {
  background-color: #fff;
}

.approch-sec.pb-60 {
  padding-top: 120px;
  padding-bottom: 60px;
}

.logic-sec.py-100 {
  padding-top: 120px;
  padding-bottom: 60px;
}

.logic-box.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.logic-box.px-40.mb-60 {
  margin-bottom: 60px;
}

.heading-11.opacity-0 {
  opacity: 0;
}

.team-card-wrappper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-card-wrappper.hide {
  display: none;
}

.team-card {
  z-index: 1;
  width: 100%;
  text-decoration: none;
  position: relative;
}

.team-card.hidden {
  display: none;
}

.team-card._w-560 {
  max-width: 560px;
  margin-left: auto;
}

.team-card-header {
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  cursor: pointer;
  background-color: #d9d9d980;
  flex-flow: column;
  flex-grow: 1;
  flex-basis: 0%;
  justify-content: flex-end;
  align-items: center;
  height: 560px;
  padding-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-card-header.card2 {
  flex: 0 auto;
}

.team-card-boddy {
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  background-color: #fff;
  padding: 40px;
}

.team-sec {
  background-color: #fff;
  min-height: auto;
  padding-top: 120px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.team-sec.pb-0 {
  background-color: #fafafa;
  padding-top: 100px;
  padding-bottom: 60px;
}

.team-sec.pb-0.bg-whtie {
  background-color: #fff;
}

.text-span-5 {
  color: #212121;
  text-transform: uppercase;
}

.image-10 {
  z-index: 10;
  max-height: 500px;
  position: relative;
}

.image-10.mix-blen-mode {
  mix-blend-mode: multiply;
}

.leadership-team-sec.h-auto {
  height: auto;
}

.h-full {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.h-full.pl-40 {
  max-width: 1376px;
}

.scope-row {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-top: 60px;
  display: flex;
}

.scope-row.mt-100 {
  margin-top: 100px;
}

._w-66 {
  width: 66.66%;
}

._w-34 {
  width: 33.33%;
}

.image-11, .image-11._w-full, .image-12._w-full {
  width: 100%;
}

.box-wrapper2 {
  flex-flow: column;
  justify-content: space-between;
  max-width: 560px;
  height: 100%;
  display: flex;
}

.box-wrapper2._w-full {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  max-width: 100%;
}

.box-wrapper2._w-full.grid-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.relative {
  position: relative;
}

.relative.h-full.ml-60 {
  margin-right: -60px;
}

.flex-box.absolute {
  z-index: -1;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
}

.flex-box.hidden {
  display: none;
}

.image-16 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 975px;
}

.image-16.h-628 {
  max-height: 628px;
}

.company-sec.bg-gray {
  background-color: #fafafa;
}

.company-sec.pb-0 {
  padding-bottom: 0;
}

.h-100.center {
  object-position: 50% 50%;
}

.fs-24 {
  color: #212121;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.complex-sec {
  padding-top: 120px;
  padding-bottom: 180px;
}

.complex-sec.bg-white {
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 60px;
}

.complex-sec.pb-60 {
  padding-top: 120px;
  padding-bottom: 60px;
}

.complex-sec.pb-60.bg-gray {
  background-color: #fafafa;
  padding-top: 60px;
}

.number-text {
  color: #212121;
  font-size: 200px;
  font-weight: 600;
  line-height: 170px;
}

.number-text.text-white {
  color: #fff;
}

.number-text.text-72 {
  margin-bottom: 20px;
  font-size: 72px;
  line-height: 72px;
}

.number-text.text-72.text-color-white {
  color: #fff;
}

.testimonails-box.bg-gray {
  background-color: #d9d9d9;
}

.lottie-animation {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 0;
}

.lottie-animation-2 {
  z-index: 0;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

.code-embed-6.d-none {
  display: none;
}

.preload-inner {
  z-index: 999;
  position: relative;
}

.div-block-12 {
  width: 100%;
  height: 100vh;
  display: none;
  position: relative;
}

.lottie-animation-3 {
  z-index: 1;
  align-self: stretch;
  width: 100%;
  height: 100%;
  position: absolute;
}

.lottie-animation-3._1 {
  z-index: 2;
  position: static;
}

.div-block-13 {
  width: 100%;
  height: 100vh;
  display: none;
  position: relative;
}

.lottie-animation-4 {
  z-index: 1;
  align-self: stretch;
  width: 100%;
  height: 100%;
  position: absolute;
}

.lottie-animation-4._1 {
  z-index: 2;
}

.animation-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}

.animation-wrapper.z-11 {
  z-index: 11;
  z-index: 11;
}

.team-hero.flex-hero {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.team-hero-inner {
  aspect-ratio: auto;
  background-color: #fafafa;
  position: relative;
}

.team-hero-inner.flex {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.section {
  margin-top: 0;
}

.section.bg-black {
  background-color: #212121;
}

.contact-box {
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  max-width: 560px;
  min-height: 348px;
  padding: 40px;
  display: flex;
}

.contact-detail {
  color: #212121;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  text-decoration: none;
}

.contact-detail.mt-20 {
  margin-top: 20px;
}

.image-18 {
  aspect-ratio: auto;
  object-fit: contain;
  object-position: 100% 100%;
  width: 100%;
  min-height: 638px;
}

.image-18.h-auto {
  min-height: auto;
  max-height: 100vh;
}

.filter-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #e9e9e9;
  border-radius: 16px;
  width: fit-content;
  margin-bottom: 20px;
  padding: 10px;
  display: flex;
}

.filter-box.m-40.justify-center {
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}

.dropdown-toggle {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  color: #212121;
  background-color: #fafafa;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px 16px 16px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.dropdown-toggle.bg-orange {
  color: #fff;
  background-color: #fe5000;
  text-decoration: none;
}

.dropdown-list-2 {
  z-index: 9999;
  background-color: #fafafa;
  border-radius: 8px;
  margin-top: 20px;
  padding: 16px;
  display: none;
  position: absolute;
}

.dropdown-list-2.is-open {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  padding: 16px;
  display: block;
  box-shadow: 0 6px 16px #21212129;
}

.dropdwon-list {
  color: #212121;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 22px;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.dropdwon-list:hover {
  color: #fe5000;
}

.dropdwon-list.mb-0 {
  margin-bottom: 0;
}

.list-box-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: none;
}

.slider-box-wrapper.bg2.mb-0 {
  margin-bottom: 0;
}

.dropdown-2.hidden {
  display: none;
}

.execution-sec.bg-white {
  background-color: #fff;
  padding-top: 120px;
}

.execution-sec.bg-white.pt-0 {
  padding-top: 60px;
}

.execution-box-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.execution-box-wrapper.mt-0 {
  margin-top: 0;
}

.list-2.hidden {
  display: none;
}

.blog-hero {
  background-color: #ececec80;
  min-height: auto;
  padding-top: 120px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.blog-hero.py-100, .blog-hero.py-100-copy {
  padding-top: 100px;
  padding-bottom: 100px;
}

.blog-hero.bg-white {
  background-color: #fff;
}

.blog-hero.bg-white.pt-60 {
  background-color: #fafafa;
  padding-top: 60px;
}

.blog-row.gap-60 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.blog-row.gap-60.mb-0 {
  margin-bottom: 0;
}

.blog-row.mb-40 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-bottom: 0;
}

.blog-tag.active {
  background-color: #fe5000;
  background-image: none;
}

.blog-tag.rotate {
  background-image: linear-gradient(120deg, #7a1e00, #fe5000 50%, #ff8a4c);
}

.blog-tag.rotate.active {
  background-image: none;
}

.blog-tag.rotate._w-fit {
  background-image: none;
  width: fit-content;
  margin-top: 30px;
}

.blog-tag.rotate._w-fit.mt-0 {
  margin-top: 0;
}

.blog-tag.rotate.d-block {
  background-image: none;
  border: 1px solid #fe5000;
  width: fit-content;
  position: relative;
}

.blog-tag.rotate.bg-none {
  background-image: none;
  border: 1px solid #fe5000;
}

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

.detail-sec.bg-gray {
  background-color: #fafafa;
  padding-top: 120px;
  padding-bottom: 60px;
}

.blog-flex.mb-0 {
  margin-bottom: 0;
}

.team-contact-sec {
  background-color: #fafafa;
  padding-top: 60px;
  padding-bottom: 60px;
}

.team-contact-row {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  display: flex;
}

.team-contact-left {
  width: 66.66%;
}

.team-contact-right {
  width: 33.33%;
}

.text-block-10 {
  color: #212121;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

.text-block-10.left {
  padding-right: 15px;
  font-size: 16px;
  line-height: 1.05;
}

.text-span-25 {
  color: #fe5000;
}

.education-bg {
  padding-top: 60px;
  padding-bottom: 60px;
}

.educational-row {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.px-40 {
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.px-40.text-center.mb-60 {
  margin-bottom: 60px;
}

.px-40.text-center.mb-0 {
  margin-bottom: 0;
}

.px-40.mb-60 {
  margin-bottom: 60px;
}

.px-40.mb-60.mt-120 {
  margin-top: 120px;
}

.text-span-26 {
  padding-left: 10px;
}

.text-span-26.d-block {
  display: none;
}

.text-span-26.pl-0 {
  padding-left: 0;
}

.text-span-28 {
  font-size: 40px;
}

.div-block-19 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.link-block-2 {
  z-index: 999;
  position: absolute;
  top: auto;
  bottom: 40px;
  right: 40px;
}

.div-block-20 {
  width: 100%;
  position: static;
  bottom: 0;
}

.div-block-20.bottom-card {
  transition: all .5s;
  bottom: 40px;
  transform: translate(0, 160%);
}

.div-block-20.mt-5 {
  margin-top: 20px;
}

.heading-010 {
  color: #fff;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 26px;
}

.heading-010.text-color-primary {
  color: #212121;
}

.logo-header2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.swiper-button-next-copy.arrow-box {
  border-width: 1.5px;
  margin-left: 0;
  overflow: auto;
  width: 32px !important;
  height: 32px !important;
}

.image-26 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.banner-sec {
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
}

.div-block-21 {
  width: 33.33%;
}

.swiper-button-prev2 {
  border: 1.5px solid #fe5000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 36px !important;
  height: 36px !important;
  margin-top: 0 !important;
}

.swiper-button-prev2.arrow-box {
  margin-left: 0;
  width: 96px !important;
  height: 96px !important;
}

.swiper-button-next2.arrow-box, .swiper-button-next2.arrow-box2 {
  border-width: 1.5px;
  width: 36px;
  height: 36px;
  margin-left: 0;
  overflow: auto;
  margin-top: 0 !important;
}

.div-block-22 {
  margin-left: -60px;
}

.div-block-22.ml-0 {
  margin-left: 0;
  position: relative;
}

.div-block-22.mr-20 {
  height: 100%;
  margin-left: 0;
  margin-right: -60px;
}

.div-block-22.mr-60 {
  margin-left: 0;
  margin-right: -60px;
}

.div-block-23 {
  padding-left: 38px;
}

.div-block-23.pl-0 {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  flex-flow: column;
  justify-content: flex-start;
  height: 100%;
  padding-left: 0;
  display: flex;
}

.div-block-23.pl-0.justify-center {
  justify-content: center;
  align-items: flex-start;
}

.div-block-23.pl-40 {
  padding-left: 40px;
}

.accordion-item {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 30px 30px 30px 40px;
  display: block;
}

.accordion-item.mb-0 {
  margin-bottom: 0;
}

.link-block-3, .accordion-btn {
  color: #212121;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

.accordion-body {
  max-height: 0;
  padding-top: 0;
  overflow: hidden;
}

.btn-case {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: #fff;
  background-color: #212121;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
}

.btn-case.mt-60 {
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: inline-flex;
}

.image-28 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.image-29 {
  aspect-ratio: auto;
  object-fit: fill;
  width: 100%;
}

.image-29.h-192 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.link-block-4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.image-30 {
  flex: 1;
  max-width: 19px;
  margin-left: auto;
  display: block;
}

.image-30.invert {
  filter: invert();
}

.experience-card-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.experience-card-wrapper.hidden {
  display: none;
}

.experience-card {
  position: relative;
  overflow: hidden;
}

.bold-text {
  font-weight: 600;
}

.paragraph-2 {
  color: #212121;
  font-size: 24px;
  line-height: 28px;
}

.div-block-24 {
  margin-top: 40px;
}

.div-block-25 {
  background-color: #fff;
}

.video-banner-sec {
  padding-top: 60px;
  padding-bottom: 60px;
}

.video-banner {
  position: relative;
}

.video-text {
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.banner-text {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}

.bold-text-2 {
  font-weight: 600;
}

.video-btn {
  -webkit-backdrop-filter: blur(62px);
  backdrop-filter: blur(62px);
  background-color: #d9d9d980;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .fw-semibold {
  font-weight: 600;
}

.logo-box {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.bold-text-8, .bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13 {
  font-weight: 600;
}

.setup-sec {
  padding-top: 60px;
  padding-bottom: 60px;
}

.setup-sec.bg-gray {
  background-color: #fafafa;
}

.setup-box {
  background-color: #fff;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 870px;
  min-height: 440px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.feedback-sec2 {
  background-color: #fafafa;
  padding-top: 100px;
  padding-bottom: 25px;
}

.feedback-sec2.pb-60 {
  padding-bottom: 60px;
}

.feedback-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  padding-top: 70px;
  display: flex;
}

.team-body2 {
  background-color: #fff;
  padding: 40px;
}

.bold-text-14 {
  color: #212121;
  font-size: 24px;
  font-weight: 600;
}

.paragraph-3 {
  color: #212121;
  margin-bottom: 0;
  margin-left: auto;
  padding-left: 80px;
  font-size: 24px;
  line-height: 28px;
}

.paragraph-3.ml-0 {
  margin-left: 0;
}

.paragraph-3._w-1099 {
  max-width: 1099px;
  margin-left: 0;
  padding-left: 0;
}

.paragraph-3._w-1099.mt-40 {
  margin-top: 40px;
}

.bold-text-15 {
  font-weight: 600;
}

.approach-box {
  background-color: #fff;
  max-width: 100%;
  padding: 42px 40px;
}

.section-2 {
  z-index: 1;
  background-color: #212121;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.bold-text-17, .bold-text-18 {
  font-weight: 600;
}

.bold-text-18.fs-16 {
  font-size: 16px;
}

.bold-text-19, .bold-text-20, .bold-text-21, .bold-text-22, .bold-text-23 {
  font-weight: 600;
}

.image-31, .image-32, .paragraph-4 {
  width: 100%;
}

.paragraph-5 {
  color: #212121;
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.box-1-2 {
  z-index: 1;
  background-image: none;
  background-size: 100% 100%;
  padding: 0;
  position: relative;
}

.text-block-14 {
  color: #212121;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.image-33 {
  transition: all .5s;
}

.layer2 {
  background-image: linear-gradient(#fe500000, #fe5000a6);
  width: 100%;
  height: 60%;
  transition: all .5s;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
}

.layer2.bg-white {
  background-image: linear-gradient(#fff0, #ffffffbf);
}

.image-34 {
  width: 100%;
  min-height: 514px;
}

.tag {
  color: #212121;
  background-color: #fff;
  border-radius: 4px;
  padding: 8px 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 20px;
}

.tag.bg-orange {
  color: #fff;
  background-color: #fe5000;
  left: auto;
  right: 20px;
}

.image-35 {
  width: 282px;
  height: 36px;
}

.image-35.box-logo {
  width: 100%;
  height: auto;
  margin-bottom: -40%;
  margin-left: auto;
  margin-right: auto;
  transition: all .5s;
  position: absolute;
  bottom: 104px;
  left: 0;
  right: 0;
}

.image-35.box-logo.h-auto {
  width: auto;
  height: auto;
  max-height: 36px;
}

.image-35.box-logo.h-auto.h-190 {
  max-width: 90%;
  max-height: 90px;
}

.div-block-26 {
  padding-right: 40px;
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.div-block-26.text-box {
  transition: all .5s;
  transform: translate(0, 170%);
}

.paragraph-6 {
  color: #fff;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}

.paragraph-6.text-black {
  color: #212121;
}

.text-span-30 {
  font-weight: 600;
}

.tab-btn3 {
  background-color: #0000;
  border: 1px solid #fe5000;
  border-radius: 8px;
  padding: 0;
  text-decoration: none;
}

.tab-btn3.active {
  background-color: #0000;
  background-image: none;
}

.tab-btn3.rotate {
  cursor: pointer;
  mix-blend-mode: normal;
  background-image: none;
  border: 1px solid #fe5000;
  position: relative;
}

.tab-btn3.rotate.active, .tab-btn3.rotate._w-full {
  background-image: none;
}

.tab-btn3.rotate._w-full.border-0 {
  border-style: none;
}

.tab-btn3.rotate._w-fit {
  width: fit-content;
}

.tab-btn3.rotate.border-0 {
  background-image: none;
}

.tab-btn3.border {
  background-color: #0000;
  border: 1px solid #fe5000;
}

.tab-btn-copy.active {
  background-color: #0000;
  background-image: none;
}

.tab-btn-copy.rotate {
  cursor: pointer;
  mix-blend-mode: normal;
  background-image: none;
  border: 1px solid #fe5000;
  position: relative;
}

.tab-btn-copy.rotate.active, .tab-btn-copy.rotate._w-full {
  background-image: none;
}

.tab-btn-copy.rotate._w-full.border-0 {
  border-style: none;
}

.tab-btn-copy.rotate._w-fit {
  width: fit-content;
}

.tab-btn-copy.rotate.border-0 {
  background-image: none;
}

.image-36, .image-37 {
  width: 100%;
}

.bold-text-24, .bold-text-25 {
  font-weight: 600;
}

.impact-box {
  background-color: #fff;
  padding: 40px;
}

.text-block-15 {
  color: #212121;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
}

.image-38 {
  aspect-ratio: auto;
  width: 50%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.image-38.infographic {
  width: 75%;
  margin-top: -30px;
  display: block;
}

.image-38.infographic._w-full {
  width: 100%;
}

.image-38.infographic.de {
  display: none;
}

.text-span-31, .text-span-32, .text-span-33, .text-span-34 {
  color: #fe5000;
}

.fs-light {
  font-weight: 300;
}

.text-span-35, .bold-text-26 {
  font-weight: 600;
}

.text-span-36, .text-span-37, .text-span-38 {
  font-weight: 300;
}

.swiper-button-next2-copy.arrow-box, .swiper-button-next2-copy.arrow-box2 {
  border-width: 1.5px;
  margin-left: 0;
  overflow: auto;
  width: 32px !important;
  height: 32px !important;
  margin-top: 0 !important;
}

._w-80 {
  width: 80%;
}

.code-embed-8 {
  height: 0;
  display: block;
}

.text-span-39 {
  color: #fe5000;
  -webkit-text-stroke-color: #fe5000;
}

.text-span-40, .text-span-41, .text-span-42, .text-span-43, .text-span-44, .text-span-45, .text-span-46, .text-span-47, .text-span-48, .text-span-49, .text-span-50, .text-span-51 {
  color: #fe5000;
}

.dropdown-5 {
  display: none;
}

.div-block-29 {
  position: absolute;
  bottom: 0;
}

.link-block-5 {
  width: 100%;
  text-decoration: none;
}

.section-3 {
  padding-top: 100px;
  padding-bottom: 60px;
}

.rich-text-block, .rich-text-block-2 {
  color: #212121;
}

.bold-text-27 {
  font-weight: 300;
}

.text-span-52, .text-span-53, .text-span-54 {
  color: #fe5000;
}

.image-39, .image-40, .image-41 {
  display: none;
}

.div-block-30 {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.link-block-6 {
  z-index: 999;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.div-block-31 {
  justify-content: flex-start;
  align-items: flex-start;
  max-height: 70px;
  display: flex;
  overflow: auto;
}

.empty-state {
  background-color: #0000;
}

.preloader-2, .code-embed-13 {
  display: none;
}

.code-embed-15 {
  display: block;
}

.code-embed-15.d-none {
  display: none;
}

.lottie-animation-7._1 {
  z-index: 2;
  position: static;
}

@media screen and (max-width: 991px) {
  .padding-global.navbar_container {
    height: 80px;
  }
  .container-large.hero_content.px-40 {
    padding-left: 0;
    padding-right: 0;
  }
  .container-large.hero_content.px-40.relative {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container-large.about_layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    display: flex;
  }
  .container-large.focus_header {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    display: flex;
  }
  .container-large.gap-60 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
  .overflow-hidden.section_executives {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }
  .overflow-hidden.section_footer-cta {
    padding-top: 100px;
    padding-bottom: 140px;
  }
  .overflow-hidden.section_footer-cta.pt-480 {
    padding-top: 200px;
  }
  .heading-style-h2 {
    font-size: 48px;
  }
  .heading-style-h2.text-color-primary.hero_heading._w-full {
    margin-bottom: 24px;
  }
  .heading-style-h2.text-color-primary.hero_heading._w-full.pt-40 {
    margin-bottom: 0;
  }
  .heading-style-h2.text-color-primary.hero_heading._w-full.space-md {
    margin-bottom: 24px;
  }
  .heading-style-h2.text-color-primary.hero_heading._w-full.fs-64 {
    margin-bottom: 20px;
    font-size: 42px;
  }
  .heading-style-h2.text-color-primary.hero_heading._w-full.fs-64.text-color-white {
    margin-bottom: 0;
  }
  .heading-style-h2.text-color-primary.hero_heading._w-1000 {
    margin-bottom: 24px;
  }
  .heading-style-h2.text-color-primary.hero_heading._w-1000.pt-40 {
    margin-bottom: 0;
  }
  .heading-style-h2.text-color-primary.hero_heading._w-1000.space-md {
    margin-bottom: 24px;
  }
  .heading-style-h2.text-color-primary.hero_heading._w-1000.fs-64 {
    margin-bottom: 20px;
    font-size: 42px;
  }
  .heading-style-h2.text-color-primary.hero_heading._w-1000.fs-64.text-color-white {
    margin-bottom: 0;
  }
  .heading-style-h2.text-color-primary.hero_heading._w-1256 {
    margin-bottom: 24px;
  }
  .heading-style-h2.text-color-primary.hero_heading._w-1256.pt-40 {
    margin-bottom: 0;
  }
  .heading-style-h2.text-color-primary.hero_heading._w-1256.space-md {
    margin-bottom: 24px;
  }
  .heading-style-h2.text-color-primary.hero_heading._w-1256.fs-64 {
    margin-bottom: 20px;
    font-size: 42px;
  }
  .heading-style-h2.text-color-primary.hero_heading._w-1256.fs-64.text-color-white {
    margin-bottom: 0;
  }
  .heading-style-h3.text-color-primary.executives_title {
    font-size: 28px;
  }
  .heading-style-h5.text-color-primary {
    font-size: 20px;
  }
  .heading-style-h5.text-color-primary.fs-medium, .heading-style-h5.text-color-primary.fs-medium.text-start {
    line-height: 24px;
  }
  .heading-style-h5.text-color-primary.fs-medium.text-start.mb-30 {
    margin-bottom: 40px;
  }
  .heading-style-h5.text-color-primary._w-790.text-base {
    font-size: 18px;
    line-height: 24px;
  }
  .heading-style-h5.text-color-white.focus_card-heading._w-full {
    font-size: 20px;
  }
  .heading-style-h5.text-color-white.focus_card-heading._w-full.fs-24 {
    font-size: 20px;
    line-height: 24px;
  }
  .heading-style-h5.text-color-white.focus_card-heading._w-400, .heading-style-h5.text-color-white.focus_card-heading._w-600 {
    font-size: 24px;
  }
  .heading-style-h5.text-color-white.focus_card-heading._w-100 {
    max-width: 200px;
    font-size: 24px;
  }
  .heading-style-h5.text-color-white.mt-0 {
    font-size: 26px;
    line-height: 26px;
  }
  .heading-style-h5.text-color-white.leading-30 {
    font-size: 18px;
    line-height: 24px;
  }
  .heading-style-h5.text-orange, .heading-style-h5.text-color-primary, .heading-style-h5.text-color-primary, .heading-style-h5.text-color-primary-copy {
    font-size: 20px;
  }
  .heading-style-h5.text-color-primary-copy.fs-medium, .heading-style-h5.text-color-primary-copy.fs-medium.text-start {
    line-height: 24px;
  }
  .heading-style-h5.text-color-primary-copy.fs-medium.text-start.mb-30 {
    margin-bottom: 40px;
  }
  .heading-style-h5.text-color-primary-copy._w-790.text-base {
    font-size: 18px;
    line-height: 24px;
  }
  .text-size-xlarge {
    font-size: 32px;
  }
  .text-size-xlarge.text-color-primary {
    font-size: 20px;
  }
  .text-size-xlarge.text-color-primary.about_text {
    font-size: 24px;
  }
  .text-size-xlarge.text-color-primary.about_text._w-520 {
    font-size: 20px;
  }
  .text-size-xlarge.text-color-primary.font-semibold.flex {
    font-size: 26px;
    line-height: 26px;
  }
  .text-size-xlarge.text-color-primary.fs-32.fw-semibold {
    font-size: 20px;
  }
  .text-size-xlarge.text-color-primary.fs-32.fw-semibold.px-20 {
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
  }
  .text-size-xlarge.text-color-primary.pt-20 {
    margin-bottom: 20px;
  }
  .text-size-xlarge.text-color-primary.my-0 {
    font-size: 26px;
    line-height: 26px;
  }
  .text-size-xlarge.text-color-white._w-520, .text-size-xlarge.text-color-white._w-830, .text-size-xlarge.text-color-white._w-750, .text-size-large {
    font-size: 20px;
  }
  .text-size-large.text-color-primary.hero_subtitle.fs-normal._w-400.hidden {
    font-size: 24px;
  }
  .text-size-large.text-color-primary.fw-normal {
    margin-bottom: 0;
  }
  .text-size-large.text-color-primary.mb-0.fs-32 {
    font-size: 20px;
    line-height: 24px;
  }
  .text-size-large.text-color-primary.fs-48 {
    margin-top: 0;
    margin-bottom: 24px;
  }
  .text-size-large.text-color-white.fw-semibold {
    font-size: 16px;
  }
  .text-size-regular.navbar_link {
    font-size: 24px;
  }
  .text-weight-bold.text-color-primary.navbar_brand-text {
    font-size: 20px;
  }
  .text-weight-bold.text-color-white.fs-40 {
    font-size: 20px;
    line-height: 1.2px;
  }
  .text-align-center.executives_header.pb-100 {
    margin-bottom: 40px;
  }
  .text-align-center.text-color-white.footer-cta_brand {
    font-size: 32px;
  }
  .text-align-center.text-color-white.footer-cta_headline {
    font-size: 48px;
  }
  .text-align-center.text-color-white.footer-cta_description {
    font-size: 20px;
  }
  .text-color-brand.about_slash, .text-color-brand.focus_slash {
    font-size: 24px;
  }
  .text-color-brand.executives_slash-large {
    font-size: 48px;
  }
  .text-color-brand.fs-24 {
    padding-top: 10px;
    font-size: 20px;
    line-height: 20px;
  }
  .section_about {
    padding-top: 60px;
  }
  .section_about.pt-120 {
    padding-top: 0;
    padding-bottom: 24px;
  }
  .section_about.pt-120.bg-white {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .section_about.pb-60 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .section_about.pb-60.bg-white {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .section_about.pb-60.bg-white.pt-60 {
    padding-top: 50px;
  }
  .about_content.pl-40 {
    padding-left: 20px;
  }
  .about_label-text.mb-40, .about_description, .about_description._w-1000 {
    margin-bottom: 24px;
  }
  .about_description.pb-0 {
    margin-bottom: 40px;
  }
  .executives_photos.mt-60 {
    margin-top: 60px;
  }
  .executives_photos-overlay {
    height: 180px;
  }
  .section_focus {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 50px;
    overflow: hidden;
  }
  .focus_header.px-40 {
    padding-left: 0;
    padding-right: 0;
  }
  .focus_left {
    width: 100%;
  }
  .focus_left.pl-61 {
    padding-left: 20px;
  }
  .focus_left.pl-40._w-full.mb-64 {
    margin-bottom: 24px;
  }
  .focus_card {
    height: 400px;
  }
  .focus_card.h-100 {
    height: 100%;
  }
  .focus_card.mt-60 {
    margin-top: 24px;
  }
  .focus_card.aspect-ratio, .focus_card.aspect-ratio2 {
    aspect-ratio: 3 / 2;
    width: 100%;
    height: auto;
  }
  .focus_card.aspect-ratio2.ratio {
    aspect-ratio: 3 / 4;
  }
  .focus_card-image.static {
    min-height: 600px;
  }
  .focus_card-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 20px;
    transform: translate(0, 72%);
  }
  .focus_card-content.transalte-19 {
    padding: 20px;
    transform: translate(0, 65%);
  }
  .focus_card-content.translate-45 {
    grid-row-gap: 6px;
    padding: 16px;
    transform: translate(0, 75%);
  }
  .focus_card-content.translate-80 {
    grid-row-gap: 6px;
    padding: 16px 16px 20px;
    transform: none;
  }
  .footer-cta_headline {
    font-size: 64px;
  }
  .footer-cta_description {
    font-size: 20px;
  }
  .section_hero {
    min-height: calc(100vh - 70px);
    padding-top: 100px;
  }
  .section_hero.d-flex {
    padding-top: 100px;
  }
  .navbar_container {
    height: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar_container.px-100 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar_brand-text {
    font-size: 32px;
  }
  .navbar_lang-button {
    padding: 12px;
    display: flex;
  }
  .navbar_menu-button {
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    display: flex !important;
  }
  .button.is-secondary.about_button, .button.is-secondary.about_button.mt-60 {
    margin-top: 0;
  }
  .button.is-primary {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
  .container.absolute {
    bottom: 24px;
  }
  .container.absolute.bottom-100 {
    bottom: 60px;
  }
  .container.bottom-text {
    top: 100px;
  }
  .container.top-text {
    bottom: 24px;
  }
  .code-embed {
    width: 50%;
  }
  .code-embed.pt-93.lottie.absolute2.hidden {
    padding-bottom: 300px;
  }
  .row {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }
  .row.px-40 {
    padding-left: 0;
    padding-right: 0;
  }
  .row.px-40.pr-0 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }
  .row.px-40.pr-0.mb-0 {
    margin-bottom: 0;
  }
  .row.px-40.pl-0 {
    grid-template-columns: 1fr;
  }
  .row.mb-60 {
    margin-bottom: 50px;
  }
  .swiper.myswiper3 {
    padding-top: 24px;
  }
  .swiper.myswiper3.mt-60 {
    padding-top: 50px;
  }
  .swiper.myswiper4, .swiper.myswiper5 {
    padding-top: 24px;
  }
  .track-sec {
    padding-top: 100px;
  }
  .track-sec.js-counter-section {
    margin-top: 50px;
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .track-sec.js-counter-section.mt-0 {
    padding-bottom: 40px;
  }
  .track-sec.js-counter-section.mt-0.pt-100 {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .record-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  .tab-box {
    flex-flow: wrap;
  }
  .tab-btn.rotate._w-full.border-0.hidden {
    display: none;
  }
  .tab-btn.rotate._w-full.border-0.block {
    display: block;
  }
  .text-block.hidden {
    display: none;
  }
  .text-block.block {
    display: block;
  }
  .box-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }
  .box-wrapper.grid3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }
  .box-1.h-163.h-full {
    height: 100%;
    min-height: auto;
  }
  .box-inner, .box-inner.flex-col.bg-white.h-70 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .box-inner.flex-col.bg-white.h-420 {
    padding: 20px;
  }
  .box-inner.flex-col.bg-white.h-420.start {
    min-height: 300px;
    padding: 20px;
  }
  .box-inner.flex-col.bg-white.h-136 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .box-inner.flex-col.h-195 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .box-inner.flex-col.h-195.bg2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .box-inner.flex-col.justify-between.p-30 {
    min-height: 147px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .box-inner.flex-col.justify-between.bg-white.pl-40.justify-start, .box-inner.bg-transparent, .box-inner.bg-gray {
    padding-left: 20px;
    padding-right: 20px;
  }
  .box-inner.h-110 {
    height: 140px;
  }
  .paragraph.text-black.fs-normal._w-1054 {
    font-size: 20px;
    line-height: 24px;
  }
  .box-2 {
    height: 613px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .box-2.min-h-300, .box-2.h-120 {
    margin-left: 0;
    margin-right: 0;
  }
  .text-block-2.fs-60._w-400.d-none {
    display: block;
  }
  .box-inner-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
  .box-inner-wrapper.gap-60 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }
  .box-inner-wrapper._w-66 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }
  .box-3 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container2 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .projects-sec {
    padding-top: 60px;
    padding-bottom: 40px;
    overflow: hidden;
  }
  .projects-sec.pb-80, .projects-sec.py-100 {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .arrow-box {
    width: 60px;
    height: 60px;
  }
  .project-box-wrapper2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .client-header.px-40 {
    padding-left: 0;
    padding-right: 0;
  }
  .client-header.m-40 {
    margin-left: -20px;
  }
  .client-left.absolute {
    position: absolute;
  }
  .client-box-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 24px;
  }
  .client-box-wrapper.hidden {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .client-box-wrapper.row-5 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .client-sec {
    padding-bottom: 40px;
  }
  .client-sec.bg-gray, .client-sec.bg-gray.py-100 {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .insight-sec.pb-0 {
    padding-top: 60px;
    padding-bottom: 26px;
  }
  .insight-card, .insight-card.mb-60 {
    margin-bottom: 50px;
  }
  .insight-card-body.bg-white {
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact-sec {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .contact-sec.bg-white {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .contact-sec.py-180 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .contact-sec.pt-120 {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .contact-sec.pt-120.bg-white {
    padding-bottom: 40px;
  }
  .div-block-2 {
    max-width: 500px;
  }
  .image-3 {
    display: block;
  }
  .menu-item {
    opacity: 0;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    transform: translate(0, -100%);
  }
  .logo-wrapper {
    height: 80px;
  }
  .navbar-link {
    font-size: 44px;
    line-height: 52px;
  }
  .navbar-link.active {
    color: #fff;
  }
  .list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    zoom: .9;
    padding-top: 60px;
    padding-left: 0;
  }
  .cross-icon {
    width: 48px;
    height: 48px;
    top: 15px;
    right: 20px;
  }
  .code-embed-4 {
    height: 24px;
  }
  .list-item, .list-item-2, .list-item-3 {
    padding-top: 20px;
  }
  .pl-40 {
    padding-left: 20px;
  }
  .pl-40.pt-100 {
    padding-top: 24px;
  }
  .pl-40.py-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .swiper-button-next.arrow-box {
    width: 36px !important;
    height: 36px !important;
    margin-top: 0 !important;
  }
  .image-6 {
    width: 22px;
  }
  .footer-bottom.pt-480 {
    padding-bottom: 40px;
  }
  .mb-94 {
    margin-bottom: 20px;
  }
  .mb-94.h-32 {
    height: 20px;
    margin-bottom: 30px;
  }
  .footer-bottom-inner {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }
  .copyright-text {
    margin-top: 0;
    margin-bottom: 0;
  }
  .list-item {
    margin-left: 0;
    padding-top: 0;
  }
  .hero-sec2 {
    min-height: calc(100vh - 70px);
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .hero-sec2.py-100 {
    min-height: 100vh;
    padding-bottom: 70px;
  }
  .hero-sec2.py-100-copy {
    min-height: auto;
  }
  .pl-60.pt-100 {
    padding-top: 24px;
  }
  .impact-card.p-40._w-fit {
    padding-left: 20px;
    padding-right: 20px;
  }
  .impact-sec, .impact-sec.py-100 {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .scope-sec {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .scope-sec.py-100 {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .scope-sec.bg-black.pt-100 {
    padding-top: 60px;
  }
  .body-para2.fw-normal {
    font-size: 16px;
    line-height: 20px;
  }
  .approch-sec, .approch-sec.py-100 {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .approch-sec.pb-60, .logic-sec, .logic-sec.py-100 {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .logic-box, .logic-box.px-40 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .team-card-wrappper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }
  .team-card-header {
    height: 300px;
  }
  .team-card-boddy {
    padding: 20px;
  }
  .team-sec {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .team-sec.pb-0 {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .team-sec.pb-0.bg-whtie {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .scope-row {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    margin-top: 24px;
  }
  .scope-row.mt-100 {
    margin-top: 24px;
  }
  ._w-66, ._w-34 {
    width: 100%;
  }
  ._w-34.order-2 {
    order: 9999;
  }
  .image-11._w-full {
    max-height: none;
  }
  .image-12._w-full {
    max-height: none;
  }
  .box-wrapper2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    max-width: 100%;
  }
  .box-wrapper2._w-full, .box-wrapper2._w-full.grid-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }
  .relative.h-full.ml-60 {
    margin-right: 0;
  }
  .company-sec.pb-0 {
    padding-top: 24px;
  }
  .complex-sec.bg-white, .complex-sec.pb-60 {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .complex-sec.pb-60.bg-gray {
    padding-bottom: 40px;
  }
  .testimonails-box.bg-gray {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 24px;
    padding: 24px;
  }
  .testimonails-right, .animation-wrapper.z-11 {
    width: 100%;
  }
  .box-wrapper4.mb-0 {
    margin-bottom: 0;
  }
  .contact-box {
    padding: 20px;
  }
  .contact-detail.mt-20 {
    font-size: 20px;
    line-height: 24px;
  }
  .image-18.h-auto {
    min-height: 100vh;
  }
  .filter-box.m-40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .execution-sec, .execution-sec.bg-white {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .execution-box-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }
  .execution-box-wrapper.mt-60 {
    margin-top: 24px;
  }
  .blog-hero {
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .blog-hero.py-100, .blog-hero.py-100-copy {
    min-height: auto;
  }
  .blog-row.gap-60.mb-0 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
  .blog-row.mb-40 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .detail-sec.bg-gray {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .team-contact-sec {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .team-contact-row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }
  .team-contact-left, .team-contact-right {
    width: 100%;
  }
  .education-bg {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .educational-row {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-top: 24px;
  }
  .px-40 {
    padding-left: 20px;
    padding-right: 0;
  }
  .text-span-26 {
    margin-left: 0;
    display: inline-block;
  }
  .text-span-26.d-block {
    padding-left: 0;
    display: block;
  }
  .text-span-28 {
    font-size: 32px;
  }
  .link-block-2 {
    width: 48px;
    bottom: 20px;
    right: 20px;
  }
  .swiper-button-next-copy.arrow-box {
    width: 66px !important;
    height: 66px !important;
    margin-top: 0 !important;
  }
  .banner-sec {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .div-block-21 {
    width: 100%;
  }
  .swiper-button-next2.arrow-box, .swiper-button-next2.arrow-box2 {
    width: 36px !important;
    height: 36px !important;
    margin-top: 0 !important;
  }
  .div-block-22 {
    margin-left: 0;
  }
  .div-block-22.mr-20, .div-block-22.mr-60 {
    margin-right: 0;
  }
  .div-block-23, .div-block-23.pl-40 {
    padding-left: 20px;
  }
  .accordion-item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .experience-card-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
    margin-top: 50px;
  }
  .video-banner-sec {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .logo-box.py-40 {
    min-height: 300px;
  }
  .setup-sec.bg-gray {
    padding-bottom: 40px;
  }
  .feedback-sec2 {
    padding-top: 60px;
  }
  .feedback-sec2.pb-60 {
    padding-bottom: 50px;
  }
  .feedback-row {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }
  .paragraph-3 {
    padding-left: 20px;
  }
  .impact-box {
    padding: 20px;
  }
  .text-block-15 {
    font-size: 24px;
    line-height: 24px;
  }
  .image-38, .image-38.infographic {
    width: 100%;
  }
  .swiper-button-next2-copy.arrow-box, .swiper-button-next2-copy.arrow-box2 {
    width: 36px !important;
    height: 36px !important;
    margin-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .page-wrapper.hidden {
    overflow: visible;
  }
  .padding-global.navbar_container {
    height: 70px;
  }
  .container-large.hero_content {
    flex-direction: column;
    gap: 16px;
    display: flex;
  }
  .container-large.hero_content.px-40.relative {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container-large.gap-60 {
    flex-direction: column;
    gap: 16px;
    display: flex;
  }
  .overflow-hidden.section_executives {
    padding-left: 0;
    padding-right: 0;
  }
  .overflow-hidden.section_footer-cta.pt-480 {
    margin-left: auto;
    margin-right: auto;
  }
  .heading-style-h2 {
    font-size: 36px;
  }
  .heading-style-h5 {
    font-size: 24px;
  }
  .heading-style-h5.text-color-primary.fs-medium.fs-24.mb-20.leading-26 {
    line-height: 32px;
  }
  .heading-style-h5.text-color-primary._w-790 {
    line-height: 24px;
  }
  .heading-style-h5.text-color-primary._w-790.text-base {
    font-weight: 600;
  }
  .heading-style-h5.text-color-white.focus_card-heading._w-full.fs-24 {
    max-width: 100%;
    font-size: 20px;
    line-height: 28px;
  }
  .heading-style-h5.text-color-white.focus_card-heading._w-400, .heading-style-h5.text-color-white.focus_card-heading._w-600, .heading-style-h5.text-color-white.mt-0 {
    font-size: 20px;
  }
  .heading-style-h5.text-color-primary-copy.fs-medium.fs-24.mb-20.leading-26 {
    line-height: 32px;
  }
  .heading-style-h5.text-color-primary-copy._w-790 {
    line-height: 24px;
  }
  .heading-style-h5.text-color-primary-copy._w-790.text-base {
    font-weight: 600;
  }
  .text-size-xlarge {
    font-size: 24px;
  }
  .text-size-xlarge.text-color-primary, .text-size-xlarge.text-color-primary.about_text._w-520 {
    font-size: 20px;
  }
  .text-size-xlarge.text-color-primary.font-semibold.flex {
    line-height: 17px;
  }
  .text-size-xlarge.text-color-primary.pt-20 {
    margin-bottom: 20px;
  }
  .text-size-xlarge.text-color-white._w-750, .text-size-large {
    font-size: 18px;
  }
  .text-size-large.text-color-primary.hero_subtitle.fs-normal._w-400.hidden {
    font-size: 20px;
  }
  .text-size-large.text-color-primary.mb-0.fs-32 {
    font-size: 20px;
    line-height: 24px;
  }
  .text-size-large.text-color-primary.fs-48 {
    font-size: 24px;
    line-height: 28px;
  }
  .text-size-large.text-color-white.mb-0, .text-weight-bold.text-color-primary.navbar_brand-text {
    font-size: 20px;
  }
  .text-weight-bold.text-color-white.fs-40 {
    font-size: 20px;
    line-height: 20px;
  }
  .text-align-center.text-color-white.footer-cta_brand {
    font-size: 28px;
  }
  .text-align-center.text-color-white.footer-cta_headline {
    font-size: 48px;
  }
  .text-align-center.text-color-white.footer-cta_description {
    font-size: 18px;
  }
  .text-color-brand.about_slash, .text-color-brand.focus_slash {
    font-size: 24px;
  }
  .text-color-brand.executives_slash-large {
    font-size: 40px;
  }
  .text-color-brand.fs-24 {
    padding-top: 10px;
    font-size: 20px;
  }
  .section_about {
    padding-top: 60px;
  }
  .section_about.pt-120 {
    padding-top: 24px;
  }
  .section_about.pt-120.bg-white, .section_about.pb-60.bg-white {
    padding-bottom: 24px;
  }
  .section_about.pb-60.bg-white.pt-60 {
    padding-top: 24px;
  }
  .about_content, .about_content.pl-40 {
    padding-left: 20px;
  }
  .about_slash {
    font-size: 24px;
  }
  .about_description.pb-0 {
    margin-bottom: 24px;
  }
  .executives_photos {
    margin-top: 60px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .executives_photos-overlay {
    height: 140px;
  }
  .section_focus {
    padding-top: 60px;
    padding-bottom: 24px;
  }
  .focus_left.pl-40 {
    padding-left: 20px;
  }
  .focus_slash {
    font-size: 24px;
  }
  .focus_card {
    height: 320px;
  }
  .focus_card-content {
    bottom: 24px;
    left: 24px;
    transform: translate(0, 66%);
  }
  .focus_card-content.transalte-19 {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .focus_card-content.translate-45 {
    padding-bottom: 30px;
    padding-left: 20px;
    left: 0;
    transform: translate(0, 75%);
  }
  .focus_card-content.translate-80 {
    padding-bottom: 20px;
    padding-left: 0;
  }
  .footer-cta_headline {
    font-size: 48px;
  }
  .footer-cta_description {
    font-size: 18px;
  }
  .section_hero {
    min-height: calc(100vh - 70px);
    padding-top: 60px;
  }
  .section_hero.d-flex {
    padding-top: 84px;
    display: block;
  }
  .hero_content {
    flex-direction: column;
    gap: 16px;
    display: flex;
  }
  .hero_indicator {
    bottom: 24px;
  }
  .navbar_container {
    height: 70px;
    padding-left: 0;
    padding-right: 0;
  }
  .navbar_content {
    justify-content: space-between;
    align-items: center;
  }
  .navbar_brand {
    text-align: center;
    width: 100%;
    position: static;
    left: 0%;
    transform: translateX(0%) !important;
  }
  .navbar_brand-text {
    font-size: 24px;
  }
  .navbar_lang-button {
    padding: 8px;
    font-size: 14px;
    display: flex;
  }
  .navbar_lang-button.hidden {
    display: none;
  }
  .navbar_lang-button.block {
    color: #fff;
    justify-content: space-between;
    display: flex;
  }
  .navbar_lang-button.block.is-open {
    justify-content: space-between;
    align-items: center;
  }
  .navbar_menu-button {
    width: 44px;
    height: 44px;
    position: absolute;
    right: 21px;
  }
  .button {
    gap: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .container.absolute.bottom-100 {
    bottom: 40px;
  }
  .code-embed {
    width: 50%;
  }
  .code-embed.pt-93.lottie.absolute2.hidden {
    display: none;
  }
  .code-embed.pt-93.lottie.absolute2.block {
    width: 80%;
    display: block;
    position: static;
  }
  .row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }
  .row.px-40.pl-0 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
  .swiper.myswiper3.hidden {
    display: block;
  }
  .swiper.myswiper3.hidden.d-none {
    display: none;
  }
  .swiper.myswiper3.mt-60 {
    padding-top: 24px;
  }
  .swiper.myswiper4.hidden {
    display: block;
  }
  .swiper.myswiper4.hidden.d-none {
    display: none;
  }
  .swiper.myswiper5.hidden {
    display: block;
  }
  .swiper.myswiper5.hidden.d-none {
    display: none;
  }
  .swiper-pagination.pagination3 {
    display: block;
  }
  .swiper-pagination.pagination3.d-none {
    display: none;
  }
  .swiper-pagination.pagination4 {
    display: block;
  }
  .swiper-pagination.pagination4.d-none {
    display: none;
  }
  .swiper-pagination.pagination5 {
    display: block;
  }
  .swiper-pagination.pagination5.d-none {
    display: none;
  }
  .swiper-pagination.pagination6 {
    display: block;
  }
  .swiper-pagination.pagination6.d-none {
    display: none;
  }
  .track-sec.js-counter-section {
    margin-top: 24px;
    padding-bottom: 24px;
  }
  .track-sec.js-counter-section.mt-0, .track-sec.js-counter-section.mt-0.pt-100 {
    padding-bottom: 24px;
  }
  .record-wrapper {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .tab-box {
    flex-flow: wrap;
  }
  .tab-box.justify-start {
    margin-right: 20px;
  }
  .tab-btn.rotate._w-full.border-0.hidden {
    display: none;
  }
  .tab-inner-btn.bg-gray {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 16px;
  }
  .tab-inner-btn.bg-none {
    justify-content: space-between;
  }
  .tab-inner-btn.bg-gray-copy, .tab-inner-btn.active {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 16px;
  }
  .text-block.hidden {
    display: none;
  }
  .text-block.block {
    display: block;
  }
  .box-wrapper, .box-wrapper.grid3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
  .box-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .box-inner.flex-col.bg-white.h-420 {
    min-height: 280px;
    padding: 20px;
  }
  .box-inner.flex-col.bg-white.h-136, .box-inner.flex-col.bg-gray.h-136, .box-inner.flex-col.h-195.bg2, .box-inner.flex-col.justify-between.p-30 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .box-inner.flex-col.justify-between.bg-white.pl-40 {
    padding: 20px;
  }
  .box-inner.bg-transparent, .box-inner.bg-gray {
    padding-left: 20px;
    padding-right: 20px;
  }
  .box-inner.bg-white {
    align-items: center;
    min-height: 180px;
  }
  .box-inner.bg-white.flex-wrap {
    min-height: 200px;
  }
  .box-inner.h-110 {
    height: 66px;
  }
  .paragraph.text-black.fs-normal._w-1054 {
    font-size: 18px;
    line-height: 20px;
  }
  .box-2 {
    height: 264px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .text-block-2.fs-60._w-400 {
    font-size: 48px;
    line-height: 48px;
  }
  .box-inner-wrapper, .box-inner-wrapper.gap-60, .box-inner-wrapper._w-66 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
  .box-3 {
    padding-left: 24px;
    padding-right: 20px;
  }
  .container2 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .projects-sec, .projects-sec.pb-80 {
    padding-bottom: 24px;
  }
  .projects-sec.py-100 {
    padding-top: 60px;
    padding-bottom: 24px;
  }
  .project-box-wrapper2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .client-header.px-40 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }
  .client-header.m-40 {
    margin-left: -20px;
  }
  .client-left.absolute {
    padding-left: 20px;
    position: static;
  }
  .client-box-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }
  .client-box-wrapper.hidden {
    display: none;
  }
  .client-box-wrapper.row-5 {
    grid-template-columns: 1fr 1fr;
  }
  .client-sec, .client-sec.bg-gray {
    padding-bottom: 24px;
  }
  .client-sec.bg-gray.py-100 {
    padding-top: 60px;
    padding-bottom: 24px;
  }
  .insight-sec.pb-0 {
    padding-bottom: 0;
  }
  .insight-card, .insight-card.mb-60 {
    margin-bottom: 24px;
  }
  .insight-card-body.bg-white {
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact-sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contact-sec.bg-white {
    padding-bottom: 24px;
  }
  .contact-sec.bg-white.py-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .contact-sec.pt-120 {
    padding-bottom: 24px;
  }
  .image-3 {
    width: 16px;
    height: 16px;
  }
  .menu-item {
    opacity: 0;
    transform: translate(0, -100%);
  }
  .logo-wrapper {
    text-align: center;
    height: 70px;
    position: relative;
  }
  .list.start {
    padding-top: 40px;
  }
  .cross-icon {
    width: 44px;
    height: 44px;
    position: absolute;
    right: 0;
  }
  .preloader.scene {
    background-color: #0000 !important;
  }
  .logo-wrap.mt-10 {
    margin-top: 0;
  }
  .arrow-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
  .swiper-button-next.arrow-box {
    padding: 0;
    width: 36px !important;
    height: 36px !important;
  }
  .image-6 {
    width: 22px;
  }
  .swiper-button-prev {
    padding: 10px;
  }
  .dropdown-list.is-open {
    position: static;
  }
  .footer-bottom-inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }
  .hero-sec2 {
    min-height: calc(100vh - 70px);
    padding-top: 60px;
    padding-bottom: 24px;
  }
  .hero-sec2.py-100 {
    min-height: 100vh;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .hero-sec2.py-100.bg-white {
    padding-top: 60px;
  }
  .hero-sec2.py-100-copy {
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pl-60.pt-100 {
    padding-top: 60px;
  }
  .impact-card.p-40._w-fit {
    padding-bottom: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .impact-sec.py-100 {
    padding-top: 60px;
    padding-bottom: 24px;
  }
  .scope-sec {
    padding-bottom: 24px;
  }
  .scope-sec.py-100 {
    padding-top: 60px;
    padding-bottom: 24px;
  }
  .body-para2.text-animate {
    font-size: 20px;
  }
  .body-para2.fw-normal {
    font-size: 16px;
    line-height: 20px;
  }
  .approch-sec {
    padding-top: 40px;
    padding-bottom: 24px;
  }
  .approch-sec.py-100 {
    padding-top: 60px;
    padding-bottom: 24px;
  }
  .approch-sec.py-100.bg-white {
    padding-top: 60px;
  }
  .approch-sec.pb-60, .logic-sec {
    padding-bottom: 24px;
  }
  .logic-sec.py-100 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .team-card-wrappper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
  .team-card-header {
    height: 320px;
  }
  .team-card-boddy {
    padding: 20px;
  }
  .team-sec {
    min-height: calc(100vh - 70px);
    padding-top: 60px;
  }
  .team-sec.pb-0, .leadership-team-sec {
    padding-bottom: 24px;
  }
  .scope-row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
  .box-wrapper2._w-full, .box-wrapper2._w-full.grid-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
  .complex-sec.bg-white, .complex-sec.pb-60, .complex-sec.pb-60.bg-gray {
    padding-bottom: 24px;
  }
  .preload-inner {
    z-index: 99999999;
    top: 50% !important;
  }
  .animation-wrapper {
    z-index: 0;
  }
  .animation-wrapper.z-11 {
    z-index: 1111;
  }
  .animation-wrapper.z-11.hide {
    background-color: #0000;
  }
  .contact-box {
    min-height: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .contact-detail.mt-20 {
    font-size: 18px;
    line-height: 26px;
  }
  .filter-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }
  .list-box-wrapper {
    flex-flow: wrap;
  }
  .dropdown, .dropdown-2, .dropdown-3 {
    width: 100%;
  }
  .execution-sec.bg-white {
    padding-bottom: 24px;
  }
  .execution-box-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
  .execution-box-wrapper.mt-60 {
    grid-template-columns: 1fr;
  }
  .execution-box-wrapper.mt-0 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .blog-hero {
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 24px;
  }
  .blog-hero.py-100, .blog-hero.py-100-copy {
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .detail-sec.bg-gray {
    padding-top: 60px;
    padding-bottom: 24px;
  }
  .team-contact-sec, .education-bg {
    padding-bottom: 24px;
  }
  .educational-row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
  .px-40 {
    padding-left: 20px;
    padding-right: 0;
  }
  .text-span-28 {
    font-size: 24px;
  }
  .link-block-2 {
    bottom: 30px;
  }
  .heading-010.text-color-primary {
    font-size: 26px;
    line-height: 17px;
  }
  .swiper-button-next-copy.arrow-box {
    width: 66px !important;
    height: 66px !important;
  }
  .image-26.h-vh {
    min-height: 100vh;
  }
  .swiper-button-prev2 {
    padding: 10px;
  }
  .swiper-button-next2.arrow-box {
    padding: 0;
    width: 36px !important;
    height: 36px !important;
  }
  .swiper-button-next2.arrow-box2 {
    width: 36px !important;
    height: 36px !important;
  }
  .accordion-btn {
    font-size: 24px;
    line-height: 24px;
  }
  .image-30 {
    max-width: 16px;
  }
  .experience-card-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
  .video-banner-sec {
    padding-top: 40px;
    padding-bottom: 24px;
  }
  .video-text {
    bottom: 24px;
    left: 20px;
  }
  .video-btn {
    width: 60px;
    height: 60px;
  }
  .setup-sec.bg-gray, .feedback-sec2 {
    padding-bottom: 24px;
  }
  .feedback-sec2.pb-60 {
    padding-bottom: 20px;
  }
  .section-2 {
    align-items: flex-start;
  }
  .paragraph-5 {
    font-size: 18px;
    line-height: 24px;
  }
  .code-embed-7 {
    padding: 20px;
  }
  .code-embed-7.p-0 {
    padding: 0;
    display: flex;
  }
  .image-38.infographic {
    max-width: 60%;
  }
  .swiper-button-next2-copy.arrow-box, .swiper-button-next2-copy.arrow-box2 {
    width: 36px !important;
    height: 36px !important;
  }
  .dropdown-4 {
    display: none;
  }
  .dropdown-5 {
    width: 140px;
    margin-top: 20px;
    display: inline-block;
  }
  .code-embed-12, .code-embed-14 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .page-wrapper {
    overflow: hidden;
  }
  .container-large.hero_content.px-40.relative {
    padding-right: 20px;
  }
  .overflow-hidden.section_executives {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }
  .overflow-hidden.section_footer-cta {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .heading-style-h2 {
    font-size: 28px;
  }
  .heading-style-h2.text-color-primary.hero_heading._w-full {
    margin-bottom: 20px;
  }
  .heading-style-h2.text-color-primary.hero_heading._w-full.pt-40 {
    margin-top: 20px;
  }
  .heading-style-h2.text-color-primary.hero_heading._w-full.space-md {
    margin-top: 20px;
    margin-bottom: 24px;
  }
  .heading-style-h2.text-color-primary.hero_heading._w-1000 {
    margin-bottom: 20px;
  }
  .heading-style-h2.text-color-primary.hero_heading._w-1000.pt-40 {
    margin-top: 20px;
  }
  .heading-style-h2.text-color-primary.hero_heading._w-1000.space-md {
    margin-top: 20px;
    margin-bottom: 24px;
  }
  .heading-style-h2.text-color-primary.hero_heading._w-1256 {
    margin-bottom: 20px;
  }
  .heading-style-h2.text-color-primary.hero_heading._w-1256.pt-40 {
    margin-top: 20px;
  }
  .heading-style-h2.text-color-primary.hero_heading._w-1256.space-md {
    margin-top: 20px;
    margin-bottom: 24px;
  }
  .heading-style-h5 {
    font-size: 20px;
  }
  .heading-style-h5.text-color-primary {
    font-size: 20px;
    line-height: 26px;
  }
  .heading-style-h5.text-color-primary.h-36 {
    text-align: center;
    line-height: 24px;
  }
  .heading-style-h5.text-color-primary.fs-medium {
    font-size: 16px;
    line-height: 20px;
  }
  .heading-style-h5.text-color-primary.fs-medium.text-start {
    text-align: left;
    line-height: 20px;
  }
  .heading-style-h5.text-color-primary.fs-medium.text-start.mb-30 {
    margin-bottom: 30px;
  }
  .heading-style-h5.text-color-primary.fs-medium.text-start.center {
    text-align: center;
  }
  .heading-style-h5.text-color-primary.fs-medium.mb-40 {
    margin-bottom: 20px;
  }
  .heading-style-h5.text-color-primary.fs-medium.mt-5 {
    margin-top: 20px;
  }
  .heading-style-h5.text-color-primary._w-790 {
    line-height: 24px;
  }
  .heading-style-h5.text-color-primary._w-790.text-base {
    font-size: 16px;
    line-height: 20px;
  }
  .heading-style-h5.text-color-white.focus_card-heading._w-full.fs-24 {
    font-size: 20px;
    line-height: 24px;
  }
  .heading-style-h5.text-color-white.focus_card-heading._w-100 {
    max-width: 100%;
  }
  .heading-style-h5.text-color-white.mt-0 {
    font-size: 26px;
    line-height: 26px;
  }
  .heading-style-h5.text-color-white.mt-0.text-base {
    font-size: 16px;
    line-height: 20px;
  }
  .heading-style-h5.text-color-white.pt-30 {
    font-size: 18px;
  }
  .heading-style-h5.text-color-white.leading-30 {
    margin-top: 0;
    font-size: 16px;
    line-height: 20px;
  }
  .heading-style-h5.text-color-primary-copy {
    font-size: 20px;
    line-height: 26px;
  }
  .heading-style-h5.text-color-primary-copy.h-36 {
    text-align: center;
    line-height: 24px;
  }
  .heading-style-h5.text-color-primary-copy.fs-medium {
    font-size: 16px;
    line-height: 20px;
  }
  .heading-style-h5.text-color-primary-copy.fs-medium.text-start {
    text-align: left;
    line-height: 20px;
  }
  .heading-style-h5.text-color-primary-copy.fs-medium.text-start.mb-30 {
    margin-bottom: 30px;
  }
  .heading-style-h5.text-color-primary-copy.fs-medium.text-start.center {
    text-align: center;
  }
  .heading-style-h5.text-color-primary-copy.fs-medium.mb-40 {
    margin-bottom: 20px;
  }
  .heading-style-h5.text-color-primary-copy.fs-medium.mt-5 {
    margin-top: 20px;
  }
  .heading-style-h5.text-color-primary-copy._w-790 {
    line-height: 24px;
  }
  .heading-style-h5.text-color-primary-copy._w-790.text-base {
    font-size: 16px;
    line-height: 20px;
  }
  .text-size-xlarge.text-color-primary, .text-size-xlarge.text-color-primary.about_text._w-520 {
    font-size: 18px;
  }
  .text-size-xlarge.text-color-primary.font-semibold {
    font-size: 20px;
  }
  .text-size-xlarge.text-color-primary.font-semibold.flex {
    align-items: center;
    font-size: 17px;
    line-height: 17px;
  }
  .text-size-xlarge.text-color-primary._w-1376 {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .text-size-xlarge.text-color-primary.fs-32.fw-semibold {
    font-size: 20px;
  }
  .text-size-xlarge.text-color-primary.fs-32.fw-semibold.px-20 {
    padding-left: 0;
    padding-right: 0;
  }
  .text-size-xlarge.text-color-primary.mt-20._w-818 {
    margin-top: 0;
  }
  .text-size-xlarge.text-color-primary.pb-60 {
    margin-bottom: 24px;
  }
  .text-size-xlarge.text-color-primary.my-0 {
    font-size: 26px;
    line-height: 26px;
  }
  .text-size-xlarge.text-color-primary.mt-0 {
    font-size: 26px;
  }
  .text-size-xlarge.text-color-white._w-520 {
    font-size: 18px;
  }
  .text-size-xlarge.text-color-white.mb-0 {
    font-size: 16px;
  }
  .text-size-xlarge.text-color-white.mb-0.opacity-0 {
    display: none;
  }
  .text-size-xlarge.text-color-white._w-830, .text-size-xlarge.text-color-white._w-750 {
    font-size: 18px;
  }
  .text-size-xlarge.text-color-white.mb-5 {
    margin-top: 0;
    font-size: 26px;
    line-height: 26px;
  }
  .text-size-large.text-color-primary.hero_subtitle.fs-medium {
    font-family: Aeonik, Arial, sans-serif;
    font-size: 16px;
  }
  .text-size-large.text-color-primary.hero_subtitle.fs-normal {
    font-family: Aeonik, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
  }
  .text-size-large.text-color-primary.hero_subtitle.fs-normal._w-400 {
    max-width: 220px;
  }
  .text-size-large.text-color-primary.hero_subtitle.fs-normal._w-400.hidden {
    display: none;
  }
  .text-size-large.text-color-primary.hero_subtitle.fs-normal._w-400.block {
    line-height: 20px;
    display: block;
  }
  .text-size-large.text-color-primary.executives_text {
    font-size: 16px;
  }
  .text-size-large.text-color-primary.pt-60 {
    margin-top: 20px;
  }
  .text-size-large.text-color-primary.pt-60.leading-28 {
    margin-top: 0;
  }
  .text-size-large.text-color-primary.fw-normal {
    margin-bottom: 20px;
  }
  .text-size-large.text-color-primary.fs-48 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 32px;
  }
  .text-size-large.text-orange {
    margin-bottom: 20px;
  }
  .text-size-large.text-orange.fs-20 {
    font-size: 20px;
  }
  .text-size-regular.text-color-primary {
    font-size: 14px;
  }
  .text-weight-bold.text-color-primary.navbar_brand-text {
    font-size: 21px;
  }
  .text-weight-bold.text-color-white.fs-40 {
    font-size: 20px;
    line-height: 20px;
  }
  .text-align-center.executives_header.pb-100 {
    margin-bottom: 10px;
  }
  .text-align-center.executives_header.start {
    margin-bottom: 40px;
  }
  .text-align-center.executives_header.start.justify-center {
    justify-content: center;
    align-items: center;
  }
  .text-align-center.executives_header.mb-60 {
    margin-bottom: 30px;
  }
  .text-align-center.text-color-white.footer-cta_brand {
    font-size: 24px;
  }
  .text-align-center.text-color-white.footer-cta_headline {
    font-size: 36px;
    line-height: 1.1;
  }
  .text-align-center.text-color-white.footer-cta_description {
    max-width: 333px;
    font-size: 16px;
  }
  .text-color-brand.executives_slash-large {
    font-size: 32px;
  }
  .text-color-brand.fs-24 {
    font-size: 18px;
  }
  .section_about {
    padding-top: 40px;
  }
  .section_about.pt-120 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .section_about.pt-120.bg-white.pb-0 {
    padding-bottom: 0;
  }
  .section_about.pb-60 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .about_label-text.mb-60, .about_description {
    margin-bottom: 20px;
  }
  .executives_photos {
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .executives_photos.mt-60 {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }
  .executives_photos-overlay {
    height: 100px;
  }
  .section_focus {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .focus_left.pl-61 {
    padding-left: 0;
    padding-right: 0;
  }
  .focus_left.pl-40._w-full.mb-64 {
    margin-bottom: 0;
  }
  .focus_card {
    height: 280px;
  }
  .focus_card.card3 {
    height: 440px;
  }
  .focus_card.mt-60 {
    margin-top: 20px;
  }
  .focus_card-image.static, .focus_card-image.h-776 {
    min-height: 400px;
  }
  .focus_card-content {
    padding: 10px;
    bottom: 16px;
    left: 16px;
  }
  .focus_card-content.transalte-19 {
    padding-bottom: 24px;
    padding-left: 20px;
    padding-right: 20px;
    left: 0;
  }
  .focus_card-content.translate-45 {
    padding-bottom: 20px;
    padding-left: 24px;
    left: 0;
    transform: translate(0, 76%);
  }
  .focus_card-content.translate-80 {
    left: 20px;
  }
  .footer-cta_headline-wrapper {
    margin-top: 0;
  }
  .footer-cta_headline {
    font-size: 36px;
    line-height: 1.1;
  }
  .footer-cta_description-wrapper {
    margin-bottom: 30px;
  }
  .footer-cta_description {
    font-size: 16px;
  }
  .section_hero {
    min-height: calc(100vh - 70px);
  }
  .section_hero.d-flex {
    padding-top: 84px;
  }
  .navbar_container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .navbar_content {
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .navbar_brand {
    width: 100%;
    padding-left: 0;
    position: static;
    transform: translateX(-0%) !important;
  }
  .navbar_brand.is-current {
    width: 100%;
    margin-left: 60px;
    margin-right: 60px;
    padding-left: 0;
    position: static;
    left: 0%;
    transform: translateX(-0%) !important;
  }
  .navbar_brand.static {
    position: static;
  }
  .navbar_brand-text {
    font-size: 20px;
  }
  .navbar_actions {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
  }
  .navbar_lang-button {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    font-size: 12px;
    display: flex;
  }
  .navbar_lang-button.hidden {
    display: none;
  }
  .navbar_menu-button {
    z-index: 999;
    width: 40px;
    height: 40px;
    position: absolute;
  }
  .button.is-secondary.about_button {
    margin-top: 0;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container.absolute.bottom-100 {
    bottom: 40px;
  }
  .div-block {
    width: 16px;
    height: 16px;
  }
  .code-embed {
    width: 50%;
    padding-top: 0;
  }
  .code-embed.pt-93 {
    padding-top: 40px;
  }
  .code-embed.pt-93.lottie.absolute2 {
    width: 80%;
  }
  .code-embed.pt-93.lottie.absolute2.hidden {
    display: none;
  }
  .code-embed.pt-93.lottie.absolute2.block {
    width: 95%;
    display: block;
    position: static;
  }
  .row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .row.mb-60 {
    margin-bottom: 40px;
  }
  .circle-orange {
    width: 12px;
    height: 12px;
  }
  .swiper.myswiper3.hidden, .swiper.myswiper4.hidden, .swiper.myswiper5.hidden {
    padding-top: 20px;
  }
  .swiper-wrapper {
    flex-flow: row;
  }
  .swiper-pagination.pagination {
    margin-top: 40px;
  }
  .swiper-pagination.pagination3.d-block, .swiper-pagination.pagination5.d-block, .swiper-pagination.pagination6.d-block {
    margin-top: 20px;
  }
  .track-sec {
    padding-top: 60px;
  }
  .track-sec.js-counter-section.mt-0, .track-sec.js-counter-section.mt-0.pt-100 {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .record-wrapper {
    margin-bottom: 24px;
    padding-right: 0;
  }
  .tab-box {
    justify-content: center;
    align-items: center;
  }
  .tab-box.wrap-no {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }
  .tab-box.wrap-no.gap-10 {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }
  .tab-btn.rotate.active._w-full {
    max-width: 100%;
  }
  .tab-btn.rotate._w-full {
    width: 100%;
    max-width: 100%;
  }
  .tab-btn.rotate._w-full.border-0 {
    min-width: 121px;
  }
  .tab-btn.rotate._w-full.border-0.hidden {
    display: none;
  }
  .tab-btn.rotate._w-full.border-0.block {
    display: block;
  }
  .tab-btn.rotate.border-0 {
    width: 100%;
  }
  .tab-inner-btn {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding: 12px;
    font-size: 14px;
  }
  .tab-inner-btn.bg-gray {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 10px;
    font-size: 14px;
  }
  .tab-inner-btn.bg-gray.py-4 {
    line-height: 14px;
  }
  .tab-inner-btn.bg-black {
    justify-content: space-between;
    align-items: center;
    min-width: 121px;
  }
  .tab-inner-btn.bg-gray-copy {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 10px;
    font-size: 14px;
  }
  .tab-inner-btn.bg-gray-copy.py-4 {
    line-height: 14px;
  }
  .tab-inner-btn.active {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 10px;
    font-size: 14px;
  }
  .tab-inner-btn.active.py-4 {
    line-height: 14px;
  }
  .text-block {
    text-align: center;
    flex: 0 auto;
  }
  .text-block.hidden {
    display: none;
  }
  .text-block.block {
    display: flex;
  }
  .box-wrapper.grid3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .box-1.h-440 {
    min-height: 160px;
  }
  .box-inner {
    padding: 20px;
  }
  .box-inner.flex-col.bg-white {
    min-height: 140px;
    padding: 20px 16px;
  }
  .box-inner.flex-col.bg-white.h-70 {
    min-height: 70px;
    padding: 12px;
  }
  .box-inner.flex-col.bg-white.h-420 {
    min-height: 300px;
    padding: 20px;
  }
  .box-inner.flex-col.bg-white.h-420.start {
    padding: 20px;
  }
  .box-inner.flex-col.bg-white.h-76 {
    justify-content: flex-end;
    align-items: center;
    min-height: 45px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .box-inner.flex-col.bg-white.h-136 {
    min-height: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .box-inner.flex-col.bg-gray {
    min-height: 131px;
    max-height: 140px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .box-inner.flex-col.bg-gray.h-auto {
    min-height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .box-inner.flex-col.bg-gray.h-auto.center {
    padding-left: 10px;
  }
  .box-inner.flex-col.bg-gray.h-136 {
    padding-bottom: 24px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .box-inner.flex-col.bg-gray.px-32 {
    padding-left: 32px;
    padding-right: 32px;
  }
  .box-inner.flex-col.bg-gray.bg-gray2 {
    padding: 0;
  }
  .box-inner.flex-col.h-195 {
    min-height: 150px;
    padding: 20px;
  }
  .box-inner.flex-col.h-195.gap-20 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
  .box-inner.flex-col.h-195.bg2 {
    padding: 20px;
  }
  .box-inner.flex-col.h-195.bg2.py-0 {
    padding-bottom: 24px;
  }
  .box-inner.flex-col.justify-between {
    padding: 24px 20px;
  }
  .box-inner.flex-col.justify-between.p-30 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .box-inner.bg-transparent {
    min-height: 80px;
    padding: 20px;
  }
  .box-inner.bg-gray {
    padding: 20px;
  }
  .box-inner.bg-white {
    min-height: 180px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .box-inner.bg-white.flex-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    min-height: 200px;
  }
  .box-inner.h-110 {
    height: 66px;
  }
  .paragraph.text-black.fs-normal {
    font-size: 18px;
    line-height: 24px;
  }
  .paragraph.text-black.fs-normal._w-1054 {
    font-size: 16px;
  }
  .paragraph._w-400 {
    max-width: 141px;
    font-size: 13px;
    line-height: 13px;
  }
  .box-2 {
    height: 264px;
    padding: 20px;
  }
  .box-2.h-120 {
    height: auto;
  }
  .heading-6.fs-semibold {
    font-size: 10px;
    line-height: 10px;
  }
  .heading-6.fs-semibold.mb-0 {
    font-size: 12px;
    line-height: 14px;
  }
  .text-block-2 {
    font-size: 44px;
  }
  .text-block-2.fs-60 {
    font-size: 40px;
    line-height: 56px;
  }
  .text-block-2.fs-60._w-400 {
    font-size: 48px;
  }
  .box-inner-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .box-inner-wrapper.gap-60 {
    grid-row-gap: 24px;
  }
  .box-inner-wrapper._w-66 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .box-inner-wrapper._w-66.grid-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .box-inner-wrapper._w-66.gap-0 {
    grid-template-rows: auto;
  }
  .box-3 {
    padding: 20px;
  }
  .box-3.hidden {
    display: none;
  }
  .heading-7 {
    font-size: 20px;
    line-height: 24px;
  }
  .container2 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .projects-sec {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .projects-sec.pb-80 {
    padding-top: 60px;
  }
  .projects-sec.py-100 {
    padding-top: 60px;
    padding-bottom: 24px;
  }
  .project-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .project-box.pl-23 {
    padding-left: 20px;
  }
  .project-box.p-0 {
    padding-left: 0;
  }
  .box-heading {
    font-size: 12px;
    line-height: 10px;
  }
  .project-box-wrapper2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    padding: 20px;
  }
  .client-header {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }
  .client-header.px-40 {
    margin-bottom: 30px;
  }
  .client-box-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .client-sec {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .client-sec.bg-gray.py-100 {
    padding-top: 40px;
    padding-bottom: 24px;
  }
  .insight-card, .insight-card.mb-60 {
    margin-bottom: 20px;
  }
  .insight-card-body.bg-white {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .contact-sec.py-180 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .contact-sec.pt-120 {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .tab-btn-wrapper.mx-0 {
    margin-top: 30px;
  }
  .div-block-2 {
    padding-top: 20px;
    position: static;
    transform: translate(0%);
  }
  .image-3 {
    width: 16px;
    height: 16px;
  }
  .image-5 {
    aspect-ratio: auto;
    height: 100%;
    max-height: 100%;
  }
  .menu-item {
    opacity: 0;
    padding-top: 0;
    transform: translate(0, -100%);
  }
  .logo-wrapper {
    text-align: center;
  }
  .navbar-link {
    font-size: 24px;
    line-height: 24px;
  }
  .list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .cross-icon {
    opacity: 1;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-left: auto;
    right: 0;
  }
  .flex-col.list-item.gap-0 {
    max-height: 38px;
  }
  .arrow-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 24px;
  }
  .pl-40 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pl-40.pt-100 {
    padding-top: 40px;
  }
  .pl-40.pt-60 {
    padding-top: 24px;
  }
  .swiper-button-next.arrow-box {
    width: 36px;
    height: 36px;
    padding: 0;
  }
  .image-6 {
    width: 11px;
  }
  .tab-btn2.rotate._w-full {
    width: 100%;
    max-width: 300px;
  }
  .swiper-button-prev {
    padding: 7px;
  }
  .swiper-button-prev.arrow-box {
    width: 56px !important;
    height: 56px !important;
  }
  .image-7 {
    height: auto;
    max-height: 100%;
  }
  .h-28 {
    max-height: 100%;
  }
  .footer-bottom {
    padding-bottom: 40px;
  }
  .footer-bottom.pt-480 {
    margin-top: 0;
    padding-top: 0;
  }
  .mb-94.h-32 {
    height: 20px;
    margin-bottom: 30px;
  }
  .footer-bottom-inner {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  .copyright-text {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
  }
  .list-item {
    padding-top: 0;
  }
  .right-side {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
  .right-side.mt-5 {
    padding-top: 20px;
  }
  .hero-sec2 {
    min-height: auto;
  }
  .hero-sec2.py-100 {
    min-height: 100vh;
    padding-bottom: 40px;
  }
  .focus_card-content2.translate-0.left-0.pb-0 {
    padding-bottom: 0;
  }
  .pl-60.pt-100 {
    padding-top: 24px;
    padding-left: 20px;
  }
  .impact-sec.py-100 {
    padding-top: 60px;
    padding-bottom: 24px;
  }
  .scope-sec {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .scope-sec.py-100 {
    padding-top: 60px;
    padding-bottom: 24px;
  }
  .scope-sec.bg-black.pt-100 {
    padding-top: 40px;
  }
  .body-para2.text-animate, .body-para2._w-full {
    font-size: 18px;
    line-height: 24px;
  }
  .body-para2.fw-normal {
    font-size: 16px;
    line-height: 20px;
  }
  .approch-sec, .approch-sec.py-100 {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .approch-sec.pb-60, .logic-sec.py-100 {
    padding-top: 60px;
    padding-bottom: 24px;
  }
  .logic-box.px-40.mb-60 {
    padding-left: 0;
    padding-right: 0;
  }
  .team-card-wrappper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
  .team-card-header {
    height: 280px;
  }
  .team-sec {
    min-height: auto;
    padding-bottom: 60px;
  }
  .team-sec.pb-0 {
    padding-bottom: 20px;
  }
  .team-sec.pb-0.bg-whtie {
    padding-top: 40px;
    padding-bottom: 24px;
  }
  .image-10 {
    max-height: 250px;
  }
  .scope-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .scope-row.mt-100 {
    margin-top: 24px;
  }
  .image-11._w-full {
    object-fit: cover;
    object-position: 50% 50%;
    max-height: 363px;
  }
  .box-wrapper2._w-full.grid-2 {
    grid-template-columns: 1fr;
  }
  .image-13 {
    width: 100px;
  }
  .complex-sec {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .complex-sec.bg-white, .complex-sec.pb-60 {
    padding-top: 60px;
    padding-bottom: 24px;
  }
  .complex-sec.pb-60.bg-gray {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .number-text {
    font-size: 120px;
    line-height: 120px;
  }
  .preload-inner {
    margin-top: -32px;
    display: block;
  }
  .contact-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact-detail {
    font-size: 18px;
  }
  .image-18.h-auto {
    object-fit: cover;
    object-position: 70% 50%;
    min-height: 100vh;
    max-height: calc(100vh - 100px);
  }
  .filter-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: grid;
  }
  .dropdown-toggle {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
    padding-right: 10px;
    font-size: 14px;
  }
  .dropdown, .dropdown-2, .dropdown-3 {
    margin-left: 0;
    margin-right: 0;
  }
  .execution-sec.bg-white.pt-0 {
    padding-top: 0;
  }
  .execution-box-wrapper {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
  .execution-box-wrapper.mt-0 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .blog-hero {
    min-height: auto;
  }
  .blog-row.mb-40 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .blog-tag.rotate._w-full {
    width: 100%;
    max-width: 300px;
  }
  .detail-sec.bg-gray {
    padding-top: 60px;
  }
  .team-contact-sec {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .team-contact-row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
  .text-block-10 {
    font-size: 14px;
  }
  .text-block-10.left {
    font-size: 14px;
    line-height: 1.2;
  }
  .education-bg {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .educational-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 24px;
  }
  .px-40.text-center.mb-60 {
    margin-bottom: 30px;
  }
  .px-40.mb-60 {
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .px-40.mb-60.mt-120 {
    margin-top: 40px;
  }
  .text-span-26 {
    display: inline-flex;
  }
  .text-span-28 {
    font-size: 20px;
  }
  .link-block-2 {
    width: 24px;
    bottom: 24px;
    right: 24px;
  }
  .div-block-20.mt-5 {
    margin-top: 0;
  }
  .heading-010 {
    font-size: 17px;
    line-height: 17px;
  }
  .heading-010.text-color-primary {
    font-size: 17px;
  }
  .logo-header2 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .swiper-button-next-copy.arrow-box {
    width: 56px !important;
    height: 56px !important;
  }
  .image-26.h-vh {
    min-height: 100vh;
  }
  .banner-sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .swiper-button-prev2 {
    padding: 7px;
    width: 32px !important;
    height: 32px !important;
  }
  .swiper-button-prev2.arrow-box {
    width: 56px !important;
    height: 56px !important;
  }
  .swiper-button-next2.arrow-box {
    width: 36px;
    height: 36px;
    padding: 0;
  }
  .swiper-button-next2.arrow-box2 {
    width: 36px;
    height: 36px;
  }
  .div-block-23 {
    padding-right: 20px;
  }
  .div-block-23.pl-0 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .accordion-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .accordion-item.mb-0 {
    margin-bottom: 0;
  }
  .accordion-btn {
    font-size: 20px;
    line-height: 24px;
  }
  .image-29 {
    aspect-ratio: auto;
  }
  .image-29.h-192 {
    min-height: 400px;
  }
  .experience-card-wrapper {
    grid-template-columns: 1fr;
  }
  .paragraph-2 {
    font-size: 16px;
    line-height: 24px;
  }
  .div-block-24 {
    margin-top: 20px;
  }
  .div-block-25 {
    height: 100%;
  }
  .video-banner-sec {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .video-text {
    bottom: 20px;
    left: 20px;
  }
  .banner-text {
    line-height: 20px;
  }
  .bold-text-2 {
    font-size: 20px;
  }
  .video-btn {
    width: 60px;
    height: 60px;
  }
  .logo-box.py-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .setup-sec.bg-gray {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .setup-box {
    min-height: 300px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .feedback-sec2 {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .feedback-sec2.pb-60 {
    padding-bottom: 20px;
  }
  .feedback-row {
    padding-top: 20px;
  }
  .team-body2 {
    padding: 20px;
  }
  .bold-text-14 {
    font-size: 20px;
  }
  .paragraph-3 {
    padding-right: 20px;
    font-size: 16px;
    line-height: 24px;
  }
  .paragraph-3._w-1099.mt-40 {
    margin-top: 20px;
  }
  .approach-box {
    padding: 20px;
  }
  .paragraph-5 {
    font-size: 16px;
    line-height: 20px;
  }
  .image-33 {
    width: 28px;
    height: 28px;
  }
  .code-embed-7 {
    width: 24px;
    height: 24px;
  }
  .code-embed-7.p-0 {
    width: auto;
    height: auto;
    padding: 0;
  }
  .image-34 {
    min-height: 300px;
  }
  .image-35.box-logo {
    bottom: 60px;
  }
  .div-block-26.text-box {
    padding-right: 20px;
    bottom: 20px;
    left: 20px;
  }
  .paragraph-6 {
    font-size: 16px;
    line-height: 24px;
  }
  .tab-btn3.rotate.active._w-full {
    max-width: 100%;
  }
  .tab-btn3.rotate._w-full {
    width: 100%;
    max-width: 100%;
  }
  .tab-btn3.rotate._w-full.border-0 {
    min-width: 121px;
  }
  .tab-btn3.rotate._w-full.border-0.hidden {
    display: none;
  }
  .tab-btn3.rotate.border-0 {
    width: 100%;
  }
  .tab-btn-copy.rotate.active._w-full {
    max-width: 100%;
  }
  .tab-btn-copy.rotate._w-full {
    width: 100%;
    max-width: 100%;
  }
  .tab-btn-copy.rotate._w-full.border-0 {
    min-width: 121px;
  }
  .tab-btn-copy.rotate._w-full.border-0.hidden {
    display: none;
  }
  .tab-btn-copy.rotate.border-0 {
    width: 100%;
  }
  .image-36 {
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }
  .image-37 {
    object-fit: cover;
    min-height: 400px;
  }
  .impact-box {
    padding: 20px;
  }
  .text-block-15 {
    font-size: 24px;
  }
  .image-38.infographic {
    max-width: 100%;
  }
  .swiper-button-next2-copy.arrow-box, .swiper-button-next2-copy.arrow-box2 {
    width: 56px !important;
    height: 56px !important;
  }
  .code-embed-9 {
    display: flex;
  }
  .div-block-29 {
    left: 50%;
    transform: translate(-50%);
  }
  .image-39, .image-40, .image-41 {
    display: inline-block;
  }
  .code-embed-13 {
    display: block;
  }
  .code-embed-14 {
    display: none;
  }
}

#w-node-_052aae49-6e44-d277-d882-c5b75bf78257-4ce4777b, #w-node-_045cd6bf-813d-d5ba-ee59-65846ab5b672-4ce4777b, #w-node-_4bf71ac8-faf0-22ac-7968-cfb835dc3878-4ce4777b, #w-node-_49280c14-c53a-a33a-363c-918713bcd503-4ce4777b, #w-node-f7ea9e85-041a-890b-8a56-f96a0fe1206f-4ce4777b, #w-node-_3aa9b890-a96c-d8c6-3cfa-f99c9d5e8a53-58659342, #w-node-_3aa9b890-a96c-d8c6-3cfa-f99c9d5e8a76-58659342, #w-node-_3aa9b890-a96c-d8c6-3cfa-f99c9d5e8a99-58659342, #w-node-_3aa9b890-a96c-d8c6-3cfa-f99c9d5e8abc-58659342, #w-node-_3aa9b890-a96c-d8c6-3cfa-f99c9d5e8adf-58659342, #w-node-da681f62-2440-9c36-cc93-79149ba3b97a-0d688e88, #w-node-_8f5827cb-2a36-796f-cf6a-ce026f7e98ec-0d688e88, #w-node-_4ad98f1a-f2dd-a191-34a6-acf6a2e41b76-0d688e88, #w-node-_7e140a65-bf50-656d-ecc3-c54016df35a1-0d688e88, #w-node-f209d9f2-68c2-e0f5-5087-4151bcacc007-0d688e88 {
  grid-column: span 2 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_9e52e367-ecfe-1ebb-c1a2-9730fa0c307a-029d56f5 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4e882364-181a-e989-5378-409f7799f222-a7cee3a7, #w-node-_4e882364-181a-e989-5378-409f7799f25a-a7cee3a7, #w-node-bec28f21-5ec7-238a-8788-08f6eb0883b9-a7cee3a7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}
