:root {
  --light-blue: #eff4fa;
  --black: #383a45;
  --dark-blue: #1d3068;
  --intermediate-blue: #82a7e8;
  --blue: #d5e8ff;
  --very-dark-blue: #172540;
  --white: white;
  --shadow-color: #6aa7e480;
  --yellow: #f59c26;
  --dark-yellow: #dd8919;
  --green: #60db42;
  --mindpink: #ff7c80;
  --mindyellow: #fbb85e;
  --mindblue: #4f8ad9;
  --opalpurplelight: #e5e6f0;
  --opalpurpledark: #494f7c;
  --opalpurple: #7b82b2;
  --meetredlight: #fff2f2;
  --grey: #5c5f6b;
  --meetred: #f26750;
  --meetreddark: #cc4b3a;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--light-blue);
  color: var(--black);
  word-break: keep-all;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.3em;
}

h3 {
  color: var(--dark-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.4em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--dark-blue);
  text-decoration: underline;
  transition: opacity .2s;
  display: inline-block;
}

a:hover {
  color: var(--intermediate-blue);
}

a:active {
  color: #a3c5ff;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 5px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid var(--blue);
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  margin-bottom: 100px;
  margin-right: 0;
  display: flex;
}

.section.cc-cta {
  background-color: var(--light-blue);
  padding-left: 80px;
  padding-right: 80px;
  display: block;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 95%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  color: var(--black);
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: 1;
  color: var(--dark-blue);
  font-weight: 400;
}

.button {
  background-color: var(--dark-blue);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-clip: border-box;
  border-radius: 18px;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: auto;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: flex;
}

.button:hover {
  background-color: var(--very-dark-blue);
  color: #fff;
}

.button:active {
  background-color: var(--intermediate-blue);
}

.button.cc-jumbo-button {
  border-radius: 18px;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
  display: inline-block;
}

.button.cc-jumbo-button:hover {
  background-color: var(--very-dark-blue);
}

.button.cc-jumbo-button.cc-jumbo-white {
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  box-shadow: 0 3px 10px -2px var(--shadow-color);
  color: var(--black);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: static;
  inset: 0% auto auto 0%;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: var(--blue);
  font-weight: 600;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #dee6f0;
}

.button.cc-jumbo-button.cc-jumbo-white-meet {
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  color: var(--black);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: static;
  inset: 0% auto auto 0%;
  box-shadow: 0 3px 10px -2px #c1615680;
}

.button.cc-jumbo-button.cc-jumbo-white-meet:hover {
  background-color: #ffe3e3;
  font-weight: 600;
}

.button.cc-jumbo-button.cc-jumbo-white-meet:active {
  background-color: #f0dede;
}

.button.cc-contact-us {
  z-index: 5;
  background-color: var(--yellow);
  cursor: pointer;
  border-radius: 18px;
  flex: none;
  position: relative;
}

.button.cc-contact-us:hover {
  background-color: var(--dark-yellow);
}

.button.cc-contact-us:active {
  background-color: #ffc341;
}

.button.cc-contact-us.contact-tablet {
  display: none;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.button.cc-white-button.w--current {
  box-shadow: 0 3px 10px -2px var(--shadow-color);
}

.button.mindstart {
  border-radius: 1em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 1em 2em;
  font-size: 2em;
  line-height: 1.2em;
  display: inline-block;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  color: var(--intermediate-blue);
}

.label.cc-light.labeltitle {
  text-align: center;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  margin-bottom: 10px;
}

.heading-jumbo {
  color: var(--intermediate-blue);
  -webkit-text-stroke-color: transparent;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 3em;
  font-weight: 700;
  line-height: 120%;
}

.heading-jumbo-small {
  color: var(--very-dark-blue);
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 300;
  line-height: 50px;
  display: inline-block;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  flex: none;
}

.menu {
  z-index: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  z-index: 2;
  clear: none;
  box-shadow: none;
  color: var(--black);
  cursor: auto;
  background-color: #0000;
  background-image: url('../images/menu_test_4.svg');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: auto;
  align-items: center;
  margin-top: -20px;
  padding: 35px 50px 40px;
  display: flex;
  position: sticky;
  inset: -17px 0% auto;
}

.navigation-item {
  color: var(--intermediate-blue);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.navigation-item:hover {
  opacity: .9;
  color: var(--dark-blue);
  -webkit-text-stroke-color: var(--dark-blue);
  font-weight: 600;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-item.dropdown-button {
  padding-right: 10px;
}

.navigation-item.subitem {
  padding: 18px 15px;
}

.navigation-item.subitem:hover {
  background-color: var(--white);
  border-radius: 10px;
}

.logo-image {
  display: block;
}

.navigation-items {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--black);
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-text {
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding-top: 110px;
  padding-bottom: 120px;
}

.teams {
  color: #fff;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  backface-visibility: visible;
  perspective: 700px;
  perspective-origin: 50%;
  transform-origin: 50%;
  object-position: 50% 50%;
  width: 80%;
  height: 40svh;
  min-height: 250px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2em;
  line-height: 1.3em;
  display: block;
  overflow: hidden;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin: 50px auto 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact-form-wrap {
  box-shadow: 0 2px 5px 0 var(--shadow-color);
  border: 1px solid #eee;
  border-radius: 20px;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 36px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1.5fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
  position: static;
  top: 140px;
}

.get-in-touch-form {
  flex-direction: column;
  align-self: stretch;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.subpage-header {
  background-color: var(--light-blue);
  color: var(--intermediate-blue);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  margin-top: -30px;
  margin-bottom: 80px;
  display: flex;
}

.legal-notice-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
  position: static;
}

.legal-notice-grid:lang(ko) {
  grid-column-gap: 80px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  align-self: center;
  align-items: center;
  max-width: 1140px;
  margin: 0 auto auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.home-section-wrap {
  text-align: right;
}

.home-section-wrap.home-section-wrap-2 {
  text-align: left;
}

.section-heading {
  color: var(--dark-blue);
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 75px;
  grid-row-gap: 30px;
  text-align: left;
  grid-template: ". ."
  / 1.25fr 1fr;
  align-items: center;
  margin-bottom: 20px;
}

.about-grid.cc-about-2 {
  grid-column-gap: 79px;
  grid-template-columns: .75fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.work-heading {
  color: var(--dark-blue);
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 15px;
}

.background-video {
  clear: none;
  object-fit: fill;
  height: 100vh;
  margin-bottom: -90px;
  display: block;
  position: relative;
  overflow: visible;
}

.image {
  display: inline-block;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: 75px;
  margin-right: 75px;
  display: grid;
  overflow: visible;
}

.grid.grid-testimony {
  grid-column-gap: 31px;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 10px;
}

.slide {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  height: 100%;
  overflow: visible;
}

.slide-nav {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.slider {
  z-index: 0;
  background-color: #0000;
  height: auto;
  margin-bottom: 30px;
  display: block;
  overflow: hidden;
}

.img-testimony {
  float: none;
  clear: none;
  object-fit: fill;
  width: auto;
  max-width: 70%;
  height: auto;
  max-height: 100px;
  margin: auto;
}

.left-arrow {
  color: var(--dark-blue);
  padding-left: 0;
}

.mask {
  object-fit: fill;
  height: auto;
  margin-bottom: 45px;
  padding-bottom: 0;
  overflow: hidden;
}

.right-arrow {
  color: var(--dark-blue);
  object-fit: fill;
  overflow: visible;
}

.sign-testimony {
  margin-left: 20px;
  font-size: .7em;
  font-style: normal;
  font-weight: 600;
  line-height: 1em;
}

.text-block {
  padding-left: 20px;
  font-size: .7em;
  line-height: 1em;
}

.text-block.sign-testimony {
  padding-left: 0;
}

.grid-2 {
  grid-template-rows: auto;
}

.grid-2.grid-testimony {
  grid-column-gap: 31px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 75px;
  margin-right: 75px;
  padding: 10px;
}

.div-block {
  float: none;
  white-space: normal;
  align-items: center;
  height: 100px;
  text-decoration: none;
  display: flex;
}

.img-clients {
  opacity: .8;
  object-fit: contain;
  flex-wrap: wrap;
  flex: none;
  width: auto;
  max-width: 150px;
  height: auto;
  max-height: 80px;
  margin: 10px;
  transition: opacity .2s;
  display: block;
}

.img-clients:hover {
  opacity: 1;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.container-testimony {
  background-color: var(--white);
  border-radius: 20px;
  padding: 0 15px 15px;
  box-shadow: 0 3px 10px 1px #7f91da80;
}

.paragraphe-testimony {
  margin: 20px 10px;
}

.landing {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  background-image: linear-gradient(-10deg, #061430 5%, #314874 92%);
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  height: 100svh;
  margin-bottom: -90px;
  padding-bottom: 80px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.titleblock {
  object-fit: contain;
  width: 45%;
  min-width: 300px;
  max-width: 600px;
  height: auto;
}

.heading {
  text-align: center;
  margin-right: 0;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 120%;
}

.heading.vrsuitcasetitle {
  color: var(--yellow);
}

.titlevideo {
  z-index: -1;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
}

.titlevideoblock {
  z-index: 1;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 17px;
  width: 40vw;
  position: relative;
}

.titlevideoblock.vrsuitcasevideo {
  aspect-ratio: 9 / 16;
  object-fit: contain;
  width: auto;
  height: 70vh;
  overflow: hidden;
}

.titlevideoblock.subpagevideo-holder {
  aspect-ratio: 16 / 9;
  object-fit: contain;
  overflow: hidden;
}

.list {
  margin-bottom: 0;
}

.list-2 {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  text-decoration: underline;
  list-style-type: none;
  display: inline-block;
}

.section-client {
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
}

.section-footer {
  background-color: var(--very-dark-blue);
  color: var(--white);
  text-align: center;
  margin-top: 50px;
  padding: 35px 5% 20px;
}

.logo-social {
  opacity: .7;
  width: 50px;
}

.logo-social:hover {
  opacity: 1;
}

.social-medias {
  justify-content: space-around;
  margin-bottom: 20px;
  display: flex;
}

.paragraphfooter {
  text-align: center;
  font-size: .8em;
  line-height: 135%;
}

.paragraphfooter.korea {
  color: var(--intermediate-blue);
}

.paragraphfooter.chile {
  color: var(--blue);
}

.text-span {
  text-decoration: underline;
}

.centeredtext {
  text-align: center;
}

.intro {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 150px;
  display: flex;
}

.cell {
  backface-visibility: visible;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  transition: transform 1s;
  position: absolute;
  inset: 50% 0% auto;
  transform: translate(0)translate(0, -50%)rotate(0);
}

.cell._1 {
  transition-property: none;
  transform: translate(0, -50%)rotate(0);
}

.cell._3 {
  filter: blur(2px);
  transform-style: preserve-3d;
  transition-property: none;
  transform: translate3d(-120%, -50%, -100px)rotateX(0)rotateY(-20deg)rotateZ(0);
}

.cell._2 {
  filter: blur(2px);
  transform-style: preserve-3d;
  transition-property: none;
  transform: translate3d(120%, -50%, -100px)rotateX(0)rotateY(20deg)rotateZ(0);
}

.text-block-2 {
  text-align: center;
  display: inline-block;
}

.paragraph-welcome {
  font-size: 1.2em;
  line-height: 1.5em;
}

.flex-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: row;
  place-content: center;
  align-items: center;
}

.text-sustainability {
  margin-bottom: 0;
}

.image-4 {
  width: 15%;
  max-width: 150px;
}

.white-link {
  color: var(--white);
  display: inline-block;
}

.white-link:hover {
  color: var(--blue);
}

.white-link:active {
  color: var(--light-blue);
}

.text-span-2 {
  text-decoration: underline;
}

.blue-link {
  color: var(--intermediate-blue);
}

.blue-link:hover {
  color: var(--blue);
}

.blue-link:active {
  color: var(--light-blue);
}

.section-2 {
  background-color: var(--white);
  box-shadow: 0 0 10px -1px var(--shadow-color);
  margin-bottom: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.lignetitre {
  opacity: .6;
  width: 10px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.div-block-5 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.list-legal-notice {
  margin-top: 0;
  padding-left: 25px;
  font-size: .9em;
  list-style-type: square;
}

.legal-notice-content {
  text-align: center;
}

.image-6 {
  height: 40px;
  margin-bottom: 15px;
  margin-left: 10px;
  display: inline-block;
}

.div-block-7 {
  flex: 1;
}

.subpage-body {
  background-color: var(--white);
}

.videoblock {
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  overflow: hidden;
}

.contentvideo {
  box-shadow: 0 3px 10px -1px var(--shadow-color);
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.play-bouton {
  width: 25px;
}

.sustainabilityh3 {
  font-size: 1em;
  font-weight: 600;
}

.sustainabilitytextblock {
  max-width: 800px;
}

.text-span-3 {
  color: var(--green);
}

.flag {
  height: 2em;
  margin-left: auto;
  margin-right: auto;
}

.flex-block-2 {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: none;
  align-items: center;
  position: relative;
}

.dropdown-toggle-3 {
  padding: 10px 5px 10px 10px;
  display: inline-block;
}

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

.dropdown-list.w--open {
  background-color: var(--white);
  box-shadow: 0 2px 5px -2px var(--shadow-color);
  border-radius: 0 0 10px 10px;
}

.lang-pc-btn {
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

.lang-pc-btn:hover {
  background-color: var(--light-blue);
}

.dropdown {
  flex: none;
  font-size: .9em;
}

.drop-icon {
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
  position: static;
}

.lang-links {
  display: none;
}

.text-block-3 {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}

.image-7 {
  height: 1.5em;
  display: inline-block;
}

.html-embed {
  aspect-ratio: 3 / 2;
  width: 100%;
  margin-bottom: 40px;
}

.side-legal {
  font-size: .9em;
  line-height: 1.7em;
  position: sticky;
  top: 120px;
}

.contact-links {
  display: block;
}

.side-contact {
  position: sticky;
  top: 140px;
}

.bodymind {
  background-color: var(--white);
  text-align: center;
  background-image: url('../images/background-horizontal-1.svg');
  background-position: 25% 74%;
  background-repeat: repeat-y;
  background-size: 120%;
  background-attachment: fixed;
  padding-left: 10px;
  padding-right: 10px;
}

.mindembedmeet {
  flex: 1;
}

.logomind {
  width: 50%;
  min-width: 50px;
  max-width: 400px;
  margin: 50px auto 20px;
}

.mindtext {
  color: var(--white);
  text-align: center;
  width: 100%;
  max-width: 550px;
  padding: 75px 10px 70px;
  font-size: 1.8em;
  line-height: 1.2em;
}

.mindtext.mindtext2 {
  background-image: url('../images/mindText2.svg');
  background-position: 5%;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: flex-end;
}

.mindtext.mindtext1 {
  background-image: url('../images/mindText1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.mindtext.mindtext3 {
  background-image: url('../images/mindText3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 93px;
  padding-bottom: 45px;
}

.bold-text-2 {
  letter-spacing: -1px;
}

.mindtextcontainer {
  max-width: 900px;
  margin: 100px auto 50vh;
}

.heading-2 {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 2.5em;
}

.footer {
  background-color: var(--blue);
  margin-top: 40px;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 45px;
  padding-bottom: 20px;
}

.div-block-9 {
  margin-top: 40px;
}

.blueonblue-link {
  color: var(--intermediate-blue);
}

.blueonblue-link:hover {
  color: var(--dark-blue);
}

.blueonblue-link:active {
  color: var(--light-blue);
}

.mindintrotext {
  color: var(--black);
  text-align: center;
  max-width: 1000px;
  font-size: 1.8em;
  line-height: 1.8em;
}

.bold-text-3 {
  color: var(--mindpink);
}

.text-span-4 {
  color: var(--mindyellow);
}

.text-span-5 {
  color: var(--mindblue);
}

.bold-text-4 {
  color: var(--mindyellow);
}

.text-span-6 {
  color: var(--mindblue);
}

.text-span-7 {
  color: var(--mindpink);
}

.bold-text-5 {
  color: var(--mindblue);
}

.text-span-8 {
  color: var(--mindpink);
}

.text-span-9 {
  color: var(--mindyellow);
}

.bold-text-6 {
  color: var(--mindpink);
}

.text-span-10 {
  color: var(--mindyellow);
}

.text-span-11 {
  color: var(--mindblue);
}

.slider-2 {
  border: 2px dashed var(--mindblue);
  box-shadow: 0 2px 5px 0 var(--shadow-color);
  background-color: #ffffffb3;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-top: 50vh;
}

.mask-2 {
  color: var(--intermediate-blue);
}

.mindslide {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
}

.sliderarrows {
  color: var(--intermediate-blue);
  width: 1.2em;
}

.slideicon {
  margin: auto;
  font-size: 1em;
}

.image-12 {
  height: 3em;
  margin-left: auto;
  margin-right: auto;
}

.dropdownqa {
  border-top: 2px solid var(--blue);
  border-bottom: 2px solid var(--blue);
  width: 100%;
  transition: all .2s;
  position: static;
}

.dropdown-list-2 {
  background-color: var(--light-blue);
  padding: 40px 60px;
  transition: top .2s;
  display: none;
  position: static;
}

.dropdown-list-2.w--open {
  transition-property: all;
}

.dropdown-toggle-4 {
  width: 100%;
  padding-left: 10px;
  padding-right: 20px;
}

.dropdown-toggle-4.w--open {
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-5 {
  padding-right: 20px;
  display: inline-block;
}

.icon-3 {
  margin-right: 0;
  display: inline-block;
  position: static;
  inset: 0% 0% 0% auto;
}

.icon-4 {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
  display: inline-block;
  position: static;
}

.text-block-6 {
  padding-right: 10px;
  display: inline-block;
}

.menudropdown {
  min-width: 200px;
  margin-top: 35px;
}

.menudropdown.w--open {
  background-color: var(--light-blue);
  box-shadow: 0 2px 5px 0 var(--shadow-color);
  border-radius: 12px;
  flex-flow: wrap;
  margin-top: 45px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.menudropdown.corporate.w--open {
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.inojobhead {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(-20deg, var(--white) 32%, var(--light-blue) 75%);
  color: var(--intermediate-blue);
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  height: 100svh;
  margin-top: -45px;
  margin-bottom: 0;
  padding-bottom: 80px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.subpage-head {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: linear-gradient(-20deg, var(--white) 32%, var(--light-blue) 75%);
  color: var(--dark-blue);
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-around;
  align-items: center;
  height: 100svh;
  margin-top: -45px;
  margin-bottom: 100px;
  padding: 40px 10%;
  display: flex;
}

.vrsuitcase-features {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
}

.vrsuitcase-feature {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 700px;
}

.vrsuitcaseh2 {
  color: var(--dark-blue);
  font-size: 1.8em;
  font-weight: 500;
}

.vrsuitcase-icon {
  width: 150px;
}

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

.flex-block-4 {
  background-color: var(--white);
  box-shadow: 0 2px 5px 0 var(--shadow-color);
  border-radius: 20px;
  font-size: .9em;
}

.vrsuitcase_useimg {
  border-radius: 12px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.vrsuitcase-use {
  margin: 15px 15px 5px;
}

.vrsuitcase-main {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 300px;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  max-width: 1200px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
}

.vrsuitcase-intro {
  text-align: center;
  max-width: 700px;
  margin-bottom: 30px;
}

.youtube {
  z-index: 0;
  aspect-ratio: 9 / 16;
  border-radius: 10px;
  width: auto;
  height: 70vh;
  margin-left: auto;
  margin-right: auto;
}

.vrsuitcase-outro {
  text-align: center;
  max-width: 700px;
  margin-top: 30px;
}

.text-block-7 {
  margin-bottom: 20px;
}

.ikonik-sgnbo {
  vertical-align: text-bottom;
  width: 1.3em;
  display: inline-block;
}

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

.ikjunsection {
  text-align: left;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  height: 500px;
  margin: 30px auto;
  display: flex;
}

.leftcontent {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  max-width: 1140px;
  margin-left: 30px;
  margin-right: 15px;
  display: block;
}

.rightcontent {
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  max-width: 1140px;
  display: flex;
}

.heading-3 {
  color: var(--dark-blue);
  order: 0;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: stretch;
  font-size: 38px;
  display: flex;
}

.mozilla_detailsection {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 30px;
  display: flex;
}

.mozilla-block {
  background-color: var(--white);
  box-shadow: 0 2px 5px 0 var(--shadow-color);
  text-align: justify;
  border-radius: 20px;
  flex-flow: column;
  width: 30%;
  padding: 10px 20px 20px;
}

.img-new-improved-feature {
  height: 100px;
  margin: 10px auto;
}

.text-block-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  align-self: center;
  max-width: 300px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  overflow: visible;
}

.div-block-14 {
  max-width: 1134px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 15px;
  display: flex;
}

.paragraph-5 {
  margin-bottom: 30px;
}

.alternative-for-mozilla-hubs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin: 100px auto 80px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-15 {
  max-width: 550px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.div-block-16 {
  order: 0;
  justify-content: flex-end;
  align-items: center;
  width: 550px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.paragraph-6 {
  margin-right: 20px;
}

.heading-4 {
  font-size: 36px;
}

.heading-5 {
  color: var(--dark-blue);
  text-align: center;
  align-self: auto;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  line-height: 30px;
}

.bold-text-7 {
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.heading-6 {
  color: var(--dark-blue);
  text-align: center;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  line-height: 30px;
}

.bold-text-8 {
  font-weight: 400;
}

.heading-7 {
  color: var(--dark-blue);
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  line-height: 30px;
}

.bold-text-9 {
  font-weight: 400;
}

.keywordsection {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.button-2 {
  box-shadow: 0 2px 5px 0 var(--shadow-color);
  -webkit-text-fill-color: inherit;
  background-color: #7394da;
  background-clip: border-box;
  border-radius: 20px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: 10px;
}

.mozillakeywords {
  text-align: center;
  max-width: 1130px;
  margin: 50px auto;
}

.heading-8 {
  margin-bottom: 50px;
}

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

.div-block-18 {
  flex-flow: column;
  max-width: 1140px;
}

.q-a {
  background-color: var(--dark-blue);
  box-shadow: 0 2px 5px 0 var(--shadow-color);
  color: var(--white);
  border-radius: 15px;
  width: 100%;
  margin-top: 40px;
}

.toogle-max-w {
  max-width: 1140px;
  margin-left: 50px;
  margin-right: 50px;
  padding-right: 0;
  display: block;
}

.toggle-main {
  border-bottom: 1px solid #fff3;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: block;
}

.dropdown-toggle {
  color: #fff;
  flex: 1;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.toggle-icon {
  border: 1px solid #fff3;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  margin-right: 13px;
  display: flex;
}

.qa-text {
  flex-flow: row;
  flex: 0 auto;
  display: block;
}

.toggle-content {
  box-sizing: border-box;
  object-fit: fill;
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: none;
  position: relative;
}

.toggle-content.w--open {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

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

.image-15 {
  box-shadow: 0 2px 5px 0 var(--shadow-color);
  border-radius: 15px;
}

.image-16 {
  border-radius: 15px;
}

.paragraph-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--light-blue);
  flex-flow: row;
  max-width: 950px;
  display: flex;
}

.mozilla_mainsection {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin: 30px auto;
  display: flex;
}

.grid-3 {
  grid-template-rows: auto;
  place-items: center;
  margin: 30px auto 60px;
}

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

.div-block-19 {
  flex-flow: column;
  margin-left: 30px;
  margin-right: 30px;
}

.div-block-20 {
  max-width: 1134px;
  display: flex;
}

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

.section-7 {
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.teamhead {
  max-width: 1140px;
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 200px;
  display: flex;
}

.teamcell {
  box-shadow: 0 2px 5px 0 var(--shadow-color);
  cursor: pointer;
  background-color: #fff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px 30px;
  display: block;
}

.teamgrid {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.teamposition {
  color: var(--dark-blue);
  text-align: left;
  mix-blend-mode: hard-light;
  align-self: center;
  display: inline-block;
}

.teamname {
  color: var(--dark-blue);
  text-align: left;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
}

.background-video-4 {
  aspect-ratio: auto;
  box-shadow: 0 2px 5px 0 var(--shadow-color);
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  min-height: 320px;
}

.popup_introduce {
  z-index: 2;
  background-color: #3434344f;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.popup_introduce.introduce_cedric {
  background-color: #82a7e847;
  padding-left: 0;
  padding-right: 0;
  display: none;
  overflow: visible;
}

.popup_introduce.introduce_cedric:lang(ko) {
  display: none;
}

.popup_introduce.introduce_ph {
  background-color: #82a7e847;
  display: none;
}

.popup_introduce.introduce_ph:lang(ko) {
  display: none;
}

.popup_introduce.introduce_chris {
  background-color: #82a7e847;
  display: none;
}

.popup_introduce.introduce_chris:lang(ko) {
  display: none;
}

.popup_introduce.introduce_morgane {
  background-color: #82a7e847;
  display: none;
}

.popup_introduce.introduce_morgane:lang(ko) {
  display: none;
}

.popup_introduce.introduce_cristian {
  background-color: #82a7e847;
  display: none;
}

.popup_introduce.introduce_cristian:lang(ko) {
  display: none;
}

.popup_introduce.introduce_ikjun {
  background-color: #82a7e847;
  display: none;
}

.popup_introduce.introduce_ikjun:lang(ko) {
  display: none;
}

.container-8 {
  background-color: var(--light-blue);
  box-shadow: 0 2px 5px 0 var(--shadow-color);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 15px;
  max-width: 1140px;
  padding: 0 20px 20px;
  display: block;
}

.popup_banner {
  float: none;
  vertical-align: super;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  line-height: 1em;
  display: flex;
}

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

.image-19 {
  box-shadow: 0 2px 5px 0 var(--shadow-color);
  border-radius: 15px;
  margin-top: 0;
  margin-right: 20px;
}

.image-20 {
  cursor: pointer;
  width: 50px;
  margin-top: 10px;
  margin-right: 0;
  display: block;
}

.paragraph-14 {
  font-size: 18px;
}

.popup_head {
  border: 2px dashed var(--shadow-color);
  background-color: var(--white);
  color: var(--dark-blue);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 15px;
  padding: 0 10px;
}

.popup_text {
  border: 2px dashed var(--shadow-color);
  background-color: var(--white);
  color: var(--dark-blue);
  border-radius: 15px;
  padding: 10px;
}

.heading-16 {
  color: var(--dark-blue);
}

.recaptcha {
  align-self: center;
}

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

.opalhead {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--opalpurplelight);
  color: var(--opalpurpledark);
  text-align: center;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  height: 100svh;
  margin-top: -45px;
  margin-bottom: 0;
  padding-bottom: 80px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.opallogo {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.opaltitle {
  color: var(--opalpurple);
  font-size: 35px;
}

.opalside {
  margin-top: 0;
}

.opalcontent {
  text-align: justify;
  background-color: #e5e6f070;
  border: 1px solid #eee;
  border-radius: 20px;
  padding: 45px 50px 50px;
  position: sticky;
  top: 140px;
  box-shadow: 0 2px 5px #494f7c73;
}

.opalspan {
  color: #7b82b2;
}

.opallist {
  color: var(--opalpurple);
  list-style-type: square;
}

.menudivider {
  background-color: var(--shadow-color);
  width: 75%;
  height: .5px;
  margin-left: auto;
  margin-right: auto;
}

.roothead {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dark-blue);
  background-image: linear-gradient(147deg, var(--dark-blue), #44f9b1);
  color: var(--light-blue);
  text-align: center;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  height: 100svh;
  margin-top: -45px;
  margin-bottom: 0;
  padding-bottom: 80px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.roottitle {
  color: #82e8cd;
  font-size: 45px;
  font-weight: 800;
}

.rootcontent {
  text-align: justify;
  background-color: #e8f9f2;
  border-radius: 20px;
  padding: 45px 50px 50px;
  box-shadow: 0 2px 5px #1293b073;
}

.rootspan {
  color: #40c19f;
}

.rootlist {
  color: #40c19f;
  text-align: justify;
  list-style-type: none;
}

.rootlist-item {
  color: #40c19f;
  background-color: #e8f9f2;
  border-radius: 15px;
  margin-bottom: 0;
  padding: 20px 25px;
  box-shadow: 0 2px 5px #1293b04d;
}

.rootgrid {
  grid-column-gap: 15px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.spline-scene {
  aspect-ratio: 1;
  overflow: hidden;
}

.titlesplineblock {
  z-index: 1;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 17px;
  width: 50vw;
  position: relative;
  overflow: hidden;
}

.titlesplineblock.vrsuitcasevideo {
  aspect-ratio: 9 / 16;
  object-fit: contain;
  width: auto;
  height: 70vh;
  overflow: hidden;
}

.dropdownmenu-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 200px;
}

.subpage-titleimg {
  width: 30%;
}

.subpageheader {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: linear-gradient(-20deg, var(--white) 32%, var(--light-blue) 75%);
  color: var(--dark-blue);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-around;
  align-items: center;
  height: 100svh;
  margin-top: -45px;
  margin-bottom: 100px;
  padding: 40px 5%;
  display: flex;
}

.subpagevideo {
  z-index: 1;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 17px;
  width: 40vw;
  position: relative;
}

.subpagevideo.vrsuitcasevideo {
  aspect-ratio: 9 / 16;
  object-fit: contain;
  width: auto;
  height: 70vh;
  overflow: hidden;
}

.rootside {
  margin-top: 100px;
  position: sticky;
  top: 50vh;
  transform: translate(0, -50%);
}

.body-zh {
  word-break: break-all;
}

.heading-copy {
  text-align: center;
  margin-right: 0;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 120%;
}

.heading-copy.vrsuitcasetitle {
  color: var(--yellow);
}

.mozilla-titleimg {
  box-shadow: 0 2px 5px 0 var(--shadow-color);
  border-radius: 15px;
  width: 40%;
}

.flex-thirds {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.container-9 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.alignleftpc {
  text-align: right;
}

.teamimg {
  width: 90%;
  margin: 10% auto 5%;
}

.teamtext {
  text-align: justify;
}

.fullwidthdiv {
  width: 90%;
}

.corporate-main {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 300px;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  max-width: 1200px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
}

.leftalign {
  text-align: left;
}

.vrsuitcase-uses-copy {
  text-align: center;
}

.subpage-sidecontent {
  background-color: var(--white);
  box-shadow: 0 2px 5px 0 var(--shadow-color);
  border-radius: 20px;
  padding: 25px 30px 15px;
  font-size: .9em;
}

.boldbluetext {
  color: var(--mindblue);
}

.sticky {
  position: sticky;
  top: 22vh;
}

.subpage-slider {
  z-index: 0;
  background-color: #ddd0;
}

.mask-3 {
  aspect-ratio: 1;
  box-shadow: 0 2px 5px 0 var(--shadow-color);
  border-radius: 14px;
}

.subpage-sliderdiv {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.subpage-slidertext {
  color: var(--intermediate-blue);
  text-align: center;
  margin-left: 60px;
  margin-right: 60px;
  font-weight: 700;
  display: inline-block;
}

.subpage-slidericon {
  color: var(--blue);
  font-size: 25px;
  font-weight: 900;
}

.slide-nav-2 {
  font-size: 8px;
}

.mask-4 {
  aspect-ratio: 16 / 9;
}

.subpage-slidermask {
  aspect-ratio: 16 / 9;
  box-shadow: 0 2px 5px 0 var(--shadow-color);
  object-fit: cover;
  border-radius: 15px;
}

.subpage-intro {
  text-align: center;
  max-width: 700px;
  margin-bottom: 30px;
}

.subpagecontent {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
}

.subpageh2 {
  color: var(--dark-blue);
  font-size: 1.8em;
  font-weight: 500;
}

.subpage-icon {
  width: 100px;
  margin-left: 25px;
  margin-right: 25px;
}

.subpage-point {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 700px;
}

.meethead {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--meetredlight);
  color: var(--grey);
  text-align: center;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  height: 100svh;
  margin-top: -45px;
  margin-bottom: 0;
  padding-bottom: 80px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.meetlogo {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.meettitle {
  color: var(--meetred);
  font-size: 35px;
}

.meetcontent {
  background-color: var(--meetredlight);
  color: var(--grey);
  text-align: justify;
  border: 1px solid #eee;
  border-radius: 20px;
  padding: 45px 50px 50px;
  position: sticky;
  top: 140px;
  box-shadow: 0 2px 5px #9e463473;
}

.meetlist {
  color: var(--meetred);
  list-style-type: square;
}

.meetspan {
  color: var(--meetred);
}

.meetside {
  margin-top: 0;
}

.rounded-corners {
  border-radius: 20px;
}

.text-block-10 {
  font-size: 15px;
}

.text-block-10:lang(ko) {
  font-size: 16px;
}

.text-block-11 {
  font-size: 14.5px;
}

.text-block-11:lang(ko) {
  font-size: 14.6px;
}

.youtube-2 {
  border-radius: 12px;
}

.video {
  border-radius: 20px;
}

.news-article {
  box-shadow: 0 2px 5px 0 var(--shadow-color);
  text-align: justify;
  background-color: #fff;
  border-radius: 30px;
  width: 31%;
  min-width: auto;
  max-width: 350px;
  padding: 20px;
}

.news-flexwrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-left: 2px solid var(--intermediate-blue);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 30px;
}

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

.news-date {
  color: var(--intermediate-blue);
  text-align: right;
  font-size: 13px;
  font-style: italic;
}

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

.figure {
  width: 100%;
}

.image-22 {
  border-radius: 10px;
}

.news-of-the-year {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-left: 40px;
  margin-right: 20px;
  display: flex;
}

.news-year {
  align-self: baseline;
  position: sticky;
  top: 140px;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us.contact-tablet {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin: 10px auto;
    display: inline-block;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    background-color: var(--white);
    box-shadow: 0 2px 15px -6px var(--shadow-color);
    background-image: none;
    margin-top: 0;
    padding: 5vh 30px;
    top: 0;
  }

  .navigation-item {
    text-align: center;
    justify-content: center;
    padding: 10px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-item.dropdown-button {
    display: block;
    position: static;
  }

  .navigation-item.subitem {
    min-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .intro-content.cc-homepage {
    width: 100%;
  }

  .motto-wrap {
    font-size: 1em;
    line-height: 1.2em;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .subpage-header {
    margin-top: 0;
  }

  .legal-notice-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .home-content-wrap {
    margin-left: 25px;
    margin-right: 25px;
  }

  .home-section-wrap, .home-section-wrap.home-section-wrap-2 {
    text-align: center;
  }

  .about-grid {
    grid-row-gap: 30px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .background-video {
    margin-bottom: -70px;
  }

  .grid.grid-testimony {
    margin-left: 35px;
    margin-right: 35px;
  }

  .left-arrow {
    object-fit: scale-down;
    inset: 0% auto 0% 0%;
  }

  .right-arrow {
    inset: 0% 0% 0% auto;
  }

  .sign-testimony {
    margin-left: 0;
  }

  .grid-2.grid-testimony {
    margin-left: 35px;
    margin-right: 35px;
  }

  .img-clients {
    max-width: 120px;
    max-height: 60px;
  }

  .icon {
    inset: 0% 0% 0% auto;
  }

  .icon-2 {
    inset: 0% auto 0% 0%;
  }

  .container-testimony {
    background-color: var(--white);
    border-radius: 20px;
  }

  .paragraphe-testimony {
    font-size: 1em;
  }

  .landing {
    height: auto;
    min-height: 100svh;
    margin-bottom: -12vh;
  }

  .titleblock {
    width: 90%;
  }

  .titleblock.mozilla-title {
    text-align: center;
  }

  .titlevideoblock {
    width: 60vw;
  }

  .paragraphfooter {
    line-height: 1.5em;
  }

  .intro {
    max-width: 100svw;
  }

  .flex-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .list-legal-notice {
    text-align: left;
    display: inline-block;
  }

  .videoblock {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .sustainabilitytextblock {
    font-size: .9em;
  }

  .flag {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-block-2 {
    display: none;
  }

  .lang-links {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    display: flex;
  }

  .side-legal {
    position: static;
  }

  .bodymind {
    background-size: cover;
  }

  .slideicon {
    font-size: .8em;
  }

  .menudropdown {
    margin-top: 0;
  }

  .menudropdown.w--open {
    margin-top: 0;
    position: static;
    overflow: auto;
  }

  .menudropdown.corporate.w--open, .dropdown-2 {
    flex-flow: wrap;
  }

  .inojobhead {
    height: auto;
    min-height: 100svh;
    margin-top: 0;
  }

  .subpage-head {
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 100svh;
    margin-top: 0;
  }

  .vrsuitcase-uses {
    margin-left: auto;
    margin-right: auto;
  }

  .flex-block-4 {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .vrsuitcase_useimg {
    border-radius: 12px;
  }

  .vrsuitcase-use {
    width: 40%;
    min-width: 230px;
  }

  .vrsuitcase-main {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

  .youtube {
    z-index: 1;
  }

  .toogle-max-w {
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .qa-text {
    white-space: normal;
  }

  .opalhead {
    height: auto;
    min-height: 100svh;
    margin-top: 0;
  }

  .opalside {
    margin-top: 0;
    position: static;
    transform: translate(0);
  }

  .opalcontent {
    position: static;
  }

  .opalsteps {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .roothead {
    height: auto;
    min-height: 100svh;
    margin-top: 0;
  }

  .rootcontent {
    position: static;
  }

  .titlesplineblock {
    width: 60vw;
  }

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

  .subpageheader {
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 100svh;
    margin-top: 0;
  }

  .subpagevideo {
    width: 60vw;
  }

  .rootside {
    margin-top: 0;
    position: static;
    transform: translate(0);
  }

  .mozilla-titleimg {
    width: 70%;
  }

  .alignleftpc {
    text-align: center;
  }

  .corporate-main {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

  .vrsuitcase-uses-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .subpage-sidecontent {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .meethead {
    height: auto;
    min-height: 100svh;
    margin-top: 0;
    padding-top: 10px;
  }

  .meetcontent {
    position: static;
  }

  .meetsteps {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .meetside {
    margin-top: 0;
    position: static;
    transform: translate(0);
  }

  .news-article {
    width: 47%;
    font-size: .9em;
  }

  .news-flexwrap {
    justify-content: center;
    padding-left: 10px;
  }

  .news-of-the-year {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-left: 20px;
  }

  .news-year {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .section {
    margin-left: 0;
    margin-right: 0;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 10px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .motto-wrap {
    margin-top: 60px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .section-heading {
    font-size: 2.5em;
  }

  .background-video {
    margin-bottom: -65px;
  }

  .slider {
    display: none;
  }

  .landing {
    margin-bottom: -45px;
  }

  .titleblock {
    width: 100%;
  }

  .heading {
    position: static;
  }

  .titlevideo {
    object-fit: contain;
  }

  .logo-social {
    width: 35px;
  }

  .lignetitre {
    display: none;
  }

  .subpage-body {
    font-size: 14px;
  }

  .bodymind {
    background-position: 38% 0;
    background-size: cover;
  }

  .mindtext.mindtext2, .mindtext.mindtext1 {
    align-self: center;
  }

  .mindtext.mindtext3 {
    background-position: 50%;
    align-self: center;
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .heading-2 {
    font-size: 1.8em;
    line-height: 1.4em;
  }

  .mindintrotext {
    font-size: 1.6em;
    line-height: 1.6em;
  }

  .mindslide {
    padding-left: 2em;
    padding-right: 2em;
  }

  .sliderarrows {
    width: .8em;
  }

  .slideicon {
    font-size: .6em;
  }

  .dropdown-list-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-5 {
    padding-right: 10px;
  }

  .mozilla-block {
    width: 90%;
  }

  .toogle-max-w {
    max-width: 100%;
  }

  .grid-3 {
    grid-auto-flow: row;
  }

  .opalcontent {
    padding: 30px;
  }

  .opallist {
    padding-left: 20px;
  }

  .rootcontent {
    padding: 30px;
  }

  .rootlist {
    padding-left: 20px;
  }

  .rootlist-item {
    margin-bottom: 30px;
  }

  .rootgrid {
    grid-row-gap: 15px;
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .subpage-titleimg {
    width: 60%;
  }

  .heading-copy {
    position: static;
  }

  .flex-thirds {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .subpage-sidecontent {
    font-size: 1em;
  }

  .subpage-slidericon {
    width: 40px;
  }

  .meetcontent {
    padding: 30px;
  }

  .meetlist {
    padding-left: 20px;
  }

  .news-article {
    width: 100%;
  }

  .news-flexwrap {
    flex-flow: column;
    padding-left: 20px;
  }

  .news-of-the-year {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
    line-height: 48px;
  }

  h3 {
    line-height: 130%;
  }

  .section {
    flex-flow: column;
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
  }

  .container {
    width: 95%;
  }

  .button.cc-jumbo-button.cc-jumbo-white {
    text-align: center;
  }

  .button.cc-jumbo-button.cc-jumbo-white:hover {
    background-color: #d6e9ff;
  }

  .button.cc-jumbo-button.cc-jumbo-white-meet {
    text-align: center;
  }

  .button.cc-jumbo-button.cc-jumbo-white-meet:hover {
    background-color: #d6e9ff;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .heading-jumbo-small {
    text-shadow: none;
    font-size: 2.5em;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .navigation-items {
    overflow: auto;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-content.cc-homepage {
    width: 90%;
    min-height: 99svh;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .motto-wrap {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 90vh;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .contact-form-grid {
    width: 95%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .legal-notice-grid {
    width: 100%;
  }

  .home-content-wrap {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .section-heading {
    font-size: 2em;
    line-height: 1.5em;
  }

  .img-clients {
    max-width: 80px;
    max-height: 40px;
  }

  .landing {
    align-content: center;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .heading {
    font-size: 1.6em;
  }

  .titlevideo {
    margin-left: auto;
    margin-right: auto;
  }

  .titlevideoblock {
    object-fit: contain;
    width: 100%;
    overflow: hidden;
  }

  .centeredtext {
    line-height: 1.3em;
  }

  .intro {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 40px;
    margin-bottom: 140px;
  }

  .cell {
    border-radius: 20px;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 33svh;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    transform: translate(0, -50%);
  }

  .cell._1 {
    filter: blur();
    width: 100%;
    transform: translate(0)translate(0, -50%)rotate(0);
  }

  .cell._3 {
    margin-left: auto;
    margin-right: auto;
    transform: translate3d(0, -100%, -50px)translate(0%, -50%)rotateX(20deg)rotateY(0)rotateZ(0);
  }

  .cell._2 {
    transform: translate(0, -50%)translate3d(0, 100%, -50px)rotateX(-20deg)rotateY(0)rotateZ(0);
  }

  .paragraph-welcome {
    font-size: 1em;
  }

  .flex-block {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .text-sustainability {
    text-align: center;
    max-width: 100%;
    font-size: 14px;
  }

  .image-4 {
    width: 100px;
  }

  .section-2 {
    border-radius: 20px;
  }

  .lignetitre {
    height: 25vh;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
  }

  .videoblock {
    width: 100%;
  }

  .play-bouton {
    width: 20px;
  }

  .sustainabilityh3 {
    text-align: center;
    line-height: 150%;
  }

  .bodymind {
    background-image: url('../images/background-vertical.svg');
    background-position: 50%;
    background-size: 135% 110%;
    font-size: 14px;
  }

  .mindtext {
    font-size: 1.2em;
  }

  .mindtext.mindtext2 {
    background-position: 40%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .mindtext.mindtext1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .mindtext.mindtext3 {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .dropdown-toggle-4 {
    object-fit: contain;
  }

  .inojobhead, .subpage-head {
    align-content: center;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .vrsuitcase-features {
    margin-left: 0;
    margin-right: 0;
  }

  .vrsuitcase-feature {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .vrsuitcaseh2 {
    margin-top: 0;
  }

  .toogle-max-w {
    max-width: 100%;
  }

  .qa-text {
    white-space: break-spaces;
  }

  .opalhead, .roothead {
    align-content: center;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .titlesplineblock {
    object-fit: contain;
    width: 100%;
    overflow: hidden;
  }

  .dropdownmenu-column {
    min-width: 100%;
  }

  .subpageheader {
    align-content: center;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .subpagevideo {
    object-fit: contain;
    width: 100%;
    overflow: hidden;
  }

  .heading-copy {
    font-size: 1.6em;
  }

  .mozilla-titleimg {
    width: 90%;
  }

  .subpage-slider {
    box-sizing: border-box;
    object-fit: cover;
  }

  .mask-3 {
    object-fit: cover;
    width: 165px;
  }

  .subpage-slidertext {
    margin-left: 30px;
    margin-right: 30px;
  }

  .subpage-slidericon {
    width: 30px;
  }

  .image-21 {
    aspect-ratio: 16 / 9;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
  }

  .left-arrow-2 {
    width: 30px;
  }

  .subpage-slidermask {
    aspect-ratio: 1;
  }

  .subpage-sliderimg {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    height: 100%;
  }

  .subpagecontent {
    margin-left: 0;
    margin-right: 0;
  }

  .subpageh2 {
    margin-top: 0;
  }

  .subpage-point {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .meethead {
    align-content: center;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .news-flexwrap {
    border-left-style: none;
    padding-left: 0;
  }

  .news-of-the-year {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-left: 0;
    margin-right: 10px;
  }

  .news-year {
    margin-top: 50px;
    margin-bottom: 20px;
    transform: rotate(-90deg);
  }
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-57f8714f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d41-57f8714f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7c662124-278b-60d2-8371-06b21ca979d1-57f8714f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-df564135-a47e-485c-d9b4-7fc0d1ca835f-d1ca8354 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-df564135-a47e-485c-d9b4-7fc0d1ca8360-d1ca8354 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto center;
}

#w-node-df564135-a47e-485c-d9b4-7fc0d1ca8363-d1ca8354 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-df564135-a47e-485c-d9b4-7fc0d1ca8369-d1ca8354 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-df564135-a47e-485c-d9b4-7fc0d1ca836f-d1ca8354, #w-node-df564135-a47e-485c-d9b4-7fc0d1ca8370-d1ca8354, #w-node-df564135-a47e-485c-d9b4-7fc0d1ca8374-d1ca8354 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-57f87154 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-57f87154 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-57f87157 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_27f1a7d1-ba59-8414-1a4e-ab0e826bc824-57f87157 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-beac0261 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d41-beac0261 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_85b80c4d-a857-64fb-edf6-20e6ffa8b64e-1e5aa504, #w-node-a167f5eb-7a63-b536-6090-592c3496262f-1e5aa504 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_3a658855-b340-7ab6-e912-09f1da0f9339-aaa8c95c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d50df53-16f7-72fa-2d51-239e60b7b0a4-389357e4 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4d66f7c6-21aa-3bb0-86cd-7424ea6981fd-473055e7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4d66f7c6-21aa-3bb0-86cd-7424ea698216-473055e7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cdc-473055e7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38ce3-473055e7 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cea-473055e7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_4d66f7c6-21aa-3bb0-86cd-7424ea6981fd-a041f142 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4d66f7c6-21aa-3bb0-86cd-7424ea698216-a041f142 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cdc-a041f142 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38ce3-a041f142 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cea-a041f142 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_85b80c4d-a857-64fb-edf6-20e6ffa8b64e-5baeccdb, #w-node-a167f5eb-7a63-b536-6090-592c3496262f-5baeccdb, #w-node-ce5f3082-9a1f-502a-efc3-8e8c486456f5-5baeccdb, #w-node-ce5f3082-9a1f-502a-efc3-8e8c48645742-5baeccdb, #w-node-_85b80c4d-a857-64fb-edf6-20e6ffa8b64e-6d1da5a4, #w-node-a167f5eb-7a63-b536-6090-592c3496262f-6d1da5a4, #w-node-c966f9b8-d304-f10e-6439-c8bd8cfdaf8d-6d1da5a4, #w-node-c966f9b8-d304-f10e-6439-c8bd8cfdafe0-6d1da5a4, #w-node-_85b80c4d-a857-64fb-edf6-20e6ffa8b64e-80f25368, #w-node-a167f5eb-7a63-b536-6090-592c3496262f-80f25368, #w-node-_6e04e4cf-5e0e-dc11-78fc-fb18fc01b4cf-80f25368, #w-node-_6e04e4cf-5e0e-dc11-78fc-fb18fc01b522-80f25368, #w-node-b77aea52-2e48-c7f1-b4b7-463c823e20bf-5bb6d172, #w-node-b77aea52-2e48-c7f1-b4b7-463c823e2120-5bb6d172, #w-node-_85b80c4d-a857-64fb-edf6-20e6ffa8b64e-10bffe57, #w-node-a167f5eb-7a63-b536-6090-592c3496262f-10bffe57 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-015c3fc0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d41-015c3fc0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_20953139-66d0-6646-30e9-3b937e600137-5a2f558e, #w-node-_20953139-66d0-6646-30e9-3b937e600198-5a2f558e, #w-node-_85b80c4d-a857-64fb-edf6-20e6ffa8b64e-5a2f558e, #w-node-a167f5eb-7a63-b536-6090-592c3496262f-5a2f558e, #w-node-_85b80c4d-a857-64fb-edf6-20e6ffa8b64e-ae6c0149, #w-node-a167f5eb-7a63-b536-6090-592c3496262f-ae6c0149, #w-node-aed9d249-96c9-ea7b-c446-68539050e858-ae6c0149, #w-node-aed9d249-96c9-ea7b-c446-68539050e8a5-ae6c0149 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-4b59d481 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d41-4b59d481 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7c662124-278b-60d2-8371-06b21ca979d1-4b59d481, #w-node-_4d66f7c6-21aa-3bb0-86cd-7424ea6981fd-25f9e91b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4d66f7c6-21aa-3bb0-86cd-7424ea698216-25f9e91b {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d34-57f8714f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4fbe367c-6892-0b49-cdce-a4bbaf0129c5-57f8714f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d41-57f8714f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_873c1f21-f6d2-4899-a3c0-dde3bdeb3264-57f8714f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7c662124-278b-60d2-8371-06b21ca979d1-57f8714f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7c662124-278b-60d2-8371-06b21ca979dc-57f8714f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-57f87154, #w-node-_27f1a7d1-ba59-8414-1a4e-ab0e826bc824-57f87157, #w-node-_86e64837-0616-515b-4568-76c147234d34-beac0261 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4fbe367c-6892-0b49-cdce-a4bbaf0129c5-beac0261 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d41-beac0261 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-eae7b1f1-b0e2-d183-5d5c-15cc6462ad25-beac0261 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_85b80c4d-a857-64fb-edf6-20e6ffa8b64e-1e5aa504, #w-node-a167f5eb-7a63-b536-6090-592c3496262f-1e5aa504 {
    grid-column: span 1 / span 1;
  }

  #w-node-_3d50df53-16f7-72fa-2d51-239e60b7b0a4-389357e4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_4d66f7c6-21aa-3bb0-86cd-7424ea698216-473055e7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4d66f7c6-21aa-3bb0-86cd-7424ea6981fd-a041f142 {
    grid-row: 2 / 3;
  }

  #w-node-_4d66f7c6-21aa-3bb0-86cd-7424ea698216-a041f142 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_85b80c4d-a857-64fb-edf6-20e6ffa8b64e-5baeccdb, #w-node-a167f5eb-7a63-b536-6090-592c3496262f-5baeccdb, #w-node-ce5f3082-9a1f-502a-efc3-8e8c486456f5-5baeccdb {
    grid-column: span 1 / span 1;
  }

  #w-node-ce5f3082-9a1f-502a-efc3-8e8c48645730-5baeccdb {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ce5f3082-9a1f-502a-efc3-8e8c48645742-5baeccdb, #w-node-_85b80c4d-a857-64fb-edf6-20e6ffa8b64e-6d1da5a4, #w-node-a167f5eb-7a63-b536-6090-592c3496262f-6d1da5a4, #w-node-c966f9b8-d304-f10e-6439-c8bd8cfdaf8d-6d1da5a4 {
    grid-column: span 1 / span 1;
  }

  #w-node-c966f9b8-d304-f10e-6439-c8bd8cfdafce-6d1da5a4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c966f9b8-d304-f10e-6439-c8bd8cfdafe0-6d1da5a4, #w-node-_85b80c4d-a857-64fb-edf6-20e6ffa8b64e-80f25368, #w-node-a167f5eb-7a63-b536-6090-592c3496262f-80f25368, #w-node-_6e04e4cf-5e0e-dc11-78fc-fb18fc01b4cf-80f25368 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6e04e4cf-5e0e-dc11-78fc-fb18fc01b510-80f25368 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6e04e4cf-5e0e-dc11-78fc-fb18fc01b522-80f25368, #w-node-b77aea52-2e48-c7f1-b4b7-463c823e20bf-5bb6d172 {
    grid-column: span 1 / span 1;
  }

  #w-node-b77aea52-2e48-c7f1-b4b7-463c823e210a-5bb6d172 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b77aea52-2e48-c7f1-b4b7-463c823e2120-5bb6d172, #w-node-_85b80c4d-a857-64fb-edf6-20e6ffa8b64e-10bffe57 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2da87421-5e39-f2c0-7bde-cbb24f02de5b-10bffe57 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a167f5eb-7a63-b536-6090-592c3496262f-10bffe57 {
    grid-column: span 1 / span 1;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d34-015c3fc0 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4fbe367c-6892-0b49-cdce-a4bbaf0129c5-015c3fc0 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d41-015c3fc0 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-eae7b1f1-b0e2-d183-5d5c-15cc6462ad25-015c3fc0 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_20953139-66d0-6646-30e9-3b937e600137-5a2f558e {
    grid-column: span 1 / span 1;
  }

  #w-node-_20953139-66d0-6646-30e9-3b937e600182-5a2f558e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_20953139-66d0-6646-30e9-3b937e600198-5a2f558e, #w-node-_85b80c4d-a857-64fb-edf6-20e6ffa8b64e-5a2f558e, #w-node-a167f5eb-7a63-b536-6090-592c3496262f-5a2f558e, #w-node-_85b80c4d-a857-64fb-edf6-20e6ffa8b64e-ae6c0149, #w-node-a167f5eb-7a63-b536-6090-592c3496262f-ae6c0149, #w-node-aed9d249-96c9-ea7b-c446-68539050e858-ae6c0149 {
    grid-column: span 1 / span 1;
  }

  #w-node-aed9d249-96c9-ea7b-c446-68539050e893-ae6c0149 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-aed9d249-96c9-ea7b-c446-68539050e8a5-ae6c0149 {
    grid-column: span 1 / span 1;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d34-4b59d481 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4fbe367c-6892-0b49-cdce-a4bbaf0129c5-4b59d481 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d41-4b59d481 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-eae7b1f1-b0e2-d183-5d5c-15cc6462ad25-4b59d481 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7c662124-278b-60d2-8371-06b21ca979d1-4b59d481 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7c662124-278b-60d2-8371-06b21ca979dc-4b59d481 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4d66f7c6-21aa-3bb0-86cd-7424ea698216-25f9e91b {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ce5f3082-9a1f-502a-efc3-8e8c48645730-5baeccdb, #w-node-c966f9b8-d304-f10e-6439-c8bd8cfdafce-6d1da5a4, #w-node-_6e04e4cf-5e0e-dc11-78fc-fb18fc01b510-80f25368, #w-node-b77aea52-2e48-c7f1-b4b7-463c823e210a-5bb6d172, #w-node-_2da87421-5e39-f2c0-7bde-cbb24f02de5b-10bffe57, #w-node-_20953139-66d0-6646-30e9-3b937e600182-5a2f558e, #w-node-aed9d249-96c9-ea7b-c446-68539050e893-ae6c0149 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3d50df53-16f7-72fa-2d51-239e60b7b0a4-389357e4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


