@charset "UTF-8";
* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background: #1C1C1E;
  color: #FCFCFD;
}

main {
  padding-top: 7.5vw;
}
@media only screen and (max-width: 1023px) {
  main {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .desktop {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .mobile {
    display: none !important;
  }
}
a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
  width: 100%;
  height: auto;
}

body.is-touch-device .hide-on-touch {
  display: none !important;
}

body:not(.is-touch-device) .show-on-touch {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .big-screen {
    display: none !important;
  }
}
@media only screen and (min-width: 1024px) {
  .small-screen {
    display: none !important;
  }
}
.btn {
  font-weight: 400;
  font-size: 1.2vw;
  line-height: 1.6vw;
  color: #1C1C1E;
  padding-left: 2.4vw;
  padding-right: 2.4vw;
  padding-top: 0.8vw;
  padding-bottom: 0.8vw;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .btn {
    font-size: 16px;
    line-height: 24px;
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.btn span {
  position: relative;
}
.btn .bg-layer {
  background: #FCFCFD;
  transform: scale(1);
  transition: 0.2s ease-out;
  border-radius: 49.95vw;
}
.btn:hover .bg-layer {
  transform: scale(1.05);
}
.btn.btn-purple .bg-layer {
  background: linear-gradient(257.99deg, #B3A8EC 0%, #B9A8EC 18.38%, #C29CE9 52.16%);
}
.btn.btn-inversed {
  color: #FCFCFD;
}
.btn.btn-inversed .icon path {
  stroke: #FCFCFD;
}
.btn.btn-inversed .bg-layer {
  background: rgba(35, 35, 37, 0.5);
}
.btn.btn-with-icon .span-icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.btn.btn-with-icon .icon {
  margin-left: 0.8vw;
}
@media only screen and (max-width: 1023px) {
  .btn.btn-with-icon .icon {
    margin-left: 16px;
  }
}
.btn.btn-play-reel .icon {
  width: 0.7vw;
}
@media only screen and (max-width: 1023px) {
  .btn.btn-play-reel .icon {
    width: 14px;
  }
}
.btn.btn-learn-more .icon {
  width: 0.5vw;
}
@media only screen and (max-width: 1023px) {
  .btn.btn-learn-more .icon {
    width: 10px;
  }
}
.btn.btn-close .icon {
  width: 1.2vw;
  margin-left: 0;
  margin-right: 0.8vw;
}
@media only screen and (max-width: 1023px) {
  .btn.btn-close .icon {
    width: 24px;
    margin-left: 0;
    margin-right: 16px;
  }
}
.btn.btn-back-home .icon {
  width: 0.7vw;
  margin-left: 0;
  margin-right: 0.8vw;
}
@media only screen and (max-width: 1023px) {
  .btn.btn-back-home .icon {
    width: 14px;
    margin-left: 0;
    margin-right: 16px;
  }
}

/*
<div class="btn btn-purple btn-with-icon btn-play-reel">
  <div class="span-icon-wrap">
    <span>Play Reel</span>

    <div class="icon">
*/
.link-with-arrow {
  display: inline-flex;
  align-items: center;
}
.link-with-arrow .icon {
  margin-left: 0.6vw;
}
@media only screen and (max-width: 1023px) {
  .link-with-arrow .icon {
    margin-left: 16px;
  }
}
.link-with-arrow .icon,
.link-with-arrow .icon svg {
  width: 0.8vw;
  height: 0.8vw;
}
@media only screen and (max-width: 1023px) {
  .link-with-arrow .icon,
.link-with-arrow .icon svg {
    width: 10px;
    height: 10px;
  }
}

.max-width {
  max-width: 96vw;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .max-width {
    max-width: 100%;
  }
}

.max-width-inner-padding {
  padding-left: 6vw;
  padding-right: 6vw;
}
@media only screen and (max-width: 1023px) {
  .max-width-inner-padding {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.inner-text-box {
  max-width: 20vw;
}
@media only screen and (max-width: 1023px) {
  .inner-text-box {
    max-width: 400px;
  }
}

.bg-layer {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.sticky-layer {
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.abs-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.ratio-wrap {
  height: 0;
  padding-bottom: 50%;
  position: relative;
}

.pos-helper {
  position: absolute;
  left: 0;
  width: 1px;
  height: 1px;
}
.pos-helper.pos-helper-0 {
  top: 0vh;
}
.pos-helper.pos-helper-1 {
  top: 50vh;
}
.pos-helper.pos-helper-2 {
  top: 100vh;
}
.pos-helper.pos-helper-3 {
  top: 150vh;
}
.pos-helper.pos-helper-4 {
  top: 200vh;
}
.pos-helper.pos-helper-5 {
  top: 250vh;
}
.pos-helper.pos-helper-6 {
  top: 300vh;
}
.pos-helper.pos-helper-7 {
  top: 350vh;
}
.pos-helper.pos-helper-8 {
  top: 400vh;
}
.pos-helper.pos-helper-9 {
  top: 450vh;
}
.pos-helper.pos-helper-10 {
  top: 500vh;
}
.pos-helper.pos-helper-11 {
  top: 550vh;
}
.pos-helper.pos-helper-12 {
  top: 600vh;
}
.pos-helper.pos-helper-13 {
  top: 650vh;
}
.pos-helper.pos-helper-14 {
  top: 700vh;
}
.pos-helper.pos-helper-15 {
  top: 750vh;
}
.pos-helper.pos-helper-16 {
  top: 800vh;
}
.pos-helper.pos-helper-17 {
  top: 850vh;
}
.pos-helper.pos-helper-18 {
  top: 900vh;
}
.pos-helper.pos-helper-19 {
  top: 950vh;
}
.pos-helper.pos-helper-20 {
  top: 1000vh;
}
.pos-helper.pos-helper-21 {
  top: 1050vh;
}
.pos-helper.pos-helper-22 {
  top: 1100vh;
}
.pos-helper.pos-helper-23 {
  top: 1150vh;
}
.pos-helper.pos-helper-24 {
  top: 1200vh;
}
.pos-helper.pos-helper-25 {
  top: 1250vh;
}
.pos-helper.pos-helper-26 {
  top: 1300vh;
}
.pos-helper.pos-helper-27 {
  top: 1350vh;
}
.pos-helper.pos-helper-28 {
  top: 1400vh;
}
.pos-helper.pos-helper-29 {
  top: 1450vh;
}
.pos-helper.pos-helper-30 {
  top: 1500vh;
}

.pax-image {
  height: 150%;
  transform: translate(0, 0);
  will-change: transform;
}
.pax-image.active {
  transform: translate(0, -30%);
}

.pax-image-wrap {
  position: relative;
}
.pax-image-wrap .pos-helper {
  top: -80vh;
}
.pax-image-wrap.abs-wrap {
  position: absolute;
}

.animate-title-wrap-on-scroll {
  position: relative;
  overflow: hidden;
}
.animate-title-wrap-on-scroll .hidden-spacer {
  opacity: 0;
}
.animate-title-wrap-on-scroll .animate-target {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(110%) rotate(15deg);
  transition: all 0.7s cubic-bezier(0.7, 0, 0.3, 1);
  transform-origin: left;
}
.animate-title-wrap-on-scroll.long-animation .animate-target {
  transition: all 1.4s cubic-bezier(0.7, 0, 0.3, 1);
}
.animate-title-wrap-on-scroll.active .animate-target {
  opacity: 1;
  transform: translateY(0) rotate(0deg);
}

input[type=text],
input[type=email] {
  background: #414141;
  border-radius: 0;
  appearance: none;
  border: none;
  width: 100%;
  padding-left: 1.6vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
  outline: none;
  color: white;
}
@media only screen and (max-width: 1023px) {
  input[type=text],
input[type=email] {
    padding-left: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.checkbox-wrap {
  margin-right: 0.8vw;
  position: relative;
  width: 1.3vw;
  height: 1.3vw;
}
@media only screen and (max-width: 1023px) {
  .checkbox-wrap {
    margin-right: 8px;
    width: 16px;
    height: 16px;
  }
}
.checkbox-wrap input[type=checkbox] {
  opacity: 0;
}
.checkbox-wrap input[type=checkbox] + label {
  color: rgba(255, 255, 255, 0.5);
  transition: 0.2s ease-out;
  cursor: pointer;
}
.checkbox-wrap input[type=checkbox] + label::before {
  width: 1.3vw;
  height: 1.3vw;
  background-image: url("../img/global/check-off.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0.5;
  transition: 0.2s ease-out;
}
@media only screen and (max-width: 1023px) {
  .checkbox-wrap input[type=checkbox] + label::before {
    width: 16px;
    height: 16px;
  }
}
.checkbox-wrap input[type=checkbox]:checked + label::before {
  background-image: url("../img/global/check-on.svg");
  opacity: 1;
}

.outer-checkbox-wrap {
  display: flex;
  align-items: center;
}

.input.file {
  position: relative;
  width: 100%;
  height: 3.6vw;
  border: 2px solid rgba(252, 252, 253, 0.25);
  border-radius: 0.8vw;
  transition: 0.2s ease-out;
}
@media only screen and (max-width: 1023px) {
  .input.file {
    height: 44px;
    border-radius: 8px;
  }
}
.input.file input {
  width: 100%;
  height: 100%;
}
.input.file label {
  line-height: 3.3vw !important;
  background-color: transparent;
  padding-left: 1.6vw;
  padding-right: 1.6vw;
  position: absolute;
  z-index: 4;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  transition: 0.3s ease-out;
  opacity: 1;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .input.file label {
    line-height: 40px !important;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.input.file label:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.8vw;
  transform: translate(0, -50%);
  width: 2.05vw;
  height: 2vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/global/arrow-right.svg");
  transition: all 0.3s cubic-bezier(0.5, 0.15, 0.33, 1);
  pointer-events: none;
  opacity: 1;
}
@media only screen and (max-width: 1023px) {
  .input.file label:after {
    right: 12px;
    width: 20px;
    height: 20px;
  }
}
.input.file label:hover {
  opacity: 1;
}
.input.file label:hover:after {
  opacity: 1;
  right: 0.4vw;
}
.input.file input {
  opacity: 0;
}
.input.file .hidden-name {
  display: none;
}
.input.file.file-attached {
  background: white;
  border: 2px solid white;
}
.input.file.file-attached label {
  opacity: 1;
  text-transform: none;
  color: #7A5AF8;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 2.25vw;
  cursor: default;
}
@media only screen and (max-width: 1023px) {
  .input.file.file-attached label {
    padding-right: 24px;
  }
}
.input.file.file-attached .close-file {
  width: 2.05vw;
  height: 2vw;
  background-image: url("../img/global/close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0.8vw;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 4;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .input.file.file-attached .close-file {
    right: 12px;
    width: 20px;
    height: 20px;
  }
}

.input:not(.file) input[type=text],
.input:not(.file) input[type=email] {
  border: 2px solid transparent;
  transition: 0.2s ease-out;
  border-radius: 0.8vw;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
@media only screen and (max-width: 1023px) {
  .input:not(.file) input[type=text],
.input:not(.file) input[type=email] {
    border-radius: 8px;
  }
}
.input:not(.file) input[type=text]:focus, .input:not(.file) input[type=text]:active,
.input:not(.file) input[type=email]:focus,
.input:not(.file) input[type=email]:active {
  border: 2px solid #7A5AF8;
}
.input:not(.file).invalid input[type=text],
.input:not(.file).invalid input[type=email] {
  border: 2px solid #F04438;
}
.input:not(.file).invalid input[type=text]:focus, .input:not(.file).invalid input[type=text]:active,
.input:not(.file).invalid input[type=email]:focus,
.input:not(.file).invalid input[type=email]:active {
  border: 2px solid #7A5AF8;
}
.input.file.invalid {
  border: 2px solid #F04438;
}

.label.invalid,
.file-hint {
  margin-top: 0.5vw;
  margin-left: 0.5vw;
}
@media only screen and (max-width: 1023px) {
  .label.invalid,
.file-hint {
    margin-top: 8px;
    margin-left: 16px;
  }
}

.label.invalid,
.file-hint.invalid {
  color: #F04438;
}

@font-face {
  font-family: "Suisse Intl";
  src: url("fonts/SuisseIntl-Light-WebS.eot");
  src: url("fonts/SuisseIntl-Light-WebS.woff2") format("woff2"), url("fonts/SuisseIntl-Light-WebS.woff") format("woff"), url("fonts/SuisseIntl-Light-WebS.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Suisse Intl";
  src: url("fonts/SuisseIntl-Regular-WebS.eot");
  src: url("fonts/SuisseIntl-Regular-WebS.woff2") format("woff2"), url("fonts/SuisseIntl-Regular-WebS.woff") format("woff"), url("fonts/SuisseIntl-Regular-WebS.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Suisse Intl Italic";
  src: url("fonts/SuisseWorks-RegularItalic-WebS.eot");
  src: url("fonts/SuisseWorks-RegularItalic-WebS.woff2") format("woff2"), url("fonts/SuisseWorks-RegularItalic-WebS.woff") format("woff"), url("fonts/SuisseWorks-RegularItalic-WebS.ttf") format("truetype");
  font-weight: 300;
}
body {
  font-family: "Suisse Intl";
}

h1, h2, h3, h4, h5, h6, p, blockquote, ul {
  margin: 0;
}

.free-text-area h1, .free-text-area h2, .free-text-area h3, .free-text-area h4, .free-text-area h5, .free-text-area h6, .free-text-area p, .free-text-area blockquote, .free-text-area ul {
  margin-bottom: 2vw;
}
@media only screen and (max-width: 1023px) {
  .free-text-area h1, .free-text-area h2, .free-text-area h3, .free-text-area h4, .free-text-area h5, .free-text-area h6, .free-text-area p, .free-text-area blockquote, .free-text-area ul {
    margin-bottom: 20px;
  }
}
.free-text-area ul {
  padding-left: 20px;
}

h1,
.h1,
h2,
.h2 {
  font-weight: 400;
  font-size: 4.5vw;
  line-height: 6vw;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 1023px) {
  h1,
.h1,
h2,
.h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
h1 span,
h1 .italic,
.h1 span,
.h1 .italic,
h2 span,
h2 .italic,
.h2 span,
.h2 .italic {
  font-family: "Suisse Intl Italic";
  font-weight: 300;
}
h1.very-big,
.h1.very-big,
h2.very-big,
.h2.very-big {
  font-weight: 400;
  font-size: 8vw;
  line-height: 1;
}
@media only screen and (max-width: 1023px) {
  h1.very-big,
.h1.very-big,
h2.very-big,
.h2.very-big {
    font-size: 70px;
  }
}
@media only screen and (max-width: 767px) {
  h1.mobile-not-very-big,
.h1.mobile-not-very-big,
h2.mobile-not-very-big,
.h2.mobile-not-very-big {
    font-size: 32px;
    line-height: 40px;
  }
}

h3,
.h3 {
  font-weight: 400;
  font-size: 3.6vw;
  line-height: 4.5vw;
}
h3 span,
h3 .italic,
.h3 span,
.h3 .italic {
  font-family: "Suisse Intl Italic";
  font-weight: 300;
}

h5,
.h5,
h4,
.h4,
blockquote {
  font-weight: 400;
  font-size: 1.8vw;
  line-height: 2.1vw;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 1023px) {
  h5,
.h5,
h4,
.h4,
blockquote {
    font-size: 20px;
    line-height: 25px;
  }
}

@media only screen and (max-width: 1023px) {
  .mobile-h4 {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -0.02em;
  }
}

h6,
.h6 {
  font-weight: 400;
  font-family: "Suisse Intl Italic";
  font-weight: 300;
  font-size: 1.2vw;
  line-height: 1.8vw;
}
@media only screen and (max-width: 1023px) {
  h6,
.h6 {
    font-size: 16px;
    line-height: 24px;
  }
}

.body,
.body p,
.body li,
input[type=text],
input[type=email],
.checkbox-description,
.input.file label {
  font-weight: 400;
  font-size: 1.2vw;
  line-height: 1.6vw;
}
@media only screen and (max-width: 1023px) {
  .body,
.body p,
.body li,
input[type=text],
input[type=email],
.checkbox-description,
.input.file label {
    font-size: 16px;
    line-height: 24px;
  }
}
.body b,
.body p b,
.body li b,
input[type=text] b,
input[type=email] b,
.checkbox-description b,
.input.file label b {
  font-weight: 400;
  color: white;
}

.body-small,
.body-small p,
.form-wrap .group .label,
.form-wrap .file-hint {
  font-weight: 400;
  font-size: 0.8vw;
  line-height: 1.2vw;
}
@media only screen and (max-width: 1023px) {
  .body-small,
.body-small p,
.form-wrap .group .label,
.form-wrap .file-hint {
    font-size: 14px;
    line-height: 18px;
  }
}
.body-small b,
.body-small p b,
.form-wrap .group .label b,
.form-wrap .file-hint b {
  font-weight: 400;
  color: white;
}

.next-up {
  border-radius: 0.8vw 0.8vw 0px 0px;
  position: relative;
  overflow: hidden;
  z-index: 5;
  margin-top: -1vw;
  background: #1c1c1e;
  display: block;
  max-height: 50vh;
  overflow: hidden;
}
.next-up .panel-next-up-text {
  padding-top: 2.5vw;
  padding-bottom: 1.5vw;
}
@media only screen and (max-width: 1023px) {
  .next-up .panel-next-up-text {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.transition-next-up {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 100vh;
  height: 100vh;
  margin-top: 0;
  transform: translate(0, 100vh);
  pointer-events: none;
  opacity: 1;
  display: none;
  transition: transform 0.7s ease-out, opacity 0.5s ease-out;
}
.transition-next-up .panel-next-up-text {
  transition: 0.7s ease-out;
}
.transition-next-up .panel-image-grid {
  opacity: 1;
  transition: 0.7s ease-out;
}
.transition-next-up.clicked .panel-next-up-text {
  padding-top: 12vw;
  padding-bottom: 12vw;
}
@media only screen and (max-width: 1023px) {
  .transition-next-up.clicked .panel-next-up-text {
    padding-top: 140px;
    padding-bottom: 40px;
  }
}
.transition-next-up.clicked .panel-image-grid {
  opacity: 0;
}
.transition-next-up.fade-out {
  opacity: 0 !important;
}

html.next-up-active .transition-next-up {
  display: block;
}
.color-bubble-outer {
  z-index: 500;
  position: fixed;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
}
.color-bubble-outer.active {
  opacity: 1;
}

.transition-color-bubble,
.color-bubble-on-hover {
  width: 11vw;
  height: 11vw;
  background: linear-gradient(257.99deg, #B3A8EC 0%, #B9A8EC 18.38%, #C29CE9 52.16%);
  border-radius: 100%;
}
@media only screen and (max-width: 1023px) {
  .transition-color-bubble,
.color-bubble-on-hover {
    min-width: 100px;
    min-height: 100px;
  }
}

.color-bubble-on-hover {
  color: #1C1C1E;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.color-bubble-on-hover.clicked {
  display: none !important;
}
.color-bubble-on-hover .center-wrap {
  display: flex;
  align-items: center;
  font-size: 1.2vw;
  font-weight: 400;
  transform: rotate(0deg);
  transition: 0.2s ease-out;
}

.color-bubble-on-hover-project .icon,
.color-bubble-on-hover-project svg {
  width: 1.6vw;
  height: 1.2vw;
}
.color-bubble-on-hover-project .icon {
  margin-right: 0.8vw;
}

.color-bubble-on-hover-learn-more .icon,
.color-bubble-on-hover-learn-more svg {
  width: 0.85vw;
  height: 0.8vw;
}
.color-bubble-on-hover-learn-more .icon {
  margin-left: 0.8vw;
}

.color-bubble-on-hover-google-maps .icon,
.color-bubble-on-hover-google-maps svg {
  width: 0.85vw;
  height: 0.8vw;
}
.color-bubble-on-hover-google-maps .icon {
  margin-left: 0.8vw;
}

.color-bubble-on-hover-back-home .icon,
.color-bubble-on-hover-back-home svg {
  width: 1.05vw;
  height: 1.1vw;
}
.color-bubble-on-hover-back-home .icon {
  margin-right: 0.8vw;
}

.color-bubble-on-hover-reel .icon,
.color-bubble-on-hover-reel svg {
  width: 1.05vw;
  height: 1.3vw;
}
.color-bubble-on-hover-reel .icon {
  margin-left: 0.8vw;
}

.color-bubble-on-hover-fullscreen .icon,
.color-bubble-on-hover-fullscreen svg {
  width: 1.35vw;
  height: 1.3vw;
}
.color-bubble-on-hover-fullscreen .icon {
  margin-left: 0.8vw;
}

.color-bubble-on-hover-close .icon,
.color-bubble-on-hover-close svg,
.color-bubble-on-hover-close-white .icon,
.color-bubble-on-hover-close-white svg {
  width: 1.6vw;
  height: 1.6vw;
}
.color-bubble-on-hover-close .icon,
.color-bubble-on-hover-close-white .icon {
  margin-left: 0.6vw;
}

.color-bubble-on-hover-close-white {
  background: #FCFCFD;
}

.color-bubble-on-hover.custom-arrow {
  background: #FCFCFD;
}
.color-bubble-on-hover.custom-arrow .icon,
.color-bubble-on-hover.custom-arrow svg {
  width: 3vw;
  height: 3vw;
}

.color-bubble-on-hover-explore,
.color-bubble-on-hover-reel,
.color-bubble-on-hover-fullscreen,
.color-bubble-on-hover-close,
.color-bubble-on-hover-close-white,
.color-bubble-on-hover-arrow-left,
.color-bubble-on-hover-arrow-right,
.color-bubble-on-hover-learn-more,
.color-bubble-on-hover-google-maps,
.color-bubble-on-hover-back-home {
  display: none;
}

.color-bubble-outer.active-learn-more .color-bubble-on-hover-learn-more {
  display: flex;
}

.color-bubble-outer.active-google-maps .color-bubble-on-hover-google-maps {
  display: flex;
}

.color-bubble-outer.active-back-home .color-bubble-on-hover-back-home {
  display: flex;
}

.color-bubble-outer.active-arrow-left {
  transform: scale(0.5);
}
.color-bubble-outer.active-arrow-left .transition-color-bubble {
  display: none;
}
.color-bubble-outer.active-arrow-left .color-bubble-on-hover-arrow-left {
  display: flex;
}

.color-bubble-outer.active-arrow-right {
  transform: scale(0.5);
}
.color-bubble-outer.active-arrow-right .transition-color-bubble {
  display: none;
}
.color-bubble-outer.active-arrow-right .color-bubble-on-hover-arrow-right {
  display: flex;
}

.color-bubble-outer.active-close .transition-color-bubble {
  display: none;
}
.color-bubble-outer.active-close .color-bubble-on-hover-close {
  display: flex;
}

.color-bubble-outer.active-close-white .transition-color-bubble {
  display: none;
}
.color-bubble-outer.active-close-white .color-bubble-on-hover-close-white {
  display: flex;
}

.color-bubble-outer.active-fullscreen .transition-color-bubble {
  display: none;
}
.color-bubble-outer.active-fullscreen .color-bubble-on-hover-fullscreen {
  display: flex;
}

.color-bubble-outer.active-reel .transition-color-bubble {
  display: none;
}
.color-bubble-outer.active-reel .color-bubble-on-hover-reel {
  display: flex;
}

.color-bubble-outer.active-explore .transition-color-bubble {
  display: none;
}
.color-bubble-outer.active-explore .color-bubble-on-hover-explore {
  display: flex;
}
.color-bubble-outer.active-explore .color-bubble-on-hover-explore.clicked {
  display: none;
}

.transition-color-bubble,
.color-bubble-on-hover-explore,
.color-bubble-on-hover-reel,
.color-bubble-on-hover-fullscreen,
.color-bubble-on-hover-close,
.color-bubble-on-hover-close-white,
.color-bubble-on-hover-arrow-left,
.color-bubble-on-hover-arrow-right,
.color-bubble-on-hover-learn-more,
.color-bubble-on-hover-google-maps,
.color-bubble-on-hover-back-home {
  position: absolute;
  top: 0;
  left: 0;
}

html.color-bubble-active .transition-color-bubble {
  transition: 1s;
  transform: scale(1);
}
html.color-bubble-active.is-animating .transition-color-bubble {
  transform: scale(20);
}

/* ==========================================================================
   transition-text
   ========================================================================== */
.transition-text {
  z-index: 500;
  color: #1C1C1E;
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translate(0, -50%);
  font-size: 4vw;
  pointer-events: none;
  opacity: 0;
}

html.color-bubble-active .transition-text {
  transition: 0.3s ease-out;
  transition-delay: 0.3s;
}
html.color-bubble-active.is-animating .transition-text {
  opacity: 1;
}

/* ==========================================================================
   square-bg
   ========================================================================== */
.transition-square-bg {
  z-index: 500;
  pointer-events: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(257.99deg, #B3A8EC 0%, #B9A8EC 18.38%, #C29CE9 52.16%);
  transform: rotate(15deg) translate(-50%, -50%) translate(0%, 15%);
  opacity: 0;
  transition: transform 0.5s ease-out;
}
.transition-square-bg.active {
  transform: rotate(0deg) translate(-50%, -50%) translate(0%, -80%);
}
@media only screen and (max-width: 767px) {
  .transition-square-bg {
    width: 250%;
    height: 250%;
  }
}

html.square-bg-preperations .transition-square-bg {
  opacity: 1;
}

.contact-us-fixed {
  position: fixed;
  bottom: 2vw;
  right: 5.5vw;
  z-index: 20;
}
@media only screen and (max-width: 1023px) {
  .contact-us-fixed {
    bottom: 16px;
    right: 16px;
  }
}

.contact-us-popup {
  position: fixed;
  bottom: 2vw;
  right: 5.5vw;
  z-index: 25;
  background: #232325;
  border-radius: 2vw;
  padding: 0.8vw;
  width: 23.25vw;
  max-width: 100%;
  transform: translate(0.8vw, 0.8vw);
}
@media only screen and (max-width: 1023px) {
  .contact-us-popup {
    width: 300px;
    bottom: 16px;
    right: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us-popup {
    right: 0;
    bottom: 0;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
    transform: none;
    border-radius: 8px;
  }
}
.contact-us-popup .location-top-row .fade-when-active {
  opacity: 0;
  transition: 0.2s ease-out;
}
.contact-us-popup .location-top-row.show-google-maps-bubble .fade-when-active {
  opacity: 1;
}
.contact-us-popup .top-contact-rows,
.contact-us-popup .location-wrap {
  padding: 0.8vw;
}
@media only screen and (max-width: 767px) {
  .contact-us-popup .top-contact-rows,
.contact-us-popup .location-wrap {
    padding: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us-popup .top-contact-rows {
    padding-top: 0;
  }
}
.contact-us-popup .location-top-row,
.contact-us-popup .contact-row {
  padding-left: 1.6vw;
  padding-right: 1.6vw;
  padding-top: 0.9vw;
  padding-bottom: 0.9vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  opacity: 1;
  transition: 0.2s ease-out;
}
.contact-us-popup .location-top-row:hover,
.contact-us-popup .contact-row:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  .contact-us-popup .location-top-row,
.contact-us-popup .contact-row {
    padding: 0;
  }
}
.contact-us-popup .contact-row {
  margin-bottom: 1.2vw;
}
.contact-us-popup .contact-row:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .contact-us-popup .contact-row {
    margin-bottom: 8px;
  }
}
.contact-us-popup .copy-btn,
.contact-us-popup .copy-btn svg {
  width: 1.6vw;
  height: 1.6vw;
}
@media only screen and (max-width: 1023px) {
  .contact-us-popup .copy-btn,
.contact-us-popup .copy-btn svg {
    width: 16px;
    height: 16px;
  }
}
.contact-us-popup .copy-btn {
  transform: scale(1);
}
.contact-us-popup .copy-btn.pulse {
  animation: pulseCopyBtn 0.5s linear;
}
.contact-us-popup .location-wrap {
  border-top: 1px solid rgba(252, 252, 253, 0.25);
}
.contact-us-popup .location-wrap .location-arrow,
.contact-us-popup .location-wrap .location-arrow svg {
  width: 0.8vw;
  height: 0.8vw;
}
@media only screen and (max-width: 1023px) {
  .contact-us-popup .location-wrap .location-arrow,
.contact-us-popup .location-wrap .location-arrow svg {
    width: 10px;
    height: 10px;
  }
}
.contact-us-popup .location-wrap .location-content {
  padding-left: 1.6vw;
  padding-right: 1.6vw;
  padding-top: 1.2vw;
  padding-bottom: 1.2vw;
}
@media only screen and (max-width: 767px) {
  .contact-us-popup .location-wrap .location-content {
    padding: 0;
    padding-top: 16px;
  }
}
.contact-us-popup .location-wrap .location-content .location-address {
  color: #BABABA;
}
.contact-us-popup .location-wrap .location-content .location-weather-data {
  margin-top: 1.2vw;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .contact-us-popup .location-wrap .location-content .location-weather-data {
    margin-top: 16px;
  }
}
.contact-us-popup .location-wrap .location-content .local-weather-icon,
.contact-us-popup .location-wrap .location-content .local-weather-icon svg {
  width: 1.2vw;
  height: 1.2vw;
}
@media only screen and (max-width: 1023px) {
  .contact-us-popup .location-wrap .location-content .local-weather-icon,
.contact-us-popup .location-wrap .location-content .local-weather-icon svg {
    width: 20px;
    height: 20px;
  }
}
.contact-us-popup .location-wrap .location-content .local-temp {
  margin-left: 0.95vw;
  margin-right: 0.95vw;
}
@media only screen and (max-width: 1023px) {
  .contact-us-popup .location-wrap .location-content .local-temp {
    margin-left: 19px;
    margin-right: 19px;
  }
}
.contact-us-popup .btn-outer-wrap {
  text-align: right;
  margin-top: 2vw;
}
.contact-us-popup .btn {
  color: white;
}
.contact-us-popup .btn .bg-layer {
  background: #1C1C1E;
}

body.is-touch-device .contact-us-popup {
  min-width: 260px;
}
body.is-touch-device .contact-us-popup .location-top-row:hover,
body.is-touch-device .contact-us-popup .contact-row:hover {
  opacity: 1;
}
body.is-touch-device .contact-us-fixed {
  transition: 0.9s cubic-bezier(0.7, 0, 0.3, 1);
  transform: translate(0, 0);
}
body.is-touch-device .contact-us-fixed.scrolled {
  transform: translate(0, 110%) translate(0, 2vw);
}
@media only screen and (max-width: 1023px) {
  body.is-touch-device .contact-us-fixed.scrolled {
    transform: translate(0, 110%) translate(0, 16px);
  }
}

@keyframes pulseCopyBtn {
  0% {
    transform: scale(1);
  }
  33% {
    transform: scale(1.2);
  }
  66% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
footer {
  background: #AF8FC8;
  color: black;
  padding-top: 6vw;
  padding-bottom: 3.5vw;
  position: relative;
}
@media only screen and (max-width: 767px) {
  footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
footer .bg-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
footer .bg-layer video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  footer .bg-layer video {
    object-position: 60% 50%;
  }
}
footer .front-layer {
  position: relative;
}
footer .logo-wrap,
footer .logo-wrap svg {
  width: 7.15vw;
  height: 2vw;
}
@media only screen and (max-width: 767px) {
  footer .logo-wrap,
footer .logo-wrap svg {
    width: 143px;
    height: 40px;
  }
}
footer .logo-wrap {
  margin-bottom: 1.6vw;
}
@media only screen and (max-width: 767px) {
  footer .logo-wrap {
    margin-bottom: 8px;
  }
}
footer .main-flex-wrap {
  display: flex;
}
@media only screen and (max-width: 767px) {
  footer .main-flex-wrap {
    display: block;
  }
}
footer .right-col-main {
  padding-left: 15vw;
}
@media only screen and (max-width: 767px) {
  footer .right-col-main {
    padding-left: 0;
    margin-top: 40px;
  }
}
footer .right-col-main .top-col-wrap {
  display: flex;
}
@media only screen and (max-width: 767px) {
  footer .right-col-main .top-col-wrap {
    display: block;
  }
}
footer .right-col-main .top-col-wrap .footer-col:first-of-type {
  padding-right: 9.5vw;
}
@media only screen and (max-width: 767px) {
  footer .right-col-main .top-col-wrap .footer-col:first-of-type {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
footer .right-col-main .top-col-wrap .footer-col .col-title {
  color: rgba(35, 35, 37, 0.5);
  margin-bottom: 2.2vw;
}
@media only screen and (max-width: 767px) {
  footer .right-col-main .top-col-wrap .footer-col .col-title {
    margin-bottom: 16px;
  }
}
footer .right-col-main .top-col-wrap .footer-col .link-list > div {
  margin-bottom: 1.6vw;
}
footer .right-col-main .top-col-wrap .footer-col .link-list > div:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  footer .right-col-main .top-col-wrap .footer-col .link-list > div {
    margin-bottom: 16px;
  }
}
footer .right-col-main .bottom-wrap {
  padding-top: 7vw;
  color: rgba(35, 35, 37, 0.5);
  font-size: 0.8vw;
  line-height: 1.2vw;
}
@media only screen and (max-width: 1023px) {
  footer .right-col-main .bottom-wrap {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  footer .right-col-main .bottom-wrap {
    padding-top: 40px;
    text-align: center;
  }
}
footer .right-col-main .bottom-wrap a {
  margin-right: 4vw;
}
footer .right-col-main .bottom-wrap a:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  footer .right-col-main .bottom-wrap a {
    margin-right: 50px;
  }
}

#main-navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  background: #1C1C1E;
  transition: 0.9s cubic-bezier(0.7, 0, 0.3, 1);
  transform: translate(0, 0);
}
#main-navigation.scrolled {
  transform: translate(0, -100%);
}
#main-navigation .smal-logo,
#main-navigation .smal-logo svg {
  width: 8.35vw;
  height: 2.2vw;
}
@media only screen and (max-width: 1023px) {
  #main-navigation .smal-logo,
#main-navigation .smal-logo svg {
    width: 56px;
    height: 56px;
  }
}
#main-navigation .smal-logo {
  display: block;
}
#main-navigation .inner-nav {
  padding-top: 2.5vw;
  padding-bottom: 2.5vw;
  padding-left: 5.5vw;
  padding-right: 5.5vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  #main-navigation .inner-nav {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
#main-navigation .location-content .location-weather-data {
  display: flex;
  align-items: center;
  justify-content: center;
}
#main-navigation .location-content .location-weather-data .local-name,
#main-navigation .location-content .location-weather-data .local-temp,
#main-navigation .location-content .location-weather-data .local-time {
  margin-right: 0.95vw;
}
#main-navigation .location-content .local-weather-icon,
#main-navigation .location-content .local-weather-icon svg {
  width: 1.2vw;
  height: 1.2vw;
}
#main-navigation .animated-title {
  text-align: center;
  position: relative;
  overflow: hidden;
}
#main-navigation .animated-title .hidden-spacer {
  opacity: 0;
}
#main-navigation .animated-title .animate-line {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(110%) rotate(15deg) translate(-50%, 0);
  transition: all 0.7s cubic-bezier(0.7, 0, 0.3, 1);
  transform-origin: left;
  will-change: transform;
}
#main-navigation .animated-title .animate-line.active {
  opacity: 1;
  transform: translateY(0%) translate(-50%, 0) rotate(0deg);
}
#main-navigation .animated-title .animate-line.fade-out {
  opacity: 0;
  transform: translateY(-110%) rotate(-15deg) translate(-50%, 0);
}
#main-navigation .right-nav {
  display: flex;
  align-items: center;
}
#main-navigation .btn-eye-candy {
  cursor: pointer;
  background: linear-gradient(257.99deg, #B3A8EC 0%, #B9A8EC 18.38%, #C29CE9 52.16%);
  border-radius: 100%;
  width: 3.2vw;
  height: 3.2vw;
  margin-right: 0.8vw;
  transform: scale(1);
  transition: 0.2s ease-out;
}
#main-navigation .btn-eye-candy:hover {
  transform: scale(1.05);
}
@media only screen and (max-width: 1023px) {
  #main-navigation .btn-eye-candy {
    width: 56px;
    height: 56px;
    margin-right: 16px;
  }
}
#main-navigation .open-menu-link span {
  transition: 0.4s ease-out;
}
#main-navigation .open-menu-link .close-title {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#main-navigation .open-menu-link .icon,
#main-navigation .open-menu-link .icon svg {
  width: 24px;
  height: 24px;
}
#main-navigation .open-menu-link .icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(10px, -50%);
  opacity: 0;
  transition: 0.4s ease-out;
}
@media only screen and (max-width: 1023px) {
  #main-navigation .open-menu-link .icon {
    transform: translate(20px, -50%);
  }
}
#main-navigation .open-menu-link.active {
  padding-left: 2.4vw;
}
@media only screen and (max-width: 1023px) {
  #main-navigation .open-menu-link.active {
    padding-left: 48px;
  }
}
#main-navigation .open-menu-link.active .default-title {
  opacity: 0;
}
#main-navigation .open-menu-link.active .close-title {
  opacity: 1;
  transform: translate(-50%, -50%) translate(6px, 0);
}
#main-navigation .open-menu-link.active .icon {
  opacity: 1;
}

#candy-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  cursor: pointer;
  overflow: scroll;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none;
}
#candy-popup::-webkit-scrollbar {
  display: none;
}
#candy-popup .btn {
  position: fixed;
  top: 3.75vw;
  right: 3.75vw;
}
@media only screen and (max-width: 1023px) {
  #candy-popup .btn {
    top: 24px;
    right: 16px;
  }
}
#candy-popup .bg-layer-main {
  position: fixed;
  background: linear-gradient(257.99deg, #B3A8EC 0%, #B9A8EC 18.38%, #C29CE9 52.16%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#candy-popup .bg-text {
  position: relative;
  margin-top: 10vw;
  left: 0;
  width: 100%;
  text-align: center;
  color: #1C1C1E;
}
@media only screen and (max-width: 1023px) {
  #candy-popup .bg-text {
    margin-top: 100px;
  }
}
#candy-popup img,
#candy-popup video {
  display: block;
  max-width: 100%;
  position: relative;
}
#candy-popup .candy-video,
#candy-popup img,
#candy-popup video,
#candy-popup .bg-poster {
  border-radius: 0.8vw;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  #candy-popup .candy-video,
#candy-popup img,
#candy-popup video,
#candy-popup .bg-poster {
    border-radius: 16px;
  }
}
#candy-popup .candy-video {
  position: relative;
}
#candy-popup .candy-assets {
  padding-top: 7.5vw;
  padding-left: 10vw;
  padding-right: 10vw;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #candy-popup .candy-assets {
    padding-top: 60px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
#candy-popup .candy-video,
#candy-popup .candy-image {
  margin-bottom: 2.5vw;
}
@media only screen and (max-width: 767px) {
  #candy-popup .candy-video,
#candy-popup .candy-image {
    min-width: 90%;
  }
}
#candy-popup .candy-video:not(.pos-right).offset-5,
#candy-popup .candy-image:not(.pos-right).offset-5 {
  transform: translateX(-5vw);
}
#candy-popup .candy-video:not(.pos-right).offset-10,
#candy-popup .candy-image:not(.pos-right).offset-10 {
  transform: translateX(-10vw);
}
#candy-popup .candy-video.pos-right,
#candy-popup .candy-image.pos-right {
  margin-left: auto;
}
#candy-popup .candy-video.pos-right.offset-5,
#candy-popup .candy-image.pos-right.offset-5 {
  transform: translateX(5vw);
}
#candy-popup .candy-video.pos-right.offset-10,
#candy-popup .candy-image.pos-right.offset-10 {
  transform: translateX(10vw);
}
#candy-popup .candy-ele {
  overflow: visible;
}
#candy-popup .candy-ele .pos-helper {
  top: -100vh;
}
#candy-popup .candy-ele .inner-candy {
  position: relative;
  will-change: transform;
  transform: translate(0, 0);
}
#candy-popup .candy-ele .inner-candy.pax-offset-none.active, #candy-popup .candy-ele .inner-candy.pax-offset-0.active {
  transform: translate(0, 0);
}
#candy-popup .candy-ele .inner-candy.pax-offset-20.active {
  transform: translate(0, -20vw);
}
#candy-popup .candy-ele .inner-candy.pax-offset-40.active {
  transform: translate(0, -40vw);
}

#main-navi-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: 7.5vw;
  height: calc(100% - 7.5vw);
  z-index: 25;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  #main-navi-popup {
    top: 100px;
  }
}
#main-navi-popup .inner-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#main-navi-popup .page-preview {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(28vw, 0);
  background-color: #1C1C1E;
  border: 1px solid rgba(252, 252, 253, 0.25);
  border-radius: 16px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
  z-index: 5;
  width: 100vw;
  height: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
  cursor: pointer;
  display: block;
}
#main-navi-popup .page-preview:not(.clicked) .max-width-inner-padding {
  padding-left: 0;
  padding-right: 0;
}
#main-navi-popup .page-preview:not(.clicked) .max-width {
  max-width: 100%;
}

#main-navi-popup .page-preview {
  opacity: 0;
  transition: 0.3s ease-out;
}
#main-navi-popup .page-preview.active {
  opacity: 1;
}
#main-navi-popup .page-preview.page-preview-1 {
  transform: translate(28vw, 0) translate(5vw, 0);
}
#main-navi-popup .page-preview.page-preview-1.active {
  transform: translate(28vw, 0);
}
@media only screen and (max-width: 767px) {
  #main-navi-popup .page-preview.page-preview-1 {
    transform: translate(0, 0) translate(0, 5vh);
  }
  #main-navi-popup .page-preview.page-preview-1.active {
    transform: translate(0, 0);
  }
}
#main-navi-popup .page-preview.page-preview-2 {
  transform: translate(46vw, 0) translate(5vw, 0);
}
#main-navi-popup .page-preview.page-preview-2.active {
  transform: translate(46vw, 0);
}
@media only screen and (max-width: 767px) {
  #main-navi-popup .page-preview.page-preview-2 {
    transform: translate(0, 20vh) translate(0vw, 5vh);
  }
  #main-navi-popup .page-preview.page-preview-2.active {
    transform: translate(0, 20vh);
  }
}
#main-navi-popup .page-preview.page-preview-3 {
  transform: translate(64vw, 0) translate(5vw, 0);
}
#main-navi-popup .page-preview.page-preview-3.active {
  transform: translate(64vw, 0);
}
@media only screen and (max-width: 767px) {
  #main-navi-popup .page-preview.page-preview-3 {
    transform: translate(0, 40vh) translate(0vw, 5vh);
  }
  #main-navi-popup .page-preview.page-preview-3.active {
    transform: translate(0, 40vh);
  }
}
#main-navi-popup .page-preview.page-preview-4 {
  transform: translate(82vw, 0) translate(5vw, 0);
}
#main-navi-popup .page-preview.page-preview-4.active {
  transform: translate(82vw, 0);
}
@media only screen and (max-width: 767px) {
  #main-navi-popup .page-preview.page-preview-4 {
    transform: translate(0, 60vh) translate(0vw, 5vh);
  }
  #main-navi-popup .page-preview.page-preview-4.active {
    transform: translate(0, 60vh);
  }
}

html.navi-page-preview-active #main-navi-popup .page-preview {
  transition: 0.5s linear;
}

#main-navi-popup .page-preview .max-width-inner-padding,
#main-navi-popup .page-preview .max-width {
  transition: 0.5s linear;
}
#main-navi-popup .inner-wrap {
  transition: 0.3s linear;
  opacity: 1;
}
#main-navi-popup.cards-animating .page-preview {
  transform: translate(100vw, 0);
  opacity: 0;
}
#main-navi-popup.cards-animating .page-preview.clicked {
  transform: translate(0vw, 0);
  opacity: 1;
  border: 1px solid rgba(252, 252, 253, 0);
  border-radius: 0px;
  padding-left: 0;
  padding-right: 0;
}
#main-navi-popup.fade-out {
  pointer-events: none;
}
#main-navi-popup.fade-out .inner-wrap {
  opacity: 0;
}

.panel-hero-home {
  padding-top: 5vw;
  padding-bottom: 5vw;
}
@media only screen and (max-width: 1023px) {
  .panel-hero-home {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.panel-hero-home .animated-title {
  text-align: center;
}
.panel-hero-home .animated-title .hidden-spacer {
  opacity: 0;
}
.panel-hero-home .animated-title .line-2 {
  position: relative;
  overflow: hidden;
  line-height: 110%;
  white-space: nowrap;
}
.panel-hero-home .animated-title .animate-line {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(110%) rotate(15deg) translate(-50%, 0);
  transition: all 0.7s cubic-bezier(0.7, 0, 0.3, 1);
  transform-origin: left;
}
.panel-hero-home .animated-title .animate-line.active {
  opacity: 1;
  transform: translate(-50%, 0);
}
.panel-hero-home .animated-title .animate-line.fade-out {
  opacity: 0;
  transform: translateY(-110%) rotate(-15deg) translate(-50%, 0);
}

.panel-hero-text {
  padding-top: 4.5vw;
  padding-bottom: 4.5vw;
}
@media only screen and (max-width: 1023px) {
  .panel-hero-text {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.panel-hero-text h6 {
  margin-bottom: 0.8vw;
}
@media only screen and (max-width: 1023px) {
  .panel-hero-text h6 {
    margin-bottom: 16px;
  }
}
.panel-hero-text h1 {
  margin-bottom: 0.8vw;
  line-height: 1;
}
@media only screen and (max-width: 1023px) {
  .panel-hero-text h1 {
    margin-bottom: 16px;
  }
}
.panel-hero-text.services .inner-text-box, .panel-hero-text.department .inner-text-box {
  max-width: 32.75vw;
}
@media only screen and (max-width: 1023px) {
  .panel-hero-text.services .inner-text-box, .panel-hero-text.department .inner-text-box {
    max-width: 655px;
  }
}
.panel-hero-text.imprint h6,
.panel-hero-text.imprint h1 span, .panel-hero-text.privacy h6,
.panel-hero-text.privacy h1 span {
  display: none;
}
.panel-hero-text.imprint .inner-text-box, .panel-hero-text.privacy .inner-text-box {
  max-width: 32.75vw;
}
@media only screen and (max-width: 1023px) {
  .panel-hero-text.imprint .inner-text-box, .panel-hero-text.privacy .inner-text-box {
    max-width: 655px;
  }
}

.panel-image-grid {
  padding-top: 2vw;
  padding-bottom: 2vw;
}
@media only screen and (max-width: 1023px) {
  .panel-image-grid {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .panel-image-grid .max-width-inner-padding {
    padding-left: 0;
    padding-right: 0;
  }
}
.panel-image-grid .flex-wrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .panel-image-grid .flex-wrap {
    display: block;
  }
}
.panel-image-grid .image-container {
  border-radius: 0.8vw;
  overflow: hidden;
  position: relative;
  z-index: 5;
  height: 49vw;
}
@media only screen and (max-width: 1023px) {
  .panel-image-grid .image-container {
    border-radius: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .panel-image-grid .image-container {
    height: calc(100vw + 35px);
    margin-bottom: 40px;
  }
  .panel-image-grid .image-container:last-of-type {
    margin-bottom: 0;
  }
  .panel-image-grid .image-container.image-container-splitted {
    height: auto;
  }
  .panel-image-grid .image-container.image-container-splitted .top-area,
.panel-image-grid .image-container.image-container-splitted .bottom-area {
    position: relative;
    height: calc(100vw + 35px);
    margin-bottom: 40px;
  }
  .panel-image-grid .image-container.image-container-splitted .top-area:last-of-type,
.panel-image-grid .image-container.image-container-splitted .bottom-area:last-of-type {
    margin-bottom: 0;
  }
}
.panel-image-grid.no-text .image-wrap-outer {
  overflow: hidden;
  border-radius: 0.8vw;
  z-index: 5;
}
@media only screen and (max-width: 1023px) {
  .panel-image-grid.no-text .image-wrap-outer {
    border-radius: 16px;
  }
}
.panel-image-grid.panel-image-grid-33-66 .left-image {
  width: calc(33.3333% - 0.8vw);
}
@media only screen and (max-width: 767px) {
  .panel-image-grid.panel-image-grid-33-66 .left-image {
    width: 100%;
  }
}
.panel-image-grid.panel-image-grid-33-66 .right-image {
  width: calc(66.6666% - 0.8vw);
}
@media only screen and (max-width: 767px) {
  .panel-image-grid.panel-image-grid-33-66 .right-image {
    width: 100%;
  }
}
.panel-image-grid.panel-image-grid-33-33-33 .left-image,
.panel-image-grid.panel-image-grid-33-33-33 .center-image,
.panel-image-grid.panel-image-grid-33-33-33 .right-image {
  width: calc(33.3333% - 0.8vw);
}
@media only screen and (max-width: 767px) {
  .panel-image-grid.panel-image-grid-33-33-33 .left-image,
.panel-image-grid.panel-image-grid-33-33-33 .center-image,
.panel-image-grid.panel-image-grid-33-33-33 .right-image {
    width: 100%;
  }
}
.panel-image-grid.panel-image-grid-66-33 .left-image {
  width: calc(66.6666% - 0.8vw);
}
@media only screen and (max-width: 767px) {
  .panel-image-grid.panel-image-grid-66-33 .left-image {
    width: 100%;
  }
}
.panel-image-grid.panel-image-grid-66-33 .right-image {
  width: calc(33.3333% - 0.8vw);
}
@media only screen and (max-width: 767px) {
  .panel-image-grid.panel-image-grid-66-33 .right-image {
    width: 100%;
  }
}
.panel-image-grid.panel-image-grid-66-33-33 .left-image {
  width: calc(66.6666% - 0.8vw);
}
@media only screen and (max-width: 767px) {
  .panel-image-grid.panel-image-grid-66-33-33 .left-image {
    width: 100%;
  }
}
.panel-image-grid.panel-image-grid-66-33-33 .right-image {
  width: calc(33.3333% - 0.8vw);
}
@media only screen and (max-width: 767px) {
  .panel-image-grid.panel-image-grid-66-33-33 .right-image {
    width: 100%;
  }
}
.panel-image-grid.panel-image-grid-33-33-66 .left-image {
  width: calc(33.3333% - 0.8vw);
}
@media only screen and (max-width: 767px) {
  .panel-image-grid.panel-image-grid-33-33-66 .left-image {
    width: 100%;
  }
}
.panel-image-grid.panel-image-grid-33-33-66 .right-image {
  width: calc(66.6666% - 0.8vw);
}
@media only screen and (max-width: 767px) {
  .panel-image-grid.panel-image-grid-33-33-66 .right-image {
    width: 100%;
  }
}
.panel-image-grid.panel-image-grid-50-50 .left-image {
  width: calc(50% - 0.8vw);
}
@media only screen and (max-width: 767px) {
  .panel-image-grid.panel-image-grid-50-50 .left-image {
    width: 100%;
  }
}
.panel-image-grid.panel-image-grid-50-50 .right-image {
  width: calc(50% - 0.8vw);
}
@media only screen and (max-width: 767px) {
  .panel-image-grid.panel-image-grid-50-50 .right-image {
    width: 100%;
  }
}
.panel-image-grid.panel-image-grid-100 .image-container {
  height: 45vw;
}
@media only screen and (max-width: 767px) {
  .panel-image-grid.panel-image-grid-100 .image-container {
    height: calc(100vw + 35px);
  }
}
.panel-image-grid.panel-image-grid-33-33-33 .image-container {
  height: 32vw;
}
@media only screen and (max-width: 767px) {
  .panel-image-grid.panel-image-grid-33-33-33 .image-container {
    height: calc(100vw + 35px);
  }
}
.panel-image-grid.no-text.panel-image-grid-100 .image-container {
  height: 47vw;
}
@media only screen and (max-width: 767px) {
  .panel-image-grid.no-text.panel-image-grid-100 .image-container {
    height: calc(100vw + 35px);
  }
}
.panel-image-grid .image-container-splitted .top-area {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(50% - 0.8vw);
  width: 100%;
}
.panel-image-grid .image-container-splitted .bottom-area {
  position: absolute;
  bottom: 0;
  left: 0;
  height: calc(50% - 0.8vw);
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  main.work .panel-image-grid,
main.casestudy .panel-image-grid {
    padding-bottom: 0px;
  }
  main.work .panel-image-grid:last-of-type,
main.casestudy .panel-image-grid:last-of-type {
    padding-bottom: 40px;
  }
}

.panel-image-grid-with-text .image-container {
  border-radius: 0;
}
.panel-image-grid-with-text .with-text-container {
  display: block;
  position: relative;
  height: 100%;
}
.panel-image-grid-with-text .with-text-container .image-wrap-outer {
  height: calc(100% - 0.8vw - 2.1vw);
}
@media only screen and (max-width: 1023px) {
  .panel-image-grid-with-text .with-text-container .image-wrap-outer {
    height: calc(100% - 0.8vw - 25px);
  }
}
@media only screen and (max-width: 767px) {
  .panel-image-grid-with-text .with-text-container .image-wrap-outer {
    height: calc(100% - 16px - 25px);
  }
}
.panel-image-grid-with-text .with-text-container .image-wrap {
  position: relative;
  height: 100%;
  border-radius: 0.8vw;
  overflow: hidden;
  z-index: 5;
}
@media only screen and (max-width: 1023px) {
  .panel-image-grid-with-text .with-text-container .image-wrap {
    border-radius: 8px;
  }
}
.panel-image-grid-with-text .with-text-container .text-wrap {
  display: flex;
  margin-top: 0.8vw;
}
@media only screen and (max-width: 767px) {
  .panel-image-grid-with-text .with-text-container .text-wrap {
    text-align: center;
    justify-content: center;
    margin-top: 16px;
  }
}
.panel-image-grid-with-text .with-text-container .text-wrap .client {
  margin-right: 0.8vw;
}
@media only screen and (max-width: 767px) {
  .panel-image-grid-with-text .with-text-container .text-wrap .client {
    margin-right: 8px;
  }
}
.panel-image-grid-with-text .with-text-container .text-wrap .claim {
  color: rgba(252, 252, 253, 0.7);
}

.panel-video-mask {
  position: relative;
  text-align: center;
  padding-top: 2vw;
  padding-bottom: 2vw;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .panel-video-mask {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.panel-video-mask .pos-helper-0 {
  top: -50vh;
}
.panel-video-mask .text-wrap {
  z-index: 15;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  color: white;
  transform: translate(-50%, -50%);
  max-width: 90%;
  pointer-events: none;
}
.panel-video-mask .video-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  width: calc(100% + 1.6vw);
  height: calc(100% + 1.6vw);
  left: -0.8vw;
  top: -0.8vw;
  overflow: hidden;
  transform: scale(1);
  border-radius: 0.8vw;
  will-change: transform;
  cursor: pointer;
}
.panel-video-mask .video-wrap.active {
  transform: scale(0.85);
}
@media only screen and (max-width: 1023px) {
  .panel-video-mask .video-wrap {
    border-radius: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .panel-video-mask .video-wrap {
    height: 100vh;
  }
}
.panel-video-mask .video-wrap .bg-poster {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.panel-video-mask .video-wrap video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
}
.panel-video-mask .btn-wrap {
  position: absolute;
  top: 50%;
  width: 85%;
  height: calc(85% - 4vw);
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1023px) {
  .panel-video-mask .btn-wrap {
    height: calc(85% - 80px);
  }
}
.panel-video-mask .btn-wrap .btn {
  position: absolute;
  right: 1vw;
  bottom: 2vw;
}

.video-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 200;
  color: white;
}
.video-popup .btn {
  position: absolute;
  top: 3.75vw;
  right: 3.75vw;
}
@media only screen and (max-width: 1023px) {
  .video-popup .btn {
    top: 24px;
    right: 16px;
  }
}
.video-popup .inner-popup {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.video-popup .center-item {
  height: 80%;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.video-popup video {
  width: 70%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}
.video-popup .bottom-audio-animation {
  position: absolute;
  bottom: 3.75vw;
  right: 3.75vw;
  width: 7.5vw;
  height: 7.5vw;
  background: white;
  border-radius: 100%;
  overflow: hidden;
  z-index: 10;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .video-popup .bottom-audio-animation {
    bottom: 24px;
    right: 16px;
    height: 56px;
    width: 56px;
  }
}
.video-popup .bottom-audio-animation .end-soundwave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0;
}
.video-popup .bottom-audio-animation .end-soundwave.active {
  opacity: 1;
}

.panel-headline-with-button {
  padding-top: 4.5vw;
  padding-bottom: 4.5vw;
}
@media only screen and (max-width: 1023px) {
  .panel-headline-with-button {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.panel-headline-with-button .flex-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 1023px) {
  .panel-headline-with-button .flex-wrap {
    display: block;
  }
  .panel-headline-with-button .flex-wrap .right-col {
    margin-top: 32px;
  }
}

.panel-headline .inner-text-box {
  margin-top: 0.8vw;
}
@media only screen and (max-width: 1023px) {
  .panel-headline .inner-text-box {
    margin-top: 16px;
  }
}
.panel-headline.no-body-text .inner-text-box {
  display: none;
}
.panel-headline.careers-1 .inner-text-box {
  max-width: 33vw;
}
@media only screen and (max-width: 1023px) {
  .panel-headline.careers-1 .inner-text-box {
    max-width: 100%;
  }
}

.panel-slider-image-text {
  padding-top: 4.5vw;
  padding-bottom: 4.5vw;
}
@media only screen and (max-width: 1023px) {
  .panel-slider-image-text {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.panel-slider-image-text .flex-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .panel-slider-image-text .flex-wrap {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.panel-slider-image-text .text-container {
  width: 27vw;
}
@media only screen and (max-width: 1023px) {
  .panel-slider-image-text .text-container {
    width: 260px;
  }
}
@media only screen and (max-width: 767px) {
  .panel-slider-image-text .text-container {
    width: 100%;
  }
}
.panel-slider-image-text .text-container .text-wrap {
  padding-top: 1.2vw;
  padding-bottom: 1.2vw;
  position: relative;
  cursor: pointer;
  opacity: 0.3;
  transition: 0.2s ease-out;
  display: block;
}
@media only screen and (max-width: 767px) {
  .panel-slider-image-text .text-container .text-wrap {
    padding-bottom: 8px;
    padding-top: 24px;
  }
  .panel-slider-image-text .text-container .text-wrap .title-text-wrap .text {
    padding-bottom: 24px;
  }
}
.panel-slider-image-text .text-container .text-wrap.active {
  opacity: 1;
}
.panel-slider-image-text .text-container .text-wrap .flex-wrap-inner {
  display: flex;
}
.panel-slider-image-text .text-container .text-wrap .counter {
  margin-right: 0.8vw;
}
@media only screen and (max-width: 767px) {
  .panel-slider-image-text .text-container .text-wrap .counter {
    margin-right: 8px;
  }
}
.panel-slider-image-text .text-container .text-wrap .title {
  margin-bottom: 0.8vw;
}
@media only screen and (max-width: 767px) {
  .panel-slider-image-text .text-container .text-wrap .title {
    margin-bottom: 16px;
  }
}
.panel-slider-image-text .text-container .text-wrap .text {
  color: rgba(252, 252, 253, 0.7);
}
.panel-slider-image-text .text-container .text-wrap .progress-bar {
  background-color: rgba(252, 252, 253, 0.25);
  height: 1px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.panel-slider-image-text .text-container .text-wrap .progress-bar .animate-line {
  background-color: #FCFCFD;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
}
.panel-slider-image-text .text-container .text-wrap .progress-bar .animate-line.active {
  transition: 3s linear;
  width: 100%;
}
.panel-slider-image-text .text-container .text-wrap .btn-wrap {
  margin-top: 0.8vw;
}
@media only screen and (max-width: 1023px) {
  .panel-slider-image-text .text-container .text-wrap .btn-wrap {
    margin-top: 16px;
  }
}
.panel-slider-image-text .image-container {
  width: calc(100% - 27vw - 8vw);
}
@media only screen and (max-width: 1023px) {
  .panel-slider-image-text .image-container {
    width: calc(100% - 260px - 32px);
  }
}
@media only screen and (max-width: 767px) {
  .panel-slider-image-text .image-container {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
  }
}
.panel-slider-image-text .image-container .ratio-wrap {
  padding-bottom: 58%;
  border-radius: 0.8vw;
  overflow: hidden;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .panel-slider-image-text .image-container .ratio-wrap {
    border-radius: 0;
  }
}

.panel-slider-partner {
  padding-top: 4.5vw;
  padding-bottom: 4.5vw;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .panel-slider-partner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.panel-slider-partner .slider-container {
  position: relative;
  overflow: hidden;
  font-size: 0px;
}
.panel-slider-partner .slider-container .inner-move {
  white-space: nowrap;
}
.panel-slider-partner .slider-container img {
  display: inline-block;
  width: 140%;
}
@media only screen and (max-width: 767px) {
  .panel-slider-partner .slider-container img {
    width: 300%;
  }
}
.panel-slider-partner .inner-reverse-move {
  transform: translate(-200%, 0);
}
.panel-slider-partner .slider-container-1 .inner-move,
.panel-slider-partner .slider-container-3 .inner-move {
  animation: partnerMoveOne 60s linear infinite;
}
@media only screen and (max-width: 767px) {
  .panel-slider-partner .slider-container-1 .inner-move,
.panel-slider-partner .slider-container-3 .inner-move {
    animation: partnerMoveOneMobile 30s linear infinite;
  }
}
.panel-slider-partner .slider-container-1 .outer-move,
.panel-slider-partner .slider-container-3 .outer-move {
  transform: translate(0, 0);
}
.panel-slider-partner .slider-container-1 .outer-move.active,
.panel-slider-partner .slider-container-3 .outer-move.active {
  transform: translate(-100%, 0);
}
.panel-slider-partner .slider-container-2 .inner-move {
  animation: partnerMoveTwo 60s linear infinite;
}
@media only screen and (max-width: 767px) {
  .panel-slider-partner .slider-container-2 .inner-move {
    animation: partnerMoveTwoMobile 30s linear infinite;
  }
}
.panel-slider-partner .slider-container-2 .outer-move {
  transform: translate(0, 0);
}
.panel-slider-partner .slider-container-2 .outer-move.active {
  transform: translate(100%, 0);
}
.panel-slider-partner .pos-helper-0 {
  top: -100vh;
}

body.scrolling .panel-slider-partner .slider-container .inner-move {
  animation-play-state: paused;
}

@keyframes partnerMoveOne {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-140%, 0);
  }
}
@keyframes partnerMoveOneMobile {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-300%, 0);
  }
}
@keyframes partnerMoveTwo {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(140%, 0);
  }
}
@keyframes partnerMoveTwoMobile {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(300%, 0);
  }
}
.panel-gallery {
  padding-top: 4.5vw;
  padding-bottom: 4.5vw;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .panel-gallery {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .panel-gallery .slider-container {
    position: relative;
    overflow: hidden;
    font-size: 0px;
  }
  .panel-gallery .slider-container .inner-move {
    white-space: nowrap;
  }
  .panel-gallery .slider-container .inner-move * {
    vertical-align: middle;
  }
  .panel-gallery .slider-container img {
    display: inline-block;
    width: 30%;
    margin-left: 0.8vw;
    margin-right: 0.8vw;
    border-radius: 0.8vw;
    overflow: hidden;
    position: relative;
    cursor: pointer;
  }
}
.panel-gallery .slider-container-1 .inner-move {
  animation: galleryMove 30s linear infinite;
}
@media only screen and (max-width: 767px) {
  .panel-gallery .slider-container-1 .inner-move {
    animation: none;
  }
}

.panel-gallery-mobile {
  padding-top: 40px;
  padding-bottom: 40px;
}
.panel-gallery-mobile .slick-track {
  display: flex;
}
.panel-gallery-mobile .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
.panel-gallery-mobile .slide-ele {
  padding-left: 8px;
  padding-right: 8px;
}
.panel-gallery-mobile .slide-ele img {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

body.is-touch-device .panel-gallery {
  pointer-events: none;
}

body.scrolling .panel-gallery .slider-container .inner-move {
  animation-play-state: paused;
}

@keyframes galleryMove {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-126.4%, 0);
  }
}
.panel-gallery-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  background: #1C1C1E;
}
.panel-gallery-popup .inner-popup {
  position: relative;
  height: 100%;
  width: 100%;
}
.panel-gallery-popup .popup-image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: scroll;
}
.panel-gallery-popup .popup-image-wrap.full-height {
  height: 100%;
}
.panel-gallery-popup .popup-image-wrap.full-height .popup-inner-wrap {
  height: 100%;
}
.panel-gallery-popup .popup-image-wrap.full-height img {
  height: 100%;
  width: auto;
}
.panel-gallery-popup .popup-inner-wrap {
  position: relative;
}
.panel-gallery-popup .navigation-left,
.panel-gallery-popup .navigation-center,
.panel-gallery-popup .navigation-right {
  position: absolute;
  width: 33.3333%;
  top: 0;
  height: 100%;
  cursor: pointer;
}
.panel-gallery-popup .navigation-left {
  left: 0;
}
.panel-gallery-popup .navigation-center {
  left: 33.3333%;
}
.panel-gallery-popup .navigation-right {
  left: 66.6666%;
}
.panel-gallery-popup .slider-dots {
  position: absolute;
  bottom: 5vw;
  left: 50%;
  transform: translate(-50%, 0);
  background: rgba(35, 35, 37, 0.5);
  border-radius: 49.95vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
  padding-left: 1.6vw;
  padding-right: 1.6vw;
  font-weight: 400;
  font-size: 0.8vw;
  pointer-events: none;
}
.panel-gallery-popup .slider-dots .inner-wrap {
  display: flex;
}

.panel-facts {
  padding-top: 2vw;
  padding-bottom: 4.5vw;
}
@media only screen and (max-width: 1023px) {
  .panel-facts {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.panel-facts .flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.panel-facts .fact {
  width: calc(50% - 0.8vw);
  padding-top: 1.2vw;
  padding-bottom: 1.6vw;
  border-bottom: 1px solid rgba(252, 252, 253, 0.25);
  margin-top: 3.2vw;
}
@media only screen and (max-width: 1023px) {
  .panel-facts .fact {
    width: calc(50% - 16px);
    padding-top: 16px;
    padding-bottom: 24px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .panel-facts .fact {
    width: 100%;
  }
}
.panel-facts .fact:nth-child(1), .panel-facts .fact:nth-child(2) {
  margin-top: 0;
}
.panel-facts .fact .fact-text {
  color: rgba(252, 252, 253, 0.7);
  margin-top: 0.8vw;
}
@media only screen and (max-width: 1023px) {
  .panel-facts .fact .fact-text {
    margin-top: 8px;
  }
}

.panel-counter {
  padding-top: 4.5vw;
  padding-bottom: 4.5vw;
}
@media only screen and (max-width: 1023px) {
  .panel-counter {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.panel-counter .counter-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 5.5vw;
  padding-right: 5.5vw;
  padding-top: 1.2vw;
  padding-bottom: 1.2vw;
  border-bottom: 1px solid rgba(252, 252, 253, 0.25);
}
@media only screen and (max-width: 1023px) {
  .panel-counter .counter-row {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.panel-counter .counter-number {
  font-family: "Suisse Intl Italic";
  font-weight: 300;
  font-size: 2.4vw;
  line-height: 1;
}
@media only screen and (max-width: 1023px) {
  .panel-counter .counter-number {
    font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .panel-team {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .panel-team .flex-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.8vw;
    margin-right: -0.8vw;
  }
}
.panel-team .flex-wrap .element-team {
  width: 33.3333%;
}
@media only screen and (min-width: 768px) {
  .panel-team .flex-wrap .element-team {
    padding-top: 2vw;
    padding-bottom: 2vw;
    padding-left: 0.8vw;
    padding-right: 0.8vw;
  }
}
@media only screen and (max-width: 767px) {
  .panel-team .flex-wrap .element-team {
    width: 100%;
    margin-top: 32px;
  }
  .panel-team .flex-wrap .element-team:first-of-type {
    margin-top: 0;
  }
}
.panel-team .flex-wrap .element-team img {
  position: relative;
  overflow: hidden;
  z-index: 5;
  border-radius: 0.8vw;
  margin-bottom: 0.8vw;
}
@media only screen and (max-width: 767px) {
  .panel-team .flex-wrap .element-team img {
    border-radius: 8px;
    margin-bottom: 16px;
  }
}

.panel-sticky-navi-scroll {
  padding-top: 4.5vw;
  padding-bottom: 10vw;
}
@media only screen and (max-width: 1023px) {
  .panel-sticky-navi-scroll {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}
.panel-sticky-navi-scroll .main-wrap {
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .panel-sticky-navi-scroll .main-wrap {
    display: block;
  }
}
.panel-sticky-navi-scroll .sticky-navi {
  width: 27.5vw;
  padding-right: 2.5vw;
}
@media only screen and (max-width: 1023px) {
  .panel-sticky-navi-scroll .sticky-navi {
    width: 100%;
    padding-right: 0;
  }
}
.panel-sticky-navi-scroll .content-wrap {
  width: calc(100% - 27.5vw);
}
@media only screen and (max-width: 1023px) {
  .panel-sticky-navi-scroll .content-wrap {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .panel-sticky-navi-scroll .content-wrap .text-wrap-navi {
    display: none;
  }
}
.panel-sticky-navi-scroll .content-wrap .inner-content-wrap {
  margin-bottom: 10vw;
}
.panel-sticky-navi-scroll .content-wrap .inner-content-wrap:last-of-type {
  margin-bottom: 0;
}
.panel-sticky-navi-scroll .content-wrap .text-wrap-navi {
  position: relative;
  padding-top: 16px !important;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.panel-sticky-navi-scroll .content-wrap .text-wrap-navi:after {
  content: "";
  position: absolute;
  top: 0;
  left: -16px;
  width: calc(100% + 32px);
  height: 1px;
  background-color: rgba(252, 252, 253, 0.25);
}
.panel-sticky-navi-scroll .content-wrap .text-wrap-navi .subtitle-list {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .panel-sticky-navi-scroll .sticky-navi {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: #1C1C1E;
    padding: 16px;
    border-top: 1px solid rgba(252, 252, 253, 0.25);
    transition: 0.3s ease-out;
    transform: translate(0, 100%);
  }
  .panel-sticky-navi-scroll .sticky-navi.active {
    transform: translate(0, 0%);
  }
  .panel-sticky-navi-scroll .sticky-navi .sticky-navi-very-inner {
    position: relative;
  }
  .panel-sticky-navi-scroll .sticky-navi .subtitle-list {
    display: none;
  }
  .panel-sticky-navi-scroll .sticky-navi .text-wrap-navi {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
  }
  .panel-sticky-navi-scroll .sticky-navi .text-wrap-navi.next-active {
    opacity: 1;
    pointer-events: all;
  }
  .panel-sticky-navi-scroll .sticky-navi .text-wrap-navi.active {
    opacity: 0;
  }
  .panel-sticky-navi-scroll .sticky-navi .text-wrap-navi:first-of-type {
    opacity: 0;
    pointer-events: none;
    position: relative;
  }
}
@media only screen and (min-width: 1024px) {
  .panel-sticky-navi-scroll .sticky-navi .sticky-navi-inner {
    position: sticky;
    top: 20vh;
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .panel-sticky-navi-scroll .sticky-navi .sticky-navi-inner {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}
.panel-sticky-navi-scroll .sticky-navi .subtitle-ele {
  color: rgba(252, 252, 253, 0.25);
  transition: 0.2s ease-out;
  margin-bottom: 0.6vw;
  cursor: pointer;
}
.panel-sticky-navi-scroll .sticky-navi .subtitle-ele:last-of-type {
  margin-bottom: 0;
}
.panel-sticky-navi-scroll .sticky-navi .subtitle-ele.active {
  color: #FCFCFD;
}
.panel-sticky-navi-scroll .sticky-navi .subtitle-list {
  margin-top: 1.2vw;
}
.panel-sticky-navi-scroll .text-wrap-navi {
  padding-top: 0.6vw;
  padding-bottom: 1.6vw;
  position: relative;
  opacity: 0.3;
  transition: 0.2s ease-out;
  display: block;
}
.panel-sticky-navi-scroll .text-wrap-navi:first-of-type {
  padding-top: 0;
}
.panel-sticky-navi-scroll .text-wrap-navi.active {
  opacity: 1;
}
.panel-sticky-navi-scroll .text-wrap-navi .flex-wrap-inner {
  display: flex;
}
.panel-sticky-navi-scroll .text-wrap-navi .counter {
  margin-right: 0.8vw;
}
@media only screen and (max-width: 767px) {
  .panel-sticky-navi-scroll .text-wrap-navi .counter {
    margin-right: 8px;
  }
}
.panel-sticky-navi-scroll .text-wrap-navi .title {
  cursor: pointer;
}
.panel-sticky-navi-scroll .element-title-text,
.panel-sticky-navi-scroll .element-list,
.panel-sticky-navi-scroll .element-related,
.panel-sticky-navi-scroll .element-2-col-text {
  margin-bottom: 1.6vw;
}
.panel-sticky-navi-scroll .element-title-text:last-of-type,
.panel-sticky-navi-scroll .element-list:last-of-type,
.panel-sticky-navi-scroll .element-related:last-of-type,
.panel-sticky-navi-scroll .element-2-col-text:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .panel-sticky-navi-scroll .element-title-text,
.panel-sticky-navi-scroll .element-list,
.panel-sticky-navi-scroll .element-related,
.panel-sticky-navi-scroll .element-2-col-text {
    margin-bottom: 16px;
  }
}
.panel-sticky-navi-scroll .element-title-text .title {
  margin-bottom: 0.8vw;
}
@media only screen and (max-width: 1023px) {
  .panel-sticky-navi-scroll .element-title-text .title {
    margin-bottom: 8px;
  }
}
.panel-sticky-navi-scroll .element-title-text .text {
  color: rgba(252, 252, 253, 0.7);
}
.panel-sticky-navi-scroll .element-title-text.has-border-top {
  padding-top: 2.5vw;
  border-top: 1px solid rgba(252, 252, 253, 0.25);
  margin-top: 2.5vw;
}
@media only screen and (max-width: 1023px) {
  .panel-sticky-navi-scroll .element-title-text.has-border-top {
    margin-top: 0;
    padding-top: 16px;
    border-top: none;
    color: rgba(252, 252, 253, 0.25);
  }
}
.panel-sticky-navi-scroll .element-title-text.no-text .text {
  display: none;
}
.panel-sticky-navi-scroll .element-list {
  padding-left: 16vw;
  padding-bottom: 3vw;
}
@media only screen and (max-width: 1023px) {
  .panel-sticky-navi-scroll .element-list {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 0;
  }
}
.panel-sticky-navi-scroll .element-list .list-ele {
  padding-top: 1.2vw;
  padding-bottom: 1.2vw;
  border-bottom: 1px solid rgba(252, 252, 253, 0.25);
}
@media only screen and (max-width: 1023px) {
  .panel-sticky-navi-scroll .element-list .list-ele {
    border-bottom: none;
    padding-left: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.panel-sticky-navi-scroll .element-list.hide-5 .list-ele-5 {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .panel-sticky-navi-scroll .element-related {
    padding-bottom: 16px;
  }
}
.panel-sticky-navi-scroll .element-related .title {
  margin-bottom: 1.2vw;
}
@media only screen and (max-width: 1023px) {
  .panel-sticky-navi-scroll .element-related .title {
    padding-top: 24px;
    margin-bottom: 16px;
  }
}
.panel-sticky-navi-scroll .element-related .flex-wrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .panel-sticky-navi-scroll .element-related .flex-wrap {
    display: block;
    margin-left: -16px;
    margin-right: -16px;
  }
}
.panel-sticky-navi-scroll .element-related .image-container {
  width: calc(50% - 0.8vw);
}
@media only screen and (max-width: 1023px) {
  .panel-sticky-navi-scroll .element-related .image-container {
    width: calc(50% - 16px);
  }
}
@media only screen and (max-width: 767px) {
  .panel-sticky-navi-scroll .element-related .image-container {
    width: 100%;
    margin-bottom: 32px;
  }
  .panel-sticky-navi-scroll .element-related .image-container:last-of-type {
    margin-bottom: 0;
  }
}
.panel-sticky-navi-scroll .element-related .image-container .ratio-wrap {
  padding-bottom: 110%;
}
.panel-sticky-navi-scroll .element-related .image-container .image-wrap {
  position: relative;
  height: 100%;
  border-radius: 0.8vw;
  overflow: hidden;
  z-index: 5;
}
@media only screen and (max-width: 1023px) {
  .panel-sticky-navi-scroll .element-related .image-container .image-wrap {
    border-radius: 8px;
  }
}
.panel-sticky-navi-scroll .element-related .image-container .image-wrap-outer {
  overflow: hidden;
  height: calc(100% - 0.8vw - 2.1vw);
}
@media only screen and (max-width: 1023px) {
  .panel-sticky-navi-scroll .element-related .image-container .image-wrap-outer {
    height: calc(100% - 0.8vw - 25px);
  }
}
@media only screen and (max-width: 767px) {
  .panel-sticky-navi-scroll .element-related .image-container .image-wrap-outer {
    height: calc(100% - 16px - 25px);
  }
}
.panel-sticky-navi-scroll .element-related .image-container .text-wrap {
  display: flex;
  margin-top: 0.8vw;
}
@media only screen and (max-width: 767px) {
  .panel-sticky-navi-scroll .element-related .image-container .text-wrap {
    text-align: center;
    justify-content: center;
    margin-top: 16px;
  }
}
.panel-sticky-navi-scroll .element-related .image-container .text-wrap .client {
  margin-right: 0.8vw;
}
@media only screen and (max-width: 767px) {
  .panel-sticky-navi-scroll .element-related .image-container .text-wrap .client {
    margin-right: 8px;
  }
}
.panel-sticky-navi-scroll .element-related .image-container .text-wrap .claim {
  color: rgba(252, 252, 253, 0.7);
}
.panel-sticky-navi-scroll .element-2-col-text .flex-wrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .panel-sticky-navi-scroll .element-2-col-text .flex-wrap {
    display: block;
  }
}
.panel-sticky-navi-scroll .element-2-col-text .item-wrap {
  padding-top: 1.2vw;
  padding-bottom: 1.6vw;
  width: calc(50% - 0.8vw);
}
@media only screen and (max-width: 1023px) {
  .panel-sticky-navi-scroll .element-2-col-text .item-wrap {
    padding-top: 16px;
    padding-bottom: 16px;
    width: calc(50% - 16px);
  }
}
@media only screen and (max-width: 767px) {
  .panel-sticky-navi-scroll .element-2-col-text .item-wrap {
    width: 100%;
  }
}
.panel-sticky-navi-scroll .element-2-col-text .item-wrap .title {
  margin-bottom: 0.8vw;
}
@media only screen and (max-width: 1023px) {
  .panel-sticky-navi-scroll .element-2-col-text .item-wrap .title {
    margin-bottom: 8px;
  }
}
.panel-sticky-navi-scroll .element-2-col-text .item-wrap .text {
  color: rgba(252, 252, 253, 0.7);
}

@media only screen and (min-width: 768px) {
  .panel-hero-casestudy-text .flex-wrap {
    display: flex;
  }
  .panel-hero-casestudy-text .left-col {
    width: calc(50% - 0.8vw);
  }
  .panel-hero-casestudy-text .right-col {
    width: calc(50% - 0.8vw);
  }
}
.panel-hero-casestudy-text .right-col-inner {
  max-width: 35vw;
  color: rgba(252, 252, 253, 0.7);
}
@media only screen and (max-width: 767px) {
  .panel-hero-casestudy-text .right-col-inner {
    max-width: 100%;
    margin-top: 32px;
  }
}
.panel-hero-casestudy-text .title .title-big-wrap {
  color: rgba(252, 252, 253, 0.7);
}
.panel-hero-casestudy-text.no-title-big .title-big-wrap {
  display: none;
}

.panel-testomnoial {
  padding-top: 4.5vw;
  padding-bottom: 4.5vw;
}
@media only screen and (max-width: 1023px) {
  .panel-testomnoial {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.panel-testomnoial blockquote {
  margin-bottom: 3vw;
  max-width: 35vw;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .panel-testomnoial blockquote {
    max-width: 100%;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .panel-testomnoial blockquote {
    padding-left: 16px;
  }
}
.panel-testomnoial blockquote:before {
  content: "";
  background-image: url("../img/global/quote.svg");
  width: 0.55vw;
  height: 0.5vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  top: 0.25vw;
  left: 0;
  transform: translate(-100%, 0) translate(-0.3vw, 0);
}
@media only screen and (max-width: 1023px) {
  .panel-testomnoial blockquote:before {
    width: 6px;
    height: 6px;
    transform: none;
    top: 0;
  }
}
.panel-testomnoial blockquote:after {
  content: "";
  background-image: url("../img/global/quote.svg");
  width: 0.55vw;
  height: 0.5vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  transform: rotate(180deg) translate(0, 0.75vw);
  margin-left: 0.3vw;
}
@media only screen and (max-width: 1023px) {
  .panel-testomnoial blockquote:after {
    width: 6px;
    height: 6px;
    margin-left: 0;
    transform: rotate(180deg) translate(0, 10px);
  }
}
.panel-testomnoial img {
  width: 7vw;
  height: auto;
  border-radius: 0.4vw;
  overflow: hidden;
  position: relative;
  z-index: 5;
  margin-right: 1.6vw;
}
@media only screen and (max-width: 1023px) {
  .panel-testomnoial img {
    border-radius: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .panel-testomnoial img {
    width: 60px;
    margin-right: 16px;
  }
}
.panel-testomnoial .image-text-wrap {
  display: flex;
  align-items: flex-start;
}
.panel-testomnoial .inner-content {
  padding-left: 40vw;
}
@media only screen and (max-width: 767px) {
  .panel-testomnoial .inner-content {
    padding-left: 0;
  }
}
.panel-testomnoial .info {
  opacity: 0.7;
  margin-top: 0.25vw;
}

.panel-jobs {
  padding-top: 2vw;
  padding-bottom: 2vw;
}
@media only screen and (max-width: 1023px) {
  .panel-jobs {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.panel-jobs .job-row {
  padding-top: 1.6vw;
  padding-bottom: 1.6vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(252, 252, 253, 0.25);
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .panel-jobs .job-row {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.panel-jobs .job-row .arrow-icon {
  transform: translate(0, 0);
  transition: 0.2s ease-out;
}
.panel-jobs .job-row:hover .arrow-icon {
  transform: translate(0.75vw, 0);
}
@media only screen and (max-width: 1023px) {
  .panel-jobs .job-row:hover .arrow-icon {
    transform: none;
  }
}
.panel-jobs .arrow-icon,
.panel-jobs .arrow-icon svg {
  width: 1.3vw;
  height: 1.3vw;
}
@media only screen and (max-width: 1023px) {
  .panel-jobs .arrow-icon,
.panel-jobs .arrow-icon svg {
    width: 14px;
    height: 14px;
  }
}

.job-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #1C1C1E;
  padding-top: 4.5vw;
  padding-left: 2vw;
  padding-right: 2vw;
  z-index: 30;
}
@media only screen and (max-width: 1023px) {
  .job-popup {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.job-popup .inner-popup {
  background: #232325;
  border-radius: 0.8vw 0.8vw 0px 0px;
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: scroll;
  padding-top: 5.5vw;
  padding-bottom: 5.5vw;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .job-popup .inner-popup {
    border-radius: 0;
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
.job-popup .job-title {
  margin-bottom: 3vw;
}
@media only screen and (max-width: 1023px) {
  .job-popup .job-title {
    margin-bottom: 30px;
  }
}
.job-popup .close-job-popup {
  position: fixed;
  top: 6.5vw;
  right: 5.5vw;
  z-index: 10;
}
@media only screen and (max-width: 1023px) {
  .job-popup .close-job-popup {
    top: 24px;
    right: 16px;
  }
}
.job-popup .btn-apply-submit {
  position: fixed;
  bottom: 2vw;
  right: 5.5vw;
  z-index: 10;
}
@media only screen and (max-width: 1023px) {
  .job-popup .btn-apply-submit {
    bottom: 24px;
    right: 16px;
  }
}
.job-popup .btn-apply-submit .hidden-span {
  opacity: 0;
}
.job-popup .btn-apply-submit .apply {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
  transform: translate(-50%, -50%) translate(0, 0);
  transition: 0.3s ease-out;
  white-space: nowrap;
}
.job-popup .btn-apply-submit .submit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translate(0, 100%);
  opacity: 0;
  transition: 0.3s ease-out;
  white-space: nowrap;
}
.job-popup .btn-apply-submit.submit-active .apply {
  transform: translate(-50%, -50%) translate(0, -100%);
  opacity: 0;
}
.job-popup .btn-apply-submit.submit-active .submit {
  transform: translate(-50%, -50%) translate(0, 0%);
  opacity: 1;
}
.job-popup .outer-form-wrap .headline-wrap {
  margin-top: 3vw;
  padding-top: 3vw;
  border-top: 1px solid rgba(252, 252, 253, 0.25);
}
@media only screen and (max-width: 1023px) {
  .job-popup .outer-form-wrap .headline-wrap {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.job-popup .outer-form-wrap .required-info {
  margin-top: 3vw;
  margin-bottom: 1.2vw;
}
@media only screen and (max-width: 1023px) {
  .job-popup .outer-form-wrap .required-info {
    margin-top: 30px;
    margin-bottom: 8px;
  }
}
.job-popup .outer-form-wrap .group {
  margin-bottom: 1.2vw;
}
@media only screen and (max-width: 1023px) {
  .job-popup .outer-form-wrap .group {
    margin-bottom: 8px;
  }
}
.job-popup .files-row {
  margin-top: 3.5vw;
}
@media only screen and (max-width: 1023px) {
  .job-popup .files-row {
    margin-top: 30px;
  }
}
.job-popup .files-title {
  margin-bottom: 1.2vw;
}
@media only screen and (max-width: 1023px) {
  .job-popup .files-title {
    margin-bottom: 8px;
  }
}
.job-popup .files-wrap-flex {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.6vw;
  margin-right: -0.6vw;
}
@media only screen and (max-width: 1023px) {
  .job-popup .files-wrap-flex {
    margin-left: -12px;
    margin-right: -12px;
  }
}
.job-popup .files-wrap-flex .group {
  width: 25%;
  padding-left: 0.6vw;
  padding-right: 0.6vw;
  margin-bottom: 0;
}
@media only screen and (max-width: 1023px) {
  .job-popup .files-wrap-flex .group {
    width: 50%;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 24px;
  }
}
.job-popup .hidden-button-wrap {
  opacity: 0;
}
.job-popup .recaptcha-wrap {
  margin-top: 1.2vw;
}
@media only screen and (max-width: 1023px) {
  .job-popup .recaptcha-wrap {
    margin-top: 20px;
  }
}

.panel-error {
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}
.panel-error .btn {
  margin-top: 80px;
}

main.page-404 {
  padding-top: 0;
}

.transition-fade {
  transition: 0.4s;
  opacity: 1;
}

html.is-animating .transition-fade {
  opacity: 0;
}

/*

is-animating — Assigned once a link is clicked. Removed after the page content is replaced. Used for defining styles of unloaded pages.
is-changing — Assigned once a link is clicked. Removed after the whole transition process. Used for showing loading state.
is-leaving — Assigned once a link is clicked. Removed right before the content is replaced. Used to identify the leave phase of the transition. Combine with is-animating to create differing leave and enter transitions.
is-rendering — Assigned right before the content is replaced. Removed after the whole transition process. Used to identify the enter phase of the transition. Combine with is-animating to create differing leave and enter transitions.
to-[custom-transition] — Assigned if the clicked link has a [data-swup-transition] attribute. Can be used to change the animation for a specific URL.

*/
