.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #3b79c3;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0.5em;
  font-size: 2em;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0.25em;
  font-size: 1.75em;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 0px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0.25em;
  font-size: 1.375em;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0px;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0.25em;
  font-size: 1.125em;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0px;
}

h5 {
  margin-top: 0px;
  margin-bottom: 0.25em;
  font-size: 1em;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0px;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0.25em;
  font-size: 0.85em;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0px;
}

p {
  margin-top: 0px;
  margin-bottom: 1em;
}

a {
  color: #fff;
  text-decoration: none;
}

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

strong {
  font-weight: 600;
}

blockquote {
  margin-bottom: 10px;
  margin-left: -2.5vw;
  padding: 2.5vw 0px 2.5vw 2.5vw;
  border-left: 5px solid #e2e2e2;
  font-size: 1.75em;
  line-height: 1.2;
}

.body {
  overflow: hidden;
  background-color: #0d0d11;
  font-family: Blinker;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}

.hightlight-video {
  display: block;
  width: 100%;
  margin-top: 4rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-hero {
  position: relative;
  z-index: 10;
  margin-bottom: 0px;
  font-family: Rosseta;
  font-size: 16vw;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.style-guide-row {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 4em;
  grid-row-gap: 2em;
  -ms-grid-columns: 0.33fr 1fr;
  grid-template-columns: 0.33fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.style-guide-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 128px;
  padding: 2em;
  background-color: hsla(0, 0%, 62%, 0.1);
}

.style-guide-list-item {
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 0px;
  grid-row-gap: 2em;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100em;
  background-color: rgba(129, 129, 139, 0.25);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: Inter;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.button:hover {
  background-color: rgba(129, 129, 139, 0.4);
}

.style-guide-paragraph {
  line-height: 1.5;
}

.style-guide-column {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.icon {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.icon.next {
  position: absolute;
  right: -2.5vw;
  width: 5vw;
  height: 5vw;
}

.text-large {
  position: relative;
  z-index: 6;
  max-width: 48vw;
  margin-bottom: 0.25em;
  font-size: 2.5vw;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 0px;
}

.text-small {
  font-size: 0.75em;
}

.text-small h1 {
  font-size: 18px;
  letter-spacing: 0em;
}

.text-small h2 {
  font-size: 16px;
  letter-spacing: 0em;
}

.text-field {
  height: 5vw;
  min-height: 60px;
  margin-bottom: 0px;
  padding: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 rgba(129, 129, 139, 0.25);
  background-color: transparent;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  color: #81818b;
  font-size: 1.25em;
  font-weight: 300;
  letter-spacing: 0px;
}

.text-field:hover {
  border-bottom-color: rgba(129, 129, 139, 0.4);
}

.text-field:focus {
  border-bottom-color: rgba(129, 129, 139, 0.4);
}

.text-field::-webkit-input-placeholder {
  color: rgba(129, 129, 139, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(129, 129, 139, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(129, 129, 139, 0.4);
}

.text-field::placeholder {
  color: rgba(129, 129, 139, 0.4);
}

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

.textarea {
  min-height: 20vh;
  margin-bottom: 0px;
}

.field-label {
  padding-left: 3px;
  font-weight: 600;
}

.success {
  padding: 10px;
  border-radius: 0.25em;
  background-color: hsla(0, 0%, 62%, 0.1);
}

.error {
  background-color: rgba(129, 129, 139, 0.25);
}

.checkbox-switch {
  width: 36px;
  height: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  border: 1px none #000;
  border-radius: 32px;
  background-color: rgba(129, 129, 139, 0.25);
  background-image: url('../images/checkbox-switch-handle.svg');
  background-position: 18% 50%;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease, background-position 300ms ease;
  transition: background-color 300ms ease, background-position 300ms ease;
  cursor: pointer;
}

.checkbox-switch.w--redirected-checked {
  border-style: none;
  background-color: #0071e3;
  background-image: url('../images/checkbox-switch-handle.svg');
  background-position: 82% 50%;
  background-size: 12px 12px;
}

.checkbox-switch.w--redirected-focus {
  box-shadow: none;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-label {
  margin-bottom: 0px;
  margin-left: 6px;
  line-height: 1.25;
  font-weight: 300;
}

.checkbox {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-left: 0px;
  border-style: none;
  background-color: rgba(129, 129, 139, 0.25);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.checkbox.w--redirected-checked {
  background-color: #0071e3;
  background-size: 12px;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.radio-button {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  border-style: none;
  background-color: rgba(129, 129, 139, 0.25);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.radio-button.w--redirected-checked {
  border-style: solid;
  border-width: 6px;
  border-color: #0071e3;
  background-color: #fff;
}

.radio-button.w--redirected-focus {
  box-shadow: none;
}

.label {
  position: relative;
  z-index: 5;
}

.label.line-height {
  padding-top: 0.2em;
  line-height: 0.85;
}

.display-none {
  display: none;
}

.image-wrapper {
  position: relative;
  z-index: 5;
  display: block;
  overflow: hidden;
  width: auto;
  height: 370px;
  min-height: auto;
  margin-top: 0%;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 1.5rem;
  background-color: #272727;
}

.bg-gray-3 {
  position: relative;
  background-color: rgba(129, 129, 139, 0.25);
}

.bg-white {
  position: relative;
  background-color: #fff;
  color: #0d0d11;
}

.bg-gray-1 {
  position: relative;
  background-color: rgba(129, 129, 139, 0.05);
}

.bg-gray-2 {
  position: relative;
  background-color: rgba(129, 129, 139, 0.1);
}

.bg-gray {
  position: relative;
  background-color: rgba(129, 129, 139, 0.9);
  color: #fff;
}

.style-color-title {
  position: absolute;
  left: 8px;
  top: 8px;
  right: auto;
  bottom: auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 10px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.bg-black {
  position: relative;
  background-color: #0d0d11;
  color: #fff;
}

.bg-accent {
  position: relative;
  background-color: #0071e3;
  color: #fff;
}

.wrap-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.utility-heading {
  margin-bottom: 0.125em;
  padding-top: 0.25em;
  font-family: Rosseta;
  font-size: 8em;
  line-height: 0.8;
  font-weight: 400;
  text-transform: uppercase;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2.5vw;
  padding-left: 2.5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio-button-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0d0d11;
}

.preloader.light {
  background-color: #fff;
}

.preloader-image {
  width: 10vw;
  height: 10vw;
}

.text-extra-large {
  font-family: Blinker;
  font-size: 4vw;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.hero-portrait-image {
  position: absolute;
  right: 10vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25vw;
}

.hero-portrait-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 98vh;
  padding: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 200px;
  perspective: 200px;
}

.hero-portrait-title {
  position: absolute;
  left: 5vw;
  top: auto;
  right: 5vw;
  bottom: auto;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.perspective {
  position: relative;
  z-index: 10;
  -webkit-perspective: 800px;
  perspective: 800px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
}

.hero-portrait-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Inter;
  font-size: 5vw;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.dark-mode {
  background-color: #0d0d11;
  color: #fff;
}

.overflow-hidden {
  position: relative;
  overflow: hidden;
}

.overflow-hidden.margin {
  margin-bottom: -2.5vw;
}

.navbar {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 15vh;
  padding: 16px 2.5vw;
  background-color: transparent;
}

.navbar.demo-1 {
  position: fixed;
}

.navbar.demo-2 {
  position: fixed;
  top: 0%;
  min-height: auto;
  padding-top: 2.5vh;
  padding-bottom: 2.5vh;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.navbar.demo-3 {
  position: fixed;
  min-height: auto;
  padding-top: 2.5vh;
  padding-bottom: 2.5vh;
  font-family: Inter;
  font-size: 0.75em;
  font-weight: 500;
}

.navbar-1-grid {
  width: 100%;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  -ms-grid-columns: 1fr auto 1fr;
  grid-template-columns: 1fr auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.navbar-1-controls {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  justify-items: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.navbar-1-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0d0d11;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(129, 129, 139, 0.05)), to(rgba(129, 129, 139, 0.05)));
  background-image: linear-gradient(180deg, rgba(129, 129, 139, 0.05), rgba(129, 129, 139, 0.05));
}

.hero-portrait-scrolling-wrapper {
  position: absolute;
  left: 30vw;
  top: auto;
  right: 30vw;
  bottom: 5vw;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-caption {
  font-family: Blinker;
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.text-caption.line-height {
  line-height: 1.4;
}

.text-caption.text-grey {
  color: rgba(129, 129, 139, 0.9);
  font-size: 1.25rem;
  font-weight: 200;
}

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

.hero-2-scrolling-section {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding-top: 20vh;
  padding-bottom: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.scrolling-loop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.scrolling-loop.margin {
  margin-bottom: -2.5vw;
}

.scrolling-loop-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.hero-2-scrolling-text {
  margin-right: 0.05em;
  margin-left: 0.05em;
  font-family: Rosseta;
  font-size: 20vw;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.hero-portrait-scrolling {
  position: static;
  bottom: 5vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 21vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.75em;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.hero-2-section {
  position: relative;
  width: 100%;
  height: 250vh;
}

.gallery-1-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  margin-top: -100vh;
  padding-right: 5vw;
  padding-left: 55%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 200px;
  perspective: 200px;
  -webkit-perspective-origin: 100% 100%;
  perspective-origin: 100% 100%;
}

.hero-2-text {
  position: relative;
  z-index: 5;
  display: none;
  width: 100%;
  max-width: 60vw;
  padding-left: 2.5vw;
}

.gallery-1-grid {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.gallery-1-row {
  position: relative;
  z-index: 10;
  margin-right: 2.5vw;
  margin-left: 2.5vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.gallery-1-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-cover {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-cover.hide {
  display: none;
}

.image-wrapper-delete {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 0.5em;
}

.footer-1 {
  position: relative;
  width: 100%;
  padding: 5vw 2.5vw;
  grid-column-gap: 10vw;
  grid-row-gap: 2.5vw;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-family: Inter;
  font-size: 0.75em;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.footer-1-info {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 5vw;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link {
  position: relative;
  overflow: hidden;
  color: #fff;
}

.link.menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link.about-1-contact-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.logo-contain {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer-1-social-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-1-social-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1.5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-1-brand {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer-1-social-link-hover {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 250%;
  height: 250%;
  border-radius: 100%;
}

.footer-1-social-link-hover.twitter {
  background-color: #1da1f2;
}

.footer-1-social-link-hover.dribbble {
  background-color: #ea4c89;
}

.footer-1-social-link-hover.behance {
  background-color: #1769ff;
}

.footer-1-social-link-hover.instagram {
  background-image: linear-gradient(135deg, #405de6, #5b51d8 11%, #833ab4 25%, #c13584 39%, #e1306c 51%, #fd1d1d 63%, #f56040 74%, #f77737 85%, #fcaf45 94%, #ffdc80);
}

.footer-1-social-link-hover.webflow {
  background-color: #4253ff;
}

.footer-1-meta {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-1-copyright-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-1-copyright-text {
  position: relative;
  margin-right: 7px;
}

.dark-mode-icon {
  position: relative;
  z-index: 5;
  display: none;
  width: 40px;
  height: 40px;
  padding: 8px;
}

.dark-mode-icon.dark-opacity {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  opacity: 0;
}

.dark-mode-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-color: rgba(129, 129, 139, 0.25);
}

.dark-mode-relative {
  position: relative;
  z-index: 5;
}

.dark-mode-hover-holder {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 51px;
  height: 28px;
  border-radius: 100px;
  background-color: #0d0d11;
}

.dark-mode-button {
  position: fixed;
  left: auto;
  top: auto;
  right: 12px;
  bottom: 12px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 51px;
  height: 28px;
  padding: 0px 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dark-mode-switch {
  position: absolute;
  left: 2px;
  z-index: 1;
  width: 24px;
  height: 24px;
  border-radius: 100px;
  background-color: rgba(129, 129, 139, 0.6);
}

.icon-absolute {
  position: relative;
  z-index: 5;
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer-2 {
  min-height: 100vh;
  padding: 20vh 2.5vw 5vw;
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.footer-2-introduction {
  max-width: 50vw;
  font-size: 2vw;
  line-height: 1.25;
  letter-spacing: 0px;
}

.footer-2-thumbnail-grid {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-2-thumbnail {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 20vw;
  height: 20vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0d0d11;
  text-align: center;
  letter-spacing: 0px;
}

.footer-2-thumbnail-text {
  position: relative;
  z-index: 5;
  padding-top: 0.25em;
  font-family: Rosseta;
  color: #fff;
  font-size: 3.5vw;
  line-height: 0.8;
  font-weight: 400;
  letter-spacing: 0px;
}

.image-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer-2-contact {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  -ms-grid-columns: 1fr 1fr 2fr;
  grid-template-columns: 1fr 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-2-contact-item {
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-2-meta {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  justify-items: end;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  -webkit-align-content: end;
  -ms-flex-line-pack: end;
  align-content: end;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-size: 0.75em;
  line-height: 24px;
}

.align-horizontal-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-horizontal-center.mb-1 {
  margin-bottom: 1rem;
}

.align-horizontal-center.mb--0-25 {
  margin-top: 0rem;
  margin-bottom: 0.25rem;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-transform: uppercase;
}

.align-horizontal-center.mb--0-25.ml {
  margin-right: auto;
  margin-bottom: 0rem;
  margin-left: auto;
}

.align-horizontal-center.mb--0-25.mk-1 {
  margin-right: auto;
  margin-bottom: 0rem;
  margin-left: auto;
}

.align-horizontal-center.mb--0-25.mk-1.mb-1 {
  margin-bottom: 0.5rem;
}

.align-horizontal-center.ml-2 {
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.align-horizontal-center.mt--15 {
  margin-right: auto;
  margin-left: auto;
}

.align-horizontal-center.mt--15.mb-0-5 {
  margin-bottom: 0.5rem;
}

.underline {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.align-vertical-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.display-inline {
  display: inline;
}

.content-section {
  position: relative;
  display: block;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 10vh 0px;
  background-color: transparent;
}

.content-section.align-vertical-center {
  margin-bottom: 0px;
  padding-bottom: 10vh;
}

.content-section.align-vertical-center.mb-10 {
  margin-bottom: 10rem;
}

.content-section.padding-bottom-zero {
  position: static;
  display: block;
  height: 75vh;
}

.content-section.more-space {
  padding-top: 35vh;
}

.content-section.medium-space {
  padding-top: 20vh;
}

.content-section.mt-8 {
  margin-top: 8rem;
}

.legal-info {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.legal-contact-links {
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.legal-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70vw;
  height: 40vw;
  margin-top: 2.5vw;
  margin-bottom: 2.5vw;
}

.legal-text {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  -ms-grid-columns: 22.5vw 40vw 22.5vw;
  grid-template-columns: 22.5vw 40vw 22.5vw;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.accordion-item {
  position: relative;
  z-index: 5;
  overflow: hidden;
  width: 100%;
  padding-top: 2.5vw;
  padding-bottom: 2.5vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 2px solid rgba(129, 129, 139, 0.25);
  cursor: pointer;
}

.accordion-trigger {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-size: 2vw;
  line-height: 1.2;
  cursor: pointer;
}

.accordion-expand-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4vw;
  height: 4vw;
  max-height: 54px;
  max-width: 54px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: rgba(129, 129, 139, 0.25);
}

.accordion-content {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-left: 10vw;
  text-align: left;
}

.accordion-text {
  margin-top: 16px;
  font-size: 1.125em;
}

.accordion-expand-minus {
  width: 1.6vw;
  height: 2px;
  max-width: 24px;
  background-color: #0d0d11;
}

.accordion-expand-plus {
  position: absolute;
  width: 2px;
  height: 1.6vw;
  max-height: 24px;
  background-color: #0d0d11;
}

.accordion-title {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 10vw 1fr;
  grid-template-columns: 10vw 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.accordion-title-number {
  font-size: 5vw;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0px;
}

.accordion {
  border-bottom: 2px solid rgba(129, 129, 139, 0.25);
}

.text-medium {
  position: relative;
  z-index: 6;
  max-width: 100ch;
  font-family: Inter;
  font-size: 1.375em;
  line-height: 1.4;
  letter-spacing: -0.02em;
}

.teaser-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  margin-top: 1.25vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6vw;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
}

.margin-top-medium {
  margin-top: 5vw;
}

.margin-top-large {
  margin-top: 10vw;
}

.margin-top-small {
  margin-top: 2.5vw;
}

.margin-top-mini {
  margin-top: 1.25vw;
}

.link-circle-button {
  position: absolute;
  left: 1.25vw;
  top: auto;
  right: auto;
  bottom: 1.25vw;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 5vw;
  height: 5vw;
  padding-top: 1.5vw;
  padding-bottom: 1.5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: transparent;
}

.gallery-instagram {
  padding: 4rem 7.5vw 5vw;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  -ms-grid-columns: 1fr 1fr 1.5fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1.5fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.gallery-3-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery-3-wrapper {
  position: relative;
  z-index: 5;
  overflow: hidden;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.work-2-thumbnail {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: hsla(0, 0%, 62%, 0.3);
}

.margin-side {
  margin-right: 0.125em;
  margin-left: 0.125em;
}

.square-slider-slide {
  width: 100%;
  height: 100%;
  margin-right: 5vw;
}

.square-slider-next {
  left: auto;
  top: 0px;
  right: -20vw;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15vw;
  height: 15vw;
  padding-bottom: 1vw;
  padding-left: 1vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 0.25em;
  font-size: 12px;
}

.button-icon {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.slider-hidden-arrow-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: none;
}

.title-work-image-wrap {
  position: fixed;
  left: -20vw;
  top: -20vw;
  right: auto;
  bottom: auto;
  z-index: -50;
  display: none;
  overflow: hidden;
  width: 40vw;
  height: 40vw;
}

.title-work-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.title-work-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sticky-gallery-image {
  position: -webkit-sticky;
  position: sticky;
  bottom: 25vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sticky-gallery-image._1 {
  z-index: 1;
}

.sticky-gallery-image._2 {
  z-index: 2;
}

.sticky-gallery-image._3 {
  z-index: 3;
}

.sticky-gallery-image._4 {
  z-index: 4;
}

.image-contain {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.sticky-gallery-image-shift {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50vh;
  height: 50vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sticky-gallery-image-shift._3 {
  left: -5vw;
  bottom: -10vh;
}

.sticky-gallery-image-shift._1 {
  left: -10vw;
}

.sticky-gallery-image-shift._2 {
  right: -15vw;
  bottom: -15vh;
}

.sticky-gallery-image-shift._4 {
  bottom: -5vh;
}

.sticky-gallery-images {
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-left: auto;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.twitter {
  background-color: #1da1f2;
}

.dribbble {
  background-color: #ea4c89;
}

.behance {
  background-color: #1769ff;
}

.instagram {
  background-image: url('../images/instagram.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.align-vertical-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-align: center;
}

.footer-3 {
  min-height: 75vh;
  padding: 20vh 5vw 15vh;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
  font-family: Inter;
  text-align: center;
}

.footer-3-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.75em;
  font-weight: 400;
  text-transform: uppercase;
}

.footer-3-brand-grid {
  width: 100%;
  justify-items: center;
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-3-brand-title {
  display: none;
  margin-bottom: 1vw;
  padding-top: 0.2em;
  font-family: Rosseta;
  font-size: 20vw;
  line-height: 0.6;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.footer-3-powered {
  width: 100%;
  margin-right: auto;
  margin-bottom: 1vw;
  margin-left: auto;
  padding-top: 0.2em;
  font-family: Rosseta;
  font-size: 4vw;
  line-height: 0.6;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.footer-3-social-grid {
  justify-items: center;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 0.5vw;
  grid-row-gap: 0.5vw;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-3-inner-grid {
  justify-items: center;
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: center;
}

.footer-3-meta-links {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-row-gap: 10px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.service-list-item {
  padding-bottom: 1vw;
  border-bottom: 1px solid rgba(129, 129, 139, 0.25);
  line-height: 1.2;
}

.service-grid-2x-list-small {
  padding-top: 1vw;
  grid-column-gap: 5vw;
  grid-row-gap: 0vw;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 2px solid rgba(129, 129, 139, 0.25);
}

.service-list-2x-items {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-indent {
  text-indent: 15vw;
}

.text-work-grid {
  display: -ms-grid;
  display: grid;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10vh;
  padding-bottom: 10vh;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0vw;
  grid-row-gap: 5vw;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 2px none hsla(0, 0%, 62%, 0.3);
  text-align: center;
}

.text-work-title {
  position: relative;
  z-index: 5;
  margin-top: 1vw;
  margin-bottom: -0.1em;
  font-family: Rosseta;
  font-size: 10vw;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.text-work-title.caption {
  padding: 0em;
  font-family: Inter;
  color: rgba(129, 129, 139, 0.9);
  font-size: 0.75em;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.text-work-title.caption.work {
  display: inline-block;
  margin-left: 5vw;
  padding: 0px;
  color: #fff;
}

.text-work-title.caption.work.link {
  margin-bottom: 2rem;
  margin-left: 0vw;
  font-family: Roboto, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.text-work-title.detail {
  margin-top: 0vw;
  margin-bottom: 0.5rem;
  font-family: Oscine, sans-serif;
  font-size: 3.5rem;
  line-height: 103%;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
}

.text-work-title.next {
  font-family: Blinker;
  font-size: 7vw;
  text-transform: capitalize;
}

.text-work-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: -0.02em;
}

.text-work-link.link {
  overflow: visible;
}

.service-list-small-text {
  font-family: Inter;
  font-size: 10px;
  font-weight: 400;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.padding-top-less {
  padding-top: 5vw;
}

.padding-top-zero {
  padding-top: 0px;
}

.content-side-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding-right: 2.5vw;
  padding-left: 2.5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-min-height {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-height: 85vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-portrait-surname {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Rosseta;
  font-size: 24vw;
  line-height: 0.6;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.brand {
  width: 56px;
  padding: 0px;
}

.button-circle-filled {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 5vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15vw;
  height: 15vw;
  padding: 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fff;
  font-family: Rosseta;
  color: #0d0d11;
  font-size: 2em;
  line-height: 0.9;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
}

.title-work-bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -51;
  display: none;
  width: 100vw;
  height: 100vh;
}

.text-indent-small {
  text-indent: 5vw;
}

.grid-paragraph {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.service-grid-1x-list {
  padding-top: 1vw;
  grid-column-gap: 5vw;
  grid-row-gap: 1vw;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 2px solid rgba(129, 129, 139, 0.25);
  line-height: 1.2;
}

.content-1st-section {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25vh 2.5vw 10vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.padding-bottom-zero {
  padding-bottom: 0px;
}

.side-grid {
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 5vw;
  grid-row-gap: 10vw;
  -ms-grid-columns: 30vw 1fr;
  grid-template-columns: 30vw 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sticky-side-column {
  position: -webkit-sticky;
  position: sticky;
  bottom: 5vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sticky-side-column.intro {
  height: 90vh;
}

.cms {
  width: 100%;
}

.cms.underlined {
  border-bottom: 1px solid rgba(129, 129, 139, 0.25);
}

.cms-list-post {
  grid-auto-columns: 1fr;
  grid-column-gap: 2.5vw;
  grid-row-gap: 5vw;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 5vw;
  column-gap: 5vw;
}

.post-link-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1vw;
  margin-bottom: 0.25vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Inter;
  color: rgba(129, 129, 139, 0.9);
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.collection-item {
  display: inline-block;
}

.post-link {
  overflow: visible;
  margin-bottom: 5vw;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading-3 {
  font-family: Inter;
  font-size: 1.6vw;
  font-weight: 400;
  letter-spacing: 0px;
}

.post-link-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 1.25vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-link-circle {
  width: 12px;
  height: 12px;
  margin-right: 1vw;
  border-radius: 100%;
  background-color: rgba(129, 129, 139, 0.9);
}

.post-link-cta-text {
  font-family: Inter;
  color: rgba(129, 129, 139, 0.9);
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}

.scrolling-loop-section {
  position: relative;
  overflow: hidden;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.scrolling-loop-section.more-space {
  padding-top: 35vh;
}

.about-2-grid {
  padding-right: 7.5vw;
  padding-left: 7.5vw;
  grid-column-gap: 5vw;
  grid-row-gap: 0vw;
  -ms-grid-columns: 33% 1fr;
  grid-template-columns: 33% 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-2-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-2-images {
  position: relative;
  width: 25vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.about-2-image-2 {
  position: absolute;
  right: -2.5vh;
  bottom: -2.5vh;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.about-2-image-2:hover {
  z-index: 5;
}

.about-2-image-1 {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding-top: 5vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.about-2-image-1:hover {
  z-index: 4;
}

.about-2-clients {
  padding-top: 7.5vh;
}

.list-small {
  grid-column-gap: 5vw;
  grid-row-gap: 4px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-size: 0.875em;
  line-height: 1.25;
  letter-spacing: 0px;
}

.about-2-clients-grid {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.list-item-small-underline {
  padding-bottom: 4px;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid rgba(129, 129, 139, 0.25);
}

.about-2-experience {
  position: relative;
  padding-top: 5vw;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.about-2-contact-grid {
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-transform: uppercase;
}

.about-2-contact-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-1-scrolling-section {
  position: relative;
  overflow: hidden;
  margin-bottom: -2.5vw;
}

.light-mode {
  background-color: #fff;
  color: #0d0d11;
}

.moving-post {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(129, 129, 139, 0.25);
  color: rgba(129, 129, 139, 0.4);
  font-size: 2em;
  letter-spacing: 0px;
}

.moving-post-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0vw;
  padding-right: 2.5vw;
  padding-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Blinker;
  font-size: 1rem;
  line-height: 1;
  font-weight: 200;
  text-transform: uppercase;
}

.moving-post-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.news-ticker {
  display: none;
  padding-top: 2.5vw;
  padding-bottom: 2.5vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Rosseta;
  line-height: 1;
  letter-spacing: 0px;
  white-space: nowrap;
}

.content-container {
  width: 100%;
  height: auto;
  padding-right: 7.5vw;
  padding-left: 7.5vw;
}

.moving-post-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2.5vw;
  padding-bottom: 2.5vw;
}

.text-indent-large {
  text-indent: 35vw;
}

.navbar-3-grid {
  width: 100%;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 35vw 1fr;
  grid-template-columns: 35vw 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-menu-3-grid {
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.menu-button-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 72px;
  height: 72px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.menu-button-1:hover {
  background-color: rgba(129, 129, 139, 0.4);
}

.menu-button-1.w--open {
  background-color: rgba(129, 129, 139, 0.25);
}

.title-3 {
  margin-bottom: -0.1em;
  padding-top: 0.1em;
  font-size: 6vw;
  line-height: 0.8;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0em;
}

.demo-3-main-grid {
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  -ms-grid-columns: 5vw 17.5vw 17.5vw 1fr;
  grid-template-columns: 5vw 17.5vw 17.5vw 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.demo-3-main-grid._1st-content {
  margin-top: 25vh;
}

.grid-mini-paragraph {
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link-column {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 0.5vw;
  padding-bottom: 0.5vw;
}

.caption-spacing {
  margin-top: 1vw;
}

.link-column-underline {
  position: absolute;
  left: 27.5vw;
  top: auto;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  height: 1px;
}

.link-column-underline-wrap {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 1px;
  background-color: rgba(129, 129, 139, 0.25);
}

.button-standard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2vw 4vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  box-shadow: inset 0 0 0 2px hsla(0, 0%, 62%, 0.1);
  -webkit-transition: box-shadow 500ms ease;
  transition: box-shadow 500ms ease;
  font-size: 1.75em;
  text-align: center;
}

.button-standard:hover {
  box-shadow: inset 0 0 0 4px hsla(0, 0%, 62%, 0.1);
}

.blog-1-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1px;
  grid-row-gap: 5vw;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-1-slide {
  width: 100%;
  height: 30vw;
  padding: 5vw;
  background-color: rgba(129, 129, 139, 0.1);
}

.about-1-title-grid {
  margin-top: 10vh;
  grid-column-gap: 5vw;
  grid-row-gap: 0vw;
  -ms-grid-columns: 1fr 1fr 22.5vw;
  grid-template-columns: 1fr 1fr 22.5vw;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-hero-2 {
  position: relative;
  z-index: 10;
  margin-bottom: -0.2em;
  font-family: Rosseta;
  font-size: 16vw;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.heading-hero-2.load-rotated-1st {
  position: relative;
  margin-bottom: 0em;
  font-family: Blinker;
  color: #fff;
  font-size: 5rem;
  font-weight: 200;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.heading-hero-2.load-rotated-1st.bold {
  font-weight: 400;
  letter-spacing: 0.05em;
}

.heading-hero-2.load-rotated-1st.bold.large-gap {
  letter-spacing: 0.5em;
}

.heading-hero-2.load-rotated-2nd {
  margin-bottom: 0em;
  font-family: Blinker;
  color: #fff;
  font-size: 5rem;
  font-weight: 200;
  letter-spacing: -0.03em;
  text-transform: none;
}

.heading-hero-2.load-rotated-2nd.space-letter {
  letter-spacing: 0.3em;
}

.heading-hero-2.load-rotated-2nd.bold {
  font-weight: 400;
  letter-spacing: 0.05em;
}

.heading-hero-2.load-rotated-2nd.bold.large-gap {
  letter-spacing: 0.5em;
}

.heading-hero-2.load-rotated-3rd {
  margin-bottom: 0em;
  font-family: Blinker;
  color: #fff;
  font-size: 5rem;
  font-weight: 200;
  letter-spacing: -0.02em;
  text-transform: none;
}

.heading-hero-2.load-rotated-3rd.spece-letter-2 {
  color: #fff;
  font-size: 9rem;
  font-weight: 200;
  letter-spacing: -0.05em;
  text-transform: none;
}

.heading-hero-2.load-rotated-3rd.letter-gap--0-1 {
  letter-spacing: -0.1em;
}

.heading-hero-2.load-rotated-3rd.bold {
  font-weight: 400;
  letter-spacing: 0.05em;
}

.heading-hero-2.load-rotated-3rd.bold.large-gap {
  letter-spacing: 0.5em;
}

.heading-hero-2.load-rotated-4th {
  margin-bottom: 0em;
  font-family: Blinker;
  color: #fff;
  font-size: 5rem;
  font-weight: 200;
  letter-spacing: -0.03em;
  text-transform: none;
}

.heading-hero-2.load-rotated-4th.spece-letter-0-05 {
  font-size: 9rem;
  font-weight: 200;
  letter-spacing: -0.05em;
  text-transform: none;
}

.heading-hero-2.load-rotated-4th.letter-space-gap {
  letter-spacing: 0.1em;
}

.heading-hero-2.load-rotated-4th.bold {
  font-weight: 400;
  letter-spacing: 0.05em;
}

.heading-hero-2.load-rotated-4th.bold.large-gap {
  letter-spacing: 0.5em;
}

.heading-hero-2.load-rotated-5th {
  margin-bottom: 0em;
  font-family: Blinker;
  color: #fff;
  font-size: 5rem;
  font-weight: 200;
  letter-spacing: -0.03em;
  text-transform: none;
}

.heading-hero-2.load-rotated-5th.space-letter {
  font-size: 9rem;
  letter-spacing: -0.05em;
  text-transform: none;
}

.heading-hero-2.load-rotated-5th.letter-space-gap {
  margin-bottom: 0em;
  font-size: 5rem;
  letter-spacing: 0.1em;
}

.heading-hero-2.load-rotated-5th.bold {
  font-weight: 400;
  letter-spacing: 0.05em;
}

.heading-hero-2.load-rotated-5th.bold.large-gap {
  letter-spacing: 0.5em;
}

.heading-hero-2.load-rotated-6th {
  margin-bottom: 0em;
  font-family: Blinker;
  color: #fff;
  font-size: 5rem;
  font-weight: 200;
  letter-spacing: -0.03em;
  text-transform: none;
}

.heading-hero-2.load-rotated-6th.last {
  font-size: 9rem;
  font-weight: 200;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.heading-hero-2.load-rotated-6th.bold {
  font-weight: 400;
  letter-spacing: 0.05em;
}

.heading-hero-2.load-rotated-6th.bold.large-gap {
  letter-spacing: 0.5em;
}

.heading-hero-2.load-rotated-6th.letter-space-gap {
  letter-spacing: 0.1em;
}

.heading-hero-2.load-rotated-7th {
  margin-bottom: 0em;
  font-family: Blinker;
  color: #fff;
  font-size: 5rem;
  font-weight: 200;
  letter-spacing: -0.03em;
  text-transform: none;
}

.heading-hero-2.load-rotated-7th.space-letter {
  letter-spacing: 0.3em;
}

.heading-hero-2.load-rotated-7th.spece-letter-y {
  font-size: 4vw;
  letter-spacing: -0.07em;
  text-transform: none;
}

.heading-hero-2.load-rotated-7th.bold {
  font-weight: 400;
  letter-spacing: 0em;
}

.heading-hero-2.load-rotated-8th {
  margin-bottom: 0em;
  font-family: Blinker;
  color: #fff;
  font-size: 5rem;
  font-weight: 200;
  letter-spacing: -0.03em;
  text-transform: none;
}

.heading-hero-2.load-rotated-8th.bold {
  font-weight: 400;
  letter-spacing: 0em;
}

.heading-hero-2.load-rotated-8th.letter-space-gap {
  letter-spacing: 0.1em;
}

.heading-hero-2.load-rotated-9th {
  margin-bottom: 0em;
  font-family: Blinker;
  color: #fff;
  font-size: 5rem;
  font-weight: 200;
  letter-spacing: -0.03em;
  text-transform: none;
}

.heading-hero-2.load-rotated-9th.letter-gap-0 {
  margin-bottom: 0em;
  font-size: 7rem;
  letter-spacing: 0em;
}

.heading-hero-2.load-rotated-9th.bold {
  font-weight: 400;
  letter-spacing: 0em;
}

.heading-hero-2.load-rotated-9th.m-txt.t-letter-space {
  letter-spacing: 0.02em;
}

.heading-hero-2.load-rotated-10th {
  margin-bottom: 0em;
  font-family: Blinker;
  color: #fff;
  font-size: 5rem;
  font-weight: 200;
  letter-spacing: -0.03em;
  text-transform: none;
}

.heading-hero-2.load-rotated-10th.last-letter {
  letter-spacing: 0em;
}

.heading-hero-2.load-rotated-10th.bold {
  font-weight: 400;
  letter-spacing: 0em;
}

.heading-hero-2.load-rotated-11th {
  margin-bottom: 0em;
  font-family: Blinker;
  font-size: 5rem;
  font-weight: 200;
  letter-spacing: -0.03em;
  text-transform: none;
}

.heading-hero-2.load-rotated-11th.bold {
  font-weight: 400;
  letter-spacing: 0em;
}

.about-1-title-description {
  position: relative;
  overflow: hidden;
  padding-bottom: 1.125vw;
  padding-left: 0.75vw;
}

.contact-1-image-shift {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35vw;
  margin-top: -7vw;
}

.inline-holder {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  height: 1px;
}

.button-circle-outline {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25vw;
  height: 25vw;
  padding: 3vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Rosseta;
  font-size: 3em;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.button-circle-outline.link {
  overflow: visible;
}

.button-border-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.cms-works-1-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 450px;
  margin: 9rem 0px 0rem;
  padding-right: 0%;
  padding-bottom: 9rem;
  padding-left: 0vw;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1.75fr 1fr;
  grid-template-columns: 1.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: transparent;
}

.cms-works-1-item:nth-child(even) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0vw;
  margin-left: 0vw;
  padding-right: 0px;
  padding-left: 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.cms-works-1-item:last-child {
  padding-bottom: 0px;
}

.cms-works-1-image {
  position: relative;
  width: 60%;
  height: auto;
  min-height: auto;
  margin-top: -50px;
  -webkit-perspective: 800px;
  perspective: 800px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
}

.cms-works-1-title {
  z-index: 5;
  overflow: visible;
  width: 100%;
  margin-top: -5vw;
  margin-left: -10vw;
  text-align: left;
}

.cms-works-1-title.link {
  width: 100%;
  margin-top: 0vw;
  margin-left: 0vw;
  text-align: center;
}

.post-grid {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 10vw;
  grid-row-gap: 10vh;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.post-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.25vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(129, 129, 139, 0.25);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 0.75em;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.post-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 15vh;
}

.post-image {
  margin-top: 10vh;
  padding-bottom: 1em;
}

.navbar-grid-2 {
  width: 100%;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
  align-items: end;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 35vw 1fr;
  grid-template-columns: 35vw 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-menu-1-grid {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 15vh 10vw 10vh;
  grid-column-gap: 0vw;
  grid-row-gap: 2.5vw;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-menu-1-column {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.navbar-1-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 800px;
  perspective: 800px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  font-family: Inter;
  font-size: 5.5vw;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.navbar-1-link.font-alternative {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  padding-top: 0.25em;
  font-family: Wremena;
  font-size: 6vw;
  line-height: 0.7;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.navbar-1-link.meta {
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 0.75em;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0px;
}

.navbar-1-link-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-1-social {
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.navbar-1-location-icon {
  width: 1em;
  margin-right: 4px;
}

.nav-menu-1-row {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-1-row:hover {
  z-index: 2;
}

.nav-menu-1-image-wrap {
  position: absolute;
  left: auto;
  top: 15vh;
  right: 10vw;
  bottom: auto;
  overflow: hidden;
  width: 35vw;
  height: 65vh;
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
}

.navbar-1-image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.nav-menu-1-1st-image {
  position: absolute;
  left: auto;
  top: 15vh;
  right: 10vw;
  bottom: auto;
  z-index: 0;
  overflow: hidden;
  width: 35vw;
  height: 65vh;
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
}

.navbar-3-menu {
  line-height: 1.25;
  text-transform: uppercase;
}

.close-top {
  position: absolute;
  top: 31px;
  width: 24px;
  height: 2px;
  border-radius: 4px;
  background-color: #fff;
}

.close-bottom {
  position: absolute;
  top: 39px;
  width: 24px;
  height: 2px;
  border-radius: 4px;
  background-color: #fff;
}

.menu-button-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-button-3 {
  display: none;
  overflow: hidden;
  width: 72px;
  height: 72px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.menu-button-3:hover {
  background-color: hsla(0, 0%, 62%, 0.1);
}

.menu-button-3.w--open {
  background-color: hsla(0, 0%, 62%, 0.1);
}

.navbar-3-controls {
  display: -ms-grid;
  display: grid;
  width: 100%;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.form-block {
  width: 100%;
  margin-bottom: 0px;
}

.form-vertical {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.submit-button {
  position: absolute;
  right: 0px;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Inter;
  font-size: 0.75em;
  font-weight: 700;
  text-transform: uppercase;
}

.submit-button:hover {
  color: #0071e3;
}

.title-3-alternative {
  margin-bottom: -0.1em;
  padding-top: 0.1em;
  font-family: Blinker;
  font-size: 5.5vw;
  line-height: 0.8;
  font-weight: 400;
  text-align: left;
  letter-spacing: -0.03em;
}

.container-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 7.5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-xl-uppercase {
  font-size: 2em;
}

.demo-3-contact-grid {
  width: 100%;
  margin-top: 5vh;
  justify-items: start;
  grid-column-gap: 2.5vw;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.title-3-wrapper {
  position: relative;
  overflow: hidden;
  width: 52.5vw;
}

.sticky-contact {
  position: -webkit-sticky;
  position: sticky;
  bottom: 5vh;
}

.menu-button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 72px;
  height: 72px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.menu-button-2:hover {
  background-color: rgba(129, 129, 139, 0.4);
}

.menu-button-2.w--open {
  background-color: rgba(129, 129, 139, 0.25);
}

.navbar-2-controls {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  justify-items: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.navbar-2-menu {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0d0d11;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(129, 129, 139, 0.05)), to(rgba(129, 129, 139, 0.05)));
  background-image: linear-gradient(180deg, rgba(129, 129, 139, 0.05), rgba(129, 129, 139, 0.05));
  text-align: center;
}

.nav-menu-2-grid {
  width: 100%;
  height: 100%;
  padding: 15vh 5vw 5vh;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-flow: row;
  grid-auto-columns: auto;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  line-height: 1.25;
}

.navbar-2-item.scrolling {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.navbar-2-link-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: -0.2em;
  font-family: Rosseta;
  font-size: 8vw;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
}

.navbar-2-link-wrapper.about {
  max-width: 4.5ch;
}

.navbar-2-link-wrapper.works {
  max-width: 5ch;
}

.navbar-2-link-wrapper.blog {
  max-width: 3.5ch;
}

.navbar-2-link-wrapper.contact {
  max-width: 6ch;
}

.nav-menu-2-column {
  justify-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-1-social-grid {
  justify-items: center;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 0.5vw;
  grid-row-gap: 0.5vw;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-menu-2-meta {
  justify-items: center;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.navbar-2-social-grid {
  justify-items: center;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 0.5vw;
  grid-row-gap: 0.5vw;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-size: 0.75em;
  text-transform: uppercase;
}

.heading-post-next {
  position: relative;
  z-index: 6;
  margin-bottom: 2.5vw;
  font-size: 2.5vw;
  line-height: 0.9;
  font-weight: 400;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.heading-post-title {
  position: relative;
  z-index: 6;
  margin-bottom: 0px;
  font-size: 5vw;
  font-weight: 300;
  letter-spacing: 0em;
}

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

.footer-1-heading {
  position: relative;
  z-index: 10;
  margin-right: 0.125em;
  margin-bottom: 0px;
  margin-left: 0.125em;
  font-family: Rosseta;
  font-size: 16vw;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.title-work-bg-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: cover;
  opacity: 0.5;
  -webkit-filter: blur(75px);
  filter: blur(75px);
}

.utility-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5vh;
  padding-right: 2.5vw;
  padding-left: 2.5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.projects-template-1st-section {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 90vh;
  padding-top: 25vh;
  padding-right: 10vw;
  padding-left: 10vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.projects-template-image-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.projects-template-title {
  position: relative;
  z-index: 10;
  margin-top: 54px;
  margin-bottom: 10px;
  font-family: Blinker;
  font-size: 9vw;
  line-height: 0.9;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.projects-template-section {
  margin-top: 7vw;
  padding: 10vh 2.5vw;
}

.projects-template-intro-grid {
  margin-top: 10vh;
  grid-column-gap: 5vw;
  grid-row-gap: 10vh;
  -ms-grid-columns: auto 1fr 2fr;
  grid-template-columns: auto 1fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-xx-large {
  position: relative;
  z-index: 5;
  font-size: 5.5vw;
  line-height: 1.1;
  font-weight: 300;
  letter-spacing: 0px;
}

.about-grid-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2.5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-grid {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  -ms-grid-columns: 22.5vw 1fr;
  grid-template-columns: 22.5vw 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-grid-column {
  margin-top: 2.5vw;
  padding-right: 22.5vw;
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  -ms-grid-columns: 15vw 15vw 3fr;
  grid-template-columns: 15vw 15vw 3fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-grid-column-center {
  padding-right: 22.5vw;
}

.about-grid-inside {
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-transform: uppercase;
}

.link-vertical-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-grid-headline {
  position: relative;
  z-index: 10;
  margin-bottom: -0.2em;
  font-family: Rosseta;
  font-size: 20vw;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.title-3-small {
  font-family: Rosseta;
  font-size: 12vw;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0em;
  text-transform: uppercase;
}

.caption-grid {
  margin-bottom: 1.25vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 2.5vw 1fr;
  grid-template-columns: 2.5vw 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.caption-dot {
  width: 0.5em;
  height: 0.5em;
  border-radius: 100px;
  background-color: #fff;
}

.caption-dot.underline {
  position: static;
}

.cms-list-projects {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cms-list-projects-item {
  margin-right: 0.25em;
  margin-bottom: 0.5em;
  margin-left: 0.25em;
  font-size: 2.5vw;
  line-height: 1;
}

.content-list-grid {
  grid-column-gap: 0vw;
  grid-row-gap: 5vw;
  -ms-grid-columns: 22.5vw 1fr;
  grid-template-columns: 22.5vw 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bg-gray-4 {
  position: relative;
  background-color: rgba(129, 129, 139, 0.4);
}

.style-color-grid {
  min-height: 512px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-hero-section {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  padding: 10vh 2.5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.hero-title-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5vw;
  margin-bottom: 2.5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.square-image-hero {
  position: absolute;
  left: auto;
  top: -15vw;
  right: -12.5vw;
  bottom: auto;
  overflow: hidden;
  width: 25vw;
  height: 25vw;
}

.show-image-on-load {
  margin-bottom: 0px;
}

.show-on-load-1st {
  margin-bottom: 0px;
}

.show-on-load-2nd {
  margin-bottom: 0px;
}

.show-on-load-3rd {
  margin-bottom: 0px;
}

.show-on-load-4th {
  margin-bottom: 0px;
}

.show-on-load-5th {
  margin-bottom: 0px;
}

.small-square-image-hero {
  position: absolute;
  left: -20vw;
  top: auto;
  right: auto;
  bottom: 0%;
  overflow: hidden;
  width: 15vw;
  height: 15vw;
}

.about-grid-1 {
  padding-right: 20%;
  padding-left: 20%;
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-inside {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1vw;
  padding-right: 2.5vw;
  padding-bottom: 1vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.line-top {
  position: absolute;
  left: 2.5vw;
  top: 0%;
  right: 2.5vw;
  bottom: auto;
}

.line-top.underline {
  left: 0vw;
  right: 0vw;
  width: 100%;
  max-width: 1200px;
}

.line-bottom {
  position: absolute;
  left: 2.5vw;
  top: auto;
  right: 2.5vw;
  bottom: 0px;
}

.line-bottom.underline {
  left: 0vw;
  right: 0vw;
  width: 100%;
  max-width: 1200px;
}

.testimonial-wrap {
  position: relative;
  padding-right: 5vw;
  padding-left: 5vw;
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.testimonial-wrap.margin-top-medium {
  margin-top: 0vw;
  padding-right: 3vw;
  padding-left: 3vw;
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  background-color: transparent;
}

.testimonial-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-align: center;
}

.testimonial-image-wrap {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-top: 10px;
  margin-bottom: 25px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 800px;
  perspective: 800px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
}

.testimonial-perspective-1 {
  position: relative;
  width: 75%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.testimonial-image {
  width: 100%;
  height: 100%;
}

.testimonial-title {
  position: absolute;
  font-family: Inter;
  color: #fff;
  font-size: 0.75em;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}

.testimonial-perspective-2 {
  position: relative;
  display: block;
  width: 75%;
}

.testimonial-perspective-3 {
  position: relative;
  width: 75%;
}

.line-vertical {
  position: absolute;
  left: -5vw;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.line-vertical.underline {
  left: -2.5vw;
  width: 1px;
  height: 100%;
}

.font-sans-serif {
  font-family: Blinker;
}

.about-grid-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1.5vw;
}

.legal-title {
  font-family: Inter;
  font-size: 4em;
  font-weight: 600;
  letter-spacing: -0.03em;
}

.project-detail-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: -14vw;
  margin-left: auto;
  padding-right: 7.5vw;
  padding-left: 7.5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.projects-images {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0.75vw;
  grid-row-gap: 0.75vw;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cms-all-projects {
  width: 75%;
  margin-top: 2.5vw;
}

.next-project-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20vw 2.5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.overflow-hidden-max-w {
  position: relative;
  overflow: hidden;
  max-width: 40vw;
}

.cms-post-underline {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.25vw;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.post-underline {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 1.5em 3.75vw 5vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.post-underline.link {
  padding-right: 1.25vw;
  padding-left: 0vw;
}

.post-underline-heading {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 400;
}

.post-underline-icon {
  width: 1.75em;
  height: 1.75em;
  margin-left: 1.75em;
  opacity: 0.25;
}

.post-underline-icon.icon {
  margin-top: 27px;
}

.line-top-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 1px;
  background-color: rgba(129, 129, 139, 0.25);
}

.teaser-headline {
  opacity: 0.5;
  font-family: Inter;
  font-size: 1.125em;
}

.cms-side-works {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading-5 {
  margin-top: 0.5em;
  font-family: Rosseta;
  font-size: 3em;
  line-height: 1;
}

.fullscreen-work {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0d0d11;
  text-align: center;
}

.fullscreen-work-title {
  position: relative;
  z-index: 5;
  padding-top: 0.2em;
  font-family: Rosseta;
  font-size: 14vw;
  line-height: 0.9;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.fullscreen-work-title-wrap {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fullscreen-work-title-overflow {
  overflow: hidden;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
}

.cms-work-2x {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fullscreen-work-title-small-inside {
  position: relative;
  z-index: 5;
  margin-bottom: -0.2em;
  font-family: Rosseta;
  font-size: 8vw;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.fullscreen-work-scrolling-wrap {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 47.5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fullscreen-work-title-small {
  position: relative;
  z-index: 5;
  padding-top: 0.2em;
  font-family: Rosseta;
  font-size: 8vw;
  line-height: 0.9;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.fullscreen-work-small {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0d0d11;
  text-align: center;
}

.share-grid {
  margin-left: 8px;
  grid-auto-flow: column;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.share-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3em;
  height: 3em;
  padding: 1em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  box-shadow: inset 0 0 0 1px rgba(129, 129, 139, 0.25);
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
}

.share-link:hover {
  box-shadow: inset 0 0 0 1px rgba(129, 129, 139, 0.9);
}

.text-link {
  border-bottom: 1px solid rgba(129, 129, 139, 0.4);
}

.text-link:hover {
  border-bottom-color: transparent;
}

.light-mode-button {
  position: fixed;
  left: auto;
  top: auto;
  right: 12px;
  bottom: 12px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 51px;
  height: 28px;
  padding: 0px 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-intro-black {
  position: relative;
  z-index: 1;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(129, 129, 139, 0.25);
}

.intro-screens-grid {
  width: 100%;
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.intro-grid {
  grid-column-gap: 5vw;
  grid-row-gap: 10vw;
  -ms-grid-columns: 30vw 1fr;
  grid-template-columns: 30vw 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.intro-title {
  margin-bottom: 1em;
  font-family: Inter;
  font-size: 5.5vw;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.intro-paragraph {
  max-width: 40vw;
}

.image-intro-wrap {
  position: relative;
  overflow: hidden;
  margin-bottom: 1em;
}

.image-intro-white {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(129, 129, 139, 0.25);
}

.class {
  display: inline-block;
  padding-right: 0.25em;
  padding-left: 0.25em;
  border-radius: 4px;
  background-color: #0073e6;
}

.html {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  width: 0px;
  height: 0px;
}

.text-size-small {
  font-size: 0.875rem;
}

.text-size-small.hide-mobile-landscape {
  margin-bottom: 0px;
  color: #121211;
  font-size: 1rem;
  line-height: 125%;
  font-weight: 300;
}

.text-size-small.hide-mobile-landscape.w340 {
  width: 340px;
}

.navbar7_link-2 {
  padding: 0.5rem 1rem;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 200;
}

.navbar7_link-2:hover {
  color: #639bfc;
}

.navbar7_link-2.w--current {
  color: transparent;
}

.navbar_dropdown-link {
  display: block;
  width: 650px;
  padding: 0.75rem 1rem 1rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: -webkit-max-content 100%;
  -ms-grid-columns: max-content 100%;
  grid-template-columns: -webkit-max-content 100%;
  grid-template-columns: max-content 100%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 0.5rem;
  background-color: transparent;
  text-decoration: none;
}

.navbar_dropdown-link:hover {
  background-color: hsla(0, 0%, 100%, 0.3);
}

.navbar_dropdown-link._2col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2rem;
  padding-left: 1.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar_dropdown-list.w--open {
  position: absolute;
  left: 0px;
  top: 3.3rem;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 262px;
  max-width: none;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  background-color: hsla(0, 0%, 92%, 0.95);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.navbar_icon-wrapper {
  width: auto;
  margin-bottom: 1rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.navbar_menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -3px;
  margin-left: 1.5rem;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar_dropdown-link-list-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-auto-columns: 1fr;
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -ms-grid-columns: 31.5% 31.5% 31.5%;
  grid-template-columns: 31.5% 31.5% 31.5%;
  -ms-grid-rows: -webkit-max-content;
  -ms-grid-rows: max-content;
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
}

.navbar_dropdown-link-list-2._2col {
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
}

.navbar_dropdown-link-list-2._4col {
  width: 100%;
  -ms-grid-columns: 24% 24% 24% 24%;
  grid-template-columns: 24% 24% 24% 24%;
}

.navbar_menu-button {
  width: 30px;
  height: 30px;
  padding: 0rem;
}

.icon-medium {
  height: 4rem;
}

.icon-medium.hide {
  display: none;
}

.header__columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 4.5rem;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar_component {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 4rem;
  padding: 1rem 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px none #000;
  background-color: rgba(24, 24, 24, 0.5);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.23);
  color: hsla(0, 0%, 100%, 0);
}

.navbar_component.hide {
  display: none;
}

.image-3 {
  margin-top: 0px;
}

.navbar_dropdwn-toggle {
  display: block;
  padding: 0.5rem 2.5rem 0.5rem 1rem;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-weight: 300;
}

.navbar_dropdwn-toggle:hover {
  color: #426eba;
}

.signin {
  margin-left: 1rem;
  padding-left: 1.4rem;
  background-image: url('../images/Sign-In-16px.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  text-decoration: none;
}

.signin:hover {
  color: #639bfc;
}

.navbar_menu-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-weight: 700;
}

.dropdown-icon {
  margin-top: 1rem;
  margin-right: 1rem;
  margin-bottom: 0.75rem;
  color: #fff;
  font-size: 16px;
  font-weight: 200;
}

.dropdown-icon:hover {
  color: #639bfc;
}

.navbar_menu-dropdown {
  position: static;
  width: auto;
}

.content-2 {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
}

.text-weight-semibold {
  margin-top: -5px;
  margin-bottom: 3px;
  color: #121211;
  font-size: 1.25rem;
  line-height: 125%;
  font-weight: 600;
  text-transform: capitalize;
}

.text-weight-semibold:hover {
  color: #121211;
}

.nav-txt {
  height: 30.59375px;
  padding-top: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: -0.05px;
  text-transform: capitalize;
}

.nav-txt:hover {
  color: #639bfc;
}

.navbar_text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.navbar_text-wrapper.w340 {
  width: 340px;
}

.navbar_text-wrapper.w340.pl-0 {
  width: auto;
}

.navbar_text-wrapper.w340.mt-5 {
  margin-top: 5px;
}

.header__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 100px;
  max-width: 200px;
  margin-top: -4px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.img-reveal_block {
  position: absolute;
  left: -5%;
  top: -5%;
  right: -5%;
  bottom: -5%;
  z-index: 2;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.img-reveal_block.dark {
  z-index: 2;
  display: none;
  background-color: transparent;
}

.astronaut {
  position: relative;
  z-index: 1;
  padding-top: 10em;
  padding-bottom: 10em;
}

.astronaut.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  padding-top: 0em;
  padding-bottom: 0em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hero_inner {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 200px;
  perspective: 200px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.hero_heading-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: perspective(200px);
  transform: perspective(200px);
  mix-blend-mode: overlay;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.hero_heading-wrap.control {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
}

.hero_heading-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1vw;
}

.img-reveal_wrap {
  position: relative;
  overflow: hidden;
}

.img-reveal_wrap.hero_img-wrap {
  z-index: 3;
  width: 100vw;
  height: auto;
  min-width: 30em;
  -webkit-perspective: none;
  perspective: none;
  -webkit-transform: translate(0px, 0px) perspective(200px);
  transform: translate(0px, 0px) perspective(200px);
}

.img-reveal_img {
  position: relative;
  z-index: 1;
  width: 25vh;
  height: 25vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.img-reveal_img.hero_image {
  display: block;
  width: 800px;
  height: 1493px;
  max-height: none;
  min-height: 0vh;
}

.hero_heading-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.hero_heading-inner.heading-4 {
  font-family: Blinker;
  color: #fff;
  font-size: 14vw;
  text-transform: uppercase;
}

.hero_heading-inner.heading-1 {
  font-size: 1vw;
  line-height: 150%;
}

.container-7 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1700px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4rem;
  padding-left: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container-7.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero_heading_embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-transform: none;
}

.hero_heading-track.heading-1 {
  font-size: 1vw;
  line-height: 150%;
}

.hero_heading-track.heading-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hero_heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
}

.hero_heading.heading-3 {
  font-family: Blinker;
  font-size: 12rem;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
}

.hero_heading.heading-4 {
  color: #fff;
  font-size: 12rem;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
}

.hero_heading.heading-2 {
  font-family: Blinker;
  font-size: 12rem;
  line-height: 0.9;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.hero_heading.heading-1 {
  font-family: Blinker;
  font-size: 12rem;
  line-height: 0.9;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: 0 0 4em rgba(0, 0, 0, 0.25);
}

.the-moon-below {
  position: absolute;
  top: 14vw;
  right: 0vw;
  z-index: -11;
  width: 20vw;
  height: 20vh;
  max-width: 600px;
}

.hero-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 32vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.line-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 54px;
  height: 1px;
  margin-top: 18px;
  margin-bottom: 38px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(229, 223, 213, 0.15);
  color: rgba(255, 255, 255, 0.6);
}

.button-2 {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding: 18px 35px;
  border-radius: 50px;
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #fff;
  -webkit-transition: color 300ms cubic-bezier(.25, .46, .45, .94), box-shadow 300ms cubic-bezier(.25, .46, .45, .94);
  transition: color 300ms cubic-bezier(.25, .46, .45, .94), box-shadow 300ms cubic-bezier(.25, .46, .45, .94);
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}

.button-2:hover {
  box-shadow: inset 0 0 0 40px #fff;
  color: #121211;
}

.button-2.hide {
  display: none;
}

.button-2.mb-ml-1 {
  margin-right: 1rem;
  margin-left: 1rem;
}

.button-2.pd-btn {
  position: relative;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: inline-block;
  width: auto;
  height: 50px;
  min-width: 200px;
  margin-top: 20px;
  padding-top: 14.5px;
  font-weight: 400;
  text-transform: capitalize;
}

.button-2.blue {
  border: 1px none #000;
  background-color: #0597e0;
  box-shadow: inset 0 0 0 1px #0597e0;
}

.button-2.blue:hover {
  box-shadow: inset 0 0 0 40px #fff;
}

.scroll-line {
  overflow: hidden;
  width: 1px;
  height: 25px;
  background-color: rgba(229, 223, 213, 0.15);
}

.section-hero {
  position: static;
  display: block;
  height: 60vh;
  margin-top: 12rem;
}

.scroll {
  position: absolute;
  bottom: auto;
  z-index: 50;
  display: none;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  mix-blend-mode: normal;
}

.line-light {
  width: 12px;
  height: 1px;
  background-color: #fff;
}

.paragraph-hero {
  max-width: 890px;
  margin-bottom: 116px;
  font-family: Blinker;
  color: #fff;
  font-size: 40px;
  text-transform: capitalize;
}

.paragraph-hero.mb-240 {
  margin-bottom: 240px;
}

.scroll-line-light {
  width: 1px;
  height: 26px;
  background-color: #e5dfd5;
}

.hero-overflow-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-scroll {
  margin-top: 5px;
  font-family: Roboto, sans-serif;
  color: rgba(0, 0, 0, 0.9);
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.block-hero {
  position: relative;
  z-index: 200;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.text-accent {
  font-family: Oscine, sans-serif;
  font-style: italic;
  font-weight: 200;
}

.container-4 {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100em;
  margin-right: auto;
  margin-left: auto;
  padding: 4em;
}

.container-4.is-full-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-bottom: 20em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-4.is-full-image.hide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 0em;
  padding-bottom: 0rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav_side {
  position: relative;
  z-index: 2;
  display: block;
  width: 19em;
  text-transform: uppercase;
}

.nav_side.is--right {
  display: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-video {
  width: 100vw;
  height: auto;
  min-height: 100vh;
}

.home-video.hide {
  display: block;
}

.bold-text {
  font-family: Blinker;
  color: #fff;
  font-weight: 700;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 2.08em;
}

.container.is--nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4em;
  padding-bottom: 4em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #000;
}

.nav_link {
  padding-right: 0.89em;
  text-transform: uppercase;
}

.nav_link:hover {
  text-decoration: underline;
}

.nav_logo-img {
  width: 100%;
  color: rgba(255, 255, 255, 0.6);
}

.h2 {
  margin-bottom: 0em;
  font-family: Blinker;
  color: #fff;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 400;
}

.sectionscale {
  display: block;
  height: auto;
}

.full-image_photo-height {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav_top {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 6em;
  padding-top: 2.08em;
  padding-bottom: 2.08em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #e8e2da;
}

.nav_logo-contain {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #000;
}

.section3.is--nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1000;
  margin-top: -1px;
  background-color: transparent;
}

.section3.is-full-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav_logo {
  position: absolute;
  width: 11.61em;
}

.full-image_text-wrap {
  width: 43.5em;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  text-align: center;
}

.full-image_photo-wrap {
  position: absolute;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subheading-project {
  margin-bottom: 0px;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
}

.subheading-project.hide {
  display: block;
}

.grid-project-d {
  width: 85vw;
  margin-top: 3vw;
  grid-column-gap: 4vw;
  grid-row-gap: 3vw;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 9vw 9vw 9vw 9vw 9vw;
  grid-template-rows: 9vw 9vw 9vw 9vw 9vw;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.section-hero-d {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  padding: 90px 1.7vw 240px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.lightbox-link-d {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 0px;
  text-decoration: none;
}

.block-project {
  position: absolute;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 95px 40px 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.7));
}

.block-project.small {
  padding: 85px 30px 25px;
  border-radius: 0px;
}

.overflow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.overflow.align-l {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.heading-project {
  margin-bottom: 0px;
}

.heading-project.hide {
  display: block;
}

.background-video {
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  background-color: rgba(218, 215, 212, 0.07);
}

.hero-d {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1.7vw;
  padding-left: 1.7vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  mix-blend-mode: difference;
}

.heading-hero-d {
  display: inline-block;
  margin-bottom: 0px;
  font-size: 8vw;
}

.text-span-accent-d {
  font-size: 5vw;
  line-height: 90%;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
}

.logo-motion-r {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20vw;
  height: 160px;
  margin-top: 0px;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
  text-align: right;
}

.lottie-animation-3 {
  position: absolute;
  right: -100px;
  width: 100%;
  height: 170%;
  margin-top: -72px;
}

.section-hero-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 240px 1.7vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.hero-b.align-l {
  display: none;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-hero-b {
  display: inline-block;
  width: 100.000082%;
  margin-bottom: 0px;
  font-size: 4.5vw;
  line-height: 1.05;
  font-weight: 400;
  text-align: center;
}

.heading-hero-b.align-l {
  text-align: left;
}

.text-span-accent-b {
  font-size: 4.5vw;
  line-height: 1.05;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.text-span-accent-b.align-l {
  text-align: left;
}

.block-paragraph-hero-b {
  overflow: hidden;
  margin-top: 30px;
  text-align: left;
}

.paragraph-hero-b {
  max-width: 450px;
  margin-bottom: 0px;
  color: #fff;
  font-weight: 500;
  text-align: left;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 1.7vw;
  padding-left: 1.7vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.grid-project-b {
  grid-column-gap: 1.2vw;
  grid-row-gap: 1.2vw;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.background-video-2 {
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  background-color: rgba(218, 215, 212, 0.07);
}

.lightbox-link-b {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 17vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-radius: 0px;
  text-decoration: none;
}

.lightbox-link-b.large-b {
  height: 100%;
  border-radius: 0px;
}

.heading-6 {
  font-family: Oscine, sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
}

.center-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph {
  font-size: 18px;
}

.feature-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
}

.feature-background.img-2 {
  width: 100%;
  background-image: url('../images/01.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.feature-background.one {
  width: 100%;
  background-image: url('../images/bd8064_a5bb673352644f16aec12507795303cc_mv2.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.feature-background.img-3 {
  width: 100%;
  height: 600px;
  background-image: url('../images/02.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.feature-background.img-4 {
  background-image: url('../images/03.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.underline-link {
  display: block;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px none #e4e9ec;
  color: #667479;
  font-size: 11px;
  line-height: 1.5em;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.basic-mask {
  overflow: visible;
  width: 100%;
}

.paragraph-2 {
  margin-bottom: 2rem;
  font-family: Blinker;
  color: #121211;
  font-size: 1.125rem;
  line-height: 135%;
  font-weight: 200;
  text-align: left;
  letter-spacing: 0.2px;
  text-transform: capitalize;
}

.basic-slide-content {
  position: relative;
  z-index: 25;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 560px;
  max-width: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #fff;
}

.dark-slide-arrow {
  bottom: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #e4e9ec;
  border-radius: 100%;
  background-color: #080808;
}

.dark-slide-arrow.left {
  bottom: 40px;
}

.dark-slide-arrow.right {
  bottom: 40px;
}

.heading-7 {
  margin-bottom: 0px;
  font-family: Blinker;
  color: #121211;
  font-size: 2.3rem;
  line-height: 110%;
  font-weight: 400;
  letter-spacing: -0.35px;
}

.arrow-icon {
  width: 14px;
}

.arrow-icon.invert {
  -webkit-filter: none;
  filter: none;
  color: #121211;
  mix-blend-mode: normal;
}

.center-title {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.center-title.mt-mb-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.center-title.mbmt-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  padding-top: 1.5rem;
  padding-bottom: 0rem;
  color: #fff;
}

.center-title.mb-6 {
  margin-bottom: 6rem;
}

.grid-wrapper-2 {
  position: relative;
  z-index: 25;
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1500px) minmax(5vw, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.full-width-slider-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider-arrow {
  width: 15px;
}

.slider-arrow-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stacked-intro {
  display: -ms-grid;
  display: grid;
  height: auto;
  max-height: none;
  min-height: auto;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slide-nav {
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  min-height: 12px;
  margin: auto;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  font-size: 6px;
}

.slide-nav.tablet-mobile-slide-nav {
  bottom: 0px;
  display: block;
  height: 36px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.basic-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0vw;
  padding-bottom: 0px;
  padding-left: 0vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.basic-slide-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 600px;
  min-height: 600px;
  margin-right: 3px;
  margin-left: 3px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #dde9f3;
}

.basic-slide {
  width: 100%;
  height: 600px;
  min-height: auto;
  margin-right: 6px;
  margin-left: 6px;
}

.section-10 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 160px;
  padding-bottom: 160px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-10.no-padding {
  padding: 0px;
}

.section-10.no-padding.clip {
  display: block;
  height: auto;
  min-height: 875px;
  margin-top: 86px;
  margin-bottom: 8rem;
}

.link-arrow-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 45px;
  height: 45px;
  margin-right: auto;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 50px;
  background-color: transparent;
  color: #525252;
}

.background-wrapper-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: hidden;
  width: 70%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #e5dfd5;
}

.background-wrapper-2.img-4 {
  background-image: url('../images/05.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 600px;
  min-height: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff5d1;
}

.slider-txt.bg-pink {
  min-height: 350px;
  padding: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f0b9b9;
}

.slider-txt.bg-brown {
  display: block;
  min-height: 350px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #dbd7c9;
}

.slider-txt.bg-gray {
  display: block;
  min-height: 350px;
  padding: 0px;
  background-color: #e8e7e7;
}

.slider-txt.bg-light {
  height: 600px;
  min-height: 350px;
  background-color: #c9e0e2;
}

.heading-90 {
  font-family: Oscine, sans-serif;
  color: #fff;
  font-size: 4em;
  line-height: 112%;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.heading-90.txt-bk {
  margin-top: 0px;
  padding-top: 0px;
  color: #0d0d11;
  line-height: 105%;
}

.heading-90.mb-4 {
  margin-bottom: 4rem;
}

.partners-section {
  position: relative;
  z-index: 99;
  padding: 5.5rem 2.5vw 10rem;
  background-color: #0d0d11;
}

.investor-section {
  margin-top: 0px;
  margin-bottom: 4rem;
  color: #fff;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.investor-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.investor-grid.contained {
  padding-right: 7.5vw;
  padding-left: 7.5vw;
}

.investor-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  margin-bottom: 0rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.5rem;
  background-color: transparent;
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease, border 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease, border 200ms ease;
}

.investor-card:hover {
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 113, 227, 0.4);
  background-color: transparent;
}

.investor-logo._75 {
  width: 75%;
}

.investor-logo.zombie-size {
  width: 32%;
}

.investor-name {
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
}

.text-block-3 {
  font-family: Blinker;
  font-size: 0.9rem;
  font-weight: 200;
}

.gallery-instagram-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 4rem 7.5vw 10vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-call-to-action {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0px 12%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0d0d11;
}

.call-to-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100vw;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.heading-call-to-action {
  margin-bottom: 0px;
  font-family: Oscine, sans-serif;
  color: #fff;
  font-size: 4em;
  font-weight: 700;
  text-transform: capitalize;
}

.line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 54px;
  height: 1px;
  margin-top: 26px;
  margin-bottom: 38px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(229, 223, 213, 0.15);
}

.color-bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -10;
  display: block;
}

.section-footer {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  padding: 14px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-footer {
  display: inline-block;
  padding: 15px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: color 300ms cubic-bezier(.25, .46, .45, .94);
  transition: color 300ms cubic-bezier(.25, .46, .45, .94);
  font-family: Roboto, sans-serif;
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.25px;
  text-decoration: none;
  text-transform: uppercase;
}

.link-footer:hover {
  color: #e5dfd5;
}

.logo-motion-l {
  position: relative;
  top: -610px;
  z-index: 100;
}

.lottie-animation {
  position: absolute;
  left: -168px;
  top: 140px;
}

.html-embed {
  width: 100%;
}

.html-embed-2 {
  width: 100%;
}

.html-embed-3 {
  width: 100%;
}

.html-embed-4 {
  width: 100%;
}

.text-block-4 {
  margin-bottom: -20px;
  padding-top: 15px;
}

.spec_s_txt {
  font-weight: 200;
}

.header__humb-close {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  width: 100px;
  padding: 0px;
}

.header__logo-2 {
  display: none;
}

.header__line {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 1px;
  background-color: rgba(37, 45, 50, 0.4);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.header__humb {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  height: 82px;
  margin-top: 5px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
  background-color: transparent;
}

.header__col-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header__col-2.col--1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header__col-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.header__col-3.col--2 {
  min-height: 200px;
}

.header__columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.header__humb-wrap {
  position: relative;
  display: block;
  width: 110px;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.memu-v {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 90;
  display: none;
  overflow: hidden;
  width: 110px;
  height: 100%;
  padding: 5px 5px 0px;
  background-color: #1d1d24;
  opacity: 1;
}

.memu-v.hide {
  opacity: 0.7;
}

.header__shipping-ico {
  -webkit-filter: brightness(0%);
  filter: brightness(0%);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.header__shipping {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  white-space: nowrap;
}

.header__copyright {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 12px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.header__humb-line {
  width: 100%;
  height: 2px;
  padding: 0px;
  background-color: #000;
}

.header__humb-line.mod--2 {
  background-color: #fff;
}

.header__humb-line.mod--1 {
  margin-right: auto;
  background-color: #fff;
}

.header__humb-line.mod--3 {
  margin-left: auto;
  background-color: #fff;
}

.header__shipping-txt {
  margin-left: 10px;
  font-size: 26px;
  line-height: 1em;
  letter-spacing: 0.01em;
}

.lottie-animation-4 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
}

.lottie-animation-5 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
}

.lottie-animation-6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.slide-nav-2 {
  display: none;
}

.section-11 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  margin-bottom: 4rem;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0d0d11;
}

.section-11.mb-8 {
  margin-bottom: 0rem;
  padding-bottom: 10rem;
}

.intro-mission-box {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 6.5rem;
}

.div-block-5 {
  height: 44px;
}

.div-block-3247-copy2 {
  width: 100%;
  margin-top: 30px;
}

.text-block-15 {
  margin-top: 20px;
  color: #06c;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  text-decoration: none;
}

.slide-6 {
  width: 100%;
  height: 100%;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.bold-text-copy {
  color: #06c;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0px;
}

.paragraph-3 {
  margin-top: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #a1a1a6;
  font-size: 18px;
  line-height: 135%;
  font-weight: 300;
  letter-spacing: 0.374px;
}

.bold-text-3-copy {
  font-size: 44px;
  line-height: 50px;
  text-align: left;
}

.image-8 {
  display: inline-block;
  max-width: 50%;
  text-align: left;
}

.grid-3-copy {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-3255 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-8 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.background-video-3 {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100vh;
}

.hero-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  max-width: 1110px;
  margin: auto;
  padding-top: 70px;
  padding-bottom: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-block-12 {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-top: 40px;
}

.text-block-16 {
  height: 58px;
  margin-top: 13px;
  font-size: 19.89px;
  line-height: 140%;
  letter-spacing: normal;
}

.bold-text-3-copy-copy {
  font-size: 44px;
  line-height: 50px;
  text-align: left;
}

.div-block-3231 {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-image: url('../images/1920x800sr-3.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.div-block-3231._3 {
  background-image: url('../images/1920x800sr-2.jpg');
}

.div-block-3231._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/1920x800sr-1.jpg');
  background-position: 50% 50%;
}

.div-block-3231._5 {
  background-image: url('../images/1920x800sr-4.jpg');
}

.grid-2 {
  display: block;
  overflow: hidden;
  width: auto;
  margin-right: 16px;
  grid-column-gap: 16px;
  -ms-grid-columns: 380px 380px 380px 380px 380px 380px 380px 380px 380px 380px;
  grid-template-columns: 380px 380px 380px 380px 380px 380px 380px 380px 380px 380px;
  -ms-grid-rows: 331px;
  grid-template-rows: 331px;
}

.grid-2.hide {
  display: block;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-14 {
  margin-top: 20px;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
}

.image-9 {
  max-width: 40%;
}

.link-block-copy {
  position: relative;
  z-index: 10;
  width: auto;
  margin-top: 25px;
  padding: 12px 31px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 30px;
  background-color: #fff;
  text-decoration: none;
}

.link-block-copy:hover {
  background-color: #d4d4d4;
}

.bold-text-3 {
  font-size: 48px;
  line-height: 50px;
  text-align: center;
}

.link-block-2 {
  color: #06c;
  font-weight: 400;
  text-decoration: none;
}

.div-block-3240 {
  position: relative;
  z-index: 20;
  display: block;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 50px;
}

.div-block-3240.row2 {
  margin-left: -100px;
}

.div-block-3240.row2.mb-8 {
  margin-bottom: 8rem;
}

.image-10 {
  max-width: 60%;
}

.div-block-3254 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-12-copy {
  margin-top: 25px;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  text-align: left;
}

.div-block-3241 {
  width: 100%;
  height: 331px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 0px;
  background-color: transparent;
}

.div-block-3241:hover {
  border-style: none;
  border-width: 0px;
  border-color: #0071e3;
}

.div-block-3241._1 {
  position: relative;
  border-radius: 20px;
}

.div-block-3241._1.second {
  background-image: url('../images/378x212-31.jpg');
}

.div-block-3241._6 {
  position: relative;
  background-image: url('../images/378x212-6.jpg');
}

.div-block-3241._6.second {
  background-image: url('../images/378x212-25.jpg');
}

.div-block-3241._8 {
  position: relative;
  background-image: url('../images/378x212-33.jpg');
}

.div-block-3241._8.second {
  background-image: url('../images/378x212-21.jpg');
}

.div-block-3241._2 {
  position: relative;
  width: 380px;
  background-image: none;
}

.div-block-3241._2.second {
  background-image: url('../images/378x212-29.jpg');
}

.div-block-3241._4 {
  position: relative;
  background-image: url('../images/378x212-7.jpg');
}

.div-block-3241._4.second {
  background-image: url('../images/378x212-27.jpg');
}

.div-block-3241._7 {
  position: relative;
  background-image: url('../images/378x212.jpg');
}

.div-block-3241._7.second {
  background-image: url('../images/378x212-20.jpg');
}

.div-block-3241._10 {
  position: relative;
  background-image: url('../images/378x212-23.jpg');
}

.div-block-3241._10.second {
  background-image: url('../images/378x212-23.jpg');
}

.div-block-3241._3 {
  position: relative;
  background-image: url('../images/378x212-34.jpg');
}

.div-block-3241._3.second {
  background-image: url('../images/378x212-30.jpg');
}

.div-block-3241._9 {
  position: relative;
  background-image: url('../images/378x212-32.jpg');
}

.div-block-3241._9.second {
  background-image: url('../images/378x212-24.jpg');
}

.div-block-3241._5 {
  position: relative;
  background-image: url('../images/378x212-5.jpg');
}

.div-block-3241._5.second {
  background-image: url('../images/378x212-26.jpg');
}

.div-block-3253 {
  width: 100%;
  max-width: 1360px;
  padding-top: 98px;
  padding-bottom: 98px;
  background-color: #111216;
}

.divblock14-word {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100vw;
  height: auto;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #0d0d11;
}

.div-block-3236 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.center-title-box {
  position: relative;
  z-index: 10;
  width: 100%;
  padding-top: 10rem;
  padding-bottom: 100px;
}

.image-6 {
  max-width: 50%;
}

.slider-3 {
  position: relative;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  height: 500px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.div-block-7 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
}

.div-block-3244 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  padding: 10px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  cursor: pointer;
}

.slide-7 {
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: transparent;
}

.text-block-10 {
  position: relative;
  z-index: 10;
  max-width: none;
  font-family: Oscine, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 67px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.2px;
}

.image-2 {
  margin-left: 5px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.div-block-3237 {
  position: -webkit-sticky;
  position: sticky;
  top: 10vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-3243 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.3);
}

.text-block-12 {
  margin-top: 25px;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  text-align: left;
}

.div-block-3257 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 870px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #2d2f35, #111217);
}

.bold-text-4 {
  font-size: 14px;
}

.div-block-3247-copy {
  width: 100%;
  margin-top: 50px;
}

.hero-txt-motion {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 1110px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.divblock14 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100vw;
  height: 200vh;
  margin-top: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #000;
}

.div-block-3242 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
}

.div-block-3242.marquee-track {
  margin-left: 100px;
}

.div-block-3242.marquee-track._1 {
  margin-left: 0px;
}

.div-block-3 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 72px;
}

.text-block-17 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.grid-3 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-6 {
  grid-column-gap: 35px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid {
  grid-column-gap: 35px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-13 {
  width: 100%;
  margin-top: 150px;
}

.div-block-3238 {
  position: relative;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  overflow: visible;
  width: auto;
  padding-top: 0vw;
}

.div-block-3255-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  padding-left: 113px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-11 {
  color: #fff;
  font-size: 28px;
  line-height: 130%;
  letter-spacing: 0.196px;
}

.scroll-2 {
  position: relative;
  overflow: visible;
  max-width: 100vw;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #1d1d1f;
  font-size: 80px;
  line-height: 84px;
  text-align: center;
  letter-spacing: -1.2px;
}

.grid-4-copy {
  height: 100%;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-5 {
  margin-top: 150px;
}

.bgvideo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/desktop-img-0302.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-block {
  position: relative;
  z-index: 10;
  max-width: 900px;
  color: #fff;
  font-size: 100px;
  line-height: 100px;
  font-weight: 400;
  letter-spacing: -2px;
}

.text-block-12-copy-copy {
  margin-top: 25px;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  text-align: left;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 130px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  max-width: 50%;
  margin-left: 5px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}

.div-block-3246 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 980px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-3259 {
  max-width: 80%;
}

.div-block-3248 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-8 {
  width: 100%;
  height: 100%;
  background-color: #2bff00;
  background-image: url('../images/1440x2960-Wallpaper-222-.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-8._4 {
  background-color: transparent;
  background-image: none;
}

.mask {
  left: 0%;
  overflow: visible;
  width: 100%;
  border-radius: 20px;
}

.grid-4 {
  height: 100%;
  -ms-grid-columns: 1fr 1.5fr;
  grid-template-columns: 1fr 1.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-3256 {
  width: 100%;
  max-width: 1360px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.link-block {
  position: relative;
  z-index: 10;
  width: auto;
  margin-top: 35px;
  padding: 18px 31px;
  border-radius: 30px;
  background-color: #fff;
  text-decoration: none;
}

.link-block:hover {
  background-color: #d4d4d4;
}

.div-block-3253-copy {
  width: 100%;
  max-width: 1360px;
  margin-top: 35px;
  padding-top: 108px;
  padding-bottom: 0px;
  background-color: #111216;
}

.div-block-4 {
  position: relative;
  height: 52px;
}

.dark-top-mask {
  position: absolute;
  z-index: 5;
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(13, 13, 17, 0.65);
  color: #fff;
  mix-blend-mode: multiply;
}

.content-section-new-intro {
  position: relative;
  display: block;
  padding: 10vh 2.5vw;
}

.content-section-new-intro.align-vertical-center {
  margin-bottom: 0px;
  padding-bottom: 10vh;
}

.content-section-new-intro.align-vertical-center.mb-10 {
  margin-bottom: 10rem;
}

.content-section-new-intro.padding-bottom-zero {
  display: block;
}

.content-section-new-intro.more-space {
  padding-top: 35vh;
}

.content-section-new-intro.medium-space {
  padding-top: 20vh;
}

.content-section-new-intro.mt-10 {
  width: 100%;
  max-width: 1200px;
  margin-top: 6.5rem;
  margin-right: auto;
  margin-left: auto;
  padding: 4rem 0vw;
}

.intro-para {
  height: 190px;
  font-size: 18px;
}

.intro-para.txt-190 {
  height: 130px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.paragraph-5 {
  background-color: #a9cc81;
  font-size: 18px;
}

.center-title-s {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-top: 40px;
}

.divblock14-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100vw;
  height: 200vh;
  margin-top: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #000;
}

.div-block-3261 {
  position: relative;
  z-index: 10;
  width: 100%;
  padding-top: 40px;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-block-18 {
  position: relative;
  z-index: 10;
  max-width: none;
  color: #fff;
  font-size: 60px;
  line-height: 65px;
  font-weight: 400;
  letter-spacing: 1px;
}

.div-block-3262 {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  height: auto;
  max-width: 1280px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-3263 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.scroll-3 {
  position: relative;
  overflow: visible;
  max-width: 100vw;
  -o-object-fit: fill;
  object-fit: fill;
}

.bold-text-6 {
  text-transform: uppercase;
}

.p-sm-end {
  padding-bottom: 3em;
}

.title2 {
  font-size: 3.375em;
  line-height: 1.1em;
  font-weight: 600;
}

.wlfwc-holder {
  position: absolute;
  left: auto;
  top: 10%;
  right: 13%;
  bottom: auto;
  color: #fff;
}

.hero-image {
  width: 1440px;
  max-width: 90%;
}

.db {
  display: block;
}

.hero-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hero-image-creator-info {
  position: absolute;
  left: auto;
  top: auto;
  right: 1rem;
  bottom: 1rem;
  color: #fff;
  font-size: 0.9rem;
}

.container-9 {
  position: relative;
  width: 1440px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.container-9.in-hero {
  display: block;
  padding-top: 35rem;
  padding-bottom: 3rem;
}

.bg-wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.bg-wrap.in-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Blurred-Hero-Line.png'), linear-gradient(18deg, #2c63c3, #002958);
  background-position: 0px 0px, 0px 0px;
  background-size: 60vw, auto;
  background-repeat: no-repeat, repeat;
}

.hero-tagline {
  color: hsla(0, 0%, 100%, 0.6);
}

.h1 {
  color: #fff;
  font-size: 3.5rem;
  line-height: 1.4;
  font-weight: 600;
}

.author-info-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsla(0, 0%, 100%, 0.7);
}

.navbar__logo-copy {
  width: 5.8rem;
  height: 1.9rem;
  margin-right: 0.6rem;
  margin-left: 0.6rem;
}

.hero-image-creator-info-link {
  color: rgba(255, 255, 255, 0.72);
}

.hero-image-creator-info-link:hover {
  color: #fff;
}

.hero {
  position: relative;
  height: auto;
}

.w1280 {
  width: 1023.21875px;
  max-width: 1280px;
}

.investor-grid-w1280 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.investor-grid-w1280.contained {
  padding-right: 7.5vw;
  padding-left: 7.5vw;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 120px 120px;
  grid-template-rows: 120px 120px;
}

.link-box-padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 600px;
  min-height: auto;
  padding: 30px 60px 40px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slider-txt-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 600px;
  min-height: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 30px 48px 30px 30px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff5d1;
}

.slider-txt-2.bg-pink {
  min-height: 350px;
  padding: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f0b9b9;
}

.slider-txt-2.bg-brown {
  display: block;
  min-height: 350px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #dbd7c9;
}

.slider-txt-2.bg-gray {
  display: block;
  min-height: 350px;
  padding: 0px;
  background-color: #e8e7e7;
}

.slider-txt-2.bg-light {
  height: 600px;
  min-height: 350px;
  background-color: #c9e0e2;
}

.slider-txt-2.bg-gray2 {
  background-color: #e8e7e7;
}

.slider-txt-2.bg-pink2 {
  background-color: #f0b9b9;
}

.discover_item-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  background-color: #fff;
}

.text-weight-semibold-2 {
  font-weight: 600;
}

.discover-price-shape {
  position: absolute;
  left: auto;
  top: 4px;
  right: -0.75rem;
  bottom: 0%;
  width: 1.5rem;
  height: 1.5rem;
  border-bottom: 0.0625rem solid #000;
  border-left: 0.0625rem solid #000;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.discover_item-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.inline-link {
  text-decoration: underline;
}

.inline-link.is-small {
  font-size: 0.875rem;
}

.discover_rating-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0.3rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  font-size: 0.875rem;
}

.discover_item-title {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 400;
}

.discover_item-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0rem 0rem 0rem 1rem;
}

.discover_rating-star {
  width: 0.9rem;
}

.discover_item-profile-img {
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 0.5rem;
  border: 0.05rem solid #000;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.discover_item-rating {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.75fr;
  grid-template-columns: 1.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-right: 0.0625rem solid #000;
}

.discover_item-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.discover_price-tag {
  position: relative;
  overflow: hidden;
  padding: 0.3rem 1.6rem 0.3rem 0.5rem;
  border-style: solid none solid solid;
  border-width: 0.0625rem;
  border-color: #000;
  background-color: #ff90e8;
  font-size: 0.875rem;
  text-align: left;
}

.discover_item-info-top {
  display: -ms-grid;
  display: grid;
  padding: 1rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0.75rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-top: 0.0625rem solid #000;
  border-bottom: 0.0625rem solid #000;
}

.home-integration-circle-2 {
  position: absolute;
  left: 27%;
  top: auto;
  right: auto;
  bottom: -14%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #1ebd53;
}

.integration-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 26px;
}

.integrations-inside-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.integration-cards-container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000%;
  margin-bottom: 48px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.integrations-inside-container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.integration-card {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 400px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: 17px 17px 200px 0 rgba(64, 69, 79, 0.06);
}

.image-11 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-11.contain {
  margin-top: 0px;
  -o-object-fit: contain;
  object-fit: contain;
}

.integration-card-link-icon {
  margin-right: 8px;
}

.integration-cards-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.integration-item-heading {
  margin-bottom: 8px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
}

.integration-item-heading:hover {
  color: #0597e0;
}

.integration-card-link {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-width: 50px;
  margin-top: 0px;
  margin-right: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #f1f3f6;
  border-radius: 0px;
  background-color: transparent;
  opacity: 0.5;
  color: #0d0e10;
  font-size: 16px;
  font-weight: 500;
}

.integration-card-link:hover {
  border: 1px none #000;
  opacity: 1;
}

.integration-card-link._2 {
  margin-left: 90px;
}

.integration-card-link.icon-last {
  right: 0px;
  display: none;
}

.wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper._1920px {
  overflow: hidden;
  width: 100%;
  max-width: 1440px;
  padding-top: 60px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-3264 {
  width: 384.578125px;
  height: 180px;
}

.div-block-3265 {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.user-img {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 380px;
  height: 260px;
  min-height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #272727;
}

.user-img.bg1 {
  display: block;
  width: 100.000033%;
  height: auto;
  min-height: 260px;
  background-image: url('../images/userworld-01.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.user-img.bg2 {
  background-image: url('../images/userworld-02.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.image-12 {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.dark-mask {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 70px;
  margin-bottom: 0px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.93)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.93));
}

.text-block-19 {
  font-family: Inter;
  color: #fff;
  font-weight: 300;
}

.body-2 {
  background-color: #0d0d11;
  color: #fff;
}

.text-block-20 {
  font-family: Roboto, sans-serif;
  color: rgba(124, 138, 155, 0.8);
  font-size: 16px;
  font-weight: 300;
}

.text-block-20:hover {
  color: rgba(124, 137, 155, 0.8);
}

.user-txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 50px;
  margin-top: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #fff;
}

.image-13 {
  display: block;
  margin-right: 20px;
}

.txt-box {
  width: auto;
  max-width: none;
  min-height: 50px;
  min-width: 310px;
}

.usercard {
  position: relative;
  display: block;
  overflow: hidden;
  width: auto;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: 17px 17px 200px 0 rgba(64, 69, 79, 0.06);
}

.userworld-img {
  width: 100%;
  height: 260px;
  border-radius: 20px;
}

.link-block-3 {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #272727;
  -o-object-fit: cover;
  object-fit: cover;
}

.collection-list {
  display: block;
}

.scroll-down-button-2 {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: auto;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0px;
  background-color: transparent;
  opacity: 1;
  mix-blend-mode: normal;
}

.scroll-down-button-2.mobile-hide {
  margin-top: auto;
}

.scroll-down-button-2.hide {
  display: block;
}

.circle-button-text-block {
  position: absolute;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.circle-button-text-1 {
  position: absolute;
  display: none;
  color: #fff;
  font-size: 0.7em;
  line-height: 1.1em;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  white-space: nowrap;
}

.circle-button-icon {
  position: absolute;
  z-index: 10;
  width: 1em;
  height: 1em;
  font-size: 1.6em;
  -o-object-fit: contain;
  object-fit: contain;
}

.circle-button-border {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.3);
  border-radius: 50%;
}

.circle-button-border.with-background-color {
  background-color: hsla(0, 0%, 100%, 0.09);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.content-section-white {
  position: relative;
  display: block;
  padding: 10vh 2.5vw;
  background-color: #fff;
  color: #f4f4f6;
}

.content-section-white.align-vertical-center {
  margin-bottom: 0px;
  padding-bottom: 10vh;
}

.content-section-white.align-vertical-center.mb-10 {
  margin-bottom: 10rem;
}

.content-section-white.padding-bottom-zero {
  display: block;
}

.content-section-white.more-space {
  padding-top: 35vh;
}

.content-section-white.medium-space {
  padding-top: 20vh;
}

.content-section-white.mt-8 {
  margin-top: 8rem;
}

.background-video-4 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 580px;
  height: auto;
  max-width: 100vw;
  min-height: 400px;
  margin: 40px auto 120px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 10px none #000;
}

.section-device-txtbox {
  position: relative;
  z-index: 99;
  width: 100vw;
  height: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5.5rem;
  padding-bottom: 50px;
  background-color: #fff;
}

.div-block-3266 {
  background-color: #fff;
}

.grid-7 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.5fr 1fr 0.5fr;
  grid-template-columns: 0.5fr 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #f4f4f6;
}

.grid-7.hide {
  position: static;
  display: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.div-block-3267 {
  width: 25vw;
  height: auto;
  min-height: 550px;
  background-color: transparent;
  color: #fff;
}

.section-device-videobox {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #fff;
  color: #fff;
  text-align: center;
}

.hide {
  display: none;
}

.hide.show {
  display: block;
}

.body-menuv {
  overflow: hidden;
  margin-left: 0px;
  background-color: #0d0d11;
  font-family: Blinker;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}

.grid-8 {
  overflow: hidden;
  width: auto;
  margin-right: 16px;
  grid-column-gap: 16px;
  -ms-grid-columns: 380px 380px 380px 380px 380px 380px 380px 380px 380px 380px;
  grid-template-columns: 380px 380px 380px 380px 380px 380px 380px 380px 380px 380px;
  -ms-grid-rows: 212px;
  grid-template-rows: 212px;
}

.div-block-3269 {
  position: relative;
  z-index: 20;
  display: block;
  overflow: hidden;
  margin-top: 16px;
}

.div-block-3270 {
  border-radius: 20px;
  background-image: url('../images/378x212-9.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-3270._1 {
  position: relative;
  border-radius: 20px;
}

.div-block-3270._1.second {
  background-image: url('../images/378x212-31.jpg');
}

.div-block-3270._6 {
  position: relative;
  background-image: url('../images/378x212-6.jpg');
}

.div-block-3270._6.second {
  background-image: url('../images/378x212-25.jpg');
}

.div-block-3270._8 {
  position: relative;
  background-image: url('../images/378x212-33.jpg');
}

.div-block-3270._8.second {
  background-image: url('../images/378x212-21.jpg');
}

.div-block-3270._2 {
  position: relative;
  background-image: url('../images/378x212-28.jpg');
}

.div-block-3270._2.second {
  background-image: url('../images/378x212-29.jpg');
}

.div-block-3270._4 {
  position: relative;
  background-image: url('../images/378x212-7.jpg');
}

.div-block-3270._4.second {
  background-image: url('../images/378x212-27.jpg');
}

.div-block-3270._7 {
  position: relative;
  background-image: url('../images/378x212.jpg');
}

.div-block-3270._7.second {
  background-image: url('../images/378x212-20.jpg');
}

.div-block-3270._10 {
  position: relative;
  background-image: url('../images/378x212-3.jpg');
}

.div-block-3270._10.second {
  background-image: url('../images/378x212-23.jpg');
}

.div-block-3270._3 {
  position: relative;
  background-image: url('../images/378x212-34.jpg');
}

.div-block-3270._3.second {
  background-image: url('../images/378x212-30.jpg');
}

.div-block-3270._9 {
  position: relative;
  background-image: url('../images/378x212-32.jpg');
}

.div-block-3270._9.second {
  background-image: url('../images/378x212-24.jpg');
}

.div-block-3270._5 {
  position: relative;
  background-image: url('../images/378x212-5.jpg');
}

.div-block-3270._5.second {
  background-image: url('../images/378x212-26.jpg');
}

.div-block-3271 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
}

.auto-move {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  padding-bottom: 175px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.background-video-5 {
  display: block;
  width: 588px;
  height: auto;
  min-height: 400px;
}

.menu__copyright-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #252d32;
  text-decoration: none;
}

.content-3 {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.content-3.mod--menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: auto;
  max-width: none;
  min-height: 100vh;
  margin-top: 0px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 88px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.footer__soc-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-left: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(19, 18, 18, 0.1);
}

.footer__soc-link:hover {
  border-color: rgba(19, 18, 18, 0.4);
}

.menu__nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  margin: 15px auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
  text-align: left;
}

.menu__nav-item.nav-blue-box {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu__nav-item.close-button {
  width: auto;
  height: 40vh;
  background-color: transparent;
}

.menu__nav-item.vbf {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: auto;
  margin-bottom: 40px;
}

.menu__nav-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 0px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  color: #fff;
  font-size: 46px;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.025em;
  text-decoration: none;
  text-transform: uppercase;
}

.menu__nav-link.nav-blue-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.menu__nav-link.nav-blue-box:hover {
  background-color: #2d9de7;
}

.menu__nav-link.nav-blue-box-up {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.menu__nav-link.nav-blue-box-up:hover {
  background-color: #2d9de7;
}

.menu__nav-link.close-button-2 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  width: 100px;
  height: 40vh;
  margin-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
}

.menu__img-anim {
  overflow: hidden;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
}

.menu__nav-txt-wrap {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.menu__img {
  position: relative;
  z-index: 0;
  max-width: none;
  opacity: 1;
  -webkit-transform: translate(0px, -380px);
  -ms-transform: translate(0px, -380px);
  transform: translate(0px, -380px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  -o-object-fit: cover;
  object-fit: cover;
}

.menu__img.mod--default {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
}

.menu__img.mod--hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.menu__nav-txt {
  position: relative;
  display: block;
}

.menu__nav-txt.mod--hover {
  position: absolute;
  left: 0px;
  top: -50px;
}

.menu__txt {
  display: inline-block;
  margin-top: 4px;
  margin-right: 5px;
  margin-bottom: 4px;
  color: rgba(37, 45, 50, 0.8);
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}

.menu__txt.mod--hover {
  opacity: 0.8;
}

.menu__txt.mod--hover:hover {
  opacity: 1;
}

.menu__roundtxt {
  position: absolute;
  left: auto;
  top: -40px;
  right: -60px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu__copyright-img {
  margin-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.menu__content {
  width: 110px;
  height: auto;
  min-height: 100vh;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.menu__columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu__columns.mod--bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.menu__columns.mod--nav {
  width: 100px;
  height: 77vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.roundtxt-year {
  position: relative;
  right: -3px;
  bottom: -2px;
  z-index: 1;
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  font-size: 21px;
  font-weight: 700;
}

.hero__roundtxt-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.header-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 90;
  display: block;
  overflow: hidden;
  width: 110px;
  height: auto;
  padding: 5px;
  background-color: transparent;
}

.menu__bottom-anim {
  overflow: hidden;
}

.menu__nav-numb {
  position: static;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 24px;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 100%;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
}

.menu__nav-numb.vfb-txt-12 {
  width: 100px;
  height: 80px;
  font-size: 11.5px;
  line-height: 1.3;
}

.menu__col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu__col.mod--bot-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.menu__col.mod--center-2 {
  max-width: 441px;
}

.menu__col.mod--center-1 {
  position: relative;
  z-index: 1;
  width: 100px;
  height: 100.0000077259692%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.menu__col.mod--bot-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.menu__col.mod--bot-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 89;
  display: block;
  overflow: hidden;
  width: 110px;
  height: auto;
  min-height: 100vh;
  background-color: #1d1d24;
}

.header-wrap {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 999;
  width: 110px;
  min-height: 100vh;
  background-color: transparent;
}

.header-wrap.hide {
  display: block;
  margin-top: 5px;
  background-color: transparent;
}

.menu__img-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-14 {
  display: none;
  opacity: 1;
}

.html-embed-6 {
  width: 100%;
  height: 100px;
  min-height: 370px;
}

.background-video-6 {
  width: 100%;
}

.body-3 {
  background-color: #0d0d11;
}

.nav-1-brand {
  left: -1px;
  top: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2.5em;
  padding-left: 2.5em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid transparent;
  -webkit-transition: border-color 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease;
  color: #fff;
}

.nav-1-brand:hover {
  border-right-color: hsla(0, 0%, 100%, 0.3);
  background-color: hsla(0, 0%, 100%, 0.11);
}

.nav-1-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0em;
  margin-left: 0em;
  padding: 1em 1.8em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-bottom: 1px solid transparent;
  -webkit-transition: background-color 200ms ease, color 200ms ease, border-color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease, border-color 200ms ease;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 0.85em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nav-1-link:hover {
  border-bottom-color: #fff;
  color: #fff;
}

.nav-1-link.w--current {
  border-bottom-color: #fff;
  color: #fff;
}

.nav-1-link.is-cta {
  padding-right: 5.5em;
  padding-left: 3.3em;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent transparent hsla(0, 0%, 100%, 0.3);
  background-color: hsla(0, 0%, 100%, 0.07);
  background-image: url('../images/shopping_bag_white_300.svg');
  background-position: 84% 50%;
  background-size: 1.6em;
  background-repeat: no-repeat;
  color: #fff;
}

.nav-1-link.is-cta:hover {
  border-color: #d94334;
  background-color: #d94334;
}

.nav-1-link.is-cta-2 {
  margin-left: 2.5em;
  padding-right: 3.3em;
  padding-left: 5.5em;
  border-style: solid;
  border-width: 1px;
  border-color: transparent transparent transparent hsla(0, 0%, 100%, 0.3);
  background-image: url('../images/horizontal_split_white_300.svg');
  background-position: 15% 50%;
  background-size: 1.8em;
  background-repeat: no-repeat;
  color: #fff;
}

.nav-1-link.is-cta-2:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.nav-1-menu-text-block {
  font-size: 0.85em;
}

.nav-1-inner {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-1-column-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.navbar-1-transparent {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 100vh;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  background-color: #f0b9b9;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.navbar-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: none;
  background-color: rgba(39, 43, 61, 0.8);
}

.nav-1-menu-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0em 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-right: 1px solid hsla(0, 0%, 100%, 0.3);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  text-transform: uppercase;
}

.nav-1-menu-button:hover {
  background-color: #d94334;
}

.nav-1-brand-name {
  font-size: 1.8em;
  line-height: 1.1em;
  font-weight: 500;
  letter-spacing: -0.03em;
  text-indent: -0.03em;
}

.nav-1-menu-icon {
  width: 1em;
  height: 1em;
  margin-right: 0.3em;
  font-size: 2em;
  -o-object-fit: contain;
  object-fit: contain;
}

.nav-1-column-2 {
  top: 1px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.default-home-text {
  margin-top: -1.1em;
  margin-left: 0.5em;
  color: #f6978e;
  font-size: 0.8em;
  line-height: 1.1em;
  text-transform: uppercase;
}

.footer-2-grid-link-text {
  font-size: 0.85em;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-3-contact-link {
  width: 100%;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  -webkit-transition: background-color 200ms ease, border-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, border-color 200ms ease, color 200ms ease;
  color: hsla(0, 0%, 100%, 0.8);
}

.footer-3-contact-link:hover {
  border-bottom-color: #fff;
  color: #fff;
}

.footer-3-contact-link.is-inquiry {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  color: #fff;
}

.footer-3-contact-link.is-inquiry:hover {
  background-color: #fff;
  color: #272b3d;
}

.fullscreen-menu-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: block;
  overflow: hidden;
  width: 500px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.menu-delay-for-animations {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: none;
  font-family: Blinker;
}

.terms-3-cms {
  margin-top: 3em;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5em;
  padding-left: 5em;
}

.footer-3-authors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-2-main-links {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.empty-state-hidden {
  display: none;
}

.menu-3-grid-content {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 90%;
  min-height: 35%;
  min-width: 50%;
  margin-right: 2.5em;
  margin-bottom: 2.5em;
  padding: 5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.18);
  background-color: rgba(21, 23, 32, 0.55);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
}

.arrow-for-link {
  width: 1em;
  height: 1em;
  margin-left: auto;
  font-size: 1.5em;
}

.menu-2-column-2 {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 65%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.menu-2-main-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  padding: 1.2em 3em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  -webkit-transition: height 600ms cubic-bezier(.075, .82, .165, 1), border-color 200ms ease;
  transition: height 600ms cubic-bezier(.075, .82, .165, 1), border-color 200ms ease;
  color: #fff;
  line-height: 1em;
  font-weight: 300;
  text-align: left;
}

.menu-2-main-link:hover {
  height: 130%;
  border-bottom-color: hsla(0, 0%, 100%, 0.6);
}

.menu-2-main-link.w--current {
  border-bottom-color: hsla(0, 0%, 100%, 0.5);
  font-weight: 600;
}

.menu-2-main-link.is-1st {
  background-color: transparent;
}

.menu-2-link-text {
  margin-right: 1em;
  font-family: Blinker;
  font-size: 1.7em;
  line-height: 1em;
  text-transform: uppercase;
}

.close-button-border {
  position: absolute;
  width: 50px;
  height: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 50%;
  opacity: 0.3;
}

.close-button-icon {
  width: 24px;
  height: 24px;
  font-size: 2em;
  -o-object-fit: contain;
  object-fit: contain;
}

.small-link {
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.small-link:hover {
  color: #272b3d;
}

.small-link.is-white {
  color: hsla(0, 0%, 100%, 0.6);
}

.small-link.is-white:hover {
  color: #fff;
}

.menu-link-dot {
  width: 0.375em;
  height: 0.375em;
  margin-right: 3em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  font-size: 1em;
}

.menu-cover-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 30%;
  object-position: 50% 30%;
}

.close-button-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: -48px;
  z-index: 999;
  display: none;
  width: 100px;
  height: 40vh;
  margin-top: auto;
  padding-top: 170px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  line-height: 1.1em;
  text-transform: uppercase;
  cursor: pointer;
}

.close-button-2:hover {
  opacity: 1;
}

.menu-2-column-1 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10em;
  padding-bottom: 5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.term-3-cms-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.small-text-link {
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.footer-dot {
  width: 0.3em;
  height: 0.3em;
  margin-right: 1.5em;
  margin-left: 1.5em;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.fullscreen-menu-bg-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 500px;
  background-color: #151720;
}

.small-link-line {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  height: 2px;
  background-color: #272b3d;
}

.small-link-line.is-white {
  background-color: #fff;
}

.footer-link-dot {
  width: 0.375em;
  height: 0.375em;
  margin-right: 3em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  font-size: 1em;
}

.background-for-column-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: block;
  background-color: #151720;
}

.fullscreen-inner-2 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.opacity-80 {
  opacity: 0.8;
}

.grid-block-2 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.circle-in-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2.2em;
  height: 2.2em;
  margin-right: 2.5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.slider-image-last {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100vw;
  height: 100%;
  max-width: 100vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.overview-ui-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  min-height: 10em;
  padding: 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 0.75em;
  grid-row-gap: 0.75em;
  border-style: solid;
  border-width: 1px;
  border-color: #aeb7ca;
  background-color: #f0f2f6;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #12042c;
  font-weight: 600;
}

.overview-ui-link:hover {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  border-color: #80899e;
  background-color: #d8dce6;
}

.overview-title-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 70em;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12em;
  padding-bottom: 4em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-with-badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 1em;
  grid-row-gap: 0.5em;
}

.buttons-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
}

.opacity-70 {
  opacity: 0.7;
}

.fullwidth-divider {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 1px;
  background-color: #bfc8d1;
}

.grid-content-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.slider-overlay-color {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  background-color: rgba(26, 28, 41, 0.8);
  mix-blend-mode: multiply;
}

.slider-inner {
  overflow: hidden;
  width: 100vw;
  height: 100%;
}

.sticky-100vh {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1;
  width: 100%;
  height: 100vh;
}

.slider-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.overview-block-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 75em;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.overview-link-icon {
  width: 1em;
  height: 1em;
  font-size: 1.3em;
  -o-object-fit: contain;
  object-fit: contain;
}

.grid-about-2 {
  padding-top: 3.5em;
  padding-bottom: 3.5em;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.overview-ui-kit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0em;
  grid-row-gap: 1.25em;
}

.absolute-block-200vh {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 100%;
  height: 200vh;
}

.circle-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  border-radius: 3px;
  background-color: #272b3d;
}

.about-1-photo-4 {
  position: relative;
  width: 30vw;
  height: 100%;
  margin-right: 4vw;
  margin-left: 4vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.overview-link-name {
  font-size: 1.3em;
  line-height: 1.3em;
}

.main-button {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 1em 2.3em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #d94334;
  border-radius: 5em;
  color: #d94334;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.main-button.is-full-color {
  background-color: #d94334;
  color: #fff;
}

.list-paragraph {
  opacity: 0.8;
  font-size: 1.1em;
  line-height: 1.5em;
}

.circle-button-text-2 {
  position: absolute;
  display: none;
  color: #fff;
  font-size: 0.7em;
  line-height: 1.1em;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  white-space: nowrap;
}

.slider-image-block-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  overflow: hidden;
  width: 100vw;
  height: 100%;
}

.button-icon-2 {
  position: absolute;
  z-index: 8;
  display: none;
  width: 1em;
  height: 1em;
  font-size: 1.3em;
  -o-object-fit: contain;
  object-fit: contain;
}

.grid-content-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid #d94334;
  -webkit-transition: border-color 200ms ease, color 200ms ease;
  transition: border-color 200ms ease, color 200ms ease;
  font-weight: 700;
  text-align: center;
}

.grid-content-link:hover {
  border-bottom-color: #272b3d;
  color: #272b3d;
}

.grid-content-link.is-full-color {
  padding-right: 1em;
  padding-left: 1em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d94334;
  color: #fff;
  font-weight: 600;
}

.grid-content-link.is-full-color:hover {
  border-bottom-color: #d94334;
}

.grid-content-link.is-invert {
  color: #fff;
}

.grid-content-link.is-invert:hover {
  border-bottom-color: #fff;
  color: #fff;
}

.hero-1-content-text {
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 1.3em;
  line-height: 1.8em;
  font-weight: 300;
}

.overview-direction-title {
  font-size: 1.5em;
  font-weight: 600;
}

.grid-content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
}

.grid-content-2.is-dark-block {
  background-color: #1e2130;
  color: #fff;
}

.overview-title-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 65em;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-slider {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.grid-content-2-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-title {
  margin-bottom: 0.7em;
  font-size: 1.5em;
  line-height: 1.2em;
  font-weight: 700;
}

.uppercase-title {
  font-size: 0.85em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.4em;
  text-indent: 0.4em;
  text-transform: uppercase;
}

.hero-1-content {
  width: 26em;
  margin-left: 5em;
}

.overview-inner-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 12em;
  padding-right: 0em;
  padding-left: 0em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 8em;
}

.fullscreen-hero-1 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 12em;
  padding-bottom: 5em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.overview-screenshots {
  position: relative;
  margin-bottom: 6em;
}

.button-background {
  position: absolute;
  z-index: 2;
  display: none;
  width: 20em;
  height: 20em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #d94334;
}

.button-background.is-dark-color {
  background-color: #272b3d;
}

.span-number {
  position: relative;
  top: -1.2em;
  display: inline-block;
  margin-left: 0.2em;
  color: #d94334;
  font-size: 0.4em;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: -0.03em;
  text-indent: -0.03em;
}

.list-line {
  position: absolute;
  left: 1em;
  top: 0.1em;
  width: 2px;
  height: 100%;
  background-color: #d7dae6;
}

.heading-8 {
  margin-top: 0em;
  margin-bottom: 0em;
  font-size: 5em;
  line-height: 1.1em;
  font-weight: 500;
}

.heading-8.is-overview-title-5 {
  margin-bottom: 1em;
  font-size: 5.2em;
  line-height: 1.3em;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.04em;
  text-indent: -0.04em;
}

.heading-8.is-overview-title-1 {
  margin-top: 0.9em;
  margin-bottom: 0.9em;
  font-size: 4em;
  line-height: 1.3em;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.04em;
  text-indent: -0.04em;
}

.heading-8.fullscreen-hero-1-title {
  max-width: 7em;
  margin-bottom: 0.6em;
  color: #fff;
  font-size: 8em;
  line-height: 1.1em;
  font-weight: 400;
  letter-spacing: -0.03em;
  text-indent: -0.03em;
  text-transform: uppercase;
}

.heading-8.is-overview-title-2 {
  max-width: 14em;
  margin-bottom: 1em;
  font-size: 2.7em;
  line-height: 1.4em;
  font-weight: 500;
  text-align: left;
  letter-spacing: -0.04em;
  text-indent: -0.04em;
}

.heading-8.is-overview-title-3 {
  margin-bottom: 0.4em;
  font-size: 2.5em;
  line-height: 1em;
  font-weight: 600;
  text-align: left;
  letter-spacing: -0.04em;
  text-indent: -0.04em;
  text-transform: uppercase;
}

.heading-8.is-overview-title-4 {
  margin-bottom: 0.8em;
  font-size: 6em;
  line-height: 1.2em;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.04em;
  text-indent: -0.04em;
}

.overview-ui-icon {
  width: 1em;
  height: 1em;
  font-size: 2em;
  -o-object-fit: contain;
  object-fit: contain;
}

.overview-version {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 17em;
  padding-bottom: 10em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.about-1-photo-2 {
  position: relative;
  width: 30vw;
  height: 60%;
  margin-right: 3vw;
  margin-left: 3vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.container-10 {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 8em;
  padding-left: 8em;
}

.container-10.in-hero-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.container-10.is-full-width {
  max-width: 1920px;
  padding-right: 3.5em;
  padding-left: 3.5em;
}

.section-13 {
  position: relative;
  z-index: 20;
  overflow: hidden;
  background-color: #fff;
}

.section-13.is-overview-sec-1 {
  overflow: visible;
}

.section-13.is-dark-sec {
  background-color: #1e2130;
  color: #fff;
}

.section-13.is-overview-sec-2 {
  border-top: 1px solid rgba(39, 43, 61, 0.2);
  border-bottom: 1px solid rgba(39, 43, 61, 0.2);
  background-color: #f0f2f6;
}

.section-13.is-fullscreen-hero {
  z-index: 5;
  overflow: visible;
  background-color: #272b3d;
}

.grid-block-1 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.overview-block-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 10em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.vertical-images-1-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40em;
  margin-top: 3em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.main {
  display: block;
}

.about-1-photo-1 {
  position: relative;
  width: 25vw;
  height: 85%;
  margin-right: 2vw;
  margin-left: 2vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-content-2-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.grid-text-2 {
  max-width: 20em;
  font-size: 1.5em;
  line-height: 1.3em;
  text-transform: uppercase;
}

.grid-text-2.is-smaller {
  font-size: 0.9em;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}

.overview-block-3 {
  max-width: 32em;
  padding-top: 1.5em;
}

.overview-screenshot {
  position: relative;
  z-index: 10;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.45);
  box-shadow: 0 -30px 50px -8px rgba(39, 43, 61, 0.31);
}

.overview-screenshot.is-2nd {
  position: absolute;
  left: 0px;
  top: -9%;
  right: 0px;
  z-index: 9;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.overview-screenshot.is-3nd {
  position: absolute;
  left: 0px;
  top: -18%;
  right: 0px;
  z-index: 8;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.circle-button-icon-2 {
  position: absolute;
  z-index: 10;
  width: 1em;
  height: 1em;
  font-size: 1.6em;
  -o-object-fit: contain;
  object-fit: contain;
}

.overview-title-block-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10em;
  padding-bottom: 10em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 5em;
  grid-row-gap: 5em;
}

.slider-backgrounds {
  position: relative;
  z-index: 1;
  width: 100vw;
  height: 100%;
}

.title-dot {
  width: 0.5em;
  height: 0.5em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #272b3d;
}

.overview-subtitle {
  color: rgba(39, 43, 61, 0.8);
  font-size: 1.7em;
  line-height: 1.5em;
}

.cover-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider-image-block-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  overflow: hidden;
  width: 100vw;
  height: 100%;
}

.custom-list-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-bottom: 4.5em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.custom-list-block.is-last {
  padding-bottom: 1.5em;
}

.badge-text-1 {
  padding: 0.2em 0.8em;
  border-radius: 10px;
  background-color: #911061;
  color: #fff;
  font-size: 0.7em;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-transform: uppercase;
}

.badge-text-1.is-cms {
  background-color: #6841d6;
}

.badge-text-1.is-2nd {
  background-color: #6d6369;
}

.about-1-photo-3 {
  position: relative;
  width: 27vw;
  height: 50%;
  margin-right: 3vw;
  margin-left: 3vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-text-4 {
  font-size: 0.8em;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-transform: uppercase;
}

.overview-block-4 {
  width: 100%;
  padding-bottom: 2em;
}

.circle-button-1 {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 8em;
  height: 8em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.custom-list-icon {
  position: absolute;
  z-index: 10;
  width: 1em;
  height: 1em;
  font-size: 1.1em;
  -o-object-fit: contain;
  object-fit: contain;
}

.list-content {
  padding-top: 0.15em;
}

.overview-link-1 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 14em;
  margin-top: -1px;
  margin-left: -1px;
  padding: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: #d2ccdd;
  -webkit-transition: border-color 200ms ease, background-color 200ms ease, width 600ms cubic-bezier(.075, .82, .165, 1);
  transition: border-color 200ms ease, background-color 200ms ease, width 600ms cubic-bezier(.075, .82, .165, 1);
  color: #12042c;
}

.overview-link-1:hover {
  z-index: 2;
  width: 120%;
  border-color: #9e94b1;
  background-color: rgba(18, 4, 44, 0.05);
  font-weight: 500;
}

.overview-link-1.is-1st {
  border-color: #c0b8cf;
  background-color: rgba(207, 193, 233, 0.2);
}

.overview-link-1.is-1st:hover {
  border-color: #9e94b1;
  background-color: rgba(207, 193, 233, 0.4);
}

.image-animation-trigger {
  position: absolute;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-text-3 {
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  font-size: 6em;
  line-height: 1.1em;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.05em;
  text-indent: -0.05em;
}

.grid-overview {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 5em;
  grid-row-gap: 1em;
  -ms-grid-columns: 0.25fr 1fr 1fr;
  grid-template-columns: 0.25fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-text {
  position: relative;
  z-index: 10;
  font-size: 0.8em;
}

.slider-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100vw;
  height: 100%;
  max-width: 100vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.more-templates-icon {
  width: 1em;
  height: 1em;
  margin-left: 0.7em;
  font-size: 1.5em;
  -o-object-fit: contain;
  object-fit: contain;
}

.animation-color-bg {
  position: absolute;
  z-index: 15;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.animation-color-bg.is-dark-blue-color-1 {
  background-color: #272b3d;
}

.animation-color-bg.is-dark-blue-color-2 {
  background-color: #1e2130;
}

.overview-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.overview-links.is-2nd {
  margin-bottom: 0em;
}

.cta-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 511.4930725097656px;
  margin-top: 80px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.letter-animation {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.split-text {
  -webkit-perspective: 800px;
  perspective: 800px;
  font-size: 64px;
}

.split-text.is--large {
  font-size: 3.9rem;
  letter-spacing: -0.05px;
}

.split-text.is--large {
  font-size: 10em;
}

.content_bottom {
  width: 100%;
}

.max-width {
  width: 90%;
}

.letter-animation-2 {
  width: 101%;
}

.container-11 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 3.58em;
}

.container-11.is--hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content_top-line {
  width: 3em;
  height: 2px;
  margin-right: 1em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #2e2a27;
}

.content_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}

.content_p {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.section-14.is--light {
  background-color: #e8e2da;
  color: #2e2a27;
}

.nav-icon-box {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 999;
  display: none;
  width: 100px;
  height: 80px;
  margin-top: 5px;
  margin-left: 5px;
  padding-top: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.nav-blue-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  height: 80px;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: transparent;
  text-align: center;
}

.nav-blue-box:hover {
  background-color: transparent;
}

.nav-blue-box.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 82px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: transparent;
}

.image-15 {
  position: -webkit-sticky;
  position: sticky;
  z-index: 999;
  display: none;
  width: 78px;
}

.link-block-4-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: transparent;
}

.icon_explore {
  display: block;
  width: 36px;
  height: 36px;
  margin-bottom: 6px;
}

.icon_explore._90 {
  width: 33px;
  height: 33px;
}

.icon_explore.vfb-icon-mb8 {
  margin-bottom: 8px;
}

.icon_explore.vfb-icon-mb8.hide {
  display: none;
}

.icon-market {
  display: block;
  width: 42px;
  height: 36px;
}

.menu__columns_begin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu__columns_begin.mod--bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.menu__columns_begin.mod--nav {
  width: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.menu__col_up {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.menu__col_up.mod--bot-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.menu__col_up.mod--center-2 {
  max-width: 441px;
}

.menu__col_up.mod--center-1 {
  position: relative;
  z-index: 1;
  width: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.menu__col_up.mod--bot-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.menu__col_up.mod--bot-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.menu__nav-item_up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  margin: 18px auto 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}

.menu__nav-item_up.nav-blue-box {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-wrap-a {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 999;
  width: 110px;
  min-height: 100vh;
  background-color: transparent;
}

.header-wrap-a.hide {
  left: 0px;
  right: 0px;
  display: none;
  margin-top: 5px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.header-wrap-a.pad-hide {
  display: block;
  height: auto;
  min-height: 100vh;
  margin-top: 0px;
  padding-top: 0px;
}

.header-3-copy {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 90;
  display: block;
  overflow: hidden;
  width: 110px;
  height: auto;
  padding: 5px;
  background-color: transparent;
}

.header__humb-close-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  padding: 15px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.header__humb-wrap-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  height: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  opacity: 1;
  cursor: pointer;
}

.header__humb-2 {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 19px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__humb-close-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  padding: 0px;
}

.tabs-content {
  margin-top: 45px;
}

.div-block-3273 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: 50px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-objects-slide {
  width: 680px;
  margin-right: 20px;
  margin-left: 20px;
}

.tabs-objects-slide.home-15 {
  width: 464px;
  height: auto;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
}

.link-hover-line {
  position: relative;
  overflow: hidden;
  width: 100.000084%;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.2rem;
  text-align: center;
  text-transform: uppercase;
}

.tabs-menu-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -65px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.tabs-menu-3.home-3-tabs {
  display: none;
  width: 100%;
  max-width: 600px;
  margin: 0px auto;
  padding-right: 0vw;
  padding-left: 0vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hidden {
  display: none;
}

.hidden.show {
  display: block;
}

.hidden.show-desk-top {
  position: absolute;
  left: 0px;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1000;
  display: block;
}

.tabs-objects-slider {
  width: 100%;
  height: 400px;
  margin-left: -54%;
  background-color: transparent;
}

.tabs-objects-slider.home-15-objects-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 320px;
  margin-left: 0%;
}

.section-event-news {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-event-news.pd-8 {
  position: relative;
  z-index: 99;
  padding-top: 5.5rem;
  padding-bottom: 0rem;
}

.portfolio-tab-home-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  color: #fff;
  text-align: center;
}

.portfolio-tab-home-2:hover {
  background-color: transparent;
}

.portfolio-tab-home-2:active {
  border-radius: 8px;
  background-color: transparent;
  color: #0d0d11;
}

.portfolio-tab-home-2:focus {
  color: #fff;
}

.portfolio-tab-home-2:focus-visible {
  color: #fff;
}

.portfolio-tab-home-2[data-wf-focus-visible] {
  color: #fff;
}

.portfolio-tab-home-2:visited {
  color: #fff;
}

.portfolio-tab-home-2.w--current {
  overflow: hidden;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: transparent;
  opacity: 1;
  color: #fff;
  font-weight: 700;
}

.portfolio-tab-home-2.w--current:hover {
  background-color: transparent;
  color: #fff;
}

.collection-list-wrapper {
  width: 100%;
  height: 100%;
}

.collection-item-2 {
  position: relative;
  display: block;
  width: 100%;
  height: 320px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.underline-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
  height: 1px;
  min-width: auto;
  background-color: #fff;
}

.tabs {
  display: none;
  margin-top: 30px;
}

.mask-2 {
  left: auto;
  overflow: visible;
  width: 464px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.heading-90-2 {
  font-family: Oscine, sans-serif;
  color: #fff;
  font-size: 4em;
  line-height: 112%;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.heading-90-2.mb-50 {
  margin-bottom: 50px;
}

.txt-color-box {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  padding: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  opacity: 0.9;
}

.txt-color-box.color2 {
  background-color: #ffbde7;
}

.txt-color-box.color3 {
  background-color: #84bae8;
}

.txt-color-box.color1 {
  background-color: #99d2db;
}

.txt-color-box.color5 {
  background-color: #e7e7d0;
}

.txt-color-box.color6 {
  background-color: #82ead1;
}

.txt-color-box.color4 {
  background-color: #ff9c8c;
}

.txt-color-box.seeall-txt {
  height: 100%;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  text-align: center;
}

.txt-color-box.color-bird {
  background-color: #39d17e;
}

.txt-color-box.color-birdie {
  background-color: #a3dbf0;
}

.text-white-home-3 {
  margin-top: -1px;
  margin-bottom: 0em;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  font-family: Roboto, sans-serif;
  color: #0d0d11;
  font-size: 1.2em;
  font-weight: 400;
  letter-spacing: 0.1px;
}

.text-white-home-3:hover {
  opacity: 1;
}

.icon-eye {
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #fff;
  font-size: 18px;
}

.icon-eye:hover {
  opacity: 0.5;
}

.home-15-tabs-image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
}

.event-link-txtbox {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.black-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.text-white-home-4 {
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #fff;
}

.text-white-home-4:hover {
  opacity: 0.5;
}

.link-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-block-6 {
  height: 27.828125px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hide-play-btn {
  display: none;
}

.scroll-down-button-2-mobile {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 8em;
  height: 8em;
  margin-top: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.scroll-down-button-2-mobile.hide {
  display: block;
}

.intro-h2 {
  margin-bottom: 0em;
  font-family: Blinker;
  color: #fff;
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 700;
}

.full-image_text-wrap-2 {
  width: 43.5em;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  text-align: center;
}

.heading-small {
  font-size: 40px;
}

.heading-small.margin-32 {
  font-weight: 700;
  letter-spacing: 0.25px;
}

.heading-small.margin-32 {
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 0.25px;
}

.work-right {
  display: -ms-grid;
  display: grid;
  margin-top: 120px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.work-item-background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.work-item {
  position: relative;
  display: block;
  overflow: hidden;
  width: 850px;
  height: 540px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.column-2xlarge {
  width: 100%;
  max-width: 1060px;
}

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

.work-item-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  background-color: rgba(17, 17, 17, 0.4);
}

.work-item-description {
  overflow: hidden;
  font-weight: 200;
}

.work-item-description.m-hide {
  margin-top: 0px;
  margin-bottom: 0px;
}

.text-style-alternative {
  padding-right: 100px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 200;
  letter-spacing: 0em;
  text-transform: none;
}

.work-item-thumb {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.work-item-content {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  padding: 20px 40px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, #000, hsla(0, 0%, 100%, 0));
}

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

.text-color-primary-2 {
  color: #7f7f7f;
}

.eventcard-section {
  padding-top: 75px;
  padding-bottom: 160px;
}

.eventcard-section.padding-bottom-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.grid-halves {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-halves.work {
  display: block;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.work-left {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 120px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.display-block {
  display: block;
}

.turn-box {
  position: static;
  padding: 0rem 2.5rem 8rem;
}

.container-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card_side {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding: 4rem 1.75rem 1.75rem;
  border-style: solid;
  border-width: 1px;
  border-color: #191819;
  border-radius: 2rem;
  background-color: #141314;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card_side.is-back {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 0rem;
  padding-bottom: 0rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #0071e3;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.card_side.is-front {
  display: block;
  padding: 0rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-row-gap: 2.5rem;
  background-color: transparent;
}

.card_traits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-row-gap: 2rem;
  text-align: center;
}

.card_cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2.25rem;
  height: 2.25rem;
  padding-bottom: 0.25rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #080808;
}

.card_cta-icon {
  width: 1rem;
  height: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-9 {
  line-height: 1.2;
}

.text-style-alternative-2 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 200;
  letter-spacing: 0em;
  text-transform: none;
}

.card_component {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin: 60px auto 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  cursor: pointer;
}

.card_main-text {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  margin-top: 32px;
  margin-bottom: 1.5rem;
  padding-left: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 0.5rem;
}

.card_cta-wrapper {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  display: none;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 0.25rem;
}

.card_cta-wrapper.is-back {
  left: 1.5rem;
  bottom: 1.5rem;
}

.card_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 852px;
  height: 550px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.background-video-7 {
  width: 800px;
  height: 600px;
  border-radius: 2rem;
}

.background-video-8 {
  width: 100%;
  height: 100%;
  border-radius: 2rem;
}

.cta-box-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 511.4930725097656px;
  margin-top: 80px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.video-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
}

.video-btn.mb-2 {
  margin-top: 2rem;
}

.section-3video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-3video.section-bg-white {
  padding-top: 140px;
  padding-bottom: 140px;
}

.card-heading {
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
}

.card-heading.bg-is {
  padding: 5px 20px;
  border-radius: 100px;
  background-image: linear-gradient(135deg, #e62ae4, #8300ff);
}

.text {
  font-size: 16px;
  line-height: 22px;
}

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

.card {
  position: relative;
  overflow: hidden;
  width: 550px;
  height: 340px;
  border-radius: 20px;
  background-color: #0d0c11;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.text-content {
  position: relative;
  z-index: 3;
  margin-bottom: 60px;
  text-align: center;
}

.wrap {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.container--3video {
  max-width: none;
}

.function_cards-wrapper {
  display: -ms-grid;
  display: grid;
  width: 100.0000115083104vw;
  height: auto;
  max-width: 100.0003030329733%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  background-color: #593652;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: perspective(1000px);
  transform: perspective(1000px);
}

.card-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.orange-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 800px;
  padding: 40px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff994d), to(#f17a4d));
  background-image: linear-gradient(180deg, #ff994d, #f17a4d);
}

.title-line {
  width: 100%;
  height: 4px;
  max-width: 120px;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-radius: 100px;
  background-image: linear-gradient(79deg, #e62ae4, #8300ff);
}

.title-line.title-line-center {
  margin-right: auto;
  margin-left: auto;
}

.background-video-9 {
  width: 100%;
  height: 100%;
}

.paragraph-6 {
  font-size: 1.125rem;
  text-align: center;
}

.heading-91 {
  width: 100.00004%;
  font-size: 3.8vw;
  line-height: 1.125;
  font-weight: 400;
  text-align: center;
}

.v {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #f0b9b9;
}

.video-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #c05e5e;
}

.item-info {
  width: 35%;
  margin-left: 0px;
  text-align: center;
}

.video-item-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 120px 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.highlight {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.1;
  -webkit-filter: blur(45px);
  filter: blur(45px);
}

.work-item-linkbox {
  position: relative;
  display: block;
  overflow: hidden;
  width: 850px;
  height: 540px;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
}

.product-txt-box {
  width: 37%;
  padding-top: 0%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.link-area {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.campaign-img {
  width: 100%;
  height: 100%;
  max-width: none;
}

.div-block-3275 {
  position: absolute;
  width: 100%;
  height: 300px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0d0c11), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #0d0c11, hsla(0, 0%, 100%, 0));
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.grad {
  width: 20%;
  background-image: -webkit-gradient(linear, right top, left top, from(#0d0d11), color-stop(20%, #0d0c11), to(rgba(13, 13, 17, 0)));
  background-image: linear-gradient(270deg, #0d0d11, #0d0c11 20%, rgba(13, 13, 17, 0));
}

.grad.left {
  background-image: -webkit-gradient(linear, left top, right top, from(#0d0d11), color-stop(0%, #0d0d11), color-stop(0, #0d0d11), color-stop(20%, #0d0d11), color-stop(100%, rgba(13, 13, 17, 0)), to(#0d0d11));
  background-image: linear-gradient(90deg, #0d0d11, #0d0d11 0%, #0d0d11 0, #0d0d11 20%, rgba(13, 13, 17, 0) 100%, #0d0d11);
}

.outer_wrap {
  position: relative;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.integration-item-heading-2 {
  margin-bottom: 8px;
  font-family: Blinker;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
}

.usercard-2 {
  position: relative;
  display: block;
  overflow: hidden;
  width: 380px;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: 17px 17px 200px 0 rgba(64, 69, 79, 0.06);
}

.div-block-3276 {
  position: relative;
  z-index: 20;
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  min-height: 340px;
  margin-top: 0px;
  margin-bottom: 50px;
  padding-left: 0px;
}

.div-block-3276.row2 {
  margin-left: -100px;
}

.div-block-3276.row2.mb-8 {
  display: block;
  width: 100%;
  margin-bottom: 8rem;
  margin-left: 0px;
}

.grad_wrap {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.user-txt-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 50px;
  margin-top: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #fff;
}

.grid-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  margin-right: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 380px 380px 380px 380px 380px 380px 380px 380px 380px 380px;
  grid-template-columns: 380px 380px 380px 380px 380px 380px 380px 380px 380px 380px;
  -ms-grid-rows: 331px;
  grid-template-rows: 331px;
}

.grid-9.hide {
  display: none;
}

.text-block-21 {
  font-family: Inter;
  color: #fff;
  font-weight: 300;
}

.heading-90-3 {
  font-family: Blinker;
  color: #fff;
  font-size: 4em;
  line-height: 112%;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.link-block-7 {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.section-15 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  margin-bottom: 4rem;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0d0d11;
}

.section-15.mb-8 {
  margin-bottom: 8rem;
}

.divblock14-word-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100vw;
  height: auto;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #0d0d11;
}

.html-embed-7 {
  display: block;
}

.nav-icon-btn {
  padding: 0.5rem 1rem;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 200;
}

.nav-icon-btn:hover {
  color: #639bfc;
}

.nav-icon-btn.w--current {
  color: transparent;
}

.nav-txt-sign {
  height: 30.59375px;
  padding-top: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: -0.05px;
  text-transform: capitalize;
}

.nav-txt-sign:hover {
  color: #639bfc;
}

.section-tittle {
  margin-bottom: 0px;
}

.slider-navigation {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.slider-navigation:hover {
  opacity: 0.7;
}

.slider-navigation.prev-slide {
  margin-right: 50px;
}

.section-16 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-16.slider-section {
  overflow: hidden;
  margin-bottom: 0rem;
  padding-bottom: 4rem;
}

.slider-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container-12 {
  width: 100%;
  max-width: 100%;
  padding-right: 60px;
  padding-left: 60px;
}

.pagination {
  margin-top: 60px;
  text-align: center;
}

.slider-item {
  overflow: hidden;
  width: 464px;
  height: 320px;
  margin-right: 32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: #727272;
}

.slider-navigation-wrapper {
  margin-right: 40px;
  margin-bottom: 4px;
  margin-left: 40px;
}

.section-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -62px;
  margin-bottom: 32px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.section-header.hide {
  display: none;
}

.slide-link-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #2c2b2b;
  color: #fff;
  text-decoration: none;
}

.slide-link-block:hover {
  background-color: #0071e3;
}

.slide-link-block.seeall {
  background-color: transparent;
  background-image: repeating-linear-gradient(297deg, rgba(99, 47, 143, 0.66), #4865c4 55%, #5bb3da);
  opacity: 1;
}

.slide-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  margin-bottom: -1px;
  padding: 0px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  color: #141414;
}

.slide-title {
  margin-bottom: 0px;
}

.html-embed-bg-video {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.video-box {
  width: 50%;
  height: auto;
  min-height: 403px;
  margin-top: 40px;
  margin-bottom: 120px;
  background-color: transparent;
}

.nav-blue-box-old-logo {
  display: none;
  width: 110px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: transparent;
  text-align: center;
}

.nav-blue-box-old-logo:hover {
  background-color: transparent;
}

.nav-blue-box-old-logo.w--current {
  display: none;
  height: 82px;
}

.image-16 {
  display: block;
}

.bg-video-mobile {
  display: none;
}

.cms-2 {
  width: 100%;
}

.cms-works-1-title-2 {
  z-index: 5;
  overflow: visible;
  width: 100%;
  margin-top: 0vw;
  margin-left: 0vw;
  text-align: left;
}

.text-work-title-2 {
  position: relative;
  z-index: 5;
  margin-top: 1vw;
  margin-bottom: -0.1em;
  font-size: 10vw;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.text-work-title-2.detail {
  margin-top: 0vw;
  margin-bottom: -0.5rem;
  font-family: Oscine, sans-serif;
  font-size: 3.5rem;
  line-height: 103%;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
}

.title-work-bg-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -51;
  display: none;
  width: 100vw;
  height: 100vh;
}

.product-txt-box-2 {
  width: 37%;
  padding-top: 0%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.cms-works-1-image-2 {
  position: relative;
  width: 60%;
  height: auto;
  min-height: auto;
  margin-top: -50px;
  -webkit-perspective: 800px;
  perspective: 800px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
}

.paragraph-7 {
  margin-bottom: 1rem;
  font-family: Roboto, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  text-align: center;
}

.content-1st-section-2 {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 10vh 0vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.title-work-bg-image-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(0%, #0d0d11));
  background-image: linear-gradient(180deg, #000, #0d0d11 0%);
  opacity: 0.5;
  -webkit-filter: blur(75px);
  filter: blur(75px);
}

.campaign-slider {
  width: 100%;
  max-width: 100%;
  padding-right: 60px;
  padding-left: 60px;
}

.text-white-home-5 {
  margin-top: -1px;
  margin-bottom: 0em;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  font-family: Roboto, sans-serif;
  color: #0d0d11;
  font-size: 1.2em;
  font-weight: 400;
  letter-spacing: 0.1px;
}

.text-white-home-5:hover {
  opacity: 1;
}

.text-white-home-5.white {
  margin-top: 4px;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 1.2px;
}

.slider-section {
  position: relative;
  z-index: 99;
  padding-top: 60px;
  padding-bottom: 60px;
}

.title {
  margin-bottom: 2rem;
  clear: both;
  font-family: Oscine, sans-serif;
  font-size: 3.5rem;
  line-height: 105%;
  font-weight: 700;
  text-align: center;
}

.image-17 {
  position: static;
  z-index: -999;
}

.html-embed-8 {
  width: 100%;
  height: auto;
  min-height: 160px;
}

.img-bg-gray {
  width: 50px;
  height: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50px;
  background-color: #272727;
}

.div-block-3277 {
  width: 100%;
  height: 100%;
  background-color: #3b3b3b;
}

.seealll-bg {
  display: none;
  width: 464px;
  height: 320px;
  background-color: #2f2f2f;
}

.seealll-bg:hover {
  background-color: #0071e3;
}

.cta-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-us_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

.text-block-22 {
  font-family: Oscine, sans-serif;
  color: #f6f1ea;
  font-size: 1.15rem;
  font-weight: 400;
}

.html-embed-9 {
  width: 17px;
  margin-left: 5px;
  padding-top: 3.5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #f6f1ea;
  font-size: 7px;
}

.c-slider-btn {
  margin-right: 10px;
  margin-left: 10px;
  cursor: pointer;
}

.c-slider-btn.right {
  margin-right: 0px;
  margin-left: 0px;
}

.c-slider-btn-loading {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  border: 1px dashed #aaa;
  border-radius: 1000px;
}

.slider-btn-icon.right {
  max-width: 40%;
}

.c-slider-btn-icon {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.c-slider-btn-circle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  border: 1px solid #aaa;
  border-radius: 1000px;
}

._w-slider-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 500px;
}

._w-slider-btn.right {
  width: 110px;
  height: 110px;
}

.ci-slider-btn-loading {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  border-radius: 1000px;
  opacity: 0.5;
}

.slider-trigger-right {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 50;
}

.world-link-box:hover {
  color: #0597e0;
}

.view-icon {
  position: absolute;
  z-index: 2;
  display: block;
  width: 18%;
  height: auto;
}

.dark {
  position: absolute;
  z-index: 1;
  display: block;
  width: 380px;
  height: 260px;
  background-color: #0d0c11;
  opacity: 0.4;
  mix-blend-mode: multiply;
}

.text-block-23 {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: Oscine, sans-serif;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
}

.explore-link {
  position: relative;
  top: -250px;
  height: 1px;
}

.explore-mobile-link {
  height: 1px;
}

.scroll-down-button-mobile-link {
  position: relative;
  z-index: 20;
  display: none;
  width: auto;
  height: auto;
  margin-top: auto;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0px;
  background-color: transparent;
  opacity: 1;
  mix-blend-mode: normal;
}

.scroll-down-button-mobile-link.mobile-hide {
  margin-top: auto;
}

.button-wrapper {
  margin-top: 1rem;
  margin-right: 1rem;
}

.button-3 {
  padding: 0.875rem 1.25rem 0.875rem 1.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 2.25rem;
  background-color: #14f195;
  -webkit-transition: background-color 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, color 200ms ease, transform 200ms ease;
  transition: background-color 200ms ease, color 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
  color: #000;
  line-height: 1.25;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.button-3:hover {
  border-color: #000;
  background-color: #fff;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #000;
}

@media screen and (min-width: 1280px) {
  .body {
    font-size: 1.25vw;
  }

  .image-wrapper {
    width: 600px;
    height: 400px;
    min-height: auto;
    margin-right: 0vw;
  }

  .text-extra-large {
    font-size: 4.5vw;
  }

  .perspective {
    letter-spacing: 0px;
  }

  .text-caption.text-grey {
    font-size: 1.25rem;
  }

  .image-cover.hide {
    display: none;
  }

  .align-horizontal-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .align-horizontal-center.mb--0-25 {
    margin-bottom: 0rem;
  }

  .align-horizontal-center.mb--0-25.ml {
    margin-left: auto;
  }

  .align-horizontal-center.mb--0-25.mk-1 {
    width: 100.002%;
  }

  .align-horizontal-center.mb--0-25.mk-1.mb-1 {
    width: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .align-horizontal-center.ml-2 {
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }

  .align-horizontal-center.mt--15 {
    margin-top: -15px;
  }

  .align-horizontal-center.mt--15.mb-0-5 {
    width: auto;
    margin-top: 0px;
    margin-bottom: 1rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .content-section {
    display: block;
    padding-right: 0vw;
    padding-left: 40px;
  }

  .content-section.padding-bottom-zero {
    display: block;
    height: 100vh;
  }

  .content-section.padding-bottom-zero.hide-news {
    display: none;
  }

  .content-section.hide {
    display: none;
  }

  .align-vertical-center {
    width: auto;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .text-work-title.caption.work.link {
    font-size: 1.05rem;
  }

  .text-work-title.detail {
    margin-top: 0vw;
    margin-left: 0px;
    font-size: 3.6rem;
  }

  .text-work-title.next {
    text-transform: capitalize;
  }

  .moving-post-date {
    padding-right: 0vw;
  }

  .heading-hero-2.load-rotated-1st {
    font-size: 7rem;
    letter-spacing: -0.04em;
    text-transform: none;
  }

  .heading-hero-2.load-rotated-1st.bold {
    font-size: 6rem;
  }

  .heading-hero-2.load-rotated-2nd {
    font-size: 7rem;
    letter-spacing: -0.04em;
    text-transform: none;
  }

  .heading-hero-2.load-rotated-2nd.bold {
    font-size: 6rem;
  }

  .heading-hero-2.load-rotated-2nd.m-txt {
    font-size: 6rem;
  }

  .heading-hero-2.load-rotated-3rd {
    font-size: 7rem;
    letter-spacing: -0.04em;
  }

  .heading-hero-2.load-rotated-3rd.spece-letter-2 {
    font-size: 11vw;
    letter-spacing: -0.03em;
    text-transform: none;
  }

  .heading-hero-2.load-rotated-3rd.bold {
    font-size: 6rem;
  }

  .heading-hero-2.load-rotated-3rd.m-txt {
    font-size: 6rem;
  }

  .heading-hero-2.load-rotated-4th {
    font-size: 6rem;
    letter-spacing: -0.04em;
  }

  .heading-hero-2.load-rotated-4th.spece-letter-0-05 {
    font-size: 11vw;
    letter-spacing: -0.06em;
    text-transform: none;
  }

  .heading-hero-2.load-rotated-4th.letter-space-gap.m-txt {
    font-size: 6rem;
  }

  .heading-hero-2.load-rotated-4th.bold {
    font-size: 6rem;
  }

  .heading-hero-2.load-rotated-5th {
    font-size: 7rem;
    letter-spacing: -0.04em;
    text-transform: none;
  }

  .heading-hero-2.load-rotated-5th.letter-space-gap {
    font-size: 7rem;
  }

  .heading-hero-2.load-rotated-5th.bold {
    font-size: 6rem;
  }

  .heading-hero-2.load-rotated-5th.m-txt {
    font-size: 6rem;
  }

  .heading-hero-2.load-rotated-6th {
    font-size: 7rem;
    letter-spacing: -0.04em;
  }

  .heading-hero-2.load-rotated-6th.space-letter {
    letter-spacing: 0.3em;
  }

  .heading-hero-2.load-rotated-6th.last {
    font-size: 11vw;
  }

  .heading-hero-2.load-rotated-6th.bold {
    font-size: 6rem;
  }

  .heading-hero-2.load-rotated-6th.m-txt {
    font-size: 6rem;
  }

  .heading-hero-2.load-rotated-7th {
    font-size: 7rem;
    letter-spacing: -0.04em;
  }

  .heading-hero-2.load-rotated-7th.bold {
    font-size: 6rem;
  }

  .heading-hero-2.load-rotated-7th.m-txt {
    font-size: 6rem;
  }

  .heading-hero-2.load-rotated-8th {
    font-size: 7rem;
    letter-spacing: -0.04em;
  }

  .heading-hero-2.load-rotated-8th.letter-space-gap.m-txt {
    font-size: 6rem;
  }

  .heading-hero-2.load-rotated-8th.m-txt {
    font-size: 6rem;
  }

  .heading-hero-2.load-rotated-9th {
    font-size: 7rem;
    letter-spacing: -0.04em;
  }

  .heading-hero-2.load-rotated-9th.letter-gap-0 {
    font-size: 9rem;
    letter-spacing: -0.04em;
  }

  .heading-hero-2.load-rotated-9th.m-txt {
    font-size: 6rem;
  }

  .heading-hero-2.load-rotated-9th.m-txt.t-letter-space {
    letter-spacing: 0.02em;
  }

  .heading-hero-2.load-rotated-10th {
    font-size: 7rem;
    letter-spacing: -0.04em;
  }

  .heading-hero-2.load-rotated-10th.last-letter {
    letter-spacing: 0em;
  }

  .heading-hero-2.load-rotated-10th.tuning {
    letter-spacing: -0.03em;
  }

  .heading-hero-2.load-rotated-10th.m-txt {
    font-size: 6rem;
  }

  .heading-hero-2.load-rotated-11th {
    font-size: 7rem;
    letter-spacing: -0.04em;
  }

  .heading-hero-2.load-rotated-11th.m-txt {
    font-size: 6rem;
  }

  .cms-works-1-item {
    padding-right: 0%;
    padding-left: 0vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cms-works-1-image {
    width: 600px;
    margin-top: -80px;
  }

  .cms-works-1-title.link {
    width: 100%;
    margin-top: 0vw;
    margin-left: 0vw;
  }

  .nav-menu-1-image-wrap {
    width: 30vw;
  }

  .nav-menu-1-1st-image {
    width: 30vw;
  }

  .projects-template-section {
    margin-top: 17vw;
  }

  .about-grid-1 {
    padding-right: 20%;
  }

  .line-top.underline {
    max-width: none;
  }

  .line-bottom.underline {
    max-width: none;
  }

  .testimonial-wrap.margin-top-medium {
    margin-top: 0vw;
    padding-right: 3vw;
    padding-left: 3vw;
    background-color: transparent;
  }

  .testimonial-item {
    background-color: transparent;
  }

  .testimonial-image-wrap {
    margin-top: 0px;
    margin-bottom: 25px;
  }

  .testimonial-perspective-1 {
    width: 70%;
    margin-top: 0px;
  }

  .testimonial-image.hide {
    display: none;
  }

  .testimonial-perspective-2 {
    width: 70%;
  }

  .testimonial-perspective-3 {
    width: 70%;
  }

  .cms-all-projects {
    margin-right: auto;
    margin-left: auto;
  }

  .post-underline.link {
    padding-right: 0px;
  }

  .post-underline-heading {
    font-size: 2.5rem;
    font-weight: 400;
  }

  .post-underline-icon.icon {
    width: 1.4em;
    max-width: 80%;
  }

  .navbar7_link-2 {
    font-size: 17px;
  }

  .header__columns {
    width: 1280px;
    max-width: none;
  }

  .navbar_component {
    position: fixed;
    z-index: 999;
    width: 100%;
    background-color: rgba(6, 6, 7, 0.75);
  }

  .signin {
    font-size: 17px;
  }

  .nav-txt {
    font-size: 17px;
  }

  .overflow {
    text-align: center;
  }

  .hero-b {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-b.align-l {
    display: block;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading-hero-b {
    text-align: center;
  }

  .text-span-accent-b.align-l {
    text-align: left;
  }

  .block-paragraph-hero-b {
    text-align: center;
  }

  .paragraph-hero-b {
    text-align: center;
  }

  .heading-6 {
    margin-bottom: 0.5em;
  }

  .center-title {
    margin-bottom: 0rem;
  }

  .center-title.mb-s {
    margin-bottom: 4rem;
  }

  .center-title.mb-4 {
    margin-bottom: 4rem;
  }

  .center-title.mb-6 {
    margin-bottom: 6rem;
  }

  .section-10.no-padding.clip {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .heading-90 {
    background-color: transparent;
    background-image: none;
    color: #fff;
    font-size: 4.7rem;
    font-weight: 700;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .heading-90.txt-bk {
    padding-top: 10px;
    font-size: 4.7rem;
  }

  .partners-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .investor-card {
    max-height: none;
    min-height: auto;
  }

  .investor-logo._75 {
    width: 70%;
  }

  .investor-logo.zombie-size {
    width: 32%;
  }

  .call-to-action {
    max-width: 100vw;
  }

  .call-to-action.w1280 {
    max-width: 1280px;
  }

  .heading-call-to-action {
    font-size: 4.7rem;
  }

  .section-footer {
    z-index: 999;
  }

  .link-footer {
    font-size: 17px;
  }

  .link-footer:hover {
    color: #fff;
  }

  .logo-motion-l {
    left: 33px;
    top: -550px;
  }

  .text-block-4 {
    padding-top: 20px;
  }

  .div-block {
    margin-bottom: 40px;
  }

  .memu-v {
    display: block;
    width: 110px;
    padding-top: 0px;
  }

  .memu-v.hide {
    opacity: 0.7;
  }

  .lottie-animation-5 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .intro-mission-box {
    z-index: 10;
    padding-top: 10rem;
  }

  .background-video-3.hide {
    display: none;
  }

  .hero-txt {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-3240.hide {
    display: none;
  }

  .div-block-3241 {
    margin-right: 12px;
    margin-left: 12px;
  }

  .hero-txt-motion {
    max-width: 1280px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .divblock14 {
    height: 150vh;
  }

  .scroll-2 {
    display: block;
  }

  .dark-top-mask {
    background-color: rgba(13, 13, 17, 0.65);
  }

  .content-section-new-intro {
    display: block;
  }

  .content-section-new-intro.padding-bottom-zero {
    display: block;
  }

  .content-section-new-intro.hide {
    display: none;
  }

  .content-section-new-intro.mt-10 {
    max-width: 1200px;
    margin-top: 10rem;
  }

  .intro-para {
    height: 190px;
  }

  .intro-para.txt-190 {
    height: 110px;
  }

  .bold-text-6 {
    font-size: 4.7rem;
  }

  .hero-image {
    width: 1440px;
    max-width: 90%;
  }

  .container-9.in-hero {
    padding-bottom: 12rem;
  }

  .bg-wrap.in-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar__logo-copy:hover {
    color: #fff;
  }

  .w1280 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .investor-grid-w1280.contained {
    width: 100%;
    max-width: 1280px;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .scroll-down-button-2 {
    width: 85px;
    height: 85px;
    margin-top: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .scroll-down-button-2.hide {
    left: auto;
    right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: center;
  }

  .circle-button-text-1 {
    display: block;
    font-size: 0.5em;
    letter-spacing: -0.02em;
    text-transform: capitalize;
  }

  .circle-button-icon {
    width: 0.7em;
  }

  .content-section-white {
    display: block;
  }

  .content-section-white.padding-bottom-zero {
    display: block;
  }

  .content-section-white.hide {
    display: none;
  }

  .background-video-4 {
    width: 653px;
    min-height: 450px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }

  .section-device-txtbox {
    background-color: #fff;
  }

  .grid-7.hide {
    background-color: #fff;
  }

  .div-block-3267 {
    height: 50vh;
    min-height: 570px;
    background-color: #fff;
  }

  .section-device-videobox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hide {
    display: block;
    width: 100%;
    height: 50%;
  }

  .body-menuv {
    margin-left: 0px;
    font-size: 1.25vw;
  }

  .background-video-5 {
    display: none;
    overflow: hidden;
    width: 90%;
    height: auto;
    min-height: 550px;
  }

  .menu__columns.mod--nav {
    height: 77vh;
  }

  .html-embed-6 {
    width: 100%;
    height: 100%;
    min-height: 510px;
  }

  .header-wrap-a.hide {
    width: 110px;
    height: auto;
  }

  .tabs-content {
    margin-top: 70px;
  }

  .tabs-objects-slide {
    width: 670px;
    margin-right: 50px;
    margin-left: 50px;
  }

  .tabs-objects-slide.home-15 {
    width: 464px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .tabs-menu-3.home-3-tabs {
    max-width: 600px;
    padding-right: 0vw;
    padding-left: 0%;
  }

  .tabs-objects-slider {
    margin-left: -40%;
  }

  .tabs-objects-slider.home-15-objects-slider {
    height: 320px;
  }

  .section-event-news {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-event-news:active {
    color: #0071e3;
  }

  .section-event-news.pd-8 {
    padding-bottom: 0rem;
  }

  .collection-item-2 {
    height: 320px;
  }

  .heading-90-2 {
    background-color: transparent;
    background-image: none;
    color: #fff;
    font-size: 4.7rem;
    font-weight: 700;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .text-white-home-3 {
    margin-top: -1px;
  }

  .scroll-down-button-2-mobile {
    width: 8em;
    height: 8em;
    margin-top: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .eventcard-section {
    padding-top: 80px;
  }

  .card_component {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card {
    height: 360px;
  }

  .paragraph-6 {
    font-size: 1.12rem;
    font-weight: 200;
    text-align: center;
  }

  .heading-91 {
    font-size: 4vw;
    font-weight: 400;
    text-align: center;
  }

  .item-info {
    width: 36%;
  }

  .video-item-box {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .work-item-linkbox {
    width: 850px;
    height: auto;
  }

  .product-txt-box {
    width: 32%;
  }

  .link-area {
    width: 100%;
  }

  .campaign-img {
    width: 100%;
  }

  .div-block-3276.row2.mb-8 {
    height: 331px;
  }

  .grid-9 {
    margin-right: 0px;
  }

  .heading-90-3 {
    background-color: transparent;
    background-image: none;
    color: #fff;
    font-size: 4.7rem;
    font-weight: 700;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .nav-icon-btn {
    font-size: 17px;
  }

  .nav-txt-sign {
    font-size: 17px;
  }

  .container-12 {
    padding-bottom: 4rem;
  }

  .text-work-title-2.detail {
    margin-top: 0vw;
    margin-left: 0px;
    font-size: 3.6rem;
  }

  .product-txt-box-2 {
    width: 32%;
  }

  .cms-works-1-image-2 {
    width: 600px;
    margin-top: -80px;
  }

  .paragraph-7 {
    margin-bottom: 1rem;
  }

  .campaign-slider {
    padding-bottom: 4rem;
  }

  .text-white-home-5 {
    margin-top: -1px;
  }

  .text-white-home-5.white {
    font-size: 1.8rem;
  }

  .title {
    font-size: 3.6rem;
  }

  .scroll-down-button-mobile-link {
    width: 85px;
    height: 85px;
    margin-top: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (min-width: 1440px) {
  .image-wrapper {
    width: 650px;
    height: 420px;
  }

  .content-section {
    max-width: 1100px;
  }

  .align-vertical-center {
    display: none;
  }

  .text-work-title.detail {
    font-size: 4vw;
  }

  .heading-hero-2.load-rotated-9th.m-txt.t-letter-space {
    letter-spacing: 0.02em;
  }

  .cms-works-1-item {
    min-height: 480px;
  }

  .cms-works-1-item:nth-child(even) {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .cms-works-1-image {
    width: 650px;
  }

  .cms-works-1-title.link {
    width: 100%;
    margin-top: 0.5vw;
    margin-right: auto;
    margin-left: 0vw;
  }

  .testimonial-image-wrap {
    margin-top: -5px;
    margin-bottom: 30px;
  }

  .center-title {
    margin-bottom: 0rem;
  }

  .center-title.mbmt-0 {
    padding-bottom: 2rem;
  }

  .center-title.mb-6 {
    margin-bottom: 6rem;
  }

  .heading-90.txt-bk {
    padding-top: 0px;
  }

  .investor-logo._75 {
    width: 70%;
  }

  .investor-logo.zombie-size {
    width: 32%;
  }

  .intro-mission-box {
    padding-top: 10rem;
  }

  .hero-txt {
    padding-bottom: 5%;
  }

  .hero-txt-motion {
    display: block;
  }

  .bgvideo {
    width: auto;
  }

  .scroll-down-button-2 {
    margin-top: auto;
  }

  .scroll-down-button-2.mobile-hide {
    margin-top: auto;
  }

  .background-video-4 {
    width: 720px;
    min-height: 500px;
    margin: 40px auto 125px;
  }

  .div-block-3267 {
    height: 55vh;
  }

  .section-device-videobox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu__columns.mod--nav {
    height: 77vh;
  }

  .tabs-objects-slide {
    width: 780px;
  }

  .tabs-objects-slide.home-15 {
    width: 551px;
    margin-right: 25px;
    margin-left: 25px;
  }

  .tabs-menu-3.home-3-tabs {
    padding-right: 0%;
    padding-left: 0%;
  }

  .tabs-objects-slider {
    height: 530px;
  }

  .tabs-objects-slider.home-15-objects-slider {
    height: 380px;
  }

  .section-event-news.pd-8 {
    padding-bottom: 0rem;
  }

  .collection-item-2 {
    height: 380px;
  }

  .mask-2 {
    width: 40vw;
  }

  .txt-color-box {
    height: auto;
    padding: 18px 25px;
  }

  .text-white-home-3 {
    margin-top: 0px;
    font-size: 1.1em;
    line-height: 1.2;
    letter-spacing: 0.1px;
  }

  .home-15-tabs-image-wrapper {
    width: 100%;
  }

  .scroll-down-button-2-mobile {
    margin-top: 0px;
  }

  .work-item-background-video {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .work-item-thumb {
    position: static;
    width: 850px;
    height: 540px;
    margin-right: auto;
    margin-left: auto;
  }

  .work-item-content {
    padding: 20px 40px;
  }

  .eventcard-section {
    padding-top: 75px;
  }

  .work-left {
    display: -ms-grid;
    display: grid;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 70px;
    -ms-grid-columns: 850px;
    grid-template-columns: 850px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .card_component {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card_cta-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .card_wrapper {
    width: 960px;
    height: 620px;
  }

  .section-3video.section-bg-white {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .card {
    width: 620px;
    height: 400px;
  }

  .container--3video {
    max-width: none;
  }

  .function_cards-wrapper {
    padding-right: 0px;
    padding-left: 0px;
    grid-column-gap: 10px;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }

  .orange-bg {
    min-height: 840px;
  }

  .paragraph-6 {
    font-size: 1.125rem;
  }

  .heading-91 {
    font-size: 3.5vw;
  }

  .video-item-box {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 150px;
    padding-bottom: 150px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .work-item-linkbox {
    position: relative;
    display: block;
    overflow: hidden;
    width: 850px;
    height: 540px;
    min-height: auto;
    margin-right: auto;
    margin-bottom: 100px;
    margin-left: auto;
  }

  .product-txt-box {
    width: 32%;
  }

  .link-area {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
  }

  .campaign-img {
    width: 100%;
    height: 100%;
  }

  .container-12 {
    padding-bottom: 4rem;
  }

  .slider-item {
    width: 551px;
    height: 380px;
  }

  .video-box {
    margin-bottom: 125px;
  }

  .cms-2 {
    padding-left: 40px;
  }

  .text-work-title-2.detail {
    font-size: 4vw;
  }

  .product-txt-box-2 {
    width: 32%;
  }

  .cms-works-1-image-2 {
    width: 650px;
  }

  .paragraph-7 {
    margin-bottom: 1.5rem;
  }

  .content-1st-section-2 {
    max-width: 1100px;
  }

  .campaign-slider {
    padding-bottom: 4rem;
  }

  .text-white-home-5 {
    margin-top: 0px;
    font-size: 1.1em;
    line-height: 1.2;
    letter-spacing: 0.1px;
  }

  .text-white-home-5.white {
    font-size: 2rem;
  }

  .title {
    font-size: 4rem;
  }

  .seealll-bg {
    width: 551px;
    height: 380px;
  }

  ._w-slider-btn.right {
    width: 110px;
    height: 110px;
  }

  .text-block-23 {
    font-size: 16px;
  }

  .scroll-down-button-mobile-link {
    margin-top: auto;
  }

  .scroll-down-button-mobile-link.mobile-hide {
    margin-top: auto;
  }
}

@media screen and (min-width: 1920px) {
  .hightlight-video {
    max-width: none;
  }

  .image-wrapper {
    width: 780px;
    height: 475px;
    min-height: auto;
    margin-right: 0vw;
  }

  .content-section {
    width: 100%;
    max-width: 1200px;
    padding-left: 0px;
  }

  .text-work-title.caption.work.link {
    font-size: 1.3rem;
  }

  .text-work-title.detail {
    position: relative;
    font-size: 4.3rem;
  }

  .heading-hero-2.load-rotated-1st.bold {
    font-size: 7rem;
  }

  .heading-hero-2.load-rotated-2nd.bold {
    font-size: 7rem;
  }

  .heading-hero-2.load-rotated-2nd.m-txt {
    font-size: 7rem;
  }

  .heading-hero-2.load-rotated-3rd.bold {
    font-size: 7rem;
  }

  .heading-hero-2.load-rotated-3rd.m-txt {
    font-size: 7rem;
  }

  .heading-hero-2.load-rotated-4th {
    font-size: 7rem;
  }

  .heading-hero-2.load-rotated-4th.letter-space-gap.m-txt {
    font-size: 7rem;
  }

  .heading-hero-2.load-rotated-4th.bold {
    font-size: 7rem;
  }

  .heading-hero-2.load-rotated-5th.bold {
    font-size: 7rem;
  }

  .heading-hero-2.load-rotated-5th.m-txt {
    font-size: 7rem;
  }

  .heading-hero-2.load-rotated-6th.bold {
    font-size: 7rem;
  }

  .heading-hero-2.load-rotated-6th.m-txt {
    font-size: 7rem;
  }

  .heading-hero-2.load-rotated-7th.bold {
    font-size: 7rem;
  }

  .heading-hero-2.load-rotated-7th.m-txt {
    font-size: 7rem;
  }

  .heading-hero-2.load-rotated-8th.letter-space-gap.m-txt {
    font-size: 7rem;
  }

  .heading-hero-2.load-rotated-8th.m-txt {
    font-size: 7rem;
  }

  .heading-hero-2.load-rotated-9th.m-txt {
    font-size: 7rem;
  }

  .heading-hero-2.load-rotated-9th.m-txt.t-letter-space {
    letter-spacing: 0.02em;
  }

  .heading-hero-2.load-rotated-10th.m-txt {
    font-size: 7rem;
  }

  .heading-hero-2.load-rotated-11th.m-txt {
    font-size: 7rem;
  }

  .cms-works-1-item {
    width: 100%;
    height: auto;
    min-height: 500px;
    padding-right: 0%;
    padding-left: 0vw;
    -ms-grid-columns: 1.9fr 1fr;
    grid-template-columns: 1.9fr 1fr;
  }

  .cms-works-1-image {
    width: 780px;
  }

  .cms-works-1-title.link {
    position: static;
    width: 350px;
    margin-top: 0vw;
  }

  .testimonial-wrap.margin-top-medium {
    padding-right: 2vw;
    padding-left: 2vw;
  }

  .sectionscale {
    width: 100.0000064931017%;
  }

  .full-image_photo-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .center-title.mbmt-0 {
    padding-top: 2rem;
    padding-bottom: 6rem;
  }

  .center-title.mb-6 {
    margin-bottom: 6rem;
  }

  .heading-90 {
    font-size: 5.5rem;
  }

  .heading-90.txt-bk {
    padding-top: 0px;
    font-size: 5.5rem;
  }

  .investor-logo._75 {
    width: 80%;
  }

  .heading-call-to-action {
    font-size: 5.5rem;
  }

  .section-11 {
    margin-bottom: 8rem;
  }

  .section-11.mb-8 {
    margin-bottom: 14rem;
  }

  .intro-mission-box {
    padding-top: 10rem;
  }

  .background-video-3.show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .hero-txt {
    padding-top: 40px;
    padding-bottom: 5%;
  }

  .div-block-3241 {
    margin-right: 15px;
    margin-left: 15px;
  }

  .bgvideo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .intro-para.txt-190 {
    height: 130px;
  }

  .bold-text-6 {
    font-size: 5.5rem;
  }

  .scroll-down-button-2 {
    width: 90px;
    height: 90px;
    margin-top: auto;
  }

  .background-video-4 {
    width: 870px;
    min-height: 600px;
    margin-top: 70px;
    margin-bottom: 155px;
  }

  .section-device-txtbox {
    border: 0px none transparent;
  }

  .div-block-3267 {
    height: auto;
    min-height: 850px;
  }

  .section-device-videobox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px none #000;
    background-color: #fff;
  }

  .menu__columns.mod--nav {
    height: 77vh;
  }

  .html-embed-6 {
    min-height: 700px;
  }

  .tabs-objects-slide {
    width: 940px;
  }

  .tabs-objects-slide.home-15 {
    width: 725px;
    height: 500px;
  }

  .tabs-menu-3.home-3-tabs {
    max-width: 600px;
    padding-right: 0%;
    padding-left: 0%;
    font-size: 1.25rem;
  }

  .tabs-objects-slider {
    margin-left: -31%;
  }

  .tabs-objects-slider.home-15-objects-slider {
    height: 500px;
  }

  .section-event-news.pd-8 {
    padding-top: 5.5rem;
    padding-bottom: 0rem;
  }

  .collection-item-2 {
    height: 500px;
  }

  .mask-2 {
    width: 38vw;
  }

  .heading-90-2 {
    font-size: 5.5rem;
  }

  .txt-color-box {
    height: auto;
    padding: 20px 30px;
  }

  .text-white-home-3 {
    font-size: 1.1em;
    line-height: 1.2;
    letter-spacing: 0.1px;
  }

  .scroll-down-button-2-mobile {
    margin-top: 0px;
  }

  .heading-small.margin-32 {
    font-size: 50px;
  }

  .work-item {
    height: 550px;
  }

  ._3video-container {
    max-width: 1440px;
  }

  .eventcard-section {
    padding-top: 80px;
  }

  .container-large {
    max-width: 1280px;
  }

  .card_side.is-back {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-style-alternative-2 {
    font-size: 24px;
  }

  .card_component {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card_cta-wrapper {
    display: none;
  }

  .card_wrapper {
    width: 960px;
    height: 620px;
  }

  .background-video-7 {
    width: 900px;
  }

  .card-content {
    overflow: hidden;
  }

  .paragraph-6 {
    font-size: 1.2rem;
  }

  .heading-91 {
    font-size: 3.5vw;
  }

  .item-info {
    width: 40%;
    margin-left: 0px;
  }

  .video-item-box {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .div-block-3274 {
    width: 100%;
  }

  .product-txt-box {
    width: 32%;
  }

  .campaign-img {
    width: 100%;
    height: 100%;
  }

  .heading-90-3 {
    font-size: 5.5rem;
  }

  .section-15 {
    margin-bottom: 8rem;
  }

  .section-15.mb-8 {
    margin-bottom: 14rem;
  }

  .container-12 {
    padding-bottom: 4rem;
  }

  .pagination {
    position: relative;
    height: 75px;
    margin-top: 60px;
    margin-bottom: 60px;
    background-color: transparent;
  }

  .slider-item {
    width: 725px;
    height: 500px;
  }

  .section-header {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -110px;
    background-color: #f0b9b9;
  }

  .section-header.hide {
    background-color: transparent;
  }

  .html-embed-bg-video {
    position: static;
    overflow: hidden;
    width: 100%;
    height: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .video-box {
    margin-top: 70px;
    margin-bottom: 155px;
  }

  .text-work-title-2.detail {
    position: relative;
    margin-bottom: -0.5rem;
    font-size: 4.3rem;
  }

  .product-txt-box-2 {
    width: 32%;
  }

  .cms-works-1-image-2 {
    width: 780px;
  }

  .paragraph-7 {
    margin-bottom: 2em;
    font-size: 1.125rem;
  }

  .content-1st-section-2 {
    max-width: 1300px;
  }

  .campaign-slider {
    padding-bottom: 4rem;
  }

  .text-white-home-5 {
    font-size: 1.1em;
    line-height: 1.2;
    letter-spacing: 0.1px;
  }

  .text-white-home-5.white {
    font-size: 2.5rem;
  }

  .title {
    font-size: 4.3rem;
  }

  .seealll-bg {
    width: 725px;
    height: 500px;
  }

  .cta-contact {
    opacity: 0.9;
  }

  .text-block-22 {
    font-size: 1.3rem;
  }

  .html-embed-9 {
    margin-left: 5px;
    padding-top: 3.5px;
  }

  .c-slider-btn.right {
    margin-right: 0px;
    margin-left: 0px;
  }

  ._w-slider-btn.right {
    width: 110px;
    height: 110px;
  }

  .text-block-23 {
    font-size: 16px;
  }

  .scroll-down-button-mobile-link {
    width: 90px;
    height: 90px;
    margin-top: auto;
  }
}

@media screen and (max-width: 991px) {
  p {
    max-width: none;
  }

  blockquote {
    margin-left: 0px;
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
  }

  .hightlight-video {
    padding-top: 0px;
  }

  .style-guide-row {
    grid-column-gap: 24px;
  }

  .text-large {
    max-width: 600px;
    font-size: 1.75em;
  }

  .image-wrapper {
    height: 450px;
    min-height: auto;
  }

  .text-extra-large {
    font-size: 2.8em;
  }

  .hero-portrait-image {
    width: 50vw;
  }

  .navbar.demo-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .navbar.demo-3 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .navbar-1-controls {
    width: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-caption {
    font-size: 1.1rem;
  }

  .text-caption.align-center {
    margin-bottom: 60px;
    font-size: 2rem;
  }

  .hero-2-scrolling-section {
    padding-bottom: 15vh;
  }

  .scrolling-loop-item.shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer-1 {
    padding-top: 10vw;
    padding-bottom: 10vw;
    grid-row-gap: 5vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    font-size: 1em;
  }

  .footer-1-info {
    justify-items: center;
  }

  .footer-1-social-grid {
    justify-items: center;
  }

  .footer-1-social-link {
    width: 25px;
  }

  .footer-1-brand {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-1-social-link-hover {
    display: none;
  }

  .footer-2 {
    padding-top: 160px;
    padding-bottom: 10vw;
  }

  .footer-2-introduction {
    width: 75%;
    max-width: none;
    font-size: 20px;
  }

  .footer-2-thumbnail-grid {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .footer-2-thumbnail {
    width: 30vw;
    height: 30vw;
  }

  .footer-2-thumbnail-text {
    font-size: 5vw;
  }

  .footer-2-contact {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .footer-2-meta {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    justify-items: start;
    font-size: 1em;
  }

  .align-horizontal-center.mb--0-25 {
    margin-bottom: 0rem;
  }

  .align-horizontal-center.mb--0-25.ml {
    margin-left: 180px;
  }

  .align-horizontal-center.ml-2 {
    margin-left: auto;
  }

  .underline {
    display: none;
  }

  .content-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0vh;
    padding-right: 0vw;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .content-section.padding-bottom-zero {
    height: auto;
    min-height: 800px;
  }

  .legal-info {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .legal-text {
    -ms-grid-columns: 25vw auto;
    grid-template-columns: 25vw auto;
  }

  .accordion-trigger {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    letter-spacing: 0px;
  }

  .accordion-expand-icon {
    width: 50px;
    height: 50px;
  }

  .accordion-expand-minus {
    width: 20px;
  }

  .accordion-expand-plus {
    height: 20px;
  }

  .accordion-title-number {
    font-size: 50px;
  }

  .text-medium {
    max-width: 600px;
  }

  .teaser-title {
    font-size: 16px;
  }

  .link-circle-button {
    width: 50px;
    height: 50px;
    padding: 15px;
  }

  .title-work-image-wrap {
    position: static;
    display: block;
    width: 90vw;
    height: 90vw;
    margin-bottom: 2.5vw;
  }

  .title-work-image-wrap.next {
    width: 50vw;
    height: 50vw;
  }

  .align-vertical-center {
    padding-bottom: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-3-powered {
    font-size: 1.5em;
  }

  .footer-3-inner-grid {
    font-size: 1.375em;
    line-height: 2;
  }

  .footer-3-meta-links {
    grid-auto-flow: row;
  }

  .service-grid-2x-list-small {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .text-work-grid {
    justify-items: stretch;
    grid-row-gap: 10vw;
  }

  .text-work-title {
    margin-top: 2.5vw;
  }

  .text-work-title.caption.work.link {
    margin-bottom: 2em;
  }

  .text-work-title.next {
    margin-top: 0px;
  }

  .text-work-link {
    padding-top: 2vw;
  }

  .brand {
    z-index: 5;
  }

  .button-circle-filled {
    width: 25vw;
    height: 25vw;
  }

  .service-grid-1x-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .content-1st-section {
    padding-right: 2.5vw;
    padding-left: 2.5vw;
  }

  .side-grid {
    grid-column-gap: 5vw;
  }

  .cms-list-post {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .heading-3 {
    font-size: 1.25em;
  }

  .footer-1-scrolling-section {
    overflow: hidden;
  }

  .moving-post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 2em;
  }

  .moving-post-date {
    padding-right: 0px;
    padding-bottom: 15px;
  }

  .moving-post-title {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .content-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .navbar-3-grid {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-menu-3-grid {
    margin-top: 10vh;
  }

  .menu-button-1 {
    background-color: hsla(0, 0%, 62%, 0.1);
  }

  .demo-3-main-grid {
    -ms-grid-columns: 5vw 25vw 25vw 1fr;
    grid-template-columns: 5vw 25vw 25vw 1fr;
  }

  .blog-1-slide {
    height: 35.625vw;
  }

  .display-none-tablet {
    display: none;
  }

  .about-1-title-grid {
    grid-row-gap: 1.25vw;
  }

  .heading-hero-2.load-rotated-1st {
    font-size: 4.5rem;
  }

  .heading-hero-2.load-rotated-2nd {
    font-size: 4.5rem;
  }

  .heading-hero-2.load-rotated-3rd {
    font-size: 4.5rem;
  }

  .heading-hero-2.load-rotated-3rd.spece-letter-2 {
    font-size: 21vw;
    font-weight: 200;
  }

  .heading-hero-2.load-rotated-4th {
    font-size: 4.5rem;
  }

  .heading-hero-2.load-rotated-4th.spece-letter-0-05 {
    font-size: 21vw;
  }

  .heading-hero-2.load-rotated-5th {
    font-size: 4.5rem;
  }

  .heading-hero-2.load-rotated-5th.letter-space-gap {
    font-size: 4.5rem;
  }

  .heading-hero-2.load-rotated-6th {
    font-size: 4.5rem;
  }

  .heading-hero-2.load-rotated-6th.last {
    font-size: 21vw;
  }

  .heading-hero-2.load-rotated-7th {
    font-size: 4.5rem;
  }

  .heading-hero-2.load-rotated-8th {
    font-size: 4.5rem;
  }

  .heading-hero-2.load-rotated-9th {
    font-size: 4.5rem;
  }

  .heading-hero-2.load-rotated-10th {
    font-size: 4.5rem;
  }

  .heading-hero-2.load-rotated-11th {
    font-size: 4.5rem;
  }

  .button-circle-outline {
    width: 25vw;
    height: 25vw;
    font-size: 2em;
  }

  .cms-works-1-item {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
  }

  .cms-works-1-item:nth-child(even) {
    display: block;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .cms-works-1-image {
    width: 100%;
    height: 450px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .cms-works-1-title.link {
    width: 80%;
    margin-top: 3rem;
  }

  .navbar-grid-2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-1-link {
    font-size: 10vw;
  }

  .navbar-1-link.font-alternative {
    display: none;
  }

  .navbar-1-link-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .nav-menu-1-row {
    width: 100%;
    margin-left: 0%;
  }

  .nav-menu-1-image-wrap {
    display: none;
  }

  .nav-menu-1-1st-image {
    display: none;
  }

  .navbar-3-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100vw;
    height: 100vh;
    padding: 160px 2.5vw 10vh;
    background-color: #0d0d11;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(129, 129, 139, 0.05)), to(rgba(129, 129, 139, 0.05)));
    background-image: linear-gradient(180deg, rgba(129, 129, 139, 0.05), rgba(129, 129, 139, 0.05));
    font-size: 2em;
    line-height: 1.5;
  }

  .menu-button-3 {
    z-index: 5;
    background-color: hsla(0, 0%, 62%, 0.1);
  }

  .navbar-3-controls {
    width: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .menu-button-2 {
    background-color: hsla(0, 0%, 62%, 0.1);
  }

  .navbar-2-controls {
    width: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar-2-menu {
    width: 80vw;
  }

  .navbar-2-link-wrapper {
    font-size: 8vw;
  }

  .heading-post-next {
    font-size: 30px;
  }

  .heading-post-title {
    font-size: 40px;
  }

  .projects-template-1st-section {
    padding-right: 2.5vw;
    padding-left: 2.5vw;
  }

  .projects-template-description {
    max-width: none;
  }

  .about-grid-column {
    padding-right: 0px;
  }

  .about-grid-column-center {
    padding-right: 0px;
  }

  .cms-list-projects-item {
    font-size: 4vw;
  }

  .content-hero-section {
    padding-right: 2.5vw;
    padding-left: 2.5vw;
  }

  .about-grid-1 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .line-top {
    display: block;
  }

  .line-bottom {
    display: block;
  }

  .testimonial-wrap {
    padding-right: 0px;
    padding-left: 0px;
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .testimonial-wrap.margin-top-medium {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .testimonial-image-wrap {
    margin-top: 0px;
  }

  .line-vertical.underline {
    display: block;
  }

  .next-project-section {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .overflow-hidden-max-w {
    max-width: 75vw;
  }

  .post-underline-icon.icon {
    width: 1.5em;
    margin-top: 33px;
    margin-left: 0.25em;
  }

  .teaser-headline {
    opacity: 1;
  }

  .fullscreen-work-title {
    margin-top: 2.5vw;
  }

  .fullscreen-work-title-small-inside {
    margin-top: 2.5vw;
  }

  .fullscreen-work-scrolling-wrap {
    display: none;
  }

  .fullscreen-work-title-small {
    margin-top: 2.5vw;
  }

  .intro-grid {
    grid-column-gap: 5vw;
  }

  .intro-paragraph {
    max-width: 75vw;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .text-size-small.hide-mobile-landscape {
    width: auto;
  }

  .text-size-small.hide-mobile-landscape.w340 {
    width: auto;
  }

  .navbar7_link-2 {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0.75rem 0rem;
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: uppercase;
  }

  .menu-icon_line-bottom {
    width: 24px;
    height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fff;
    color: #121211;
  }

  .navbar_dropdown-link {
    display: -ms-grid;
    display: grid;
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    -ms-grid-columns: -webkit-max-content 540fr;
    -ms-grid-columns: max-content 540fr;
    grid-template-columns: -webkit-max-content 540fr;
    grid-template-columns: max-content 540fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    border-radius: 0rem;
    background-color: transparent;
    color: hsla(0, 0%, 100%, 0.4);
  }

  .navbar_dropdown-link:hover {
    background-color: hsla(0, 0%, 100%, 0.4);
  }

  .navbar_dropdown-link.pad-margin {
    padding-top: 1.5rem;
    padding-bottom: 1.3rem;
  }

  .navbar_dropdown-link.pad-margin.pl-1-5 {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    padding-left: 56px;
    justify-items: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .navbar_dropdown-link.pad-margin.pl-1-5:hover {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    background-color: transparent;
  }

  .navbar_dropdown-link._2col {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar_dropdown-link._2col.pad-margin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0.7rem 0.75rem 0.7rem 56px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar_dropdown-link._2col.pad-margin:hover {
    background-color: transparent;
  }

  .navbar_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .navbar_dropdown-list.w--open {
    position: relative;
    top: 0px;
    display: block;
    height: auto;
    margin-top: -1rem;
    margin-bottom: 40px;
    padding: 0px 0rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: none;
    background-color: transparent;
  }

  .navbar_icon-wrapper {
    width: auto;
    margin-bottom: 0.75rem;
  }

  .navbar_icon-wrapper.w60 {
    display: none;
    width: 42px;
    height: 36px;
    margin-bottom: 0rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .navbar_icon-wrapper.hide {
    display: none;
  }

  .navbar_menu {
    position: absolute;
    display: block;
    overflow: auto;
    height: 100vh;
    max-width: 100%;
    margin-top: 0px;
    margin-right: 0%;
    margin-left: 0%;
    padding: 1rem 3rem 5rem 2rem;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #000;
    background-color: #121211;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .navbar_menu.nav-m {
    z-index: auto;
    height: 100vh;
  }

  .navbar_dropdown-link-list-2 {
    display: block;
    width: 100%;
    padding: 0rem 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    -ms-grid-columns: 31.5% 31.5% 31.5%;
    grid-template-columns: 31.5% 31.5% 31.5%;
    -ms-grid-rows: -webkit-max-content;
    -ms-grid-rows: max-content;
    grid-template-rows: -webkit-max-content;
    grid-template-rows: max-content;
  }

  .navbar_dropdown-link-list-2._2col {
    display: block;
    grid-auto-columns: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    -ms-grid-columns: 45% 45%;
    grid-template-columns: 45% 45%;
    -ms-grid-rows: -webkit-max-content;
    -ms-grid-rows: max-content;
    grid-template-rows: -webkit-max-content;
    grid-template-rows: max-content;
  }

  .navbar_menu-button {
    width: 50px;
    height: 50px;
  }

  .navbar_menu-button.w--open {
    width: 50px;
    height: 50px;
    background-color: transparent;
  }

  .icon-medium {
    width: 100%;
    height: auto;
  }

  .icon-medium._80 {
    width: 80%;
  }

  .icon-medium._90 {
    width: 90%;
  }

  .header__columns {
    max-height: 4rem;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .header__columns.top-menu {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .menu-icon-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 48px;
    margin-right: -0.5rem;
    padding-right: 0rem;
    padding-bottom: 0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar_component.hide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    margin-left: 0rem;
    padding: 0rem 0%;
  }

  .image-3 {
    margin-top: 0px;
  }

  .navbar_dropdwn-toggle {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100.00002413737%;
    margin-bottom: 0px;
    padding: 1.5rem 0rem;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
  }

  .navbar_dropdwn-toggle.w--open {
    position: relative;
    margin-bottom: 0px;
    padding-right: 0rem;
  }

  .signin {
    margin-left: 0rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .menu-icon_line-middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    color: #121211;
  }

  .navbar_menu-right {
    margin-top: 1.5rem;
    padding-bottom: 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .dropdown-icon {
    position: static;
    left: auto;
    top: auto;
    right: 0%;
    bottom: auto;
    margin-top: 0rem;
    margin-right: 0px;
    margin-bottom: 0rem;
  }

  .navbar_menu-dropdown {
    display: block;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .content-2 {
    display: block;
    height: auto;
    padding-right: 2rem;
    padding-left: 2rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-weight-semibold {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Roboto, sans-serif;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.3rem;
    font-weight: 300;
    text-transform: uppercase;
  }

  .text-weight-semibold:hover {
    color: #639bfc;
  }

  .nav-txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -3px;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-family: Roboto, sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
    text-transform: uppercase;
  }

  .navbar_text-wrapper {
    width: auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .navbar_text-wrapper.pl-0 {
    padding-left: 0rem;
  }

  .navbar_text-wrapper.w340.pl-0 {
    width: auto;
    padding-left: 0rem;
  }

  .navbar_text-wrapper.w340.mt-5 {
    width: auto;
  }

  .navbar_text-wrapper.w340.mt-5.pl-0 {
    width: 100%;
    margin-top: 0px;
  }

  .header__logo {
    margin-top: 0px;
  }

  .menu-icon_line-top {
    width: 24px;
    height: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #fff;
  }

  .hero_heading-wrap {
    width: 100%;
  }

  .img-reveal_wrap.hero_img-wrap {
    width: 910px;
    min-width: 0em;
  }

  .container-7 {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .hero_heading {
    font-size: 17vh;
  }

  .hero_heading.heading-3 {
    font-size: 10rem;
  }

  .hero_heading.heading-4 {
    font-size: 10rem;
  }

  .hero_heading.heading-2 {
    font-size: 10rem;
  }

  .hero_heading.heading-1 {
    font-size: 10rem;
  }

  .hero-sticky {
    height: 40vh;
  }

  .section-hero {
    padding-right: 2%;
    padding-left: 2%;
  }

  .container-4 {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .container-4.is-full-image {
    min-height: 100vh;
    padding-bottom: 22em;
  }

  .bold-text {
    font-size: 3em;
  }

  .container {
    padding-right: 3em;
    padding-left: 3em;
  }

  .h2 {
    font-size: 2em;
  }

  .full-image_text-wrap {
    width: 64em;
  }

  .block-project {
    padding: 85px 30px 25px;
  }

  .block-project.small {
    padding: 50px 20px 20px;
  }

  .lottie-animation-3 {
    right: -64px;
  }

  .section-hero-b {
    padding-top: 220px;
    padding-bottom: 180px;
  }

  .lightbox-link-b {
    height: 25vw;
  }

  .feature-background {
    height: auto;
  }

  .feature-background.img-2 {
    width: 100%;
  }

  .feature-background.img-3 {
    width: 100%;
  }

  .paragraph-2 {
    margin-bottom: 1.25rem;
    font-size: 16px;
    letter-spacing: -0.2px;
  }

  .basic-slide-content {
    height: auto;
    max-height: none;
  }

  .dark-slide-arrow {
    bottom: 140px;
  }

  .dark-slide-arrow.left {
    bottom: 0px;
  }

  .dark-slide-arrow.left.hide {
    width: 40px;
    height: 40px;
  }

  .dark-slide-arrow.right {
    bottom: 0px;
  }

  .dark-slide-arrow.right.hide {
    width: 40px;
    height: 40px;
  }

  .heading-7 {
    font-size: 1.6rem;
  }

  .center-title.mbmt-0 {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
  }

  .center-title.mb-s {
    margin-right: 1rem;
    margin-left: 1rem;
  }

  .grid-wrapper-2 {
    -ms-grid-columns: minmax(5vw, 1fr) minmax(auto, auto) minmax(5vw, 1fr);
    grid-template-columns: minmax(5vw, 1fr) minmax(auto, auto) minmax(5vw, 1fr);
  }

  .full-width-slider-wrapper {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .slide-nav {
    bottom: 36px;
  }

  .slide-nav.tablet-mobile-slide-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .basic-slider {
    max-width: 730px;
    padding-bottom: 36px;
  }

  .basic-slide-wrapper {
    height: 430px;
    min-height: auto;
    padding: 0px;
  }

  .basic-slide {
    height: 379px;
  }

  .section-10 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-10.no-padding.clip {
    height: auto;
    min-height: 730px;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .link-arrow-wrapper {
    width: 36px;
    height: 36px;
  }

  .background-wrapper-2 {
    width: 65%;
  }

  .slider-txt {
    width: 35%;
    height: 100%;
    padding: 0px;
  }

  .slider-txt.bg-pink {
    min-height: 380px;
    padding-top: 0px;
  }

  .slider-txt.bg-brown {
    width: 35%;
    min-height: 380px;
    padding: 0px;
  }

  .slider-txt.bg-light {
    width: 35%;
    height: 100%;
    min-height: auto;
    padding: 0px;
  }

  .heading-90 {
    font-size: 3.8em;
  }

  .heading-90.txt-bk {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .partners-section {
    margin-left: 0rem;
    padding-right: 0rem;
    padding-bottom: 5rem;
    padding-left: 0vw;
  }

  .investor-grid.contained {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .investor-logo.zombie-size {
    width: 30%;
  }

  .section-call-to-action {
    min-height: 100vh;
    margin-bottom: 220px;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .section-footer {
    position: static;
  }

  .logo-motion-l {
    left: -101px;
    top: -350px;
    width: 45%;
    height: auto;
  }

  .lottie-animation {
    left: 0px;
    top: 0px;
    width: 100%;
  }

  .header__logo-2 {
    display: block;
    max-width: 94px;
  }

  .header__line {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: auto;
    height: 1px;
    background-color: rgba(37, 45, 50, 0.2);
  }

  .header__col-2.col--1 {
    min-height: auto;
    padding-top: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .header__col-3.col--2 {
    min-height: auto;
  }

  .header__columns-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .memu-v {
    display: none;
    width: 100%;
    height: 72px;
    padding: 0px 24px;
  }

  .memu-v.hide {
    display: none;
  }

  .header__shipping-ico:hover {
    -webkit-filter: none;
    filter: none;
  }

  .header__shipping {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .header__copyright {
    display: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .header__shipping-txt {
    display: none;
  }

  .lottie-animation-4 {
    width: 105%;
    margin-top: 0px;
  }

  .lottie-animation-5 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .section-11 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .section-11.mb-8 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .intro-mission-box {
    padding-top: 6.5rem;
  }

  .bold-text-3-copy {
    font-size: 30px;
    line-height: 34px;
  }

  .bold-text-3-copy-copy {
    font-size: 26px;
    line-height: 34px;
    text-align: center;
  }

  .grid-2 {
    -ms-grid-columns: 300px 300px 300px 300px 300px 300px 300px 300px 300px 300px;
    grid-template-columns: 300px 300px 300px 300px 300px 300px 300px 300px 300px 300px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .bold-text-3 {
    font-size: 30px;
    line-height: 34px;
  }

  .text-block-12-copy {
    font-size: 26px;
    line-height: 26px;
  }

  .div-block-3241 {
    height: auto;
    margin-right: 10px;
    margin-left: 10px;
    background-color: transparent;
  }

  .image-6 {
    max-width: 70%;
  }

  .slider-3 {
    width: 700px;
  }

  .text-block-12 {
    font-size: 26px;
    line-height: 26px;
  }

  .div-block-3257 {
    height: 600px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .hero-txt-motion {
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-3242 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-3242.marquee-track._1 {
    width: auto;
    height: 330px;
    min-height: auto;
    margin-left: 0px;
    background-color: transparent;
  }

  .grid-6 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-3255-copy {
    padding-left: 60px;
  }

  .text-block-11 {
    font-size: 16px;
    line-height: 20px;
  }

  .heading {
    font-size: 50px;
    line-height: 60px;
  }

  .image-5 {
    margin-top: 0px;
  }

  .text-block {
    font-size: 75px;
    line-height: 75px;
  }

  .text-block-12-copy-copy {
    font-size: 26px;
    line-height: 26px;
  }

  .div-block-3259 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-3253-copy {
    padding-top: 70px;
  }

  .content-section-new-intro.mt-10 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .intro-para {
    height: 295px;
  }

  .intro-para.txt-190 {
    height: 147px;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: -0.2px;
  }

  .center-title-s {
    margin-top: 0px;
  }

  .hero-image-creator-info {
    left: 2rem;
    right: auto;
  }

  .container-9.in-hero {
    padding-top: 30rem;
    padding-bottom: 6rem;
  }

  .hero-tagline {
    font-size: 1rem;
  }

  .h1 {
    font-size: 2.8rem;
  }

  .author-info-wrap {
    font-size: 1rem;
  }

  .w1280.pad-w-auto {
    width: 100%;
    max-width: none;
  }

  .investor-grid-w1280.contained {
    padding-right: 5vw;
    padding-left: 5vw;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .link-box-padding {
    height: 430px;
    padding: 20px 40px 25px 20px;
  }

  .slider-txt-2 {
    width: 35%;
    height: 100%;
    padding: 0px;
  }

  .slider-txt-2.bg-pink {
    min-height: 380px;
    padding-top: 0px;
  }

  .slider-txt-2.bg-brown {
    width: 35%;
    min-height: 380px;
    padding: 0px;
  }

  .slider-txt-2.bg-light {
    width: 35%;
    height: 100%;
    min-height: auto;
    padding: 0px;
  }

  .home-integration-circle-2 {
    bottom: -9%;
  }

  .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .user-img {
    width: 342px;
    height: 234px;
  }

  .usercard {
    width: 342px;
    background-color: transparent;
  }

  .userworld-img {
    width: 100.0000080309416%;
    height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .link-block-3 {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .collection-list {
    display: block;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .scroll-down-button-2 {
    margin-top: auto;
  }

  .background-video-4 {
    width: 580px;
    min-height: 400px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .div-block-3267 {
    width: 17.25vw;
    height: 55vw;
    min-height: 500px;
  }

  .section-device-videobox {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .body-menuv {
    margin-left: 0px;
  }

  .grid-8 {
    -ms-grid-columns: 300px 300px 300px 300px 300px 300px 300px 300px 300px 300px;
    grid-template-columns: 300px 300px 300px 300px 300px 300px 300px 300px 300px 300px;
    -ms-grid-rows: 170px;
    grid-template-rows: 170px;
  }

  .auto-move {
    padding-right: 40px;
    padding-left: 40px;
  }

  .background-video-5 {
    min-height: 250px;
  }

  .menu__copyright-link {
    margin-top: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer__soc-link {
    margin-left: 16px;
  }

  .menu__img-anim {
    display: none;
  }

  .menu__roundtxt {
    top: -112px;
    right: 23px;
    width: 60px;
    height: 60px;
  }

  .menu__content {
    padding-right: 0px;
    padding-bottom: 16px;
    padding-left: 0px;
  }

  .menu__columns {
    padding-right: 24px;
    padding-left: 24px;
  }

  .roundtxt-year {
    right: -1px;
    bottom: -1px;
    font-size: 12px;
  }

  .header-3 {
    width: 100%;
    height: 72px;
    padding: 0px 24px;
  }

  .menu__col.mod--bot-1 {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .menu__col.mod--center-2 {
    max-width: 0px;
  }

  .header-wrap.hide {
    display: none;
  }

  .html-embed-6 {
    height: 100%;
    min-height: 240px;
  }

  .nav-1-link {
    display: none;
  }

  .nav-1-link.is-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-1-link.is-cta-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .nav-1-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
  }

  .default-home-text {
    font-size: 0.9em;
  }

  .terms-3-cms {
    margin-bottom: 2.5em;
  }

  .menu-3-grid-content {
    min-height: auto;
    min-width: 70%;
    padding: 3.3em;
  }

  .menu-2-main-link {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }

  .menu-2-main-link:hover {
    height: 100%;
    border-bottom-color: hsla(0, 0%, 100%, 0.1);
  }

  .menu-2-link-text {
    font-size: 1.3em;
  }

  .small-link {
    padding-top: 0.7em;
    padding-bottom: 0.7em;
  }

  .menu-link-dot {
    margin-right: 2.1em;
  }

  .close-button-2 {
    opacity: 1;
    font-size: 0.9em;
  }

  .menu-2-column-1 {
    padding-top: 8em;
    padding-bottom: 2em;
  }

  .footer-link-dot {
    margin-right: 2.1em;
  }

  .grid-block-2 {
    height: 50em;
  }

  .overview-ui-link {
    width: 49%;
    min-height: 6em;
    padding-right: 2em;
    padding-left: 2em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-column-gap: 1.5em;
    grid-row-gap: 1em;
    -webkit-transition: none 0ms ease;
    transition: none 0ms ease;
  }

  .overview-ui-link:hover {
    grid-column-gap: 1.5em;
    grid-row-gap: 0.75em;
  }

  .overview-ui-name {
    font-size: 1.4em;
  }

  .grid-content-3 {
    padding: 4em 2em;
  }

  .list-paragraph {
    font-size: 1.1em;
  }

  .grid-content-2 {
    padding: 4em 3.5em;
  }

  .overview-title-block-3 {
    max-width: 59em;
  }

  .list-title {
    font-size: 1.4em;
  }

  .heading-8.is-overview-title-5 {
    font-size: 4em;
  }

  .heading-8.is-overview-title-1 {
    font-size: 4em;
  }

  .heading-8.fullscreen-hero-1-title {
    max-width: 11.3em;
    font-size: 7em;
  }

  .heading-8.is-overview-title-4 {
    font-size: 5em;
  }

  .overview-ui-icon {
    font-size: 1.7em;
  }

  .overview-version {
    padding-top: 13em;
  }

  .about-1-photo-2 {
    width: 27vw;
  }

  .container-10 {
    padding-right: 4em;
    padding-left: 4em;
  }

  .grid-block-1 {
    height: 25em;
  }

  .overview-block-2 {
    position: relative;
    top: 0em;
    width: 100%;
  }

  .vertical-images-1-wrap {
    height: 30em;
  }

  .about-1-photo-1 {
    width: 37vw;
  }

  .grid-text-2 {
    font-size: 1.3em;
  }

  .grid-text-2.is-smaller {
    font-size: 0.9em;
  }

  .overview-block-3 {
    width: 100%;
    padding-top: 0em;
  }

  .overview-title-block-1 {
    max-width: 39em;
    margin-right: auto;
    margin-left: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .overview-subtitle {
    max-width: 16em;
    font-size: 1.6em;
  }

  .about-1-photo-3 {
    width: 27vw;
  }

  .grid-text-4 {
    font-size: 0.9em;
  }

  .overview-link-1 {
    width: 50%;
    min-height: 9em;
  }

  .overview-link-1:hover {
    width: 50%;
  }

  .grid-text-3 {
    font-size: 4.5em;
  }

  .grid-overview {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    -ms-grid-columns: 0.25fr 1fr 0.75fr;
    grid-template-columns: 0.25fr 1fr 0.75fr;
  }

  .overview-links {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .split-text {
    font-size: 40px;
  }

  .split-text.is--large {
    font-size: 9vw;
  }

  .split-text.is--large {
    font-size: 9vw;
  }

  .container-11 {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .menu__columns_begin {
    padding-right: 24px;
    padding-left: 24px;
  }

  .menu__col_up.mod--bot-1 {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .menu__col_up.mod--center-2 {
    max-width: 0px;
  }

  .header-wrap-a.hide {
    display: none;
  }

  .header-wrap-a.pad-hide {
    display: none;
  }

  .header-3-copy {
    width: 100%;
    height: 72px;
    padding: 0px 24px;
  }

  .tabs-content {
    margin-top: 40px;
  }

  .tabs-objects-slide {
    width: 590px;
    margin-right: 15px;
    margin-left: 15px;
  }

  .tabs-objects-slide.home-15 {
    width: 377px;
    margin-right: 24px;
    margin-left: 0px;
  }

  .tabs-menu-3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tabs-menu-3.home-3-tabs {
    max-width: 450px;
  }

  .hidden.dese-hide.pad-show {
    display: block;
  }

  .tabs-objects-slider {
    margin-left: -70%;
  }

  .tabs-objects-slider.home-15-objects-slider {
    height: 260px;
    margin-left: 0px;
  }

  .collection-item-2 {
    width: 100%;
    height: 260px;
  }

  .underline-2 {
    display: none;
  }

  .mask-2 {
    width: 377px;
  }

  .heading-90-2 {
    font-size: 3.8em;
  }

  .text-white-home-3 {
    text-align: left;
  }

  .scroll-down-button-2-mobile {
    margin-top: -200px;
  }

  .intro-h2 {
    font-size: 2em;
  }

  .full-image_text-wrap-2 {
    width: 64em;
  }

  .heading-small {
    font-size: 24px;
  }

  .work-right {
    grid-row-gap: 60px;
  }

  .work-item {
    width: 650px;
    height: 470px;
  }

  .text-style-alternative {
    font-size: 16px;
    line-height: 1.2;
  }

  .work-item-content {
    padding: 30px;
  }

  ._3video-container {
    max-width: none;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .eventcard-section {
    padding-top: 75px;
    padding-bottom: 120px;
  }

  .eventcard-section.padding-bottom-0 {
    padding-bottom: 0px;
  }

  .grid-halves {
    grid-column-gap: 24px;
  }

  .grid-halves.work {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .work-left {
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 60px;
  }

  .container-large {
    max-width: none;
  }

  .card_side {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .card_side.is-front {
    width: 100%;
    height: 100%;
  }

  .text-style-alternative-2 {
    font-size: 16px;
    line-height: 1.2;
  }

  .card_wrapper {
    width: 100%;
    height: 450px;
  }

  .background-video-7 {
    width: auto;
    height: 450px;
  }

  .video-btn {
    margin-top: 70px;
  }

  .section-3video.section-bg-white {
    margin-top: 20px;
  }

  .container--3video {
    position: relative;
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-91 {
    font-size: 4.5vw;
  }

  .item-info {
    width: 100%;
    margin-top: 2rem;
  }

  .video-item-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .work-item-linkbox {
    width: 100%;
  }

  .product-txt-box {
    width: 100%;
    margin-bottom: 100px;
  }

  .usercard-2 {
    width: 330px;
  }

  .div-block-3276 {
    height: auto;
    min-height: auto;
  }

  .grad_wrap {
    display: none;
  }

  .grid-9 {
    -ms-grid-columns: 300px 300px 300px 300px 300px 300px 300px 300px 300px 300px;
    grid-template-columns: 300px 300px 300px 300px 300px 300px 300px 300px 300px 300px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .heading-90-3 {
    font-size: 3.8em;
  }

  .section-15 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .section-15.mb-8 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-icon {
    width: 36px;
    height: 36px;
    margin-right: 0px;
  }

  .nav-icon.icon-market-size {
    width: 100%;
  }

  .nav-icon.icon-market-size.hide {
    display: none;
  }

  .icon-box {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 42px;
    height: 36px;
    margin-right: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon-box.hide {
    display: none;
  }

  .nav-icon-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0.75rem 0rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: uppercase;
  }

  .nav-btn-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    padding-top: 1.5rem;
    padding-right: 0px;
    padding-bottom: 1.5rem;
  }

  .nav-btn-box.vvfb {
    margin-top: 12rem;
    border-top: 1px solid #414141;
  }

  .nav-signin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    margin-top: 40px;
    padding: 8px 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 8rem;
    background-color: transparent;
    opacity: 1;
    color: #fff;
    mix-blend-mode: normal;
  }

  .nav-signin:hover {
    border-style: solid;
    border-color: #fff;
    background-image: linear-gradient(49deg, #53b6ca, #2e78f4 3%, #954fb0 63%);
    color: transparent;
  }

  .nav-icon-signin {
    width: 18px;
    height: 36px;
    margin-right: 0px;
  }

  .nav-icon-signin.icon-market-size {
    width: 42px;
  }

  .icon-box-signin {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 36px;
    margin-right: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-txt-sign {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -2px;
    padding-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
  }

  .nav-txt-sign:hover {
    color: #fff;
  }

  .link-block-8 {
    display: block;
    width: 160px;
    height: 60px;
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    border-radius: 8rem;
    background-color: #f0b9b9;
  }

  .container-12 {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .slider-item {
    width: 377px;
    height: 260px;
  }

  .video-box {
    width: 80%;
    min-height: 400px;
    margin-top: 0px;
    margin-bottom: 140px;
  }

  .text-work-title-2 {
    margin-top: 2.5vw;
  }

  .text-work-title-2.detail {
    margin-bottom: 0.5rem;
  }

  .product-txt-box-2 {
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 100px;
    padding-top: 0px;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .cms-works-1-image-2 {
    width: 100%;
    height: 450px;
    margin: 0px auto 2rem;
  }

  .paragraph-7 {
    margin-bottom: 3rem;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .content-1st-section-2 {
    padding-right: 2.5vw;
    padding-left: 2.5vw;
  }

  .campaign-slider {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .text-white-home-5 {
    text-align: left;
  }

  .text-white-home-5.white {
    font-size: 1.4rem;
  }

  .title {
    margin-bottom: 1rem;
  }

  .img-bg-gray {
    margin-right: 10px;
  }

  .html-embed-9 {
    width: 18px;
  }

  .scroll-down-button-mobile-link {
    margin-top: auto;
  }
}

@media screen and (max-width: 767px) {
  p {
    max-width: none;
  }

  .hightlight-video {
    padding-top: 0px;
  }

  .heading-hero {
    font-size: 24vw;
  }

  .style-guide-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .style-guide-sticky {
    top: 64px;
    padding: 1.5em;
  }

  .icon.next {
    right: -2.5vw;
    width: 5vw;
    height: 5vw;
  }

  .text-large {
    font-size: 1.5em;
  }

  .image-wrapper {
    height: 300px;
    min-height: auto;
  }

  .style-color-title {
    width: 200%;
  }

  .text-extra-large {
    max-width: none;
    font-size: 2.4em;
  }

  .hero-portrait-image {
    right: auto;
  }

  .navbar {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .display-none-mobile {
    display: none;
  }

  .hero-portrait-scrolling-wrapper {
    display: none;
  }

  .text-caption {
    font-size: 0.9rem;
  }

  .scrolling-loop-item.shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .hero-2-section {
    height: 200vh;
  }

  .gallery-1-section {
    padding-left: 35%;
  }

  .hero-2-text {
    max-width: none;
  }

  .image-cover {
    position: static;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .footer-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-1-info {
    justify-items: center;
    text-align: center;
  }

  .footer-1-meta {
    position: relative;
    justify-items: center;
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .footer-1-copyright-link {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-2-thumbnail-grid {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
  }

  .footer-2-thumbnail {
    width: 40vw;
    height: 40vw;
  }

  .footer-2-meta {
    position: relative;
  }

  .align-horizontal-center.mb--0-25 {
    margin-bottom: 0rem;
  }

  .align-horizontal-center.mb--0-25.ml {
    margin-right: auto;
    margin-left: auto;
  }

  .align-horizontal-center.mb--0-25.mk-1 {
    margin-right: auto;
    margin-left: auto;
  }

  .align-horizontal-center.ml-2 {
    margin-right: auto;
    margin-left: auto;
  }

  .content-section {
    padding-right: 0vw;
  }

  .content-section.padding-bottom-zero {
    height: auto;
    min-height: 820px;
  }

  .legal-text {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

  .accordion {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .gallery-instagram {
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .gallery-3-image {
    height: auto;
  }

  .sticky-gallery-image-shift {
    width: 30vh;
    height: 30vh;
  }

  .sticky-gallery-images {
    width: 75vw;
  }

  .align-vertical-center {
    padding-bottom: 50px;
  }

  .footer-3-container {
    width: 100%;
  }

  .footer-3-brand-title {
    margin-bottom: 2.5vw;
  }

  .footer-3-powered {
    width: 100%;
    margin-bottom: 0.5em;
  }

  .footer-3-meta-links {
    position: relative;
    justify-items: center;
  }

  .text-work-title.detail {
    line-height: 1.125;
  }

  .side-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .sticky-side-column {
    position: static;
    top: 0px;
    height: auto;
  }

  .sticky-side-column.intro {
    height: auto;
  }

  .about-2-grid {
    padding-right: 2.5vw;
    padding-left: 2.5vw;
  }

  .list-small {
    width: 100%;
  }

  .about-2-experience {
    padding-top: 5vh;
  }

  .moving-post {
    font-size: 1.5em;
  }

  .moving-post-date {
    font-size: 0.5em;
  }

  .moving-post-item {
    padding-top: 1.25vw;
  }

  .title-3 {
    font-size: 10vw;
  }

  .heading-hero-2 {
    font-size: 24vw;
  }

  .heading-hero-2.load-rotated-1st.bold {
    font-size: 4rem;
  }

  .heading-hero-2.load-rotated-2nd {
    font-size: 4rem;
  }

  .heading-hero-2.load-rotated-3rd {
    font-size: 4rem;
  }

  .heading-hero-2.load-rotated-4th {
    font-size: 4rem;
  }

  .heading-hero-2.load-rotated-4th.letter-space-gap {
    font-size: 4rem;
  }

  .heading-hero-2.load-rotated-5th {
    font-size: 4rem;
  }

  .heading-hero-2.load-rotated-6th {
    font-size: 4rem;
  }

  .heading-hero-2.load-rotated-7th {
    font-size: 4rem;
  }

  .heading-hero-2.load-rotated-8th {
    font-size: 4rem;
  }

  .heading-hero-2.load-rotated-8th.letter-space-gap {
    font-size: 4rem;
  }

  .heading-hero-2.load-rotated-9th {
    font-size: 4rem;
  }

  .heading-hero-2.load-rotated-10th.last-letter {
    letter-spacing: 0em;
  }

  .heading-hero-2.load-rotated-10th.m-txt {
    font-size: 4rem;
  }

  .heading-hero-2.load-rotated-11th.m-txt {
    font-size: 4rem;
  }

  .about-1-title-description {
    margin-bottom: 5vw;
    text-align: right;
  }

  .contact-1-image-shift {
    width: 50vw;
  }

  .cms-works-1-item {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 2rem;
    padding-bottom: 0rem;
    padding-left: 2rem;
  }

  .cms-works-1-image {
    display: inline-block;
    height: auto;
  }

  .cms-works-1-title.link {
    margin-left: 0vw;
  }

  .post-grid {
    grid-row-gap: 5vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .post-category {
    padding-top: 2.5vw;
  }

  .post-sticky {
    position: static;
  }

  .post-image {
    margin-top: 5vw;
  }

  .navbar-3-menu {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .title-3-alternative {
    font-size: 9.5vw;
  }

  .container-right {
    padding-right: 0px;
  }

  .demo-3-contact-grid {
    margin-top: 2.5vw;
  }

  .title-3-wrapper {
    width: 95vw;
  }

  .sticky-contact {
    position: relative;
    bottom: 0px;
  }

  .navbar-2-menu {
    width: 100vw;
  }

  .navbar-2-link-wrapper {
    font-size: 12vw;
  }

  .projects-template-title {
    font-size: 16vw;
  }

  .projects-template-section {
    margin-top: 10vw;
  }

  .projects-template-description {
    max-width: none;
  }

  .text-xx-large {
    max-width: none;
    font-size: 3em;
  }

  .about-grid {
    padding-right: 2.5vw;
    padding-left: 2.5vw;
    -ms-grid-columns: 10vw 1fr;
    grid-template-columns: 10vw 1fr;
  }

  .about-grid-headline {
    font-size: 23vw;
  }

  .caption-grid {
    -ms-grid-columns: 40px 1fr;
    grid-template-columns: 40px 1fr;
  }

  .content-list-grid {
    padding-right: 2.5vw;
    padding-left: 2.5vw;
    -ms-grid-columns: 10vw 1fr;
    grid-template-columns: 10vw 1fr;
  }

  .about-grid-1 {
    padding-left: 0px;
  }

  .text-inside {
    left: 0px;
    padding-right: 0px;
  }

  .testimonial-wrap {
    grid-row-gap: 10vh;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .testimonial-item {
    margin-bottom: 8rem;
  }

  .testimonial-image-wrap {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .testimonial-perspective-1 {
    width: 70%;
  }

  .testimonial-image {
    margin-top: -50px;
    margin-bottom: -50px;
  }

  .testimonial-perspective-2 {
    width: 70%;
  }

  .testimonial-perspective-3 {
    width: 70%;
  }

  .line-vertical.underline {
    display: none;
  }

  .about-grid-image {
    padding-bottom: 1.125vw;
  }

  .legal-title {
    font-size: 3em;
  }

  .project-detail-wrap {
    margin-bottom: -15vw;
  }

  .projects-images {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cms-all-projects {
    width: 100%;
  }

  .cms-post-underline {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .post-underline {
    padding-bottom: 10vw;
  }

  .fullscreen-work {
    width: auto;
    height: 50vh;
    margin-right: 5vw;
    margin-bottom: 5vw;
    margin-left: 5vw;
  }

  .fullscreen-work-small {
    width: auto;
    height: 50vh;
  }

  .intro-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .intro-title {
    font-size: 9.5vw;
  }

  .text-size-small.hide-mobile-landscape {
    display: block;
    width: auto;
    margin-bottom: 10px;
  }

  .text-size-small.hide-mobile-landscape.w340 {
    width: auto;
  }

  .text-size-small.hide-mobile-landscape.mb-0 {
    margin-bottom: 0px;
  }

  .navbar_dropdown-link {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    -ms-grid-columns: 370px;
    grid-template-columns: 370px;
  }

  .navbar_dropdown-link.pad-margin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .navbar_dropdown-link.pad-margin.pl-1-5 {
    padding-left: 56px;
  }

  .navbar_dropdown-list.w--open {
    width: 460px;
  }

  .navbar_icon-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90.53px;
    margin-bottom: 0rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .navbar_menu {
    margin-top: 0px;
  }

  .navbar_menu.nav-m {
    height: 100vh;
    min-height: auto;
    padding-right: 3rem;
  }

  .navbar_dropdown-link-list-2 {
    width: 460px;
    max-width: none;
    padding: 0rem 0px;
    grid-row-gap: 0.5rem;
  }

  .icon-medium._80._70 {
    width: 70%;
    height: 3.6rem;
  }

  .icon-medium._80._70.mt--5 {
    margin-top: -8px;
  }

  .navbar_component {
    height: 4rem;
  }

  .navbar_component.hide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .image-3 {
    width: auto;
    max-width: 92%;
    margin-top: 0px;
  }

  .nav-txt {
    font-size: 1.5rem;
  }

  .navbar_text-wrapper.pl-0 {
    padding-left: 0rem;
  }

  .navbar_text-wrapper.w340.mt-5 {
    width: auto;
  }

  .navbar_text-wrapper.w340.mt-5.pl-0 {
    width: 100%;
  }

  .header__logo {
    max-width: 250px;
    margin-top: 4px;
    padding-left: 0px;
  }

  .img-reveal_wrap.hero_img-wrap {
    width: 480px;
    height: 972px;
  }

  .img-reveal_img.hero_image {
    width: 510px;
    height: 870px;
  }

  .hero_heading {
    font-size: 22vw;
  }

  .hero_heading.heading-3 {
    font-size: 8rem;
  }

  .hero_heading.heading-4 {
    font-size: 8rem;
  }

  .hero_heading.heading-2 {
    font-size: 8rem;
  }

  .hero_heading.heading-1 {
    font-size: 8rem;
  }

  .hero-sticky {
    height: 61vh;
  }

  .line-hero {
    margin-bottom: 30px;
  }

  .paragraph-hero {
    max-width: 490px;
    margin-bottom: 30px;
  }

  .bold-text {
    font-size: 2.5em;
  }

  .h2 {
    font-size: 1.5em;
  }

  .grid-project-d {
    margin-top: 6vw;
    grid-row-gap: 6vw;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 30vw 30vw 30vw;
    grid-template-rows: 30vw 30vw 30vw;
  }

  .hero-d {
    padding-bottom: 2.7vw;
    padding-left: 2.7vw;
  }

  .heading-hero-d {
    font-size: 10vw;
  }

  .text-span-accent-d {
    font-size: 7vw;
  }

  .section-hero-b {
    padding: 190px 2.7vw 150px;
  }

  .heading-hero-b {
    font-size: 11vw;
    text-align: center;
  }

  .text-span-accent-b.align-l {
    font-size: 11vw;
  }

  .block-paragraph-hero-b {
    margin-top: 20px;
  }

  .paragraph-hero-b {
    max-width: 410px;
    font-size: 4vw;
  }

  .section {
    padding-right: 2.7vw;
    padding-left: 2.7vw;
  }

  .grid-project-b {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .lightbox-link-b {
    height: 54vw;
  }

  .lightbox-link-b.large-b {
    height: 54vw;
  }

  .heading-6 {
    font-size: 10vw;
  }

  .center-btn {
    position: static;
  }

  .feature-background.img-2 {
    width: auto;
    height: 340px;
  }

  .feature-background.one {
    height: 340px;
  }

  .feature-background.img-3 {
    width: 100%;
    height: 340px;
    min-height: auto;
  }

  .feature-background.img-4 {
    height: 340px;
  }

  .basic-mask {
    position: static;
    max-width: 520px;
  }

  .paragraph-2 {
    font-size: 1.25rem;
  }

  .heading-7 {
    font-size: 2.25rem;
  }

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

  .grid-wrapper-2 {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .slide-nav.tablet-mobile-slide-nav {
    margin-top: 0px;
  }

  .basic-slider {
    max-width: 520px;
  }

  .basic-slide-wrapper {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    min-height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
  }

  .basic-slide {
    width: 100%;
    height: auto;
    max-width: 520px;
  }

  .section-10 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .background-wrapper-2 {
    position: static;
    width: auto;
    height: 340px;
  }

  .slider-txt {
    width: 100%;
    height: auto;
    min-height: 300px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider-txt.bg-pink {
    min-height: 300px;
  }

  .slider-txt.bg-brown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 300px;
    padding-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .slider-txt.bg-gray {
    min-height: 300px;
  }

  .slider-txt.bg-light {
    width: 100%;
    height: auto;
    min-height: 300px;
    margin-top: auto;
  }

  .heading-90 {
    margin-bottom: 0.267em;
    font-size: 3em;
  }

  .heading-90.txt-bk {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }

  .investor-card {
    height: 100px;
  }

  .investor-logo._75 {
    width: 75%;
  }

  .investor-logo.zombie-size {
    width: 33%;
  }

  .gallery-instagram-video {
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .section-call-to-action {
    margin-bottom: 140px;
  }

  .line {
    margin-bottom: 30px;
  }

  .section-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .link-footer {
    padding-right: 15px;
    padding-left: 15px;
  }

  .logo-motion-l {
    left: auto;
    top: -250px;
    width: 50%;
    height: 288px;
    margin-right: auto;
    margin-left: auto;
  }

  .lottie-animation {
    left: auto;
    top: auto;
    height: auto;
  }

  .header__humb {
    width: 40px;
    height: 40px;
    margin-left: -11px;
    padding: 13px 11px;
  }

  .lottie-animation-4 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .intro-mission-box {
    padding-top: 6.5rem;
  }

  .hero-txt {
    padding-bottom: 4%;
  }

  .div-block-3241 {
    background-color: transparent;
  }

  .center-title-box {
    padding-top: 5.5rem;
  }

  .div-block-3242.marquee-track._1 {
    height: 300px;
  }

  .content-section-new-intro.mt-10.m-hide {
    display: none;
  }

  .intro-para {
    height: auto;
    font-size: 1.5rem;
  }

  .intro-para.txt-190 {
    height: auto;
    margin-bottom: -10px;
    font-size: 1.5rem;
    text-align: center;
  }

  .intro-para.para-1 {
    height: auto;
  }

  .p-sm-end {
    padding-bottom: 2.3em;
  }

  .title2 {
    font-size: 2.7em;
  }

  .wlfwc-holder {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .hero-image-creator-info {
    left: 1.2rem;
    right: 1.2rem;
  }

  .container-9 {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }

  .container-9.in-hero {
    padding-top: 24rem;
  }

  .h1 {
    font-size: 2.4rem;
  }

  .author-info-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .navbar__logo-copy {
    width: 5.4rem;
    height: 1.6rem;
  }

  .author-info__text {
    font-size: 0.9rem;
  }

  .investor-grid-w1280.contained {
    padding-right: 5vw;
    padding-left: 5vw;
    grid-auto-rows: 100px;
    -ms-grid-rows: 100px 100px;
    grid-template-rows: 100px 100px;
  }

  .link-box-padding {
    height: 410px;
    padding: 30px 50px 35px;
  }

  .slider-txt-2 {
    width: 100%;
    height: auto;
    min-height: 300px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider-txt-2.bg-pink {
    min-height: 300px;
  }

  .slider-txt-2.bg-brown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 300px;
    padding-top: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .slider-txt-2.bg-gray {
    min-height: 300px;
  }

  .slider-txt-2.bg-light {
    width: 100%;
    height: auto;
    min-height: 300px;
    margin-top: auto;
  }

  .integrations-inside-container-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .integration-item-heading {
    font-size: 1.125rem;
  }

  .wrapper {
    width: 90%;
  }

  .user-img {
    width: 285px;
    height: 195px;
  }

  .user-txt {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .txt-box {
    width: 250px;
    max-width: none;
    min-height: auto;
    min-width: auto;
    background-color: transparent;
  }

  .usercard {
    display: block;
    width: 285px;
    height: auto;
    background-color: transparent;
  }

  .userworld-img {
    width: 100%;
    height: 100.00003098800632%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .link-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .collection-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .scroll-down-button-2 {
    font-size: 0.8em;
  }

  .background-video-4 {
    width: 480px;
    min-height: 270px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .section-device-txtbox {
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-3267 {
    width: 10vw;
    height: 0px;
    min-height: 480px;
  }

  .menu__copyright-link {
    margin-top: 24px;
    padding-top: 16px;
    padding-left: 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .footer__soc-link {
    width: 40px;
    height: 40px;
    margin-right: 16px;
    margin-left: 0px;
  }

  .menu__nav-link {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 24px;
  }

  .menu__txt {
    margin-top: 7px;
    margin-bottom: 7px;
    font-size: 14px;
  }

  .menu__roundtxt {
    top: -86px;
  }

  .menu__copyright-img {
    margin-right: 14px;
  }

  .menu__columns.mod--bottom {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .menu__nav-numb {
    top: 0px;
    min-width: 12px;
    margin-right: 20px;
    font-size: 14px;
  }

  .menu__col.mod--bot-2 {
    margin-right: 48px;
    padding-left: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .menu__col.mod--bot-4 {
    width: 100%;
    margin-bottom: 24px;
    padding-bottom: 38px;
    padding-left: 24px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .menu__col.mod--bot-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .html-embed-6 {
    min-height: 280px;
  }

  .nav-1-brand {
    padding-right: 0em;
    padding-left: 2em;
  }

  .nav-1-brand:hover {
    border-right-color: transparent;
    background-color: transparent;
  }

  .nav-1-link.is-cta {
    padding-left: 2.5em;
  }

  .nav-1-link.is-cta-2 {
    margin-left: 0em;
    padding-right: 2.5em;
  }

  .navbar-1-transparent {
    height: 3.5em;
  }

  .nav-1-brand-name {
    font-size: 1.6em;
  }

  .footer-2-grid-link-text {
    font-size: 1em;
  }

  .footer-3-contact-link {
    padding-top: 1.8em;
    padding-bottom: 1.8em;
  }

  .terms-3-cms {
    margin-bottom: 3em;
  }

  .menu-3-grid-content {
    position: relative;
    width: 100%;
    max-width: none;
    min-width: auto;
    margin-right: auto;
    margin-bottom: 0em;
    margin-left: auto;
    background-color: rgba(21, 23, 32, 0.6);
  }

  .menu-2-column-2 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6em 4em;
  }

  .menu-2-main-link {
    min-height: 6.2em;
    padding-right: 4em;
    padding-left: 4em;
  }

  .menu-2-link-text {
    font-size: 2em;
  }

  .menu-link-dot {
    margin-right: 4.2em;
  }

  .menu-2-column-1 {
    width: 100%;
    padding-right: 0em;
    padding-bottom: 0em;
    padding-left: 0em;
  }

  .small-text-link {
    font-size: 1em;
  }

  .footer-link-dot {
    margin-right: 4.2em;
  }

  .fullscreen-inner-2 {
    overflow: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .circle-in-list {
    width: 2.6em;
    height: 2.6em;
    margin-right: 2em;
  }

  .overview-title-block-4 {
    padding-top: 8em;
    padding-bottom: 2em;
  }

  .list-paragraph {
    font-size: 1.2em;
  }

  .grid-content-2 {
    padding-right: 4em;
  }

  .overview-title-block-3 {
    padding-top: 8em;
  }

  .list-title {
    font-size: 1.6em;
  }

  .overview-inner-1 {
    padding-top: 8em;
  }

  .fullscreen-hero-1 {
    min-height: 88vh;
    padding-top: 8em;
  }

  .list-line {
    left: 1.2em;
  }

  .heading-8.is-overview-title-5 {
    font-size: 3.4em;
    line-height: 1.4em;
  }

  .heading-8.is-overview-title-1 {
    font-size: 3.5em;
  }

  .heading-8.fullscreen-hero-1-title {
    font-size: 5em;
  }

  .heading-8.is-overview-title-4 {
    font-size: 4em;
  }

  .overview-version {
    padding-top: 10em;
    padding-bottom: 8em;
  }

  .grid-text-2 {
    font-size: 1.5em;
  }

  .grid-text-2.is-smaller {
    font-size: 1.1em;
  }

  .overview-title-block-1 {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .grid-text-4 {
    font-size: 1em;
  }

  .grid-text-3 {
    font-size: 6em;
  }

  .grid-overview {
    grid-row-gap: 2.5em;
    -ms-grid-columns: 0.25fr 1fr;
    grid-template-columns: 0.25fr 1fr;
  }

  .button-text {
    font-size: 0.9em;
  }

  .split-text {
    font-size: 30px;
  }

  .menu__columns_begin.mod--bottom {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .menu__col_up.mod--bot-2 {
    margin-right: 48px;
    padding-left: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .menu__col_up.mod--bot-4 {
    width: 100%;
    margin-bottom: 24px;
    padding-bottom: 38px;
    padding-left: 24px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .menu__col_up.mod--bot-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .header__humb-2 {
    width: 40px;
    height: 40px;
    margin-left: -11px;
    padding: 13px 11px;
  }

  .tabs-content {
    margin-top: 20px;
  }

  .tabs-objects-slide {
    width: 96%;
  }

  .tabs-objects-slide.home-15 {
    width: 90vw;
    margin-right: 20px;
    margin-left: 20px;
  }

  .tabs-menu-3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .tabs-menu-3.home-3-tabs {
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .tabs-objects-slider {
    height: 400px;
    margin-left: 0%;
  }

  .tabs-objects-slider.home-15-objects-slider {
    height: 380px;
    margin-left: 0px;
  }

  .section-event-news {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .collection-item-2 {
    height: 380px;
  }

  .mask-2 {
    width: 100px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-90-2 {
    margin-bottom: 0.267em;
    font-size: 3em;
  }

  .scroll-down-button-2-mobile {
    font-size: 0.8em;
  }

  .intro-h2 {
    font-size: 1.5em;
  }

  .heading-small.margin-32 {
    font-size: 39px;
  }

  .work-right {
    margin-top: 0px;
    grid-row-gap: 40px;
  }

  .work-item {
    width: 500px;
    height: 410px;
    margin-right: auto;
    margin-left: auto;
  }

  .text-style-alternative {
    padding-right: 0px;
  }

  .work-item-content {
    padding: 20px 30px;
  }

  ._3video-container {
    max-width: 500px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .eventcard-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .grid-halves.work {
    max-width: 100.003078764519%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .work-left {
    width: auto;
    grid-row-gap: 40px;
    -ms-grid-rows: 540px;
    grid-template-rows: 540px;
  }

  .turn-box {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .card_side.is-back {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .card_wrapper {
    height: 360px;
  }

  .background-video-7 {
    height: 360px;
  }

  .video-btn {
    margin-top: 55px;
  }

  .section-3video {
    padding-right: 0px;
    padding-left: 0px;
  }

  .card {
    width: 430px;
    height: 270px;
  }

  .container--3video {
    padding-right: 0px;
    padding-left: 0px;
  }

  .function_cards-wrapper {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .item-info {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .campaign-img {
    width: 100%;
  }

  .collection-list-2 {
    height: auto;
  }

  .div-block-3276 {
    height: auto;
    min-height: auto;
    margin-bottom: 40px;
  }

  .div-block-3276.row2.mb-8 {
    margin-bottom: 4rem;
  }

  .grid-9 {
    width: auto;
  }

  .heading-90-3 {
    margin-bottom: 0.267em;
    font-size: 3em;
  }

  .nav-signin {
    border-style: solid;
    border-width: 1px;
  }

  .nav-icon-signin {
    width: 15px;
    margin-top: -3px;
  }

  .nav-txt-sign {
    font-size: 18px;
    font-weight: 400;
  }

  .section-16.slider-section {
    margin-right: auto;
    margin-left: auto;
  }

  .slider-wrapper {
    margin-right: auto;
    margin-left: auto;
  }

  .container-12 {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pagination {
    margin-top: 40px;
  }

  .slider-item {
    width: 90vw;
    height: 360px;
    margin-right: 5vw;
    margin-left: 5vw;
  }

  .slider-item:hover {
    background-color: #0071e3;
  }

  .video-box {
    width: 90%;
    min-height: 350px;
    margin-bottom: 125px;
  }

  .text-work-title-2.detail {
    line-height: 1.125;
  }

  .cms-works-1-image-2 {
    display: inline-block;
    height: auto;
    margin-bottom: 2rem;
  }

  .paragraph-7 {
    margin-bottom: 2rem;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .campaign-slider {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-white-home-5.white {
    font-size: 2rem;
  }

  .title {
    font-size: 3rem;
  }

  .html-embed-9 {
    width: 19px;
    margin-left: 4px;
  }

  .scroll-down-button-mobile-link {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-color: #0d0d11;
  }

  .hightlight-video {
    padding-top: 0px;
  }

  .style-guide-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .style-guide-column {
    grid-auto-flow: row;
  }

  .icon.next {
    right: -5vw;
    width: 10vw;
    height: 10vw;
  }

  .text-field {
    font-size: 1em;
  }

  .image-wrapper {
    position: static;
    display: block;
    width: auto;
    height: 195px;
    min-height: auto;
    margin-bottom: 0px;
  }

  .style-color-title {
    left: 12px;
    top: 12px;
    right: auto;
    bottom: auto;
    width: auto;
  }

  .utility-heading {
    font-size: 6em;
  }

  .text-extra-large {
    font-size: 2.3em;
    line-height: 1.1;
  }

  .hero-portrait-image {
    width: 64vw;
  }

  .hero-portrait-section {
    height: auto;
    min-height: 75vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-caption.align-center {
    font-size: 3rem;
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;
  }

  .footer-1 {
    grid-row-gap: 10vw;
  }

  .link.menu-2 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-1-social-grid {
    grid-auto-flow: row;
    grid-column-gap: 5vw;
    grid-row-gap: 10vw;
    -ms-grid-columns: auto auto auto auto;
    grid-template-columns: auto auto auto auto;
  }

  .footer-1-meta {
    grid-auto-flow: row;
  }

  .footer-2 {
    padding-right: 5vw;
    padding-left: 5vw;
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
  }

  .footer-2-introduction {
    width: 100%;
  }

  .footer-2-thumbnail-grid {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-2-thumbnail {
    width: 90vw;
    height: 90vw;
  }

  .footer-2-thumbnail-text {
    font-size: 10vw;
  }

  .footer-2-contact {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-2-contact-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 10vw 1fr;
    grid-template-columns: 10vw 1fr;
  }

  .footer-2-meta {
    padding-left: 10vw;
    grid-auto-flow: row;
  }

  .align-horizontal-center.mb--0-25 {
    margin-bottom: 0.5rem;
  }

  .align-horizontal-center.mb--0-25.ml {
    margin-right: auto;
    margin-left: auto;
  }

  .align-horizontal-center.mb--0-25.mk-1 {
    margin-right: auto;
    margin-left: auto;
  }

  .align-horizontal-center.ml-2 {
    margin-right: auto;
    margin-left: auto;
  }

  .content-section {
    padding-right: 0rem;
    padding-bottom: 2rem;
    padding-left: 0rem;
  }

  .content-section.padding-bottom-zero {
    height: auto;
    min-height: 1090px;
  }

  .legal-contact-links {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 10vw 1fr;
    grid-template-columns: 10vw 1fr;
  }

  .legal-image {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .accordion-item {
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .accordion-trigger {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .accordion-expand-icon {
    width: 30px;
    height: 30px;
  }

  .accordion-content {
    padding-right: 0px;
    padding-left: 0px;
  }

  .accordion-text {
    font-size: 1em;
  }

  .accordion-expand-minus {
    width: 12px;
    height: 2px;
  }

  .accordion-expand-plus {
    width: 2px;
    height: 12px;
  }

  .accordion-title {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .accordion-title-number {
    font-size: 30px;
  }

  .text-medium {
    font-size: 1.125em;
  }

  .link-circle-button {
    left: 5vw;
    bottom: 5vw;
    width: 30px;
    height: 30px;
    padding: 8px;
  }

  .sticky-gallery-image-shift {
    width: 20vh;
    height: 20vh;
  }

  .align-vertical-center {
    width: auto;
    padding-bottom: 250px;
  }

  .footer-3 {
    padding-bottom: 10vh;
  }

  .footer-3-container {
    font-size: 20px;
  }

  .footer-3-brand-title {
    font-size: 20vw;
    line-height: 0.8;
  }

  .footer-3-inner-grid {
    font-size: 1.125em;
  }

  .service-list-item {
    padding-bottom: 2.5vw;
  }

  .service-grid-2x-list-small {
    padding-top: 2.5vw;
    grid-row-gap: 2.5vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-work-grid {
    grid-row-gap: 20vw;
  }

  .text-work-title {
    font-size: 18vw;
  }

  .text-work-title.caption.work {
    margin-left: 0px;
  }

  .text-work-title.caption.work.link {
    margin-top: 0.5vw;
    margin-bottom: 2em;
    margin-left: 0vw;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 300;
  }

  .text-work-title.detail {
    margin-bottom: 1rem;
    font-size: 2rem;
    line-height: 1.125;
  }

  .content-min-height {
    min-height: 50vh;
  }

  .button-circle-filled {
    width: 50vw;
    height: 50vw;
  }

  .title-work-bg {
    display: none;
  }

  .grid-paragraph {
    grid-row-gap: 10vw;
  }

  .service-grid-1x-list {
    padding-top: 2.5vw;
    grid-row-gap: 2.5vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .content-1st-section {
    min-height: 50vh;
    padding-right: 5vw;
    padding-left: 5vw;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .cms-list-post {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .post-link {
    margin-bottom: 10vw;
  }

  .post-link-cta {
    margin-top: 2.5vw;
  }

  .about-2-grid {
    padding-right: 0px;
    padding-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about-2-contact {
    padding-bottom: 5vh;
    padding-left: 0px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .about-2-images {
    width: 100%;
  }

  .about-2-image-2 {
    display: none;
  }

  .about-2-clients {
    padding-top: 5vh;
  }

  .list-small {
    padding-top: 2.5vw;
    grid-row-gap: 2.5vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about-2-clients-grid {
    grid-row-gap: 5vh;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about-2-experience {
    width: 100%;
    padding-top: 5vh;
  }

  .about-2-contact-grid {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
    justify-items: end;
    grid-row-gap: 2.5vw;
    text-align: right;
  }

  .about-2-contact-item {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .content-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-menu-3-grid {
    grid-auto-flow: row;
  }

  .demo-3-main-grid {
    -ms-grid-columns: 0.33fr 1fr;
    grid-template-columns: 0.33fr 1fr;
  }

  .grid-mini-paragraph {
    grid-row-gap: 10vw;
  }

  .link-column {
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
  }

  .blog-1-list {
    grid-row-gap: 10vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .blog-1-slide {
    height: 67.5vw;
  }

  .about-1-title-grid {
    grid-row-gap: 2.5vw;
  }

  .heading-hero-2.load-rotated-1st {
    font-size: 3rem;
  }

  .heading-hero-2.load-rotated-1st.bold {
    font-size: 3rem;
  }

  .heading-hero-2.load-rotated-1st.bold.large-gap {
    letter-spacing: 0.3em;
  }

  .heading-hero-2.load-rotated-2nd {
    font-size: 3rem;
  }

  .heading-hero-2.load-rotated-2nd.bold.large-gap {
    letter-spacing: 0.3em;
  }

  .heading-hero-2.load-rotated-2nd.m-txt {
    font-size: 2rem;
  }

  .heading-hero-2.load-rotated-3rd {
    font-size: 3rem;
  }

  .heading-hero-2.load-rotated-3rd.spece-letter-2 {
    font-size: 24vw;
    font-weight: 200;
  }

  .heading-hero-2.load-rotated-3rd.bold.large-gap {
    letter-spacing: 0.3em;
  }

  .heading-hero-2.load-rotated-3rd.m-txt {
    font-size: 2rem;
  }

  .heading-hero-2.load-rotated-4th {
    font-size: 2rem;
  }

  .heading-hero-2.load-rotated-4th.spece-letter-0-05 {
    font-size: 24vw;
  }

  .heading-hero-2.load-rotated-4th.letter-space-gap {
    font-size: 3rem;
  }

  .heading-hero-2.load-rotated-4th.letter-space-gap.m-txt {
    font-size: 2rem;
  }

  .heading-hero-2.load-rotated-4th.bold {
    font-size: 3rem;
  }

  .heading-hero-2.load-rotated-4th.bold.large-gap {
    letter-spacing: 0.3em;
  }

  .heading-hero-2.load-rotated-5th {
    font-size: 3rem;
  }

  .heading-hero-2.load-rotated-5th.letter-space-gap {
    font-size: 3rem;
  }

  .heading-hero-2.load-rotated-5th.bold.large-gap {
    letter-spacing: 0.3em;
  }

  .heading-hero-2.load-rotated-5th.m-txt {
    font-size: 2rem;
  }

  .heading-hero-2.load-rotated-6th {
    font-size: 3rem;
  }

  .heading-hero-2.load-rotated-6th.last {
    font-size: 24vw;
  }

  .heading-hero-2.load-rotated-6th.bold.large-gap {
    letter-spacing: 0.3em;
  }

  .heading-hero-2.load-rotated-6th.m-txt {
    font-size: 2rem;
  }

  .heading-hero-2.load-rotated-7th {
    font-size: 3rem;
  }

  .heading-hero-2.load-rotated-7th.m-txt {
    font-size: 2rem;
  }

  .heading-hero-2.load-rotated-8th {
    font-size: 3rem;
  }

  .heading-hero-2.load-rotated-8th.letter-space-gap {
    font-size: 3rem;
  }

  .heading-hero-2.load-rotated-8th.letter-space-gap.m-txt {
    font-size: 2rem;
  }

  .heading-hero-2.load-rotated-8th.m-txt {
    font-size: 2rem;
  }

  .heading-hero-2.load-rotated-9th {
    font-size: 3rem;
  }

  .heading-hero-2.load-rotated-9th.m-txt {
    font-size: 2rem;
  }

  .heading-hero-2.load-rotated-10th {
    font-size: 3rem;
  }

  .heading-hero-2.load-rotated-10th.last-letter {
    letter-spacing: 0em;
  }

  .heading-hero-2.load-rotated-10th.m-txt {
    font-size: 2rem;
  }

  .heading-hero-2.load-rotated-11th {
    font-size: 3rem;
  }

  .heading-hero-2.load-rotated-11th.m-txt {
    font-size: 2rem;
  }

  .about-1-title-description {
    text-align: left;
  }

  .contact-1-image-shift {
    width: 75vw;
  }

  .button-circle-outline {
    width: 50vw;
    height: 50vw;
  }

  .cms-works-1-item {
    width: 100%;
    margin-top: 0rem;
    margin-right: 0px;
    padding-right: 1rem;
    padding-bottom: 0vh;
    padding-left: 1rem;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .cms-works-1-item:nth-child(even) {
    margin-left: 0px;
    padding-right: 1rem;
    padding-left: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .cms-works-1-image {
    display: block;
    width: 100%;
    margin-right: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .cms-works-1-title {
    margin-top: 0px;
    margin-left: 0px;
  }

  .cms-works-1-title.link {
    overflow: visible;
    width: 100%;
    margin-top: 2rem;
  }

  .nav-menu-1-grid {
    padding-bottom: 20vh;
  }

  .navbar-1-link {
    font-size: 14vw;
  }

  .nav-menu-1-social {
    justify-items: end;
    grid-auto-flow: row;
  }

  .navbar-3-menu {
    font-size: 1.5em;
  }

  .title-3-wrapper {
    width: 90vw;
  }

  .navbar-2-menu {
    text-align: left;
  }

  .nav-menu-2-grid {
    padding-top: 20vh;
    padding-bottom: 15vh;
    justify-items: start;
    grid-auto-flow: row;
  }

  .navbar-2-link-wrapper {
    font-size: 16vw;
  }

  .nav-menu-2-column {
    justify-items: start;
  }

  .navbar-2-social-grid {
    justify-items: start;
    grid-auto-flow: row;
    -ms-grid-columns: auto auto auto auto auto;
    grid-template-columns: auto auto auto auto auto;
  }

  .heading-post-next {
    letter-spacing: 0em;
  }

  .heading-post-title {
    letter-spacing: 0em;
  }

  .projects-template-1st-section {
    min-height: 50vh;
    padding-right: 0rem;
    padding-left: 0rem;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .projects-template-title {
    width: 100.000118%;
    max-width: 270px;
    font-size: 3rem;
  }

  .projects-template-section {
    margin-top: 0vw;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .projects-template-intro-grid {
    grid-row-gap: 5vw;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .text-xx-large {
    font-size: 2em;
    line-height: 1.25;
    letter-spacing: 0.025em;
  }

  .about-grid {
    padding-right: 0px;
    padding-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about-grid-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about-grid-inside {
    grid-row-gap: 2.5vw;
  }

  .title-3-small {
    font-size: 25vw;
  }

  .cms-list-projects-item {
    font-size: 6vw;
  }

  .content-list-grid {
    padding-right: 0px;
    padding-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .style-color-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .content-hero-section {
    min-height: 85vh;
    padding-right: 5vw;
    padding-left: 5vw;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .square-image-hero {
    top: -35vw;
  }

  .small-square-image-hero {
    width: 20vw;
    height: 20vw;
  }

  .about-grid-1 {
    padding-right: 0px;
    padding-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .line-top.underline {
    left: 0vw;
    right: 0vw;
  }

  .line-bottom.underline {
    left: 0vw;
    right: 0vw;
  }

  .testimonial-item {
    margin-bottom: 9rem;
  }

  .testimonial-image-wrap {
    margin-top: 40px;
    margin-bottom: 29px;
  }

  .testimonial-image {
    margin-top: -120px;
  }

  .legal-title {
    font-size: 2em;
  }

  .project-detail-wrap {
    width: 100%;
    max-width: 270px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0vw;
    padding-left: 0vw;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .next-project-section {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .overflow-hidden-max-w {
    max-width: none;
  }

  .cms-post-underline {
    grid-row-gap: 10vw;
  }

  .post-underline-heading {
    font-size: 1.75rem;
  }

  .post-underline-icon.icon {
    display: none;
  }

  .cms-side-works {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .fullscreen-work-title {
    font-size: 18vw;
  }

  .cms-work-2x {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .fullscreen-work-title-small-inside {
    font-size: 18vw;
  }

  .fullscreen-work-title-small {
    font-size: 18vw;
  }

  .intro-screens-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .intro-paragraph {
    max-width: none;
  }

  .text-size-small.hide-mobile-landscape {
    width: 100%;
    margin-bottom: 20px;
  }

  .text-size-small.hide-mobile-landscape.w340 {
    width: 100%;
    margin-bottom: 0px;
  }

  .navbar_dropdown-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-right: 0rem;
    padding-left: 0rem;
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    border-radius: 0rem;
  }

  .navbar_dropdown-link.pad-margin.pl-1-5 {
    width: auto;
  }

  .navbar_dropdown-link._2col {
    display: block;
    width: 100%;
  }

  .navbar_dropdown-link._2col.pad-margin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding: 0.7rem 0rem 0.7rem 56px;
  }

  .navbar_dropdown-list.w--open {
    width: 250px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .navbar_icon-wrapper {
    display: none;
  }

  .navbar_icon-wrapper.hide {
    display: none;
  }

  .navbar_menu.nav-m {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .navbar_dropdown-link-list-2 {
    width: 100%;
  }

  .navbar_dropdown-link-list-2._2col {
    display: block;
    width: 100%;
  }

  .icon-medium {
    width: 80%;
    height: auto;
  }

  .icon-medium._80._70.mt--5 {
    margin-top: 0px;
  }

  .icon-medium._90 {
    width: 74%;
  }

  .header__columns {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .navbar_component.hide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0rem;
  }

  .image-3 {
    width: auto;
    max-width: 74%;
    margin-top: 0px;
  }

  .content-2 {
    padding-right: 1rem;
    padding-left: 1.5rem;
  }

  .text-weight-semibold {
    width: auto;
    margin-top: 0px;
  }

  .nav-txt {
    text-align: left;
  }

  .nav-txt.vvfb-txt {
    font-size: 1.23rem;
  }

  .navbar_text-wrapper {
    display: block;
    padding-right: 1rem;
    padding-left: 0.5rem;
  }

  .navbar_text-wrapper.pl-0 {
    width: 100%;
  }

  .navbar_text-wrapper.w340.pl-0 {
    padding-right: 0.5rem;
  }

  .navbar_text-wrapper.w340.mt-5 {
    padding-right: 0rem;
  }

  .header__logo {
    margin-top: 0px;
  }

  .astronaut.hero {
    padding-bottom: 5em;
  }

  .hero_heading-wrap {
    -webkit-transform: translate3d(0px, 0px, 100px) scale(0.9) perspective(2000px);
    transform: translate3d(0px, 0px, 100px) scale(0.9) perspective(2000px);
  }

  .img-reveal_wrap.hero_img-wrap {
    width: 420px;
    height: 729px;
  }

  .img-reveal_img.hero_image {
    width: 370px;
    height: 700px;
  }

  .hero_heading {
    font-size: 13vw;
  }

  .hero_heading.heading-3 {
    font-size: 2.5rem;
  }

  .hero_heading.heading-4 {
    font-size: 2.3rem;
  }

  .hero_heading.heading-2 {
    font-size: 3rem;
  }

  .hero_heading.heading-1 {
    font-size: 4rem;
  }

  .the-moon-below {
    top: 30vw;
  }

  .hero-sticky {
    height: 67vh;
  }

  .line-hero {
    margin-bottom: 26px;
  }

  .button-2 {
    padding: 18px 36px;
    font-size: 15px;
  }

  .button-2.mb-ml-1 {
    width: 191.02430725097656px;
    margin-bottom: 40px;
  }

  .section-hero {
    height: 70vh;
    margin-top: -73px;
    padding-right: 0%;
    padding-left: 0%;
  }

  .scroll {
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph-hero {
    max-width: 390px;
    margin-bottom: 26px;
    font-size: 1.5rem;
  }

  .block-hero {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .home-video {
    height: auto;
  }

  .bold-text {
    font-size: 2.8rem;
  }

  .h2 {
    font-size: 1em;
  }

  .section3.is--nav.m-hide {
    display: none;
  }

  .block-project {
    padding: 45px 25px 22px;
  }

  .section-hero-b {
    padding-top: 150px;
    padding-bottom: 100px;
  }

  .heading-6 {
    font-size: 2.6em;
  }

  .paragraph {
    margin-bottom: 0em;
  }

  .feature-background.img-2 {
    height: 200px;
  }

  .feature-background.one {
    height: 200px;
  }

  .feature-background.img-3 {
    height: 200px;
  }

  .feature-background.img-4 {
    height: 200px;
    max-width: 290px;
  }

  .underline-link {
    text-align: left;
  }

  .basic-mask {
    height: 780px;
    max-width: 290px;
  }

  .paragraph-2 {
    font-size: 1.12rem;
  }

  .dark-slide-arrow {
    width: 40px;
    height: 40px;
    margin-right: -2vw;
    margin-left: -2vw;
  }

  .dark-slide-arrow.left.hide {
    display: none;
  }

  .dark-slide-arrow.right.hide {
    display: none;
  }

  .heading-7 {
    font-size: 2rem;
    font-weight: 400;
  }

  .center-title {
    padding-right: 0px;
    padding-left: 0px;
  }

  .center-title.mb-s {
    margin-right: 0rem;
    margin-left: 0rem;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .grid-wrapper-2 {
    -ms-grid-columns: minmax(0vw, 1fr) minmax(auto, auto) minmax(0vw, 1fr);
    grid-template-columns: minmax(0vw, 1fr) minmax(auto, auto) minmax(0vw, 1fr);
  }

  .button-text-wrapper {
    height: auto;
    min-height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .full-width-slider-wrapper {
    width: auto;
    height: auto;
    padding-right: 0vw;
    padding-left: 0vw;
  }

  .stacked-intro {
    height: auto;
  }

  .slide-nav.tablet-mobile-slide-nav {
    padding-bottom: 30px;
    padding-left: 8px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .basic-slider {
    height: 780px;
    max-width: none;
    padding-bottom: 40px;
  }

  .basic-slide-wrapper {
    height: 780px;
    max-width: none;
    min-height: auto;
    padding: 0px;
  }

  .basic-slide {
    height: 780px;
  }

  .section-10 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .link-arrow-wrapper {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    margin-top: 0px;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .background-wrapper-2 {
    height: 200px;
  }

  .slider-txt {
    height: 580px;
    min-height: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider-txt.bg-pink {
    min-height: 520px;
  }

  .slider-txt.bg-brown {
    height: 580px;
    min-height: auto;
  }

  .slider-txt.bg-gray {
    min-height: 520px;
  }

  .slider-txt.bg-light {
    height: 580px;
    min-height: auto;
  }

  .heading-90 {
    font-size: 3rem;
  }

  .heading-90.txt-bk {
    margin-right: auto;
    margin-bottom: 0em;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0rem;
  }

  .investor-grid.contained {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .investor-card {
    height: 80px;
  }

  .gallery-instagram-video {
    display: block;
  }

  .section-call-to-action {
    margin-bottom: 0px;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .heading-call-to-action {
    font-size: 3rem;
  }

  .section-footer {
    background-color: rgba(13, 12, 17, 0.3);
  }

  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logo-motion-l {
    left: auto;
    top: -50px;
    right: auto;
    width: 60%;
    height: 179px;
    min-height: auto;
    margin: 60px auto;
    text-align: center;
  }

  .lottie-animation {
    left: 0px;
    top: auto;
    right: 0px;
    bottom: auto;
    height: 179.0277862548828px;
    margin-top: auto;
    margin-bottom: auto;
  }

  .text-block-4 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .memu-v {
    display: none;
  }

  .lottie-animation-4 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lottie-animation-5 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lottie-animation-6 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .section-11 {
    margin-bottom: 40px;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .section-11.mb-8 {
    padding-bottom: 5rem;
  }

  .intro-mission-box {
    padding-top: 6.5rem;
    font-size: 40px;
    line-height: 40px;
  }

  .bold-text-3-copy {
    text-align: center;
  }

  .grid-3-copy {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .hero-txt {
    padding-bottom: 25%;
  }

  .text-block-16 {
    font-size: 14px;
    line-height: 24px;
  }

  .div-block-3231 {
    background-position: 70% 50%;
  }

  .grid-2 {
    height: auto;
    -ms-grid-columns: 280px 280px 280px 280px 280px 280px 280px 280px 280px 280px;
    grid-template-columns: 280px 280px 280px 280px 280px 280px 280px 280px 280px 280px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .grid-2.hide {
    display: none;
  }

  .bold-text-3 {
    font-size: 28px;
    line-height: 30px;
  }

  .div-block-3240 {
    margin-left: -560px;
  }

  .div-block-3240.row2.mb-8 {
    margin-left: -660px;
  }

  .div-block-3254 {
    margin-top: 30px;
  }

  .text-block-12-copy {
    text-align: center;
  }

  .div-block-3241 {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }

  .div-block-3241._10 {
    height: auto;
  }

  .div-block-3241._10.second {
    height: auto;
  }

  .div-block-3253 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .divblock14-word {
    font-size: 3em;
  }

  .center-title-box {
    padding-top: 4rem;
    padding-bottom: 4rem;
    font-size: 3rem;
    line-height: 1.1;
  }

  .slider-3 {
    width: 400px;
  }

  .text-block-10 {
    font-size: 34px;
    line-height: 34px;
  }

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

  .div-block-3257 {
    height: auto;
  }

  .div-block-3242.marquee-track._1 {
    height: 300px;
  }

  .grid-3 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-6 {
    padding-right: 0px;
    padding-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-3255-copy {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid-4-copy {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .image-5 {
    max-width: 80%;
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .bgvideo {
    background-image: url('../images/mobile-img-0302.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .text-block {
    max-width: none;
    font-size: 45px;
    line-height: 45px;
  }

  .text-block-12-copy-copy {
    padding-right: 10px;
    padding-left: 10px;
  }

  .grid-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .content-section-new-intro {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .intro-para {
    height: auto;
    margin-bottom: 0em;
  }

  .intro-para.txt-190 {
    height: auto;
    font-size: 1.4rem;
  }

  .div-block-3261 {
    font-size: 40px;
    line-height: 40px;
  }

  .text-block-18 {
    font-size: 34px;
    line-height: 34px;
  }

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

  .container-8 {
    font-size: 3em;
  }

  .bold-text-6 {
    font-size: 3rem;
  }

  .wlfwc-holder {
    right: 5%;
    font-size: 0.9rem;
  }

  .container-9.in-hero {
    padding-top: 19.5rem;
  }

  .bg-wrap.in-hero {
    padding-top: 7.5rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .h1 {
    font-size: 1.8rem;
  }

  .author-info__text.last {
    margin-top: 0.5rem;
  }

  .investor-grid-w1280.contained {
    padding-right: 0vw;
    padding-left: 0vw;
    grid-auto-rows: 80px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 80px 80px;
    grid-template-rows: 80px 80px;
  }

  .link-box-padding {
    height: 540px;
    padding-right: 38px;
    padding-left: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .slider-txt-2 {
    height: 580px;
    min-height: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider-txt-2.bg-pink {
    min-height: 520px;
  }

  .slider-txt-2.bg-brown {
    height: 580px;
    min-height: auto;
  }

  .slider-txt-2.bg-gray {
    min-height: 520px;
  }

  .slider-txt-2.bg-light {
    height: 580px;
    min-height: auto;
  }

  .integration-card {
    max-width: 330px;
  }

  .integration-item-heading {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 5px;
    font-size: 1.025rem;
    line-height: 1.15;
  }

  .wrapper._1920px {
    padding-bottom: 100px;
  }

  .user-img {
    width: 266px;
    height: 182px;
  }

  .text-block-20 {
    display: block;
    width: 100%;
    font-size: 14px;
  }

  .user-txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .image-13 {
    width: 35px;
    height: 35px;
    margin-right: 8px;
    margin-bottom: 10px;
  }

  .txt-box {
    width: 100%;
    height: auto;
    min-width: 140px;
  }

  .usercard {
    width: 266px;
    max-width: none;
  }

  .userworld-img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .link-block-3 {
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .collection-list {
    display: block;
  }

  .scroll-down-button-2 {
    margin-top: auto;
  }

  .scroll-down-button-2.mt-0 {
    margin-top: -260px;
  }

  .scroll-down-button-2.mobile-hide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
  }

  .scroll-down-button-2.hide {
    display: none;
  }

  .content-section-white {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .background-video-4 {
    position: relative;
    width: 90%;
    min-height: 230px;
    margin: 0px 0vw 120px;
    padding-bottom: 0px;
  }

  .section-device-txtbox {
    height: auto;
    padding-bottom: 5.5rem;
  }

  .grid-7.hide {
    display: none;
  }

  .div-block-3267 {
    height: 90vw;
    min-height: 330px;
  }

  .section-device-videobox {
    width: 100%;
    height: auto;
    min-height: 250px;
    margin-top: 0px;
    background-color: #fff;
  }

  .body-menuv {
    background-color: #0d0d11;
  }

  .grid-8 {
    height: auto;
    -ms-grid-columns: 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px;
    grid-template-columns: 200px 200px 200px 200px 200px 200px 200px 200px 200px 200px;
    -ms-grid-rows: 150px;
    grid-template-rows: 150px;
  }

  .div-block-3270._10 {
    height: auto;
  }

  .div-block-3270._10.second {
    height: auto;
  }

  .background-video-5 {
    min-height: 200px;
  }

  .menu__roundtxt {
    top: -50px;
    right: -10px;
  }

  .html-embed-6 {
    min-height: 195px;
    margin-bottom: 1rem;
    border-radius: 1.5rem;
  }

  .nav-1-brand {
    padding-right: 0em;
    padding-left: 1.5em;
  }

  .nav-1-link.is-cta {
    padding-right: 4em;
    padding-left: 4vw;
    background-size: 1.3em;
  }

  .nav-1-link.is-cta-2 {
    display: none;
    padding-right: 4vw;
    padding-left: 4em;
    background-position: 14% 50%;
    background-size: 1.6em;
  }

  .nav-1-menu-button {
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .nav-1-menu-icon {
    margin-right: 1vw;
  }

  .default-home-text {
    font-size: 0.8em;
  }

  .menu-3-grid-content {
    width: 100%;
    max-width: none;
    min-width: auto;
  }

  .menu-2-column-2 {
    padding: 8vw;
  }

  .menu-2-main-link {
    padding-right: 8vw;
    padding-left: 8vw;
  }

  .menu-2-link-text {
    font-size: 1.7em;
  }

  .menu-link-dot {
    margin-right: 2.4em;
  }

  .close-button-2 {
    font-size: 0.7em;
  }

  .menu-2-column-1 {
    padding-top: 6em;
  }

  .footer-link-dot {
    margin-right: 2.4em;
  }

  .grid-block-2 {
    height: auto;
    min-height: 20em;
  }

  .circle-in-list {
    width: 2.3em;
    height: 2.3em;
    margin-right: 1.5em;
  }

  .overview-ui-link {
    width: 100%;
    min-height: 4.7em;
  }

  .overview-ui-link:hover {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .title-with-badge {
    grid-column-gap: 0.5em;
  }

  .buttons-flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .grid-about-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .overview-ui-kit {
    grid-row-gap: 0.75em;
  }

  .grid-content-link {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .grid-content-link.is-full-color {
    padding-right: 2em;
    padding-left: 2em;
  }

  .grid-content-2 {
    padding-right: 2em;
    padding-left: 2em;
    background-color: transparent;
  }

  .overview-screenshots {
    margin-bottom: 3.5em;
  }

  .list-line {
    left: 1.1em;
  }

  .heading-8.is-overview-title-5 {
    font-size: 8vw;
  }

  .heading-8.is-overview-title-1 {
    font-size: 2.8em;
  }

  .heading-8.is-overview-title-2 {
    font-size: 3em;
  }

  .heading-8.is-overview-title-3 {
    font-size: 7vw;
  }

  .heading-8.is-overview-title-4 {
    font-size: 3.5em;
  }

  .overview-version {
    padding-top: 8em;
  }

  .container-10 {
    padding-right: 8vw;
    padding-left: 8vw;
  }

  .container-10.is-full-width {
    padding-right: 8vw;
    padding-left: 8vw;
  }

  .grid-block-1 {
    height: auto;
    min-height: 20em;
  }

  .vertical-images-1-wrap {
    height: 20em;
  }

  .about-1-photo-1 {
    width: 44vw;
  }

  .grid-text-2 {
    font-size: 1.3em;
  }

  .overview-block-3 {
    max-width: 22em;
  }

  .overview-subtitle {
    font-size: 1.3em;
  }

  .custom-list-block {
    padding-bottom: 3.5em;
  }

  .circle-button-1 {
    font-size: 0.8em;
  }

  .overview-link-1 {
    padding: 1.5em;
  }

  .grid-overview {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cta-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .split-text {
    font-size: 22px;
  }

  .split-text.is--large {
    font-size: 16vw;
    line-height: 1;
  }

  .split-text.is--large {
    font-size: 16vw;
    line-height: 1;
  }

  .max-width {
    width: 100%;
  }

  .tabs-content {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .tabs-objects-slide {
    width: 92%;
  }

  .tabs-objects-slide.home-15 {
    width: 300px;
    margin-right: 10px;
    margin-left: 1px;
  }

  .tabs-menu-3.home-3-tabs {
    display: none;
    margin-right: auto;
    margin-bottom: 20px;
    padding-right: 1rem;
    padding-left: 1rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .tabs-objects-slider.home-15-objects-slider {
    height: 200px;
  }

  .section-event-news.pd-8 {
    padding-top: 4rem;
  }

  .collection-item-2 {
    height: 200px;
  }

  .tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mask-2 {
    width: 290px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-90-2 {
    font-size: 3rem;
  }

  .txt-color-box {
    margin-top: 0px;
    padding-top: 15px;
  }

  .text-white-home-3 {
    font-size: 1rem;
  }

  .home-15-tabs-image-wrapper {
    width: 290px;
  }

  .scroll-down-button-2-mobile {
    margin-top: -260px;
  }

  .scroll-down-button-2-mobile.mt-0 {
    margin-top: -260px;
  }

  .scroll-down-button-2-mobile.hide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -250px;
  }

  .intro-h2 {
    font-size: 1em;
  }

  .heading-small.margin-32 {
    font-size: 24px;
  }

  .work-item {
    width: 280px;
    height: 200px;
    margin-bottom: 20px;
  }

  .margin-40 {
    margin-bottom: 24px;
  }

  .work-item-description.m-hide {
    display: none;
  }

  .work-item-content {
    width: 100%;
    padding: 12px 12px 20px;
    text-align: center;
  }

  ._3video-container {
    max-width: none;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .eventcard-section {
    width: 100%;
    margin-top: 1rem;
    margin-right: 0rem;
    margin-left: 0rem;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .eventcard-section.padding-bottom-0 {
    padding-top: 0px;
  }

  .grid-halves.work {
    max-width: none;
  }

  .work-left {
    margin-bottom: 40px;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .turn-box {
    padding-top: 0rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .card_side.is-back {
    padding: 0px;
    -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  }

  .card_side.is-front {
    height: 200px;
    padding-right: 0rem;
    padding-bottom: 0rem;
    padding-left: 0px;
  }

  .card_traits {
    grid-row-gap: 1rem;
  }

  .text-style-alternative-2 {
    font-size: 14px;
  }

  .card_main-text {
    display: none;
    margin-bottom: 1.5rem;
  }

  .card_cta-wrapper {
    left: 0.5rem;
    top: auto;
    right: auto;
    bottom: 0.5rem;
    display: none;
  }

  .card_cta-wrapper.is-back {
    left: 0rem;
    bottom: 2rem;
    display: none;
  }

  .card_wrapper {
    width: 100%;
    height: 200px;
  }

  .background-video-7 {
    height: 200px;
  }

  .video-btn {
    margin-top: 30px;
  }

  .section-3video {
    padding-right: 0px;
    padding-left: 0px;
  }

  .card {
    width: 270px;
    height: 180px;
    margin-right: auto;
    margin-bottom: 2em;
    margin-left: auto;
  }

  .function_cards-wrapper {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 4vw;
  }

  .heading-91 {
    font-size: 30px;
  }

  .item-info {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .video-item-box {
    max-width: none;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .work-item-linkbox {
    height: 230px;
  }

  .product-txt-box {
    margin-bottom: 140px;
  }

  .integration-item-heading-2 {
    display: inline;
    width: 100%;
    height: auto;
    font-size: 1.1rem;
  }

  .usercard-2 {
    width: auto;
    max-width: none;
  }

  .div-block-3276 {
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .div-block-3276.row2.mb-8 {
    height: auto;
    margin-left: 0px;
  }

  .user-txt-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .grid-9 {
    height: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 280px 280px 280px 280px 280px 280px 280px 280px 280px 280px;
    grid-template-columns: 280px 280px 280px 280px 280px 280px 280px 280px 280px 280px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .heading-90-3 {
    font-size: 3rem;
  }

  .section-15 {
    margin-bottom: 40px;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .divblock14-word-2 {
    font-size: 3em;
  }

  .nav-btn-box.vvfb {
    margin-top: 8rem;
  }

  .nav-signin {
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 8rem;
  }

  .slider-list {
    width: auto;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    background-color: transparent;
  }

  .container-12 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider-item {
    width: 319px;
    height: 220px;
    margin-right: 24px;
    margin-left: 0px;
  }

  .slider-navigation-wrapper {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 0px;
  }

  .section-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .slide-title {
    font-size: 22px;
    font-weight: 400;
  }

  .html-embed-bg-video {
    display: none;
  }

  .video-box {
    min-height: 230px;
    margin-top: -50px;
  }

  .bg-video-mobile {
    display: block;
  }

  .cms-works-1-title-2 {
    margin-top: 0px;
    margin-left: 0px;
  }

  .text-work-title-2 {
    font-size: 18vw;
  }

  .text-work-title-2.detail {
    margin-bottom: 0.5rem;
    font-size: 2rem;
    line-height: 1.125;
  }

  .title-work-bg-2 {
    display: none;
  }

  .product-txt-box-2 {
    margin-bottom: 140px;
  }

  .cms-works-1-image-2 {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 2.5rem;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .content-1st-section-2 {
    min-height: 50vh;
    padding-right: 0vw;
    padding-bottom: 0vh;
    padding-left: 0vw;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .campaign-slider {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-white-home-5 {
    font-size: 1rem;
  }

  .text-white-home-5.white {
    font-size: 1.3rem;
  }

  .slider-section {
    margin-bottom: 5rem;
  }

  .title {
    font-size: 2rem;
  }

  .img-bg-gray {
    width: 35px;
    height: 35px;
  }

  .bold-text-7 {
    text-decoration: underline;
  }

  .cta-contact {
    margin-top: 0.5rem;
  }

  .text-block-22 {
    font-size: 1rem;
  }

  .html-embed-9 {
    width: 16px;
    margin-left: 3px;
    padding-top: 3px;
  }

  .explore-mobile-link {
    position: relative;
    top: -100px;
  }

  .scroll-down-button-mobile-link {
    display: block;
    margin-top: auto;
  }

  .scroll-down-button-mobile-link.mt-0 {
    margin-top: -260px;
  }

  .scroll-down-button-mobile-link.mobile-hide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
  }

  .button-wrapper.no-top-margin {
    margin-top: 0rem;
  }
}

#w-node-_69685460-ca2b-87e0-ef42-7cd8ad1d9d4b-60a2f23c {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_69685460-ca2b-87e0-ef42-7cd8ad1d9d56-60a2f23c {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_69685460-ca2b-87e0-ef42-7cd8ad1d9d62-60a2f23c {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_69685460-ca2b-87e0-ef42-7cd8ad1d9d4b-03a2f2d4 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_69685460-ca2b-87e0-ef42-7cd8ad1d9d56-03a2f2d4 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_69685460-ca2b-87e0-ef42-7cd8ad1d9d62-03a2f2d4 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

@media screen and (min-width: 1280px) {
  #w-node-_69685460-ca2b-87e0-ef42-7cd8ad1d9d4b-60a2f23c {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_69685460-ca2b-87e0-ef42-7cd8ad1d9d4b-03a2f2d4 {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}

@font-face {
  font-family: 'Oscine';
  src: url('../fonts/Oscine-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oscine';
  src: url('../fonts/Oscine.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}