@charset "UTF-8";
@import "./fonts/stylesheet.css";
/*** 

====================================================================
	Reset
====================================================================

***/
html {
  scroll-behavior: smooth;
}

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}

button {
  outline: none;
}

button:focus {
  outline: none;
}

button:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

/*** 
  ====================================================================
      Global Settings
  ====================================================================
   ***/
body {
  font-family: "SF Pro Display";
  font-size: 22px;
  color: #fff;
  line-height: 34px;
  font-weight: 300;
  background: #0b1727;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  position: relative;
  font-weight: normal;
  margin: 0px;
  background: none;
}

.auto__container {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

h1 {
  font-size: 66px;
  line-height: 76px;
  font-weight: 900;
  color: #fff;
}
h1 span {
  color: #bca360;
}

h2 {
  font-size: 64px;
  line-height: 70px;
  font-weight: 900;
}
h2 span {
  color: #bca360;
}
h2.sm {
  font-size: 50px;
  line-height: 65px;
}

h3 {
  font-size: 40px;
  font-weight: 900;
  line-height: 50px;
}
h3.lt {
  font-weight: 300;
}
h3 strong {
  font-weight: 900;
}
h3.sm {
  font-size: 37px;
  line-height: 50px;
}
h3.sm span {
  color: #bca360;
}

h4 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}
h4 small {
  display: block;
  font-weight: 300;
  font-size: 24px;
}
h4.big {
  font-size: 32px;
  line-height: 40px;
}
h4.big strong {
  font-weight: 700;
}

h5 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  color: #fff;
}

h6.sm {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.button {
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  font-family: "SF Pro Display";
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.button:hover {
  opacity: 0.8;
}
.button.navBtn {
  padding: 16px 40px;
  border-radius: 50px;
  border: 2px solid #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 900;
  color: #fff;
  cursor: pointer;
}
.button.demo {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 360px;
  font-weight: 900;
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  border: 2px solid #fff;
}
.button.demo svg {
  width: 24px;
  height: 24px;
  margin-right: 20px;
}
.button.demo.dark {
  border: 2px solid #0b1727;
  color: #0b1727;
}
.button.primary {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 360px;
  font-weight: 900;
  color: #0b1727;
  font-size: 26px;
  line-height: 30px;
  background: #bca360;
}
.button.primary svg {
  width: 24px;
  height: 24px;
  margin-right: 20px;
}
.button.secondary {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 360px;
  font-weight: 900;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 26px;
  line-height: 30px;
  background: #0b1727;
}
.button.secondary svg {
  width: 24px;
  height: 24px;
  margin-right: 20px;
}

a,
button,
img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.brand h5 {
  margin-bottom: 10px;
}
.brand__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 555px;
}
.brandItem {
  width: calc(25% - 10px);
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.brandItem.mv img {
  bottom: -5px;
}
.brandItem img {
  position: relative;
  max-height: 100%;
  max-width: 100%;
}

.anchor {
  position: relative;
  top: -90px;
}

#solution {
  top: -350px;
}

.footer {
  padding: 20px 0 80px 0;
}
.footer__inner-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 80px;
}
.footer__inner-nav span {
  display: inline-block;
  margin: 0 15px;
}
.footer__inner-link {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: #fff;
}
.footer__inner-copy {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: #fff;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  z-index: 10;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center
}
.header__inner-logo {
  width: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
}
.header__inner-logo img {
  width: 100%;
  max-width: 200px;
}
.header.sticky {
  position: fixed;
  background: #0b1727;
  -webkit-animation: 0.2s linear sticky;
          animation: 0.2s linear sticky;
}

@-webkit-keyframes sticky {
  0% {
    top: -60px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes sticky {
  0% {
    top: -60px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.burger {
  display: none;
}

.nav {
  width: calc(100% - 390px);
}
.nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav__inner-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav__inner-link {
  display: block;
  font-size: 24px;
  line-height: 24px;
  margin-right: 26px;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}
.nav__inner-link:hover, .nav__inner-link.active {
  color: #bca360;
}

.layout {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.layout__rStar {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: -550px;
  width: 100%;
  max-width: 1640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.layout__rStar img {
  width: 100%;
}
.layout__lStar {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: -550px;
  width: 100%;
  max-width: 1640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.layout__lStar img {
  width: 100%;
}
.layout.intro {
  padding: 180px 0 360px 0;
  background: #0b1727;
  display: block;
}
.layout.intro .layout__inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.layout.intro .layout__inner-content {
  padding-top: 8%;
}
.layout.intro .layout__inner-image {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.layout.intro .layout__rStar {
  right: -450px;
}
.layout.intro h1 {
  margin-bottom: 50px;
}
.layout.intro .brand {
  margin-bottom: 55px;
}
.layout.intro .button {
  margin-bottom: 55px;
}
.layout.dark {
  background: #0b1727;
}
.layout.white {
  background: #fff;
}
.layout.white h2,
.layout.white h3 {
  color: #0b1727;
}
.layout.main {
  background: #bca360;
}
.layout.main h2,
.layout.main h3 {
  color: #0b1727;
}
.layout h2 {
  margin-bottom: 50px;
}
.layout h2.mr {
  margin-bottom: 10px;
}
.layout h2.sm {
  max-width: 560px;
}
.layout h3 {
  margin-bottom: 60px;
}
.layout__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.layout__inner-content {
  width: calc(50% - 40px);
  max-width: 680px;
}
.layout__inner-content ul {
  max-width: 570px;
  margin: 0 auto;
}
.layout__inner-content ul li {
  position: relative;
  padding-left: 50px;
  font-size: 33px;
  line-height: 43px;
  font-weight: 300;
  color: #0b1727;
  margin-bottom: 40px;
}
.layout__inner-content ul li:last-child {
  margin-bottom: 0;
}
.layout__inner-content ul li::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/icons/darkTick.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.layout__inner-content ul.light li {
  color: #fff;
}
.layout__inner-content ul.light li::before {
  background: url(../images/icons/lightTick.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.layout__inner-image {
  width: calc(50% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.layout__inner-image img {
  width: 110%;
}
.layout__inner-image .cont {
  position: absolute;
  bottom: -12%;
  left: 20%;
  width: 44.3%;
  max-width: 310px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.layout__inner-image .cont img {
  width: 100%;
}
.layout__inner-fam {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: -18%;
  bottom: -5%;
  max-width: 490px;
  position: absolute;
}
.layout__inner-fam img {
  width: 100%;
}
.layout__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.layout__row-logo {
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.layout__row-logo img {
  width: 100%;
}
.layout__row-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 500px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.layout__row-btns .button {
  max-width: 330px;
  margin-left: 20px;
}
.layout__quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.layout__quote-avatar {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
}
.layout__quote-avatar img {
  width: 100%;
}
.layout__quote p {
  width: calc(100% - 120px);
}

.about {
  position: relative;
  padding: 0 0 50px 0;
}
.about__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.about__header {
  background: #fff;
  border-radius: 100px;
  padding: 60px;
  text-align: center;
  color: #181b21;
  position: relative;
  top: -214px;
  margin-bottom: 50px;
}
.about__header h2 {
  margin-bottom: 10px;
}
.about__header h2 span {
  display: block;
}
.about__header h3 {
  margin-bottom: 20px;
}
.about__header-partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
  max-width: 820px;
  margin: 0 auto;
}
.about__header-partner-item {
  width: calc(25% - 10px);
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about__header-partner-item.mv img {
  bottom: -8px;
}
.about__header-partner-item img {
  position: relative;
  max-height: 100%;
  max-width: 100%;
  width: 250px;
}
.about__inner {
  margin-top: -214px;
  padding: 45px 75px;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  background: rgba(5, 18, 39, 0.9);
}
.about__inner h3 {
  margin-bottom: 30px;
}
.about__inner p {
  margin-bottom: 60px;
}
.about__inner p:last-child {
  margin-bottom: 0;
}
.about__inner p a {
  color: #fff;
}


.price {
  padding: 80px 0 150px 0;
  background: #fff;
}
.price__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.price h2 {
  text-align: center;
  color: #0b1727;
}
.price h2.title {
  margin-bottom: 100px;
}
.priceItem {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px;
  color: #181b21;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  background: #f7f7f7;
  border: 1px solid #a5a5a5;
  border-radius: 50px 0 0 50px;
}
.priceItem .button {
  background: #bca360;
  border: 2px solid #bca360;
  color: #fff;
  margin: 0 auto 50px auto;
}
.priceItem:last-child {
  background: #fff;
  border-radius: 0 50px 50px 0;
  border: 1px solid #bca360;
  border-left: none;
}
.priceItem:last-child .button {
  color: #0b1727;
  border: 2px solid #0b1727;
  background: none;
}
.priceItem__plan {
  height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 30px;
}
.priceItem__note {
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.priceItem__note svg {
  width: 32px;
  margin-right: 16px;
  height: 32px;
}
.priceItem__inner {
  max-width: 460px;
  margin: 0 auto;
}
.priceItem__inner h2 {
  margin-bottom: 40px;
}
.priceItem__inner h2 span {
  display: block;
}

.feature {
  padding: 80px 0 0 0;
}
.feature__inner h3 {
  text-align: center;
  margin-bottom: 80px;
}
.feature__inner-logo {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.feature__inner-logo img {
  width: 100%;
}
.feature__inner h2 {
  text-align: center;
  margin-bottom: 60px;
}
.feature__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 120px;
}
.feature__inner ul li {
  padding: 30px 90px;
  position: relative;
  font-size: 27px;
  line-height: 40px;
  font-weight: 300;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  border-radius: 30px;
}
.feature__inner ul li::before {
  position: absolute;
  top: 40px;
  left: 30px;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/icons/lightTick.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.feature__footer {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.feature__footer h3 {
  margin-bottom: 30px;
}
.feature__footer h2 {
  margin-bottom: 60px;
}
.feature__footer .button {
  margin: 0 auto;
  position: relative;
  bottom: -35px;
}

.more {
  background: #fff;
  padding: 120px 0;
  border-top: 5px solid #bca360;
}
.more h2 {
  margin-bottom: 70px;
  text-align: center;
  color: #181b21;
}
.more h2 span {
  display: block;
}
.more h4 {
  color: #181b21;
  max-width: 900px;
  margin: 0 auto 70px auto;
  text-align: center;
  font-weight: 300;
}
.more__inner-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.more__inner-image {
  max-width: 850px;
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.more__inner-image img {
  width: 100%;
}
.more__inner-content {
  width: 40%;
}
.more__inner-content ul li {
  position: relative;
  padding-left: 50px;
  font-size: 33px;
  line-height: 43px;
  font-weight: 300;
  color: #0b1727;
  margin-bottom: 40px;
}
.more__inner-content ul li:last-child {
  margin-bottom: 0;
}
.more__inner-content ul li::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/icons/lightTick.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.review {
  overflow: hidden;
  position: relative;
}
.review::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  background: #fff;
}
.reviewSlider {
  margin-bottom: 80px !important;
  position: static !important;
}
.review .slick-arrow {
  width: 96px;
  height: 96px;
  background: #bca360;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-ransform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  color: transparent !important;
}
.review .slick-arrow:hover, .review .slick-arrow:focus {
  opacity: 1;
  background: #bca360;
}
.review .slick-arrow::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-ransform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.review .slick-arrow.slick-prev {
  left: -48px;
}
.review .slick-arrow.slick-prev::before {
  background: url(../images/icons/arrowLeft.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 1;
}
.review .slick-arrow.slick-disabled {
  opacity: 0 !important;
}
.review .slick-arrow.slick-next {
  right: -48px;
}
.review .slick-arrow.slick-next::before {
  background: url(../images/icons/arrowRight.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 1;
}
.review .slick-arrow:hover:focus {
  background: #bca360;
}
.review__inner {
  background: #f7f7f7;
  border-radius: 250px;
  padding: 90px 100px;
  position: relative;
}
.review__inner h2 {
  color: #0b1727;
  text-align: center;
  margin-bottom: 100px;
}
.review__inner .button {
  margin: 0 auto;
}
.reviewItem {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.reviewItem__rate {
  width: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 30px auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reviewItem__rate img {
  width: 100%;
}
.reviewItem p {
  text-align: center;
  color: #0b1727;
  max-width: 440px;
  margin: 0 auto 20px auto;
}
.reviewItem__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.reviewItem__info-avatar {
  width: 84px;
  height: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
}
.reviewItem__info-avatar img {
  width: 100%;
}
.reviewItem__info h4 {
  color: #181b21;
}

@media (max-width: 1680px) {
  .review .slick-arrow {
    width: 72px;
    height: 72px;
  }
  .review .slick-arrow::before {
    width: 30px;
    height: 30px;
  }
  .review .slick-arrow.slick-prev {
    left: -12px;
  }
  .review .slick-arrow.slick-next {
    right: -12px;
  }
}
@media (max-width: 1460px) {
  .header {
    padding: 16px 0;
  }
  .header__inner-logo {
    width: 280px;
    margin-right: 15px;
  }

  .nav {
    width: calc(100% - 320px);
  }
  .nav__inner-link {
    font-size: 24px;
    line-height: 24px;
  }

  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  body {
    font-size: 18px;
    line-height: 26px;
  }

  h2 {
    font-size: 54px;
    line-height: 64px;
  }
  h2.sm {
    font-size: 46px;
    line-height: 54px;
  }

  h3 {
    font-size: 34px;
    line-height: 42px;
  }
  h3.sm {
    font-size: 30px;
    line-height: 38px;
  }

  h4 {
    font-size: 26px;
    line-height: 32px;
  }
  h4 small {
    font-size: 20px;
  }
  h4.big {
    font-size: 28px;
    line-height: 34px;
  }

  h5 {
    font-size: 20px;
    line-height: 30px;
  }

  h6.sm {
    font-size: 16px;
    line-height: 22px;
  }

  .button.navBtn {
    padding: 12px 30px;
    font-size: 18px;
    line-height: 24px;
  }
  .button.demo {
    padding: 16px;
    max-width: 300px;
    font-size: 22px;
    line-height: 26px;
  }
  .button.demo svg {
    width: 20px;
    height: 20px;
    margin-right: 16px;
  }
  .button.primary {
    padding: 16px;
    max-width: 300px;
    font-size: 22px;
    line-height: 30px;
    background: #bca360;
  }
  .button.primary svg {
    width: 20px;
    height: 20px;
    margin-right: 16px;
  }
  .button.secondary {
    padding: 18px;
    max-width: 300px;
    font-size: 22px;
    line-height: 30px;
  }
  .button.secondary svg {
    width: 20px;
    height: 20px;
    margin-right: 16px;
  }

  .brand__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 500px;
  }
  .brandItem {
    height: 38px;
  }
  .brandItem.mv img {
    bottom: -3px;
  }

  .layout {
    padding: 80px 0;
  }
  .layout.intro {
    padding: 140px 0 300px 0;
  }
  .layout.intro .layout__inner-content {
    padding-top: 4%;
  }
  .layout.intro h1 {
    margin-bottom: 30px;
  }
  .layout.intro .brand {
    margin-bottom: 35px;
  }
  .layout.intro .button {
    margin-bottom: 35px;
  }
  .layout__inner-content ul li {
    padding-left: 35px;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  .layout__inner-content ul li::before {
    top: 5px;
    width: 24px;
    height: 24px;
  }

  .about__header {
    border-radius: 60px;
    top: -200px;
  }
  .about__inner {
    margin-top: -200px;
    padding: 30px 50px;
    border-radius: 60px;
    width: 55%;
  }
  .about__inner h3 {
    margin-bottom: 15px;
  }
  .about__inner p {
    margin-bottom: 30px;
  }

  .priceItem__plan {
    height: 64px;
    margin-bottom: 16px;
  }
  .priceItem__note {
    margin-bottom: 45px;
  }
  .priceItem .button {
    margin-bottom: 30px;
  }

  .feature__inner-logo {
    max-width: 820px;
  }
  .feature__inner ul li {
    padding: 30px 60px;
  }
  .feature__inner ul li::before {
    left: 15px;
  }

  .more h2 {
    margin-bottom: 50px;
  }
  .more__inner-content ul li {
    padding-left: 35px;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  .more__inner-content ul li::before {
    top: 5px;
    width: 24px;
    height: 24px;
  }

  .review__inner {
    padding: 60px;
  }
  .review__inner h2 {
    margin-bottom: 60px;
  }
  .reviewSlider {
    margin-bottom: 40px !important;
  }
  .reviewItem__info-avatar {
    width: 64px;
    height: 64px;
  }
}
@media (max-width: 1340px) {
  h1 {
    font-size: 54px;
    line-height: 64px;
  }

  h2 {
    font-size: 50px;
    line-height: 60px;
  }
  h2.sm {
    font-size: 42px;
    line-height: 50px;
  }

  body {
    font-size: 16px;
    line-height: 24px;
  }

  h3 {
    font-size: 34px;
    line-height: 42px;
  }
  h3.sm {
    font-size: 30px;
    line-height: 38px;
  }

  .anchor {
    position: relative;
    top: -80px;
  }

  #solution {
    top: -280px;
  }
}
@media (max-width: 1200px) {
  .header__inner-logo {
    width: 220px;
    margin-right: 30px;
  }

  .nav {
    width: calc(100% - 250px);
  }
  .nav__inner-link {
    font-size: 22px;
    line-height: 22px;
  }

  .auto__container {
    padding: 0 30px;
  }

  h1 {
    font-size: 48px;
    line-height: 58px;
  }

  h2 {
    font-size: 42px;
    line-height: 50px;
  }
  h2.sm {
    font-size: 36px;
    line-height: 42px;
  }

  h3 {
    font-size: 30px;
    line-height: 38px;
  }
  h3.sm {
    font-size: 26px;
    line-height: 32px;
  }

  h4 {
    font-size: 22px;
    line-height: 28px;
  }
  h4 small {
    font-size: 18px;
  }
  h4.big {
    font-size: 24px;
    line-height: 30px;
  }

  h5 {
    font-size: 18px;
    line-height: 26px;
  }

  h6.sm {
    font-size: 14px;
    line-height: 18px;
  }

  .button.navBtn {
    padding: 12px 24px;
    font-size: 16px;
    line-height: 20px;
  }
  .button.secondary, .button.primary, .button.demo {
    font-size: 18px;
    line-height: 24px;
  }
  .button.secondary svg, .button.primary svg, .button.demo svg {
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }

  #solution {
    top: -80px;
  }

  .layout.intro {
    padding: 120px 0 240px 0;
  }
  .layout__quote-avatar {
    width: 70px;
    height: 70px;
    margin-right: 16px;
  }
  .layout__quote p {
    width: calc(100% - 86px);
  }
  .layout h2 {
    margin-bottom: 20px;
  }
  .layout h3 {
    margin-bottom: 40px;
  }

  .about__header {
    padding: 40px;
    top: -165px;
  }
  .about__inner {
    width: 65%;
    margin-top: -165px;
  }

  .price {
    padding: 50px 0 100px 0;
  }
  .price h2.title {
    margin-bottom: 50px;
  }
  .priceItem__inner h2 {
    margin-bottom: 20px;
  }
  .priceItem__plan {
    height: 56px;
    margin-bottom: 10px;
  }
  .priceItem__note {
    margin-bottom: 30px;
  }
  .priceItem .button {
    margin-bottom: 20px;
  }

  .feature {
    padding: 50px 0 0 0;
  }
  .feature__inner ul li {
    font-size: 22px;
    line-height: 28px;
  }
  .feature__inner h3 {
    margin-bottom: 40px;
  }
  .feature__inner-logo {
    max-width: 650px;
  }

  .more h2 {
    margin-bottom: 30px;
  }
  .more h4.big {
    margin-bottom: 40px;
  }
  .more__inner-content ul li {
    padding-left: 30px;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .more__inner-content ul li::before {
    top: 2px;
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 1024px) {
  .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: center;
  }
  .header__inner-logo {
    margin: 0;
  }

  .nav {
    position: fixed;
    top: 134px;
    left: 0;
    width: 100%;
    height: calc(100% - 83.56px);
    z-index: 100;
    background: rgba(0, 0, 0, 0.4);
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
  }
  .nav.active {
    transform: translate(0, 0);
    -moz-ransform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .nav__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-direction: column;
    position: absolute;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    top: 0;
    right: 0;
    width: 250px;
    padding: 0;
    z-index: 1;
    padding: 20px;
    height: calc(100% - 40px);
    overflow-y: auto;
    background: #0b1727;
  }
  .nav__inner-link {
    border: none;
    padding: 15px;
    display: block;
    text-align: left;
    width: unset;
    margin-right: 0;
    font-size: 20px;
    line-height: 1;
  }
  .nav__inner-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .nav .button {
    margin: 15px 0;
    text-align: center;
  }

  body.active {
    overflow: hidden;
  }

  .burger {
    display: block;
    position: relative;
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
  }
  .burger::before {
    top: 20%;
    width: calc(100% - 0.4rem);
    height: 4px;
    background-color: #bca360;
    border-radius: 0.125rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .burger span {
    top: 50%;
    width: calc(100% - 0.4rem);
    height: 4px;
    background-color: #bca360;
    border-radius: 0.125rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-ransform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
  .burger::after {
    bottom: 20%;
    width: calc(100% - 0.4rem);
    height: 4px;
    background-color: #bca360;
    border-radius: 0.125rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-ransform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .burger.active::before {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .burger.active span {
    opacity: 0;
  }
  .burger.active::after {
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%) rotate(-45deg);
    transform: translate(-50%, 50%) rotate(-45deg);
  }

  .footer {
    padding: 20px 0 40px 0;
  }
  .footer__inner-nav {
    margin-bottom: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .auto__container {
    padding: 0 60px;
  }

  .layout {
    padding: 80px 0 40px 0;
  }
  .layout__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .layout__inner-content {
    width: 100%;
    max-width: unset;
    margin: 0 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 40px;
  }
  .layout__inner-content ul {
    max-width: unset;
  }
  .layout__inner-image {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .layout__quote {
    margin: 0 auto;
  }
  .layout.intro {
    padding: 120px 0;
  }
  .layout.intro h1 {
    text-align: center;
  }
  .layout.intro .button {
    margin: 0 auto 35px auto;
  }
  .layout.intro .layout__inner {
    max-width: 720px;
    margin: 0 auto;
  }
  .layout h2,
.layout h3 {
    text-align: center;
  }
  .layout h2 span,
.layout h3 span {
    display: inline;
  }
  .layout h2 br,
.layout h3 br {
    display: none;
  }
  .layout h2.sm {
    max-width: unset;
  }
  .layout .button {
    margin: 0 auto;
  }
  .layout__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .layout__row-logo {
    margin-bottom: 20px;
    width: 300px;
  }
  .layout__row-btns {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .layout__row-btns .button {
    margin: 0 15px;
  }

  .brand h5 {
    text-align: center;
  }
  .brand__row {
    margin: 0 auto;
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .brandItem {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .about {
    padding: 40px 0;
  }
  .about__header {
    top: unset;
    margin-bottom: 40px;
    background: rgba(255, 255, 255, 0.9);
  }
  .about__header h3 {
    margin-bottom: 30px;
  }
  .about__header-partner-item {
    height: 40px;
  }
  .about__inner {
    margin-top: 0;
    width: 100%;
  }

  .price {
    padding: 40px 0 60px 0;
  }
  .price__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .priceItem {
    border-radius: 50px 50px 0 0;
    width: 100%;
  }
  .priceItem:last-child {
    border-radius: 0 0 50px 50px;
    border: 1px solid #bca360;
    border-top: none;
  }

  .feature__inner ul {
    margin-bottom: 80px;
  }
  .feature__inner ul li {
    padding: 20px 20px 20px 40px;
    width: 100%;
  }
  .feature__inner ul li::before {
    width: 20px;
    height: 20px;
    left: 12px;
    top: 22px;
  }

  .more {
    padding: 80px 0;
  }
  .more h2 {
    margin-bottom: 15px;
  }
  .more h4.big {
    margin-bottom: 30px;
  }
  .more__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .more__inner-content {
    width: 100%;
  }
  .more__inner-image {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 30px auto;
  }

  .review h2 {
    margin-bottom: 16px;
  }
  .review__inner {
    border-radius: 150px;
  }
  .review .slick-arrow.slick-prev {
    left: -36px;
  }
  .review .slick-arrow.slick-next {
    right: -36px;
  }
}
@media (max-width: 700px) {
  .auto__container {
    padding: 0 20px;
  }

  h1 {
    font-size: 40px;
    line-height: 48px;
  }
  h1 br {
    display: none;
  }

  h2 {
    font-size: 32px;
    line-height: 40px;
  }
  h2 br {
    display: none;
  }
  h2.sm {
    font-size: 28px;
    line-height: 34px;
  }

  h3 {
    font-size: 26px;
    line-height: 32px;
  }
  h3 br {
    display: none;
  }
  h3.sm {
    font-size: 22px;
    line-height: 28px;
  }

  body {
    font-size: 14px;
    line-height: 20px;
  }

  h4 {
    font-size: 20px;
    line-height: 26px;
  }
  h4 br {
    display: none;
  }
  h4 small {
    font-size: 16px;
  }
  h4.big {
    font-size: 22px;
    line-height: 28px;
  }

  h5 {
    font-size: 16px;
    line-height: 22px;
  }

  h6.sm {
    font-size: 14px;
    line-height: 18px;
  }

  .header__inner-logo {
    width: 180px;
  }

  .nav {
    height: calc(100% - 74.19px);
    top: 120px;
  }

  .footer__inner-nav {
    margin-bottom: 20px;
  }
  .footer__inner-link {
    font-size: 14px;
    line-height: 20px;
  }
  .footer__inner-copy {
    font-size: 14px;
    line-height: 20px;
  }

  .layout {
    padding: 50px 0 20px 0;
  }
  .layout__row-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .layout__row-btns .button {
    margin: 0 0 20px 0 !important;
  }
  .layout__inner-content ul li {
    font-size: 18px;
    line-height: 22px;
    padding-left: 24px;
    margin-bottom: 20px;
  }
  .layout__inner-content ul li::before {
    top: 2px;
    width: 16px;
    height: 16px;
  }
  .layout.intro {
    padding: 100px 0;
  }

  .brandItem {
    height: 25px;
  }

  .about {
    padding: 0;
  }
  .about .auto__container {
    padding: 0;
  }
  .about__header {
    border-radius: 0;
    padding: 30px 20px;
    background: rgba(255, 255, 255, 0.7);
    margin: 0;
  }
  .about__header h2 span {
    display: inline;
  }
  .about__header-partner-item {
    height: 25px;
    width: calc(25% - 5px);
  }
  .about__header-partner-item.mv img {
    bottom: -4px;
  }
  .about__inner {
    padding: 30px 20px;
    border-radius: 0;
    background: rgba(11, 23, 39, 0.7);
  }

  .priceItem {
    padding: 24px;
    border-radius: 20px 20px 0 0;
  }
  .priceItem:last-child {
    border-radius: 0 0 20px 20px;
  }
  .priceItem__plan {
    height: 52px;
  }

  .feature__footer h2 {
    margin-bottom: 30px;
  }
  .feature__inner h2 {
    margin-bottom: 30px;
  }
  .feature__inner ul {
    margin-bottom: 40px;
  }
  .feature__inner ul li {
    font-size: 18px;
    line-height: 26px;
  }
  .feature__inner ul li::before {
    width: 16px;
    height: 16px;
    top: 24px;
  }

  .more__inner-content ul li {
    font-size: 18px;
    line-height: 22px;
    padding-left: 24px;
    margin-bottom: 20px;
  }
  .more__inner-content ul li::before {
    top: 2px;
    width: 16px;
    height: 16px;
  }

  .review h2 {
    margin: 0 20px 20px 20px;
  }
  .review .auto__container {
    padding: 0;
  }
  .review__inner {
    border-radius: 0;
    padding: 40px 0;
  }
  .reviewItem {
    background: #fff;
    border-radius: 0;
    text-align: left;
    margin-left: 10px;
    padding: 30px 20px;
    margin-right: 10px;
  }
  .reviewItem__rate {
    width: 100px;
    margin-bottom: 10px;
  }
  .review .slick-arrow {
    display: none !important;
  }
  .review .slick-list {
    padding: 0 10% 0 0;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}