@font-face {
  font-family: "Gotham-Medium";
  src: url("../fonts/Gotham-Medium.otf"); }

@font-face {
  font-family: "Gotham_Book";
  src: url("../fonts/Gotham_Book.ttf") format("truetype"); }

@font-face {
  font-family: "Gotham_Ultra";
  src: url("../fonts/Gotham_Ultra.ttf") format("truetype"); }

.error {
  position: relative;
  animation: shake .1s linear;
  animation-iteration-count: 3;
  border-bottom: 1.5px solid red !important; }

.lock {
  overflow-y: hidden !important; }

.wrapper {
  scrollbar-width: none; }

::-webkit-scrollbar {
  width: 0px !important;
  background: transparent; }

@keyframes game_icon_txt_anim {
  0% {
    transform: translate3d(0, 0, 0); }
  50% {
    transform: translate3d(0, 0, 0); }
  65% {
    transform: translate3d(0, 55%, 0); }
  100% {
    transform: translate3d(0, 55%, 0); } }

@keyframes game_icon_anim {
  0% {
    transform: rotate(-45deg) translate3d(40%, -30%, 0);
    transform-origin: 50% 67%; }
  13% {
    transform: rotate(-45deg) translate3d(0, 0, 0);
    transform-origin: 50% 67%; }
  25% {
    transform: rotate(0deg);
    transform-origin: 50% 67%; }
  40% {
    transform: rotate(0deg);
    transform-origin: 50% 67%; }
  50% {
    transform: rotate(45deg);
    transform-origin: 50% 67%; }
  65% {
    transform: rotate(45deg) translate3d(40%, 30%, 0);
    transform-origin: 50% 67%; }
  100% {
    transform: rotate(45deg) translate3d(40%, 30%, 0);
    transform-origin: 50% 67%; } }

@keyframes platform-stack-animation1 {
  0% {
    transform: translate3d(0, 15%, 0); }
  15% {
    transform: translate3d(0, 0, 0); } }

@keyframes platform-stack-animation2 {
  0% {
    transform: translate3d(0, 30%, 0); }
  15% {
    transform: translate3d(0, 15%, 0); }
  30% {
    transform: translate3d(0, 0, 0); } }

@keyframes share-animation1 {
  0% {
    transform: translate3d(-12%, 12%, 0); }
  20% {
    transform: translate3d(0, 0, 0); } }

@keyframes share-animation2 {
  0% {
    opacity: 0;
    transform: translate3d(-24%, 24%, 0); }
  20% {
    opacity: 0;
    transform: translate3d(-12%, 12%, 0); }
  40% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes analytics-animation {
  0% {
    transform: translate3d(-10.5%, 10.5%, 0); }
  20% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1); } }

@keyframes no-allow-animation-cirlce {
  0% {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    transform-box: fill-box;
    transform-origin: center; }
  10% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
    transform-box: fill-box;
    transform-origin: center; } }

@keyframes rotate360 {
  from {
    transform: translate3d(-50%, -50%, 0) rotate(0); }
  to {
    transform: translate3d(-50%, -50%, 0) rotate(360deg); } }

@keyframes interactive-pulse {
  0% {
    transform: scale(1);
    opacity: 1; }
  25% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(1.01);
    opacity: 0.75; } }

@keyframes mobile-animation1 {
  0% {
    transform: translate3d(20%, -60%, 0) scale3d(1.5, 1.5, 1.5); }
  25% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1); } }

@keyframes mobile-animation2 {
  0% {
    opacity: 0;
    transform: translate3d(-4%, -7%, 0) scale3d(0.5, 0.5, 0.5);
    transform-origin: bottom left; }
  15% {
    opacity: 0;
    transform: translate3d(-4%, -7%, 0) scale3d(0.5, 0.5, 0.5);
    transform-origin: bottom left; }
  40% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform-origin: bottom left; } }

@keyframes native-hint-small {
  0% {
    transform: translate3d(20%, -16%, 0); }
  25% {
    transform: translate3d(0, 0, 0); } }

@keyframes native-hint-big {
  0% {
    transform: scale3d(0.6848, 0.7269, 1) translate3d(-4%, 50%, 0); }
  25% {
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0); } }

@keyframes native-hint-opacity {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; } }

@keyframes shake {
  0% {
    transform: translate3d(-5%, 0, 0); }
  100% {
    transform: translate3d(5%, 0, 0); } }

@keyframes promote-animation {
  0% {
    transform: translate3d(25%, -25%, 0); }
  25% {
    transform: translate3d(0, 0, 0); } }

@keyframes easy-post-animation-line1 {
  0% {
    transform: scale3d(0, 1, 1);
    transform-origin: 25% 0; }
  10% {
    transform: scale3d(1, 1, 1);
    transform-origin: 25% 0; } }

@keyframes easy-post-animation-line2 {
  0% {
    transform: scale3d(0, 1, 1);
    transform-origin: 25% 0; }
  15% {
    transform: scale3d(0, 1, 1);
    transform-origin: 25% 0; }
  25% {
    transform: scale3d(1, 1, 1);
    transform-origin: 25% 0; } }

@keyframes easy-post-animation-line3 {
  0% {
    transform: scale3d(0, 1, 1);
    transform-origin: 25% 0; }
  30% {
    transform: scale3d(0, 1, 1);
    transform-origin: 25% 0; }
  40% {
    transform: scale3d(1, 1, 1);
    transform-origin: 25% 0; } }

@keyframes easy-post-animation-pencil {
  0% {
    transform: translate3d(-27%, -70%, 0); }
  /* 20% */
  10% {
    transform: translate3d(16%, -70%, 0); }
  /* 25 */
  15% {
    transform: translate3d(-27%, -55%, 0); }
  /* 45 */
  25% {
    transform: translate3d(16%, -55%, 0); }
  /* 50 */
  30% {
    transform: translate3d(-27%, -40%, 0); }
  /* 70 */
  40% {
    transform: translate3d(0%, -40%, 0); }
  /* 75 */
  45% {
    transform: translate3d(0, 0, 0); } }

@keyframes loader-animation {
  0% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1); }
  25% {
    transform: translate3d(-25%, 0, 0) scale3d(2, 1, 1); }
  50% {
    transform: translate3d(75%, 0, 0) scale3d(1, 1, 1); }
  75% {
    transform: translate3d(-25%, 0, 0) scale3d(2, 1, 1); }
  100% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1); } }

* {
  margin: 0;
  padding: 0;
  /* overflow-x: hidden; */ }

body {
  overflow: hidden; }

/* html,
body {
    height: 100%;
    margin: 0;
    overflow: hidden;
} */
/* .parallax {
    background-size: cover;
    box-sizing: border-box;
    width: 100%;
    height: 130vh;

    margin-bottom: -130vh;
} */
.parallax-container {
  position: absolute;
  width: 100%; }
  .parallax-container .parallax {
    content: " ";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateZ(-1px) scale(2.1);
    z-index: -1;
    width: 100%;
    overflow: hidden;
    height: 60vh; }
    @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
      .parallax-container .parallax {
        height: 90%;
        margin-top: 15vw; } }
    @media (max-width: 1024px) and (min-aspect-ratio: 13 / 10) {
      .parallax-container .parallax {
        margin-top: 75px; } }
    .parallax-container .parallax img {
      position: relative;
      width: 100%; }

.page-viewport {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
  /* -webkit-overflow-scrolling: touch; */ }

.wrapper {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  perspective: 1px;
  -webkit-overflow-scrolling: touch; }

#service-1 {
  overflow-x: hidden; }

.nav-left {
  transform: scale3d(-1, 1, 1); }

.owl-stage {
  display: flex; }

.owl-nav {
  display: block !important;
  position: absolute;
  top: -64px;
  right: 0;
  font-size: 50px;
  padding: 0 5px;
  color: #f62323; }
  @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
    .owl-nav {
      font-size: 65px;
      top: -80px; } }
  .owl-nav > button {
    outline: none !important;
    margin-left: 10px;
    width: 2vw; }
    .owl-nav > button > div,
    .owl-nav > button > div > img {
      width: 100%; }
    @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
      .owl-nav > button {
        width: 5vw; } }

.f_h {
  height: 100vh; }
  @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
    .f_h {
      height: auto; } }

.align-margin-bottom {
  margin-bottom: 0px !important; }

.topInIndex {
  position: relative;
  z-index: 1; }

.moveToOrigin {
  opacity: 1;
  transform: translateX(0%) !important; }

.moveRight100 {
  transform: translateX(100%); }

#page-loader.disabled {
  transform: translateY(-100%); }
  #page-loader.disabled .loader-logo img {
    transform: translate(-50%, -200%); }

#page-loader .loader-logo {
  width: 100%;
  height: 100%; }
  #page-loader .loader-logo img {
    width: 10%;
    min-width: 100px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s;
    position: absolute; }

#page-loader #loader-logo2 {
  position: absolute;
  top: calc(50%);
  left: 50%;
  transform: translate3d(-50%, -50%, 0); }
  #page-loader #loader-logo2 svg {
    width: 5vw; }
    @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
      #page-loader #loader-logo2 svg {
        width: 10vw; } }
  #page-loader #loader-logo2.active svg rect {
    animation-name: loader-animation;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }

#page-loader .loader-bar {
  position: absolute;
  top: 0;
  width: 100%; }
  #page-loader .loader-bar > div {
    position: absolute;
    top: 0; }
  #page-loader .loader-bar #total {
    height: 3px;
    width: 100%;
    background-color: #4c4c4c; }
  #page-loader .loader-bar #progress {
    height: 3px;
    width: 100%;
    background-color: #f62323;
    transform: translate3d(-100%, 0, 0);
    transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.25s; }

.app-container {
  width: calc(100% - 100px);
  margin: auto; }
  @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
    .app-container {
      width: calc(100% - 50px); } }

.app-container.thirty-per {
  margin-left: 30%;
  position: relative; }

.app-container.eighteen-half-per {
  margin-left: 18.5%;
  position: relative; }

.app-container.fifteen-per {
  margin-left: 15%;
  position: relative; }

.app-container.twelve-per {
  position: relative;
  margin-left: 12%;
  /* 12.025%; */ }

.app-container.twelve-quart-per {
  position: relative;
  margin-left: 11.1%;
  /* 12.025%; */ }

.app-container.twenty-one-half-per {
  position: relative;
  margin-left: 21.5%; }

.app-container.twenty-four-per {
  position: relative;
  margin-left: 24%;
  /* 12.025%; */ }

.app-container.app-container.twenty-four-per-right {
  position: relative;
  margin-right: 24%; }

.app-container.thirty-half-per {
  position: relative;
  margin-left: 34.5%; }

@media (max-width: 1024px) {
  #landing-sec,
  #landing-sec #landing-banner,
  #landing-sec .landing-content,
  .landing-info,
  #service-1 {
    height: calc(100vh - 80px - 35px) !important; } }

/* ::-webkit-scrollbar {
    display: none;
    width: 0 !important;
    background-color: transparent;
}

::-moz-scrollbar {
    display: none;
    width: 0 !important;
    background-color: transparent;
} */
.error {
  position: relative;
  animation: shake .1s linear;
  animation-iteration-count: 3;
  border-bottom: 1.5px solid red !important; }

.lock {
  overflow-y: hidden !important; }

.wrapper {
  scrollbar-width: none; }

::-webkit-scrollbar {
  width: 0px !important;
  background: transparent; }

@keyframes game_icon_txt_anim {
  0% {
    transform: translate3d(0, 0, 0); }
  50% {
    transform: translate3d(0, 0, 0); }
  65% {
    transform: translate3d(0, 55%, 0); }
  100% {
    transform: translate3d(0, 55%, 0); } }

@keyframes game_icon_anim {
  0% {
    transform: rotate(-45deg) translate3d(40%, -30%, 0);
    transform-origin: 50% 67%; }
  13% {
    transform: rotate(-45deg) translate3d(0, 0, 0);
    transform-origin: 50% 67%; }
  25% {
    transform: rotate(0deg);
    transform-origin: 50% 67%; }
  40% {
    transform: rotate(0deg);
    transform-origin: 50% 67%; }
  50% {
    transform: rotate(45deg);
    transform-origin: 50% 67%; }
  65% {
    transform: rotate(45deg) translate3d(40%, 30%, 0);
    transform-origin: 50% 67%; }
  100% {
    transform: rotate(45deg) translate3d(40%, 30%, 0);
    transform-origin: 50% 67%; } }

@keyframes platform-stack-animation1 {
  0% {
    transform: translate3d(0, 15%, 0); }
  15% {
    transform: translate3d(0, 0, 0); } }

@keyframes platform-stack-animation2 {
  0% {
    transform: translate3d(0, 30%, 0); }
  15% {
    transform: translate3d(0, 15%, 0); }
  30% {
    transform: translate3d(0, 0, 0); } }

@keyframes share-animation1 {
  0% {
    transform: translate3d(-12%, 12%, 0); }
  20% {
    transform: translate3d(0, 0, 0); } }

@keyframes share-animation2 {
  0% {
    opacity: 0;
    transform: translate3d(-24%, 24%, 0); }
  20% {
    opacity: 0;
    transform: translate3d(-12%, 12%, 0); }
  40% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes analytics-animation {
  0% {
    transform: translate3d(-10.5%, 10.5%, 0); }
  20% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1); } }

@keyframes no-allow-animation-cirlce {
  0% {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    transform-box: fill-box;
    transform-origin: center; }
  10% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
    transform-box: fill-box;
    transform-origin: center; } }

@keyframes rotate360 {
  from {
    transform: translate3d(-50%, -50%, 0) rotate(0); }
  to {
    transform: translate3d(-50%, -50%, 0) rotate(360deg); } }

@keyframes interactive-pulse {
  0% {
    transform: scale(1);
    opacity: 1; }
  25% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(1.01);
    opacity: 0.75; } }

@keyframes mobile-animation1 {
  0% {
    transform: translate3d(20%, -60%, 0) scale3d(1.5, 1.5, 1.5); }
  25% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1); } }

@keyframes mobile-animation2 {
  0% {
    opacity: 0;
    transform: translate3d(-4%, -7%, 0) scale3d(0.5, 0.5, 0.5);
    transform-origin: bottom left; }
  15% {
    opacity: 0;
    transform: translate3d(-4%, -7%, 0) scale3d(0.5, 0.5, 0.5);
    transform-origin: bottom left; }
  40% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform-origin: bottom left; } }

@keyframes native-hint-small {
  0% {
    transform: translate3d(20%, -16%, 0); }
  25% {
    transform: translate3d(0, 0, 0); } }

@keyframes native-hint-big {
  0% {
    transform: scale3d(0.6848, 0.7269, 1) translate3d(-4%, 50%, 0); }
  25% {
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0); } }

@keyframes native-hint-opacity {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; } }

@keyframes shake {
  0% {
    transform: translate3d(-5%, 0, 0); }
  100% {
    transform: translate3d(5%, 0, 0); } }

@keyframes promote-animation {
  0% {
    transform: translate3d(25%, -25%, 0); }
  25% {
    transform: translate3d(0, 0, 0); } }

@keyframes easy-post-animation-line1 {
  0% {
    transform: scale3d(0, 1, 1);
    transform-origin: 25% 0; }
  10% {
    transform: scale3d(1, 1, 1);
    transform-origin: 25% 0; } }

@keyframes easy-post-animation-line2 {
  0% {
    transform: scale3d(0, 1, 1);
    transform-origin: 25% 0; }
  15% {
    transform: scale3d(0, 1, 1);
    transform-origin: 25% 0; }
  25% {
    transform: scale3d(1, 1, 1);
    transform-origin: 25% 0; } }

@keyframes easy-post-animation-line3 {
  0% {
    transform: scale3d(0, 1, 1);
    transform-origin: 25% 0; }
  30% {
    transform: scale3d(0, 1, 1);
    transform-origin: 25% 0; }
  40% {
    transform: scale3d(1, 1, 1);
    transform-origin: 25% 0; } }

@keyframes easy-post-animation-pencil {
  0% {
    transform: translate3d(-27%, -70%, 0); }
  /* 20% */
  10% {
    transform: translate3d(16%, -70%, 0); }
  /* 25 */
  15% {
    transform: translate3d(-27%, -55%, 0); }
  /* 45 */
  25% {
    transform: translate3d(16%, -55%, 0); }
  /* 50 */
  30% {
    transform: translate3d(-27%, -40%, 0); }
  /* 70 */
  40% {
    transform: translate3d(0%, -40%, 0); }
  /* 75 */
  45% {
    transform: translate3d(0, 0, 0); } }

@keyframes loader-animation {
  0% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1); }
  25% {
    transform: translate3d(-25%, 0, 0) scale3d(2, 1, 1); }
  50% {
    transform: translate3d(75%, 0, 0) scale3d(1, 1, 1); }
  75% {
    transform: translate3d(-25%, 0, 0) scale3d(2, 1, 1); }
  100% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1); } }

* {
  margin: 0;
  padding: 0;
  /* overflow-x: hidden; */ }

body {
  overflow: hidden; }

/* html,
body {
    height: 100%;
    margin: 0;
    overflow: hidden;
} */
/* .parallax {
    background-size: cover;
    box-sizing: border-box;
    width: 100%;
    height: 130vh;

    margin-bottom: -130vh;
} */
.parallax-container {
  position: absolute;
  width: 100%; }
  .parallax-container .parallax {
    content: " ";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateZ(-1px) scale(2.1);
    z-index: -1;
    width: 100%;
    overflow: hidden;
    height: 60vh; }
    @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
      .parallax-container .parallax {
        height: 90%;
        margin-top: 15vw; } }
    @media (max-width: 1024px) and (min-aspect-ratio: 13 / 10) {
      .parallax-container .parallax {
        margin-top: 75px; } }
    .parallax-container .parallax img {
      position: relative;
      width: 100%; }

.page-viewport {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
  /* -webkit-overflow-scrolling: touch; */ }

.wrapper {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  perspective: 1px;
  -webkit-overflow-scrolling: touch; }

#service-1 {
  overflow-x: hidden; }

.nav-left {
  transform: scale3d(-1, 1, 1); }

.owl-stage {
  display: flex; }

.owl-nav {
  display: block !important;
  position: absolute;
  top: -64px;
  right: 0;
  font-size: 50px;
  padding: 0 5px;
  color: #f62323; }
  @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
    .owl-nav {
      font-size: 65px;
      top: -80px; } }
  .owl-nav > button {
    outline: none !important;
    margin-left: 10px;
    width: 2vw; }
    .owl-nav > button > div,
    .owl-nav > button > div > img {
      width: 100%; }
    @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
      .owl-nav > button {
        width: 5vw; } }

.f_h {
  height: 100vh; }
  @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
    .f_h {
      height: auto; } }

.align-margin-bottom {
  margin-bottom: 0px !important; }

.topInIndex {
  position: relative;
  z-index: 1; }

.moveToOrigin {
  opacity: 1;
  transform: translateX(0%) !important; }

.moveRight100 {
  transform: translateX(100%); }

#page-loader.disabled {
  transform: translateY(-100%); }
  #page-loader.disabled .loader-logo img {
    transform: translate(-50%, -200%); }

#page-loader .loader-logo {
  width: 100%;
  height: 100%; }
  #page-loader .loader-logo img {
    width: 10%;
    min-width: 100px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s;
    position: absolute; }

#page-loader #loader-logo2 {
  position: absolute;
  top: calc(50%);
  left: 50%;
  transform: translate3d(-50%, -50%, 0); }
  #page-loader #loader-logo2 svg {
    width: 5vw; }
    @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
      #page-loader #loader-logo2 svg {
        width: 10vw; } }
  #page-loader #loader-logo2.active svg rect {
    animation-name: loader-animation;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }

#page-loader .loader-bar {
  position: absolute;
  top: 0;
  width: 100%; }
  #page-loader .loader-bar > div {
    position: absolute;
    top: 0; }
  #page-loader .loader-bar #total {
    height: 3px;
    width: 100%;
    background-color: #4c4c4c; }
  #page-loader .loader-bar #progress {
    height: 3px;
    width: 100%;
    background-color: #f62323;
    transform: translate3d(-100%, 0, 0);
    transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.25s; }

.app-container {
  width: calc(100% - 100px);
  margin: auto; }
  @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
    .app-container {
      width: calc(100% - 50px); } }

.app-container.thirty-per {
  margin-left: 30%;
  position: relative; }

.app-container.eighteen-half-per {
  margin-left: 18.5%;
  position: relative; }

.app-container.fifteen-per {
  margin-left: 15%;
  position: relative; }

.app-container.twelve-per {
  position: relative;
  margin-left: 12%;
  /* 12.025%; */ }

.app-container.twelve-quart-per {
  position: relative;
  margin-left: 11.1%;
  /* 12.025%; */ }

.app-container.twenty-one-half-per {
  position: relative;
  margin-left: 21.5%; }

.app-container.twenty-four-per {
  position: relative;
  margin-left: 24%;
  /* 12.025%; */ }

.app-container.app-container.twenty-four-per-right {
  position: relative;
  margin-right: 24%; }

.app-container.thirty-half-per {
  position: relative;
  margin-left: 34.5%; }

@media (max-width: 1024px) {
  #landing-sec,
  #landing-sec #landing-banner,
  #landing-sec .landing-content,
  .landing-info,
  #service-1 {
    height: calc(100vh - 80px - 35px) !important; } }

/* ::-webkit-scrollbar {
    display: none;
    width: 0 !important;
    background-color: transparent;
}

::-moz-scrollbar {
    display: none;
    width: 0 !important;
    background-color: transparent;
} */
header#app-menu {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  background-color: #fff;
  box-shadow: 1px 3px 5px rgba(142, 142, 142, 0.12); }
  header#app-menu #header-sec {
    position: relative;
    width: 100%;
    height: 100px;
    z-index: 1000;
    background-color: #ffffff;
    transition: height linear .25s; }
    header#app-menu #header-sec.minimal {
      height: 80px; }
    header#app-menu #header-sec #brand {
      float: left;
      height: 100%;
      position: relative; }
      header#app-menu #header-sec #brand img {
        height: 70%;
        width: auto;
        position: relative;
        top: 15%; }
    header#app-menu #header-sec #nav-trigger {
      transform: translateY(-50%);
      float: right;
      top: 50%;
      position: relative;
      padding: 15px 0px 15px 0px;
      cursor: pointer; }
      header#app-menu #header-sec #nav-trigger.active .trigger-left {
        transform: rotate(45deg); }
      header#app-menu #header-sec #nav-trigger.active .trigger-right {
        transform: rotate(-45deg); }
      header#app-menu #header-sec #nav-trigger.active div {
        margin-bottom: -4px !important;
        width: 30px; }
      header#app-menu #header-sec #nav-trigger:hover .trigger-right {
        width: 30px; }
      header#app-menu #header-sec #nav-trigger > div {
        margin-bottom: 6px;
        transition: all linear .15s; }
      header#app-menu #header-sec #nav-trigger .trigger-left {
        width: 30px;
        height: 4px;
        background: #000000; }
      header#app-menu #header-sec #nav-trigger .trigger-right {
        width: 20px;
        height: 3.65px;
        background: #000000; }
  header#app-menu #nav-sec {
    position: fixed;
    z-index: 999;
    left: 0px;
    top: 100px;
    width: 100%;
    height: calc(100% - 100px);
    transform: translate3d(0, -100%, 0) matrix(1, 0, 0, 1, 0, 0);
    background-color: white;
    transition: transform cubic-bezier(0.72, 0, 0.28, 1), height linear, top linear;
    transition-duration: .75s, .25s, .25s;
    transition-delay: .5s, 0s, 0s;
    overflow: hidden; }
    header#app-menu #nav-sec a {
      display: inline-block; }
    header#app-menu #nav-sec.minimal {
      top: 80px;
      height: calc(100% - 80px); }
    header#app-menu #nav-sec.active {
      transform: translate3d(0, 0, 0) matrix(1, 0, 0, 1, 0, 0);
      transition-delay: 0s, 0s, 0s; }
    header#app-menu #nav-sec nav .menu-flex {
      display: flex;
      justify-content: center;
      align-items: center;
      height: calc(100vh - 100px); }
      @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
        header#app-menu #nav-sec nav .menu-flex {
          height: calc(100vh - 100px - 10vw); } }
      header#app-menu #nav-sec nav .menu-flex .menu-flex-horizontal {
        display: flex;
        width: 100%;
        margin: auto;
        justify-content: center; }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          header#app-menu #nav-sec nav .menu-flex .menu-flex-horizontal {
            width: 95%;
            flex-wrap: wrap;
            top: -1vw;
            position: relative; } }
        header#app-menu #nav-sec nav .menu-flex .menu-flex-horizontal > li {
          margin-left: 3.5%;
          margin-right: 3.5%; }
          @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
            header#app-menu #nav-sec nav .menu-flex .menu-flex-horizontal > li {
              width: 40%; } }
          @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
            header#app-menu #nav-sec nav .menu-flex .menu-flex-horizontal > li:nth-child(3) {
              position: relative;
              top: -20vw; } }
          @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
            header#app-menu #nav-sec nav .menu-flex .menu-flex-horizontal > li:nth-child(4) > ul > * {
              display: none; } }
      header#app-menu #nav-sec nav .menu-flex .menu-item {
        margin-bottom: 2vw;
        /* 1.5rem; */
        font-size: 1.25vw;
        font-family: "Gotham-Medium";
        overflow: hidden; }
        @media (min-width: 1700px) {
          header#app-menu #nav-sec nav .menu-flex .menu-item {
            margin-bottom: 35px;
            font-size: 20px; } }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          header#app-menu #nav-sec nav .menu-flex .menu-item {
            font-size: 3vw;
            margin-bottom: 3.5vw; } }
        header#app-menu #nav-sec nav .menu-flex .menu-item:hover a {
          color: #f62323;
          transition: color ease-out 0.15s, transform cubic-bezier(0.72, 0, 0.28, 1); }
        header#app-menu #nav-sec nav .menu-flex .menu-item > * {
          position: relative;
          transform: translate(0, -100%);
          opacity: 1;
          transition: transform cubic-bezier(0.72, 0, 0.28, 1), opacity linear;
          transition-delay: 0s, 0s;
          transition-duration: .1s, .1s;
          transition-delay: 0s;
          transition-duration: 1s; }
        header#app-menu #nav-sec nav .menu-flex .menu-item.active > * {
          transform: translate(0, 0);
          opacity: 1;
          transition-delay: .55s, 0s; }
      header#app-menu #nav-sec nav .menu-flex .menu-item-2 {
        margin-bottom: 3vw;
        /* 2.7rem; */
        font-size: 1vw;
        /* .8rem; */
        overflow: hidden;
        font-family: "Gotham-Medium"; }
        @media (min-width: 1700px) {
          header#app-menu #nav-sec nav .menu-flex .menu-item-2 {
            margin-bottom: 54px;
            font-size: 18px; } }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          header#app-menu #nav-sec nav .menu-flex .menu-item-2 {
            font-size: 3.4vw; } }
        header#app-menu #nav-sec nav .menu-flex .menu-item-2:hover a {
          color: #f62323;
          transition: color ease-out 0.15s, transform cubic-bezier(0.72, 0, 0.28, 1); }
        header#app-menu #nav-sec nav .menu-flex .menu-item-2 > * {
          position: relative;
          transform: translate(0, -100%);
          opacity: 1;
          transition: transform cubic-bezier(0.72, 0, 0.28, 1), opacity linear;
          transition-delay: 0s, 0s;
          transition-duration: .1s, .1s;
          transition-delay: 0s;
          transition-duration: 1s; }
        header#app-menu #nav-sec nav .menu-flex .menu-item-2.active > * {
          transform: translate(0, 0);
          opacity: 1;
          transition-delay: .55s, 0s; }
    header#app-menu #nav-sec nav .social-icons {
      display: none; }
      @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
        header#app-menu #nav-sec nav .social-icons {
          display: block; } }
      @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
        header#app-menu #nav-sec nav .social-icons > ul {
          display: flex;
          float: right;
          right: 25px;
          position: relative;
          bottom: 60px; } }
      header#app-menu #nav-sec nav .social-icons > ul li {
        overflow: hidden; }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          header#app-menu #nav-sec nav .social-icons > ul li {
            margin-left: 5vw; } }
        header#app-menu #nav-sec nav .social-icons > ul li > a {
          transform: translateX(-110%);
          transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s;
          transition-delay: 0s; }
        header#app-menu #nav-sec nav .social-icons > ul li.active > * {
          transition-delay: 1s;
          transform: translate(0, 0);
          opacity: 1; }
    header#app-menu #nav-sec nav .contact-sec, header#app-menu #nav-sec nav .paper-sec {
      margin-top: 6vh;
      font-family: "Gotham_Ultra" !important; }
      @media (min-width: 1700px) {
        header#app-menu #nav-sec nav .contact-sec, header#app-menu #nav-sec nav .paper-sec {
          margin-top: 80px; } }
      header#app-menu #nav-sec nav .contact-sec .nav-menu-head:hover a, header#app-menu #nav-sec nav .paper-sec .nav-menu-head:hover a {
        color: #f62323;
        transition: color ease-out 0.15s, transform cubic-bezier(0.72, 0, 0.28, 1); }
      header#app-menu #nav-sec nav .contact-sec .nav-menu-head > *, header#app-menu #nav-sec nav .paper-sec .nav-menu-head > * {
        position: relative;
        transform: translate(0, -100%);
        opacity: 1;
        transition: transform cubic-bezier(0.72, 0, 0.28, 1), opacity linear;
        transition-delay: 0s, 0s;
        transition-duration: .1s, .1s;
        transition-delay: .2s;
        transition-duration: 1s; }
      header#app-menu #nav-sec nav .contact-sec .nav-menu-head.active > *, header#app-menu #nav-sec nav .paper-sec .nav-menu-head.active > * {
        transform: translate(0, 0);
        opacity: 1;
        transition-delay: .35s, 0s; }
    header#app-menu #nav-sec nav li {
      list-style: none; }
      header#app-menu #nav-sec nav li .nav-menu-head {
        font-family: "Gotham_Ultra", "Helvetica";
        margin-bottom: 3vw;
        /* 2.5rem; */
        font-size: 1.25vw;
        color: #000000;
        overflow: hidden; }
        @media (min-width: 1700px) {
          header#app-menu #nav-sec nav li .nav-menu-head {
            font-size: 22px;
            margin-bottom: 48px; } }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          header#app-menu #nav-sec nav li .nav-menu-head {
            font-size: 3.4vw; } }
        header#app-menu #nav-sec nav li .nav-menu-head > * {
          position: relative;
          transform: translate(0, -100%);
          opacity: 1;
          transition: transform cubic-bezier(0.72, 0, 0.28, 1), opacity linear;
          transition-delay: 0s, 0s;
          transition-duration: .1s, .1s;
          transition-delay: .2s;
          transition-duration: 1s; }
        header#app-menu #nav-sec nav li .nav-menu-head.active > * {
          transform: translate(0, 0);
          opacity: 1;
          transition-delay: .35s, 0s; }
      header#app-menu #nav-sec nav li a {
        text-decoration: none;
        color: #000000; }
    header#app-menu #nav-sec.minimal nav .menu-flex {
      height: calc(100vh - 80px); }

.error {
  position: relative;
  animation: shake .1s linear;
  animation-iteration-count: 3;
  border-bottom: 1.5px solid red !important; }

.lock {
  overflow-y: hidden !important; }

.wrapper {
  scrollbar-width: none; }

::-webkit-scrollbar {
  width: 0px !important;
  background: transparent; }

@keyframes game_icon_txt_anim {
  0% {
    transform: translate3d(0, 0, 0); }
  50% {
    transform: translate3d(0, 0, 0); }
  65% {
    transform: translate3d(0, 55%, 0); }
  100% {
    transform: translate3d(0, 55%, 0); } }

@keyframes game_icon_anim {
  0% {
    transform: rotate(-45deg) translate3d(40%, -30%, 0);
    transform-origin: 50% 67%; }
  13% {
    transform: rotate(-45deg) translate3d(0, 0, 0);
    transform-origin: 50% 67%; }
  25% {
    transform: rotate(0deg);
    transform-origin: 50% 67%; }
  40% {
    transform: rotate(0deg);
    transform-origin: 50% 67%; }
  50% {
    transform: rotate(45deg);
    transform-origin: 50% 67%; }
  65% {
    transform: rotate(45deg) translate3d(40%, 30%, 0);
    transform-origin: 50% 67%; }
  100% {
    transform: rotate(45deg) translate3d(40%, 30%, 0);
    transform-origin: 50% 67%; } }

@keyframes platform-stack-animation1 {
  0% {
    transform: translate3d(0, 15%, 0); }
  15% {
    transform: translate3d(0, 0, 0); } }

@keyframes platform-stack-animation2 {
  0% {
    transform: translate3d(0, 30%, 0); }
  15% {
    transform: translate3d(0, 15%, 0); }
  30% {
    transform: translate3d(0, 0, 0); } }

@keyframes share-animation1 {
  0% {
    transform: translate3d(-12%, 12%, 0); }
  20% {
    transform: translate3d(0, 0, 0); } }

@keyframes share-animation2 {
  0% {
    opacity: 0;
    transform: translate3d(-24%, 24%, 0); }
  20% {
    opacity: 0;
    transform: translate3d(-12%, 12%, 0); }
  40% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes analytics-animation {
  0% {
    transform: translate3d(-10.5%, 10.5%, 0); }
  20% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1); } }

@keyframes no-allow-animation-cirlce {
  0% {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    transform-box: fill-box;
    transform-origin: center; }
  10% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
    transform-box: fill-box;
    transform-origin: center; } }

@keyframes rotate360 {
  from {
    transform: translate3d(-50%, -50%, 0) rotate(0); }
  to {
    transform: translate3d(-50%, -50%, 0) rotate(360deg); } }

@keyframes interactive-pulse {
  0% {
    transform: scale(1);
    opacity: 1; }
  25% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(1.01);
    opacity: 0.75; } }

@keyframes mobile-animation1 {
  0% {
    transform: translate3d(20%, -60%, 0) scale3d(1.5, 1.5, 1.5); }
  25% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1); } }

@keyframes mobile-animation2 {
  0% {
    opacity: 0;
    transform: translate3d(-4%, -7%, 0) scale3d(0.5, 0.5, 0.5);
    transform-origin: bottom left; }
  15% {
    opacity: 0;
    transform: translate3d(-4%, -7%, 0) scale3d(0.5, 0.5, 0.5);
    transform-origin: bottom left; }
  40% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform-origin: bottom left; } }

@keyframes native-hint-small {
  0% {
    transform: translate3d(20%, -16%, 0); }
  25% {
    transform: translate3d(0, 0, 0); } }

@keyframes native-hint-big {
  0% {
    transform: scale3d(0.6848, 0.7269, 1) translate3d(-4%, 50%, 0); }
  25% {
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0); } }

@keyframes native-hint-opacity {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; } }

@keyframes shake {
  0% {
    transform: translate3d(-5%, 0, 0); }
  100% {
    transform: translate3d(5%, 0, 0); } }

@keyframes promote-animation {
  0% {
    transform: translate3d(25%, -25%, 0); }
  25% {
    transform: translate3d(0, 0, 0); } }

@keyframes easy-post-animation-line1 {
  0% {
    transform: scale3d(0, 1, 1);
    transform-origin: 25% 0; }
  10% {
    transform: scale3d(1, 1, 1);
    transform-origin: 25% 0; } }

@keyframes easy-post-animation-line2 {
  0% {
    transform: scale3d(0, 1, 1);
    transform-origin: 25% 0; }
  15% {
    transform: scale3d(0, 1, 1);
    transform-origin: 25% 0; }
  25% {
    transform: scale3d(1, 1, 1);
    transform-origin: 25% 0; } }

@keyframes easy-post-animation-line3 {
  0% {
    transform: scale3d(0, 1, 1);
    transform-origin: 25% 0; }
  30% {
    transform: scale3d(0, 1, 1);
    transform-origin: 25% 0; }
  40% {
    transform: scale3d(1, 1, 1);
    transform-origin: 25% 0; } }

@keyframes easy-post-animation-pencil {
  0% {
    transform: translate3d(-27%, -70%, 0); }
  /* 20% */
  10% {
    transform: translate3d(16%, -70%, 0); }
  /* 25 */
  15% {
    transform: translate3d(-27%, -55%, 0); }
  /* 45 */
  25% {
    transform: translate3d(16%, -55%, 0); }
  /* 50 */
  30% {
    transform: translate3d(-27%, -40%, 0); }
  /* 70 */
  40% {
    transform: translate3d(0%, -40%, 0); }
  /* 75 */
  45% {
    transform: translate3d(0, 0, 0); } }

@keyframes loader-animation {
  0% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1); }
  25% {
    transform: translate3d(-25%, 0, 0) scale3d(2, 1, 1); }
  50% {
    transform: translate3d(75%, 0, 0) scale3d(1, 1, 1); }
  75% {
    transform: translate3d(-25%, 0, 0) scale3d(2, 1, 1); }
  100% {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1); } }

* {
  margin: 0;
  padding: 0;
  /* overflow-x: hidden; */ }

body {
  overflow: hidden; }

/* html,
body {
    height: 100%;
    margin: 0;
    overflow: hidden;
} */
/* .parallax {
    background-size: cover;
    box-sizing: border-box;
    width: 100%;
    height: 130vh;

    margin-bottom: -130vh;
} */
.parallax-container {
  position: absolute;
  width: 100%; }
  .parallax-container .parallax {
    content: " ";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateZ(-1px) scale(2.1);
    z-index: -1;
    width: 100%;
    overflow: hidden;
    height: 60vh; }
    @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
      .parallax-container .parallax {
        height: 90%;
        margin-top: 15vw; } }
    @media (max-width: 1024px) and (min-aspect-ratio: 13 / 10) {
      .parallax-container .parallax {
        margin-top: 75px; } }
    .parallax-container .parallax img {
      position: relative;
      width: 100%; }

.page-viewport {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
  /* -webkit-overflow-scrolling: touch; */ }

.wrapper {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  perspective: 1px;
  -webkit-overflow-scrolling: touch; }

#service-1 {
  overflow-x: hidden; }

.nav-left {
  transform: scale3d(-1, 1, 1); }

.owl-stage {
  display: flex; }

.owl-nav {
  display: block !important;
  position: absolute;
  top: -64px;
  right: 0;
  font-size: 50px;
  padding: 0 5px;
  color: #f62323; }
  @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
    .owl-nav {
      font-size: 65px;
      top: -80px; } }
  .owl-nav > button {
    outline: none !important;
    margin-left: 10px;
    width: 2vw; }
    .owl-nav > button > div,
    .owl-nav > button > div > img {
      width: 100%; }
    @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
      .owl-nav > button {
        width: 5vw; } }

.f_h {
  height: 100vh; }
  @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
    .f_h {
      height: auto; } }

.align-margin-bottom {
  margin-bottom: 0px !important; }

.topInIndex {
  position: relative;
  z-index: 1; }

.moveToOrigin {
  opacity: 1;
  transform: translateX(0%) !important; }

.moveRight100 {
  transform: translateX(100%); }

#page-loader.disabled {
  transform: translateY(-100%); }
  #page-loader.disabled .loader-logo img {
    transform: translate(-50%, -200%); }

#page-loader .loader-logo {
  width: 100%;
  height: 100%; }
  #page-loader .loader-logo img {
    width: 10%;
    min-width: 100px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s;
    position: absolute; }

#page-loader #loader-logo2 {
  position: absolute;
  top: calc(50%);
  left: 50%;
  transform: translate3d(-50%, -50%, 0); }
  #page-loader #loader-logo2 svg {
    width: 5vw; }
    @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
      #page-loader #loader-logo2 svg {
        width: 10vw; } }
  #page-loader #loader-logo2.active svg rect {
    animation-name: loader-animation;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }

#page-loader .loader-bar {
  position: absolute;
  top: 0;
  width: 100%; }
  #page-loader .loader-bar > div {
    position: absolute;
    top: 0; }
  #page-loader .loader-bar #total {
    height: 3px;
    width: 100%;
    background-color: #4c4c4c; }
  #page-loader .loader-bar #progress {
    height: 3px;
    width: 100%;
    background-color: #f62323;
    transform: translate3d(-100%, 0, 0);
    transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.25s; }

.app-container {
  width: calc(100% - 100px);
  margin: auto; }
  @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
    .app-container {
      width: calc(100% - 50px); } }

.app-container.thirty-per {
  margin-left: 30%;
  position: relative; }

.app-container.eighteen-half-per {
  margin-left: 18.5%;
  position: relative; }

.app-container.fifteen-per {
  margin-left: 15%;
  position: relative; }

.app-container.twelve-per {
  position: relative;
  margin-left: 12%;
  /* 12.025%; */ }

.app-container.twelve-quart-per {
  position: relative;
  margin-left: 11.1%;
  /* 12.025%; */ }

.app-container.twenty-one-half-per {
  position: relative;
  margin-left: 21.5%; }

.app-container.twenty-four-per {
  position: relative;
  margin-left: 24%;
  /* 12.025%; */ }

.app-container.app-container.twenty-four-per-right {
  position: relative;
  margin-right: 24%; }

.app-container.thirty-half-per {
  position: relative;
  margin-left: 34.5%; }

@media (max-width: 1024px) {
  #landing-sec,
  #landing-sec #landing-banner,
  #landing-sec .landing-content,
  .landing-info,
  #service-1 {
    height: calc(100vh - 80px - 35px) !important; } }

/* ::-webkit-scrollbar {
    display: none;
    width: 0 !important;
    background-color: transparent;
}

::-moz-scrollbar {
    display: none;
    width: 0 !important;
    background-color: transparent;
} */
footer#contact {
  background: #141414;
  position: relative;
  z-index: 998;
  padding: 80px 0 0px 0;
  overflow: hidden; }
  footer#contact .content {
    display: flex; }
    @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
      footer#contact .content {
        flex-direction: column; } }
    footer#contact .content .sec1 {
      width: 60%;
      position: relative; }
      @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
        footer#contact .content .sec1 .app-container {
          margin-left: 15%; } }
      footer#contact .content .sec1 > div {
        position: relative;
        height: 100%; }
      @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
        footer#contact .content .sec1 {
          width: 100%; } }
      footer#contact .content .sec1 #mail-info-sec .mail-info-head {
        font-family: "Gotham-Medium", "Helvetica"; }
      footer#contact .content .sec1 #mail-info-sec .mail-info-id {
        margin-top: 1vw;
        font-family: "Gotham_Book", "Helvetica"; }
        @media (min-width: 1700px) {
          footer#contact .content .sec1 #mail-info-sec .mail-info-id {
            margin-top: 20px; } }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          footer#contact .content .sec1 #mail-info-sec .mail-info-id {
            margin-top: 3vw; } }
        footer#contact .content .sec1 #mail-info-sec .mail-info-id a {
          color: #fff !important;
          text-decoration: none; }
          footer#contact .content .sec1 #mail-info-sec .mail-info-id a:hover {
            text-decoration: underline; }
      footer#contact .content .sec1 #mail-info-sec .mail-info-head,
      footer#contact .content .sec1 #mail-info-sec .mail-info-id {
        color: #fff;
        font-size: 2vw; }
        @media (min-width: 1700px) {
          footer#contact .content .sec1 #mail-info-sec .mail-info-head,
          footer#contact .content .sec1 #mail-info-sec .mail-info-id {
            font-size: 32px; } }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          footer#contact .content .sec1 #mail-info-sec .mail-info-head,
          footer#contact .content .sec1 #mail-info-sec .mail-info-id {
            font-size: 6vw; } }
      footer#contact .content .sec1 #social-info-sec {
        position: absolute;
        bottom: 0; }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          footer#contact .content .sec1 #social-info-sec {
            position: relative;
            margin-top: 6vw; } }
        footer#contact .content .sec1 #social-info-sec .social-icons ul {
          list-style: none; }
          footer#contact .content .sec1 #social-info-sec .social-icons ul li {
            display: inline-block;
            margin: 0 5vw 0 0; }
            @media (min-width: 1700px) {
              footer#contact .content .sec1 #social-info-sec .social-icons ul li {
                margin: 0 90px 0 0; } }
            footer#contact .content .sec1 #social-info-sec .social-icons ul li a img {
              width: 2vw; }
              @media (min-width: 1700px) {
                footer#contact .content .sec1 #social-info-sec .social-icons ul li a img {
                  width: 30px; } }
              @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
                footer#contact .content .sec1 #social-info-sec .social-icons ul li a img {
                  width: 4vw; } }
    footer#contact .content .sec2 {
      width: 35%; }
      @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
        footer#contact .content .sec2 {
          width: 100%; } }
      footer#contact .content .sec2 .menu-flex {
        display: flex;
        justify-content: center;
        align-items: flex-start; }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          footer#contact .content .sec2 .menu-flex {
            justify-content: initial;
            margin-left: 15%;
            margin-top: 60px; } }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          footer#contact .content .sec2 .menu-flex ul.menu-flex-horizontal {
            width: 47%; } }
        footer#contact .content .sec2 .menu-flex ul.menu-flex-horizontal li {
          list-style: none; }
          footer#contact .content .sec2 .menu-flex ul.menu-flex-horizontal li.menu-item {
            margin: 0 3.5vw 2vw 3.5vw; }
            @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
              footer#contact .content .sec2 .menu-flex ul.menu-flex-horizontal li.menu-item {
                margin: 0 3.5vw 2vw 0; } }
          footer#contact .content .sec2 .menu-flex ul.menu-flex-horizontal li.menu-item-2 {
            margin: 0 3.5vw 1.5vw 3.5vw; }
            @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
              footer#contact .content .sec2 .menu-flex ul.menu-flex-horizontal li.menu-item-2 {
                margin: 0 3.5vw 1.5vw 0; } }
          @media (min-width: 1700px) {
            footer#contact .content .sec2 .menu-flex ul.menu-flex-horizontal li.menu-item {
              margin: 0 50px 32px 50px; }
            footer#contact .content .sec2 .menu-flex ul.menu-flex-horizontal li.menu-item-2 {
              margin: 0 50px 25px 50px; } }
          @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
            footer#contact .content .sec2 .menu-flex ul.menu-flex-horizontal li {
              margin: 0; } }
          footer#contact .content .sec2 .menu-flex ul.menu-flex-horizontal li a {
            color: #ffffff;
            font-family: "Gotham-Medium", "Helvetica";
            text-decoration: none;
            font-size: 1.1vw; }
            @media (min-width: 1700px) {
              footer#contact .content .sec2 .menu-flex ul.menu-flex-horizontal li a {
                font-size: 17px; } }
            @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
              footer#contact .content .sec2 .menu-flex ul.menu-flex-horizontal li a {
                font-size: 3vw;
                line-height: 6.5vw; } }
          footer#contact .content .sec2 .menu-flex ul.menu-flex-horizontal li.menu-item-2 a {
            font-family: "Gotham_Book", "Helvetica" !important; }
          footer#contact .content .sec2 .menu-flex ul.menu-flex-horizontal li .header {
            color: #ffffff;
            font-family: "Gotham-Medium", "Helvetica";
            text-decoration: none;
            font-size: 1.1vw; }
            @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
              footer#contact .content .sec2 .menu-flex ul.menu-flex-horizontal li .header {
                font-size: 3vw; } }
  footer#contact div.footer-bottom {
    margin-top: 50px;
    background-color: #1a1a1a;
    padding: 2.5vw 0; }
    @media (min-width: 1700px) {
      footer#contact div.footer-bottom {
        padding: 45px 0; } }
    footer#contact div.footer-bottom > div.app-container {
      display: flex; }
      footer#contact div.footer-bottom > div.app-container > div {
        width: 50%; }
      footer#contact div.footer-bottom > div.app-container div.privacy-policy {
        text-align: right; }
        footer#contact div.footer-bottom > div.app-container div.privacy-policy a {
          color: #ffffff;
          text-decoration: none; }
      footer#contact div.footer-bottom > div.app-container div.copyright,
      footer#contact div.footer-bottom > div.app-container div.privacy-policy {
        color: #fff;
        font-family: "Gotham_Book";
        font-size: .8vw; }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          footer#contact div.footer-bottom > div.app-container div.copyright,
          footer#contact div.footer-bottom > div.app-container div.privacy-policy {
            font-size: 2.4vw; } }

.glider-contain {
  width: 100%;
  margin: 0 auto;
  position: relative; }

.glider {
  margin: 0 auto;
  position: relative;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  transform: translateZ(0); }

.glider-track {
  transform: translateZ(0);
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  z-index: 1; }

.glider.draggable {
  user-select: none;
  cursor: -webkit-grab;
  cursor: grab; }

.glider.draggable .glider-slide img {
  user-select: none;
  pointer-events: none; }

.glider.drag {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.glider-slide {
  user-select: none;
  justify-content: center;
  align-content: center;
  width: 100%; }

.glider-slide img {
  max-width: 100%; }

.glider::-webkit-scrollbar {
  opacity: 0;
  height: 0; }

.glider-prev,
.glider-next {
  user-select: none;
  position: absolute;
  outline: none;
  background: none;
  padding: 0;
  z-index: 2;
  font-size: 40px;
  text-decoration: none;
  left: -23px;
  border: 0;
  top: 30%;
  cursor: pointer;
  color: #666;
  opacity: 1;
  line-height: 1;
  transition: opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67), color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67); }

.glider-prev:hover,
.glider-next:hover,
.glider-prev:focus,
.glider-next:focus {
  color: #a89cc8; }

.glider-next {
  right: -23px;
  left: auto; }

.glider-next.disabled,
.glider-prev.disabled {
  opacity: .25;
  color: #666;
  cursor: default; }

.glider-slide {
  min-width: 150px; }

.glider-hide {
  opacity: 0; }

.glider-dots {
  user-select: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0; }

.glider-dot {
  background: none;
  border: 0;
  padding: 0;
  user-select: none;
  outline: none;
  display: block;
  cursor: pointer;
  color: #ccc;
  border-radius: 999px;
  background: #ccc;
  width: 12px;
  height: 12px;
  margin: 7px; }

.glider-dot:hover,
.glider-dot:focus,
.glider-dot.active {
  background: #a89cc8; }

@media (max-width: 36em) {
  .glider::-webkit-scrollbar {
    opacity: 0;
    -webkit-appearance: none;
    width: 7px;
    height: 3px; }
  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, 0.25);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.25); } }

@media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
  ::-webkit-scrollbar {
    display: none;
    width: 0 !important;
    background-color: transparent; } }

/* video[poster]{
    width: 5vw;
    height: 5vw;
} */
video {
  background-color: #ffffff; }

main {
  overflow: hidden; }
  main .parallax {
    background-image: url("../img/site-v2/WebARExperiences/Banner.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh !important; }

section#filter-banner {
  /*     background-image: url('../img/site-v2/filter/banner.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; */
  width: 100%;
  margin-top: 80px;
  min-height: 70vh;
  /* calc(84vh - 85px); */
  display: flex;
  flex-direction: row; }
  @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
    section#filter-banner {
      flex-direction: column;
      background-position: left bottom; } }
  section#filter-banner .sec1 {
    position: relative;
    width: 65%;
    color: white;
    line-height: 3vw;
    font-size: 2.2vw;
    font-family: Gotham-Medium, Helvetica; }
    @media (min-width: 1700px) {
      section#filter-banner .sec1 {
        font-size: 38px;
        line-height: 50px; } }
    @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
      section#filter-banner .sec1 {
        width: 100%;
        font-size: 5vw;
        line-height: 6vw;
        display: table;
        /*   align-items: center; */ } }
    section#filter-banner .sec1 .banner-info {
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%; }
      @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
        section#filter-banner .sec1 .banner-info {
          margin-top: 15vh;
          /* 70px; */
          /*    margin-bottom: 50px; */
          margin-left: 7.5vw !important;
          width: auto !important;
          /*  text-align: center; */ } }
      section#filter-banner .sec1 .banner-info .info {
        overflow: hidden; }
        section#filter-banner .sec1 .banner-info .info span {
          transform: translate3d(0, 100%, 0);
          display: table;
          -moz-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
          -webkit-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
          -ms-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
          -o-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
          transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
          will-change: transform;
          transition-delay: 0s;
          transition-duration: 0s; }
          section#filter-banner .sec1 .banner-info .info span.active {
            transform: translate3d(0, 0, 0);
            transition-duration: 1s; }
        section#filter-banner .sec1 .banner-info .info div.view-example {
          opacity: 0;
          display: table;
          cursor: pointer;
          -moz-transition: opacity linear 0.25s 1s, color linear 0.1s 0s, background-color linear 0.1s 0s;
          -webkit-transition: opacity linear 0.25s 1s, color linear 0.1s 0s, background-color linear 0.1s 0s;
          -ms-transition: opacity linear 0.25s 1s, color linear 0.1s 0s, background-color linear 0.1s 0s;
          -o-transition: opacity linear 0.25s 1s, color linear 0.1s 0s, background-color linear 0.1s 0s;
          transition: opacity linear 0.25s 1s, color linear 0.1s 0s, background-color linear 0.1s 0s;
          will-change: transform;
          /*  transition-delay: 0s; */
          /*  transition-duration: 0s; */
          border: 1px solid #ffffff;
          padding: .1vw 3.5vw;
          border-radius: 25px; }
          section#filter-banner .sec1 .banner-info .info div.view-example.active {
            opacity: 1; }
          @media (min-width: 1700px) {
            section#filter-banner .sec1 .banner-info .info div.view-example {
              padding: 2px 60px; } }
          @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
            section#filter-banner .sec1 .banner-info .info div.view-example {
              padding: 1vw 5vw; } }
          section#filter-banner .sec1 .banner-info .info div.view-example:hover {
            color: #ffffff;
            background-color: #833ab4;
            border-color: #833ab4; }
        section#filter-banner .sec1 .banner-info .info.row2 span {
          transition-delay: .1s; }
        section#filter-banner .sec1 .banner-info .info.row3 span {
          transition-delay: .2s; }
        section#filter-banner .sec1 .banner-info .info.row4 span {
          transition-delay: .3s; }
        section#filter-banner .sec1 .banner-info .info.row5 span {
          transition-delay: .4s; }
        section#filter-banner .sec1 .banner-info .info:nth-child(4) {
          margin-top: 20px; }
        @media (min-width: 1700px) {
          section#filter-banner .sec1 .banner-info .info:nth-child(1) {
            margin-top: 20px; } }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          section#filter-banner .sec1 .banner-info .info:nth-child(1) {
            margin-top: 2vw; } }
      section#filter-banner .sec1 .banner-info .info-medium {
        font-size: 1.2vw;
        font-family: "Gotham_Medium", Helvetica;
        color: #ffffff;
        text-align: center; }
        @media (min-width: 1700px) {
          section#filter-banner .sec1 .banner-info .info-medium {
            font-size: 19px; } }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          section#filter-banner .sec1 .banner-info .info-medium {
            font-size: 3.5vw; } }
      section#filter-banner .sec1 .banner-info .info-small {
        line-height: 1.6vw;
        font-size: 1.2vw; }
        section#filter-banner .sec1 .banner-info .info-small .desk {
          display: inline; }
        section#filter-banner .sec1 .banner-info .info-small .mob {
          display: none; }
        @media (min-width: 1700px) {
          section#filter-banner .sec1 .banner-info .info-small {
            font-size: 19px;
            line-height: 25px; } }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          section#filter-banner .sec1 .banner-info .info-small {
            font-size: 3.2vw;
            line-height: 5vw; }
            section#filter-banner .sec1 .banner-info .info-small .desk {
              display: none; }
            section#filter-banner .sec1 .banner-info .info-small .mob {
              display: inline; } }
  section#filter-banner .sec2 {
    width: 35%;
    position: relative; }
    @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
      section#filter-banner .sec2 {
        width: 100%;
        position: relative;
        /*  bottom:120px; */
        /*     bottom:30vh; */ } }
    section#filter-banner .sec2 .sec-content {
      position: absolute;
      top: 12%;
      left: 10%;
      height: 100%;
      transform: translate3d(0, -10%, 0);
      -moz-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s, opacity linear 0.25s 0s;
      -webkit-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s, opacity linear 0.25s 0s;
      -ms-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s, opacity linear 0.25s 0s;
      -o-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s, opacity linear 0.25s 0s;
      transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s, opacity linear 0.25s 0s;
      will-change: transform;
      transition-delay: 0s;
      opacity: 0; }
      section#filter-banner .sec2 .sec-content.active {
        transform: translate3d(0, 0, 0);
        opacity: 1; }
      section#filter-banner .sec2 .sec-content img {
        height: 110%; }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          section#filter-banner .sec2 .sec-content img {
            height: auto;
            width: 100%;
            position: absolute;
            top: 15%; } }
      section#filter-banner .sec2 .sec-content video {
        position: absolute;
        top: 2.1%;
        height: 100%;
        border-radius: 2vh;
        z-index: -1;
        height: 106%;
        left: 1.5vh; }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          section#filter-banner .sec2 .sec-content video {
            height: auto;
            width: 91.5%;
            position: absolute;
            top: 17.1%;
            left: 4.2%; } }
      @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
        section#filter-banner .sec2 .sec-content {
          position: relative;
          width: 50%;
          margin: auto;
          left: 0;
          top: 7%;
          /* display: table;
                position: absolute;
                width: 50%;
                margin: auto;
                left: 0;
                right: 0; */ } }

section#publish-filter {
  padding: 4vw 0;
  background-color: #ffffff; }
  @media (min-width: 1700px) {
    section#publish-filter {
      padding: 80px 0; } }
  @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
    section#publish-filter {
      padding: 27vw 0 12vw 0; } }
  section#publish-filter .publish-header {
    width: 75%;
    margin: auto;
    font-size: 3.5vw;
    font-family: "Gotham_Ultra", Helvetica;
    color: #000000;
    overflow: hidden; }
    section#publish-filter .publish-header.row {
      overflow: hidden; }
      section#publish-filter .publish-header.row span {
        display: table;
        width: 100%;
        transform: translate3d(0, 100%, 0);
        will-change: transform;
        -moz-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.25s;
        -webkit-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.25s;
        -ms-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.25s;
        -o-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.25s;
        transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.25s; }
        section#publish-filter .publish-header.row span br.mob {
          display: none; }
    section#publish-filter .publish-header.active span {
      transform: translate3d(0, 0, 0); }
    @media (min-width: 1700px) {
      section#publish-filter .publish-header {
        font-size: 54px;
        /* line-height: 43px; */ } }
    @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
      section#publish-filter .publish-header {
        width: 85%;
        font-size: 6.6vw;
        line-height: 8.5vw;
        margin-bottom: 1vw; }
        section#publish-filter .publish-header br.desk {
          display: none; }
        section#publish-filter .publish-header br.mob {
          display: block; } }
  section#publish-filter .publish-header-hint {
    font-family: "Gotham_Book", "Helvetica";
    /* line-height: 1.5vw; */
    font-size: 1.2vw;
    color: #000000;
    /* margin-top: 1vw; */
    overflow: hidden;
    text-align: center;
    opacity: 0;
    -moz-transition: opacity linear 0.25s 0.6s;
    -webkit-transition: opacity linear 0.25s 0.6s;
    -ms-transition: opacity linear 0.25s 0.6s;
    -o-transition: opacity linear 0.25s 0.6s;
    transition: opacity linear 0.25s 0.6s; }
    section#publish-filter .publish-header-hint.active {
      opacity: 1; }
    section#publish-filter .publish-header-hint br.desk {
      display: block; }
    section#publish-filter .publish-header-hint br.mob {
      display: none; }
    @media (min-width: 1700px) {
      section#publish-filter .publish-header-hint {
        font-size: 19px;
        /* line-height: 25px; */
        /*   margin-top: 20px; */ } }
    @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
      section#publish-filter .publish-header-hint {
        font-size: 3.5vw;
        line-height: 4vw;
        /* line-height: 2.75vw; */
        /* margin-top: 2vw; */ }
        section#publish-filter .publish-header-hint br.desk {
          display: none; }
        section#publish-filter .publish-header-hint br.mob {
          display: block; } }
  section#publish-filter .publish-steps {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 82%;
    max-width: 1800px;
    margin: auto;
    position: relative;
    justify-content: center;
    /*   margin-top: 4vw; */ }
    @media (min-width: 1700px) {
      section#publish-filter .publish-steps {
        /*  margin-top: 40px; */ } }
    @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
      section#publish-filter .publish-steps {
        flex-direction: column;
        width: 90%; } }
    section#publish-filter .publish-steps article {
      width: 20%;
      display: flex;
      flex-direction: column;
      margin-right: 4%;
      margin-top: 4vw;
      text-align: center; }
      @media (min-width: 1700px) {
        section#publish-filter .publish-steps article {
          margin-top: 70px; } }
      @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
        section#publish-filter .publish-steps article {
          width: 100%;
          padding: 5vw 0;
          margin-right: 0;
          text-align: center; } }
      section#publish-filter .publish-steps article .step-img {
        width: 60%;
        max-width: 220px;
        opacity: 0;
        margin: 0 auto;
        -moz-transition: opacity linear 0.25s 0s;
        -webkit-transition: opacity linear 0.25s 0s;
        -ms-transition: opacity linear 0.25s 0s;
        -o-transition: opacity linear 0.25s 0s;
        transition: opacity linear 0.25s 0s; }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          section#publish-filter .publish-steps article .step-img {
            width: 100%;
            max-width: none; } }
        section#publish-filter .publish-steps article .step-img img {
          width: 60%; }
          @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
            section#publish-filter .publish-steps article .step-img img {
              width: 35%; } }
      section#publish-filter .publish-steps article .step-detail {
        font-family: "Gotham_Book", "Helvetica";
        line-height: 1.8vw;
        font-size: 1.2vw;
        color: #000000;
        /* margin-top: 1vw; */
        overflow: hidden;
        margin-top: 1vw; }
        @media (min-width: 1700px) {
          section#publish-filter .publish-steps article .step-detail {
            font-size: 17px;
            line-height: 24px;
            margin-top: 20px;
            /* line-height: 25px; */
            /*   margin-top: 20px; */ } }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          section#publish-filter .publish-steps article .step-detail {
            font-size: 3.5vw;
            line-height: 4vw;
            margin-top: 3vw; } }
        section#publish-filter .publish-steps article .step-detail .info {
          overflow: hidden; }
          section#publish-filter .publish-steps article .step-detail .info span {
            font-size: 1.8vw;
            font-family: "Gotham_Ultra", Helvetica;
            width: 100%;
            transform: translate3d(0, 100%, 0);
            will-change: transform;
            -moz-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.25s;
            -webkit-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.25s;
            -ms-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.25s;
            -o-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.25s;
            transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.25s; }
            @media (min-width: 1700px) {
              section#publish-filter .publish-steps article .step-detail .info span {
                /* line-height: 25px; */
                /*   margin-top: 20px; */
                line-height: 40px;
                font-size: 35px; } }
            @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
              section#publish-filter .publish-steps article .step-detail .info span {
                font-size: 5vw;
                /* line-height: 2.75vw; */
                /* margin-top: 2vw; */ } }
        section#publish-filter .publish-steps article .step-detail .info-small {
          margin-top: 0.5vw; }
          section#publish-filter .publish-steps article .step-detail .info-small .row {
            overflow: hidden; }
            section#publish-filter .publish-steps article .step-detail .info-small .row span {
              display: table;
              width: 100%;
              transform: translate3d(0, 100%, 0);
              will-change: transform;
              -moz-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.25s;
              -webkit-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.25s;
              -ms-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.25s;
              -o-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.25s;
              transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.25s; }
          @media (min-width: 1700px) {
            section#publish-filter .publish-steps article .step-detail .info-small {
              line-height: 25px;
              /* line-height: 25px; */
              /*   margin-top: 20px; */
              font-size: 19px; } }
          @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
            section#publish-filter .publish-steps article .step-detail .info-small {
              margin-top: 2vw;
              font-size: 3.5vw;
              line-height: 4vw;
              /* line-height: 2.75vw; */
              /* margin-top: 2vw; */ } }
      section#publish-filter .publish-steps article.active .step-img {
        opacity: 1; }
      section#publish-filter .publish-steps article.active .step-detail .info span {
        transform: translate3d(0, 0, 0); }
      section#publish-filter .publish-steps article.active .step-detail .row span {
        transform: translate3d(0, 0, 0); }

section#publish-filter2 {
  position: relative;
  padding: 4vw 0;
  background-color: #f62323; }
  @media (min-width: 1700px) {
    section#publish-filter2 {
      padding: 80px 0; } }
  @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
    section#publish-filter2 {
      padding: 12vw 0; } }
  section#publish-filter2 .banner-info {
    position: relative;
    width: 65%;
    color: white;
    line-height: 3vw;
    font-size: 2.2vw;
    font-family: Gotham-Medium, Helvetica;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
      section#publish-filter2 .banner-info {
        /* 70px; */
        /*    margin-bottom: 50px; */
        margin-left: 7.5vw !important;
        width: auto !important;
        font-size: 5vw;
        line-height: 6vw;
        display: table;
        /*  text-align: center; */ } }
    section#publish-filter2 .banner-info .info {
      overflow: hidden; }
      section#publish-filter2 .banner-info .info div.view-example {
        opacity: 0;
        display: table;
        cursor: pointer;
        -moz-transition: opacity linear 0.25s 1s, color linear 0.1s 0s, background-color linear 0.1s 0s;
        -webkit-transition: opacity linear 0.25s 1s, color linear 0.1s 0s, background-color linear 0.1s 0s;
        -ms-transition: opacity linear 0.25s 1s, color linear 0.1s 0s, background-color linear 0.1s 0s;
        -o-transition: opacity linear 0.25s 1s, color linear 0.1s 0s, background-color linear 0.1s 0s;
        transition: opacity linear 0.25s 1s, color linear 0.1s 0s, background-color linear 0.1s 0s;
        will-change: transform;
        /*  transition-delay: 0s; */
        /*  transition-duration: 0s; */
        border: 1px solid #ffffff;
        padding: .1vw 3.5vw;
        border-radius: 25px; }
        section#publish-filter2 .banner-info .info div.view-example.active {
          opacity: 1; }
        @media (min-width: 1700px) {
          section#publish-filter2 .banner-info .info div.view-example {
            padding: 2px 60px; } }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          section#publish-filter2 .banner-info .info div.view-example {
            padding: 1vw 5vw; } }
        section#publish-filter2 .banner-info .info div.view-example:hover {
          color: #ffffff;
          background-color: #833ab4;
          border-color: #833ab4; }
      section#publish-filter2 .banner-info .info.row2 span {
        transition-delay: .1s; }
      section#publish-filter2 .banner-info .info.row3 span {
        transition-delay: .2s; }
      section#publish-filter2 .banner-info .info.row4 span {
        transition-delay: .3s; }
      section#publish-filter2 .banner-info .info.row5 span {
        transition-delay: .4s; }
      section#publish-filter2 .banner-info .info.row6 span {
        transition-delay: .5s; }
      section#publish-filter2 .banner-info .info.row7 span {
        transition-delay: .6s; }
      section#publish-filter2 .banner-info .info.row8 span {
        transition-delay: .7s; }
      section#publish-filter2 .banner-info .info.row9 span {
        transition-delay: .8s; }
      section#publish-filter2 .banner-info .info.row10 span {
        transition-delay: .9s;
        /*  padding-bottom: 15px; */ }
      @media (min-width: 1700px) {
        section#publish-filter2 .banner-info .info:nth-child(1) {
          margin-top: 20px; } }
      @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
        section#publish-filter2 .banner-info .info:nth-child(1) {
          margin-top: 2vw; } }
    section#publish-filter2 .banner-info .info-medium {
      font-size: 1.2vw;
      font-family: "Gotham_Medium", Helvetica;
      color: #ffffff;
      text-align: center; }
      @media (min-width: 1700px) {
        section#publish-filter2 .banner-info .info-medium {
          font-size: 19px; } }
      @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
        section#publish-filter2 .banner-info .info-medium {
          font-size: 3.5vw; } }
    section#publish-filter2 .banner-info .info-small {
      line-height: 1.6vw;
      font-size: 1.2vw; }
      section#publish-filter2 .banner-info .info-small .desk {
        display: inline; }
      section#publish-filter2 .banner-info .info-small .mob {
        display: none; }
      @media (min-width: 1700px) {
        section#publish-filter2 .banner-info .info-small {
          font-size: 19px;
          line-height: 25px; } }
      @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
        section#publish-filter2 .banner-info .info-small {
          font-size: 3.2vw;
          line-height: 5vw; }
          section#publish-filter2 .banner-info .info-small .desk {
            display: none; }
          section#publish-filter2 .banner-info .info-small .mob {
            display: inline; } }
  section#publish-filter2 .desktop .info span {
    transform: translate3d(0, 100%, 0);
    display: table;
    -moz-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
    -webkit-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
    -ms-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
    -o-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
    transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
    will-change: transform;
    transition-delay: 0s;
    transition-duration: 0s; }
    section#publish-filter2 .desktop .info span.active {
      transform: translate3d(0, 0, 0);
      transition-duration: 1s; }
  section#publish-filter2 .mobile .info span {
    transform: translate3d(0, 100%, 0);
    display: table;
    -moz-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
    -webkit-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
    -ms-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
    -o-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
    transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
    will-change: transform;
    transition-delay: 0s;
    transition-duration: 0s; }
    section#publish-filter2 .mobile .info span.active {
      transform: translate3d(0, 0, 0);
      transition-duration: 1s; }
  section#publish-filter2 .mobile {
    font-size: 4vw;
    display: none; }
  @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
    section#publish-filter2 .desktop {
      display: none; }
    section#publish-filter2 .mobile {
      display: block; } }
  section#publish-filter2 .publish-steps {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 78%;
    max-width: 1800px;
    margin: auto;
    position: relative;
    color: #ffffff; }
    @media (min-width: 1700px) {
      section#publish-filter2 .publish-steps {
        margin-top: 40px; } }
    @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
      section#publish-filter2 .publish-steps {
        flex-direction: column; } }
    section#publish-filter2 .publish-steps article {
      width: 25%;
      align-items: center;
      display: flex;
      flex-direction: column;
      margin-top: 3vw; }
      @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
        section#publish-filter2 .publish-steps article {
          width: 100%;
          padding: 8vw 0 0 0; } }
      section#publish-filter2 .publish-steps article .step-img {
        width: 60%;
        max-width: 220px;
        text-align: center;
        opacity: 0;
        -moz-transition: opacity linear 0.25s 0s;
        -webkit-transition: opacity linear 0.25s 0s;
        -ms-transition: opacity linear 0.25s 0s;
        -o-transition: opacity linear 0.25s 0s;
        transition: opacity linear 0.25s 0s; }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          section#publish-filter2 .publish-steps article .step-img {
            width: 54%;
            max-width: none; } }
        section#publish-filter2 .publish-steps article .step-img img {
          width: 70%; }
      section#publish-filter2 .publish-steps article .step-detail {
        font-family: "Gotham_Book", "Helvetica";
        line-height: 1.6vw;
        font-size: 1.4vw;
        /* margin-top: 1vw; */
        overflow: hidden;
        text-align: center;
        margin-top: 1vw;
        font-weight: bold; }
        @media (min-width: 1700px) {
          section#publish-filter2 .publish-steps article .step-detail {
            font-size: 19px;
            line-height: 24px;
            margin-top: 20px;
            /* line-height: 25px; */
            /*   margin-top: 20px; */ } }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          section#publish-filter2 .publish-steps article .step-detail {
            font-size: 3.5vw;
            line-height: 4vw;
            margin: 3vw;
            /* line-height: 2.75vw; */
            /* margin-top: 2vw; */ } }
        section#publish-filter2 .publish-steps article .step-detail .row {
          overflow: hidden; }
          section#publish-filter2 .publish-steps article .step-detail .row span {
            display: table;
            width: 100%;
            transform: translate3d(0, 100%, 0);
            will-change: transform;
            -moz-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.25s;
            -webkit-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.25s;
            -ms-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.25s;
            -o-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.25s;
            transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.25s; }
      section#publish-filter2 .publish-steps article.active .step-img {
        opacity: 1; }
      section#publish-filter2 .publish-steps article.active .step-detail .row span {
        transform: translate3d(0, 0, 0); }
  section#publish-filter2 .btn-action {
    position: relative;
    bottom: 0;
    margin: 50px auto 0 auto;
    color: #ffffff;
    display: table;
    border: 1px solid #ffffff;
    font-family: "Gotham-Medium", "Helvetica";
    font-size: 1.3vw;
    color: #575757;
    width: 55%;
    max-width: 500px;
    -moz-transition: color linear 0.25s 0s, background-color linear 0.25s 0s;
    -webkit-transition: color linear 0.25s 0s, background-color linear 0.25s 0s;
    -ms-transition: color linear 0.25s 0s, background-color linear 0.25s 0s;
    -o-transition: color linear 0.25s 0s, background-color linear 0.25s 0s;
    transition: color linear 0.25s 0s, background-color linear 0.25s 0s;
    cursor: pointer;
    text-align: center;
    /* &:hover {
        background: #000000;
        border: 1px solid rgba(0, 0, 0, 0);
        
    } */ }
    @media (min-width: 1700px) {
      section#publish-filter2 .btn-action {
        font-size: 22px;
        line-height: 20px; } }
    @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
      section#publish-filter2 .btn-action {
        font-size: 3.5vw;
        line-height: 5vw;
        width: 75%;
        /*  width: 100%; */
        text-align: center;
        /*   padding: 2vw 0; */ } }
    section#publish-filter2 .btn-action:hover {
      background: #000000;
      border: 1px solid rgba(0, 0, 0, 0);
      color: #fff; }
      section#publish-filter2 .btn-action:hover a {
        color: #fff; }
    section#publish-filter2 .btn-action a {
      padding: 10px;
      text-decoration: none;
      color: #ffffff;
      -moz-transition: color linear 0.25s 0s;
      -webkit-transition: color linear 0.25s 0s;
      -ms-transition: color linear 0.25s 0s;
      -o-transition: color linear 0.25s 0s;
      transition: color linear 0.25s 0s;
      display: flex;
      justify-content: center; }

section#camera-details {
  background-color: #ffffff;
  display: flex;
  flex-direction: row; }
  @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
    section#camera-details {
      flex-direction: column; } }
  section#camera-details article {
    width: 48%;
    opacity: 0;
    -moz-transition: opacity linear 0.25s 0s;
    -webkit-transition: opacity linear 0.25s 0s;
    -ms-transition: opacity linear 0.25s 0s;
    -o-transition: opacity linear 0.25s 0s;
    transition: opacity linear 0.25s 0s; }
    section#camera-details article.active {
      opacity: 1; }
      section#camera-details article.active .info-head span {
        transform: translate3d(0, 0, 0) !important; }
      section#camera-details article.active .info-detail {
        opacity: 1 !important; }
    @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
      section#camera-details article {
        width: 100%; } }
    section#camera-details article .article-content .detail-img {
      display: table;
      width: 100%;
      margin-bottom: -.4vw; }
      @media (min-width: 1700px) {
        section#camera-details article .article-content .detail-img {
          margin-bottom: -5px; } }
      @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
        section#camera-details article .article-content .detail-img {
          margin-bottom: -1vw; } }
      section#camera-details article .article-content .detail-img img {
        width: 100%; }
    section#camera-details article .article-content .detail-info {
      background-color: #833ab4;
      padding: 1.7vw 0; }
      @media (min-width: 1700px) {
        section#camera-details article .article-content .detail-info {
          padding: 30px 0; } }
      @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
        section#camera-details article .article-content .detail-info {
          padding: 5vw 0; } }
      section#camera-details article .article-content .detail-info .info-head {
        overflow: hidden;
        font-size: 2.2vw;
        font-family: "Gotham-Medium", Helvetica;
        text-align: center;
        color: #ffffff;
        margin-bottom: .5vw;
        overflow: hidden; }
        @media (min-width: 1700px) {
          section#camera-details article .article-content .detail-info .info-head {
            font-size: 38px;
            margin-bottom: 7px;
            /*  line-height: 50px; */ } }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          section#camera-details article .article-content .detail-info .info-head {
            width: 100%;
            font-size: 5.2vw;
            line-height: 6.5vw;
            /*  line-height: 6vw;
                        display: flex; */
            /*   align-items: center; */ } }
        section#camera-details article .article-content .detail-info .info-head span {
          display: table;
          width: 100%;
          transform: translate3d(0, 100%, 0);
          will-change: transform;
          -moz-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.25s;
          -webkit-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.25s;
          -ms-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.25s;
          -o-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.25s;
          transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.25s; }
      section#camera-details article .article-content .detail-info .info-detail {
        font-family: "Gotham_Book", "Helvetica";
        line-height: 1.6vw;
        font-size: 1.2vw;
        color: #ffffff;
        /* margin-top: 1vw; */
        overflow: hidden;
        text-align: center;
        opacity: 0;
        -moz-transition: opacity linear 0.25s 0.75s;
        -webkit-transition: opacity linear 0.25s 0.75s;
        -ms-transition: opacity linear 0.25s 0.75s;
        -o-transition: opacity linear 0.25s 0.75s;
        transition: opacity linear 0.25s 0.75s; }
        @media (min-width: 1700px) {
          section#camera-details article .article-content .detail-info .info-detail {
            font-size: 19px;
            line-height: 25px;
            /*   margin-top: 20px; */ } }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          section#camera-details article .article-content .detail-info .info-detail {
            font-size: 3.5vw;
            line-height: 4vw;
            /* line-height: 2.75vw; */
            /* margin-top: 2vw; */ } }
    section#camera-details article:nth-child(2) .detail-info {
      background-color: #6f2a9d; }

section#share-filter {
  padding: 4vw 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #efefef; }
  @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
    section#share-filter {
      padding: 12vw 0; } }
  @media (min-width: 1700px) {
    section#share-filter {
      padding: 80px 0; } }
  @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
    section#share-filter {
      flex-direction: column; } }
  @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
    section#share-filter .app-container {
      margin-left: 10%;
      /*  margin: 0; */ } }
  section#share-filter .sec1 {
    width: 65%; }
    @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
      section#share-filter .sec1 {
        width: 100%; } }
    section#share-filter .sec1 .share-step-head {
      font-size: 2.2vw;
      font-family: "Gotham_Ultra", Helvetica;
      color: #000000;
      margin-bottom: .5vw; }
      @media (min-width: 1700px) {
        section#share-filter .sec1 .share-step-head {
          font-size: 38px;
          margin-bottom: 7px;
          /*  line-height: 50px; */ } }
      @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
        section#share-filter .sec1 .share-step-head {
          width: 100%;
          font-size: 5.2vw;
          line-height: 6.5vw;
          /*  line-height: 6vw;
                display: flex; */
          /*   align-items: center; */ } }
      section#share-filter .sec1 .share-step-head.row {
        overflow: hidden; }
        section#share-filter .sec1 .share-step-head.row span {
          display: table;
          width: 100%;
          transform: translate3d(0, 100%, 0);
          will-change: transform;
          -moz-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
          -webkit-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
          -ms-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
          -o-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
          transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s; }
      section#share-filter .sec1 .share-step-head.active span {
        transform: translate3d(0, 0, 0); }
    section#share-filter .sec1 .share-step-sub-head {
      font-family: "Gotham_Book", "Helvetica";
      line-height: 1.6vw;
      font-size: 1.2vw;
      color: #000000;
      /* margin-top: 1vw; */
      overflow: hidden;
      margin-top: 1vw;
      opacity: 0;
      -moz-transition: opacity linear 0.25s 0.5s;
      -webkit-transition: opacity linear 0.25s 0.5s;
      -ms-transition: opacity linear 0.25s 0.5s;
      -o-transition: opacity linear 0.25s 0.5s;
      transition: opacity linear 0.25s 0.5s; }
      section#share-filter .sec1 .share-step-sub-head.active {
        opacity: 1; }
      section#share-filter .sec1 .share-step-sub-head br.desk {
        display: block; }
      section#share-filter .sec1 .share-step-sub-head br.mob {
        display: none; }
      @media (min-width: 1700px) {
        section#share-filter .sec1 .share-step-sub-head {
          font-size: 19px;
          line-height: 24px;
          margin-top: 20px;
          /* line-height: 25px; */
          /*   margin-top: 20px; */ } }
      @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
        section#share-filter .sec1 .share-step-sub-head {
          font-size: 3.5vw;
          line-height: 4vw;
          /* line-height: 2.75vw; */
          /* margin-top: 2vw; */ }
          section#share-filter .sec1 .share-step-sub-head br.desk {
            display: none; }
          section#share-filter .sec1 .share-step-sub-head br.mob {
            display: block; } }
    section#share-filter .sec1 .share-step-details {
      margin-top: 2vw;
      opacity: 0;
      -moz-transition: opacity linear 0.25s 0.75s;
      -webkit-transition: opacity linear 0.25s 0.75s;
      -ms-transition: opacity linear 0.25s 0.75s;
      -o-transition: opacity linear 0.25s 0.75s;
      transition: opacity linear 0.25s 0.75s; }
      section#share-filter .sec1 .share-step-details.active {
        opacity: 1; }
      @media (min-width: 1700px) {
        section#share-filter .sec1 .share-step-details {
          margin-top: 40px; } }
      @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
        section#share-filter .sec1 .share-step-details {
          margin-top: 6vw; } }
      section#share-filter .sec1 .share-step-details .detail {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin: .75vw 0; }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          section#share-filter .sec1 .share-step-details .detail {
            margin: 3vw 0; } }
        @media (min-width: 1700px) {
          section#share-filter .sec1 .share-step-details .detail {
            margin: 15px 0; } }
        section#share-filter .sec1 .share-step-details .detail .step-img {
          margin-right: 15px;
          width: 1.5vw; }
          @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
            section#share-filter .sec1 .share-step-details .detail .step-img {
              width: 4vw; } }
          @media (min-width: 1700px) {
            section#share-filter .sec1 .share-step-details .detail .step-img {
              width: 30px; } }
          section#share-filter .sec1 .share-step-details .detail .step-img img {
            width: 100%; }
        section#share-filter .sec1 .share-step-details .detail .step-text {
          font-family: "Gotham-Medium", "Helvetica";
          line-height: 1.6vw;
          font-size: 1.2vw;
          color: #000000;
          overflow: hidden; }
          @media (min-width: 1700px) {
            section#share-filter .sec1 .share-step-details .detail .step-text {
              font-size: 19px;
              line-height: 24px; } }
          @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
            section#share-filter .sec1 .share-step-details .detail .step-text {
              font-size: 3.5vw;
              line-height: 4vw; } }
          section#share-filter .sec1 .share-step-details .detail .step-text.step-nav {
            cursor: pointer;
            border-bottom: .1vw solid #efefef; }
            @media (min-width: 1700px) {
              section#share-filter .sec1 .share-step-details .detail .step-text.step-nav {
                border-bottom: 2px solid #efefef; } }
            section#share-filter .sec1 .share-step-details .detail .step-text.step-nav:hover {
              color: #833ab4;
              border-bottom: .1vw solid #833ab4; }
              @media (min-width: 1700px) {
                section#share-filter .sec1 .share-step-details .detail .step-text.step-nav:hover {
                  border-bottom: 2px solid #833ab4; } }
            section#share-filter .sec1 .share-step-details .detail .step-text.step-nav.active {
              color: #833ab4;
              border-bottom: .1vw solid #833ab4; }
              @media (min-width: 1700px) {
                section#share-filter .sec1 .share-step-details .detail .step-text.step-nav.active {
                  border-bottom: 2px solid #833ab4; } }
  section#share-filter .sec2 {
    width: 23vw;
    display: flex;
    flex-direction: row;
    justify-content: flex-end; }
    @media (min-width: 1700px) {
      section#share-filter .sec2 {
        width: 400px; } }
    @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
      section#share-filter .sec2 {
        margin-top: 6vw;
        width: 80%; } }
    section#share-filter .sec2 .share-step-video {
      height: 60vh;
      opacity: 0;
      -moz-transition: opacity linear 0.25s 0s;
      -webkit-transition: opacity linear 0.25s 0s;
      -ms-transition: opacity linear 0.25s 0s;
      -o-transition: opacity linear 0.25s 0s;
      transition: opacity linear 0.25s 0s; }
      @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
        section#share-filter .sec2 .share-step-video {
          -moz-transition: opacity linear 0.25s 0.5s;
          -webkit-transition: opacity linear 0.25s 0.5s;
          -ms-transition: opacity linear 0.25s 0.5s;
          -o-transition: opacity linear 0.25s 0.5s;
          transition: opacity linear 0.25s 0.5s; } }
      section#share-filter .sec2 .share-step-video.active {
        opacity: 1; }
      @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
        section#share-filter .sec2 .share-step-video {
          height: auto;
          width: 100%; } }
      section#share-filter .sec2 .share-step-video video {
        height: 100%; }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          section#share-filter .sec2 .share-step-video video {
            width: 100%;
            height: auto; } }

section#promote-filter {
  background-color: #ffffff;
  padding: 4vw 0; }
  @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
    section#promote-filter {
      padding: 12vw 0; } }
  @media (min-width: 1700px) {
    section#promote-filter {
      padding: 80px 0; } }
  section#promote-filter .promote-header {
    width: 100%;
    text-align: center;
    font-size: 3.5vw;
    font-family: "Gotham_Ultra", Helvetica;
    color: #000000;
    overflow: hidden;
    margin-bottom: 3vw; }
    section#promote-filter .promote-header.row {
      overflow: hidden; }
    section#promote-filter .promote-header span {
      display: table;
      width: 100%;
      transform: translate3d(0, 100%, 0);
      will-change: transform;
      -moz-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
      -webkit-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
      -ms-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
      -o-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
      transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s; }
    section#promote-filter .promote-header.active span {
      transform: translate3d(0, 0, 0); }
    @media (min-width: 1700px) {
      section#promote-filter .promote-header {
        font-size: 54px;
        /* line-height: 43px; */
        margin-bottom: 60px; } }
    @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
      section#promote-filter .promote-header {
        width: 100%;
        font-size: 4.5vw; } }
  section#promote-filter .promote-content {
    display: flex;
    flex-direction: row;
    opacity: 0;
    -moz-transition: opacity linear 0.25s 0.25s;
    -webkit-transition: opacity linear 0.25s 0.25s;
    -ms-transition: opacity linear 0.25s 0.25s;
    -o-transition: opacity linear 0.25s 0.25s;
    transition: opacity linear 0.25s 0.25s; }
    section#promote-filter .promote-content.active {
      opacity: 1; }
    @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
      section#promote-filter .promote-content {
        flex-direction: column; } }
    section#promote-filter .promote-content .sec1 {
      width: 35%;
      z-index: 2; }
      @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
        section#promote-filter .promote-content .sec1 {
          width: 100%; } }
      @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
        section#promote-filter .promote-content .sec1 .app-container {
          margin: auto; } }
      section#promote-filter .promote-content .sec1 .promote-step-video {
        height: 60vh; }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          section#promote-filter .promote-content .sec1 .promote-step-video {
            width: 90%;
            height: auto;
            margin: auto; } }
        section#promote-filter .promote-content .sec1 .promote-step-video video {
          height: 100%; }
          @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
            section#promote-filter .promote-content .sec1 .promote-step-video video {
              height: auto;
              width: 100%; } }
      section#promote-filter .promote-content .sec1 .promotion-banner-ext {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        top: 50.05%;
        transform: translateY(-50%);
        z-index: -1; }
        section#promote-filter .promote-content .sec1 .promotion-banner-ext .ext {
          cursor: pointer;
          width: 100%;
          height: 8vh;
          margin: 3vh 0;
          background-color: #c4c4c4;
          -moz-transition: background-color linear 0.25s 0s;
          -webkit-transition: background-color linear 0.25s 0s;
          -ms-transition: background-color linear 0.25s 0s;
          -o-transition: background-color linear 0.25s 0s;
          transition: background-color linear 0.25s 0s; }
          section#promote-filter .promote-content .sec1 .promotion-banner-ext .ext.active {
            background-color: #833ab4; }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          section#promote-filter .promote-content .sec1 .promotion-banner-ext {
            display: none; } }
    section#promote-filter .promote-content .sec2 {
      width: 65%;
      display: flex;
      align-items: center; }
      @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
        section#promote-filter .promote-content .sec2 {
          width: 100%; } }
      @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
        section#promote-filter .promote-content .sec2 .promotion-platforms {
          margin: auto;
          width: calc(100% - 50px); } }
      section#promote-filter .promote-content .sec2 .promotion-platforms .promotion {
        width: 46.5vw;
        height: 8vh;
        background-color: #c4c4c4;
        margin: 3vh 0;
        position: relative;
        display: flex;
        align-items: center;
        cursor: pointer;
        -moz-transition: background-color linear 0.25s 0s;
        -webkit-transition: background-color linear 0.25s 0s;
        -ms-transition: background-color linear 0.25s 0s;
        -o-transition: background-color linear 0.25s 0s;
        transition: background-color linear 0.25s 0s; }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          section#promote-filter .promote-content .sec2 .promotion-platforms .promotion {
            width: 90%;
            margin: 3vh auto; } }
        section#promote-filter .promote-content .sec2 .promotion-platforms .promotion:after {
          content: "";
          position: absolute;
          top: 0;
          left: calc(46.5vw - 8vh);
          top: 0;
          height: 0;
          width: 0;
          border-width: 7.99vh;
          border-style: solid;
          border-color: #c4c4c4;
          -moz-transition: border-color linear 0.25s 0s;
          -webkit-transition: border-color linear 0.25s 0s;
          -ms-transition: border-color linear 0.25s 0s;
          -o-transition: border-color linear 0.25s 0s;
          transition: border-color linear 0.25s 0s;
          border-top-color: transparent;
          border-bottom-color: transparent;
          border-right-color: transparent;
          transform: rotate(90deg); }
          @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
            section#promote-filter .promote-content .sec2 .promotion-platforms .promotion:after {
              display: none; } }
        section#promote-filter .promote-content .sec2 .promotion-platforms .promotion span {
          width: 100%;
          font-size: 1.8vw;
          font-family: "Gotham_Book", Helvetica;
          color: #ffffff;
          overflow: hidden;
          margin: 0 0 0 13vw; }
          @media (min-width: 1700px) {
            section#promote-filter .promote-content .sec2 .promotion-platforms .promotion span {
              font-size: 30px;
              /* line-height: 43px; */ } }
          @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
            section#promote-filter .promote-content .sec2 .promotion-platforms .promotion span {
              width: 100%;
              font-size: 4.5vw;
              margin: 0;
              text-align: center; } }
        section#promote-filter .promote-content .sec2 .promotion-platforms .promotion.active {
          background-color: #833ab4; }
          section#promote-filter .promote-content .sec2 .promotion-platforms .promotion.active:after, section#promote-filter .promote-content .sec2 .promotion-platforms .promotion.active:before {
            border-color: #833ab4;
            border-top-color: transparent;
            border-bottom-color: transparent;
            border-right-color: transparent;
            transform: rotate(90deg); }

section#explore-portfolio {
  width: 100%;
  padding: 6vw 0 6vw 0;
  background-color: #ffffff;
  /*  display: flex;
flex-direction: row;
align-items: flex-end; */ }
  @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
    section#explore-portfolio {
      flex-direction: column;
      align-items: flex-start;
      padding: 12vw 0 12vw 0; } }
  @media (min-width: 1700px) {
    section#explore-portfolio {
      padding: 100px 0 100px 0; } }
  section#explore-portfolio .portfolio-content {
    width: 76%;
    margin: auto; }
    @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
      section#explore-portfolio .portfolio-content {
        width: 81%; } }
    section#explore-portfolio .portfolio-content .explore-header {
      display: flex;
      flex-direction: row;
      z-index: 1;
      position: relative; }
      @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
        section#explore-portfolio .portfolio-content .explore-header {
          flex-direction: column; } }
      section#explore-portfolio .portfolio-content .explore-header .explore-title {
        font-size: 3.5vw;
        font-family: "Gotham_Ultra", Helvetica;
        width: 70%;
        overflow: hidden; }
        section#explore-portfolio .portfolio-content .explore-header .explore-title span {
          display: table;
          -moz-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
          -webkit-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
          -ms-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
          -o-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
          transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
          will-change: transform; }
        section#explore-portfolio .portfolio-content .explore-header .explore-title.active span {
          transform: translate3d(0, 0, 0); }
        @media (min-width: 1700px) {
          section#explore-portfolio .portfolio-content .explore-header .explore-title {
            font-size: 38px;
            line-height: 50px; } }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          section#explore-portfolio .portfolio-content .explore-header .explore-title {
            width: 100%;
            font-size: 5.2vw;
            line-height: 6.5vw;
            margin: 0 0 6vw 0; } }
        section#explore-portfolio .portfolio-content .explore-header .explore-title .explore-dis {
          margin-top: 5px;
          line-height: 1.8vw;
          font-size: 1.2vw;
          font-family: "Gotham_Book", "Helvetica"; }
      section#explore-portfolio .portfolio-content .explore-header .explore-content {
        width: 50%; }
        section#explore-portfolio .portfolio-content .explore-header .explore-content .project {
          margin: 0 0 5.5vw 0;
          opacity: 1;
          box-shadow: 2px 3px 10px #eaeaea;
          -moz-transition: opacity linear 0.25s 0.1s;
          -webkit-transition: opacity linear 0.25s 0.1s;
          -ms-transition: opacity linear 0.25s 0.1s;
          -o-transition: opacity linear 0.25s 0.1s;
          transition: opacity linear 0.25s 0.1s;
          width: 32%; }
          section#explore-portfolio .portfolio-content .explore-header .explore-content .project .card {
            width: 100%;
            position: relative;
            margin: auto; }
            section#explore-portfolio .portfolio-content .explore-header .explore-content .project .card model-viewer {
              width: 100%; }
            section#explore-portfolio .portfolio-content .explore-header .explore-content .project .card model-viewer {
              height: 25vw; }
              @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
                section#explore-portfolio .portfolio-content .explore-header .explore-content .project .card model-viewer {
                  height: 50vw; } }
              @media (min-width: 1700px) {
                section#explore-portfolio .portfolio-content .explore-header .explore-content .project .card model-viewer {
                  height: 20vw; } }
              section#explore-portfolio .portfolio-content .explore-header .explore-content .project .card model-viewer .ar-button {
                position: absolute;
                bottom: 0px;
                background: #ea232a;
                width: 100%;
                height: 50px;
                background-image: url(../3d-models/img/AR-Icon.png);
                background-repeat: no-repeat;
                background-size: 32px;
                background-position: 25% center;
                display: flex; }
                section#explore-portfolio .portfolio-content .explore-header .explore-content .project .card model-viewer .ar-button p {
                  color: #ffffff;
                  margin: auto;
                  margin-left: 34%; }
              section#explore-portfolio .portfolio-content .explore-header .explore-content .project .card model-viewer .ar-prompt {
                position: absolute;
                left: 50%;
                bottom: 100px;
                animation: elongate 2s infinite ease-in-out alternate;
                display: none; }
                section#explore-portfolio .portfolio-content .explore-header .explore-content .project .card model-viewer .ar-prompt img {
                  animation: circle 4s linear infinite; }
            section#explore-portfolio .portfolio-content .explore-header .explore-content .project .card model-viewer[ar-status="session-started"] .ar-prompt {
              display: block; }
          @media (min-width: 600px) and (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
            section#explore-portfolio .portfolio-content .explore-header .explore-content .project {
              width: 100% !important;
              /*  &:nth-child(2n+1) {
            margin-right: 4%;
        }
    
        &:nth-child(2n+2) {
            margin-left: 4%;
        } */ } }
          @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
            section#explore-portfolio .portfolio-content .explore-header .explore-content .project {
              margin: 0 0 12vw 0;
              width: 100%; } }
          @media (min-width: 1700px) {
            section#explore-portfolio .portfolio-content .explore-header .explore-content .project {
              margin: 0 0 85px 0;
              width: 24.25%; }
              section#explore-portfolio .portfolio-content .explore-header .explore-content .project:nth-child(4n+1), section#explore-portfolio .portfolio-content .explore-header .explore-content .project:nth-child(4n+2), section#explore-portfolio .portfolio-content .explore-header .explore-content .project:nth-child(4n+3) {
                margin-right: 1% !important; } }
          section#explore-portfolio .portfolio-content .explore-header .explore-content .project.active {
            opacity: 1; }
          section#explore-portfolio .portfolio-content .explore-header .explore-content .project:nth-child(3n+2) {
            margin-left: 2%;
            margin-right: 2%; }
            @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
              section#explore-portfolio .portfolio-content .explore-header .explore-content .project:nth-child(3n+2) {
                margin-left: 0px;
                margin-right: 0px; } }
            @media (min-width: 1700px) {
              section#explore-portfolio .portfolio-content .explore-header .explore-content .project:nth-child(3n+2) {
                margin-left: 0px;
                margin-right: 0px; } }
          section#explore-portfolio .portfolio-content .explore-header .explore-content .project article.item {
            height: 100%; }
            section#explore-portfolio .portfolio-content .explore-header .explore-content .project article.item .project-box {
              height: 100%;
              position: relative;
              display: table; }
              section#explore-portfolio .portfolio-content .explore-header .explore-content .project article.item .project-box .project-icon {
                overflow: hidden;
                position: relative;
                display: flex; }
                @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
                  section#explore-portfolio .portfolio-content .explore-header .explore-content .project article.item .project-box .project-icon {
                    display: table; } }
                @media (max-width: 1024px) and (min-aspect-ratio: 13 / 10) {
                  section#explore-portfolio .portfolio-content .explore-header .explore-content .project article.item .project-box .project-icon {
                    display: table; } }
                section#explore-portfolio .portfolio-content .explore-header .explore-content .project article.item .project-box .project-icon a {
                  display: grid; }
                  @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
                    section#explore-portfolio .portfolio-content .explore-header .explore-content .project article.item .project-box .project-icon a {
                      display: table; } }
                  @media (max-width: 1024px) and (min-aspect-ratio: 13 / 10) {
                    section#explore-portfolio .portfolio-content .explore-header .explore-content .project article.item .project-box .project-icon a {
                      display: table; } }
                section#explore-portfolio .portfolio-content .explore-header .explore-content .project article.item .project-box .project-icon img {
                  width: 100%;
                  transform: scale(1);
                  -moz-transition: transform ease-out 0.25s 0s;
                  -webkit-transition: transform ease-out 0.25s 0s;
                  -ms-transition: transform ease-out 0.25s 0s;
                  -o-transition: transform ease-out 0.25s 0s;
                  transition: transform ease-out 0.25s 0s; }
                section#explore-portfolio .portfolio-content .explore-header .explore-content .project article.item .project-box .project-icon:hover img {
                  transform: scale(1.1); }
                  @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
                    section#explore-portfolio .portfolio-content .explore-header .explore-content .project article.item .project-box .project-icon:hover img {
                      transform: scale(1); } }
              section#explore-portfolio .portfolio-content .explore-header .explore-content .project article.item .project-box .main-info {
                width: 100%;
                display: table;
                margin-top: 15px;
                margin-bottom: 15px;
                font-size: 12px; }
                @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
                  section#explore-portfolio .portfolio-content .explore-header .explore-content .project article.item .project-box .main-info {
                    font-size: 2.5vw; } }
              section#explore-portfolio .portfolio-content .explore-header .explore-content .project article.item .project-box .project-info {
                line-height: 2vw;
                font-size: 1.6vw;
                margin: 0 0 5vw 0;
                text-overflow: clip;
                font-family: "Gotham-Book", "Helvetica"; }
                @media (min-width: 1700px) {
                  section#explore-portfolio .portfolio-content .explore-header .explore-content .project article.item .project-box .project-info {
                    font-size: 19px;
                    line-height: 25px;
                    margin: 0 0 65px 0; } }
                @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
                  section#explore-portfolio .portfolio-content .explore-header .explore-content .project article.item .project-box .project-info {
                    font-size: 3.5vw;
                    line-height: 5vw;
                    margin: 0 0 15vw 0; } }
                section#explore-portfolio .portfolio-content .explore-header .explore-content .project article.item .project-box .project-info mark {
                  color: #ffffff;
                  background-color: #f62323; }
              section#explore-portfolio .portfolio-content .explore-header .explore-content .project article.item .project-box .project-date {
                font-family: "Gotham_Book", "Helvetica";
                float: right;
                color: #a3a3a3; }
              section#explore-portfolio .portfolio-content .explore-header .explore-content .project article.item .project-box .project-title {
                color: #f62323;
                float: left;
                font-family: "Gotham-Medium", "Helvetica"; }
              section#explore-portfolio .portfolio-content .explore-header .explore-content .project article.item .project-box .btn-action {
                position: absolute;
                bottom: 0;
                display: table;
                border: 1px solid #575757;
                font-family: "Gotham-Medium", "Helvetica";
                font-size: 1vw;
                margin-top: 25px;
                color: #575757;
                -moz-transition: color linear 0.25s 0s, background-color linear 0.25s 0s;
                -webkit-transition: color linear 0.25s 0s, background-color linear 0.25s 0s;
                -ms-transition: color linear 0.25s 0s, background-color linear 0.25s 0s;
                -o-transition: color linear 0.25s 0s, background-color linear 0.25s 0s;
                transition: color linear 0.25s 0s, background-color linear 0.25s 0s;
                cursor: pointer;
                width: 55%;
                text-align: center;
                /* &:hover {
                background: #000000;
                border: 1px solid rgba(0, 0, 0, 0);
                
            } */ }
                @media (min-width: 1700px) {
                  section#explore-portfolio .portfolio-content .explore-header .explore-content .project article.item .project-box .btn-action {
                    font-size: 15px;
                    line-height: 20px; } }
                @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
                  section#explore-portfolio .portfolio-content .explore-header .explore-content .project article.item .project-box .btn-action {
                    font-size: 3.5vw;
                    line-height: 5vw;
                    width: 100%;
                    text-align: center;
                    /*   padding: 2vw 0; */ } }
                section#explore-portfolio .portfolio-content .explore-header .explore-content .project article.item .project-box .btn-action:hover {
                  background: #000000;
                  border: 1px solid rgba(0, 0, 0, 0);
                  color: #fff; }
                  section#explore-portfolio .portfolio-content .explore-header .explore-content .project article.item .project-box .btn-action:hover a {
                    color: #fff; }
                section#explore-portfolio .portfolio-content .explore-header .explore-content .project article.item .project-box .btn-action a {
                  padding: 10px;
                  text-decoration: none;
                  color: #575757;
                  -moz-transition: color linear 0.25s 0s;
                  -webkit-transition: color linear 0.25s 0s;
                  -ms-transition: color linear 0.25s 0s;
                  -o-transition: color linear 0.25s 0s;
                  transition: color linear 0.25s 0s;
                  display: flex;
                  justify-content: center; }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          section#explore-portfolio .portfolio-content .explore-header .explore-content {
            width: 100%;
            margin: 0 0 6vw 0; } }
      section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec {
        display: flex;
        flex-direction: row;
        /*  width: 67%; */
        justify-content: flex-end;
        opacity: 1;
        position: relative;
        -moz-transition: opacity linear 0.25s 0.4s;
        -webkit-transition: opacity linear 0.25s 0.4s;
        -ms-transition: opacity linear 0.25s 0.4s;
        -o-transition: opacity linear 0.25s 0.4s;
        transition: opacity linear 0.25s 0.4s;
        margin-left: 35%;
        width: 32%; }
        section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec.active {
          opacity: 1; }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec {
            flex-direction: column;
            width: 100%; } }
        @media (min-width: 1700px) {
          section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec {
            margin-left: 42.75%;
            width: 24.25%; } }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec {
            margin-left: 0; } }
        section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column.hidden-x {
          z-index: 1;
          overflow-x: hidden;
          height: 110%; }
          @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
            section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column.hidden-x {
              overflow-x: auto;
              height: auto; } }
          section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column.hidden-x.active {
            overflow-x: initial; }
          @media (min-width: 1700px) {
            section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column.hidden-x {
              height: auto; } }
        section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column.moveToBack {
          z-index: -1; }
          @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
            section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column.moveToBack {
              border-bottom: 1px solid rgba(34, 36, 38, 0.5);
              z-index: 0; } }
        section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column.multi {
          width: 100%;
          /* max-width: 330px; */
          display: flex;
          justify-content: flex-end;
          position: absolute; }
          @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
            section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column.multi {
              justify-content: flex-start;
              max-width: none;
              margin: 3vw 0;
              position: relative;
              width: 100%; } }
          section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column.multi.right-1 {
            right: 106%; }
            @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
              section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column.multi.right-1 {
                right: auto; } }
            @media (min-width: 1700px) {
              section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column.multi.right-1 {
                right: 104%; } }
          section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column.multi.right-2 {
            right: 206%; }
            @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
              section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column.multi.right-2 {
                right: auto; } }
            @media (min-width: 1700px) {
              section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column.multi.right-2 {
                right: 204%; } }
          section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column.multi .slide-left {
            transform: translate3d(-100%, 0, 0);
            -moz-transition: transform linear 0.25s 0s;
            -webkit-transition: transform linear 0.25s 0s;
            -ms-transition: transform linear 0.25s 0s;
            -o-transition: transform linear 0.25s 0s;
            transition: transform linear 0.25s 0s; }
            @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
              section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column.multi .slide-left {
                transform: translate3d(0, 0, 0); } }
            section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column.multi .slide-left.active {
              transform: translate3d(0, 0, 0); }
        section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column.min {
          width: auto;
          display: flex;
          justify-content: flex-end;
          position: absolute;
          height: 100%; }
          section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column.min.right-1 {
            right: 106%; }
            @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
              section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column.min.right-1 {
                right: auto; } }
            @media (min-width: 1700px) {
              section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column.min.right-1 {
                right: 104%; } }
          section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column.min.right-2 {
            right: 212%; }
            @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
              section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column.min.right-2 {
                right: auto; } }
            @media (min-width: 1700px) {
              section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column.min.right-2 {
                right: 208%; } }
          section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column.min .search.icon {
            font-size: 2vw;
            padding-top: .75vw;
            -moz-transition: color linear 0.25s 0s;
            -webkit-transition: color linear 0.25s 0s;
            -ms-transition: color linear 0.25s 0s;
            -o-transition: color linear 0.25s 0s;
            transition: color linear 0.25s 0s;
            cursor: pointer; }
            @media (min-width: 1700px) {
              section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column.min .search.icon {
                font-size: 30px;
                padding-top: 12px; } }
            section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column.min .search.icon.active {
              color: #f62323; }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column.hidden-mob {
            display: none; } }
        section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column.multi.double {
          width: 206%; }
          @media (min-width: 1700px) {
            section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column.multi.double {
              width: 204%; } }
          @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
            section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column.multi.double {
              width: 100%; } }
        section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column .ui.search {
          width: 100%; }
          section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column .ui.search .ui.icon {
            height: 100%; }
          section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column .ui.search .category {
            display: flex; }
          section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column .ui.search .input {
            width: 100%; }
            section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column .ui.search .input input {
              width: 100%;
              border: none;
              border-bottom: 1px solid rgba(34, 36, 38, 0.5);
              border-radius: 0px;
              line-height: 1.6vw;
              font-size: 1.2vw;
              padding: .67857143em 0em; }
              @media (min-width: 1700px) {
                section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column .ui.search .input input {
                  font-size: 19px;
                  line-height: 25px; } }
              @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
                section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column .ui.search .input input {
                  border-bottom: 0;
                  font-size: 3.5vw;
                  line-height: 5vw;
                  width: 100%; } }
          section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column .ui.search .results {
            width: 100%;
            border-radius: 0px;
            border-color: rgba(34, 36, 38, 0.5);
            max-height: 400px;
            overflow-y: scroll; }
            section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column .ui.search .results .category:nth-child(2n) .results {
              background-color: rgba(255, 255, 255, 0.45); }
            section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column .ui.search .results .category .results {
              border: none; }
            section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column .ui.search .results ::-webkit-scrollbar {
              width: 6px !important; }
            section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column .ui.search .results ::-webkit-scrollbar-thumb {
              cursor: pointer;
              border-radius: 5px;
              background: rgba(0, 0, 0, 0.25);
              -webkit-transition: color .2s ease;
              transition: color .2s ease; }
            section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column .ui.search .results .result .title {
              font-size: 1.1vw;
              /*  line-height: 1.5vw; */ }
              @media (min-width: 1700px) {
                section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column .ui.search .results .result .title {
                  font-size: 17px;
                  /* line-height: 24px; */ } }
              @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
                section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column .ui.search .results .result .title {
                  font-size: 3.5vw;
                  /* line-height: 5vw; */
                  width: 100%; } }
            section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column .ui.search .results .result .description {
              font-size: .7vw;
              margin-top: .35vw;
              color: #bbbbbb; }
              @media (min-width: 1700px) {
                section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column .ui.search .results .result .description {
                  font-size: 12px;
                  /* line-height: 8px; */
                  margin-top: 5px; } }
              @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
                section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column .ui.search .results .result .description {
                  font-size: 3.5vw;
                  /* line-height: 5vw; */
                  width: 100%; } }
        section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column .ui.dropdown {
          width: 100%;
          border: none;
          border-bottom: 1px solid rgba(34, 36, 38, 0.5);
          border-radius: 0px;
          line-height: 1.6vw;
          font-size: 1.2vw;
          padding: .38571429em 2.1em .38571429em 0;
          box-shadow: none; }
          section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column .ui.dropdown .menu {
            max-height: 25.02857143rem; }
            @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
              section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column .ui.dropdown .menu {
                max-height: 50rem; } }
          section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column .ui.dropdown ::-webkit-scrollbar {
            width: 6px !important; }
          section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column .ui.dropdown .item {
            font-size: 1.2vw;
            line-height: 1.4vw; }
            @media (min-width: 1700px) {
              section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column .ui.dropdown .item {
                font-size: 19px;
                line-height: 25px; } }
            @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
              section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column .ui.dropdown .item {
                font-size: 3.5vw;
                line-height: 10vw; } }
          @media (min-width: 1700px) {
            section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column .ui.dropdown {
              font-size: 19px;
              line-height: 25px; } }
          @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
            section#explore-portfolio .portfolio-content .explore-header .explore-sorting-sec .column .ui.dropdown {
              font-size: 3.5vw;
              line-height: 5vw;
              width: 100%; } }
    section#explore-portfolio .portfolio-content .explore-content2 {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      opacity: 1;
      -moz-transition: opacity linear 0.25s 0.5s;
      -webkit-transition: opacity linear 0.25s 0.5s;
      -ms-transition: opacity linear 0.25s 0.5s;
      -o-transition: opacity linear 0.25s 0.5s;
      transition: opacity linear 0.25s 0.5s; }
      section#explore-portfolio .portfolio-content .explore-content2.active {
        opacity: 1; }
      @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
        section#explore-portfolio .portfolio-content .explore-content2 {
          padding: 6vw 0 0 0; } }
      section#explore-portfolio .portfolio-content .explore-content2 .explore-title {
        font-size: 3.5vw;
        font-family: "Gotham_Ultra", Helvetica;
        width: 66%;
        overflow: hidden; }
        @media (min-width: 1700px) {
          section#explore-portfolio .portfolio-content .explore-content2 .explore-title {
            font-size: 54px; } }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          section#explore-portfolio .portfolio-content .explore-content2 .explore-title {
            width: 100%;
            font-size: 6vw;
            line-height: 6.5vw;
            margin: 0 0 6vw 0; } }
        section#explore-portfolio .portfolio-content .explore-content2 .explore-title .explore-dis {
          margin-top: 5px;
          line-height: 1.8vw;
          font-size: 1.2vw;
          font-family: "Gotham_Book", "Helvetica"; }
          @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
            section#explore-portfolio .portfolio-content .explore-content2 .explore-title .explore-dis {
              font-size: 2.6vw;
              line-height: 4vw;
              margin-top: 5px; } }
          @media (min-width: 1700px) {
            section#explore-portfolio .portfolio-content .explore-content2 .explore-title .explore-dis {
              font-size: 19px;
              line-height: 32px; } }
      section#explore-portfolio .portfolio-content .explore-content2 .e1 {
        margin-bottom: 5.5vw;
        margin-left: 2%;
        margin-right: 0 !important; }
      section#explore-portfolio .portfolio-content .explore-content2 .e3 {
        margin-right: 0 !important; }
      section#explore-portfolio .portfolio-content .explore-content2 .project {
        margin-right: 2%;
        opacity: 1;
        box-shadow: 2px 3px 10px #eaeaea;
        -moz-transition: opacity linear 0.25s 0.1s;
        -webkit-transition: opacity linear 0.25s 0.1s;
        -ms-transition: opacity linear 0.25s 0.1s;
        -o-transition: opacity linear 0.25s 0.1s;
        transition: opacity linear 0.25s 0.1s;
        width: 32%; }
        section#explore-portfolio .portfolio-content .explore-content2 .project .card {
          width: 100%;
          position: relative;
          margin: auto; }
          section#explore-portfolio .portfolio-content .explore-content2 .project .card model-viewer {
            width: 100%; }
          section#explore-portfolio .portfolio-content .explore-content2 .project .card model-viewer {
            height: 25vw; }
            @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
              section#explore-portfolio .portfolio-content .explore-content2 .project .card model-viewer {
                height: 50vw; } }
            @media (min-width: 1700px) {
              section#explore-portfolio .portfolio-content .explore-content2 .project .card model-viewer {
                height: 20vw; } }
            section#explore-portfolio .portfolio-content .explore-content2 .project .card model-viewer .ar-button {
              position: absolute;
              bottom: 0px;
              background: #ea232a;
              width: 100%;
              height: 50px;
              background-image: url(../3d-models/img/AR-Icon.png);
              background-repeat: no-repeat;
              background-size: 32px;
              background-position: 25% center;
              display: flex; }
              section#explore-portfolio .portfolio-content .explore-content2 .project .card model-viewer .ar-button p {
                color: #ffffff;
                margin: auto;
                margin-left: 34%; }
            section#explore-portfolio .portfolio-content .explore-content2 .project .card model-viewer .ar-prompt {
              position: absolute;
              left: 50%;
              bottom: 100px;
              animation: elongate 2s infinite ease-in-out alternate;
              display: none; }
              section#explore-portfolio .portfolio-content .explore-content2 .project .card model-viewer .ar-prompt img {
                animation: circle 4s linear infinite; }
          section#explore-portfolio .portfolio-content .explore-content2 .project .card model-viewer[ar-status="session-started"] .ar-prompt {
            display: block; }
        @media (min-width: 600px) and (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          section#explore-portfolio .portfolio-content .explore-content2 .project {
            width: 100% !important;
            /*  &:nth-child(2n+1) {
        margin-right: 4%;
    }

    &:nth-child(2n+2) {
        margin-left: 4%;
    } */ } }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          section#explore-portfolio .portfolio-content .explore-content2 .project {
            margin: 0 0 12vw 0;
            width: 100%; } }
        section#explore-portfolio .portfolio-content .explore-content2 .project.active {
          opacity: 1; }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          section#explore-portfolio .portfolio-content .explore-content2 .project:nth-child(3n+2) {
            margin-left: 0px;
            margin-right: 0px; } }
        section#explore-portfolio .portfolio-content .explore-content2 .project article.item {
          height: 100%; }
          section#explore-portfolio .portfolio-content .explore-content2 .project article.item .project-box {
            height: 100%;
            position: relative;
            display: table; }
            section#explore-portfolio .portfolio-content .explore-content2 .project article.item .project-box .project-icon {
              overflow: hidden;
              position: relative;
              display: flex; }
              @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
                section#explore-portfolio .portfolio-content .explore-content2 .project article.item .project-box .project-icon {
                  display: table; } }
              @media (max-width: 1024px) and (min-aspect-ratio: 13 / 10) {
                section#explore-portfolio .portfolio-content .explore-content2 .project article.item .project-box .project-icon {
                  display: table; } }
              section#explore-portfolio .portfolio-content .explore-content2 .project article.item .project-box .project-icon a {
                display: grid; }
                @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
                  section#explore-portfolio .portfolio-content .explore-content2 .project article.item .project-box .project-icon a {
                    display: table; } }
                @media (max-width: 1024px) and (min-aspect-ratio: 13 / 10) {
                  section#explore-portfolio .portfolio-content .explore-content2 .project article.item .project-box .project-icon a {
                    display: table; } }
              section#explore-portfolio .portfolio-content .explore-content2 .project article.item .project-box .project-icon img {
                width: 100%;
                transform: scale(1);
                -moz-transition: transform ease-out 0.25s 0s;
                -webkit-transition: transform ease-out 0.25s 0s;
                -ms-transition: transform ease-out 0.25s 0s;
                -o-transition: transform ease-out 0.25s 0s;
                transition: transform ease-out 0.25s 0s; }
              section#explore-portfolio .portfolio-content .explore-content2 .project article.item .project-box .project-icon:hover img {
                transform: scale(1.1); }
                @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
                  section#explore-portfolio .portfolio-content .explore-content2 .project article.item .project-box .project-icon:hover img {
                    transform: scale(1); } }
            section#explore-portfolio .portfolio-content .explore-content2 .project article.item .project-box .main-info {
              width: 100%;
              display: table;
              margin-top: 15px;
              margin-bottom: 15px;
              font-size: 12px; }
              @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
                section#explore-portfolio .portfolio-content .explore-content2 .project article.item .project-box .main-info {
                  font-size: 2.5vw; } }
            section#explore-portfolio .portfolio-content .explore-content2 .project article.item .project-box .project-info {
              line-height: 1.6vw;
              font-size: 1.2vw;
              margin: 0 0 5vw 0;
              text-overflow: clip;
              font-family: "Gotham-Medium", "Helvetica"; }
              @media (min-width: 1700px) {
                section#explore-portfolio .portfolio-content .explore-content2 .project article.item .project-box .project-info {
                  font-size: 19px;
                  line-height: 25px;
                  margin: 0 0 65px 0; } }
              @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
                section#explore-portfolio .portfolio-content .explore-content2 .project article.item .project-box .project-info {
                  font-size: 3.5vw;
                  line-height: 5vw;
                  margin: 0 0 15vw 0; } }
              section#explore-portfolio .portfolio-content .explore-content2 .project article.item .project-box .project-info mark {
                color: #ffffff;
                background-color: #f62323; }
            section#explore-portfolio .portfolio-content .explore-content2 .project article.item .project-box .project-date {
              font-family: "Gotham_Book", "Helvetica";
              float: right;
              color: #a3a3a3; }
            section#explore-portfolio .portfolio-content .explore-content2 .project article.item .project-box .project-title {
              color: #f62323;
              float: left;
              font-family: "Gotham-Medium", "Helvetica"; }
            section#explore-portfolio .portfolio-content .explore-content2 .project article.item .project-box .btn-action {
              position: absolute;
              bottom: 0;
              display: table;
              border: 1px solid #575757;
              font-family: "Gotham-Medium", "Helvetica";
              font-size: 1vw;
              margin-top: 25px;
              color: #575757;
              -moz-transition: color linear 0.25s 0s, background-color linear 0.25s 0s;
              -webkit-transition: color linear 0.25s 0s, background-color linear 0.25s 0s;
              -ms-transition: color linear 0.25s 0s, background-color linear 0.25s 0s;
              -o-transition: color linear 0.25s 0s, background-color linear 0.25s 0s;
              transition: color linear 0.25s 0s, background-color linear 0.25s 0s;
              cursor: pointer;
              width: 55%;
              text-align: center;
              /* &:hover {
            background: #000000;
            border: 1px solid rgba(0, 0, 0, 0);
            
        } */ }
              @media (min-width: 1700px) {
                section#explore-portfolio .portfolio-content .explore-content2 .project article.item .project-box .btn-action {
                  font-size: 15px;
                  line-height: 20px; } }
              @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
                section#explore-portfolio .portfolio-content .explore-content2 .project article.item .project-box .btn-action {
                  font-size: 3.5vw;
                  line-height: 5vw;
                  width: 100%;
                  text-align: center;
                  /*   padding: 2vw 0; */ } }
              section#explore-portfolio .portfolio-content .explore-content2 .project article.item .project-box .btn-action:hover {
                background: #000000;
                border: 1px solid rgba(0, 0, 0, 0);
                color: #fff; }
                section#explore-portfolio .portfolio-content .explore-content2 .project article.item .project-box .btn-action:hover a {
                  color: #fff; }
              section#explore-portfolio .portfolio-content .explore-content2 .project article.item .project-box .btn-action a {
                padding: 10px;
                text-decoration: none;
                color: #575757;
                -moz-transition: color linear 0.25s 0s;
                -webkit-transition: color linear 0.25s 0s;
                -ms-transition: color linear 0.25s 0s;
                -o-transition: color linear 0.25s 0s;
                transition: color linear 0.25s 0s;
                display: flex;
                justify-content: center; }
      section#explore-portfolio .portfolio-content .explore-content2 .not-found {
        font-family: "Gotham_Ultra", "Helvetica";
        font-size: 2.2vw;
        color: #adadad;
        margin: auto;
        padding: 7vw 0; }
        @media (min-width: 1700px) {
          section#explore-portfolio .portfolio-content .explore-content2 .not-found {
            font-size: 38px;
            padding: 100px 0; } }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          section#explore-portfolio .portfolio-content .explore-content2 .not-found {
            font-size: 5.2vw; } }
    section#explore-portfolio .portfolio-content .explore-footer .load-more {
      border: 1px solid #f62323;
      background-color: #ffffff;
      display: table;
      padding: .8vw 5vw;
      font-size: 1.2vw;
      font-family: "Gotham-Medium", "Helvetica";
      color: #f62323;
      margin: auto;
      opacity: 0;
      -moz-transition: color linear 0.25s 0s, background-color linear 0.25s 0s;
      -webkit-transition: color linear 0.25s 0s, background-color linear 0.25s 0s;
      -ms-transition: color linear 0.25s 0s, background-color linear 0.25s 0s;
      -o-transition: color linear 0.25s 0s, background-color linear 0.25s 0s;
      transition: color linear 0.25s 0s, background-color linear 0.25s 0s; }
      section#explore-portfolio .portfolio-content .explore-footer .load-more.active {
        opacity: 0.25; }
      @media (min-width: 1700px) {
        section#explore-portfolio .portfolio-content .explore-footer .load-more {
          font-size: 19px;
          padding: 14px 83px; } }
      @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
        section#explore-portfolio .portfolio-content .explore-footer .load-more {
          font-size: 3.5vw;
          padding: 2vw 0;
          width: 100%;
          text-align: center; } }
      section#explore-portfolio .portfolio-content .explore-footer .load-more.active {
        opacity: 1;
        cursor: pointer; }
        section#explore-portfolio .portfolio-content .explore-footer .load-more.active:hover {
          color: #ffffff;
          background-color: #f62323; }

section#filter-samples {
  background-color: #f6f6f6;
  padding: 5vw 0 0 0; }
  @media (min-width: 1700px) {
    section#filter-samples {
      padding: 100px 0 0 0; } }
  @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
    section#filter-samples {
      padding: 12vw 0 0 0; } }
  section#filter-samples .filter-smaples-header {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    width: 76%;
    margin: auto;
    justify-content: center; }
    section#filter-samples .filter-smaples-header .filter-samples-head {
      width: 100%;
      text-align: center;
      font-size: 3.5vw;
      font-family: "Gotham_Ultra", Helvetica;
      color: #000000;
      overflow: hidden; }
      section#filter-samples .filter-smaples-header .filter-samples-head br.desk {
        display: block; }
      section#filter-samples .filter-smaples-header .filter-samples-head br.mob {
        display: none; }
      @media (min-width: 1700px) {
        section#filter-samples .filter-smaples-header .filter-samples-head {
          font-size: 54px;
          /* line-height: 43px; */ } }
      @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
        section#filter-samples .filter-smaples-header .filter-samples-head {
          width: 100%;
          font-size: 6vw;
          line-height: 7vw;
          margin-bottom: 6vw; }
          section#filter-samples .filter-smaples-header .filter-samples-head br.desk {
            display: none; }
          section#filter-samples .filter-smaples-header .filter-samples-head br.mob {
            display: block; } }
      section#filter-samples .filter-smaples-header .filter-samples-head.row {
        overflow: hidden; }
        section#filter-samples .filter-smaples-header .filter-samples-head.row span {
          width: 100%;
          display: table;
          transform: translate3d(0, 100%, 0);
          -moz-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.75s 0s;
          -webkit-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.75s 0s;
          -ms-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.75s 0s;
          -o-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.75s 0s;
          transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.75s 0s;
          will-change: transform;
          text-align: left; }
          section#filter-samples .filter-smaples-header .filter-samples-head.row span a {
            color: red; }
      section#filter-samples .filter-smaples-header .filter-samples-head.active span {
        transform: translate3d(0, 0, 0); }
    section#filter-samples .filter-smaples-header .filter-samples-logo {
      overflow: hidden;
      opacity: 0;
      -moz-transition: opacity linear 0.5s 0.5s;
      -webkit-transition: opacity linear 0.5s 0.5s;
      -ms-transition: opacity linear 0.5s 0.5s;
      -o-transition: opacity linear 0.5s 0.5s;
      transition: opacity linear 0.5s 0.5s; }
      section#filter-samples .filter-smaples-header .filter-samples-logo img {
        width: 24vw;
        margin-right: 13vw;
        will-change: transform; }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          section#filter-samples .filter-smaples-header .filter-samples-logo img {
            width: 60vw; } }
      section#filter-samples .filter-smaples-header .filter-samples-logo.active {
        opacity: 1; }
    @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
      section#filter-samples .filter-smaples-header {
        flex-direction: column;
        align-items: flex-start;
        width: 80%; } }
  section#filter-samples .Instagram-Filters-header {
    width: 100%;
    text-align: center;
    font-size: 3vw;
    font-family: "Gotham_Ultra", Helvetica;
    color: #000000;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 3vw;
    margin-top: 3vw; }
    section#filter-samples .Instagram-Filters-header.row {
      overflow: hidden; }
      section#filter-samples .Instagram-Filters-header.row span {
        display: table;
        width: 100%;
        transform: translate3d(0, 100%, 0);
        will-change: transform;
        -moz-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.25s;
        -webkit-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.25s;
        -ms-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.25s;
        -o-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.25s;
        transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.25s; }
        section#filter-samples .Instagram-Filters-header.row span br.mob {
          display: none; }
    section#filter-samples .Instagram-Filters-header.active span {
      transform: translate3d(0, 0, 0); }
    @media (min-width: 1700px) {
      section#filter-samples .Instagram-Filters-header {
        font-size: 54px;
        /* line-height: 43px; */
        margin-bottom: 20px; } }
    @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
      section#filter-samples .Instagram-Filters-header {
        width: 80%;
        font-size: 6vw;
        line-height: 7.5vw;
        margin: 0 auto; }
        section#filter-samples .Instagram-Filters-header br.desk {
          display: none; }
        section#filter-samples .Instagram-Filters-header br.mob {
          display: block; } }
  section#filter-samples .filter-samples-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 70%;
    margin: auto;
    justify-content: center; }
    @media (max-width: 1024px) and (min-aspect-ratio: 13 / 10) {
      section#filter-samples .filter-samples-content {
        width: 68%; } }
    @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
      section#filter-samples .filter-samples-content {
        width: 80%; } }
    section#filter-samples .filter-samples-content article.sample-video {
      opacity: 0;
      -moz-transition: opacity linear 0.25s 0s;
      -webkit-transition: opacity linear 0.25s 0s;
      -ms-transition: opacity linear 0.25s 0s;
      -o-transition: opacity linear 0.25s 0s;
      transition: opacity linear 0.25s 0s;
      will-change: opacity;
      align-items: center;
      display: flex;
      flex-direction: column;
      width: 22%; }
      section#filter-samples .filter-samples-content article.sample-video.active {
        opacity: 1; }
      section#filter-samples .filter-samples-content article.sample-video:nth-child(4n+2) {
        margin: 0 3%; }
      section#filter-samples .filter-samples-content article.sample-video:nth-child(4n+3) {
        margin: 0 3% 0 0; }
      @media (max-width: 1024px) and (min-aspect-ratio: 13 / 10) {
        section#filter-samples .filter-samples-content article.sample-video {
          width: 30%; }
          section#filter-samples .filter-samples-content article.sample-video:nth-child(3n+2) {
            margin: 0 5% !important; }
          section#filter-samples .filter-samples-content article.sample-video:nth-child(4n+3) {
            margin: 0 0 0 0; }
          section#filter-samples .filter-samples-content article.sample-video:nth-child(4n+2) {
            margin: 0 0; } }
      @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
        section#filter-samples .filter-samples-content article.sample-video {
          width: 100%;
          margin: 5vw auto !important; }
          section#filter-samples .filter-samples-content article.sample-video:nth-child(3n+2) {
            margin: 0; }
          section#filter-samples .filter-samples-content article.sample-video:nth-child(4n+3) {
            margin: 0; }
          section#filter-samples .filter-samples-content article.sample-video:nth-child(4n+2) {
            margin: 0; } }
      section#filter-samples .filter-samples-content article.sample-video .video-info-cover.mobile-only {
        position: relative;
        top: 0;
        width: 100%;
        left: 0;
        display: none; }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          section#filter-samples .filter-samples-content article.sample-video .video-info-cover.mobile-only {
            display: block; } }
        @media (min-width: 1700px) {
          section#filter-samples .filter-samples-content article.sample-video .video-info-cover.mobile-only {
            height: calc(100% - 3px); } }
        section#filter-samples .filter-samples-content article.sample-video .video-info-cover.mobile-only .cover-content {
          position: relative;
          margin: 2vw 0 3vw 0; }
          section#filter-samples .filter-samples-content article.sample-video .video-info-cover.mobile-only .cover-content .info-head {
            margin-bottom: 10px; }
            @media (min-width: 1700px) {
              section#filter-samples .filter-samples-content article.sample-video .video-info-cover.mobile-only .cover-content .info-head {
                margin-bottom: 15px; } }
            section#filter-samples .filter-samples-content article.sample-video .video-info-cover.mobile-only .cover-content .info-head .row {
              overflow: hidden; }
              section#filter-samples .filter-samples-content article.sample-video .video-info-cover.mobile-only .cover-content .info-head .row span {
                font-size: 5vw;
                line-height: 6vw;
                font-family: "Gotham-Medium", Helvetica;
                color: #000000;
                display: table; }
          section#filter-samples .filter-samples-content article.sample-video .video-info-cover.mobile-only .cover-content .info-detail .row {
            overflow: hidden; }
            section#filter-samples .filter-samples-content article.sample-video .video-info-cover.mobile-only .cover-content .info-detail .row span {
              font-size: 3.5vw;
              line-height: 4vw;
              font-family: "Gotham_Book", Helvetica;
              color: #000000;
              display: table; }
      section#filter-samples .filter-samples-content article.sample-video .video-container {
        width: 100%;
        position: relative; }
        section#filter-samples .filter-samples-content article.sample-video .video-container video {
          width: 100%; }
        section#filter-samples .filter-samples-content article.sample-video .video-container .video-info-cover {
          position: absolute;
          top: 0;
          width: 100%;
          height: calc(100% - 5px);
          background-color: rgba(4, 4, 4, 0.75);
          left: 0;
          opacity: 0;
          -moz-transition: opacity linear 0.25s 0s;
          -webkit-transition: opacity linear 0.25s 0s;
          -ms-transition: opacity linear 0.25s 0s;
          -o-transition: opacity linear 0.25s 0s;
          transition: opacity linear 0.25s 0s; }
          @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
            section#filter-samples .filter-samples-content article.sample-video .video-container .video-info-cover {
              display: none; } }
          @media (min-width: 1700px) {
            section#filter-samples .filter-samples-content article.sample-video .video-container .video-info-cover {
              height: calc(100% - 3px); } }
          section#filter-samples .filter-samples-content article.sample-video .video-container .video-info-cover .cover-content {
            position: absolute;
            bottom: 15px;
            left: 15px; }
            section#filter-samples .filter-samples-content article.sample-video .video-container .video-info-cover .cover-content .info-head {
              margin-bottom: 10px; }
              @media (min-width: 1700px) {
                section#filter-samples .filter-samples-content article.sample-video .video-container .video-info-cover .cover-content .info-head {
                  margin-bottom: 15px; } }
              section#filter-samples .filter-samples-content article.sample-video .video-container .video-info-cover .cover-content .info-head .row {
                overflow: hidden; }
                section#filter-samples .filter-samples-content article.sample-video .video-container .video-info-cover .cover-content .info-head .row span {
                  font-size: 1.36vw;
                  font-family: "Gotham-Medium", Helvetica;
                  color: #ffffff;
                  display: table;
                  transform: translate3d(0, 100%, 0);
                  will-change: transform;
                  -moz-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.25s;
                  -webkit-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.25s;
                  -ms-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.25s;
                  -o-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.25s;
                  transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.25s; }
                  @media (max-width: 1024px) and (min-aspect-ratio: 13 / 10) {
                    section#filter-samples .filter-samples-content article.sample-video .video-container .video-info-cover .cover-content .info-head .row span {
                      font-size: 1.75vw;
                      /*  line-height: 1.6vw; */ } }
                  @media (min-width: 1700px) {
                    section#filter-samples .filter-samples-content article.sample-video .video-container .video-info-cover .cover-content .info-head .row span {
                      font-size: 25px; } }
            section#filter-samples .filter-samples-content article.sample-video .video-container .video-info-cover .cover-content .info-detail .row {
              overflow: hidden; }
              section#filter-samples .filter-samples-content article.sample-video .video-container .video-info-cover .cover-content .info-detail .row span {
                font-size: .8vw;
                font-family: "Gotham_Book", Helvetica;
                color: #ffffff;
                line-height: 1.2vw;
                display: table;
                transform: translate3d(0, 100%, 0);
                will-change: transform;
                -moz-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
                -webkit-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
                -ms-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
                -o-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s;
                transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0s; }
                @media (max-width: 1024px) and (min-aspect-ratio: 13 / 10) {
                  section#filter-samples .filter-samples-content article.sample-video .video-container .video-info-cover .cover-content .info-detail .row span {
                    font-size: 1.2vw;
                    line-height: 1.6vw; } }
                @media (min-width: 1700px) {
                  section#filter-samples .filter-samples-content article.sample-video .video-container .video-info-cover .cover-content .info-detail .row span {
                    font-size: 12.5px;
                    line-height: 17px; } }
        section#filter-samples .filter-samples-content article.sample-video .video-container:hover .video-info-cover {
          opacity: 1; }
          section#filter-samples .filter-samples-content article.sample-video .video-container:hover .video-info-cover .info-head .row span {
            transition-delay: .05s;
            transform: translate3d(0, 0, 0); }
          section#filter-samples .filter-samples-content article.sample-video .video-container:hover .video-info-cover .info-detail .row span {
            transition-delay: .25s;
            transform: translate3d(0, 0, 0); }
      section#filter-samples .filter-samples-content article.sample-video .trigger-btn {
        font-size: 1.2vw;
        font-family: "Gotham-Book", Helvetica;
        color: #ffffff;
        width: 100%;
        text-align: center;
        border-radius: 15px;
        background-color: #833ab4;
        margin: 1vw 0 3vw 0;
        cursor: pointer;
        -moz-transition: background-color linear 0.25s 0s;
        -webkit-transition: background-color linear 0.25s 0s;
        -ms-transition: background-color linear 0.25s 0s;
        -o-transition: background-color linear 0.25s 0s;
        transition: background-color linear 0.25s 0s; }
        @media (min-width: 1700px) {
          section#filter-samples .filter-samples-content article.sample-video .trigger-btn {
            font-size: 19px;
            margin: 15px 0 45px 0; } }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          section#filter-samples .filter-samples-content article.sample-video .trigger-btn {
            font-size: 3.5vw;
            margin: 3vw 0 9vw 0; } }
        section#filter-samples .filter-samples-content article.sample-video .trigger-btn:hover {
          background-color: #000000; }
        section#filter-samples .filter-samples-content article.sample-video .trigger-btn a {
          display: table;
          margin: auto;
          width: 100%;
          color: #ffffff;
          text-decoration: none;
          padding: 1.3vw 0; }
          @media (min-width: 1700px) {
            section#filter-samples .filter-samples-content article.sample-video .trigger-btn a {
              padding: 20px 0; } }
          @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
            section#filter-samples .filter-samples-content article.sample-video .trigger-btn a {
              padding: 3.5vw 0; } }
  section#filter-samples .explore-more-filter {
    font-size: 1.2vw;
    font-family: "Gotham-Book", Helvetica;
    border: 1.5px solid #833ab4;
    width: 70%;
    opacity: 0;
    will-change: opacity;
    margin: auto;
    border-radius: 15px;
    text-align: center;
    cursor: pointer;
    -moz-transition: background-color linear 0.25s 0s, color linear 0.25s 0s, opacity linear 0.25s 0.25s;
    -webkit-transition: background-color linear 0.25s 0s, color linear 0.25s 0s, opacity linear 0.25s 0.25s;
    -ms-transition: background-color linear 0.25s 0s, color linear 0.25s 0s, opacity linear 0.25s 0.25s;
    -o-transition: background-color linear 0.25s 0s, color linear 0.25s 0s, opacity linear 0.25s 0.25s;
    transition: background-color linear 0.25s 0s, color linear 0.25s 0s, opacity linear 0.25s 0.25s; }
    section#filter-samples .explore-more-filter a {
      display: table;
      width: 100%;
      padding: 1.3vw 0;
      color: #833ab4;
      text-decoration: none; }
      @media (min-width: 1700px) {
        section#filter-samples .explore-more-filter a {
          padding: 20px 0; } }
      @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
        section#filter-samples .explore-more-filter a {
          padding: 3.5vw 0; } }
    section#filter-samples .explore-more-filter.active {
      opacity: 1; }
    section#filter-samples .explore-more-filter br.desk {
      display: block; }
    section#filter-samples .explore-more-filter br.mob {
      display: none; }
    @media (max-width: 1024px) and (min-aspect-ratio: 13 / 10) {
      section#filter-samples .explore-more-filter {
        width: 80%; } }
    @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
      section#filter-samples .explore-more-filter {
        width: 80%;
        font-size: 3.5vw;
        /*   padding: 3.5vw 0; */
        line-height: 4.5vw; }
        section#filter-samples .explore-more-filter br.desk {
          display: none; }
        section#filter-samples .explore-more-filter br.mob {
          display: block; } }
    @media (min-width: 1700px) {
      section#filter-samples .explore-more-filter {
        font-size: 19px; } }
    section#filter-samples .explore-more-filter:hover {
      background-color: #833ab4; }
      section#filter-samples .explore-more-filter:hover a {
        color: #ffffff !important; }

section#publish-filter3 {
  padding: 4vw 0;
  background-color: #ffffff; }
  @media (min-width: 1700px) {
    section#publish-filter3 {
      padding: 80px 0; } }
  @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
    section#publish-filter3 {
      padding: 12vw 0; } }
  section#publish-filter3 .publish-header {
    width: 76%;
    margin: 0 auto;
    font-size: 3.2vw;
    font-family: "Gotham-Medium", Helvetica;
    color: #000000;
    overflow: hidden;
    margin-bottom: 1vw; }
    section#publish-filter3 .publish-header.row {
      overflow: hidden; }
      section#publish-filter3 .publish-header.row span {
        display: table;
        width: 100%;
        transform: translate3d(0, 100%, 0);
        will-change: transform;
        -moz-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.25s;
        -webkit-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.25s;
        -ms-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.25s;
        -o-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.25s;
        transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.25s; }
        section#publish-filter3 .publish-header.row span a {
          color: red; }
        section#publish-filter3 .publish-header.row span br.mob {
          display: none; }
    section#publish-filter3 .publish-header.active span {
      transform: translate3d(0, 0, 0); }
    @media (min-width: 1700px) {
      section#publish-filter3 .publish-header {
        font-size: 54px;
        /* line-height: 43px; */
        margin-bottom: 20px; } }
    @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
      section#publish-filter3 .publish-header {
        width: 80%;
        font-size: 6vw;
        line-height: 7.5vw;
        margin-bottom: 1vw; }
        section#publish-filter3 .publish-header br.desk {
          display: none; }
        section#publish-filter3 .publish-header br.mob {
          display: block; } }
  section#publish-filter3 .publish-header-hint {
    font-family: "Gotham_Book", "Helvetica";
    /* line-height: 1.5vw; */
    font-size: 1.2vw;
    color: #000000;
    /* margin-top: 1vw; */
    overflow: hidden;
    text-align: center;
    opacity: 0;
    -moz-transition: opacity linear 0.25s 0.6s;
    -webkit-transition: opacity linear 0.25s 0.6s;
    -ms-transition: opacity linear 0.25s 0.6s;
    -o-transition: opacity linear 0.25s 0.6s;
    transition: opacity linear 0.25s 0.6s; }
    section#publish-filter3 .publish-header-hint.active {
      opacity: 1; }
    section#publish-filter3 .publish-header-hint br.desk {
      display: block; }
    section#publish-filter3 .publish-header-hint br.mob {
      display: none; }
    @media (min-width: 1700px) {
      section#publish-filter3 .publish-header-hint {
        font-size: 19px;
        /* line-height: 25px; */
        /*   margin-top: 20px; */ } }
    @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
      section#publish-filter3 .publish-header-hint {
        font-size: 3.5vw;
        line-height: 4vw;
        /* line-height: 2.75vw; */
        /* margin-top: 2vw; */ }
        section#publish-filter3 .publish-header-hint br.desk {
          display: none; }
        section#publish-filter3 .publish-header-hint br.mob {
          display: block; } }
  section#publish-filter3 .publish-steps {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 70%;
    max-width: 1800px;
    margin: auto;
    position: relative;
    margin-top: 2vw; }
    @media (min-width: 1700px) {
      section#publish-filter3 .publish-steps {
        margin-top: 40px; } }
    @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
      section#publish-filter3 .publish-steps {
        flex-direction: column; } }
    section#publish-filter3 .publish-steps article {
      width: 32%;
      align-items: center;
      display: flex;
      flex-direction: column;
      margin-top: 6vw; }
      @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
        section#publish-filter3 .publish-steps article {
          width: 100%;
          padding: 8vw 0; } }
      section#publish-filter3 .publish-steps article .step-img {
        width: 60%;
        max-width: 220px;
        text-align: center;
        opacity: 0;
        -moz-transition: opacity linear 0.25s 0s;
        -webkit-transition: opacity linear 0.25s 0s;
        -ms-transition: opacity linear 0.25s 0s;
        -o-transition: opacity linear 0.25s 0s;
        transition: opacity linear 0.25s 0s; }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          section#publish-filter3 .publish-steps article .step-img {
            width: 54%;
            max-width: none; } }
        section#publish-filter3 .publish-steps article .step-img img {
          width: 60%; }
      section#publish-filter3 .publish-steps article .step-detail {
        font-family: "Gotham_Book", "Helvetica";
        line-height: 1.6vw;
        font-size: 1.2vw;
        color: #000000;
        /* margin-top: 1vw; */
        overflow: hidden;
        text-align: center;
        margin-top: 1vw; }
        @media (min-width: 1700px) {
          section#publish-filter3 .publish-steps article .step-detail {
            font-size: 19px;
            line-height: 24px;
            margin-top: 20px;
            /* line-height: 25px; */
            /*   margin-top: 20px; */ } }
        @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          section#publish-filter3 .publish-steps article .step-detail {
            font-size: 3.5vw;
            line-height: 4vw;
            margin: 3vw;
            /* line-height: 2.75vw; */
            /* margin-top: 2vw; */ } }
        section#publish-filter3 .publish-steps article .step-detail .row {
          overflow: hidden; }
          section#publish-filter3 .publish-steps article .step-detail .row span {
            display: table;
            width: 100%;
            transform: translate3d(0, 100%, 0);
            will-change: transform;
            -moz-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.25s;
            -webkit-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.25s;
            -ms-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.25s;
            -o-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.25s;
            transition: transform cubic-bezier(0.72, 0, 0.28, 1) 0.5s 0.25s; }
      section#publish-filter3 .publish-steps article.active .step-img {
        opacity: 1; }
      section#publish-filter3 .publish-steps article.active .step-detail .row span {
        transform: translate3d(0, 0, 0); }

section#explore-casestudy {
  width: 100%;
  padding-bottom: 3vw;
  background-color: #f6f6f6;
  /*  display: flex;
    flex-direction: row;
    align-items: flex-end; */ }
  @media (max-width: 600px) and (max-aspect-ratio: 13 / 10) {
    section#explore-casestudy {
      flex-direction: column;
      align-items: flex-start; } }
  @media (min-width: 600px) and (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
    section#explore-casestudy {
      flex-direction: column;
      align-items: flex-start; } }
  section#explore-casestudy .casestudy-content {
    width: 76%;
    margin: 0 auto; }
    @media (max-width: 600px) and (max-aspect-ratio: 13 / 10) {
      section#explore-casestudy .casestudy-content {
        width: 81%; } }
    @media (min-width: 600px) and (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
      section#explore-casestudy .casestudy-content {
        width: 81%; } }
    section#explore-casestudy .casestudy-content .casestudy-header {
      display: flex;
      flex-direction: row;
      z-index: 1;
      position: relative; }
      @media (max-width: 600px) and (max-aspect-ratio: 13 / 10) {
        section#explore-casestudy .casestudy-content .casestudy-header {
          flex-direction: column; } }
      @media (min-width: 600px) and (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
        section#explore-casestudy .casestudy-content .casestudy-header {
          flex-direction: column; } }
      section#explore-casestudy .casestudy-content .casestudy-header .casestudy-title {
        line-height: 3vw;
        font-size: 2.2vw;
        font-family: "Gotham_Ultra", Helvetica;
        width: 32%;
        overflow: hidden; }
        section#explore-casestudy .casestudy-content .casestudy-header .casestudy-title span {
          transform: translate3d(0, 100%, 0);
          display: table;
          -moz-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
          -webkit-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
          -ms-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
          -o-transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
          transition: transform cubic-bezier(0.72, 0, 0.28, 1) 1s 0s;
          will-change: transform; }
        section#explore-casestudy .casestudy-content .casestudy-header .casestudy-title.active span {
          transform: translate3d(0, 0, 0); }
        @media (min-width: 1700px) {
          section#explore-casestudy .casestudy-content .casestudy-header .casestudy-title {
            font-size: 38px;
            line-height: 50px; } }
        @media (max-width: 600px) and (max-aspect-ratio: 13 / 10) {
          section#explore-casestudy .casestudy-content .casestudy-header .casestudy-title {
            width: 100%;
            font-size: 5.2vw;
            line-height: 6.5vw;
            margin: 0 0 6vw 0; } }
        @media (min-width: 600px) and (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          section#explore-casestudy .casestudy-content .casestudy-header .casestudy-title {
            line-height: 5.5vw;
            font-size: 4vw; } }
      section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec {
        display: flex;
        flex-direction: row;
        /*  width: 67%; */
        justify-content: flex-end;
        opacity: 0;
        position: relative;
        -moz-transition: opacity linear 0.25s 0.4s;
        -webkit-transition: opacity linear 0.25s 0.4s;
        -ms-transition: opacity linear 0.25s 0.4s;
        -o-transition: opacity linear 0.25s 0.4s;
        transition: opacity linear 0.25s 0.4s;
        margin-left: 35%;
        width: 32%;
        /* @include for-wide-screen {
                    margin-left: 42.75%;
                    width: 24.25%;
                } */ }
        section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec.active {
          opacity: 1; }
        @media (max-width: 600px) and (max-aspect-ratio: 13 / 10) {
          section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec {
            flex-direction: column;
            width: 100%; } }
        @media (min-width: 600px) and (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec {
            flex-direction: column;
            width: 100%; } }
        @media (max-width: 600px) and (max-aspect-ratio: 13 / 10) {
          section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec {
            margin-left: 0; } }
        @media (min-width: 600px) and (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec {
            margin-left: 0; } }
        section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column.hidden-x {
          z-index: 1;
          overflow-x: hidden;
          height: 110%; }
          @media (max-width: 600px) and (max-aspect-ratio: 13 / 10) {
            section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column.hidden-x {
              overflow-x: auto;
              height: auto; } }
          @media (min-width: 600px) and (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
            section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column.hidden-x {
              overflow-x: auto;
              height: auto; } }
          section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column.hidden-x.active {
            overflow-x: initial; }
          @media (min-width: 1700px) {
            section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column.hidden-x {
              height: auto; } }
        section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column.moveToBack {
          z-index: -1; }
          @media (max-width: 600px) and (max-aspect-ratio: 13 / 10) {
            section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column.moveToBack {
              border-bottom: 1px solid rgba(34, 36, 38, 0.5);
              z-index: 0; } }
          @media (min-width: 600px) and (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
            section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column.moveToBack {
              border-bottom: 1px solid rgba(34, 36, 38, 0.5);
              z-index: 0; } }
        section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column.multi {
          width: 100%;
          /* max-width: 330px; */
          display: flex;
          justify-content: flex-end;
          position: absolute; }
          @media (max-width: 600px) and (max-aspect-ratio: 13 / 10) {
            section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column.multi {
              justify-content: flex-start;
              max-width: none;
              margin: 3vw 0;
              position: relative;
              width: 100%; } }
          @media (min-width: 600px) and (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
            section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column.multi {
              justify-content: flex-start;
              max-width: none;
              margin: 1vw 0;
              position: relative;
              width: 100%; } }
          section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column.multi.right-1 {
            right: 104%; }
            @media (max-width: 600px) and (max-aspect-ratio: 13 / 10) {
              section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column.multi.right-1 {
                right: auto; } }
            @media (min-width: 600px) and (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
              section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column.multi.right-1 {
                right: auto; } }
          section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column.multi.right-2 {
            right: 208%; }
            @media (max-width: 600px) and (max-aspect-ratio: 13 / 10) {
              section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column.multi.right-2 {
                right: auto; } }
            @media (min-width: 600px) and (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
              section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column.multi.right-2 {
                right: auto; } }
          section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column.multi .slide-left {
            transform: translate3d(-100%, 0, 0);
            -moz-transition: transform linear 0.25s 0s;
            -webkit-transition: transform linear 0.25s 0s;
            -ms-transition: transform linear 0.25s 0s;
            -o-transition: transform linear 0.25s 0s;
            transition: transform linear 0.25s 0s; }
            @media (max-width: 600px) and (max-aspect-ratio: 13 / 10) {
              section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column.multi .slide-left {
                transform: translate3d(0, 0, 0); } }
            @media (min-width: 600px) and (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
              section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column.multi .slide-left {
                transform: translate3d(0, 0, 0); } }
            section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column.multi .slide-left.active {
              transform: translate3d(0, 0, 0); }
        section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column.min {
          width: auto;
          display: flex;
          justify-content: flex-end;
          position: absolute;
          height: 100%; }
          section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column.min.right-1 {
            right: 104%; }
            @media (max-width: 600px) and (max-aspect-ratio: 13 / 10) {
              section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column.min.right-1 {
                right: auto; } }
            @media (min-width: 600px) and (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
              section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column.min.right-1 {
                right: auto; } }
          section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column.min.right-2 {
            right: 208%; }
            @media (max-width: 600px) and (max-aspect-ratio: 13 / 10) {
              section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column.min.right-2 {
                right: auto; } }
            @media (min-width: 600px) and (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
              section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column.min.right-2 {
                right: auto; } }
          section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column.min .search.icon {
            font-size: 2vw;
            padding-top: .75vw;
            -moz-transition: color linear 0.25s 0s;
            -webkit-transition: color linear 0.25s 0s;
            -ms-transition: color linear 0.25s 0s;
            -o-transition: color linear 0.25s 0s;
            transition: color linear 0.25s 0s;
            cursor: pointer; }
            @media (min-width: 1700px) {
              section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column.min .search.icon {
                font-size: 30px;
                padding-top: 12px; } }
            section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column.min .search.icon.active {
              color: #f62323; }
        @media (max-width: 600px) and (max-aspect-ratio: 13 / 10) {
          section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column.hidden-mob {
            display: none; } }
        @media (min-width: 600px) and (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column.hidden-mob {
            display: none; } }
        section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column.multi.double {
          width: 206%; }
          @media (min-width: 1700px) {
            section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column.multi.double {
              width: 204%; } }
          @media (max-width: 600px) and (max-aspect-ratio: 13 / 10) {
            section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column.multi.double {
              width: 100%; } }
          @media (min-width: 600px) and (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
            section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column.multi.double {
              width: 100%; } }
        section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column .ui.search {
          width: 100%; }
          section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column .ui.search .ui.icon {
            height: 100%; }
          section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column .ui.search .category {
            display: flex; }
          section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column .ui.search .input {
            width: 100%; }
            section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column .ui.search .input input {
              width: 100%;
              border: none;
              border-bottom: 1px solid rgba(34, 36, 38, 0.5);
              border-radius: 0px;
              line-height: 1.6vw;
              font-size: 1.2vw;
              padding: .67857143em 0em; }
              @media (min-width: 1700px) {
                section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column .ui.search .input input {
                  font-size: 19px;
                  line-height: 25px; } }
              @media (max-width: 600px) and (max-aspect-ratio: 13 / 10) {
                section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column .ui.search .input input {
                  border-bottom: 0;
                  font-size: 3.5vw;
                  line-height: 5vw;
                  width: 100%; } }
              @media (min-width: 600px) and (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
                section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column .ui.search .input input {
                  line-height: 3.7vw;
                  font-size: 2vw;
                  border-bottom: 0; } }
          section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column .ui.search .results {
            width: 100%;
            border-radius: 0px;
            border-color: rgba(34, 36, 38, 0.5);
            max-height: 400px;
            overflow-y: scroll; }
            section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column .ui.search .results .category:nth-child(2n) .results {
              background-color: rgba(255, 255, 255, 0.45); }
            section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column .ui.search .results .category .results {
              border: none; }
            section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column .ui.search .results ::-webkit-scrollbar {
              width: 6px !important; }
            section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column .ui.search .results ::-webkit-scrollbar-thumb {
              cursor: pointer;
              border-radius: 5px;
              background: rgba(0, 0, 0, 0.25);
              -webkit-transition: color .2s ease;
              transition: color .2s ease; }
            section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column .ui.search .results .result .title {
              font-size: 1.1vw;
              /*  line-height: 1.5vw; */ }
              @media (min-width: 1700px) {
                section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column .ui.search .results .result .title {
                  font-size: 17px;
                  /* line-height: 24px; */ } }
              @media (max-width: 600px) and (max-aspect-ratio: 13 / 10) {
                section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column .ui.search .results .result .title {
                  font-size: 3.5vw;
                  /* line-height: 5vw; */
                  width: 100%; } }
            section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column .ui.search .results .result .description {
              font-size: .7vw;
              margin-top: .35vw;
              color: #bbbbbb; }
              @media (min-width: 1700px) {
                section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column .ui.search .results .result .description {
                  font-size: 12px;
                  /* line-height: 8px; */
                  margin-top: 5px; } }
              @media (max-width: 600px) and (max-aspect-ratio: 13 / 10) {
                section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column .ui.search .results .result .description {
                  font-size: 3.5vw;
                  /* line-height: 5vw; */
                  width: 100%; } }
        section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column .ui.dropdown {
          width: 100%;
          border: none;
          border-bottom: 1px solid rgba(34, 36, 38, 0.5);
          border-radius: 0px;
          line-height: 1.6vw;
          font-size: 1.2vw;
          padding: .38571429em 2.1em .38571429em 0;
          box-shadow: none; }
          @media (min-width: 600px) and (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
            section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column .ui.dropdown {
              line-height: 3.7vw;
              font-size: 2vw; } }
          section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column .ui.dropdown .menu {
            max-height: 25.02857143rem; }
            @media (max-width: 600px) and (max-aspect-ratio: 13 / 10) {
              section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column .ui.dropdown .menu {
                max-height: 50rem; } }
          section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column .ui.dropdown ::-webkit-scrollbar {
            width: 6px !important; }
          section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column .ui.dropdown .item {
            font-size: 1.2vw;
            line-height: 1.4vw; }
            @media (min-width: 1700px) {
              section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column .ui.dropdown .item {
                font-size: 19px;
                line-height: 25px; } }
            @media (min-width: 600px) and (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
              section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column .ui.dropdown .item {
                line-height: 3.7vw;
                font-size: 2vw; } }
            @media (max-width: 600px) and (max-aspect-ratio: 13 / 10) {
              section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column .ui.dropdown .item {
                font-size: 3.5vw;
                line-height: 10vw; } }
          @media (min-width: 1700px) {
            section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column .ui.dropdown {
              font-size: 19px;
              line-height: 25px; } }
          @media (max-width: 600px) and (max-aspect-ratio: 13 / 10) {
            section#explore-casestudy .casestudy-content .casestudy-header .explore-sorting-sec .column .ui.dropdown {
              font-size: 3.5vw;
              line-height: 5vw;
              width: 100%; } }
    section#explore-casestudy .casestudy-content .explore-content {
      padding: 3vw 0 0 0;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      /* display: grid;
            grid-template-columns: repeat(3, 3fr);
            grid-auto-rows: 1fr;
            grid-column-gap: 0;
            grid-row-gap: 30px; */
      opacity: 0;
      -moz-transition: opacity linear 0.25s 0.5s;
      -webkit-transition: opacity linear 0.25s 0.5s;
      -ms-transition: opacity linear 0.25s 0.5s;
      -o-transition: opacity linear 0.25s 0.5s;
      transition: opacity linear 0.25s 0.5s; }
      section#explore-casestudy .casestudy-content .explore-content.active {
        opacity: 1; }
      @media (min-width: 1700px) {
        section#explore-casestudy .casestudy-content .explore-content {
          padding: 50px 0 0 0; } }
      section#explore-casestudy .casestudy-content .explore-content .project {
        margin: 0 0 4% 0;
        opacity: 0;
        margin-left: 1%;
        /*  @include for-wide-screen {
                    margin: 0 0 85px 0;
                    width: 24.25%;

                    &:nth-child(4n+1),
                    &:nth-child(4n+2),
                    &:nth-child(4n+3) {
                        margin-right: 1% !important;
                    }
                } */
        -moz-transition: opacity linear 0.25s 0.1s;
        -webkit-transition: opacity linear 0.25s 0.1s;
        -ms-transition: opacity linear 0.25s 0.1s;
        -o-transition: opacity linear 0.25s 0.1s;
        transition: opacity linear 0.25s 0.1s;
        width: 48%; }
        @media (min-width: 600px) and (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          section#explore-casestudy .casestudy-content .explore-content .project {
            height: 43vw; } }
        @media (max-width: 600px) and (max-aspect-ratio: 13 / 10) {
          section#explore-casestudy .casestudy-content .explore-content .project {
            margin: 0 0 15vw 0;
            width: 100%; } }
        @media (min-width: 600px) and (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          section#explore-casestudy .casestudy-content .explore-content .project {
            width: 49%; } }
        section#explore-casestudy .casestudy-content .explore-content .project.active {
          opacity: 1;
          min-height: auto; }
        section#explore-casestudy .casestudy-content .explore-content .project:nth-child(3n+2) {
          /*  margin-left: 2%;
                    margin-right: 2%; */
          /*  @include for-wide-screen {
                        margin-left: 0px;
                        margin-right: 0px;
                    } */ }
          @media (max-width: 600px) and (max-aspect-ratio: 13 / 10) {
            section#explore-casestudy .casestudy-content .explore-content .project:nth-child(3n+2) {
              margin-left: 0px;
              margin-right: 0px; } }
        section#explore-casestudy .casestudy-content .explore-content .project article.item {
          height: 100%; }
          section#explore-casestudy .casestudy-content .explore-content .project article.item .project-box {
            height: 100%;
            position: relative;
            display: table; }
            section#explore-casestudy .casestudy-content .explore-content .project article.item .project-box .project-icon {
              overflow: hidden;
              position: relative;
              /* display: flex; */
              width: 100.5%;
              height: 20.5vw;
              cursor: pointer; }
              @media (max-width: 600px) and (max-aspect-ratio: 13 / 10) {
                section#explore-casestudy .casestudy-content .explore-content .project article.item .project-box .project-icon {
                  display: table; } }
              @media (min-width: 600px) and (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
                section#explore-casestudy .casestudy-content .explore-content .project article.item .project-box .project-icon {
                  height: 22.5vw; } }
              @media (max-width: 1024px) and (min-aspect-ratio: 13 / 10) {
                section#explore-casestudy .casestudy-content .explore-content .project article.item .project-box .project-icon {
                  display: table; } }
              section#explore-casestudy .casestudy-content .explore-content .project article.item .project-box .project-icon a {
                display: flex; }
                @media (max-width: 600px) and (max-aspect-ratio: 13 / 10) {
                  section#explore-casestudy .casestudy-content .explore-content .project article.item .project-box .project-icon a {
                    display: table; } }
                @media (max-width: 1024px) and (min-aspect-ratio: 13 / 10) {
                  section#explore-casestudy .casestudy-content .explore-content .project article.item .project-box .project-icon a {
                    display: table; } }
              section#explore-casestudy .casestudy-content .explore-content .project article.item .project-box .project-icon img {
                width: 101%;
                transform: scale(1);
                -moz-transition: transform ease-out 0.25s 0s;
                -webkit-transition: transform ease-out 0.25s 0s;
                -ms-transition: transform ease-out 0.25s 0s;
                -o-transition: transform ease-out 0.25s 0s;
                transition: transform ease-out 0.25s 0s; }
              section#explore-casestudy .casestudy-content .explore-content .project article.item .project-box .project-icon .video-play-btn {
                position: absolute;
                width: 5vw;
                left: 50%;
                top: 50%;
                right: 0;
                transform: translate3d(-50%, -50%, 0) scale(1);
                -moz-transition: transform ease-out 0.25s 0s;
                -webkit-transition: transform ease-out 0.25s 0s;
                -ms-transition: transform ease-out 0.25s 0s;
                -o-transition: transform ease-out 0.25s 0s;
                transition: transform ease-out 0.25s 0s; }
                @media (max-width: 600px) and (max-aspect-ratio: 13 / 10) {
                  section#explore-casestudy .casestudy-content .explore-content .project article.item .project-box .project-icon .video-play-btn {
                    width: 15vw; } }
              section#explore-casestudy .casestudy-content .explore-content .project article.item .project-box .project-icon .project-icon-cover {
                position: absolute;
                top: 0;
                width: 100%;
                height: 100%;
                left: 0;
                background-color: rgba(0, 0, 0, 0.5);
                -moz-transition: opacity linear 0.15s 0s;
                -webkit-transition: opacity linear 0.15s 0s;
                -ms-transition: opacity linear 0.15s 0s;
                -o-transition: opacity linear 0.15s 0s;
                transition: opacity linear 0.15s 0s; }
                @media (max-width: 600px) and (max-aspect-ratio: 13 / 10) {
                  section#explore-casestudy .casestudy-content .explore-content .project article.item .project-box .project-icon .project-icon-cover {
                    height: 98.5%; } }
              section#explore-casestudy .casestudy-content .explore-content .project article.item .project-box .project-icon:hover .project-icon-cover {
                opacity: 0.5; }
              section#explore-casestudy .casestudy-content .explore-content .project article.item .project-box .project-icon:hover img {
                transform: scale(1.1); }
                @media (max-width: 600px) and (max-aspect-ratio: 13 / 10) {
                  section#explore-casestudy .casestudy-content .explore-content .project article.item .project-box .project-icon:hover img {
                    transform: scale(1); } }
              section#explore-casestudy .casestudy-content .explore-content .project article.item .project-box .project-icon:hover .video-play-btn {
                transform: translate3d(-50%, -50%, 0) scale(1.075); }
            section#explore-casestudy .casestudy-content .explore-content .project article.item .project-box .project_detail {
              display: flex;
              flex-direction: row;
              /* height: calc(100% - 14.3vw); */
              height: calc(100% - 14.5vw);
              padding: 1vw 0; }
              @media (min-width: 600px) and (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
                section#explore-casestudy .casestudy-content .explore-content .project article.item .project-box .project_detail {
                  height: calc(100% - 22.5vw); } }
              section#explore-casestudy .casestudy-content .explore-content .project article.item .project-box .project_detail .brand {
                width: 14%;
                border-radius: 92%;
                display: none;
                overflow: hidden; }
                @media (max-width: 600px) and (max-aspect-ratio: 13 / 10) {
                  section#explore-casestudy .casestudy-content .explore-content .project article.item .project-box .project_detail .brand {
                    width: 17%; } }
                @media (min-width: 600px) and (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
                  section#explore-casestudy .casestudy-content .explore-content .project article.item .project-box .project_detail .brand {
                    width: 14%; } }
                section#explore-casestudy .casestudy-content .explore-content .project article.item .project-box .project_detail .brand img {
                  width: 100%; }
              @media (max-width: 600px) and (max-aspect-ratio: 13 / 10) {
                section#explore-casestudy .casestudy-content .explore-content .project article.item .project-box .project_detail {
                  padding: 1vw; } }
              @media (min-width: 1700px) {
                section#explore-casestudy .casestudy-content .explore-content .project article.item .project-box .project_detail {
                  padding: 19px; } }
              section#explore-casestudy .casestudy-content .explore-content .project article.item .project-box .project_detail .detail {
                width: 100%; }
                section#explore-casestudy .casestudy-content .explore-content .project article.item .project-box .project_detail .detail .main-info {
                  width: 100%;
                  display: table;
                  margin-bottom: 5px;
                  font-size: 12px;
                  color: black; }
                  @media (max-width: 600px) and (max-aspect-ratio: 13 / 10) {
                    section#explore-casestudy .casestudy-content .explore-content .project article.item .project-box .project_detail .detail .main-info {
                      font-size: 2.5vw;
                      margin-top: 1vw;
                      margin-bottom: 2vw; } }
                  @media (min-width: 600px) and (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
                    section#explore-casestudy .casestudy-content .explore-content .project article.item .project-box .project_detail .detail .main-info {
                      margin-top: 1vw;
                      margin-bottom: 1vw; } }
                section#explore-casestudy .casestudy-content .explore-content .project article.item .project-box .project_detail .detail .project-info {
                  line-height: 1.6vw;
                  font-size: 1.2vw;
                  margin: 0 0 3.3vw 0;
                  text-overflow: clip;
                  font-family: "Gotham-Book", "Helvetica"; }
                  @media (min-width: 1700px) {
                    section#explore-casestudy .casestudy-content .explore-content .project article.item .project-box .project_detail .detail .project-info {
                      font-size: 19px;
                      line-height: 32px;
                      margin: 0 0 65px 0; } }
                  @media (min-width: 600px) and (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
                    section#explore-casestudy .casestudy-content .explore-content .project article.item .project-box .project_detail .detail .project-info {
                      line-height: 2vw;
                      font-size: 1.7vw; } }
                  @media (max-width: 600px) and (max-aspect-ratio: 13 / 10) {
                    section#explore-casestudy .casestudy-content .explore-content .project article.item .project-box .project_detail .detail .project-info {
                      font-size: 2.8vw;
                      line-height: 5vw;
                      margin: 0 0 15vw 0; } }
                  section#explore-casestudy .casestudy-content .explore-content .project article.item .project-box .project_detail .detail .project-info mark {
                    color: #ffffff;
                    background-color: #f62323; }
                section#explore-casestudy .casestudy-content .explore-content .project article.item .project-box .project_detail .detail .project-date {
                  font-family: "Gotham_Book", "Helvetica";
                  float: right;
                  color: #a3a3a3; }
                section#explore-casestudy .casestudy-content .explore-content .project article.item .project-box .project_detail .detail .project-title {
                  float: left;
                  font-family: "Gotham-Medium", "Helvetica";
                  font-size: 1.7vw; }
                  @media (min-width: 1700px) {
                    section#explore-casestudy .casestudy-content .explore-content .project article.item .project-box .project_detail .detail .project-title {
                      font-size: 30px; } }
                  @media (min-width: 600px) and (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
                    section#explore-casestudy .casestudy-content .explore-content .project article.item .project-box .project_detail .detail .project-title {
                      font-size: 1.3vw; } }
                  @media (max-width: 600px) and (max-aspect-ratio: 13 / 10) {
                    section#explore-casestudy .casestudy-content .explore-content .project article.item .project-box .project_detail .detail .project-title {
                      font-size: 3vw; } }
                section#explore-casestudy .casestudy-content .explore-content .project article.item .project-box .project_detail .detail .btn-action {
                  position: absolute;
                  bottom: 0vw;
                  background: #f62323;
                  display: table;
                  font-family: "Gotham-Medium", "Helvetica";
                  font-size: 1vw;
                  margin-top: 25px;
                  color: white;
                  -moz-transition: color linear 0.25s 0s, background-color linear 0.25s 0s;
                  -webkit-transition: color linear 0.25s 0s, background-color linear 0.25s 0s;
                  -ms-transition: color linear 0.25s 0s, background-color linear 0.25s 0s;
                  -o-transition: color linear 0.25s 0s, background-color linear 0.25s 0s;
                  transition: color linear 0.25s 0s, background-color linear 0.25s 0s;
                  cursor: pointer;
                  width: 100%;
                  text-align: center;
                  /* &:hover {
                                    background: #000000;
                                    border: 1px solid rgba(0, 0, 0, 0);
                                    
                                } */ }
                  @media (min-width: 1700px) {
                    section#explore-casestudy .casestudy-content .explore-content .project article.item .project-box .project_detail .detail .btn-action {
                      font-size: 15px;
                      line-height: 20px; } }
                  @media (min-width: 600px) and (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
                    section#explore-casestudy .casestudy-content .explore-content .project article.item .project-box .project_detail .detail .btn-action {
                      bottom: 2vw;
                      font-size: 1.3vw; } }
                  @media (max-width: 600px) and (max-aspect-ratio: 13 / 10) {
                    section#explore-casestudy .casestudy-content .explore-content .project article.item .project-box .project_detail .detail .btn-action {
                      font-size: 3.5vw;
                      line-height: 5vw;
                      width: 100% !important;
                      text-align: center;
                      /*   padding: 2vw 0; */ } }
                  section#explore-casestudy .casestudy-content .explore-content .project article.item .project-box .project_detail .detail .btn-action:hover {
                    background: #000000;
                    border: 1px solid rgba(0, 0, 0, 0);
                    color: #fff; }
                    section#explore-casestudy .casestudy-content .explore-content .project article.item .project-box .project_detail .detail .btn-action:hover a {
                      color: white; }
                  section#explore-casestudy .casestudy-content .explore-content .project article.item .project-box .project_detail .detail .btn-action a {
                    padding: 1.2vw;
                    color: white;
                    text-decoration: none;
                    -moz-transition: color linear 0.25s 0s;
                    -webkit-transition: color linear 0.25s 0s;
                    -ms-transition: color linear 0.25s 0s;
                    -o-transition: color linear 0.25s 0s;
                    transition: color linear 0.25s 0s;
                    display: flex;
                    justify-content: center; }
                    @media (min-width: 1700px) {
                      section#explore-casestudy .casestudy-content .explore-content .project article.item .project-box .project_detail .detail .btn-action a {
                        padding: 10px; } }
                    @media (min-width: 600px) and (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
                      section#explore-casestudy .casestudy-content .explore-content .project article.item .project-box .project_detail .detail .btn-action a {
                        padding: 1vw; } }
                    @media (max-width: 600px) and (max-aspect-ratio: 13 / 10) {
                      section#explore-casestudy .casestudy-content .explore-content .project article.item .project-box .project_detail .detail .btn-action a {
                        padding: 1.55vw; } }
      section#explore-casestudy .casestudy-content .explore-content .not-found {
        font-family: "Gotham_Ultra", "Helvetica";
        font-size: 2.2vw;
        color: #adadad;
        margin: auto;
        padding: 7vw 0; }
        @media (min-width: 1700px) {
          section#explore-casestudy .casestudy-content .explore-content .not-found {
            font-size: 38px;
            padding: 100px 0; } }
        @media (max-width: 600px) and (max-aspect-ratio: 13 / 10) {
          section#explore-casestudy .casestudy-content .explore-content .not-found {
            font-size: 5.2vw; } }
        @media (min-width: 600px) and (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
          section#explore-casestudy .casestudy-content .explore-content .not-found {
            font-size: 4vw; } }
    section#explore-casestudy .casestudy-content .explore-footer .load-more {
      border: 1px solid #f62323;
      background-color: #ffffff;
      display: table;
      padding: .8vw 5vw;
      font-size: 1.2vw;
      font-family: "Gotham-Medium", "Helvetica";
      color: #f62323;
      margin: auto;
      opacity: 0;
      -moz-transition: color linear 0.25s 0s, background-color linear 0.25s 0s;
      -webkit-transition: color linear 0.25s 0s, background-color linear 0.25s 0s;
      -ms-transition: color linear 0.25s 0s, background-color linear 0.25s 0s;
      -o-transition: color linear 0.25s 0s, background-color linear 0.25s 0s;
      transition: color linear 0.25s 0s, background-color linear 0.25s 0s; }
      section#explore-casestudy .casestudy-content .explore-footer .load-more.active {
        opacity: 0.25; }
      @media (min-width: 1700px) {
        section#explore-casestudy .casestudy-content .explore-footer .load-more {
          font-size: 19px;
          padding: 14px 83px; } }
      @media (max-width: 600px) and (max-aspect-ratio: 13 / 10) {
        section#explore-casestudy .casestudy-content .explore-footer .load-more {
          font-size: 3.5vw;
          padding: 2vw 0;
          width: 80%;
          text-align: center; } }
      @media (min-width: 600px) and (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
        section#explore-casestudy .casestudy-content .explore-footer .load-more {
          font-size: 2vw;
          padding: 1.5vw 10vw;
          width: auto;
          text-align: center; } }
      section#explore-casestudy .casestudy-content .explore-footer .load-more.active {
        opacity: 1;
        cursor: pointer; }
        section#explore-casestudy .casestudy-content .explore-footer .load-more.active:hover {
          color: #ffffff;
          background-color: #f62323; }

section#webARExamples {
  padding: 4vw 0;
  background-color: #ffffff; }
  @media (min-width: 1700px) {
    section#webARExamples {
      padding: 80px 0; } }
  @media (max-width: 1024px) and (max-aspect-ratio: 13 / 10) {
    section#webARExamples {
      padding: 12vw 0; } }
  section#webARExamples .exampleContainer {
    display: flex;
    width: 76%; }
    section#webARExamples .exampleContainer .webARExample {
      width: 50%; }
      section#webARExamples .exampleContainer .webARExample img {
        width: 100%; }
