@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&amp;display=swap);

@import url('https://fonts.googleapis.com/css2?family=Mochiy+Pop+One&display=swap');
/*font-family: 'Mochiy Pop One', sans-serif;*/
 /*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
html {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #fff;
  color: #6e4a36;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  letter-spacing: normal;
  line-height: normal;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.-cursor {
  cursor: none !important;
}
body.-cursor * {
  /* cursor: none !important; */
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:focus {
  outline: 0 !important;
}
::-moz-selection {
  color: #fff;
  background: #e94c3d;
}
::selection {
  color: #fff;
  background: #e65252;
}
a {
  color: inherit;
  cursor: pointer;
}
a:focus,
a:hover {
  color: inherit;
  text-decoration: underline;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
figure {
  margin: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.wt-view {
  height: 100%;
  background: #fff;
}
.wt-content {
  height: 100%;
}
.wt-content .scrollbar-track {
  right: 3px;
  background: 0 0;
}
.wt-content .scrollbar-thumb-y {
  background: #4d53ca;
}
.wt-content .scrollbar-thumb-y:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -3px;
  left: -3px;
  bottom: 0;
}
.wt-content .scrollbar-thumb-y:hover {
  background: #e94c3d;
}
.wt-content .scroll-content {
  height: 100%;
  will-change: transform;
}
.wt-content .scrollmagic-pin-spacer {
  margin: 0 !important;
}
.wt-content .scrollmagic-pin-spacer > * {
  margin: 0 !important;
}
.wt-container,
.wt-footer-container,
.wt-getapp-footer-container,
.wt-navbar-container {
  padding: 0 30px;
}
@media (min-width: 768px) {
  .wt-container,
  .wt-footer-container,
  .wt-getapp-footer-container,
  .wt-navbar-container {
    padding: 0 50px;
  }
}
@media (min-width: 1200px) {
  .wt-container,
  .wt-footer-container,
  .wt-getapp-footer-container,
  .wt-navbar-container {
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media (min-width: 1600px) {
  .wt-container,
  .wt-footer-container,
  .wt-getapp-footer-container,
  .wt-navbar-container {
    max-width: 1600px;
    padding: 0 70px;
  }
}
.-lg.wt-footer-container,
.-lg.wt-getapp-footer-container,
.-lg.wt-navbar-container,
.wt-advantage-container,
.wt-brief-container,
.wt-change-container,
.wt-container.-lg,
.wt-description-container,
.wt-envelope-container,
.wt-feature-container,
.wt-getapp-container,
.wt-hero-container,
.wt-intro-container,
.wt-outro-container,
.wt-showreel-container {
  padding: 0 30px;
}
@media (min-width: 768px) {
  .-lg.wt-footer-container,
  .-lg.wt-getapp-footer-container,
  .-lg.wt-navbar-container,
  .wt-advantage-container,
  .wt-brief-container,
  .wt-change-container,
  .wt-container.-lg,
  .wt-description-container,
  .wt-envelope-container,
  .wt-feature-container,
  .wt-getapp-container,
  .wt-hero-container,
  .wt-intro-container,
  .wt-outro-container,
  .wt-showreel-container {
    padding: 0 90px;
  }
}
@media (min-width: 1024px) {
  .-lg.wt-footer-container,
  .-lg.wt-getapp-footer-container,
  .-lg.wt-navbar-container,
  .wt-advantage-container,
  .wt-brief-container,
  .wt-change-container,
  .wt-container.-lg,
  .wt-description-container,
  .wt-envelope-container,
  .wt-feature-container,
  .wt-getapp-container,
  .wt-hero-container,
  .wt-intro-container,
  .wt-outro-container,
  .wt-showreel-container {
    padding: 0 120px;
  }
}
@media (min-width: 1200px) {
  .-lg.wt-footer-container,
  .-lg.wt-getapp-footer-container,
  .-lg.wt-navbar-container,
  .wt-advantage-container,
  .wt-brief-container,
  .wt-change-container,
  .wt-container.-lg,
  .wt-description-container,
  .wt-envelope-container,
  .wt-feature-container,
  .wt-getapp-container,
  .wt-hero-container,
  .wt-intro-container,
  .wt-outro-container,
  .wt-showreel-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 130px;
  }
}
@media (min-width: 1600px) {
  .-lg.wt-footer-container,
  .-lg.wt-getapp-footer-container,
  .-lg.wt-navbar-container,
  .wt-advantage-container,
  .wt-brief-container,
  .wt-change-container,
  .wt-container.-lg,
  .wt-description-container,
  .wt-envelope-container,
  .wt-feature-container,
  .wt-getapp-container,
  .wt-hero-container,
  .wt-intro-container,
  .wt-outro-container,
  .wt-showreel-container {
    max-width: 1600px;
    padding: 0 270px 0 270px;
  }
}
.text-center
{
  text-align: center;
}
.wt-bound {
  width: 100%;
  overflow: hidden;
}
.wt-svgsprite {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  vertical-align: middle;
}
.wt-sprite {
  display: inline-block;
  background-image: url(../img/sprites/sprites.png);
  background-repeat: no-repeat;
}
.wt-sprite.-e-alarm {
  background-position: -77px -76px;
  width: 25px;
  height: 28px;
}
.wt-sprite.-e-book {
  background-position: 0 -109px;
  width: 24px;
  height: 29px;
}
.wt-sprite.-e-briefcase {
  background-position: -103px -76px;
  width: 28px;
  height: 25px;
}
.wt-sprite.-e-clutch {
  background-position: -99px -38px;
  width: 40px;
  height: 36px;
}
.wt-sprite.-e-darts {
  background-position: -48px -76px;
  width: 28px;
  height: 28px;
}
.wt-sprite.-e-diamond {
  background-position: -99px 0;
  width: 44px;
  height: 37px;
}
.wt-sprite.-e-key {
  background-position: -48px 0;
  width: 50px;
  height: 50px;
}
.wt-sprite.-e-money {
  background-position: 0 -76px;
  width: 47px;
  height: 32px;
}
.wt-sprite.-e-moneybag {
  background-position: -144px 0;
  width: 32px;
  height: 43px;
}
.wt-sprite.-e-ok {
  background-position: -144px -44px;
  width: 31px;
  height: 40px;
}
.wt-sprite.-wcard {
  background-position: 0 0;
  width: 47px;
  height: 75px;
}
@media (-webkit-min-device-pixel-ratio: 2),
  (-o-min-device-pixel-ratio: 2/1),
  (min-resolution: 192dpi) {
  .wt-sprite {
    background-image: url(../img/sprites/sprites@2x.png);
    -webkit-background-size: 176px 138px;
    -moz-background-size: 176px 138px;
    background-size: 176px 138px;
  }
}
.wt-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  contain: layout style size;
  pointer-events: none;
  will-change: transform;
}
.wt-cursor:after,
.wt-cursor:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 22px;
  height: 22px;
  margin: -11px 0 0 -11px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  background:#e65252;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out, -moz-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out,
    -moz-transform 0.4s ease-in-out, -o-transform 0.4s ease-in-out;
}
.wt-cursor:after {
  opacity: 0;
  animation: wt-cursor-loading 0.6s infinite alternate-reverse paused;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.wt-cursor:before {
  width: 88px;
  height: 88px;
  margin: -44px 0 0 -44px;
}
@supports (mix-blend-mode: exclusion) {
  .wt-cursor.-default,
  .wt-cursor.-exclusion {
    mix-blend-mode: exclusion;
  }
}
@supports (mix-blend-mode: exclusion) {
  .wt-cursor.-default:after,
  .wt-cursor.-default:before,
  .wt-cursor.-exclusion:after,
  .wt-cursor.-exclusion:before {
    background: #ded742;
  }
}
.wt-cursor.-normal,
.wt-cursor.-scale {
  mix-blend-mode: normal;
}
.wt-cursor.-normal:after,
.wt-cursor.-normal:before,
.wt-cursor.-scale:after,
.wt-cursor.-scale:before {
  background: #e94c3d;
  
}
.wt-cursor.-scrollbar:before,
.wt-cursor.-visible:before,
.wt-cursor.wt-navbar.-open:before,
.wt-navbar.-open .wt-cursor.wt-navbar.wt-navbar-menu:before {
  -webkit-transform: scale(0.25);
  -moz-transform: scale(0.25);
  -ms-transform: scale(0.25);
  -o-transform: scale(0.25);
  transform: scale(0.25);
}
.wt-cursor.-loading.-scrollbar,
.wt-cursor.-loading.wt-navbar.-open,
.wt-cursor.-visible.-loading,
.wt-navbar.-open .wt-cursor.-loading.wt-navbar.wt-navbar-menu {
  z-index: 1000;
}
.wt-cursor.-loading.-scrollbar:before,
.wt-cursor.-loading.wt-navbar.-open:before,
.wt-cursor.-visible.-loading:before,
.wt-navbar.-open .wt-cursor.-loading.wt-navbar.wt-navbar-menu:before {
  -webkit-transform: scale(0) !important;
  -moz-transform: scale(0) !important;
  -ms-transform: scale(0) !important;
  -o-transform: scale(0) !important;
  transform: scale(0) !important;
}
.wt-cursor.-loading.-scrollbar:after,
.wt-cursor.-loading.wt-navbar.-open:after,
.wt-cursor.-visible.-loading:after,
.wt-navbar.-open .wt-cursor.-loading.wt-navbar.wt-navbar-menu:after {
  opacity: 1;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
.wt-cursor.-hidden:before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.wt-cursor.-pointer:before {
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -o-transform: scale(0.1);
  transform: scale(0.1);
}
.wt-cursor.-magnetic:before {
  -webkit-transform: scale(0.15);
  -moz-transform: scale(0.15);
  -ms-transform: scale(0.15);
  -o-transform: scale(0.15);
  transform: scale(0.15);
}
.wt-cursor.-default:before {
  -webkit-transform: scale(0.25);
  -moz-transform: scale(0.25);
  -ms-transform: scale(0.25);
  -o-transform: scale(0.25);
  transform: scale(0.25);
}
.wt-cursor.-scale {
  z-index: 98;
}
.wt-cursor.-scale:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.wt-cursor.-scrollbar:before {
  -webkit-transform: scale(0.18);
  -moz-transform: scale(0.18);
  -ms-transform: scale(0.18);
  -o-transform: scale(0.18);
  transform: scale(0.18);
}
.wt-cursor.-opaque:before {
  background: rgba(255, 255, 255, 0.2);
}
.safari .wt-cursor:before {
  width: 88px;
  height: 88px;
  margin: -44px 0 0 -44px;
}
.safari .wt-cursor.-scrollbar:before,
.safari .wt-cursor.-visible:before,
.safari .wt-cursor.wt-navbar.-open:before,
.safari .wt-navbar.-open .wt-cursor.wt-navbar.wt-navbar-menu:before,
.wt-navbar.-open .safari .wt-cursor.wt-navbar.wt-navbar-menu:before {
  -webkit-transform: scale(0.25);
  -moz-transform: scale(0.25);
  -ms-transform: scale(0.25);
  -o-transform: scale(0.25);
  transform: scale(0.25);
}
.safari .wt-cursor.-hidden:before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.safari .wt-cursor.-pointer:before {
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -o-transform: scale(0.1);
  transform: scale(0.1);
}
.safari .wt-cursor.-magnetic:before {
  -webkit-transform: scale(0.15);
  -moz-transform: scale(0.15);
  -ms-transform: scale(0.15);
  -o-transform: scale(0.15);
  transform: scale(0.15);
}
.safari .wt-cursor.-default:before {
  -webkit-transform: scale(0.25);
  -moz-transform: scale(0.25);
  -ms-transform: scale(0.25);
  -o-transform: scale(0.25);
  transform: scale(0.25);
}
.safari .wt-cursor.-scale:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.safari .wt-cursor.-scrollbar:before {
  -webkit-transform: scale(0.18);
  -moz-transform: scale(0.18);
  -ms-transform: scale(0.18);
  -o-transform: scale(0.18);
  transform: scale(0.18);
}
@-webkit-keyframes wt-cursor-loading {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes wt-cursor-loading {
  0% {
    -moz-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes wt-cursor-loading {
  0% {
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes wt-cursor-loading {
  0% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.wt-navbar-container {
  height: 100%;
  max-width: none;
  padding-top: 30px;
}
.wt-navbar-strip {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 64px;
  z-index: 99;
  pointer-events: none;
  -webkit-transition: top 0.4s, background 0.3s, -webkit-transform 0.4s;
  transition: top 0.4s, background 0.3s, -webkit-transform 0.4s;
  -o-transition: top 0.4s, background 0.3s, -o-transform 0.4s;
  -moz-transition: top 0.4s, transform 0.4s, background 0.3s,
    -moz-transform 0.4s;
  transition: top 0.4s, transform 0.4s, background 0.3s;
  transition: top 0.4s, transform 0.4s, background 0.3s, -webkit-transform 0.4s,
    -moz-transform 0.4s, -o-transform 0.4s;
    height: 100px;
    background-color: #fff;
    margin-top: -30px;
    /* z-index: 1; */
    
}
@media (min-width: 768px) {
  .wt-navbar-strip {
    top: 25px;
  }
}
@media (min-width: 1600px) {
  .wt-navbar-strip {
    top: 25px;
 
  }
}
.wt-navbar-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.wt-navbar-grid-col {
  pointer-events: auto;
}
.wt-navbar-logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.wt-navbar-logo a:before {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  left: -20px;
  right: -20px;
  bottom: -30px;
}
.wt-navbar-logo a:focus,
.wt-navbar-logo a:hover {
  text-decoration: none;
}
.wt-navbar-logo img {
  width: 115px;
/*  height: 14px;*/
}
@media (min-width: 768px) {
  .wt-navbar-logo img {
    /*width: 114px;
    height: 17px;*/
  }
}
.wt-navbar-nav {
  display: none;
}
@media (min-width: 768px) {
  .wt-navbar-nav {
    display: inline-block;
    margin: 0 -20px;
    padding: 0 38px 0 0;
    vertical-align: middle;
  }
}
@media (min-width: 1200px) {
  .wt-navbar-nav {
    margin: 0 -30px;
    padding: 0 60px 0 0;
  }
}
.wt-navbar-nav-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.21px;
  text-decoration: none;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .wt-navbar-nav-item {
    font-size: 15px;
    letter-spacing: -0.22px;
  }
}
@media (min-width: 1200px) {
  .wt-navbar-nav-item {
    padding: 0 30px;
  }
}
.wt-navbar-nav-item:before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  bottom: -20px;
}
.wt-navbar-nav-item-bound {
  display: block;
  overflow: hidden;
}
.wt-navbar-nav-item-bound span {
  position: relative;
  display: block;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1),
    -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1),
    -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1),
    -o-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.wt-navbar-nav-item-bound span:after {
  content: attr(data-text);
  display: block;
  position: absolute;
  top: 140%;
  -webkit-transform: skewY(30deg);
  -moz-transform: skewY(30deg);
  -ms-transform: skewY(30deg);
  -o-transform: skewY(30deg);
  transform: skewY(30deg);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  color: #e45253ff;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1),
    -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1),
    -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1),
    -o-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.no-js .wt-navbar-nav-item-bound span:after {
  color: inherit;
}
.wt-navbar-nav-item:focus {
  text-decoration: none;
}
.wt-navbar-nav-item:hover {
  text-decoration: none;
}
.wt-navbar-nav-item:hover .wt-navbar-nav-item-bound span {
  -webkit-transform: translateY(-140%) skewY(7deg);
  -moz-transform: translateY(-140%) skewY(7deg);
  -ms-transform: translateY(-140%) skewY(7deg);
  -o-transform: translateY(-140%) skewY(7deg);
  transform: translateY(-140%) skewY(7deg);
}
@media (pointer: coarse) {
  .wt-navbar-nav-item:hover .wt-navbar-nav-item-bound span {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.wt-navbar-nav-item:hover .wt-navbar-nav-item-bound span:after,
.wt-navbar-nav-item:hover .wt-navbar-nav-item-bound span:before {
  -webkit-transform: skewY(-7deg);
  -moz-transform: skewY(-7deg);
  -ms-transform: skewY(-7deg);
  -o-transform: skewY(-7deg);
  transform: skewY(-7deg);
}
@media (pointer: coarse) {
  .wt-navbar-nav-item:hover .wt-navbar-nav-item-bound span:after,
  .wt-navbar-nav-item:hover .wt-navbar-nav-item-bound span:before {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.wt-navbar-sign {
  display: none;
}
@media (min-width: 768px) {
  .wt-navbar-sign {
    display: inline-block;
    vertical-align: middle;
  }
}
.wt-navbar-toggle {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 30px;
  line-height: 0;
}
@media (min-width: 768px) {
  .wt-navbar-toggle {
    display: none;
  }
}
.wt-navbar-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 98;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0s 0.6s;
  -o-transition: max-height 0s 0.6s;
  -moz-transition: max-height 0s 0.6s;
  transition: max-height 0s 0.6s;
}
@media (min-width: 768px) {
  .wt-navbar-menu {
    display: none;
  }
}
.wt-navbar-menu-fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  background: #fff;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  -o-transition: -o-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  -moz-transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0.3s,
    -moz-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0.3s,
    -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0.3s,
    -moz-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0.3s,
    -o-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0.3s;
}
.wt-navbar-menu-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.wt-navbar-menu-nav {
  text-align: center;
}
.wt-navbar-menu-nav-item {
  display: block;
  padding: 10px 0;
  overflow: hidden;
  color: #005ffe;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.59px;
  text-decoration: none;
}
.wt-navbar-menu-nav-item span {
  display: inline-block;
}
.wt-navbar-menu-nav-item:focus,
.wt-navbar-menu-nav-item:hover {
  text-decoration: none;
}
.wt-navbar-menu.-open,
.wt-navbar.-open .wt-navbar-menu {
  max-height: 100%;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.wt-navbar-menu.-open .wt-navbar-menu-fill,
.wt-navbar.-open .wt-navbar-menu .wt-navbar-menu-fill {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.wt-navbar-menu.-open .wt-navbar-menu-content,
.wt-navbar.-open .wt-navbar-menu .wt-navbar-menu-content {
  opacity: 1;
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.wt-navbar-menu.-open .wt-navbar-menu-nav-item span,
.wt-navbar.-open .wt-navbar-menu .wt-navbar-menu-nav-item span {
  -webkit-animation: wt-navbar-menu-nav-show 1.2s cubic-bezier(0.19, 1, 0.22, 1)
    backwards;
  -moz-animation: wt-navbar-menu-nav-show 1.2s cubic-bezier(0.19, 1, 0.22, 1)
    backwards;
  -o-animation: wt-navbar-menu-nav-show 1.2s cubic-bezier(0.19, 1, 0.22, 1)
    backwards;
  animation: wt-navbar-menu-nav-show 1.2s cubic-bezier(0.19, 1, 0.22, 1)
    backwards;
}
.wt-navbar-menu.-open .wt-navbar-menu-nav-item:nth-child(1) span,
.wt-navbar.-open .wt-navbar-menu .wt-navbar-menu-nav-item:nth-child(1) span {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.wt-navbar-menu.-open .wt-navbar-menu-nav-item:nth-child(2) span,
.wt-navbar.-open .wt-navbar-menu .wt-navbar-menu-nav-item:nth-child(2) span {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.wt-navbar-menu.-open .wt-navbar-menu-nav-item:nth-child(3) span,
.wt-navbar.-open .wt-navbar-menu .wt-navbar-menu-nav-item:nth-child(3) span {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.wt-navbar-menu.-open .wt-navbar-menu-nav-item:nth-child(4) span,
.wt-navbar.-open .wt-navbar-menu .wt-navbar-menu-nav-item:nth-child(4) span {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.wt-navbar-menu.-open .wt-navbar-menu-nav-item:nth-child(5) span,
.wt-navbar.-open .wt-navbar-menu .wt-navbar-menu-nav-item:nth-child(5) span {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@media (max-width: 1199px) {
  .wt-navbar.-fixed .wt-navbar-strip {
    top: 0;
    -webkit-transform: translateY(-64px);
    -moz-transform: translateY(-64px);
    -ms-transform: translateY(-64px);
    -o-transform: translateY(-64px);
    transform: translateY(-64px);
    background: #fff;
  }
  @supports (
    (-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))
  ) {
    .wt-navbar.-fixed .wt-navbar-strip {
      background: rgba(255, 255, 255, 0.9);
      -webkit-backdrop-filter: blur(6px);
      backdrop-filter: blur(6px);
    }
  }
}
@media (max-width: 1199px) {
  .wt-navbar.-fixed.-open .wt-navbar-strip,
  .wt-navbar.-fixed.-visible .wt-navbar-strip,
  .wt-navbar.-fixed.wt-cursor.-scrollbar .wt-navbar-strip,
  .wt-navbar.-open .wt-navbar.-fixed.wt-navbar-menu .wt-navbar-strip {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes wt-navbar-menu-nav-show {
  0% {
    -webkit-transform: skewY(7deg) translateY(110%);
    transform: skewY(7deg) translateY(110%);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  100% {
    -webkit-transform: skewY(0) translateY(0);
    transform: skewY(0) translateY(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@-moz-keyframes wt-navbar-menu-nav-show {
  0% {
    -moz-transform: skewY(7deg) translateY(110%);
    transform: skewY(7deg) translateY(110%);
    -moz-transform-origin: left center;
    transform-origin: left center;
  }
  100% {
    -moz-transform: skewY(0) translateY(0);
    transform: skewY(0) translateY(0);
    -moz-transform-origin: left center;
    transform-origin: left center;
  }
}
@-o-keyframes wt-navbar-menu-nav-show {
  0% {
    -o-transform: skewY(7deg) translateY(110%);
    transform: skewY(7deg) translateY(110%);
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  100% {
    -o-transform: skewY(0) translateY(0);
    transform: skewY(0) translateY(0);
    -o-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes wt-navbar-menu-nav-show {
  0% {
    -webkit-transform: skewY(7deg) translateY(110%);
    -moz-transform: skewY(7deg) translateY(110%);
    -o-transform: skewY(7deg) translateY(110%);
    transform: skewY(7deg) translateY(110%);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  100% {
    -webkit-transform: skewY(0) translateY(0);
    -moz-transform: skewY(0) translateY(0);
    -o-transform: skewY(0) translateY(0);
    transform: skewY(0) translateY(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
}
.wt-loader {
  display: inline;
}
.wt-loader_overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 98;
  max-height: 0%;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  background: #fff;
  -webkit-transition: opacity 0.7s, max-height 0s 0.7s;
  -o-transition: opacity 0.7s, max-height 0s 0.7s;
  -moz-transition: opacity 0.7s, max-height 0s 0.7s;
  transition: opacity 0.7s, max-height 0s 0.7s;
}
.wt-loader_overlay.-visible,
.wt-loader_overlay.wt-cursor.-scrollbar,
.wt-loader_overlay.wt-navbar.-open,
.wt-navbar.-open .wt-loader_overlay.wt-navbar.wt-navbar-menu {
  pointer-events: auto;
  opacity: 1;
  max-height: 100%;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
.wt-form-grid {
  display: table;
  width: 100%;
}
.wt-form-grid-col {
  display: table-cell;
  vertical-align: middle;
}
.wt-form-group {
  margin: 0 0 30px 0;
}
.wt-form-submit {
  margin: 10px 0 0 0;
}
.wt-input {
  display: inline;
}
.wt-input_light input {
  margin: 0;
  padding: 13px 0;
  width: 100%;
  color: #e94c3d;
  background: 0 0;
  border: 0;
  border-bottom: 2px rgba(33, 40, 189, 0.2) solid;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.34px;
  line-height: 1;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.wt-input_light input:hover {
  border-bottom-color: rgba(33, 40, 189, 0.5);
}
.wt-input_light input:focus {
  border-bottom-color: #e94c3d;
}
.wt-input_light input:invalid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.wt-input_box input {
  margin: 0;
  padding: 0 22px;
  height: 60px;
  width: 100%;
  color: #e94c3d;
  background: 0 0;
  border: 1px rgba(0, 95, 254, 0.3) solid;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  outline: 0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.21px;
  line-height: 1;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.wt-input_box input::-webkit-input-placeholder {
  color: #0019ac;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.wt-input_box input::-moz-placeholder {
  color: #0019ac;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.wt-input_box input::-ms-input-placeholder {
  color: #0019ac;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.wt-input_box input::placeholder {
  color: #0019ac;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.wt-input_box input:hover {
  border-color: rgba(33, 40, 189, 0.5);
}
.wt-input_box input:focus {
  border-color: rgba(33, 40, 189, 0.7);
}
.wt-input_box input:focus::-webkit-input-placeholder {
  color: rgba(0, 25, 172, 0.5);
}
.wt-input_box input:focus::-moz-placeholder {
  color: rgba(0, 25, 172, 0.5);
}
.wt-input_box input:focus::-ms-input-placeholder {
  color: rgba(0, 25, 172, 0.5);
}
.wt-input_box input:focus::placeholder {
  color: rgba(0, 25, 172, 0.5);
}
.wt-input_box input:invalid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.wt-btn {
  display: inline;
}
.wt-btn_dummy,
.wt-btn_menu,
.wt-btn_rounded,
.wt-btn_sign,
.wt-btn_store {
  position: relative;
  display: inline-block;
  height: auto;
  margin: 0;
  padding: 0;
  color: inherit;
  background: 0 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: 0 !important;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
  text-indent: inherit;
}
.wt-btn_dummy:focus,
.wt-btn_dummy:hover,
.wt-btn_menu:focus,
.wt-btn_menu:hover,
.wt-btn_rounded:focus,
.wt-btn_rounded:hover,
.wt-btn_sign:focus,
.wt-btn_sign:hover,
.wt-btn_store:focus,
.wt-btn_store:hover {
  text-decoration: none;
}
.wt-btn_menu {
  width: 21px;
  height: 21px;
}
.wt-btn_menu:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
}
.wt-btn_menu span {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  margin: 4px 0;
  top: 0;
  background: #e45253;
  -webkit-transition: top 0.3s 0.3s, -webkit-transform 0.3s 0s;
  transition: top 0.3s 0.3s, -webkit-transform 0.3s 0s;
  -o-transition: top 0.3s 0.3s, -o-transform 0.3s 0s;
  -moz-transition: top 0.3s 0.3s, transform 0.3s 0s, -moz-transform 0.3s 0s;
  transition: top 0.3s 0.3s, transform 0.3s 0s;
  transition: top 0.3s 0.3s, transform 0.3s 0s, -webkit-transform 0.3s 0s,
    -moz-transform 0.3s 0s, -o-transform 0.3s 0s;
}
.wt-btn_menu.-active span,
.wt-navbar.-open .wt-navbar-toggle button.wt-btn_menu span {
  -webkit-transition: top 0.3s, -webkit-transform 0.3s 0.3s;
  transition: top 0.3s, -webkit-transform 0.3s 0.3s;
  -o-transition: top 0.3s, -o-transform 0.3s 0.3s;
  -moz-transition: top 0.3s, transform 0.3s 0.3s, -moz-transform 0.3s 0.3s;
  transition: top 0.3s, transform 0.3s 0.3s;
  transition: top 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s,
    -moz-transform 0.3s 0.3s, -o-transform 0.3s 0.3s;
}
.wt-btn_menu.-active span:first-child,
.wt-navbar.-open .wt-navbar-toggle button.wt-btn_menu span:first-child {
  top: 4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wt-btn_menu.-active span:last-child,
.wt-navbar.-open .wt-navbar-toggle button.wt-btn_menu span:last-child {
  top: -2px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.wt-btn_store {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 57px;
  min-width: 165px;
  padding: 0 18px;
  border: 1px rgba(0, 95, 254, 0.3) solid;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.17px;
  line-height: 14px;
  text-align: left;
}
@media (min-width: 768px) {
  .wt-btn_store {
    height: 72px;
    min-width: 203px;
    padding: 0 23px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 16px;
    letter-spacing: -0.21px;
    line-height: 18px;
  }
}
.wt-btn_store:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.wt-btn_store-ico {
  display: block;
  font-size: 20px;
  line-height: 0;
  min-width: 37px;
}
@media (min-width: 768px) {
  .wt-btn_store-ico {
    min-width: 40px;
    font-size: 22px;
  }
}
.wt-btn_store-title {
  display: block;
}
.wt-btn_store-title b {
  font-weight: 600;
}
.wt-btn_rounded {
  height: 48px;
  padding: 0 25px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.19px;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media (min-width: 768px) {
  .wt-btn_rounded {
    height: 60px;
    padding: 0 39px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    font-size: 16px;
    letter-spacing: -0.21px;
  }
}
.wt-btn_rounded-bound {
  display: block;
  overflow: hidden;
}
.wt-btn_rounded-bound span {
  position: relative;
  display: block;
  padding: 2px 0;
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1),
    -moz-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1),
    -moz-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1),
    -o-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.wt-btn_rounded-bound span:after {
  content: attr(data-text);
  display: block;
  position: absolute;
  top: 150%;
  -webkit-transform: skewY(30deg);
  -moz-transform: skewY(30deg);
  -ms-transform: skewY(30deg);
  -o-transform: skewY(30deg);
  transform: skewY(30deg);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1),
    -moz-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1),
    -moz-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1),
    -o-transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
}
.wt-btn_rounded:focus .wt-btn_rounded-bound span,
.wt-btn_rounded:hover .wt-btn_rounded-bound span {
  -webkit-transform: translateY(-150%) skewY(7deg);
  -moz-transform: translateY(-150%) skewY(7deg);
  -ms-transform: translateY(-150%) skewY(7deg);
  -o-transform: translateY(-150%) skewY(7deg);
  transform: translateY(-150%) skewY(7deg);
}
@media (pointer: coarse) {
  .wt-btn_rounded:focus .wt-btn_rounded-bound span,
  .wt-btn_rounded:hover .wt-btn_rounded-bound span {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.wt-btn_rounded:focus .wt-btn_rounded-bound span:after,
.wt-btn_rounded:hover .wt-btn_rounded-bound span:after {
  -webkit-transform: skewY(-7deg);
  -moz-transform: skewY(-7deg);
  -ms-transform: skewY(-7deg);
  -o-transform: skewY(-7deg);
  transform: skewY(-7deg);
}
@media (pointer: coarse) {
  .wt-btn_rounded:focus .wt-btn_rounded-bound span:after,
  .wt-btn_rounded:hover .wt-btn_rounded-bound span:after {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.wt-btn_rounded:active {
  opacity: 0.9;
}
.wt-btn_rounded.-lg {
  height: 60px;
  min-width: 93px;
  padding: 0 30px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.21px;
}
.wt-btn_rounded.-primary {
  color: #fff;
  background: #005ffe;
  border: none;
}
.wt-btn_rounded.-transparent {
  color: #e65252;
  border: 1px rgb(254 0 80 / 30%) solid;
}
.wt-btn_rounded.-warning {
  color: #fff;
  background: #ff5e00;
}
.wt-btn_rounded.-full {
  width: 100%;
  font-size: 12px;
  letter-spacing: -0.21px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .wt-btn_rounded.-full {
    font-size: 14px;
    letter-spacing: -0.19px;
    line-height: 21px;
  }
}
@media (min-width: 1200px) {
  .wt-btn_rounded.-full {
    font-size: 16px;
    letter-spacing: -0.21px;
    line-height: 20px;
  }
}
.wt-btn_rounded.-xs {
  font-size: 12px;
  letter-spacing: -0.21px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .wt-btn_rounded.-xs {
    padding: 0;
    border: 0;
    height: auto;
  }
}
@media (min-width: 768px) {
  .wt-btn_rounded.-xs {
    font-size: 14px;
    letter-spacing: -0.19px;
    line-height: 21px;
  }
}
@media (min-width: 1200px) {
  .wt-btn_rounded.-xs {
    font-size: 16px;
    letter-spacing: -0.21px;
    line-height: 20px;
  }
}
a.wt-btn_rounded {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wt-btn_sign {
  color: #e65252;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.21px;
  white-space: nowrap;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
@media (min-width: 768px) {
  .wt-btn_sign {
    height: 35px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    font-size: 15px;
    letter-spacing: -0.22px;
  }
  .wt-btn_sign:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
    background: rgb(254 0 102 / 10%);
    -webkit-transition: background 0.4s,
      -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: background 0.4s,
      -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: background 0.4s,
      -o-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: background 0.4s,
      transform 1s cubic-bezier(0.19, 1, 0.22, 1),
      -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: background 0.4s, transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: background 0.4s, transform 1s cubic-bezier(0.19, 1, 0.22, 1),
      -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1),
      -moz-transform 1s cubic-bezier(0.19, 1, 0.22, 1),
      -o-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
@media (min-width: 1200px) {
  .wt-btn_sign {
    height: 45px;
  }
}
@media (min-width: 1600px) {
  .wt-btn_sign {
    height: 51px;
  }
}
.wt-btn_sign-bound {
  display: block;
  overflow: hidden;
  width: 100%;
}
.wt-btn_sign-bound span {
  position: relative;
  display: inline-block;
}
@media (min-width: 768px) {
  .wt-btn_sign-bound span {
    padding: 0 21px;
    -webkit-animation: wt-btn_sign-marquee 2s linear infinite;
    -moz-animation: wt-btn_sign-marquee 2s linear infinite;
    -o-animation: wt-btn_sign-marquee 2s linear infinite;
    animation: wt-btn_sign-marquee 2s linear infinite;
  }
}
@media (min-width: 1200px) {
  .wt-btn_sign-bound span {
    padding: 0 25px;
  }
}
@media (min-width: 768px) {
  .wt-btn_sign-bound span:after {
    content: attr(data-text);
    position: absolute;
    left: 100%;
    padding: 0 21px;
  }
}
@media (min-width: 1200px) {
  .wt-btn_sign-bound span:after {
    padding: 0 25px;
  }
}
@media (min-width: 768px) {
  .wt-btn_sign:hover {
    color: #fff;
  }
  .wt-btn_sign:hover:before {
    background: #e94c3d;
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07);
  }
}
@-webkit-keyframes wt-btn_sign-marquee {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-moz-keyframes wt-btn_sign-marquee {
  0% {
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-o-keyframes wt-btn_sign-marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes wt-btn_sign-marquee {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.wt-social {
  display: inline-block;
  margin: 0 -10px;
}
@media (min-width: 768px) {
  .wt-social {
    margin: 0 -15px;
  }
}
.wt-social-item {
  position: relative;
  display: inline-block;
  height: 58px;
  width: 58px;
  margin: 0 10px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
  border: 1px solid;
  font-size: 19px;
  line-height: 54px;
  vertical-align: middle;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
}
@media (min-width: 768px) {
  .wt-social-item {
    height: 72px;
    width: 72px;
    margin: 0 15px;
    line-height: 67px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
    font-size: 24px;
  }
}
.wt-social-item svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
}
.wt-social-item:before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: -15px;
  right: -15px;
  bottom: -20px;
}
.wt-social-item.-instagram {
  color: #8f489f;
  border-color: #dd9fbf;
}
.wt-social-item.-twitter {
  color: #4ab3f4;
  border-color: rgba(74, 179, 244, 0.5);
}
.wt-social-item.-facebook {
  color: #447deb;
  border-color: rgba(68, 125, 235, 0.5);
}
.wt-footer-content {
  padding: 34px 0;
}
@media (min-width: 768px) {
  .wt-footer-content {
    padding: 50px 0;
  }
}
.wt-footer-container {
  max-width: none;
  text-align: center;
}
@media (min-width: 768px) {
  .wt-footer-container {
    text-align: left;
  }
}
.wt-footer-logo {
  color: #005ffe;
}
.wt-footer-logo svg {
  width: 79px;
  height: 14px;
}
@media (min-width: 768px) {
  .wt-footer-logo svg {
    width: 99px;
    height: 17px;
  }
}
.wt-footer-mail {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.19px;
  line-height: 18px;
}
@media (min-width: 768px) {
  .wt-footer-mail {
    display: none;
  }
}
.wt-footer-mail a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.wt-footer-mail a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 1px;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
  background: currentColor;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  -moz-transition: transform 0.4s, -moz-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s, -moz-transform 0.4s,
    -o-transform 0.4s;
}
.wt-footer-mail a:focus,
.wt-footer-mail a:hover {
  text-decoration: none;
}
.wt-footer-mail a:focus:before,
.wt-footer-mail a:hover:before {
  -webkit-animation: wt-outro-contact-link-hover 0.4s;
  -moz-animation: wt-outro-contact-link-hover 0.4s;
  -o-animation: wt-outro-contact-link-hover 0.4s;
  animation: wt-outro-contact-link-hover 0.4s;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.wt-footer-copy {
  display: none;
}
@media (min-width: 768px) {
  .wt-footer-copy {
    display: block;
    color: rgba(33, 40, 189, 0.5);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.17px;
    line-height: 18px;
  }
}
.wt-phone {
  position: relative;
  display: inline-block;
  contain: layout style;
}
.wt-phone-shadow {
  position: absolute;
  top: -8.577%;
  left: -41.289%;
  right: -14.68%;
  bottom: -11.483%;
  opacity: 0.8;
  background-image: url(/assets/img/demo/phone-shadow.png);
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}
.wt-phone-case {
  position: relative;
  width: 212.55px;
  height: 447.2px;
  background-image: url(/assets/img/demo/phone.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
@media (min-width: 768px) {
  .wt-phone-case {
    width: 405.95px;
    height: 584.8px;
  }
}
@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2),
  (min-width: 768px) and (-o-min-device-pixel-ratio: 2/1),
  (min-width: 768px) and (min-resolution: 192dpi) {
  .wt-phone-case {
    background-image: url(/assets/img/demo/phone@2x.png);
  }
}
@media (min-width: 1600px) {
  .wt-phone-case {
    width: 327px;
    height: 688px;
  }
}
.wt-phone-screen {
  position: absolute;
  top: 8.45px;
  left: 6.5px;
  width: 199.55px;
  height: 430.3px;
  overflow: hidden;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
  background: #fff;
}
@media (min-width: 768px) {
  .wt-phone-screen {
    top: 11.05px;
    left: 8.5px;
    width: 380px;
    height: 562.7px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }
}
@media (min-width: 1600px) {
  .wt-phone-screen {
    top: 13px;
    left: 10px;
    width: 307px;
    height: 662px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
}
.wt-phone-screen-video {
  height: 100%;
  width: 100%;
  line-height: 0;
  contain: content;
}
.wt-phone-screen-video video {
  height: 100%;
  width: 100%;
}
.ie .wt-phone-screen-video video {
  -webkit-transform: scale(1.011);
  -moz-transform: scale(1.011);
  -ms-transform: scale(1.011);
  -o-transform: scale(1.011);
  transform: scale(1.011);
}
.wt-phone-screen-img {
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.wt-phone-screen-video + .wt-phone-screen-img {
  display: none;
}
.wt-phone-screen-svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.wt-phone-screen-svg svg {
  height: 100%;
  width: 100%;
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
}
.wt-navbar.-open .wt-phone-screen-svg.wt-navbar.wt-navbar-menu,
.wt-phone-screen-svg.-visible,
.wt-phone-screen-svg.wt-cursor.-scrollbar,
.wt-phone-screen-svg.wt-navbar.-open {
  opacity: 1;
}
.wt-particle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
  contain: content;
}
.wt-particle-item {
  position: absolute;
  will-change: transform;
  opacity: 0;
  pointer-events: auto;
}
.wt-particle-item:before {
  content: "";
  display: block;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  -o-transition: -o-transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out, -moz-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out,
    -moz-transform 0.5s ease-out, -o-transform 0.5s ease-out;
}
.wt-particle-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
}
.wt-particle-item s {
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  -o-transition: -o-transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out, -moz-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out,
    -moz-transform 0.5s ease-out, -o-transform 0.5s ease-out;
}
.wt-particle-item.-dot:before {
  height: 32px;
  width: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.wt-particle-item.-v1 {
  display: none;
  left: 75%;
  -webkit-transform: rotate(-159deg);
  -moz-transform: rotate(-159deg);
  -ms-transform: rotate(-159deg);
  -o-transform: rotate(-159deg);
  transform: rotate(-159deg);
}
@media (min-width: 1400px) {
  .wt-particle-item.-v1 {
    display: block;
  }
}
.wt-particle-item.-v2 {
  left: 84%;
  -webkit-transform: scale(0.4) rotate(125deg);
  -moz-transform: scale(0.4) rotate(125deg);
  -ms-transform: scale(0.4) rotate(125deg);
  -o-transform: scale(0.4) rotate(125deg);
  transform: scale(0.4) rotate(125deg);
}
@media (min-width: 1024px) {
  .wt-particle-item.-v2 {
    -webkit-transform: scale(0.7) rotate(125deg);
    -moz-transform: scale(0.7) rotate(125deg);
    -ms-transform: scale(0.7) rotate(125deg);
    -o-transform: scale(0.7) rotate(125deg);
    transform: scale(0.7) rotate(125deg);
  }
}
.wt-particle-item.-v3 {
  left: 13%;
  -webkit-transform: scale(0.5) rotate(-165deg);
  -moz-transform: scale(0.5) rotate(-165deg);
  -ms-transform: scale(0.5) rotate(-165deg);
  -o-transform: scale(0.5) rotate(-165deg);
  transform: scale(0.5) rotate(-165deg);
}
@media (min-width: 1024px) {
  .wt-particle-item.-v3 {
    -webkit-transform: rotate(-165deg);
    -moz-transform: rotate(-165deg);
    -ms-transform: rotate(-165deg);
    -o-transform: rotate(-165deg);
    transform: rotate(-165deg);
  }
}
.wt-particle-item.-v4 {
  left: 4%;
  -webkit-transform: scale(0.2) rotate(-105deg);
  -moz-transform: scale(0.2) rotate(-105deg);
  -ms-transform: scale(0.2) rotate(-105deg);
  -o-transform: scale(0.2) rotate(-105deg);
  transform: scale(0.2) rotate(-105deg);
}
@media (min-width: 1600px) {
  .wt-particle-item.-v4 {
    left: 21%;
    -webkit-transform: scale(0.7) rotate(-105deg);
    -moz-transform: scale(0.7) rotate(-105deg);
    -ms-transform: scale(0.7) rotate(-105deg);
    -o-transform: scale(0.7) rotate(-105deg);
    transform: scale(0.7) rotate(-105deg);
  }
}
.wt-particle-item.-v5 {
  display: none;
  left: 7%;
}
.wt-particle-item.-v5:before {
  height: 11px;
  width: 11px;
  background: #eefbff;
}
.wt-particle-item.-v6 {
  left: 21%;
}
@media (min-width: 1600px) {
  .wt-particle-item.-v6 {
    left: 25%;
  }
}
.wt-particle-item.-v6:before {
  height: 14px;
  width: 14px;
  background: #090d99;
}
.wt-particle-item.-v7 {
  left: 8%;
}
.wt-particle-item.-v7:before {
  height: 11px;
  width: 11px;
  background: #89f6ff;
}
.wt-particle-item.-v8 {
  left: 2%;
}
.wt-particle-item.-v8:before {
  height: 13px;
  width: 13px;
  background: #feca00;
}
.wt-particle-item.-v9 {
  left: 18%;
}
.wt-particle-item.-v9:before {
  height: 11px;
  width: 11px;
  background: #ff5e00;
}
.wt-particle-item.-v10 {
  left: 89%;
}
.wt-particle-item.-v10:before {
  height: 11px;
  width: 11px;
  background: #ff5e00;
}
.wt-particle-item.-v11 {
  left: 95%;
}
.wt-particle-item.-v11:before {
  height: 16px;
  width: 16px;
  background: #0248db;
}
.wt-particle-item.-v12 {
  left: 78%;
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -o-transform: scale(0.4);
  transform: scale(0.4);
}
@media (min-width: 768px) {
  .wt-particle-item.-v12 {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@media (min-width: 1600px) {
  .wt-particle-item.-v12 {
    left: 72%;
  }
}
.wt-particle-item.-v12:before {
  height: 36px;
  width: 36px;
  background: #fff3f3;
}
.wt-particle-item.-v13 {
  left: 80%;
}
@media (min-width: 1024px) {
  .wt-particle-item.-v13 {
    left: 71%;
  }
}
@media (min-width: 1600px) {
  .wt-particle-item.-v13 {
    left: 98%;
  }
}
.wt-particle-item.-v13:before {
  height: 11px;
  width: 11px;
  background: #89f6ff;
}
.wt-particle-item.-v20 {
  display: none;
  left: 75%;
  -webkit-transform: scale(0.8) rotate(-159deg);
  -moz-transform: scale(0.8) rotate(-159deg);
  -ms-transform: scale(0.8) rotate(-159deg);
  -o-transform: scale(0.8) rotate(-159deg);
  transform: scale(0.8) rotate(-159deg);
}
@media (min-width: 1400px) {
  .wt-particle-item.-v20 {
    display: block;
  }
}
.wt-particle-item.-v21 {
  left: 84%;
  -webkit-transform: scale(0.6) rotate(-125deg);
  -moz-transform: scale(0.6) rotate(-125deg);
  -ms-transform: scale(0.6) rotate(-125deg);
  -o-transform: scale(0.6) rotate(-125deg);
  transform: scale(0.6) rotate(-125deg);
}
.wt-particle-item.-v22 {
  left: 13%;
  -webkit-transform: scale(0.5) rotate(-165deg);
  -moz-transform: scale(0.5) rotate(-165deg);
  -ms-transform: scale(0.5) rotate(-165deg);
  -o-transform: scale(0.5) rotate(-165deg);
  transform: scale(0.5) rotate(-165deg);
}
@media (min-width: 1024px) {
  .wt-particle-item.-v22 {
    -webkit-transform: scale(0.7) rotate(-165deg);
    -moz-transform: scale(0.7) rotate(-165deg);
    -ms-transform: scale(0.7) rotate(-165deg);
    -o-transform: scale(0.7) rotate(-165deg);
    transform: scale(0.7) rotate(-165deg);
  }
}
.wt-particle-item:hover s {
  -webkit-transform: scale3d(1.2, 1.2, 1);
  -moz-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}
.wt-particle-item:hover:before {
  -webkit-transform: scale3d(2, 2, 1);
  -moz-transform: scale3d(2, 2, 1);
  transform: scale3d(2, 2, 1);
}
.wt-hero {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.wt-hero-fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
}
.wt-hero-particle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
}
.wt-hero-content {
  min-height: 520px;
  padding: 180px 0 150px 0;
}
@media (min-width: 768px) {
  .wt-hero-content {
    padding: 0 0 200px 0;
  }
}
@media (min-width: 1600px) {
  .wt-hero-content {
    padding: 0 0 250px 0;
  }
}
.wt-hero-body {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .wt-hero-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    width: 100%;
  }
}
.wt-hero-footer {
  margin: 150px 0 0 0;
}
@media (min-width: 768px) {
  .wt-hero-footer {
    margin: -100px 0 0 0;
  }
}
@media (min-width: 1600px) {
  .wt-hero-footer {
    margin: -150px 0 0 0;
  }
}
@media (min-width: 768px) {
  .wt-hero-container {
    padding: 0;
    width: 100%;
  }
}
.wt-hero-header {
  position: relative;
  contain: layout style;
}
.wt-hero-header h1 {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 46px;
  font-weight: 600;
/*  letter-spacing: -0.075em;*/
  line-height: 93%;
  text-rendering: optimizeSpeed;
  font-family: 'Mochiy Pop One', sans-serif;
  color: #e4251c;

}
@media (min-width: 375px) {
  .wt-hero-header h1 {
    font-size: 52px;
  }
}
@media (min-width: 768px) {
  .wt-hero-header h1 {
    font-size: 90px;
  }
}
/*@media (min-width: 1024px) {
  .wt-hero-header h1 {
    font-size: 110px;
  }
}
@media (min-width: 1200px) {
  .wt-hero-header h1 {
    font-size: 8vw;
  }
}*/
.wt-hero-header-shape {
  display: none;
  position: absolute;
  top: -10px;
  left: -5px;
  right: -5px;
  bottom: -50px;
  overflow: hidden;
  background: #e94c3d;
}
@supports (mix-blend-mode: screen) {
  .wt-hero-header-shape {
    display: block;
    contain: strict;
  }
}
.wt-hero-header-shape-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  will-change: transform;
}
.wt-hero-header-shape-item.-v1 {
  width: 650px;
  height: 650px;
  margin: -325px 0 0 -325px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #005ffe;
}
.wt-hero-header-shape-item.-v2 {
  width: 440px;
  height: 440px;
  margin: -220px 0 0 -220px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffe5e3;
}
.wt-hero-header-shape-item.-v3 {
  width: 270px;
  height: 270px;
  margin: -135px 0 0 -135px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffcc57;
}
.wt-hero-header-blend {
  position: relative;
  z-index: 1;
  color: #e94c3d;
}
@supports (mix-blend-mode: screen) {
  .wt-hero-header-blend {
    color: #000;
    background: #fff;
    mix-blend-mode: screen;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .wt-hero-header-blend:before {
    content: "";
    position: absolute;
    top: -12px;
    left: -6px;
    right: -6px;
    bottom: -52px;
    z-index: -1;
    background: #fff;
  }
}
.wt-hero-store {
  margin: 43px 0 -7px 0;
}
@media (min-width: 768px) {
  .wt-hero-store {
    margin: 60px -10px 0 -10px;
  }
}
@media (min-width: 1024px) {
  .wt-hero-store {
    margin: 80px 0 0 0;
  }
}
.wt-hero-store-item {
  padding: 7px 0;
}
@media (min-width: 768px) {
  .wt-hero-store-item {
    display: inline-block;
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .desktop .wt-hero-store {
    display: none;
  }
}
.wt-hero-demo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.wt-hero-card {
  position: absolute;
  display: block;
  top: 45px;
  left: 50%;
  width: 170px;
  height: 267px;
  margin: 0 0 0 -85px;
/*  background-image: url(../img/demo/wcard-sm.png);*/
  /* background-image: url(../img/cream1.png); */
  -webkit-background-size: 170px 267px;
  -moz-background-size: 170px 267px;
  background-size: 170px 267px;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
  -webkit-transform-origin: 50% 120%;
  -moz-transform-origin: 50% 120%;
  -ms-transform-origin: 50% 120%;
  -o-transform-origin: 50% 120%;
  transform-origin: 50% 120%;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2),
  (-o-min-device-pixel-ratio: 2/1),
  (min-resolution: 192dpi) {
  .wt-hero-card {
/*    background-image: url(../img/demo/wcard-sm.png);*/
  /* background-image: url(../img/cream1.png); */

  }
}
@media (min-width: 768px) {
  .wt-hero-card {
    top: 90px;
    width: 340px;
    height: 410px;
    margin: 0 0 0 -110px;
/*    background-image: url(../img/demo/wcard-sm.png);*/
  /* background-image: url(../img/cream1.png); */

    -webkit-background-size: 220px 345px;
    -moz-background-size: 220px 345px;
    background-size: 220px 345px;
  }
}
@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2),
  (min-width: 768px) and (-o-min-device-pixel-ratio: 2/1),
  (min-width: 768px) and (min-resolution: 192dpi) {
  .wt-hero-card {
/*    background-image: url(../img/demo/wcard-sm.png);*/
  /* background-image: url(../img/cream1.png); */

  }
}
@media (min-width: 1600px) {
  .wt-hero-card {
    top: 80px;
    width: 260px;
    height: 408px;
    margin: 0 0 0 -130px;
/*    background-image: url(../img/demo/wcard-sm.png);*/
  /* background-image: url(../img/cream1.png); */

    -webkit-background-size: 260px 408px;
    -moz-background-size: 260px 408px;
    background-size: 260px 408px;
  }
}
@media (min-width: 1600px) and (-webkit-min-device-pixel-ratio: 2),
  (min-width: 1600px) and (-o-min-device-pixel-ratio: 2/1),
  (min-width: 1600px) and (min-resolution: 192dpi) {
  .wt-hero-card {
/*    background-image: url(../img/demo/wcard-sm.png);*/
  /* background-image: url(../img/cream1.png); */

  }
}
.wt-hero-phone {
  position: relative;
}
.wt-intro {
  position: relative;
  z-index: 2;
}
.wt-intro-fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
}
.wt-intro-content {
  position: relative;
  min-height: 520px;
  padding: 120px 0 40px 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .wt-intro-content {
    min-height: 650px;
    padding: 165px 0 120px 0;
  }
}
@media (min-width: 1024px) {
  .wt-intro-content {
    padding: 145px 0 130px 0;
  }
}
@media (min-width: 1600px) {
  .wt-intro-content {
    padding: 240px 0 210px 0;
  }
}
.wt-intro-body {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .wt-intro-container {
    padding: 0;
  }
}
.wt-intro-header {
  position: relative;
  display: inline-block;
}
.wt-intro-header h1 {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 57px;
  font-weight: 600;
  letter-spacing: -4.3px;
  line-height: 55px;
}
@media (min-width: 768px) {
  .wt-intro-header h1 {
    font-size: 86px;
    letter-spacing: -6.42px;
    line-height: 82px;
  }
}
@media (min-width: 1200px) {
  .wt-intro-header h1 {
    font-size: 96px;
    letter-spacing: -7.16px;
    line-height: 92px;
  }
}
@media (min-width: 1600px) {
  .wt-intro-header h1 {
    font-size: 120px;
    letter-spacing: -8.95px;
    line-height: 115px;
  }
}
.wt-intro-header-shape {
  display: none;
  position: absolute;
  top: -10px;
  left: -5px;
  right: -5px;
  bottom: -20px;
  overflow: hidden;
  background: #e94c3d;
}
@supports (mix-blend-mode: screen) {
  .wt-intro-header-shape {
    display: block;
  }
}
.wt-intro-header-shape-item {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  will-change: transform;
}
.wt-intro-header-shape-item.-v1 {
  margin: -100px 0 0 -50px;
  border-width: 75px 0 15px 75px;
  border-color: transparent transparent transparent #005ffd;
}
@media (min-width: 768px) {
  .wt-intro-header-shape-item.-v1 {
    margin: -170px 0 0 -80px;
    border-width: 130px 0 30px 130px;
  }
}
@media (min-width: 1200px) {
  .wt-intro-header-shape-item.-v1 {
    margin: -190px 0 0 -100px;
    border-width: 150px 0 30px 150px;
  }
}
@media (min-width: 1600px) {
  .wt-intro-header-shape-item.-v1 {
    margin: -200px 0 0 -100px;
    border-width: 150px 0 30px 150px;
  }
}
.wt-intro-header-shape-item.-v2 {
  margin: 3px 0 0 -110px;
  border-width: 0 100px 120px 100px;
  border-color: transparent transparent #89f6ff transparent;
}
@media (min-width: 768px) {
  .wt-intro-header-shape-item.-v2 {
    margin: 5px 0 0 -150px;
    border-width: 0 150px 130px 150px;
  }
}
@media (min-width: 1200px) {
  .wt-intro-header-shape-item.-v2 {
    margin: 10px 0 0 -200px;
    border-width: 0 200px 150px 200px;
  }
}
@media (min-width: 1600px) {
  .wt-intro-header-shape-item.-v2 {
    margin: 10px 0 0 -200px;
    border-width: 0 200px 160px 200px;
  }
}
.wt-intro-header-blend {
  position: relative;
  z-index: 1;
  color: #e94c3d;
}
@supports (mix-blend-mode: screen) {
  .wt-intro-header-blend {
    color: #000;
    background: #fff;
    mix-blend-mode: screen;
  }
  .wt-intro-header-blend:before {
    content: "";
    position: absolute;
    top: -12px;
    left: -6px;
    right: -6px;
    bottom: -22px;
    z-index: -1;
    background: #fff;
  }
}
.wt-intro-text {
  margin: 20px auto 0 auto;
  max-width: 209px;
  font-size: 14px;
  letter-spacing: -0.23px;
  line-height: 21px;
}
@media (min-width: 768px) {
  .wt-intro-text {
    margin: 40px 0 0 0;
    max-width: none;
    font-size: 18px;
    letter-spacing: -0.3px;
    line-height: 26px;
  }
}
@media (min-width: 1024px) {
  .wt-intro-text {
    margin: 30px 0 0 0;
  }
}
@media (min-width: 1200px) {
  .wt-intro-text {
    margin: 30px 0 0 0;
  }
}
.wt-intro-text p {
  margin: 0;
  padding: 0;
}
.wt-intro-form {
  display: none;
  max-width: 470px;
  margin: 50px auto 0 auto;
}
@media (min-width: 768px) {
  .wt-intro-form {
    display: block;
    margin: 60px auto 0 auto;
  }
}
@media (min-width: 1200px) {
  .wt-intro-form {
    margin: 65px auto 0 auto;
  }
}
@media (min-width: 1600px) {
  .wt-intro-form {
    margin: 95px auto 0 auto;
  }
}
.mobile .wt-intro-form {
  display: none;
}
.wt-intro-store {
  margin: 43px 0 -7px 0;
}
@media (min-width: 768px) {
  .wt-intro-store {
    margin: 60px -10px 0 -10px;
  }
}
@media (min-width: 1024px) {
  .wt-intro-store {
    margin: 80px 0 0 0;
  }
}
.wt-intro-store-item {
  padding: 7px 0;
}
@media (min-width: 768px) {
  .wt-intro-store-item {
    display: inline-block;
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .desktop .wt-intro-store {
    display: none;
  }
}
.wt-description {
  position: relative;
}
.wt-description-fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
}
.wt-description-content {
  position: relative;
  padding: 80px 0 110px 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .wt-description-content {
    padding: 200px 0;
  }
}
@media (min-width: 1024px) {
  .wt-description-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 145px 0;
  }
}
@media (min-width: 1200px) {
  .wt-description-content {
    height: 105vh;
    min-height: 650px;
    padding: 130px 0;
  }
}
@media (min-width: 1600px) {
  .wt-description-content {
    min-height: 800px;
    padding: 180px 0;
  }
}
.wt-description-content.-top {
  padding-top: 0;
}
@media (min-width: 1200px) {
  .wt-description-content.-top {
    height: auto;
    min-height: auto;
  }
}
.wt-description-content.-bottom {
  min-height: auto;
  padding-bottom: 0;
}
.wt-description-body {
  width: 100%;
}
.wt-description-grid {
  margin: -50px 0;
}
@media (min-width: 1024px) {
  .wt-description-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 0;
  }
}
.wt-description-grid-col {
  margin: 50px 0;
}
@media (min-width: 1024px) {
  .wt-description-grid-col {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .wt-description-grid-col.-right {
    padding: 50px 0 0 0;
  }
}
@media (min-width: 1024px) {
  .wt-description-grid-col.-right {
    padding: 0 0 0 55px;
  }
}
@media (min-width: 1200px) {
  .wt-description-grid-col.-right {
    padding: 0 0 0 70px;
  }
}
@media (min-width: 1600px) {
  .wt-description-grid-col.-right {
    padding: 0 0 0 90px;
  }
}
.wt-description-figure {
  position: relative;
}
@media (min-width: 768px) {
  .wt-description-figure {
    text-align: left;
  }
}
.wt-description-figure img {
  /* max-width: 240px; */
}
@media (min-width: 360px) {
  .wt-description-figure img {
    /* max-width: 290px; */
  }
}
@media (min-width: 768px) {
  .wt-description-figure img {
    /* max-width: 80%; */
  }
}
@media (min-width: 1024px) {
  .wt-description-figure img {
    /* max-width: 90%; */
  }
}
@media (min-width: 1200px) {
  .wt-description-figure img {
    max-width: 100%;
  }
}
.wt-description-figure.-multiple img {
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
}
.wt-description-figure.-multiple img:first-child {
  position: static;
}
@media (min-width: 768px) {
  .wt-description-figure.-right {
    text-align: right;
  }
}
.wt-description-demo {
  position: relative;
  margin: 70px 0 0 0;
  text-align: center;
}
@media (min-width: 768px) {
  .wt-description-demo {
    margin: 0;
  }
}
.wt-description-header h2 {
  margin: 0;
  font-size: 17px;
  letter-spacing: -0.28px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .wt-description-header h2 {
    font-size: 26px;
    letter-spacing: -0.43px;
    line-height: 36px;
  }
}
@media (min-width: 1200px) {
  .wt-description-header h2 {
    max-width: 416px;
    font-size: 28px;
    letter-spacing: -0.48px;
    line-height: 33px;
    margin-bottom: 12px;
  }
}
.wt-description-text {
  max-width: 90%;
  font-size: 17px;
  letter-spacing: -0.28px;
  line-height: 24px;
}
@media (min-width: 360px) {
  .wt-description-text {
    max-width: 215px;
  }
}
@media (min-width: 768px) {
  .wt-description-text {
    max-width: 340px;
    font-size: 26px;
    letter-spacing: -0.43px;
    line-height: 36px;
  }
}
@media (min-width: 1200px) {
  .wt-description-text {
    max-width: 416px;
    font-size: 16px;
    letter-spacing: -0.48px;
    line-height: 24px;
  }
}
.wt-description-text p {
  margin: 0;
}
.wt-description-action {
  margin: 30px 0 0 0;
}
@media (min-width: 768px) {
  .wt-description-action {
    margin: 50px 0 0 0;
  }
}
.wt-envelope {
  position: relative;
  overflow: hidden;
}
.wt-envelope-fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  background: #fff;
}
.wt-envelope-fill.-secondary {
  background: #fdf0e5;
}
.wt-envelope-fill.-tertiary {
  background: #fdf0e5;
}
.wt-envelope-particle {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  pointer-events: none;
}
.wt-envelope-particle-item {
  position: absolute;
  pointer-events: auto;
  will-change: transform;
}
.wt-envelope-particle-item.-v1 {
  top: 41.65px;
  right: 140.7px;
}
@media (min-width: 768px) {
  .wt-envelope-particle-item.-v1 {
    top: 95.2px;
    right: 321.6px;
  }
}
@media (min-width: 1024px) {
  .wt-envelope-particle-item.-v1 {
    top: 107.1px;
    right: 361.8px;
  }
}
@media (min-width: 1600px) {
  .wt-envelope-particle-item.-v1 {
    top: 130.9px;
    right: 442.2px;
  }
}
.wt-envelope-particle-item.-v2 {
  top: 83.65px;
  right: 38.5px;
}
@media (min-width: 768px) {
  .wt-envelope-particle-item.-v2 {
    top: 191.2px;
    right: 88px;
  }
}
@media (min-width: 1024px) {
  .wt-envelope-particle-item.-v2 {
    top: 215.1px;
    right: 99px;
  }
}
@media (min-width: 1600px) {
  .wt-envelope-particle-item.-v2 {
    top: 262.9px;
    right: 121px;
  }
}
.wt-envelope-particle-item.-v3 {
  top: 80.15px;
  left: 68.6px;
}
@media (min-width: 768px) {
  .wt-envelope-particle-item.-v3 {
    top: 183.2px;
    left: 156.8px;
  }
}
@media (min-width: 1024px) {
  .wt-envelope-particle-item.-v3 {
    top: 206.1px;
    left: 176.4px;
  }
}
@media (min-width: 1600px) {
  .wt-envelope-particle-item.-v3 {
    top: 251.9px;
    left: 215.6px;
  }
}
.wt-envelope-particle-item.-v4 {
  top: 41.65px;
  left: 141.75px;
}
@media (min-width: 768px) {
  .wt-envelope-particle-item.-v4 {
    top: 95.2px;
    left: 324px;
  }
}
@media (min-width: 1024px) {
  .wt-envelope-particle-item.-v4 {
    top: 107.1px;
    left: 364.5px;
  }
}
@media (min-width: 1600px) {
  .wt-envelope-particle-item.-v4 {
    top: 130.9px;
    left: 445.5px;
  }
}
.wt-envelope-particle-item.-v5 {
  right: 138.25px;
  bottom: 46.2px;
}
@media (min-width: 768px) {
  .wt-envelope-particle-item.-v5 {
    right: 316px;
    bottom: 105.6px;
  }
}
@media (min-width: 1024px) {
  .wt-envelope-particle-item.-v5 {
    right: 355.5px;
    bottom: 118.8px;
  }
}
@media (min-width: 1600px) {
  .wt-envelope-particle-item.-v5 {
    right: 434.5px;
    bottom: 145.2px;
  }
}
.wt-envelope-particle-item.-v6 {
  right: 40.25px;
  bottom: 79.1px;
}
@media (min-width: 768px) {
  .wt-envelope-particle-item.-v6 {
    right: 92px;
    bottom: 180.8px;
  }
}
@media (min-width: 1024px) {
  .wt-envelope-particle-item.-v6 {
    right: 103.5px;
    bottom: 203.4px;
  }
}
@media (min-width: 1600px) {
  .wt-envelope-particle-item.-v6 {
    right: 126.5px;
    bottom: 248.6px;
  }
}
.wt-envelope-particle-item.-v7 {
  left: 47.6px;
  bottom: 79.1px;
}
@media (min-width: 768px) {
  .wt-envelope-particle-item.-v7 {
    left: 108.8px;
    bottom: 180.8px;
  }
}
@media (min-width: 1024px) {
  .wt-envelope-particle-item.-v7 {
    left: 122.4px;
    bottom: 203.4px;
  }
}
@media (min-width: 1600px) {
  .wt-envelope-particle-item.-v7 {
    left: 149.6px;
    bottom: 248.6px;
  }
}
.wt-envelope-particle-item.-v8 {
  left: 143.5px;
  bottom: 46.55px;
}
@media (min-width: 768px) {
  .wt-envelope-particle-item.-v8 {
    left: 328px;
    bottom: 106.4px;
  }
}
@media (min-width: 1024px) {
  .wt-envelope-particle-item.-v8 {
    left: 369px;
    bottom: 119.7px;
  }
}
@media (min-width: 1600px) {
  .wt-envelope-particle-item.-v8 {
    left: 451px;
    bottom: 146.3px;
  }
}
.wt-envelope-particle-item s {
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  will-change: transform;
}
@media (min-width: 768px) {
  .wt-envelope-particle-item s {
    -webkit-transform: scale(0.77);
    -moz-transform: scale(0.77);
    -ms-transform: scale(0.77);
    -o-transform: scale(0.77);
    transform: scale(0.77);
  }
}
@media (min-width: 1024px) {
  .wt-envelope-particle-item s {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@media (min-width: 1600px) {
  .wt-envelope-particle-item s {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.wt-envelope-particle-item:before {
  content: "";
  display: block;
  position: absolute;
  top: -35px;
  left: -35px;
  right: -35px;
  bottom: -35px;
}
.wt-envelope-particle.-lg .wt-envelope-particle-item.-v1 {
  top: 47.6px;
  right: 160.8px;
}
@media (min-width: 768px) {
  .wt-envelope-particle.-lg .wt-envelope-particle-item.-v1 {
    top: 95.2px;
    right: 321.6px;
  }
}
@media (min-width: 1024px) {
  .wt-envelope-particle.-lg .wt-envelope-particle-item.-v1 {
    top: 107.1px;
    right: 422.1px;
  }
}
@media (min-width: 1600px) {
  .wt-envelope-particle.-lg .wt-envelope-particle-item.-v1 {
    top: 130.9px;
    right: 482.4px;
  }
}
.wt-envelope-particle.-lg .wt-envelope-particle-item.-v2 {
  top: 95.6px;
  right: 44px;
}
@media (min-width: 768px) {
  .wt-envelope-particle.-lg .wt-envelope-particle-item.-v2 {
    top: 191.2px;
    right: 88px;
  }
}
@media (min-width: 1024px) {
  .wt-envelope-particle.-lg .wt-envelope-particle-item.-v2 {
    top: 215.1px;
    right: 115.5px;
  }
}
@media (min-width: 1600px) {
  .wt-envelope-particle.-lg .wt-envelope-particle-item.-v2 {
    top: 262.9px;
    right: 132px;
  }
}
.wt-envelope-particle.-lg .wt-envelope-particle-item.-v3 {
  top: 91.6px;
  left: 78.4px;
}
@media (min-width: 768px) {
  .wt-envelope-particle.-lg .wt-envelope-particle-item.-v3 {
    top: 183.2px;
    left: 156.8px;
  }
}
@media (min-width: 1024px) {
  .wt-envelope-particle.-lg .wt-envelope-particle-item.-v3 {
    top: 206.1px;
    left: 205.8px;
  }
}
@media (min-width: 1600px) {
  .wt-envelope-particle.-lg .wt-envelope-particle-item.-v3 {
    top: 251.9px;
    left: 235.2px;
  }
}
.wt-envelope-particle.-lg .wt-envelope-particle-item.-v4 {
  top: 47.6px;
  left: 162px;
}
@media (min-width: 768px) {
  .wt-envelope-particle.-lg .wt-envelope-particle-item.-v4 {
    top: 95.2px;
    left: 324px;
  }
}
@media (min-width: 1024px) {
  .wt-envelope-particle.-lg .wt-envelope-particle-item.-v4 {
    top: 107.1px;
    left: 425.25px;
  }
}
@media (min-width: 1600px) {
  .wt-envelope-particle.-lg .wt-envelope-particle-item.-v4 {
    top: 130.9px;
    left: 486px;
  }
}
.wt-envelope-particle.-lg .wt-envelope-particle-item.-v5 {
  right: 158px;
  bottom: 52.8px;
}
@media (min-width: 768px) {
  .wt-envelope-particle.-lg .wt-envelope-particle-item.-v5 {
    right: 316px;
    bottom: 105.6px;
  }
}
@media (min-width: 1024px) {
  .wt-envelope-particle.-lg .wt-envelope-particle-item.-v5 {
    right: 414.75px;
    bottom: 118.8px;
  }
}
@media (min-width: 1600px) {
  .wt-envelope-particle.-lg .wt-envelope-particle-item.-v5 {
    right: 474px;
    bottom: 145.2px;
  }
}
.wt-envelope-particle.-lg .wt-envelope-particle-item.-v6 {
  right: 46px;
  bottom: 90.4px;
}
@media (min-width: 768px) {
  .wt-envelope-particle.-lg .wt-envelope-particle-item.-v6 {
    right: 92px;
    bottom: 180.8px;
  }
}
@media (min-width: 1024px) {
  .wt-envelope-particle.-lg .wt-envelope-particle-item.-v6 {
    right: 120.75px;
    bottom: 203.4px;
  }
}
@media (min-width: 1600px) {
  .wt-envelope-particle.-lg .wt-envelope-particle-item.-v6 {
    right: 138px;
    bottom: 248.6px;
  }
}
.wt-envelope-particle.-lg .wt-envelope-particle-item.-v7 {
  left: 54.4px;
  bottom: 90.4px;
}
@media (min-width: 768px) {
  .wt-envelope-particle.-lg .wt-envelope-particle-item.-v7 {
    left: 108.8px;
    bottom: 180.8px;
  }
}
@media (min-width: 1024px) {
  .wt-envelope-particle.-lg .wt-envelope-particle-item.-v7 {
    left: 142.8px;
    bottom: 203.4px;
  }
}
@media (min-width: 1600px) {
  .wt-envelope-particle.-lg .wt-envelope-particle-item.-v7 {
    left: 163.2px;
    bottom: 248.6px;
  }
}
.wt-envelope-particle.-lg .wt-envelope-particle-item.-v8 {
  left: 164px;
  bottom: 53.2px;
}
@media (min-width: 768px) {
  .wt-envelope-particle.-lg .wt-envelope-particle-item.-v8 {
    left: 328px;
    bottom: 106.4px;
  }
}
@media (min-width: 1024px) {
  .wt-envelope-particle.-lg .wt-envelope-particle-item.-v8 {
    left: 430.5px;
    bottom: 119.7px;
  }
}
@media (min-width: 1600px) {
  .wt-envelope-particle.-lg .wt-envelope-particle-item.-v8 {
    left: 492px;
    bottom: 146.3px;
  }
}
.wt-envelope-content {
  margin: auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 455px;
  height: 70vh;
  z-index: 1;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
@media (min-width: 768px) {
  .wt-envelope-content {
    height: 80vh;
  }
}
@media (min-width: 1024px) {
  .wt-envelope-content {
    min-height: 788px;
  }
}
@media (min-width: 1600px) {
  .wt-envelope-content {
    min-height: 900px;
  }
}
.wt-envelope-body {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .wt-envelope-container {
    padding: 0;
  }
}
.wt-envelope-header h2 {
  padding: 0;
  margin: 0;
  font-size: 30px;
  font-weight: 600;
/*  letter-spacing: -2.24px;*/
font-family: 'Mochiy Pop One', sans-serif;
  color: #e65252;
  line-height: 34px;
}
@media (min-width: 360px) {
  .wt-envelope-header h2 {
    font-size: 32px;
  }
}
@media (min-width: 375px) {
  .wt-envelope-header h2 {
    font-size: 35px;
    line-height: 37px;
  }
}
@media (min-width: 768px) {
  .wt-envelope-header h2 {
    font-size: 32px;
/*    letter-spacing: -4.48px;*/
    line-height: 65px;
  }
}
@media (min-width: 1200px) {
  .wt-envelope-header h2 {
    font-size: 55px;
    letter-spacing: -1.22px;
    line-height: 75px;
  }
}
@media (min-width: 1600px) {
  .wt-envelope-header h2 {
    font-size: 80px;
    letter-spacing: -5.97px;
    line-height: 86px;
  }
}
.wt-envelope-text {
  margin: 10px 0 0 0;
  font-size: 14px;
  letter-spacing: -0.23px;
  line-height: 21px;
}
@media (min-width: 768px) {
  .wt-envelope-text {
    margin: 20px 0 0 0;
    font-size: 17px;
    letter-spacing: -0.4px;
    line-height: 25px;
  }
}
@media (min-width: 1024px) {
  .wt-envelope-text {
    margin: 25px 0 0 0;
  }
}
@media (min-width: 1200px) {
  .wt-envelope-text {
    margin: 35px 0 0 0;
  }
}
.wt-envelope-text p {
  margin: 0;
  padding: 0;
}
.wt-feature {
  position: relative;
}
.wt-feature-fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
}
.wt-feature-fill.-secondary {
  background: #fdf0e5;
}
.wt-feature-content {
  position: relative;
  min-height: 550px;
  z-index: 1;
}
@media (min-width: 768px) {
  .wt-feature-content {
    padding: 0 0 120px 0;
  }
}
@media (min-width: 1024px) {
  .wt-feature-content {
    width: 100%;
    padding: 120px 0 120px 0;
  }
}
@media (min-width: 1600px) {
  .wt-feature-content {
    padding: 150px 0 150px 0;
  }
}
.wt-feature-body {
  width: 100%;
}
@media (min-width: 1024px) {
  .wt-feature-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .wt-feature-grid-col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (min-width: 1024px) {
  .wt-feature-grid-col.-left {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .wt-feature-grid-col.-right {
    padding-left: 55px;
  }
}
@media (min-width: 1200px) {
  .wt-feature-grid-col.-right {
    padding-left: 70px;
  }
}
@media (min-width: 1600px) {
  .wt-feature-grid-col.-right {
    padding-left: 90px;
  }
}
.wt-feature-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 -30px;
  padding: 60px 0;
}
@media (min-width: 768px) {
  .wt-feature-items {
    margin: 0 -90px;
    padding: 60px 60px;
  }
}
@media (min-width: 1024px) {
  .wt-feature-items {
    display: block;
    overflow: visible;
    margin: -30px 0;
    padding: 0;
  }
}
.wt-feature-items::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.wt-feature-item {
  min-width: 170px;
  margin: 0 30px;
  opacity: 0.3;
  color: #e65252;
  text-shadow:-1px -1px 0 #e65252, 1px -1px 0 #e65252, -1px 1px 0 #e65252, 1px 1px 0 #e65252;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -0.35px;
  line-height: 24px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@supports (-webkit-text-stroke: 1px #0019ac) {
  .wt-feature-item {
    text-shadow: none;
    -webkit-text-stroke: 1px #e65252;
  }
}
@media (min-width: 768px) {
  .wt-feature-item {
    min-width: 334px;
    font-size: 32px;
    line-height: 43px;
    letter-spacing: -0.55px;
  }
}
@media (min-width: 1024px) {
  .wt-feature-item {
    margin: 30px 0;
  }
}
@media (min-width: 1200px) {
  .wt-feature-item {
    font-size: 26px;
    line-height: 1.3;
    letter-spacing: -0.7px;
  }
}
.wt-feature-item s {
  display: inline-block;
  vertical-align: middle;
  zoom: 0.7;
  -moz-transform: scale(0.7, 0.7);
}
@media (min-width: 768px) {
  .wt-feature-item s {
    zoom: 0.85;
    -moz-transform: scale(0.85, 0.85);
  }
}
@media (min-width: 1200px) {
  .wt-feature-item s {
    zoom: 1;
    -moz-transform: none;
  }
}
.wt-feature-item.-active,
.wt-navbar.-open .wt-navbar-toggle button.wt-feature-item {
  opacity: 1;
  color: #e65252;
  text-shadow: -1px -1px 0 transparent, 1px -1px 0 transparent,
    -1px 1px 0 transparent, 1px 1px 0 transparent;
  -webkit-text-stroke: 1px transparent;
}
.wt-feature-demo {
  position: relative;
  width: 259px;
  height: 259px;
  margin: 0 auto;
}
@media (min-width: 360px) {
  .wt-feature-demo {
    width: 290px;
    height: 290px;
  }
}
@media (min-width: 768px) {
  .wt-feature-demo {
    width: 326px;
    height: 326px;
  }
}
@media (min-width: 1200px) {
  .wt-feature-demo {
    width: 407px;
    height: 407px;
    margin: 0;
  }
}
@media (min-width: 1600px) {
  .wt-feature-demo {
    width: 463px;
    height: 463px;
  }
}
.desktop .wt-feature-demo {
  will-change: transform;
  contain: strict;
}
.wt-feature-demo-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  contain: paint;
  opacity: 0;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  will-change: transform;
  -webkit-transition: opacity 0.2s, -webkit-transform 1s;
  transition: opacity 0.2s, -webkit-transform 1s;
  -o-transition: opacity 0.2s, -o-transform 1s;
  -moz-transition: opacity 0.2s, transform 1s, -moz-transform 1s;
  transition: opacity 0.2s, transform 1s;
  transition: opacity 0.2s, transform 1s, -webkit-transform 1s,
    -moz-transform 1s, -o-transform 1s;
}
.wt-feature-demo-item svg {
  height: 100%;
  width: 100%;
}
.wt-feature-demo-item.-visible,
.wt-feature-demo-item.wt-cursor.-scrollbar,
.wt-feature-demo-item.wt-navbar.-open,
.wt-navbar.-open .wt-feature-demo-item.wt-navbar.wt-navbar-menu {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.wt-getapp {
  position: relative;
}
.wt-getapp-fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50%;
  background: #fdf0e5;
}
.wt-getapp-fill2 {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fdf0e5;
}
.wt-getapp-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 590px;
  z-index: 1;
  overflow: hidden;
}
@media (min-width: 768px) {
  .wt-getapp-content {
    height: 100vh;
    min-height: 630px;
  }
}
@media (min-width: 1024px) {
  .wt-getapp-content {
    min-height: 700px;
  }
}
@media (min-width: 1600px) {
  .wt-getapp-content {
    min-height: 900px;
  }
}
.desktop .wt-getapp-content {
  height: 100vh;
}
.wt-getapp-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .wt-getapp-body.-offset {
    padding: 120px 0 0 0;
  }
}
.wt-getapp-footer {
  width: 100%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  padding: 0 0 50px 0;
}
.wt-getapp-footer-container {
  max-width: none;
}
.wt-getapp-container {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .wt-getapp-container {
    padding: 0;
  }
}
.wt-getapp-header h2 {
  display: inline-block;
  max-width: 280px;
  margin: 0;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -2.24px;
  line-height: 32px;
}
@media (min-width: 768px) {
  .wt-getapp-header h2 {
    max-width: 580px;
    font-size: 60px;
    letter-spacing: -4.48px;
    line-height: 70px;
  }
}
@media (min-width: 1200px) {
  .wt-getapp-header h2 {
    max-width: 700px;
    font-size: 70px;
    letter-spacing: -5.22px;
    line-height: 74px;
  }
}
@media (min-width: 1600px) {
  .wt-getapp-header h2 {
    max-width: 800px;
    font-size: 80px;
    letter-spacing: -5.97px;
    line-height: 86px;
  }
}
.wt-getapp-form {
  display: none;
  max-width: 470px;
  margin: 30px auto 0 auto;
}
@media (min-width: 768px) {
  .wt-getapp-form {
    display: block;
    margin: 45px auto 0 auto;
  }
}
@media (min-width: 1200px) {
  .wt-getapp-form {
    margin: 65px auto 0 auto;
  }
}
.mobile .wt-getapp-form {
  display: none;
}
.wt-getapp-store {
  margin: 23px 0 -7px 0;
}
@media (min-width: 768px) {
  .wt-getapp-store {
    margin: 45px -10px 0 -16px;
  }
}
@media (min-width: 1200px) {
  .wt-getapp-store {
    margin: 65px 0 0 0;
  }
}
.wt-getapp-store-item {
  padding: 7px 0;
}
@media (min-width: 768px) {
  .wt-getapp-store-item {
    display: inline-block;
    padding: 0 16px;
  }
}
.wt-getapp-dev {
  display: inline-block;
  color: rgba(33, 40, 189, 0.75);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.18px;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media (min-width: 768px) {
  .wt-getapp-dev {
    font-size: 16px;
    letter-spacing: -0.21px;
  }
}
.wt-getapp-dev img {
  width: 70px;
}
@media (min-width: 768px) {
  .wt-getapp-dev img {
    width: 99px;
  }
}
.wt-getapp-dev span {
  display: block;
  padding: 6px 0 0 0;
}
@media (min-width: 768px) {
  .wt-getapp-dev span {
    padding: 12px 0 0 0;
  }
}
.wt-getapp-dev:focus,
.wt-getapp-dev:hover {
  opacity: 0.85;
  color: rgba(33, 40, 189, 0.75);
  text-decoration: none;
}
.wt-showreel {
  position: relative;
  overflow: hidden;
  top: 0 !important;
}
.wt-showreel-fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
}
.wt-showreel-fill.-tertiary {
  background: #fdf0e5;
}
.wt-showreel-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  z-index: 1;
}
.desktop .wt-showreel-content {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100vh;
  overflow: hidden;
  contain: strict;
}
@media (min-width: 1024px) {
  .desktop .wt-showreel-content {
    min-height: 650px;
  }
}
@media (min-width: 1600px) {
  .desktop .wt-showreel-content {
    min-height: 800px;
  }
}
@media (min-width: 768px) {
  .wt-showreel-container {
    padding: 0;
  }
}
.wt-showreel-roll {
  margin: -180px 0;
  padding: 190px 0;
}
@media (min-width: 768px) {
  .wt-showreel-roll {
    margin: -340px 0;
    padding: 250px 0;
  }
}
@media (min-width: 1024px) {
  .wt-showreel-roll {
    margin: -245px 0;
  }
}
.desktop .wt-showreel-roll {
  margin: 0 -webkit-calc(50vw - 260px / 2);
  margin: 0 -moz-calc(50vw - 260px / 2);
  margin: 0 calc(50vw - 260px / 2);
  padding: 0;
}
@media (min-width: 768px) {
  .desktop .wt-showreel-roll {
    margin: 0 -webkit-calc(50vw - 592px / 2);
    margin: 0 -moz-calc(50vw - 592px / 2);
    margin: 0 calc(50vw - 592px / 2);
  }
}
@media (min-width: 1024px) {
  .desktop .wt-showreel-roll {
    margin: 0 -webkit-calc(50vw - 672px / 2);
    margin: 0 -moz-calc(50vw - 672px / 2);
    margin: 0 calc(50vw - 672px / 2);
  }
}
.desktop .wt-showreel-roll-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  will-change: margin;
}
.wt-showreel-roll-item {
  position: relative;
  max-width: 260px;
  min-width: 260px;
  margin: 220px 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  .wt-showreel-roll-item {
    max-width: 592px;
    min-width: 592px;
    margin: 340px 0;
  }
}
@media (min-width: 1024px) {
  .wt-showreel-roll-item {
    max-width: 672px;
    min-width: 672px;
    margin: 245px 0;
  }
}
.desktop .wt-showreel-roll-item {
  position: static;
  margin: 0 10px;
}
@media (min-width: 768px) {
  .desktop .wt-showreel-roll-item {
    margin: 0 20px;
  }
}
@media (min-width: 1024px) {
  .desktop .wt-showreel-roll-item {
    margin: 0 40px;
  }
}
.desktop .wt-showreel-roll-item:first-child {
  margin-left: 0;
}
.desktop .wt-showreel-roll-item:last-child {
  margin-right: 0;
}
.wt-showreel-roll-item-title {
  position: relative;
  color: #e65252;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -0.35px;
  line-height: 28px;
  text-align: center;
}
@media (min-width: 768px) {
  .wt-showreel-roll-item-title {
    font-size: 36px;
    letter-spacing: -0.6px;
    line-height: 46px;
   
   
  }
}
@media (min-width: 1200px) {
  .wt-showreel-roll-item-title {
    font-size: 40px;
    letter-spacing: -0.67px;
    line-height: 52px;
  }
}
@supports (mix-blend-mode: screen) {
  .wt-showreel-roll-item-title {
    color: #fe3535;
  }
  .wt-showreel-roll-item-title:before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    color: #e45253;
/*    mix-blend-mode: overlay;*/
    pointer-events: none;
  }
}
.wt-showreel-roll-item-title:after {
  content: "";
  display: block;
  position: absolute;
  top: -20vh;
  left: -100px;
  right: -100px;
  bottom: -15vh;
}
.wt-showreel-roll-item-img {
  position: absolute;
  width: 100%;
  /* height: 445px; */
  top: 50%;
  left: 50%;
  margin: -187px 0 0 -130px;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: top center;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
}
@media (min-width: 768px) {
  .wt-showreel-roll-item-img {
    width: 435px;
    height: 260px;
    margin: -128px 0 0 -226px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
  }
}
@media (min-width: 1200px) {
  .wt-showreel-roll-item-img {
    width: 820px;
  height: 445px;
    margin: -200.5px 0 0 -400.5px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
  }
}
.wt-showreel-roll-item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.desktop .wt-showreel-roll-item-img {
  display: none;
  top: 0;
  left: 0;
  will-change: transform;
  -webkit-clip-path: inset(0 0 0 0 round 10px);
  clip-path: inset(0 0 0 0 round 10px);
  z-index: -1;
}
@media (min-width: 768px) {
  .desktop .wt-showreel-roll-item-img {
    -webkit-clip-path: inset(0 0 0 0 round 22px);
    clip-path: inset(0 0 0 0 round 22px);
  }
}
@media (min-width: 1200px) {
  .desktop .wt-showreel-roll-item-img {
    -webkit-clip-path: inset(0 0 0 0 round 30px);
    clip-path: inset(0 0 0 0 round 30px);
  }
}
.mobile .wt-showreel-roll-item-img {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.no-js .wt-showreel-roll-item:hover .wt-showreel-roll-item-img {
  opacity: 1;
}
.wt-navbar.-open
  .wt-showreel-roll-item.wt-navbar.wt-navbar-menu
  .wt-showreel-roll-item-img,
.wt-showreel-roll-item.-visible .wt-showreel-roll-item-img,
.wt-showreel-roll-item.wt-cursor.-scrollbar .wt-showreel-roll-item-img,
.wt-showreel-roll-item.wt-navbar.-open .wt-showreel-roll-item-img {
  opacity: 1;
}
.wt-outro {
  position: relative;
  overflow: hidden;
}
.wt-outro-fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
}
.wt-outro-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  min-height: 455px;
  z-index: 1;
}
@media (min-width: 768px) {
  .wt-outro-content {
    height: 100vh;
  }
}
@media (min-width: 1024px) {
  .wt-outro-content {
    min-height: 650px;
  }
}
@media (min-width: 1600px) {
  .wt-outro-content {
    min-height: 800px;
  }
}
.wt-outro-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 111.8px 0 0 0;
  text-align: center;
}
@media (min-width: 768px) {
  .wt-outro-body {
    padding: 120px 0 0 0;
  }
}
.wt-outro-footer {
  width: 100%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.wt-outro-container {
  width: 100%;
}
.wt-outro-header h2 {
  display: inline-block;
  max-width: 280px;
  margin: 0;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -2.24px;
  line-height: 32px;
}
@media (min-width: 768px) {
  .wt-outro-header h2 {
    max-width: 580px;
    font-size: 60px;
    letter-spacing: -4.48px;
    line-height: 70px;
  }
}
@media (min-width: 1200px) {
  .wt-outro-header h2 {
    max-width: 700px;
    font-size: 70px;
    letter-spacing: -5.22px;
    line-height: 74px;
  }
}
@media (min-width: 1600px) {
  .wt-outro-header h2 {
    max-width: 800px;
    font-size: 80px;
    letter-spacing: -5.97px;
    line-height: 86px;
  }
}
.wt-outro-social {
  margin: 35px 0 0 0;
}
@media (min-width: 768px) {
  .wt-outro-social {
    margin: 45px 0 0 0;
  }
}
@media (min-width: 1600px) {
  .wt-outro-social {
    margin: 60px 0 0 0;
  }
}
.wt-outro-contact {
  display: none;
}
@media (min-width: 768px) {
  .wt-outro-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 60px 0 0 0;
  }
}
.wt-outro-contact-col:nth-child(2) {
  padding: 0 0 0 60px;
}
.wt-outro-contact-col:nth-child(3) {
  padding: 0 0 0 40px;
}
.wt-outro-contact-title {
  color: rgba(33, 40, 189, 0.5);
  font-size: 16px;
  letter-spacing: -0.21px;
  line-height: 18px;
}
.wt-outro-contact-link {
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 18px;
  text-decoration: none;
  vertical-align: middle;
}
.wt-outro-contact-link:before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  bottom: -20px;
}
.wt-outro-contact-link:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 1px;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
  background: currentColor;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: -o-transform 0.2s;
  -moz-transition: transform 0.2s, -moz-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s, -moz-transform 0.2s,
    -o-transform 0.2s;
}
.wt-outro-contact-link:focus,
.wt-outro-contact-link:hover {
  text-decoration: none;
}
.wt-outro-contact-link:focus:after,
.wt-outro-contact-link:hover:after {
  -webkit-animation: wt-outro-contact-link-hover 0.2s;
  -moz-animation: wt-outro-contact-link-hover 0.2s;
  -o-animation: wt-outro-contact-link-hover 0.2s;
  animation: wt-outro-contact-link-hover 0.2s;
  -webkit-transform: scaleX(1) translateZ(0);
  -moz-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}
@-webkit-keyframes wt-outro-contact-link-hover {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@-moz-keyframes wt-outro-contact-link-hover {
  0% {
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    -moz-transform-origin: left center;
    transform-origin: left center;
  }
  100% {
    -moz-transform: scaleX(1);
    transform: scaleX(1);
    -moz-transform-origin: left center;
    transform-origin: left center;
  }
}
@-o-keyframes wt-outro-contact-link-hover {
  0% {
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  100% {
    -o-transform: scaleX(1);
    transform: scaleX(1);
    -o-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes wt-outro-contact-link-hover {
  0% {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  100% {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
}
.wt-brief {
  position: relative;
}
.wt-brief-fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
}
.wt-brief-content {
  position: relative;
  padding: 90px 0 65px 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .wt-brief-content {
    padding: 130px 0 160px 0;
  }
}
@media (min-width: 1200px) {
  .wt-brief-content {
    padding: 100px 0 200px 0;
  }
}
.wt-brief-content.-lg {
  padding: 80px 0;
}
@media (min-width: 768px) {
  .wt-brief-content.-lg {
    padding: 120px 0 140px 0;
  }
}
@media (min-width: 1200px) {
  .wt-brief-content.-lg {
    padding: 130px 0 160px;
  }
}
@media (min-width: 1600px) {
  .wt-brief-content.-lg {
    padding: 150px 0 180px;
  }
}
.wt-brief-body {
  width: 100%;
}
@media (min-width: 1024px) {
  .wt-brief-container {
    padding-right: 202px;
  }
}
@media (min-width: 1200px) {
  .wt-brief-container {
    padding-right: 210px;
  }
}
@media (min-width: 1600px) {
  .wt-brief-container {
    padding-right: 410px;
  }
}
.wt-brief-text p {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.23px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .wt-brief-text p {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.3px;
  }
}
@media (min-width: 1200px) {
  .wt-brief-text p {
    margin: 35px 0;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: -0.3px;
  }
}
@media (min-width: 1600px) {
  .wt-brief-text p {
    font-size: 24px;
    line-height: 38px;
    letter-spacing: -0.47px;
  }
}
.wt-faq {
  position: relative;
}
.wt-faq-fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
}
.wt-faq-content {
  position: relative;
  padding: 114px 0 100px 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .wt-faq-content {
    padding: 145px 0 148px 0;
  }
}
@media (min-width: 1024px) {
  .wt-faq-content {
    padding: 191px 0;
  }
}
@media (min-width: 1200px) {
  .wt-faq-content {
    padding: 176px 0 130px 0;
  }
}
@media (min-width: 1600px) {
  .wt-faq-content {
    padding: 237px 0 232px 0;
  }
}
.wt-faq-body {
  width: 100%;
}
.wt-faq-container {
  padding: 0 30px;
}
@media (min-width: 768px) {
  .wt-faq-container {
    padding: 0 63px 0 83px;
  }
}
@media (min-width: 1024px) {
  .wt-faq-container {
    padding: 0 166px 0 202px;
  }
}
@media (min-width: 1200px) {
  .wt-faq-container {
    padding: 0 139px 0 131px;
  }
}
@media (min-width: 1600px) {
  .wt-faq-container {
    padding: 0 270px;
  }
}
.wt-faq-header-title {
  margin: 0 0 40px 0;
}
@media (min-width: 768px) {
  .wt-faq-header-title {
    margin: 0 0 70px 0;
  }
}
@media (min-width: 1600px) {
  .wt-faq-header-title {
    margin: 0 0 66px 0;
  }
}
.wt-faq-header-title h1 {
  margin: 0;
  padding: 0;
  font-size: 40px;
  letter-spacing: -2.98px;
  line-height: 42px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .wt-faq-header-title h1 {
    font-size: 86px;
    letter-spacing: -6.42px;
    line-height: 82px;
  }
}
@media (min-width: 1200px) {
  .wt-faq-header-title h1 {
    font-size: 96px;
    letter-spacing: -7.16px;
    line-height: 92px;
  }
}
@media (min-width: 1600px) {
  .wt-faq-header-title h1 {
    font-size: 120px;
    letter-spacing: -8.95px;
    line-height: 113px;
  }
}
.wt-faq-header-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 50px 0;
}
@media (min-width: 768px) {
  .wt-faq-header-action {
    margin: 0 0 109px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .wt-faq-header-action {
    margin: 0 0 134px 0;
  }
}
@media (min-width: 1200px) {
  .wt-faq-header-action {
    margin: 0 0 183px 0;
  }
}
@media (min-width: 1600px) {
  .wt-faq-header-action {
    margin: 0 0 200px 0;
  }
}
.wt-faq-header-action-item {
  margin: 0 0 0 38px;
  text-align: center;
  text-decoration: none;
}
.wt-faq-header-action-item:focus,
.wt-faq-header-action-item:hover {
  text-decoration: none;
}
.wt-faq-header-action-item:nth-child(2) {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.wt-faq-header-action-item:nth-child(3) {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin: 0;
}
@media (min-width: 768px) {
  .wt-faq-header-action-item:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 0 0 0 19px;
  }
}
@media (min-width: 1024px) {
  .wt-faq-header-action-item:nth-child(3) {
    margin: 0 0 0 24px;
  }
}
@media (min-width: 1200px) {
  .wt-faq-header-action-item:nth-child(3) {
    margin: 0 0 0 28px;
  }
}
.wt-faq-header-action-item:first-child {
  width: 100%;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin: 15px 0 0 0;
}
@media (min-width: 768px) {
  .wt-faq-header-action-item:first-child {
    margin: 0;
    width: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media (min-width: 768px) {
  .wt-faq-header-action-item {
    margin: 0 0 0 19px;
  }
}
@media (min-width: 1024px) {
  .wt-faq-header-action-item {
    margin: 0 0 0 24px;
  }
}
@media (min-width: 1200px) {
  .wt-faq-header-action-item {
    margin: 0 0 0 28px;
  }
}
.wt-faq-row {
  margin: 0 0 60px 0;
}
.wt-faq-row:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .wt-faq-row {
    margin: 0 0 84px 0;
  }
}
@media (min-width: 1024px) {
  .wt-faq-row {
    margin: 0 0 69px 0;
  }
}
@media (min-width: 1200px) {
  .wt-faq-row {
    display: none;
    margin: 0 0 82px 0;
  }
}
@media (min-width: 1600px) {
  .wt-faq-row {
    margin: 0 0 100px 0;
  }
}
.wt-faq-row.-visible,
.wt-faq-row.wt-cursor.-scrollbar,
.wt-faq-row.wt-navbar.-open,
.wt-navbar.-open .wt-faq-row.wt-navbar.wt-navbar-menu {
  display: block;
}
.wt-faq-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.wt-faq-footer-item {
  margin: 0 0 40px 0;
}
.wt-faq-footer-item:last-child {
  margin: 0;
}
.wt-faq-footer-title {
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  .wt-faq-footer-title {
    margin: 0 0 48px 0;
  }
}
@media (min-width: 1024px) {
  .wt-faq-footer-title {
    margin: 0 0 45px 0;
  }
}
@media (min-width: 1200px) {
  .wt-faq-footer-title {
    margin: 0 0 60px 0;
  }
}
.wt-faq-footer-title h2 {
  margin: 0;
  padding: 0;
  font-size: 24px;
  letter-spacing: -1.79px;
  line-height: 35px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .wt-faq-footer-title h2 {
    font-size: 40px;
    letter-spacing: -2.98px;
    line-height: 50px;
  }
}
@media (min-width: 1200px) {
  .wt-faq-footer-title h2 {
    font-size: 50px;
    letter-spacing: -3.73px;
    line-height: 55px;
  }
}
.wt-faq-footer-subtitle {
  margin: 0 0 15px 0;
}
@media (min-width: 768px) {
  .wt-faq-footer-subtitle {
    margin: 0 0 10px 0;
  }
}
@media (min-width: 1600px) {
  .wt-faq-footer-subtitle {
    margin: 0 0 20px 0;
  }
}
.wt-faq-footer-subtitle h3 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  letter-spacing: -0.23px;
  line-height: 21px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .wt-faq-footer-subtitle h3 {
    font-size: 18px;
    letter-spacing: -0.3px;
    line-height: 26px;
  }
}
.wt-faq-footer-text p {
  margin: 0 0 20px 0;
  font-size: 14px;
  letter-spacing: -0.23px;
  line-height: 21px;
}
@media (min-width: 768px) {
  .wt-faq-footer-text p {
    margin: 0 0 25px 0;
    font-size: 18px;
    letter-spacing: -0.3px;
    line-height: 26px;
  }
}
.wt-faq-footer-text p:last-child {
  margin: 0;
}
.wt-faq-menu {
  position: absolute;
  display: none;
  padding: 17px 0 0 0;
}
@media (min-width: 1200px) {
  .wt-faq-menu {
    display: inline-block;
  }
}
.wt-faq-menu-item {
  display: block;
  margin: 0 0 20px 0;
  font-size: 28px;
  letter-spacing: -0.47px;
  line-height: 35px;
  font-weight: 600;
  text-shadow: rgba(33, 40, 189, 0.3) 0 0 1px, rgba(33, 40, 189, 0.3) 0 0 1px,
    rgba(33, 40, 189, 0.3) 0 0 1px, rgba(33, 40, 189, 0.3) 0 0 1px,
    rgba(33, 40, 189, 0.3) 0 0 1px, rgba(33, 40, 189, 0.3) 0 0 1px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.wt-faq-menu-item:focus,
.wt-faq-menu-item:hover {
  text-decoration: none;
  text-shadow: none;
  color: inherit;
}
.wt-faq-menu-item:active {
  opacity: 0.7;
}
.wt-faq-menu-item:last-child {
  margin: 0;
}
@media (min-width: 1600px) {
  .wt-faq-menu-item {
    font-size: 27px;
    letter-spacing: -0.45px;
    line-height: 35px;
  }
}
.wt-faq-menu-item.-active,
.wt-navbar.-open .wt-navbar-toggle button.wt-faq-menu-item {
  text-shadow: none;
  color: #e94c3d;
}
.wt-faq-brief {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 1200px) {
  .wt-faq-brief-container {
    padding-left: 381px;
  }
}
@media (min-width: 1600px) {
  .wt-faq-brief-container {
    padding-left: 370px;
  }
}
.wt-change {
  position: relative;
}
.wt-change-fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #eefbff;
}
.wt-change-content {
  position: relative;
  padding: 65px 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .wt-change-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 440px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .wt-change-content {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .wt-change-content {
    height: 530px;
  }
}
@media (min-width: 1600px) {
  .wt-change-content {
    height: 720px;
  }
}
.wt-change-body {
  width: 100%;
}
.wt-change-container {
  padding: 0 30px;
}
@media (min-width: 768px) {
  .wt-change-container {
    padding: 0 87px;
  }
}
@media (min-width: 1024px) {
  .wt-change-container {
    padding: 0 120px;
  }
}
@media (min-width: 1200px) {
  .wt-change-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 130px;
  }
}
@media (min-width: 1600px) {
  .wt-change-container {
    max-width: 1600px;
    padding: 0 248px 0 242px;
  }
}
@media (min-width: 768px) {
  .wt-change-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}
.wt-change-grid-col.-center {
  margin: 13px 0 12px 0;
}
@media (min-width: 768px) {
  .wt-change-grid-col.-center {
    display: none;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .wt-change-grid-col.-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.wt-change-card {
  padding: 22px 32px 42px 20px;
  min-height: 270px;
  border: 1px solid rgba(0, 95, 254, 0.3);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
@media (min-width: 768px) {
  .wt-change-card {
    padding: 26px 14px 39px 25px;
    min-height: 230px;
    max-width: 288px;
  }
}
@media (min-width: 1024px) {
  .wt-change-card {
    padding: 29px 22px 45px 28px;
    min-height: 255px;
    max-width: 320px;
  }
}
@media (min-width: 1200px) {
  .wt-change-card {
    padding: 33px 20px 36px 40px;
    min-height: 255px;
    max-width: 390px;
  }
}
@media (min-width: 1600px) {
  .wt-change-card {
    padding: 42px 25px 45px 51px;
    min-height: 318px;
    max-width: 487px;
  }
}
.wt-change-card-text {
  font-size: 18px;
  letter-spacing: -0.3px;
  line-height: 26px;
  color: rgba(33, 40, 189, 0.5);
}
@media (min-width: 768px) {
  .wt-change-card-text {
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 18px;
  }
}
@media (min-width: 1024px) {
  .wt-change-card-text {
    font-size: 14px;
    letter-spacing: -0.23px;
    line-height: 21px;
  }
}
@media (min-width: 1600px) {
  .wt-change-card-text {
    font-size: 18px;
    letter-spacing: -0.3px;
    line-height: 26px;
  }
}
.wt-change-card-text.-inverse {
  color: #e94c3d;
}
.wt-change-card-name {
  display: inline-block;
  margin: 15px 0 22px 0;
  padding: 7px 28px 8px 20px;
  font-size: 14px;
  letter-spacing: -0.23px;
  line-height: 21px;
  font-weight: 600;
  color: rgba(33, 40, 189, 0.5);
  border: 1px solid rgba(0, 95, 254, 0.3);
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
}
@media (min-width: 768px) {
  .wt-change-card-name {
    margin: 25px 0 14px 0;
    padding: 3px 16px 4px 13px;
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 18px;
  }
}
@media (min-width: 1024px) {
  .wt-change-card-name {
    margin: 28px 0 15px 0;
    padding: 4px 15px 4px 16px;
  }
}
@media (min-width: 1200px) {
  .wt-change-card-name {
    margin: 28px 0 19px 0;
  }
}
@media (min-width: 1600px) {
  .wt-change-card-name {
    margin: 35px 0 24px 0;
    padding: 5px 20px;
    font-size: 15px;
    letter-spacing: -0.25px;
    line-height: 26px;
  }
}
.wt-change-card-name span {
  font-weight: 400;
}
.wt-change-card-name.-inverse {
  color: #005ffe;
  background: rgba(0, 95, 254, 0.1);
  border: none;
}
.wt-change-card.-inverse {
  background: #fff;
  border: none;
}
.wt-change-icon {
  width: 39px;
  height: 39px;
  margin: 0 auto;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .wt-change-icon {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
}
.wt-change-icon svg {
  width: 100%;
  height: 100%;
}
.wt-advantage {
  position: relative;
}
.wt-advantage-fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
}
.wt-advantage-particle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}
.wt-advantage-content {
  padding: 140px 0;
}
@media (min-width: 768px) {
  .wt-advantage-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 1100px;
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .wt-advantage-content {
    height: 1050px;
  }
}
@media (min-width: 1600px) {
  .wt-advantage-content {
    height: 1330px;
  }
}
.wt-advantage-body {
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .wt-advantage-body {
    margin: 20px 0 0 0;
  }
}
@media (min-width: 1200px) {
  .wt-advantage-body {
    margin: 40px 0 0 0;
  }
}
@media (min-width: 1600px) {
  .wt-advantage-body {
    margin: 60px 0 0 0;
  }
}
.wt-advantage-header {
  position: relative;
  text-align: center;
  contain: layout style;
}
.wt-advantage-header h2 {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 65px;
  font-weight: 600;
  letter-spacing: -0.075em;
  line-height: 93%;
  text-rendering: optimizeSpeed;
}
@media (min-width: 375px) {
  .wt-advantage-header h2 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .wt-advantage-header h2 {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .wt-advantage-header h2 {
    font-size: 67px;
  }
}
@media (min-width: 1200px) {
  .wt-advantage-header h2 {
    font-size: 8vw;
  }
}
.wt-advantage-header-shape {
  display: none;
  position: absolute;
  top: -10px;
  left: -5px;
  right: -5px;
  bottom: -20px;
  overflow: hidden;
  background: #e94c3d;
}
@supports (mix-blend-mode: screen) {
  .wt-advantage-header-shape {
    display: block;
  }
}
.wt-advantage-header-shape-item {
  position: absolute;
  top: -60px;
  left: 0;
  width: 0;
  height: 0;
  will-change: transform;
}
.wt-advantage-header-shape-item.-v1 {
  width: 0;
  height: 0;
  margin: -325px 0 0 -600px;
  border-style: solid;
  border-width: 0 600px 650px 600px;
  border-color: transparent transparent #005ffe transparent;
}
.wt-advantage-header-shape-item.-v2 {
  width: 0;
  height: 0;
  margin: -225px 0 0 -400px;
  border-style: solid;
  border-width: 0 400px 450px 400px;
  border-color: transparent transparent #ffe5e3 transparent;
}
.wt-advantage-header-shape-item.-v3 {
  width: 0;
  height: 0;
  margin: -125px 0 0 -200px;
  border-style: solid;
  border-width: 0 200px 250px 200px;
  border-color: transparent transparent #ffcc57 transparent;
}
.wt-advantage-header-blend {
  position: relative;
  z-index: 1;
  color: #e65252;
}
@supports (mix-blend-mode: screen) {
  .wt-advantage-header-blend {
    color: #e4251c;
    background: #fff;
    mix-blend-mode: screen;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .wt-advantage-header-blend:before {
    content: "";
    position: absolute;
    top: -12px;
    left: -6px;
    right: -6px;
    bottom: -22px;
    z-index: -1;
    background: #fff;
  }
}
.wt-advantage-details {
  margin: 50px 0 0 0;
}
@media (min-width: 768px) {
  .wt-advantage-details {
    margin: 100px 0 0 0;
  }
}
@media (min-width: 1600px) {
  .wt-advantage-details {
    margin: 100px 0 0 0;
  }
}
.wt-advantage-grid {
  margin: -25px 0;
}
@media (min-width: 1024px) {
  .wt-advantage-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0;
  }
}
.wt-advantage-grid-col {
  padding: 25px 0;
}
@media (min-width: 1024px) {
  .wt-advantage-grid-col {
    padding: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.wt-advantage-text {
  margin: 0 auto;
  /* max-width: 90%; */
  font-size: 17px;
  letter-spacing: -0.28px;
  line-height: 24px;
  text-align: center;
}
@media (min-width: 360px) {
  .wt-advantage-text {
    /* max-width: 85%; */
  }
}
@media (min-width: 768px) {
  .wt-advantage-text {
    font-size: 24px;
    letter-spacing: -0.4px;
    line-height: 37px;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .wt-advantage-text {
    /* max-width: 330px; */
  }
}
@media (min-width: 1200px) {
  .wt-advantage-text {
    /* max-width: 416px; */
  }
}
.wt-advantage-text b {
  font-weight: 600;
}
.wt-advantage-text p {
  margin: 0;
}







/*custom*/

.font_primary
{
  font-family: 'Mochiy Pop One', sans-serif;
}
.font_basic
{
  font-family: Montserrat, sans-serif;
}
.img1
{
  width: 100%;
    height: 100%;
    object-fit: cover;
}
.wt-showreel .wt-showreel-roll-inner
{
  font-family: 'Mochiy Pop One', sans-serif;
}
.wt-showreel-roll-item-img 
{
  object-fit: cover;
}
.wt-envelope-particle-item img
{
    max-width: 170px;
    border-radius: 10px;
}
.rounded-15
{
  border-radius: 15px;
}



/* page_home */
.page_home .section_3 .wt-envelope-content
{
  max-width: 800px;
}
.page_home .section_7
{
  padding-top: 140px;
}
.page_home .section_6 .wt-feature-content
{
  padding: 110px 0;
  min-height: auto;
}



/* page_flavour */
.page_flavour  .wt-envelope-content
{
  min-height: 600px;
  height: auto;
}
.page_flavour .flavour_wrap
{
 height: 100%;
}
.page_flavour .flavour_wrap,
.page_flavour .flavour_wrap .category
{
     background: #e6d2e8;
}
.page_flavour .flavour_wrap.cat-chocolate,
.page_flavour .flavour_wrap.cat-chocolate .category
{
  background: #e4def6;
}
.page_flavour .flavour_wrap.cat-cheese,
.page_flavour .flavour_wrap.cat-cheese .category
{
  background: #e0f6f6;
}
.page_flavour .flavour_wrap.cat-fn,
.page_flavour .flavour_wrap.cat-fn .category
{
  background: #ecf2dc;
}
.page_flavour .flavour_wrap.cat-classic,
.page_flavour .flavour_wrap.cat-classic .category
{
  background: #fee4e4;
}

.page_flavour .flavour_wrap .image
{
  height: 225px;
    object-fit: cover;
}
.page_flavour .flavour_wrap .round_veg
{
  color: green;
  
  font-size: 13px;
  font-weight: 450;
}
.page_flavour .flavour_wrap .round_veg span
{
  background-color: green;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 2px;
  margin-right: 3px;
}
.page_flavour .flavour_wrap .round_nonveg
{
  color: red;
  
  font-size: 13px;
  font-weight: 450;
}
.page_flavour .flavour_wrap .round_nonveg span
{
  background-color: red;
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 2px;
  margin-right: 3px;
}
.page_flavour .flavour_wrap .category
{
  left: 5px;
    top: 5px;
    font-size: 11px;
    color: #6e4a36;
    padding: 10px;
    border-radius: 6px;
    /* backdrop-filter: blur(21px); */
    z-index: 1;
    font-weight: 600;
}
.page_flavour .flavour_wrap .btn_view
{
  display: none;
    position: absolute;
    left: 4px;
    bottom: 3px;
    background: white;
    border: none;
    padding: 13px 15px;
    border-radius: 100px;
    transform: rotate(100deg) scale(0);
    box-shadow: 0px 3px 10px 6px #00000054;
    opacity: 0;
    transition: all ease 0.3s;
}
.page_flavour .flavour_wrap:hover .btn_view
{
  transform: rotate(-30deg) scale(1);
  opacity: 1;

}


/* footer */
.footer .contact_box
{
  background-color: #6e4a361f;
    border-radius: 20px;
}
.footer .contact_box a
{
  text-decoration: none;
    border: 1px solid #fff;
    padding: 10px 14px;
    display: inline-block;
    border-radius: 100px;
}





/* page_about */
.page_about .section_2 video
{
  display: block;
}




@media(max-width:991px)
{
.page_home .section_3 .wt-envelope-content
{
  max-width: 560px;
}
.page_home .section_6 .wt-feature-items 
{
  margin: 0 -94px;
  padding: 60px 30px;
}
.page_home .section_6 .wt-feature-item 
{
  min-width: 219px;
  font-size: 23px;
  line-height: 28px;
  letter-spacing: -0.55px;
  
}
.page_home .section_7 .wt-advantage-details
{
  margin: 0;
}
.page_home .section_4 .wt-description-text
{
  max-width: 100%;
}
.page_home .section_7
{
  padding: 0;
}
.page_home .section_7 .wt-advantage-header
{
  margin-bottom: 50px;
}
.page_home .section_8 .wt-description-content
{

  margin-top: -104px;
  padding-top:0;
  padding-bottom: 50px;

}
.page_home .section_8  .wt-description-text
{
  max-width: 100%;
}


}

@media(max-width:768px)
{
  .page_home .section_6 .wt-feature-content
{
  padding: 0px 0;
}
  .wt-navbar-logo img 
  {
    width: 77px;
  }
  .wt-description-figure.-multiple img
  {
    position: relative;
  }
  .page_flavour .flavour_wrap .image
  {
    height: auto;
  }
  .page_flavour .section_1 .wt-envelope-header h2
  {
      line-height: 43px;
  }
  .page_flavour .wt-envelope-content 
  {
      min-height: 285px;
  }
  .page_home .section_8 .wt-description-figure img
  {
    max-width: 100%;
  }
  .wt-showreel-roll-item-img 
  {
    top: 109%;
    left: 50%;
    margin: 0px 0 0 -130px;
  
  }
  .page_home .section_3 .wt-envelope-particle-item 
  {
    display: none;
  }
  .page_home .section_7 .wt-advantage-header h2 
  {
    font-size: 43px;
  }
  .wt-getapp-content
  {
    height: auto;
    padding-top: 50px;
  }
    .wt-getapp-store 
    {
      margin: 31px 0 30px 0;
  }
  .page_home .section_6
  {
    overflow: hidden;
    padding-top: 50px;
  }
  .page_about .section_1 .wt-advantage-content
  {
    padding-bottom: 50px;
  }
  .wt-hero-header h1 {
    font-size: 41px;
  }
  .wt-hero-content 
  {
    padding: 140px 0 0 0;
  }
  .wt-hero-footer 
  {
    margin: 60px 0 0 0;
  }
  .last_showreel
  {   
    margin-bottom: 50px;
  }
  .page_home .section_3 .wt-envelope-content
  {
    min-height: 390px;
    height: 43px;
  }
  .page_home .section_4 .wt-description-content 
  {
    padding: 50px 0 50px 0;
 } 
 .page_home .section_6 .wt-feature-items 
 {
     margin: 0 -50px; 
 }
 .page_home .section_7 .wt-advantage-content {
  padding: 80px 0;
}
.page_home .section_8
{
  text-align: center;
}
.page_about .section_1 .wt-advantage-header h2
{
  font-size: 49px;
}
.cnt-head {

  padding-top: 80px;
}

}


@media only screen and (max-width: 768px) {

  .wt-showreel-roll-item-title {


    padding-top: 15px ;
  }
  .wt-showreel-roll-item-title:before {

    padding-top: 15px ;
  
  }


}

.veg {

  border: solid;
  border-width: 2px;
  border-color:green;
  padding-right: 18px;
  
}

.veg-b {


  background-color: green;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-left: -15.9px;
  margin-right: 10px;
}

.non-veg {

  border: solid;
  border-width: 2px;
  border-color:red;
  padding-right: 18px;
}

.non-veg-b {

  background-color: red;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-left: -15.9px;
  margin-right: 10px;
}

.wt-navbar-sign img {


  width: 100px;
  margin-left: 10px;
  position: relative;
  transition: transform 0.3s ease;
  border-radius: 33px;
  background-color: #ed8a21;
  padding: 5px;
  
}

.zomato img {

  background-color:#e23744 ;
}

.wt-navbar-sign img:hover {


  transform: scale(1.1);
}

.wt-navbar-menu-nav-item img {

  width: 120px;
  border-radius: 30px;

}

.wt-navbar-menu.-open .wt-navbar-menu-nav-item img,
.wt-navbar.-open .wt-navbar-menu .wt-navbar-menu-nav-item  img {
  -webkit-animation: wt-navbar-menu-nav-show 1.2s cubic-bezier(0.19, 1, 0.22, 1)
    backwards;
  -moz-animation: wt-navbar-menu-nav-show 1.2s cubic-bezier(0.19, 1, 0.22, 1)
    backwards;
  -o-animation: wt-navbar-menu-nav-show 1.2s cubic-bezier(0.19, 1, 0.22, 1)
    backwards;
  animation: wt-navbar-menu-nav-show 1.2s cubic-bezier(0.19, 1, 0.22, 1)
    backwards;
}

.head-fav {

  margin-top: 50px ;
}

@media only screen and (max-width: 768px) {


  .footer-feature {

    padding-bottom: 40px;
  }

  .footer-fav{

    margin-top: 30px;
  }

  /* .wt-hero-header-blend h1{

    font-size: 26px;

  } */

  .section_8 .wt-description-content {

    min-height: 800px !important;
  }
}

.owl-dots {

  display: none;
}


@media (min-width: 1200px) {

  .section_8 .wt-description-content {

    padding: 0 0 0 0 !important;
    height: 0 !important;
    margin: 0 0 0 0 !important;
    min-height: 600px;
    
    
    
  } 
}