html.js .loader {
  background: none repeat scroll 0 0 #ffffff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}

html.js .loader_inner {
  background-image: url("../img/preloader.gif");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  height: 60px;
  width: 60px;
  margin-top: -30px;
  margin-left: -30px;
  left: 50%;
  top: 50%;
  position: absolute;
}

.main {
  overflow: hidden;
}

body {
  position: relative;
  overflow-x: hidden;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  font-weight: 300;
  color: #333333;
  background-color: #fff;
}

*::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}

*:-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}

*::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}

*:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}

.color-green {
  color: #B1FF36;
}

.color-yellow {
  color: #FFF03F;
}

.bg-green {
  background: #B1FF36;
}

.bg-yellow {
  background: #B1FF36;
}

a {
  color: #333333;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.blue,
a.blue {
  color: var(--blue) !important;
}

a.blue:hover {
  border-bottom-color: var(--blue);
}

a.pseudo {
  border-bottom-style: dotted;
}

a:hover,
a.hover {
  color: var(--blue);
  text-decoration: none;
  transition: 0.1s ease-out;
}

a:active,
a:focus {
  color: var(--blue);
  text-decoration: none;
  outline: none;
}

.box-link {
  display: block;
}

.btn,
button {
  display: inline-block;
  min-height: 50px;
  padding: 15px 20px;
  margin: 0;
  font-size: 100%;
  line-height: 20px;
  background: var(--blue);
  color: white;
  font-weight: 400;
  color: white;
  border-radius: 0;
  border: 0;
  transition: 0.2s;
}

.btn.btn-big {
  padding: 25px 40px;
  font-size: 20px;
}

.btn:hover,
button:hover {
  color: white;
  background: var(--blue);
}

.btn:focus,
.btn:active,
.btn:active:focus,
button:focus,
button:active,
button:active:focus {
  color: white;
  background: var(--blue);
}

.btn.btn-white {
  color: var(--blue);
  background: white;
}

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

.btn.btn-border {
  color: var(--blue);
  background: transparent;
  border: 2px solid var(--blue);
}

.btn.btn-border.btn-big {
  border-width: 3px;
}

.btn.btn-border:hover {
  color: white;
  background: var(--blue);
}

.btn.btn-border.btn-white {
  color: white;
  border-color: white;
}

.btn.btn-border.btn-white:hover {
  color: var(--blue);
  background: white;
}

input,
textarea {
  color: #333333;
  border: 1px solid #bbb;
  background: white;
  height: 50px;
  padding: 10px 5px 10px 15px;
  box-shadow: none;
  line-height: 20px;
}

input:hover,
textarea:hover {
  border-color: #777;
}

input:focus,
textarea:focus {
  border-color: #333;
}

.text-label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
}

.label-title {
  flex-grow: 2;
  min-width: 140px;
  margin: 5px 0;
}

.input-wrap {
  flex-grow: 10;
}

.input-wrap input {
  width: 100%;
  min-width: 200px;
}

select {
  background: white;
  border: 0;
  padding: 10px 15px;
}

button:focus,
button:active,
button:active:focus,
select:focus,
select:active,
select:active:focus,
input:focus,
input:active,
input:active:focus,
textarea:focus,
textarea:active,
textarea:active:focus {
  outline: none;
}

textarea {
  min-height: 80px;
  width: 100%;
}

body hr {
  margin: 0;
}

h1 {
  color: #fff;
  font-size: 36px;
  margin: 0 0 15px -0.1em;
  line-height: 1.3;
  font-weight: 600;
}

h2 {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0;
}

h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 15px;
}

h3:not(:first-child) {
  margin-top: 45px;
}

h4 {
  font-size: 32px;
  margin: 0 0 10px;
  font-weight: 500;
  line-height: 1.2;
}

h5 {
  font-size: 24px;
  margin: 0 0 10px;
  line-height: 1.3;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

p {
  margin: 0 0 15px;
}

.smaller {
  font-size: 65%;
}

small,
.small {
  font-size: 85%;
}

big,
.text-big {
  font-size: 130%;
  color: #000;
}

.text-bigger {
  font-size: 180%;
}

.text-maximus {
  font-size: 100px;
  font-weight: 500;
  line-height: 1;
}

b,
strong,
.text-strong {
  font-weight: 500;
}

img {
  max-width: 100%;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  margin-bottom: 15px;
}

section {
  padding: 150px 0;
}

.hidden {
  display: none;
}

.container {
  position: relative;
  z-index: 10;
}

.intro {
  position: relative;
  overflow: visible;
  padding: 0;
  min-height: 920px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 5;
}

.intro-box {
  padding: 15px;
}

.intro.bg:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*background: rgba(0,10,50,.5);*/
  mix-blend-mode: luminosity;
  transition: 0.3s;
}

.intro a {
  color: white;
}

.intro .content,
.intro .btn-box {
  position: relative;
  z-index: 20;
}

.intro .logo {
  display: inline-block;
  width: 240px;
  margin: -6px;
  margin-bottom: 60px;
  padding-top: 100px;
}

.mobile-logo {
  display: none;
}

.btn-box {
  margin-top: 20px;
  display: inline-flex;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
  background: white;
  border-radius: 8px;
}

.btn-store {
  display: inline-block;
  width: 200px;
  line-height: 0;
  border: 0;
  cursor: pointer;
  border: 2px solid #666;
  border-radius: 8px;
}

.btn-sub-text {
  padding: 12px 25px 6px;
  line-height: 1.3;
}

.intro-bg {
  position: absolute;
  width: 2100px;
  height: 1200px;
  top: 0;
  /* left: 50%; */
  transform: translate(-61%, 0);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2100px auto;
  background-image: url(../img/aa.jpg);
  z-index: 1;
}
.logoText {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
}

.phone-box {
  position: absolute;
  right: 5%;
  width: 280px;
  /* height: 580px; */
  border-radius: 36px;
  z-index: 10;
}

.phone-border {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  border: 8px solid #333333;
  box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0.75);
  overflow: hidden;
  z-index: 5;
}

.phone-border:before {
  content: "";
  position: absolute;
  background: #333333;
  left: 25%;
  right: 25%;
  height: 4%;
  border-radius: 0 0 16px 16px;
  z-index: 10;
}

.phone-screen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.features-section {
  position: relative;
  min-height: 800px;
  z-index: 100;
}

.features-section .top-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 800px;
  background: #333333;
  /* transform: skewY(-7deg); */
  overflow: hidden;
  z-index: -1;
}

.features-section .top-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-top: -500px;
  height: 500px;
  background: #B1FF36;
  /* transform: skewY(13deg); */
  transform-origin: 50% 0;
}

.features-section .bottom-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 300px;
  background: #B1FF36;
  /* transform: skewY(-7deg); */
  z-index: 1;
}

.features-section .bottom-bg:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 800px;
  background: #f5d368;
  /* transform: skewY(13deg); */
  transform-origin: 50% 0;
}

.features-slider {
  transform-origin: 50% 0;
  transform: skewY(7deg);
  margin-top: 50px;
}

.features-slider img {
  width: 300px;
  margin-right: 60px;
  transform: skewY(-7deg);
  outline: none !important;
}

.slick-list {
  overflow: visible;
}

.slick-arrow {
  position: absolute;
  top: -160px;
  width: 70px;
  height: 70px;
  font-size: 0;
  right: 0;
}

.slick-arrow:hover {
  background: rgba(255, 255, 255, 0.1);
}

.slick-next:after {
  content: "";
  position: absolute;
  top: 35px;
  left: 10px;
  right: 10px;
  height: 2px;
  background: #FFF03F;
}

.slick-next:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border: 2px solid #FFF03F;
  top: 27px;
  right: 11px;
  transform: rotate(45deg);
  border-left: 0;
  border-bottom: 0;
}

.slick-prev {
  right: 70px;
}

.slick-prev:after {
  content: "";
  position: absolute;
  top: 35px;
  left: 10px;
  right: 10px;
  height: 2px;
  background: #FFF03F;
}

.slick-prev:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border: 2px solid #FFF03F;
  top: 27px;
  left: 11px;
  transform: rotate(45deg);
  border-right: 0;
  border-top: 0;
}

.inhouse-section {
  position: relative;
  z-index: 5;
  min-height: 90vw;
  text-align: center;
  background: url(../img/bb.jpg) no-repeat center;
  background-size: cover;
  color: white;
  padding-bottom: 0;
}

/* .inhouse-section:after {
  content: "";
  position: absolute;
  height: 300px;
  right: 0;
  bottom: 0;
  left: 0;
} */

.inhouse-section h2 {
  max-width: 400px;
  margin: -20px auto 50px;
  color: #000;
  font-size: 42px;
}

.inhouse-section .text {
  max-width: 600px;
  margin: 60vw auto 0;
  padding-bottom: 40px;
}

.inhouse-section .dark-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #f5d368 0%, transparent 600px);
}

.call-to-action-section {
  text-align: center;
  padding-top: 0;
  margin-top: -45px;
  background: #333;
}

.footer {
  font-size: 18px;
  background-color: #f5d368;
  padding-top: 60px;
  padding-bottom: 60px;
  color: #777;
  text-align: center;
}

.footer .company-name,
.footer .icp,
.footer .mobile,
.footer .email {
  margin-top: 10px;
  color: #000;
}

.footer a {
  color: #000;
  margin: 0 10px;
}

.footer a:hover {
  color: #fff;
}

.footer-nav {
  margin-top: 60px;
}

/* Large Devices, Wide Screens */
@media (max-width: 1200px) {}

/* Medium Devices, Desktops */
@media (max-width: 992px) {}

/* Small Devices, Tablets */
@media (max-width: 768px) {
  section {
    padding: 60px 0;
  }

  h1 {
    font-size: 25px;
    /* padding-top: 100vw; */
  }

  .mobile-logo {
    display: inline-block;
  }

  .desktop-logo {
    display: none;
  }

  .intro {
    /* padding-top: 15px; */
    text-align: center;
  }

  .intro-box {
    padding-top: 300px;
  }

  .intro .logo {
    width: 200px;
    margin-bottom: 40px;
  }

  .intro .text {
    max-width: 400px;
    margin: 0 auto 50px;
  }

  .intro-bg {
    transform: translate(-61%, 0%);
  }

  .phone-box {
    position: relative;
    right: auto;
    clear: both;
    margin: 0 auto;
  }

  .btn-box {
    display: inline-block;
    text-align: center;
    box-shadow: none;
  }

  .features-slider {
    margin-top: 80px;
  }

  .features-slider img {
    margin-right: 0;
    width: 280px;
  }

  .slick-arrow {
    width: 50px;
  }

  .slick-prev {
    right: 50px;
  }
}

@media (max-width: 720px) {}

/* Extra Small Devices, Phones */
@media (max-width: 576px) {
  .xs-visible {
    display: block !important;
  }

  .xs-hidden {
    display: none !important;
  }

  .col-xxs-12 {
    width: 100% !important;
    clear: both;
    float: none;
  }
}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media (min-width: 320px) {}

/* Extra Small Devices, Phones */
@media (min-width: 576px) {}

/* Small Devices, Tablets */
@media (min-width: 768px) {}

/* Medium Devices, Desktops */
@media (min-width: 992px) {}

/* Large Devices, Wide Screens */
@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}