/****************************/
/** Reset **/
/****************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-family: 'Proxima Nova', 'Open Sans', sans-serif;
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

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

/****************************/
/** Main **/
/****************************/
.nav .container {
  margin: 0 auto;
  max-width: 1600px;
  width: 100%; }

@media only screen and (max-width: 1760px) {
  .nav .container {
    margin: 0 160px;
    width: auto; } }

@media only screen and (max-width: 1200px) {
  .nav .container {
    margin: 0 80px; } }

@media only screen and (max-width: 600px) {
  .nav .container {
    margin: 0 40px; } }

.mawi-btn {
  display: inline-block;
  min-width: 160px;
  width: auto;
  text-align: center;
  letter-spacing: 0.5px;
  padding: 15px 0 16px;
  background-color: transparent;
  font-size: 12px;
  font-weight: 800;
  font-family: "Proxima Nova";
  color: white;
  cursor: pointer; }

.page-wrapper .mawi-btn-pp {
  display: inline-block;
  min-width: 160px;
  width: auto;
  text-align: center;
  letter-spacing: 0.5px;
  padding: 15px 0 16px;
  background-color: transparent;
  font-size: 12px;
  font-weight: 800;
  font-family: "Proxima Nova";
  color: white;
  cursor: pointer;
  border-radius: 0; }

.mawi-btn[disabled], .preorder-btn[disabled] {
  background-color: #475156;
  background-image: url("/imgs/arrow-success.png");
  background-repeat: no-repeat;
  background-size: 18px 14px;
  background-position: 20px 50%;
  border-color: #475156; }

.preorder-btn {
  background-color: #3682d5;
  color: white;
  padding: 15px 0 16px;
  font-size: 12px;
  letter-spacing: 0.5px;
  font-weight: 800;
  width: 100%;
  max-width: 400px;
  border: none; }

.agreement-checkbox-container {
  display: flex;
  align-items: center;
  margin: 20px 0;
  max-width: 400px; }

.agreement-checkbox-container .agreement-checkbox-label {
  flex: 1;
  font-size: 12px;
  line-height: 16px; }

.agreement-checkbox-container .agreement-checkbox-label a {
  text-decoration: underline; }

.agreement-checkbox-input {
  width: 40px;
  height: 40px;
  background: #f2f6fa;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px; }

.agreement-checkbox-input .agreement-checkbox-input-check-mark {
  width: 20px;
  display: none; }

.agreement-checkbox-input-checked .agreement-checkbox-input-check-mark {
  display: block; }

.header {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.22;
  margin-bottom: 10px; }

.header-with-img {
  display: flex;
  align-content: center; }

.header-with-img img {
  margin-right: 20px; }

.subheader {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
  font-weight: normal; }

.text {
  font-family: "Proxima Nova";
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal; }

.text-12 {
  font-family: "Proxima Nova";
  font-size: 12px;
  line-height: 1.67; }

.margin-b-40 {
  margin-bottom: 40px; }

.nowrap {
  white-space: nowrap; }

.subscribe-form {
  background: black;
  position: fixed;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  z-index: -10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  transition: opacity 1s ease-in-out;
  background-image: url("/imgs/photoes/subscribe/1.png");
  background-repeat: no-repeat;
  background-position: center 100%;
  background-size: 50%; }

@media only screen and (max-width: 1200px) {
  .subscribe-form {
    background-size: contain; } }

.subscribe-form #contact-form-thnk-page {
  text-align: center;
  display: none; }

.subscribe-form #contact-form-thnk-page .subheader {
  margin-bottom: 20px; }

.subscribe-form .agreement-checkbox-label a {
  color: white; }

.subscribe-form .subscribe-form-close-btn {
  background: transparent;
  border: 2px solid white;
  padding: 15px;
  cursor: pointer; }

.subscribe-form .subscribe-form-content-header {
  padding: 20px 20px 27px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 auto; }

.subscribe-form .subscribe-form-content-header .subscribe-form-close-btn {
  display: none; }

@media only screen and (max-width: 1200px) {
  .subscribe-form .subscribe-form-content-header .subscribe-form-close-btn {
    display: block; } }

.subscribe-form .subscribe-form-content {
  max-width: 400px;
  color: white;
  margin: 20px auto;
  padding: 0 40px; }

.subscribe-form .subscribe-form-content .subscribe-form-close-btn-container {
  width: 100%;
  text-align: center;
  margin-bottom: 100px; }

@media only screen and (max-width: 600px) {
  .subscribe-form .subscribe-form-content .subscribe-form-close-btn-container {
    display: none; } }

@media only screen and (max-width: 1200px) {
  .subscribe-form .subscribe-form-content .subscribe-form-close-btn-container .subscribe-form-close-btn {
    display: none; } }

.subscribe-form .subscribe-form-content .subscribe-form-text {
  margin-bottom: 60px;
  margin-right: -10px; }

@media only screen and (max-width: 1200px) {
  .subscribe-form .subscribe-form-content .subscribe-form-text {
    margin-right: 0; } }

.subscribe-form .subscribe-form-content .subscribe-form-input-container {
  display: flex;
  flex-direction: column; }

.subscribe-form .subscribe-form-content .subscribe-form-input-container .mawi-btn {
  font-size: 16px;
  line-height: 24px;
  padding: 17px 0 19px 0;
  box-sizing: border-box; }

.subscribe-form-visiable {
  visibility: visible;
  opacity: 1;
  z-index: 10; }

.mawi-input {
  line-height: 24px;
  font-size: 16px;
  padding: 17px 0 19px 20px;
  border: 2px solid white;
  margin-bottom: 20px;
  box-sizing: border-box;
  max-width: 400px;
  width: 100%; }

.mawi-input::-webkit-input-placeholder {
  color: black;
  font-size: 16px;
  line-height: 24px; }

.mawi-input:-ms-input-placeholder {
  color: black;
  font-size: 16px;
  line-height: 24px; }

.mawi-input::-ms-input-placeholder {
  color: black;
  font-size: 16px;
  line-height: 24px; }

.mawi-input::placeholder {
  color: black;
  font-size: 16px;
  line-height: 24px; }

.input-container {
  max-width: 400px; }

.message-popup {
  position: fixed;
  width: 100%;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  z-index: -10;
  opacity: 0;
  transition: opacity 1s ease-in-out; }

.message-popup .message-popup-content {
  background-color: white;
  padding: 32px 18px 30px;
  display: flex;
  flex-direction: column;
  text-align: center;
  max-width: 400px; }

.message-popup .message-popup-content .message-popup-title {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 17px; }

.message-popup .message-popup-content .mawi-btn {
  margin-top: 18px;
  background-color: #3f94ff;
  width: auto;
  margin-left: auto;
  margin-right: auto; }

[tooltip] {
  position: relative;
  display: inline-block;
  width: 100%; }

[tooltip]::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-width: 8px 8px 0 8px;
  border-style: solid;
  border-color: rgba(56, 105, 158, 0.2) transparent transparent transparent;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.8s ease-out; }

[tooltip].active::after, [tooltip].active::before {
  opacity: 1; }

[tooltip]::after {
  content: attr(tooltip);
  position: absolute;
  left: 50%;
  top: 10px;
  -webkit-transform: translateX(-50%) translateY(-100%);
          transform: translateX(-50%) translateY(-100%);
  background-color: #f2f6fa;
  border: 1px solid rgba(56, 105, 158, 0.2);
  color: black;
  text-align: center;
  padding: 13px 20px;
  font-size: 12px;
  border-radius: 8px;
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.8s ease-out; }

.hidden {
  display: none; }

.cookies-popup {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100vh;
  top: 0;
  display: none; }

.cookies-popup .cookies-wrapper {
  position: absolute;
  opacity: 0.6;
  background-color: #000000;
  width: 100%;
  height: 100%; }

.cookies-popup .cookies-content-container {
  opacity: 1;
  z-index: 11;
  background-color: #ffffff;
  width: 100%;
  margin-top: auto;
  padding: 17px 0 16px 0;
  position: fixed;
  bottom: 0; }

.cookies-popup .cookies-content-container .cookies-content {
  display: flex;
  justify-content: center;
  align-items: center; }

.cookies-popup .cookies-content-container .cookies-content .mawi-btn {
  background-color: #3f94ff;
  margin-left: 100px;
  border: none; }

.cookies-popup .cookies-content-container .cookies-content a {
  font-weight: 600;
  text-decoration: underline; }

@media only screen and (max-width: 600px) {
  .cookies-popup .cookies-content-container .cookies-content {
    flex-direction: column;
    text-align: center; }
  .cookies-popup .cookies-content-container .cookies-content .mawi-btn {
    background-color: #3f94ff;
    margin: 20px 0 0 0; } }

.condition-label {
  max-width: 400px;
  margin-top: 16px; }

.page-wrapper {
  display: flex;
  position: relative;
  min-height: 100vh; }

@media only screen and (max-width: 600px) {
  .page-wrapper {
    padding-bottom: 40px; } }

@media only screen and (max-width: 1200px) {
  .page-wrapper {
    flex-direction: column;
    display: flex; }
  .page-wrapper .page-content {
    order: 2; }
  .page-wrapper .page-wrapper-backgound {
    order: 1; } }

.page-wrapper .page-wrapper-backgound {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  background-position: center center; }

@media only screen and (max-width: 1200px) {
  .page-wrapper .page-wrapper-backgound {
    position: static;
    height: auto;
    min-height: 500px;
    display: flex; }
  .page-wrapper .page-wrapper-backgound .page-wrapper-backgound-text {
    margin-top: auto; } }

@media only screen and (max-width: 600px) {
  .page-wrapper .page-wrapper-backgound {
    min-height: 300px; } }

.page-wrapper .page-wrapper-backgound .page-wrapper-backgound-text {
  position: relative;
  width: 100%;
  height: 100%; }

.page-wrapper .page-wrapper-backgound .page-wrapper-backgound-text .all-sol-btn-container {
  position: absolute;
  top: 140px;
  left: 0; }

@media only screen and (max-width: 1200px) {
  .page-wrapper .page-wrapper-backgound .page-wrapper-backgound-text .all-sol-btn-container {
    margin: 200px 0 35px 40px;
    position: static;
    display: flex; } }

@media only screen and (max-width: 600px) {
  .page-wrapper .page-wrapper-backgound .page-wrapper-backgound-text .all-sol-btn-container {
    margin: 150px 0 90px 0;
    position: static;
    display: flex; } }

.page-wrapper .page-wrapper-backgound .page-wrapper-backgound-text .all-sol-btn-container .all-sol-btn {
  background: white;
  color: black;
  line-height: 24px;
  padding: 23px 40px 26px 40px;
  font-weight: 600; }

.page-wrapper .page-wrapper-backgound .page-wrapper-backgound-text .all-sol-btn-container .all-sol-btn img {
  margin-right: 10px; }

.page-wrapper .page-wrapper-backgound .page-wrapper-backgound-text .page-header-container {
  position: absolute;
  bottom: 5%;
  left: 5%;
  color: white;
  max-width: 350px; }

@media only screen and (max-width: 1200px) {
  .page-wrapper .page-wrapper-backgound .page-wrapper-backgound-text .page-header-container {
    padding: 0 0 40px 80px;
    position: static;
    max-width: 100%; }
  .page-wrapper .page-wrapper-backgound .page-wrapper-backgound-text .page-header-container .page-subheader {
    margin-bottom: 10px;
    display: block; } }

@media only screen and (max-width: 600px) {
  .page-wrapper .page-wrapper-backgound .page-wrapper-backgound-text .page-header-container {
    padding: 40px 0 40px 40px;
    background-color: white;
    color: black; }
  .page-wrapper .page-wrapper-backgound .page-wrapper-backgound-text .page-header-container .header {
    max-width: 350px; } }

.page-wrapper .page-content .page-content-container {
  background-color: white;
  padding: 120px 0;
  width: 800px;
  height: 100%; }

@media only screen and (max-width: 1760px) {
  .page-wrapper .page-content .page-content-container {
    width: 720px; } }

@media only screen and (max-width: 1200px) {
  .page-wrapper .page-content .page-content-container {
    padding: 60px 0;
    width: 100%; } }

@media only screen and (max-width: 600px) {
  .page-wrapper .page-content .page-content-container {
    padding: 40px 0 0 0; } }

.page-wrapper .page-content .page-content-container .pages-nav-btns {
  display: flex;
  justify-content: space-between;
  width: 100%; }

.page-wrapper .page-content .page-content-container .pages-nav-btns .mawi-nav-btn {
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  padding: 23px 0 26px 0; }

.page-wrapper .page-content .page-content-container .pages-nav-btns .mawi-nav-btn img {
  margin: 0 10px; }

@media only screen and (max-width: 1200px) {
  .page-wrapper .page-content .page-content-container .pages-nav-btns {
    margin-top: 60px; } }

.page-wrapper .page-content .page-content-container .page-content-sec {
  margin: 0 160px 40px 80px; }

@media only screen and (max-width: 1760px) {
  .page-wrapper .page-content .page-content-container .page-content-sec {
    margin: 0 80px 40px 80px; } }

@media only screen and (max-width: 1200px) {
  .page-wrapper .page-content .page-content-container .page-content-sec {
    margin: 0 120px 0 80px; } }

@media only screen and (max-width: 600px) {
  .page-wrapper .page-content .page-content-container .page-content-sec {
    margin: 0 40px 60px 40px; } }

.page-wrapper .page-content .page-content-container .page-content-sec .header {
  margin-bottom: 40px; }

@media only screen and (max-width: 600px) {
  .page-wrapper .page-content .page-content-container .page-content-sec .header {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px; } }

.page-wrapper .page-content .page-content-container .page-content-sec .subheader {
  margin-bottom: 20px; }

.page-wrapper .page-content .page-content-container .page-content-sec .text {
  margin-bottom: 40px; }

.page-wrapper .page-content .page-content-container .page-content-sec .margin-b-40 {
  margin-bottom: 40px; }

.page-wrapper .page-content .page-content-container .page-content-sec .margin-b-80 {
  margin-bottom: 80px; }

.page-wrapper .page-content .page-content-container .page-content-sec .mawi-btn {
  border: 2px solid black;
  color: black;
  width: 100%; }

@media only screen and (max-width: 1200px) {
  .page-wrapper .page-content .page-content-container .page-content-sec .mawi-btn {
    max-width: 280px; } }

.page-wrapper .page-content .page-content-container .page-content-sec .text-w-img-container {
  display: flex;
  align-items: center;
  margin-bottom: 100px; }

@media only screen and (max-width: 600px) {
  .page-wrapper .page-content .page-content-container .page-content-sec .text-w-img-container {
    flex-direction: column;
    margin-bottom: 60px; }
  .page-wrapper .page-content .page-content-container .page-content-sec .text-w-img-container .text-container {
    order: 1;
    margin-bottom: 20px; }
  .page-wrapper .page-content .page-content-container .page-content-sec .text-w-img-container .img-container {
    order: 2; } }

.page-wrapper .page-content .page-content-container .page-content-sec .text-w-img-container .text {
  margin-bottom: 0; }

.page-wrapper .page-content .page-content-container .page-content-sec .text-w-img-container .text-container {
  flex: 1; }

@media only screen and (max-width: 1200px) {
  .page-wrapper .page-content .page-content-container .page-content-sec .text-w-img-container .img-container {
    flex: 1; } }

.page-wrapper .page-content .page-content-container .page-content-sec .text-w-img-container .padding-r-40 {
  padding-right: 40px; }

.page-wrapper .page-content .page-content-container .page-content-sec .text-w-img-container-column {
  flex-direction: column;
  align-items: flex-start; }

@media only screen and (max-width: 600px) {
  .page-wrapper .page-content .page-content-container .pcs-shift-full {
    margin: 0; } }

.page-wrapper .page-content .page-content-container .pcs-2-imgs .temp-img {
  display: flex; }

.page-wrapper .page-content .page-content-container .pcs-2-imgs .temp-img .picture {
  flex: 1; }

@media only screen and (max-width: 600px) {
  .page-wrapper .page-content .page-content-container .pcs-2-imgs .temp-img {
    flex-direction: column; } }

.page-wrapper .page-content .page-content-container .pcs-shift-both {
  margin-left: 40px;
  margin-right: 40px; }

@media only screen and (max-width: 600px) {
  .page-wrapper .page-content .page-content-container .pcs-shift-both {
    margin: 0; } }

.page-wrapper .page-content .page-content-container .pcs-shift-left {
  margin-left: 40px; }

@media only screen and (max-width: 1200px) {
  .page-wrapper .page-content .page-content-container .pcs-shift-left {
    margin: 0 80px; } }

@media only screen and (max-width: 600px) {
  .page-wrapper .page-content .page-content-container .pcs-shift-left {
    margin: 0 40px; } }

.page-wrapper .page-content .page-content-container .pcs-shift-left-2x {
  margin-left: 0px; }

.page-wrapper .page-content .page-content-container .pcs-shift-right {
  margin-right: 40px; }

.page-wrapper .page-content .page-content-container .pcs-shift-right-2x {
  margin-right: 0px; }

@media only screen and (max-width: 1200px) {
  .page-wrapper .page-content .page-content-container .pcs-shift-right-2x {
    margin-right: 40px; } }

.page-wrapper .page-content .page-content-container .temp-img {
  width: 100%; }

.page-wrapper .page-content .page-content-container .temp-img img {
  width: 100%; }

.page-wrapper .page-content .page-content-container .temp-img-left {
  width: 280px;
  margin-right: 40px; }

.page-wrapper .page-content .page-content-container .temp-img-left img {
  width: 100%; }

@media only screen and (max-width: 600px) {
  .page-wrapper .page-content .page-content-container .temp-img-left {
    width: 100%;
    margin: 0; } }

.page-wrapper .page-content .page-content-container .temp-img-both {
  width: 720px; }

.page-wrapper .page-content .page-content-container .temp-img-both img {
  width: 100%; }

@media only screen and (max-width: 1760px) {
  .page-wrapper .page-content .page-content-container .temp-img-both {
    width: 640px; } }

@media only screen and (max-width: 1200px) {
  .page-wrapper .page-content .page-content-container .temp-img-both {
    width: 100%; } }

.page-wrapper .page-content .page-content-container .temp-img-right {
  width: 440px;
  margin-left: 40px; }

.page-wrapper .page-content .page-content-container .temp-img-right img {
  width: 100%; }

@media only screen and (max-width: 1760px) {
  .page-wrapper .page-content .page-content-container .temp-img-right {
    width: 360px; } }

@media only screen and (max-width: 600px) {
  .page-wrapper .page-content .page-content-container .temp-img-right {
    margin: 0;
    width: 100%; } }

.style-btns {
  margin: 20px 0 40px;
  display: flex;
  flex-wrap: wrap; }

.style-btns .style-btn {
  width: 58px;
  height: 58px;
  border: solid 1px #dee7f0;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: -webkit-transform 400ms cubic-bezier(0.68, 0.55, 0.265, 1.55) 160ms;
  transition: transform 400ms cubic-bezier(0.68, 0.55, 0.265, 1.55) 160ms;
  transition: transform 400ms cubic-bezier(0.68, 0.55, 0.265, 1.55) 160ms, -webkit-transform 400ms cubic-bezier(0.68, 0.55, 0.265, 1.55) 160ms; }

.style-btns .style-btn .style-btn-inner {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-content: center;
  position: relative; }

.style-btns .style-btn .style-btn-inner img {
  display: none;
  z-index: 1; }

.style-btns .style-btn .style-btn-inner::before {
  content: '';
  background: black;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: -webkit-transform 400ms cubic-bezier(0.68, 0.55, 0.265, 1.55);
  transition: transform 400ms cubic-bezier(0.68, 0.55, 0.265, 1.55);
  transition: transform 400ms cubic-bezier(0.68, 0.55, 0.265, 1.55), -webkit-transform 400ms cubic-bezier(0.68, 0.55, 0.265, 1.55); }

.style-btns .style-btn-blue .style-btn-inner::before {
  background-color: #0b578b; }

.style-btns .style-btn-white .style-btn-inner::before {
  background-color: #f1f6fa; }

.style-btns .style-btn:nth-last-child(1) {
  margin-right: 0; }

.style-btns .style-btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

.style-btns .style-btn:hover .style-btn-inner::before {
  -webkit-transform: scale(1.2);
          transform: scale(1.2); }

.style-btns .active, .style-btns .active:hover {
  -webkit-transform: scale(1);
          transform: scale(1); }

.style-btns .active .style-btn-inner::before, .style-btns .active:hover .style-btn-inner::before {
  -webkit-transform: scale(2.45);
          transform: scale(2.45);
  transition: -webkit-transform 400ms cubic-bezier(0.68, 0, 0.265, 1.55);
  transition: transform 400ms cubic-bezier(0.68, 0, 0.265, 1.55);
  transition: transform 400ms cubic-bezier(0.68, 0, 0.265, 1.55), -webkit-transform 400ms cubic-bezier(0.68, 0, 0.265, 1.55); }

.style-btns .active .style-btn-inner > img, .style-btns .active:hover .style-btn-inner > img {
  display: block; }

.vis-mobile {
  display: none; }

@media only screen and (max-width: 600px) {
  .vis-mobile {
    display: block; } }

.hide-mobile {
  display: block; }

@media only screen and (max-width: 600px) {
  .hide-mobile {
    display: none; } }

.get-app-btn {
  color: black;
  border: 2px solid black;
  padding: 9px 0 10px;
  width: 131px;
  min-width: auto; }

.glide__bullet {
  border: none; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

.barba-swipe-left {
  visibility: visible !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden; }

.barba-swipe-left .page-wrapper-backgound-text {
  -webkit-transform: translateX(40%);
          transform: translateX(40%);
  opacity: 0; }

.barba-swipe-left .page-content .page-content-container {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0; }

.barba-swipe-left .page-wrapper .page-wrapper-backgound {
  background-image: none !important; }

.barba-swipe-right {
  visibility: visible !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%; }

.barba-swipe-right .bus-solution-sec {
  overflow: visible; }

.barba-swipe-right .bus-solution-sec .bus-solution-bg {
  background-image: none !important; }

.barba-swipe-right .bus-solution-sec .bus-solution-content {
  overflow: visible; }

.barba-swipe-right .bus-solution-sec .bus-solution-content .bus-solution-header {
  z-index: 2;
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw); }

.barba-swipe-right .bus-solution-sec .bus-solution-content .bus-solution-items {
  opacity: 0; }

.barba-swipe-animate .page-wrapper-backgound-text, .barba-swipe-animate .page-content .page-content-container {
  transition: opacity 700ms ease-in-out, -webkit-transform 700ms ease-in-out;
  transition: transform 700ms ease-in-out, opacity 700ms ease-in-out;
  transition: transform 700ms ease-in-out, opacity 700ms ease-in-out, -webkit-transform 700ms ease-in-out;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1; }

.barba-swipe-animate .bus-solution-sec .bus-solution-content .bus-solution-header {
  transition: -webkit-transform 700ms ease-in-out;
  transition: transform 700ms ease-in-out;
  transition: transform 700ms ease-in-out, -webkit-transform 700ms ease-in-out;
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.barba-swipe-animate .bus-solution-sec .bus-solution-content .bus-solution-items {
  transition: opacity 700ms ease-in-out;
  opacity: 1; }

.barba-menu-swipe-out-animate .bus-solution-header {
  transition: opacity 200ms ease-in-out, -webkit-transform 700ms ease-in-out;
  transition: transform 700ms ease-in-out, opacity 200ms ease-in-out;
  transition: transform 700ms ease-in-out, opacity 200ms ease-in-out, -webkit-transform 700ms ease-in-out;
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
  position: absolute;
  opacity: 0; }

.barba-menu-swipe-out-animate .bus-solution-items {
  visibility: hidden; }

.barba-menu-swipe-out-animate .bus-solution-sec, .barba-menu-swipe-out-animate .temp-bg-cont {
  transition: margin-right 700ms ease-in-out;
  margin-right: 800px; }

@media only screen and (max-width: 1760px) {
  .barba-menu-swipe-out-animate .bus-solution-sec, .barba-menu-swipe-out-animate .temp-bg-cont {
    margin-right: 720px; } }

.barba-article-swipe-out-preanimate .page-content {
  width: 800px; }

@media only screen and (max-width: 1760px) {
  .barba-article-swipe-out-preanimate .page-content {
    width: 720px; } }

.barba-article-swipe-out-animate {
  overflow: hidden; }

.barba-article-swipe-out-animate .page-wrapper-backgound-text {
  transition: all 700ms ease-in-out;
  -webkit-transform: translateX(40%);
          transform: translateX(40%);
  opacity: 0; }

.barba-article-swipe-out-animate .page-content {
  position: relative;
  width: 0;
  transition: width 700ms ease-in-out; }

.barba-article-swipe-out-animate .page-content .page-content-container {
  transition: opacity 700ms ease-in-out, -webkit-transform 700ms ease-in-out;
  transition: transform 700ms ease-in-out, opacity 700ms ease-in-out;
  transition: transform 700ms ease-in-out, opacity 700ms ease-in-out, -webkit-transform 700ms ease-in-out;
  opacity: 0; }
