/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: 'Lato';
  src: url(9d883d540ee2b4de8024.ttf) format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url(636be8de934918e38ed9.ttf) format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url(57dee8aface5572f9101.ttf) format('truetype');
  font-weight: 900;
  font-display: swap;
}
body {
  font-family: 'Lato', Arial;
  height: 100vh;
}
* {
  box-sizing: border-box;
}
.btn {
  border-radius: 25px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  background-image: linear-gradient(to right, #9153c7 0%, #fa1d42);
  color: #fff;
  border: 0;
  padding: 15px 25px;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
}
.btn.change-file {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  border-radius: 18px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #e3e4e4;
  background-color: #fff;
  background-image: none;
  color: #227fbb;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
}
.btn:hover {
  opacity: 0.7;
}
#mute-button {
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}
#mute-button:hover {
  opacity: 0.7;
}
#mute-button .mute-icon {
  display: none;
}
#mute-button .unmute-icon {
  display: inline-block;
}
#mute-button.off .mute-icon {
  display: inline-block;
}
#mute-button.off .unmute-icon {
  display: none;
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  height: 112px;
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.29);
  border-bottom: solid 1px #e0e6ed;
}
header .logo {
  width: 188px;
  height: 47px;
  object-fit: contain;
}
header .header-right {
  display: flex;
  align-items: center;
}
header .header-right .text {
  margin-right: 20px;
  width: 150px;
  font-weight: 900;
  display: inline-block;
  font-size: 15px;
  text-align: center;
  position: relative;
}
header .header-right .text::after {
  content: "";
  position: absolute;
  background-image: url(6cf623e005ea4bf63c40.svg);
  background-size: 85px 84px;
  width: 85px;
  height: 84px;
  top: -50px;
  right: -18px;
  z-index: -1;
}
@media (max-width: 767.98px) {
  header {
    height: 90px;
  }
  header .logo {
    width: 140px;
  }
  header .header-right .text {
    display: none;
  }
}
@media (max-width: 539.98px) {
  header .logo {
    width: 120px;
  }
  header .btn {
    padding: 10px 20px;
    font-size: 14px;
  }
}
footer {
  height: 110px;
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.29);
  border-top: solid 1px #e0e6ed;
  background-color: #fff;
}
footer .client-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-evenly;
  text-align: center;
}
footer .client-list li {
  display: inline-block;
}
footer .client-list li img {
  object-fit: contain;
}
footer .client-list li:first-child {
  font-weight: bold;
}
footer .client-list li:nth-child(2) img {
  width: 69px;
  height: 20px;
}
footer .client-list li:nth-child(3) img {
  width: 97px;
  height: 33px;
}
footer .client-list li:nth-child(4) img {
  width: 104px;
  height: 33px;
}
footer .client-list li:nth-child(5) img {
  width: 26px;
  height: 54px;
}
footer .client-list li:nth-child(6) img {
  width: 98px;
  height: 34px;
}
footer .client-list li:nth-child(7) img {
  width: 96px;
  height: 30px;
}
footer .client-list li:nth-child(8) img {
  width: 104px;
  height: 23px;
}
footer .client-list li:nth-child(9) img {
  width: 90px;
  height: 34px;
}
@media (max-width: 991.98px) {
  footer {
    height: auto;
  }
  footer .client-list {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  footer .client-list li {
    width: 25%;
    text-align: center;
    margin-bottom: 25px;
  }
  footer .client-list li img {
    vertical-align: text-bottom;
  }
  footer .client-list li:first-child {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  footer .client-list li {
    width: 33.33333%;
  }
}
@media (max-width: 539.98px) {
  footer .client-list li {
    width: 50%;
  }
  footer .client-list li img {
    vertical-align: middle;
  }
}
main {
  height: calc(100vh - 222px);
  position: relative;
}
main .hero {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
main .hero h1 {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 900;
}
main .hero .drag-drop-container {
  width: 700px;
  max-width: 90vw;
  border-radius: 64px;
  border: dashed 2px #e1e1e1;
  background-color: #fafafa;
  padding: 110px 20px;
  margin: 0;
}
main .hero .drag-drop-container .icon img {
  width: 69px;
  height: 66px;
  object-fit: contain;
}
main .hero .drag-drop-container.active {
  border-width: 4px;
  background-color: #f5f5f5;
}
main .hero .drag-drop-container .icon {
  margin-bottom: 25px;
}
main .hero .drag-drop-container .guide-text.big {
  font-size: 28px;
  margin-bottom: 15px;
}
main .hero .drag-drop-container .guide-text.small {
  font-size: 16px;
}
main .hero .drag-drop-container .guide-text a {
  position: relative;
  text-decoration: none;
  color: #000;
}
main .hero .drag-drop-container .guide-text a::before {
  content: "";
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  height: 2px;
  background: linear-gradient(to right, #9153c7 0%, #fa1d42);
}
@media (max-width: 767.98px) {
  main .hero h1 {
    font-size: 24px;
  }
  main .hero .drag-drop-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  main .hero .drag-drop-container .icon img {
    width: 50px;
    height: 50px;
  }
  main .hero .drag-drop-container .guide-text.big {
    font-size: 20px;
  }
  main .hero .drag-drop-container .guide-text.small {
    font-size: 14px;
  }
}
main #scene {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@-webkit-keyframes mousemove {
  21% {
    -webkit-transform: translate(0px, 2px);
    transform: translate(0px, 2px);
  }
  56% {
    -webkit-transform: translate(10px, 1px);
    transform: translate(10px, 1px);
  }
  98% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }
}
@keyframes mousemove {
  21% {
    -webkit-transform: translate(0px, 2px);
    transform: translate(0px, 2px);
  }
  56% {
    -webkit-transform: translate(10px, 1px);
    transform: translate(10px, 1px);
  }
  98% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }
}
@-webkit-keyframes mouseinner {
  8% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }
  38% {
    -webkit-transform: translate(1px, 4px);
    transform: translate(1px, 4px);
  }
  62% {
    -webkit-transform: translate(1px, 4px);
    transform: translate(1px, 4px);
  }
  90% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }
}
@keyframes mouseinner {
  8% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }
  38% {
    -webkit-transform: translate(1px, 4px);
    transform: translate(1px, 4px);
  }
  62% {
    -webkit-transform: translate(1px, 4px);
    transform: translate(1px, 4px);
  }
  90% {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }
}
@-webkit-keyframes mouserotate {
  8% {
    -webkit-transform: translate(0px, 16px) rotate(0deg) translate(0px, -16px);
    transform: translate(0px, 16px) rotate(0deg) translate(0px, -16px);
  }
  27% {
    -webkit-transform: translate(0px, 16px) rotate(-6deg) translate(0px, -16px);
    transform: translate(0px, 16px) rotate(-6deg) translate(0px, -16px);
  }
  57% {
    -webkit-transform: translate(0px, 16px) rotate(9.5deg) translate(0px, -16px);
    transform: translate(0px, 16px) rotate(9.5deg) translate(0px, -16px);
  }
}
@keyframes mouserotate {
  8% {
    -webkit-transform: translate(0px, 16px) rotate(0deg) translate(0px, -16px);
    transform: translate(0px, 16px) rotate(0deg) translate(0px, -16px);
  }
  27% {
    -webkit-transform: translate(0px, 16px) rotate(-6deg) translate(0px, -16px);
    transform: translate(0px, 16px) rotate(-6deg) translate(0px, -16px);
  }
  57% {
    -webkit-transform: translate(0px, 16px) rotate(9.5deg) translate(0px, -16px);
    transform: translate(0px, 16px) rotate(9.5deg) translate(0px, -16px);
  }
}
@-webkit-keyframes leftclick {
  10% {
    background-color: #aeaeae;
  }
  50% {
    background-color: #aeaeae;
  }
  56% {
    background-color: #999;
  }
}
@keyframes leftclick {
  10% {
    background-color: #aeaeae;
  }
  50% {
    background-color: #aeaeae;
  }
  56% {
    background-color: #999;
  }
}
.animated-mouse-wrapper {
  pointer-events: none;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  -webkit-transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  display: inline-block;
  position: absolute;
  bottom: 60px;
  left: 50%;
  margin-left: -9px;
}
.animated-mouse-move {
  height: 32px;
  width: 18px;
  transition: opacity 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  display: inline-block;
}
.animated-mouse-bg {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 11px;
  height: 36px;
  position: absolute;
  -webkit-transform: translate(-2px, -11px);
  transform: translate(-2px, -11px);
  width: 22px;
}
.animated-mouse-buttons {
  border-radius: 9px 9px 0 0;
  height: 9px;
  overflow: hidden;
  position: absolute;
  -webkit-transform: translate(0px, -9px);
  transform: translate(0px, -9px);
  width: 18px;
}
.animated-mouse-left-button {
  background-color: #fff;
  height: 9px;
  position: absolute;
  width: 9px;
}
.animated-mouse-right-button {
  background-color: #fff;
  height: 9px;
  position: absolute;
  -webkit-transform: translate(9px, 0);
  transform: translate(9px, 0);
  width: 9px;
}
.animated-mouse-scroll-wheel {
  position: absolute;
  height: 3px;
  width: 3px;
  border-radius: 1.5px;
  -webkit-transform: translate(7.5px, -1px);
  transform: translate(7.5px, -1px);
  background: #aeaeae;
}
.animated-mouse-body {
  background-color: #fff;
  border-radius: 9px;
  height: 32px;
  margin-top: -9px;
  position: absolute;
  width: 18px;
}
.animated-mouse-helptext {
  background: rgba(0, 0, 0, 0.5);
  padding: 2px 4px;
  border-radius: 3px;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: 500;
  margin: 2px;
  text-align: center;
  white-space: nowrap;
}
.animated-mouse--animate div {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated-mouse--animate .animated-mouse-move {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: mousemove;
  animation-name: mousemove;
  height: 32px;
  width: 18px;
}
.animated-mouse--animate .animated-mouse-rotate {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: mouserotate;
  animation-name: mouserotate;
}
.animated-mouse--animate .animated-mouse-inner {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: mouseinner;
  animation-name: mouseinner;
}
.animated-mouse--animate .animated-mouse-left-button {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: leftclick;
  animation-name: leftclick;
}
@-webkit-keyframes moveright {
  56% {
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0);
  }
  100% {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
  }
}
@keyframes moveright {
  56% {
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0);
  }
  100% {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
  }
}
.fov-slider-container {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 26px;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 12px;
}
.fov-slider-container .fov-button {
  border: 0;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  margin-top: 10px;
}
.fov-slider-container .fov-button#increase {
  margin-top: 0;
  margin-bottom: 10px;
}

#noty_layout__topRight {
  top: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#noty_layout__topRight .noty_bar {
  border-radius: 10px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}
#noty_layout__topRight .noty_bar .noty_body {
  padding: 10px;
  padding-left: 40px;
}
#noty_layout__topRight .noty_bar img {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
#noty_layout__topRight .noty_theme__mint.noty_type__error {
  border: solid 1px #eb1d31;
  background-color: #eb1d31;
}

