@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;500;600;700;800&family=Roboto:wght@100;300;400;500;700;900&display=swap);
:root {
  --color-primary: #1D5DA6;
  --color-secondary: #2A1F6C;
  --color-secondary-alt: #7EC8F5;
  --color-purple: #4B3DA8;
  --color-gray: #f0f4f8;
  --color-gray-2: #e6ecf2;
  --color-subtitle: #F5A623;
  --background-color-1: #f8fafc;
  --background-color-2: #e8f0fa;
  --background-color-3: #dce6f6;
  --background-color-4: #1D5DA6;
  --background-color-5: #ffffff;
  --gradient-one: linear-gradient(to right bottom, #1D5DA6, #7EC8F5);
  --gradient-two: linear-gradient(to right, #2A1F6C, #4B3DA8);
  --gradient-three: linear-gradient(to right, #1D5DA6, #F5A623);
  --text-gradient-one: linear-gradient(to right, #1D5DA6, #2A1F6C);
  --color-heading: #03041C;
  --color-body: #6A6C71;
  --color-dark: #1d1d1d;
  --color-text-1: #DEDEDE;
  --color-light-heading: #181c32;
  --color-light-body: #65676b;
  --color-border-white: #00000024;
  --color-midgray: #878787;
  --color-light: #E4E6EA;
  --color-lighter: #CED0D4;
  --color-lightest: #F0F2F5;
  --color-border: #ffffff14;
  --color-white: #ffffff;
  --color-white-75: rgba(255, 255, 255, 0.75);
  --color-success: #3EB75E;
  --color-danger: #FF0003;
  --color-warning: #FF8F3C;
  --color-info: #1BA2DB;
  --color-facebook: #3B5997;
  --color-twitter: #1BA1F2;
  --color-youtube: #ED4141;
  --color-linkedin: #0077B5;
  --color-pinterest: #E60022;
  --color-instagram: #C231A1;
  --color-vimeo: #00ADEF;
  --color-twitch: #6441A3;
  --color-discord: #7289da;
  --font-primary: "Roboto",sans-serif;
  --font-secondary: "Manrope",sans-serif;
  --font-three: "fontawesome";
  --p-light: 300;
  --p-regular: 400;
  --p-medium: 500;
  --p-semi-bold: 600;
  --p-bold: 700;
  --p-extra-bold: 800;
  --p-black: 900;
  --s-light: 300;
  --s-regular: 400;
  --s-medium: 500;
  --s-semi-bold: 600;
  --s-bold: 700;
  --s-extra-bold: 800;
  --s-black: 900;
  --transition: 0.5s;
  --font-size-b1: 16px;
  --font-size-b2: 18px;
  --font-size-b3: 22px;
  --line-height-b1: 1.75;
  --line-height-b2: 1.6;
  --line-height-b3: 1.7;
  --h1: 60px;
  --h2: 36px;
  --h3: 27px;
  --h4: 24px;
  --h5: 20px;
  --h6: 18px
}
* {
  box-sizing: border-box
}
html {
  margin: 0;
  padding: 0;
  font-size: 10px;
  overflow: hidden;
  overflow-y: auto;
  scroll-behavior: auto!important
}
body {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: var(--font-primary);
  color: var(--color-body);
  font-weight: var(--p-regular);
  position: relative;
  overflow-x: hidden
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  body {
    overflow: hidden
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  body {
    overflow: hidden
  }
}
@media only screen and (max-width:767px) {
  body {
    overflow: hidden
  }
}
body::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: .05
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
menu,
ol,
p,
pre,
table,
ul {
  margin: 0;
  margin-bottom: 20px
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  word-break: break-word;
  font-family: var(--font-secondary);
  line-height: 1.4074;
  color: var(--color-heading)
}
.h1,
h1 {
  font-size: var(--h1);
  line-height: 1.19;
  font-weight: 700
}
.h2,
h2 {
  font-size: var(--h2);
  line-height: 1.23
}
.h3,
h3 {
  font-size: var(--h3);
  line-height: 1.14
}
.h4,
h4 {
  font-size: var(--h4);
  line-height: 1.25
}
.h5,
h5 {
  font-size: var(--h5);
  line-height: 1.24
}
.h6,
h6 {
  font-size: var(--h6);
  line-height: 1.25
}
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .h1,
  h1 {
    font-size: 38px
  }
  .h2,
  h2 {
    font-size: 32px
  }
  .h3,
  h3 {
    font-size: 28px
  }
  .h4,
  h4 {
    font-size: 24px
  }
  .h5,
  h5 {
    font-size: 18px
  }
}
@media only screen and (max-width:767px) {
  .h1,
  h1 {
    font-size: 34px
  }
  .h2,
  h2 {
    font-size: 28px
  }
  .h3,
  h3 {
    font-size: 24px
  }
  .h4,
  h4 {
    font-size: 20px
  }
  .h5,
  h5 {
    font-size: 16px
  }
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  font-weight: var(--s-bold)
}
.h4,
.h5,
h4,
h5 {
  font-weight: var(--s-bold)
}
.h6,
h6 {
  font-weight: var(--s-bold)
}
p {
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b2);
  font-weight: var(--p-regular);
  color: var(--color-body);
  margin: 0 0 40px
}
@media only screen and (max-width:767px) {
  p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 28px
  }
}
p.b3 {
  font-size: var(--font-size-b3);
  line-height: var(--line-height-b3)
}
p.b3 {
  font-size: var(--font-size-b3);
  line-height: var(--line-height-b3)
}
p:last-child {
  margin-bottom: 0
}
.b3 {
  font-size: var(--font-size-b3);
  line-height: var(--line-height-b3)
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 20px;
  width: 100%
}
table a,
table a:link,
table a:visited {
  text-decoration: none
}

cite {
  color: var(--color-heading)
}
var {
  font-family: Poppins,sans-serif
}
ol,
ul {
  padding-left: 18px
}
ul {
  list-style: square;
  margin-bottom: 30px;
  padding-left: 20px
}
ul li {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
  margin-top: 10px;
  margin-bottom: 10px;
  color: var(--color-body)
}
ul li a {
  text-decoration: none;
  color: var(--color-gray)
}
ul li a:hover {
  color: var(--color-primary)
}
ul ul {
  margin-bottom: 0
}
ol {
  margin-bottom: 30px
}
ol li {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
  color: var(--color-body);
  margin-top: 10px;
  margin-bottom: 10px
}
ol li a {
  color: var(--color-heading);
  text-decoration: none
}
ol li a:hover {
  color: var(--color-primary)
}
ol ul {
  padding-left: 30px
}
.mr--20 {
  margin-right: 20px
}
.tmp-section-gap {
  padding: 30px 0
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .tmp-section-gap {
    padding: 80px 0
  }
}
@media only screen and (max-width:767px) {
  .tmp-section-gap {
    padding: 80px 0
  }
}
.tmp-section-gapBottom {
  padding-bottom: 120px
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .tmp-section-gapBottom {
    padding-bottom: 80px
  }
}
@media only screen and (max-width:767px) {
  .tmp-section-gapBottom {
    padding-bottom: 80px
  }
}
.tmp-section-gapTop {
  padding-top: 120px
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .tmp-section-gapTop {
    padding-top: 80px
  }
}
@media only screen and (max-width:767px) {
  .tmp-section-gapTop {
    padding-top: 80px
  }
}
.mr--20 {
  margin-right: 20px!important
}
.mt--50 {
  margin-top: 50px!important
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
  display: block
}
audio,
canvas,
video {
  display: inline-block
}
audio:not([controls]) {
  display: none;
  height: 0
}
[hidden] {
  display: none
}
a {
  color: var(--color-heading);
  text-decoration: none;
  outline: 0
}
a:active,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
  color: var(--color-primary)
}
a:focus {
  outline: 0
}
address {
  margin: 0 0 24px
}
abbr[title] {
  border-bottom: 1px dotted
}
b,
strong {
  font-weight: 700
}
mark {
  background: var(--color-primary);
  color: #fff
}
code,
kbd,
pre,
samp {
  font-size: var(--font-size-b3);
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  color: var(--color-primary)
}
ins,
kbd {
  color: #fff
}
pre {
  font-family: Raleway,sans-serif;
  font-size: var(--font-size-b3);
  margin: 10px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  color: var(--color-body);
  background: var(--color-lighter)
}
small {
  font-size: smaller
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sup {
  top: -.5em
}
sub {
  bottom: -.25em
}
dl {
  margin-top: 0;
  margin-bottom: 10px
}
dd {
  margin: 0 15px 15px
}
dt {
  font-weight: 700;
  color: var(--color-heading)
}
menu,
ol,
ul {
  margin: 16px 0;
  padding: 0 0 0 40px
}
nav ol,
nav ul {
  list-style: none;
  list-style-image: none
}
li > ol,
li > ul {
  margin: 0
}
ol ul {
  margin-bottom: 0
}
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto
}
svg:not(:root) {
  overflow: hidden
}
figure {
  margin: 0
}
form {
  margin: 0
}
fieldset {
  border: 1px solid var(--color-border);
  margin: 0 2px;
  min-width: inherit;
  padding: .35em .625em .75em
}
legend {
  border: 0;
  padding: 0;
  white-space: normal
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline
}
button,
input {
  line-height: normal
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  cursor: pointer
}
button[disabled],
input[disabled] {
  cursor: default
}
input[type=checkbox],
input[type=radio] {
  padding: 0
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  appearance: textfield;
  padding-right: 2px;
  width: 270px
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}
textarea {
  overflow: auto;
  vertical-align: top
}
caption,
td,
th {
  font-weight: 400
}
th {
  font-weight: 500;
  text-transform: uppercase
}

td {
  border: 1px solid var(--color-border);
  padding: 7px 10px
}
del {
  color: #333
}
ins {
  background: rgba(255,47,47,.4);
  text-decoration: none
}
hr {
  background-size: 4px 4px;
  border: 0;
  height: 1px;
  margin: 0 0 24px
}
table a,
table a:link,
table a:visited {
  text-decoration: underline
}
dt {
  font-weight: 700;
  margin-bottom: 10px
}
dd {
  margin: 0 15px 15px
}
caption {
  caption-side: top
}
kbd {
  background: var(--heading-color)
}
cite,
dfn,
em {
  font-style: italic
}
blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none
}
blockquote {
  font-size: var(--font-size-b1);
  font-style: italic;
  font-weight: var(--p-light);
  margin: 24px 40px
}
blockquote blockquote {
  margin-right: 0
}
blockquote cite,
blockquote small {
  font-size: var(--font-size-b3);
  font-weight: 400
}
blockquote b,
blockquote strong {
  font-weight: 700
}
button,
input,
select,
textarea {
  background: 0 0;
  border: 1px solid var(--color-border);
  transition: all .4s ease-out 0s;
  color: var(--color-body);
  width: 100%
}
button:active,
button:focus,
input:active,
input:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
  outline: 0;
  border-color: var(--color-primary)
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}
input {
  height: 40px;
  padding: 0 15px
}
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
textarea {
  font-size: var(--font-size-b2);
  font-weight: 400;
  height: auto;
  line-height: 28px;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 15px;
  outline: 0;
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--radius)
}
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
textarea::placeholder {
  color: var(--body-color);
  opacity: 1
}
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--body-color)
}
input[type=email]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=text]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: var(--body-color)
}
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus,
textarea:focus {
  border-color: var(--color-primary)
}
input[type=checkbox],
input[type=radio] {
  opacity: 0;
  position: absolute
}
input[type=checkbox] ~ label,
input[type=radio] ~ label {
  position: relative;
  font-size: 12px;
  line-height: 17px;
  color: var(--color-body);
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer
}
input[type=checkbox] ~ label::before,
input[type=radio] ~ label::before {
  content: " ";
  position: absolute;
  top: 1 px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 1px solid var(--color-body);
  border-radius: 2px;
  transition: all .3s;
  border-radius: 2px
}
input[type=checkbox] ~ label::after,
input[type=radio] ~ label::after {
  content: " ";
  position: absolute;
  top: 16%;
  left: 2px;
  width: 10px;
  height: 6px;
  background-color: transparent;
  border-bottom: 2px solid var(--color-body);
  border-left: 2px solid var(--color-body);
  border-radius: 2px;
  transform: rotate(-45deg);
  opacity: 0;
  transition: all .3s
}
input[type=checkbox]:checked ~ label::after,
input[type=radio]:checked ~ label::after {
  opacity: 1
}
input[type=radio] ~ label::before {
  border-radius: 50%
}
input[type=radio] ~ label::after {
  width: 8px;
  height: 8px;
  left: 3px;
  background: #fff;
  border-radius: 50%
}
input[type=submit] {
  width: auto;
  padding: 0 30px;
  border-radius: 500px;
  display: inline-block;
  font-weight: 500;
  transition: .3s;
  height: 60px;
  background: var(--color-primary);
  color: var(--color-white);
  font-weight: var(--p-medium);
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b3);
  height: 50px;
  border: 2px solid var(--color-primary);
  transition: var(--transition)
}
input[type=submit]:hover {
  background: 0 0;
  color: var(--color-primary);
  transform: translateY(-5px)
}
.fix {
  overflow: hidden
}
iframe {
  width: 100%
}
.fullscreen {
  min-height: 980px;
  width: 100%
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1
}
body {
  scroll-behavior: auto
}
textarea:focus {
  border: 2px solid var(--color-primary)!important;
  border-radius: 5px;
  box-shadow: none!important
}
.attachment {
  background-attachment: fixed
}
.tooltip {
  position: relative;
  display: inline-block
}
.btn.rounded {
  border-radius: 33px!important
}
p {
  color: var(--color-body)
}
a {
  transition: var(--transition)
}
a:hover {
  color: var(--color-primary)
}
ul {
  padding: 0;
  margin: 0
}
ul li {
  list-style: none
}
.container {
  max-width: 1290px
}
p.description {
  font-size: 16px;
  line-height: 28px;
  font-weight: var(--p-regular)
}
/*!
Animate.css - http://daneden.me/animate
Version - 3.4.0
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}
@-webkit-keyframes bounce {
  20%,
  53%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.61,0.355,1);
    animation-timing-function: cubic-bezier(0.215,0.61,0.355,1);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755,0.05,0.855,0.06);
    animation-timing-function: cubic-bezier(0.755,0.05,0.855,0.06);
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0)
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755,0.05,0.855,0.06);
    animation-timing-function: cubic-bezier(0.755,0.05,0.855,0.06);
    -webkit-transform: translate3d(0,-15px,0);
    transform: translate3d(0,-15px,0)
  }
  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0)
  }
}
@keyframes bounce {
  20%,
  53%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.61,0.355,1);
    animation-timing-function: cubic-bezier(0.215,0.61,0.355,1);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755,0.05,0.855,0.06);
    animation-timing-function: cubic-bezier(0.755,0.05,0.855,0.06);
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0)
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755,0.05,0.855,0.06);
    animation-timing-function: cubic-bezier(0.755,0.05,0.855,0.06);
    -webkit-transform: translate3d(0,-15px,0);
    transform: translate3d(0,-15px,0)
  }
  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0)
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom
}
@-webkit-keyframes flash {
  50%,
  from,
  to {
    opacity: 1
  }
  25%,
  75% {
    opacity: 0
  }
}
@keyframes flash {
  50%,
  from,
  to {
    opacity: 1
  }
  25%,
  75% {
    opacity: 0
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
  }
  50% {
    -webkit-transform: scale3d(1.05,1.05,1.05);
    transform: scale3d(1.05,1.05,1.05)
  }
  to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
  }
  50% {
    -webkit-transform: scale3d(1.05,1.05,1.05);
    transform: scale3d(1.05,1.05,1.05)
  }
  to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
  }
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
  }
  30% {
    -webkit-transform: scale3d(1.25,.75,1);
    transform: scale3d(1.25,.75,1)
  }
  40% {
    -webkit-transform: scale3d(.75,1.25,1);
    transform: scale3d(.75,1.25,1)
  }
  50% {
    -webkit-transform: scale3d(1.15,.85,1);
    transform: scale3d(1.15,.85,1)
  }
  65% {
    -webkit-transform: scale3d(.95,1.05,1);
    transform: scale3d(.95,1.05,1)
  }
  75% {
    -webkit-transform: scale3d(1.05,.95,1);
    transform: scale3d(1.05,.95,1)
  }
  to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
  }
  30% {
    -webkit-transform: scale3d(1.25,.75,1);
    transform: scale3d(1.25,.75,1)
  }
  40% {
    -webkit-transform: scale3d(.75,1.25,1);
    transform: scale3d(.75,1.25,1)
  }
  50% {
    -webkit-transform: scale3d(1.15,.85,1);
    transform: scale3d(1.15,.85,1)
  }
  65% {
    -webkit-transform: scale3d(.95,1.05,1);
    transform: scale3d(.95,1.05,1)
  }
  75% {
    -webkit-transform: scale3d(1.05,.95,1);
    transform: scale3d(1.05,.95,1)
  }
  to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
  }
}
@-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
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0,0,1,15deg);
    transform: rotate3d(0,0,1,15deg)
  }
  40% {
    -webkit-transform: rotate3d(0,0,1,-10deg);
    transform: rotate3d(0,0,1,-10deg)
  }
  60% {
    -webkit-transform: rotate3d(0,0,1,5deg);
    transform: rotate3d(0,0,1,5deg)
  }
  80% {
    -webkit-transform: rotate3d(0,0,1,-5deg);
    transform: rotate3d(0,0,1,-5deg)
  }
  to {
    -webkit-transform: rotate3d(0,0,1,0deg);
    transform: rotate3d(0,0,1,0deg)
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0,0,1,15deg);
    transform: rotate3d(0,0,1,15deg)
  }
  40% {
    -webkit-transform: rotate3d(0,0,1,-10deg);
    transform: rotate3d(0,0,1,-10deg)
  }
  60% {
    -webkit-transform: rotate3d(0,0,1,5deg);
    transform: rotate3d(0,0,1,5deg)
  }
  80% {
    -webkit-transform: rotate3d(0,0,1,-5deg);
    transform: rotate3d(0,0,1,-5deg)
  }
  to {
    -webkit-transform: rotate3d(0,0,1,0deg);
    transform: rotate3d(0,0,1,0deg)
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
  }
  10%,
  20% {
    -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
    transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
  }
  to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
  }
  10%,
  20% {
    -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
    transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
    transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
  }
  to {
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
  }
}
@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none
  }
  15% {
    -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
    transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
  }
  30% {
    -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
    transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg)
  }
  45% {
    -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
    transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
  }
  60% {
    -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
    transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg)
  }
  75% {
    -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
    transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
  }
  to {
    -webkit-transform: none;
    transform: none
  }
}
@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none
  }
  15% {
    -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
    transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
  }
  30% {
    -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
    transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg)
  }
  45% {
    -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
    transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
  }
  60% {
    -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
    transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg)
  }
  75% {
    -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
    transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
  }
  to {
    -webkit-transform: none;
    transform: none
  }
}
@-webkit-keyframes jello {
  11.1%,
  from,
  to {
    -webkit-transform: none;
    transform: none
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}
@keyframes jello {
  11.1%,
  from,
  to {
    -webkit-transform: none;
    transform: none
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}
@-webkit-keyframes bounceIn {
  20%,
  40%,
  60%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.61,0.355,1);
    animation-timing-function: cubic-bezier(0.215,0.61,0.355,1)
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3)
  }
  20% {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1)
  }
  40% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03,1.03,1.03);
    transform: scale3d(1.03,1.03,1.03)
  }
  80% {
    -webkit-transform: scale3d(.97,.97,.97);
    transform: scale3d(.97,.97,.97)
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
  }
}
@keyframes bounceIn {
  20%,
  40%,
  60%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.61,0.355,1);
    animation-timing-function: cubic-bezier(0.215,0.61,0.355,1)
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3)
  }
  20% {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1)
  }
  40% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03,1.03,1.03);
    transform: scale3d(1.03,1.03,1.03)
  }
  80% {
    -webkit-transform: scale3d(.97,.97,.97);
    transform: scale3d(.97,.97,.97)
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1)
  }
}
@-webkit-keyframes bounceInDown {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.61,0.355,1);
    animation-timing-function: cubic-bezier(0.215,0.61,0.355,1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-3000px,0);
    transform: translate3d(0,-3000px,0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,25px,0);
    transform: translate3d(0,25px,0)
  }
  75% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0)
  }
  90% {
    -webkit-transform: translate3d(0,5px,0);
    transform: translate3d(0,5px,0)
  }
  to {
    -webkit-transform: none;
    transform: none
  }
}
@keyframes bounceInDown {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.61,0.355,1);
    animation-timing-function: cubic-bezier(0.215,0.61,0.355,1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-3000px,0);
    transform: translate3d(0,-3000px,0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,25px,0);
    transform: translate3d(0,25px,0)
  }
  75% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0)
  }
  90% {
    -webkit-transform: translate3d(0,5px,0);
    transform: translate3d(0,5px,0)
  }
  to {
    -webkit-transform: none;
    transform: none
  }
}
@-webkit-keyframes bounceInLeft {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.61,0.355,1);
    animation-timing-function: cubic-bezier(0.215,0.61,0.355,1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px,0,0);
    transform: translate3d(-3000px,0,0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px,0,0);
    transform: translate3d(25px,0,0)
  }
  75% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0)
  }
  90% {
    -webkit-transform: translate3d(5px,0,0);
    transform: translate3d(5px,0,0)
  }
  to {
    -webkit-transform: none;
    transform: none
  }
}
@keyframes bounceInLeft {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.61,0.355,1);
    animation-timing-function: cubic-bezier(0.215,0.61,0.355,1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px,0,0);
    transform: translate3d(-3000px,0,0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px,0,0);
    transform: translate3d(25px,0,0)
  }
  75% {
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0)
  }
  90% {
    -webkit-transform: translate3d(5px,0,0);
    transform: translate3d(5px,0,0)
  }
  to {
    -webkit-transform: none;
    transform: none
  }
}
@-webkit-keyframes bounceInRight {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.61,0.355,1);
    animation-timing-function: cubic-bezier(0.215,0.61,0.355,1)
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px,0,0);
    transform: translate3d(3000px,0,0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px,0,0);
    transform: translate3d(-25px,0,0)
  }
  75% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0)
  }
  90% {
    -webkit-transform: translate3d(-5px,0,0);
    transform: translate3d(-5px,0,0)
  }
  to {
    -webkit-transform: none;
    transform: none
  }
}
@keyframes bounceInRight {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.61,0.355,1);
    animation-timing-function: cubic-bezier(0.215,0.61,0.355,1)
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px,0,0);
    transform: translate3d(3000px,0,0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px,0,0);
    transform: translate3d(-25px,0,0)
  }
  75% {
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0)
  }
  90% {
    -webkit-transform: translate3d(-5px,0,0);
    transform: translate3d(-5px,0,0)
  }
  to {
    -webkit-transform: none;
    transform: none
  }
}
@-webkit-keyframes bounceInUp {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.61,0.355,1);
    animation-timing-function: cubic-bezier(0.215,0.61,0.355,1)
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,3000px,0);
    transform: translate3d(0,3000px,0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0)
  }
  75% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0)
  }
  90% {
    -webkit-transform: translate3d(0,-5px,0);
    transform: translate3d(0,-5px,0)
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
}
@keyframes bounceInUp {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215,0.61,0.355,1);
    animation-timing-function: cubic-bezier(0.215,0.61,0.355,1)
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,3000px,0);
    transform: translate3d(0,3000px,0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0)
  }
  75% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0)
  }
  90% {
    -webkit-transform: translate3d(0,-5px,0);
    transform: translate3d(0,-5px,0)
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9)
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1)
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3)
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9,.9,.9);
    transform: scale3d(.9,.9,.9)
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1)
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3)
  }
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0)
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0)
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0)
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0)
  }
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px,0,0);
    transform: translate3d(20px,0,0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0)
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px,0,0);
    transform: translate3d(20px,0,0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0)
  }
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0)
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px,0,0);
    transform: translate3d(-20px,0,0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0)
  }
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0)
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0)
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0)
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0)
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes fadeIn {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1
  }
  to {
    opacity: 0
  }
}
@keyframes fadeOut {
  from {
    opacity: 1
  }
  to {
    opacity: 0
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
  }
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0)
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,2000px,0);
    transform: translate3d(0,2000px,0)
  }
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
  }
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0)
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px,0,0);
    transform: translate3d(-2000px,0,0)
  }
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
  }
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0)
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px,0,0);
    transform: translate3d(2000px,0,0)
  }
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
  }
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0)
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-2000px,0);
    transform: translate3d(0,-2000px,0)
  }
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
    transform: perspective(400px) rotate3d(0,1,0,-360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
    transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
    transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
    transform: perspective(400px) scale3d(.95,.95,.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
    transform: perspective(400px) rotate3d(0,1,0,-360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
    transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
    transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
    transform: perspective(400px) scale3d(.95,.95,.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
    transform: perspective(400px) rotate3d(1,0,0,90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
    transform: perspective(400px) rotate3d(1,0,0,-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
    transform: perspective(400px) rotate3d(1,0,0,10deg);
    opacity: 1
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
    transform: perspective(400px) rotate3d(1,0,0,-5deg)
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
    transform: perspective(400px) rotate3d(1,0,0,90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
    transform: perspective(400px) rotate3d(1,0,0,-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
    transform: perspective(400px) rotate3d(1,0,0,10deg);
    opacity: 1
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
    transform: perspective(400px) rotate3d(1,0,0,-5deg)
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
    transform: perspective(400px) rotate3d(0,1,0,90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
    transform: perspective(400px) rotate3d(0,1,0,-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
    transform: perspective(400px) rotate3d(0,1,0,10deg);
    opacity: 1
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
    transform: perspective(400px) rotate3d(0,1,0,-5deg)
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
    transform: perspective(400px) rotate3d(0,1,0,90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
    transform: perspective(400px) rotate3d(0,1,0,-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
    transform: perspective(400px) rotate3d(0,1,0,10deg);
    opacity: 1
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
    transform: perspective(400px) rotate3d(0,1,0,-5deg)
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
    transform: perspective(400px) rotate3d(1,0,0,-20deg);
    opacity: 1
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
    transform: perspective(400px) rotate3d(1,0,0,90deg);
    opacity: 0
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
    transform: perspective(400px) rotate3d(1,0,0,-20deg);
    opacity: 1
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
    transform: perspective(400px) rotate3d(1,0,0,90deg);
    opacity: 0
  }
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
    transform: perspective(400px) rotate3d(0,1,0,-15deg);
    opacity: 1
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
    transform: perspective(400px) rotate3d(0,1,0,90deg);
    opacity: 0
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
    transform: perspective(400px) rotate3d(0,1,0,-15deg);
    opacity: 1
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
    transform: perspective(400px) rotate3d(0,1,0,90deg);
    opacity: 0
  }
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
    transform: translate3d(100%,0,0) skewX(-30deg);
    opacity: 0
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
    transform: translate3d(100%,0,0) skewX(-30deg);
    opacity: 0
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(100%,0,0) skewX(30deg);
    transform: translate3d(100%,0,0) skewX(30deg);
    opacity: 0
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(100%,0,0) skewX(30deg);
    transform: translate3d(100%,0,0) skewX(30deg);
    opacity: 0
  }
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0,0,1,-200deg);
    transform: rotate3d(0,0,1,-200deg);
    opacity: 0
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0,0,1,-200deg);
    transform: rotate3d(0,0,1,-200deg);
    opacity: 0
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}
@keyframes rotateIn-2 {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0,0,1,-200deg);
    transform: rotate3d(0,0,1,-200deg)
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none
  }
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,-90deg);
    transform: rotate3d(0,0,1,-90deg);
    opacity: 0
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,-90deg);
    transform: rotate3d(0,0,1,-90deg);
    opacity: 0
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1
  }
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0,0,1,200deg);
    transform: rotate3d(0,0,1,200deg);
    opacity: 0
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0,0,1,200deg);
    transform: rotate3d(0,0,1,200deg);
    opacity: 0
  }
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    opacity: 0
  }
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0
  }
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    opacity: 0
  }
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,90deg);
    transform: rotate3d(0,0,1,90deg);
    opacity: 0
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0,0,1,90deg);
    transform: rotate3d(0,0,1,90deg);
    opacity: 0
  }
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0,0,1,80deg);
    transform: rotate3d(0,0,1,80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0,0,1,60deg);
    transform: rotate3d(0,0,1,60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(0,700px,0);
    transform: translate3d(0,700px,0);
    opacity: 0
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0,0,1,80deg);
    transform: rotate3d(0,0,1,80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0,0,1,60deg);
    transform: rotate3d(0,0,1,60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(0,700px,0);
    transform: translate3d(0,700px,0);
    opacity: 0
  }
}
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
    transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
    transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@-webkit-keyframes rollOut {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
    transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg)
  }
}
@keyframes rollOut {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
    transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg)
  }
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3)
  }
  50% {
    opacity: 1
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3)
  }
  50% {
    opacity: 1
  }
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    -webkit-animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
    animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.32,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.32,1)
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    -webkit-animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
    animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.32,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.32,1)
  }
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
    animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.32,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.32,1)
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
    animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.32,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.32,1)
  }
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
    animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.32,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.32,1)
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
    animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.32,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.32,1)
  }
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    -webkit-animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
    animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.32,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.32,1)
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    -webkit-animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
    animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.19)
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.32,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.32,1)
  }
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3)
  }
  to {
    opacity: 0
  }
}
@keyframes zoomOut {
  from {
    opacity: 1
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3,.3,.3);
    transform: scale3d(.3,.3,.3)
  }
  to {
    opacity: 0
  }
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
    animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.19)
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.32,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.32,1)
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
    animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.19)
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.32,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.32,1)
  }
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px,0,0);
    transform: scale(.1) translate3d(-2000px,0,0);
    -webkit-transform-origin: left center;
    transform-origin: left center
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px,0,0);
    transform: scale(.1) translate3d(-2000px,0,0);
    -webkit-transform-origin: left center;
    transform-origin: left center
  }
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px,0,0);
    transform: scale(.1) translate3d(2000px,0,0);
    -webkit-transform-origin: right center;
    transform-origin: right center
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px,0,0);
    transform: scale(.1) translate3d(2000px,0,0);
    -webkit-transform-origin: right center;
    transform-origin: right center
  }
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
    animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.19)
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.32,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.32,1)
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    -webkit-animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
    animation-timing-function: cubic-bezier(0.55,0.055,0.675,0.19)
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175,0.885,0.32,1);
    animation-timing-function: cubic-bezier(0.175,0.885,0.32,1)
  }
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    visibility: visible
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
    visibility: visible
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    visibility: visible
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    visibility: visible
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    visibility: visible
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    visibility: visible
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    visibility: visible
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    visibility: visible
  }
  to {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0)
  }
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0)
  }
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0)
  }
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
  }
}
@keyframes jump-1 {
  0% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
  40% {
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0)
  }
  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
}
@keyframes jump-2 {
  0% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
  50% {
    -webkit-transform: translate3d(0,30px,0);
    transform: translate3d(0,30px,0)
  }
  100% {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
  }
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,40%,0);
    transform: translate3d(0,40%,0)
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0)
  }
}
@keyframes customOne {
  0% {
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 1
  }
  100% {
    -webkit-transform: translateY(-50%) scale(1.3);
    transform: translateY(-50%) scale(1.3);
    opacity: 0
  }
}
@keyframes liveAuction {
  0% {
    background: var(--color-white)
  }
  100% {
    background: var(--color-danger)
  }
}
[data-sal] {
  transition-duration: .2s;
  transition-delay: 0s;
  transition-duration: var(--sal-duration, .2s);
  transition-delay: var(--sal-delay, 0s);
  transition-timing-function: var(--sal-easing,ease)
}
[data-sal][data-sal-duration="200"] {
  transition-duration: .2s
}
[data-sal][data-sal-duration="250"] {
  transition-duration: .25s
}
[data-sal][data-sal-duration="300"] {
  transition-duration: .3s
}
[data-sal][data-sal-duration="350"] {
  transition-duration: .35s
}
[data-sal][data-sal-duration="400"] {
  transition-duration: .4s
}
[data-sal][data-sal-duration="450"] {
  transition-duration: .45s
}
[data-sal][data-sal-duration="500"] {
  transition-duration: .5s
}
[data-sal][data-sal-duration="550"] {
  transition-duration: .55s
}
[data-sal][data-sal-duration="600"] {
  transition-duration: .6s
}
[data-sal][data-sal-duration="700"] {
  transition-duration: .7s
}
[data-sal][data-sal-duration="750"] {
  transition-duration: .75s
}
[data-sal][data-sal-duration="800"] {
  transition-duration: .8s
}
[data-sal][data-sal-duration="900"] {
  transition-duration: .9s
}
[data-sal][data-sal-duration="1000"] {
  transition-duration: 1s
}
[data-sal][data-sal-duration="1100"] {
  transition-duration: 1.1s
}
[data-sal][data-sal-duration="1250"] {
  transition-duration: 1.25s
}
[data-sal][data-sal-duration="1300"] {
  transition-duration: 1.3s
}
[data-sal][data-sal-duration="1500"] {
  transition-duration: 1.5s
}
[data-sal][data-sal-duration="1800"] {
  transition-duration: 1.8s
}
[data-sal][data-sal-duration="1900"] {
  transition-duration: 1.9s
}
[data-sal][data-sal-duration="2000"] {
  transition-duration: 2s
}
[data-sal|=fade] {
  opacity: 0;
  transition-property: opacity
}
[data-sal|=fade].sal-animate,
body.sal-disabled [data-sal|=fade] {
  opacity: 1
}
[data-sal|=slide] {
  opacity: 0;
  transition-property: opacity,transform
}
[data-sal=slide-up] {
  transform: translateY(20%)
}
[data-sal|=slide].sal-animate,
body.sal-disabled [data-sal|=slide] {
  opacity: 1;
  transform: none
}
[data-sal|=zoom] {
  opacity: 0;
  transition-property: opacity,transform
}
[data-sal|=zoom].sal-animate,
body.sal-disabled [data-sal|=zoom] {
  opacity: 1;
  transform: none
}
[data-sal|=flip] {
  backface-visibility: hidden;
  transition-property: transform
}
[data-sal|=flip].sal-animate,
body.sal-disabled [data-sal|=flip] {
  transform: none
}
.tmp-header-area-start {
  position: absolute;
  width: 100%;
  z-index: 100
}
.header--sticky {
  transition: 0s;
  top: 0;
  z-index: 100;
  position: relative
}
.header--sticky.sticky {
  position: fixed!important;
  top: 0;
  display: block;
  backdrop-filter: blur(9px);
  width: 100%;
  box-shadow: 0 7px 18px rgba(24,16,16,.0509803922);
  background: #fff;
  z-index: 9;
  margin: auto;
  display: flex;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0
}
.onepage nav ul li {
  margin-right: 10px!important
}
.tmp-nav-area-one {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 0 45px;
  background: #fff;
  border-radius: 0 0 7px 7px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 7px solid var(--color-primary);
  border-right: 7px solid var(--color-primary)
}
nav ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0
}
nav ul li a.nav-link {
  color: #03041c;
  font-weight: 700
}
nav ul li a.nav-link:hover {
  color: var(--color-primary)!important
}
nav ul li a:hover {
  color: var(--color-primary)
}
nav ul li.has-dropdown {
  margin-right: 16px;
  position: relative;
  margin-top: 0;
  margin-bottom: 0
}
nav ul li.has-dropdown:hover a.nav-link::before {
  content: "\f077"!important
}
nav ul li.has-dropdown a.nav-link {
  padding: 31px 15px!important;
  color: #03041c!important
}
nav ul li.has-dropdown a.nav-link:hover {
  color: var(--color-primary)!important
}
nav ul li.has-dropdown a.nav-link::before {
  content: "\f078"!important;
  position: absolute!important;
  top: 49%;
  font-family: "Font Awesome 6 Pro"!important;
  right: -3px;
  transform: translateY(-50%);
  transition: .3s;
  font-size: 12px
}
nav ul li.has-dropdown .submenu {
  min-width: 230px;
  height: auto;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  transition: .5s;
  transform: scaleY(0);
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  border-left: 1px solid rgba(255,255,255,.0784313725);
  border-bottom: 1px solid rgba(255,255,255,.0784313725);
  border-right: 1px solid rgba(255,255,255,.0784313725);
  display: inline-block;
  box-shadow: 0 36px 35px rgba(0,0,0,.08);
  transform-origin: 0 0
}
nav ul li.has-dropdown .submenu li a {
  color: #1f1f25;
  font-weight: 600
}
nav ul li.has-dropdown:hover .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: scaleY(1)
}
.tmp-side-collups-area svg {
  cursor: pointer
}
.has-dropdown .submenu {
  padding: 0;
  border: none!important;
  overflow: hidden
}
.has-dropdown .submenu li {
  position: relative;
  display: block;
  cursor: pointer;
  margin-bottom: 0;
  margin-top: 0
}
.has-dropdown .submenu li::after {
  position: absolute;
  content: "\f324";
  font-family: var(--font-three);
  font-size: 14px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  opacity: 0;
  transition: .2s;
  color: var(--color-primary)
}
.has-dropdown .submenu li a {
  transition: .3s;
  display: block;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 15px;
  padding-right: 15px
}
.has-dropdown .submenu li:hover > a {
  color: #fff;
  padding-left: 15px;
  background: var(--color-primary)
}
.has-dropdown .submenu li:hover::after {
  right: 0;
  opacity: 1
}
.has-dropdown .submenu li:hover::after {
  color: #fff
}
nav ul li.has-dropdown .submenu li a.active {
  color: #fff;
  background: var(--color-primary)
}
nav ul li.has-dropdown .submenu li::after {
  color: #fff
}
.has-dropdown .submenu li:hover::after {
  right: 10px;
  opacity: 1
}
.tmp-header-area-start .has-dropdown.menu-item-open > a.nav-link {
  color: var(--color-primary)!important
}
.rolling-text {
  display: inline-block;
  overflow: hidden;
  line-height: 30px;
  height: 30px
}
.rolling-text .block {
  min-width: max-content
}
.rolling-text.play .letter,
.rolling-text:hover .letter {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%)
}
.rolling-text .letter {
  display: inline-block;
  -webkit-transition: -webkit-transform .5s cubic-bezier(.76, 0, .24, 1);
  transition: -webkit-transform .5s cubic-bezier(.76, 0, .24, 1);
  -o-transition: transform .5s cubic-bezier(.76, 0, .24, 1);
  transition: transform .5s cubic-bezier(.76, 0, .24, 1);
  transition: transform .5s cubic-bezier(.76, 0, .24, 1),-webkit-transform .5s cubic-bezier(.76, 0, .24, 1)
}
.letter:first-child {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s
}
.letter:nth-child(2) {
  -webkit-transition-delay: 15ms;
  -o-transition-delay: 15ms;
  transition-delay: 15ms
}
.letter:nth-child(3) {
  -webkit-transition-delay: 30ms;
  -o-transition-delay: 30ms;
  transition-delay: 30ms
}
.letter:nth-child(4) {
  -webkit-transition-delay: 45ms;
  -o-transition-delay: 45ms;
  transition-delay: 45ms
}
.letter:nth-child(5) {
  -webkit-transition-delay: 60ms;
  -o-transition-delay: 60ms;
  transition-delay: 60ms
}
.letter:nth-child(6) {
  -webkit-transition-delay: 75ms;
  -o-transition-delay: 75ms;
  transition-delay: 75ms
}
.letter:nth-child(7) {
  -webkit-transition-delay: 90ms;
  -o-transition-delay: 90ms;
  transition-delay: 90ms
}
.letter:nth-child(8) {
  -webkit-transition-delay: 105ms;
  -o-transition-delay: 105ms;
  transition-delay: 105ms
}
.letter:nth-child(9) {
  -webkit-transition-delay: 0.12s;
  -o-transition-delay: 0.12s;
  transition-delay: 0.12s
}
.letter:nth-child(10) {
  -webkit-transition-delay: 135ms;
  -o-transition-delay: 135ms;
  transition-delay: 135ms
}
.letter:nth-child(11) {
  -webkit-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s
}
.letter:nth-child(12) {
  -webkit-transition-delay: 165ms;
  -o-transition-delay: 165ms;
  transition-delay: 165ms
}
.letter:nth-child(13) {
  -webkit-transition-delay: 0.18s;
  -o-transition-delay: 0.18s;
  transition-delay: 0.18s
}
.letter:nth-child(14) {
  -webkit-transition-delay: 195ms;
  -o-transition-delay: 195ms;
  transition-delay: 195ms
}
.letter:nth-child(15) {
  -webkit-transition-delay: 0.21s;
  -o-transition-delay: 0.21s;
  transition-delay: 0.21s
}
.letter:nth-child(16) {
  -webkit-transition-delay: 225ms;
  -o-transition-delay: 225ms;
  transition-delay: 225ms
}
.letter:nth-child(17) {
  -webkit-transition-delay: 0.24s;
  -o-transition-delay: 0.24s;
  transition-delay: 0.24s
}
.letter:nth-child(18) {
  -webkit-transition-delay: 255ms;
  -o-transition-delay: 255ms;
  transition-delay: 255ms
}
.letter:nth-child(19) {
  -webkit-transition-delay: 0.27s;
  -o-transition-delay: 0.27s;
  transition-delay: 0.27s
}
.letter:nth-child(20) {
  -webkit-transition-delay: 285ms;
  -o-transition-delay: 285ms;
  transition-delay: 285ms
}
.letter:nth-child(21) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s
}
.onepage .contact-inner .ft-link.ft-link-style-three li .single-contact .icon {
  background-image: none;
  background-color: var(--color-primary)
}
#side-hide .body {
  display: block;
  margin-top: 20
}
@media only screen and (min-width:768px) and (max-width:991px) {
  #side-hide .body {
    display: none
  }
}
@media only screen and (max-width:767px) {
  #side-hide .body {
    display: none
  }
}
.custom-header .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center
}
.main-nav .nav-list {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0
}
.main-nav .nav-list li a {
  color: #001f54;
  text-decoration: none;
  font-weight: 500;
  padding: 5px 10px;
  transition: color .3s
}
.main-nav .nav-list li a.active,
.main-nav .nav-list li a:hover {
  color: #f5a623
}
.mobile-menu-toggle {
  background: 0 0;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  display: flex;
  align-items: center
}
.page-banner {
  background: #f5f5f5;
  padding: 40px 0;
  text-align: center;
  margin-top: 80px
}
.page-title {
  font-size: 2.5rem;
  color: #001f54;
  margin: 0
}
.page-subtitle {
  color: #555;
  font-size: 1.2rem;
  margin-top: 8px
}
.page-banner {
  background: url('/assets/images/breadcrumb/breadcrumb.png') center/cover no-repeat;
  padding: 80px 0;
  text-align: center;
  color: #fff;
  margin-top: 80px
}
.page-title {
  font-size: 5rem;
  margin: 0;
  color: #fff
}
.page-subtitle {
  font-size: 1.2rem;
  margin-top: 8px;
  color: #eee
}
#side-hide {
  position: fixed;
  right: -400px;
  height: 100vh;
  z-index: 1000;
  box-shadow: 0 15px 40px -5px rgba(0,0,0,.1);
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  width: 400px;
  background: #fff;
  transition: .5s
}
@media only screen and (max-width:575px) {
  #side-hide {
    width: 320px
  }
}
#side-hide .body {
  padding: 30px
}
#side-hide.show {
  right: 0
}
#overlay_every-where {
  background: #0e1013;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-in-out;
  pointer-events: none;
  z-index: 50
}
#overlay_every-where.bgshow {
  background: #0e1013;
  opacity: 70%;
  visibility: visible;
  pointer-events: visible;
  z-index: 999;
  top: 0
}
#side-hide::-webkit-scrollbar {
  display: none
}
#side-hide .body {
  position: relative
}
#side-hide .body .title {
  font-size: 26px;
  text-transform: capitalize;
  line-height: 1.5
}
@media only screen and (max-width:575px) {
  #side-hide .body .title {
    font-size: 22px
  }
}
#side-hide .body p.disc {
  font-size: 16px
}
.banner-bottom {
  display: flex;
  align-items: center
}
@media only screen and (max-width:479px) {
  .banner-bottom {
    flex-direction: column;
    align-items: center
  }
}
.tmp-banner-swiper-one-area .tmp-banner-area {
  position: relative;
  z-index: 1
}
.tmp-banner-swiper-one-area .tmp-banner-area .shape-image-banner-one .one {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  mix-blend-mode: multiply;
  z-index: -1
}
.tmp-banner-swiper-one-area .tmp-banner-area .shape-image-banner-one .two {
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
  z-index: -1
}
.tmp-banner-swiper-one-area .tmp-banner-area .shape-image-banner-one .three {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%
}
.tmp-banner-swiper-one-area .swiper-slide-active .tmp-banner-area .shape-image-banner-one .one {
  animation: slideInLeft .8s linear;
  height: 100%
}
.tmp-banner-swiper-one-area .swiper-slide-active .tmp-banner-area .shape-image-banner-one .two {
  animation: slideInLeft .8s linear;
  height: 100%
}
.tmp-banner-swiper-one-area .swiper-slide-active .tmp-banner-area .shape-image-banner-one .three {
  animation: slideInLeft 1s linear;
  height: 100%
}
.tmp-banner-swiper-one-area .swiper-slide-active .tmp-banner-area .inner h1.title {
  animation: fadeInUp2 1s linear;
  animation-delay: .8s;
  opacity: 1
}
.tmp-banner-swiper-one-area .swiper-slide-active .tmp-banner-area .inner p.disc {
  animation: fadeInUp2 1.3s linear;
  animation-delay: 1.1s;
  opacity: 1
}
@media only screen and (max-width:1199px) {
  .tmp-banner-swiper-one-area .swiper-slide-active .tmp-banner-area .inner p.disc {
    max-width: 75%
  }
}
@media only screen and (max-width:767px) {
  .tmp-banner-swiper-one-area .swiper-slide-active .tmp-banner-area .inner p.disc {
    max-width: 100%
  }
}
@media only screen and (max-width:1199px) {
  .tmp-banner-swiper-one-area .swiper-slide-active .tmp-banner-area .inner p.disc br {
    display: none
  }
}
.mySwiper-banner-one {
  position: relative
}
.mySwiper-banner-one .swiper-button-next::after,
.mySwiper-banner-one .swiper-button-prev::after {
  height: 65px;
  min-width: 65px;
  background: 0 0;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  transition: .3s
}
.mySwiper-banner-one .swiper-button-next:hover::after,
.mySwiper-banner-one .swiper-button-prev:hover::after {
  background: var(--color-primary);
  color: #fff;
  transform: scale(1.1);
  border: 1px solid transparent
}
.mySwiper-banner-one .swiper-button-next {
  right: 70px;
  margin-top: 20px
}
@media only screen and (max-width:767px) {
  .mySwiper-banner-one .swiper-button-next {
    right: 50px;
    bottom: 100px;
    top: auto
  }
}
@media only screen and (max-width:575px) {
  .mySwiper-banner-one .swiper-button-next {
    bottom: 40px
  }
}
.mySwiper-banner-one .swiper-button-next::after {
  content: "\f061";
  font-weight: 200;
  font-family: var(--font-three)
}
.mySwiper-banner-one .swiper-button-prev {
  right: 70px;
  left: auto;
  margin-top: -70px
}
@media only screen and (max-width:767px) {
  .mySwiper-banner-one .swiper-button-prev {
    left: 50px;
    right: auto;
    bottom: 100px;
    top: auto
  }
}
@media only screen and (max-width:575px) {
  .mySwiper-banner-one .swiper-button-prev {
    bottom: 40px
  }
}
.mySwiper-banner-one .swiper-button-prev::after {
  content: "\f060";
  font-weight: 200;
  font-family: var(--font-three)
}
.banner-one-main-wrapper {
  display: flex;
  align-items: center;
  padding: 140px 0
}
@media only screen and (max-width:1199px) {
  .banner-one-main-wrapper {
    max-width: 75%
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .banner-one-main-wrapper {
    max-width: 81%
  }
}
@media only screen and (max-width:767px) {
  .banner-one-main-wrapper {
    max-width: 100%
  }
}
@media only screen and (max-width:575px) {
  .banner-one-main-wrapper {
    padding: 100px 0 140px 0
  }
}
.banner-one-main-wrapper .inner .title {
  color: #fff;
  font-size: 60px;
  line-height: 75px;
  margin-bottom: 22px;
  transition-delay: 1s;
  opacity: 0
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .banner-one-main-wrapper .inner .title {
    font-size: 48px;
    line-height: 1.4
  }
}
@media only screen and (max-width:767px) {
  .banner-one-main-wrapper .inner .title {
    font-size: 36px;
    line-height: 1.4
  }
}
@media only screen and (max-width:575px) {
  .banner-one-main-wrapper .inner .title {
    font-size: 28px;
    line-height: 1.4
  }
}
.banner-one-main-wrapper .inner p.disc {
  color: #fff;
  transition-delay: 1.5s;
  opacity: 0
}
@media only screen and (max-width:575px) {
  .banner-one-main-wrapper .inner p.disc br {
    display: none
  }
}
.banner-area.banner-style-two {
  background-image: url(../images/banner/banner-two.png);
  position: relative;
  overflow: hidden;
  z-index: 1
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .banner-area.banner-style-two .banner-inner {
    padding: 80px 25px
  }
}
@media only screen and (max-width:767px) {
  .banner-area.banner-style-two .banner-inner {
    padding: 80px 25px
  }
}
@media only screen and (max-width:575px) {
  .banner-area.banner-style-two .banner-inner {
    padding: 80px 15px
  }
}
@media only screen and (max-width:479px) {
  .banner-area.banner-style-two .banner-inner {
    padding: 60px 10px
  }
}
.banner-area.banner-style-two .banner-inner .title {
  font-size: 60px;
  line-height: 75px;
  color: var(--color-heading);
  margin-bottom: 30px
}
@media only screen and (max-width:1199px) {
  .banner-area.banner-style-two .banner-inner .title {
    font-size: 50px;
    line-height: 66px
  }
}
@media only screen and (max-width:767px) {
  .banner-area.banner-style-two .banner-inner .title {
    font-size: 32px;
    line-height: 48px
  }
  .banner-area.banner-style-two .banner-inner .title br {
    display: none
  }
}
@media only screen and (max-width:479px) {
  .banner-area.banner-style-two .banner-inner .title {
    font-size: 25px;
    line-height: 36px
  }
}
.banner-area.banner-style-two .banner-inner .description {
  margin-bottom: 35px
}
@media only screen and (max-width:479px) {
  .banner-area.banner-style-two .banner-bottom {
    flex-direction: column;
    align-items: flex-start
  }
}
.banner-area .banner-two-thumbnail .thumbnail {
  position: relative
}
@media only screen and (max-width:575px) {
  .banner-area .banner-two-thumbnail .thumbnail img {
    max-width: 100%;
    margin: auto
  }
}
.banner-area .banner-two-thumbnail .thumbnail .product-share {
  position: absolute;
  left: 60%;
  bottom: 120px;
  animation: jump-2 8s linear infinite;
  z-index: 10
}
@media only screen and (max-width:575px) {
  .banner-area .banner-two-thumbnail .thumbnail .product-share {
    left: 62%;
    bottom: 45%
  }
}
@media only screen and (max-width:479px) {
  .banner-area .banner-two-thumbnail .thumbnail .product-share {
    left: 0;
    bottom: 47%;
    min-width: max-content
  }
}
.banner-tag {
  position: absolute;
  top: 19%;
  left: -24%;
  animation: jump-2 6s linear infinite;
  z-index: 10
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .banner-tag {
    left: 43%
  }
}
@media only screen and (max-width:767px) {
  .banner-tag {
    left: 23%;
    top: 42%
  }
}
@media only screen and (max-width:575px) {
  .banner-tag {
    left: 0;
    top: 62%
  }
}
.banner-tag .inner {
  background-color: var(--color-white);
  padding: 15px 30px;
  display: flex;
  align-items: flex-start;
  border-radius: 8px
}
.banner-tag .inner .content .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: var(--s-bold);
  font-family: var(--font-secondary);
  margin-bottom: 5px
}
.tmp-banner-area.banner-three {
  background-image: url(../images/banner/banner-3-bg.jpg);
  position: relative;
  z-index: 2
}
.tmp-banner-area.banner-three .swiper-container-three {
  width: 100%;
  position: relative
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-pagination-bullet {
  background-color: transparent;
  border: 2px solid #fff;
  width: 12px;
  height: 12px;
  opacity: 1
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-pagination-bullet-active {
  background-color: #fff
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-prev {
  margin-left: 50px
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-next {
  margin-right: 50px
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-container {
  background-color: rgba(0,0,0,.25)
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-prev {
  background-image: none
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-next {
  background-image: none
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-next,
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-prev {
  height: 60px;
  width: 60px;
  background-color: var(--color-white);
  border-radius: 100%
}
@media only screen and (max-width:767px) {
  .tmp-banner-area.banner-three .swiper-container-three .swiper-button-next,
  .tmp-banner-area.banner-three .swiper-container-three .swiper-button-prev {
    display: none
  }
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-next i,
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-prev i {
  color: var(--color-primary);
  font-size: 27px;
  transition: .5s
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-next::after,
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-prev::after {
  display: none
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-next:hover i,
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-prev:hover i {
  color: var(--color-primary)
}
.swiper-container-three {
  padding-bottom: 50px
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .swiper-container-three {
    padding-top: 50px
  }
}
@media only screen and (max-width:767px) {
  .swiper-container-three {
    padding-top: 50px
  }
}
.swiper-container-three .swiper-slide {
  opacity: 0
}
.swiper-container-three .swiper-slide-active {
  opacity: 1
}
.swiper-container-three .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 5px;
  bottom: 0;
  justify-content: center
}
.swiper-container-three .swiper-pagination .swiper-pagination-bullet {
  border: 2px solid #fff!important
}
.swiper-container-three .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary)!important;
  border: 2px solid var(--color-primary)!important
}
.tmp-banner-area.banner-three .swiper-button-next,
.tmp-banner-area.banner-three .swiper-button-prev {
  transition: .3s
}
.tmp-banner-area.banner-three .swiper-button-next i::after,
.tmp-banner-area.banner-three .swiper-button-prev i::after {
  transition: .3s
}
.tmp-banner-area.banner-three .swiper-button-next:hover,
.tmp-banner-area.banner-three .swiper-button-prev:hover {
  background-color: var(--color-primary);
  color: #fff;
  transform: scale(1.05)
}
.tmp-banner-area.banner-three .swiper-button-next:hover i,
.tmp-banner-area.banner-three .swiper-button-prev:hover i {
  color: #fff
}
.tmp-banner-area.banner-three .swiper-button-next:hover i::before,
.tmp-banner-area.banner-three .swiper-button-prev:hover i::before {
  color: #fff
}
.tmp-banner-swiper-one-area {
  max-width: 1920px;
  margin: auto
}
.tmp-banner__agency-wrapper-bg {
  background-image: url(../images/banner/banner-agency.jpg);
  height: 1080px;
  display: flex;
  align-items: center;
  overflow: hidden
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .tmp-banner__agency-wrapper-bg {
    height: 850px
  }
}
@media only screen and (max-width:767px) {
  .tmp-banner__agency-wrapper-bg {
    height: 850px
  }
}
@media only screen and (max-width:575px) {
  .tmp-banner__agency-wrapper-bg {
    height: 750px
  }
}
.tmp-ocean .wave {
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/85486/wave.svg) repeat-x;
  position: absolute;
  top: -198px;
  width: 6400px;
  height: 198px;
  animation: wave 7s cubic-bezier(.36,.45,.63,.53) infinite;
  transform: translate3d(0,0,0);
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(285deg) brightness(105%) contrast(106%)
}
.tmp-ocean .wave:nth-of-type(2) {
  top: -175px;
  animation: wave 20s cubic-bezier(.36,.45,.63,.53) -125ms infinite,swell 20s ease -1.25s infinite;
  opacity: 1
}
@keyframes wave {
  0% {
    margin-left: 0
  }
  100% {
    margin-left: -1600px
  }
}
@keyframes swell {
  0%,
  100% {
    transform: translate3d(0,-15px,0)
  }
  50% {
    transform: translate3d(0,1px,0)
  }
}
.banner-bg-startup {
  background-image: url(../images/banner/startup.jpg);
  height: 920px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center
}
@media only screen and (max-width:767px) {
  .banner-bg-startup {
    height: 700px
  }
}
@media only screen and (max-width:575px) {
  .banner-bg-startup {
    height: 600px
  }
}
.banner-startup-main-content-wrapper {
  text-align: center
}
.banner-startup-main-content-wrapper .title {
  color: #fff;
  font-size: 75px;
  line-height: 1.3
}
.banner-startup-main-content-wrapper p.disc {
  color: #f1f1f1;
  max-width: 55%;
  margin-top: 30px;
  margin: auto
}
@media only screen and (max-width:767px) {
  .banner-startup-main-content-wrapper p.disc {
    max-width: 80%
  }
}
@media only screen and (max-width:575px) {
  .banner-startup-main-content-wrapper p.disc {
    max-width: 95%
  }
}
.swiper-startup-banner,
.swiper-startup-banner-construction {
  position: relative
}
.swiper-startup-banner .banner-startup-main-content-wrapper,
.swiper-startup-banner-construction .banner-startup-main-content-wrapper {
  margin-top: 120px
}
@media only screen and (max-width:767px) {
  .swiper-startup-banner .banner-startup-main-content-wrapper,
  .swiper-startup-banner-construction .banner-startup-main-content-wrapper {
    margin-top: 27px
  }
}
.swiper-startup-banner .banner-startup-main-content-wrapper > *,
.swiper-startup-banner-construction .banner-startup-main-content-wrapper > * {
  animation-name: fadeOutUp;
  animation-fill-mode: both;
  animation-duration: 1s
}
.swiper-startup-banner .banner-startup-main-content-wrapper .title,
.swiper-startup-banner-construction .banner-startup-main-content-wrapper .title {
  font-family: var(--font-primary);
  margin-bottom: 25px;
  display: block;
  font-size: 130px;
  line-height: 1.1;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  color: var(--color-white)
}
@media only screen and (min-width:1200px) and (max-width:1599px) {
  .swiper-startup-banner .banner-startup-main-content-wrapper .title,
  .swiper-startup-banner-construction .banner-startup-main-content-wrapper .title {
    font-size: 100px
  }
}
@media only screen and (max-width:1199px) {
  .swiper-startup-banner .banner-startup-main-content-wrapper .title,
  .swiper-startup-banner-construction .banner-startup-main-content-wrapper .title {
    font-size: 70px
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .swiper-startup-banner .banner-startup-main-content-wrapper .title,
  .swiper-startup-banner-construction .banner-startup-main-content-wrapper .title {
    font-size: 50px;
    font-weight: 500
  }
}
@media only screen and (max-width:767px) {
  .swiper-startup-banner .banner-startup-main-content-wrapper .title,
  .swiper-startup-banner-construction .banner-startup-main-content-wrapper .title {
    font-size: 50px;
    font-weight: 500
  }
}
@media only screen and (max-width:575px) {
  .swiper-startup-banner .banner-startup-main-content-wrapper .title,
  .swiper-startup-banner-construction .banner-startup-main-content-wrapper .title {
    font-size: 36px
  }
}
.swiper-startup-banner .banner-startup-main-content-wrapper .disc,
.swiper-startup-banner-construction .banner-startup-main-content-wrapper .disc {
  transition: all .3s cubic-bezier(.645, .045, .355, 1)
}
.swiper-startup-banner .banner-startup-main-content-wrapper .tmp-btn,
.swiper-startup-banner-construction .banner-startup-main-content-wrapper .tmp-btn {
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  display: block;
  max-width: max-content;
  margin: auto;
  margin-top: 50px
}
@media only screen and (max-width:575px) {
  .swiper-startup-banner .banner-startup-main-content-wrapper .tmp-btn,
  .swiper-startup-banner-construction .banner-startup-main-content-wrapper .tmp-btn {
    margin-top: 30px
  }
}
.swiper-startup-banner .swiper-slide-active .banner-startup-main-content-wrapper > *,
.swiper-startup-banner-construction .swiper-slide-active .banner-startup-main-content-wrapper > * {
  animation-name: fadeInUp
}
.swiper-startup-banner .swiper-slide-active .banner-startup-main-content-wrapper .title,
.swiper-startup-banner-construction .swiper-slide-active .banner-startup-main-content-wrapper .title {
  animation-delay: .5s
}
.swiper-startup-banner .swiper-slide-active .banner-startup-main-content-wrapper .disc,
.swiper-startup-banner-construction .swiper-slide-active .banner-startup-main-content-wrapper .disc {
  animation-delay: 1s
}
.swiper-startup-banner .swiper-slide-active .banner-startup-main-content-wrapper .tmp-btn,
.swiper-startup-banner-construction .swiper-slide-active .banner-startup-main-content-wrapper .tmp-btn {
  animation-delay: 1.5s
}
.swiper-startup-banner .swiper-button-next,
.swiper-startup-banner .swiper-button-prev,
.swiper-startup-banner-construction .swiper-button-next,
.swiper-startup-banner-construction .swiper-button-prev {
  color: #fff;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  font-size: 16px;
  transition: .3s
}
@media only screen and (max-width:1199px) {
  .swiper-startup-banner .swiper-button-next,
  .swiper-startup-banner .swiper-button-prev,
  .swiper-startup-banner-construction .swiper-button-next,
  .swiper-startup-banner-construction .swiper-button-prev {
    display: none
  }
}
.swiper-startup-banner .swiper-button-next::after,
.swiper-startup-banner .swiper-button-prev::after,
.swiper-startup-banner-construction .swiper-button-next::after,
.swiper-startup-banner-construction .swiper-button-prev::after {
  transition: .3s;
  font-size: 16px
}
.swiper-startup-banner .swiper-button-next:hover,
.swiper-startup-banner .swiper-button-prev:hover,
.swiper-startup-banner-construction .swiper-button-next:hover,
.swiper-startup-banner-construction .swiper-button-prev:hover {
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  transform: scale(1.1)
}
.swiper-startup-banner .swiper-button-next,
.swiper-startup-banner-construction .swiper-button-next {
  right: 200px
}
@media only screen and (min-width:1200px) and (max-width:1599px) {
  .swiper-startup-banner .swiper-button-next,
  .swiper-startup-banner-construction .swiper-button-next {
    right: 100px
  }
}
@media only screen and (max-width:1199px) {
  .swiper-startup-banner .swiper-button-next,
  .swiper-startup-banner-construction .swiper-button-next {
    right: 100px
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .swiper-startup-banner .swiper-button-next,
  .swiper-startup-banner-construction .swiper-button-next {
    display: none
  }
}
@media only screen and (max-width:767px) {
  .swiper-startup-banner .swiper-button-next,
  .swiper-startup-banner-construction .swiper-button-next {
    display: none
  }
}
.swiper-startup-banner .swiper-button-prev,
.swiper-startup-banner-construction .swiper-button-prev {
  left: 200px
}
@media only screen and (min-width:1200px) and (max-width:1599px) {
  .swiper-startup-banner .swiper-button-prev,
  .swiper-startup-banner-construction .swiper-button-prev {
    left: 100px
  }
}
@media only screen and (max-width:1199px) {
  .swiper-startup-banner .swiper-button-prev,
  .swiper-startup-banner-construction .swiper-button-prev {
    left: 100px
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .swiper-startup-banner .swiper-button-prev,
  .swiper-startup-banner-construction .swiper-button-prev {
    display: none
  }
}
@media only screen and (max-width:767px) {
  .swiper-startup-banner .swiper-button-prev,
  .swiper-startup-banner-construction .swiper-button-prev {
    display: none
  }
}
.swiper-startup-banner .swiper-pagination,
.swiper-startup-banner-construction .swiper-pagination {
  bottom: 50px
}
.swiper-startup-banner .swiper-pagination .swiper-pagination-bullet,
.swiper-startup-banner-construction .swiper-pagination .swiper-pagination-bullet {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: var(--color-primary)
}
.swiper-startup-banner .swiper-pagination .swiper-pagination-bullet-active,
.swiper-startup-banner-construction .swiper-pagination .swiper-pagination-bullet-active {
  border-radius: 50%;
  background: 0 0;
  border: 1px solid var(--color-primary)
}
@media only screen and (max-width:575px) {
  .swiper-startup-banner .swiper-pagination,
  .swiper-startup-banner-construction .swiper-pagination {
    bottom: 25px
  }
}
.banner-company-area-main__wrapper .title {
  font-size: 70px;
  margin-top: 20px
}
@media only screen and (max-width:767px) {
  .banner-company-area-main__wrapper .title {
    font-size: 56px
  }
}
@media only screen and (max-width:575px) {
  .banner-company-area-main__wrapper .title {
    font-size: 44px
  }
}
@media only screen and (max-width:767px) {
  .banner-company-area-main__wrapper .title {
    font-size: 36px
  }
}
@media only screen and (max-width:575px) {
  .banner-company-area-main__wrapper .title {
    font-size: 32px
  }
}
.banner-company-area-main__wrapper p {
  margin-bottom: 40px
}
.section-head {
  text-align: center;
  padding-bottom: 60px
}
.section-head.text-align-left {
  text-align: left
}
.section-head.section-head-one-side {
  padding-bottom: 22px
}
.section-head .section-sub-title {
  font-size: 16px;
  font-weight: var(--s-bold);
  color: var(--color-primary);
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: var(--font-secondary);
  display: flex;
  align-items: center;
  gap: 7px
}
.section-head .section-sub-title img {
  margin-right: 8px
}
.section-head .section-sub-title span.subtitle {
  font-family: var(--font-secondary)
}
.section-head .title {
  color: #03041c;
  font-size: 36px;
  line-height: 45px;
  margin-bottom: 0;
  font-weight: var(--s-extra-bold);
  margin-bottom: 0!important;
  font-family: var(--font-secondary)
}
@media only screen and (max-width:767px) {
  .section-head .title {
    font-size: 32px;
    line-height: 1.4
  }
  .section-head .title br {
    display: none
  }
}
@media only screen and (max-width:575px) {
  .section-head .title {
    font-size: 28px;
    line-height: 1.4
  }
  .section-head .title br {
    display: none
  }
}
@media only screen and (max-width:479px) {
  .section-head .title {
    font-size: 22px
  }
}
.section-head .description {
  margin-top: 10px
}
.section-head .subtitle {
  font-weight: var(--s-bold)
}
.section-head .section-sub-title.center-title {
  justify-content: center
}
@-webkit-keyframes circle {
  0% {
    opacity: 1
  }
  40% {
    opacity: 1
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0
  }
}
@keyframes circle {
  0% {
    opacity: 1
  }
  40% {
    opacity: 1
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0
  }
}
.service-details p.disc {
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #6a6c71
}
.footer-style-one-wrapper {
  max-width: 1920px;
  margin: auto
}
.copyright-area-one {
  max-width: 1920px;
  margin: auto
}
.btn-readmore {
  padding: 0;
  position: relative;
  max-width: max-content;
  display: flex;
  align-items: center;
  gap: 10px
}
.btn-readmore::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #f1f1f1;
  transition: .3s
}
.btn-readmore:hover::after {
  background: var(--color-primary)
}
.tmp-btn {
  padding: 15px 30px;
  font-size: 17px;
  border-radius: 5px;
  transition: .4s
}
.tmp-btn.btn-primary {
  background: var(--color-primary)!important;
  border: none;
  background-color: #e42032;
  background-image: linear-gradient(315deg,#e42032 0,#e42032 74%);
  border: none;
  z-index: 1;
  text-transform: uppercase;
  position: relative
}
.tmp-btn.btn-primary::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
  background-color: #e42032;
  background-image: linear-gradient(315deg,#181818 0,#1a1a1a 74%);
  box-shadow: -7px -7px 20px 0 rgba(255,255,255,.6),-4px -4px 5px 0 rgba(255,255,255,.6),7px 7px 20px 0 rgba(0,0,0,.1333333333),4px 4px 5px 0 rgba(0,0,0,.0666666667);
  transition: all .3s ease;
  box-shadow: none
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .tmp-btn.btn-primary {
    padding: 12px 25px
  }
}
@media only screen and (max-width:767px) {
  .tmp-btn.btn-primary {
    padding: 10px 22px
  }
}
.tmp-btn.btn-primary:hover {
  color: #fff
}
.tmp-btn.btn-primary:hover::after {
  top: 0;
  height: 100%
}
.tmp-btn.btn-secondary {
  background: var(--color-secondary)!important;
  border: none
}
.tmp-btn.btn-secondary:hover {
  background: var(--background-color-2)!important
}
.tmp-btn.btn-with-icon i {
  transition: .5s;
  margin-left: 10px
}
.tmp-btn.btn-transparent {
  background-color: transparent;
  border: 1px solid var(--color-body)
}
.tmp-btn.btn-gradiant {
  background: var(--gradient-two);
  color: var(--color-white);
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: .3s
}
.tmp-btn.btn-gradiant::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left,#ed145b,#4a11eb);
  content: "";
  z-index: -1;
  transition: .3s;
  opacity: 0
}
.tmp-btn.btn-gradiant:hover::after {
  opacity: 1
}
.tmp-btn.btn-gradiant-2 {
  background: 0 0;
  color: var(--color-white);
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: .3s;
  border: 1px solid #fff
}
.tmp-btn.btn-gradiant-2::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left,#ed145b,#4a11eb);
  content: "";
  z-index: -1;
  transition: .3s;
  opacity: 0
}
.tmp-btn.btn-gradiant-2:hover {
  border: 1px solid transparent
}
.tmp-btn.btn-gradiant-2:hover::after {
  opacity: 1
}
button {
  max-width: max-content
}
button.btn-read-more {
  font-size: 16px;
  line-height: 30px;
  color: var(--color-heading);
  font-weight: var(--s-semi-bold)
}
.btn-read-more {
  font-size: 16px;
  line-height: 30px;
  color: var(--color-heading);
  font-weight: var(--s-semi-bold);
  display: flex;
  align-items: center;
  font-family: var(--font-secondary)
}
.btn-read-more .read-more-text {
  margin-right: 10px
}
.btn-read-more .read-more-icon {
  font-size: 18px
}
.btn-learn-more {
  font-size: 16px;
  font-weight: var(--p-regular);
  line-height: 22px;
  color: var(--color-body)
}
.btn-gradiant-two {
  position: relative;
  color: #fff;
  border: none;
  padding: 25px 20px;
  overflow: hidden;
  transition: .5s
}
.btn-gradiant-two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-image: var(--gradient-two);
  opacity: 1;
  visibility: visible;
  transition: .5s
}
.btn-gradiant-two::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-image: linear-gradient(to left,#ed145b,#4a11eb);
  opacity: 1;
  visibility: visible;
  transition: .5s;
  opacity: 0
}
.btn-gradiant-two:hover {
  transform: translateY(-5px)
}
.btn-gradiant-two:hover::before {
  opacity: 0
}
.btn-gradiant-two:hover::after {
  opacity: 1
}
.single-blog .blog-inner {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 20px rgba(0,0,0,.1)
}
.single-blog .blog-inner .thumbnail {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 8px
}
.single-blog .blog-inner .thumbnail a img {
  width: 100%;
  transition: var(--transition)
}
.single-blog .blog-inner .thumbnail a:hover img {
  transform: scale(1.1)
}
.single-blog .blog-inner .blog-content {
  padding: 30px
}
@media only screen and (max-width:575px) {
  .single-blog .blog-inner .blog-content {
    padding: 20px
  }
}
.single-blog .blog-inner .blog-content .blog-head {
  line-height: 36px;
  font-weight: var(--s-regular)
}
.single-blog .blog-inner .blog-content .blog-head .name {
  padding-right: 10px;
  position: relative;
  font-weight: var(--s-regular)
}
.single-blog .blog-inner .blog-content .blog-head .name::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: var(--color-body);
  bottom: 0;
  right: -3px;
  transform: rotate(28deg)
}
.single-blog .blog-inner .blog-content .blog-head .designation {
  font-weight: var(--s-regular);
  padding-left: 10px
}
.single-blog .blog-inner .blog-content .blog-body .title-area {
  margin-bottom: 12px;
  display: block
}
.single-blog .blog-inner .blog-content .blog-body .title {
  font-size: 24px;
  line-height: 32px;
  margin-top: 13px;
  margin-bottom: 15px;
  font-weight: var(--s-bold);
  position: relative;
  display: inline;
  background-image: -webkit-gradient(linear,left top,right top,from(currentColor),to(currentColor));
  background-image: -webkit-linear-gradient(left,currentColor 0,currentColor 100%);
  background-image: -o-linear-gradient(left,currentColor 0,currentColor 100%);
  background-image: linear-gradient(to right,currentColor 0,currentColor 100%);
  background-size: 0 1px;
  background-position: 0 95%;
  -webkit-transition: background-size .35s cubic-bezier(.785, .135, .15, .86) 0s;
  -o-transition: background-size .35s cubic-bezier(.785, .135, .15, .86) 0s;
  transition: background-size .35s cubic-bezier(.785, .135, .15, .86) 0s;
  padding: .1% 0;
  background-repeat: no-repeat;
  color: inherit
}
@media only screen and (max-width:1199px) {
  .single-blog .blog-inner .blog-content .blog-body .title {
    font-size: 16px;
    line-height: 18px
  }
}
@media only screen and (max-width:575px) {
  .single-blog .blog-inner .blog-content .blog-body .title {
    font-size: 20px
  }
  .single-blog .blog-inner .blog-content .blog-body .title br {
    display: none
  }
}
.single-blog .blog-inner .blog-content .blog-body .title.lg-title {
  font-size: 30px;
  line-height: 40px
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .single-blog .blog-inner .blog-content .blog-body .title.lg-title {
    font-size: 20px;
    line-height: 31px
  }
}
@media only screen and (max-width:767px) {
  .single-blog .blog-inner .blog-content .blog-body .title.lg-title {
    font-size: 20px;
    line-height: 31px
  }
}
.single-blog .blog-inner .blog-content .blog-body .title:hover {
  background-size: 100% 1px
}
.single-blog .blog-inner .blog-content .blog-body .description {
  font-size: 16px;
  line-height: 28px;
  font-weight: var(--p-regular);
  margin-bottom: 14px
}
.single-blog.blog-style-three .blog-inner {
  padding: 15px
}
.single-blog.blog-style-three .blog-inner .thumbnail {
  border-radius: 8px
}
.single-blog.blog-style-three .blog-inner .blog-content {
  padding: 0 20px
}
@media only screen and (max-width:479px) {
  .single-blog.blog-style-three .blog-inner .blog-content {
    padding: 0
  }
}
.single-blog.blog-style-three .blog-inner .blog-content .blog-head {
  margin-top: 30px
}
.single-blog.blog-style-three .blog-inner .blog-content .blog-body .btn-read-more {
  display: inline-block
}
.single-blog.blog-style-three {
  height: 100%
}
img {
  max-width: 100%
}
.accordion {
  padding: 50px;
  background-color: #fff
}
@media only screen and (max-width:575px) {
  .accordion {
    padding: 20px
  }
}
@media only screen and (max-width:479px) {
  .accordion {
    padding: 20px 10px
  }
}
.tmp-faq-area-three {
  max-width: 100%;
  margin: auto;
  margin-top: -150px
}
@media only screen and (max-width:575px) {
  .tmp-faq-area-three {
    margin-top: -100px
  }
}
body.service-details {
  background: #f8f8f8
}
.container-full {
  max-width: 1920px;
  margin: auto
}
.mySwiper-portfolio-1 {
  position: relative
}
.mySwiper-portfolio-1 .signle-product-start::after {
  transition: .3s!important
}
.mySwiper-portfolio-1 .signle-product-start:hover::after {
  opacity: 1!important
}
.mySwiper-portfolio-1 .swiper-pagination {
  left: 50%;
  display: flex;
  gap: 0;
  transform: translateX(-50%);
  justify-content: center
}
.mySwiper-portfolio-1 .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color-primary)
}
.mySwiper-portfolio-1 .swiper-pagination .swiper-pagination-bullet {
  background: var(--color-primary)
}
.mySwiper-portfolio-1 .swiper-button-next,
.mySwiper-portfolio-1 .swiper-button-prev {
  top: 45%;
  opacity: 0;
  transition: .3s
}
.mySwiper-portfolio-1 .swiper-button-next::after,
.mySwiper-portfolio-1 .swiper-button-prev::after {
  font-size: 16px;
  color: #fff;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  background: var(--color-primary);
  display: flex;
  align-items: center;
  transition: .3s;
  justify-content: center
}
.mySwiper-portfolio-1 .swiper-button-next:hover::after,
.mySwiper-portfolio-1 .swiper-button-prev:hover::after {
  transform: scale(1.2)
}
.mySwiper-portfolio-1 .swiper-button-prev {
  left: 120px
}
.mySwiper-portfolio-1 .swiper-button-next {
  right: 120px
}
.mySwiper-portfolio-1:hover .swiper-button-next,
.mySwiper-portfolio-1:hover .swiper-button-prev {
  opacity: 1
}
.mySwiper-portfolio-1:hover .swiper-button-prev {
  left: 60px
}
.mySwiper-portfolio-1:hover .swiper-button-next {
  right: 70px
}
.mySwiper-portfolio-2-cons {
  position: relative
}
.mySwiper-portfolio-2-cons .signle-product-start::after {
  transition: .3s!important
}
.mySwiper-portfolio-2-cons .signle-product-start:hover::after {
  opacity: 1!important
}
.mySwiper-portfolio-2-cons .swiper-pagination {
  left: 50%;
  display: flex;
  gap: 0;
  transform: translateX(-50%);
  justify-content: center
}
.mySwiper-portfolio-2-cons .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color-primary)
}
.mySwiper-portfolio-2-cons .swiper-pagination .swiper-pagination-bullet {
  background: var(--color-primary)
}
.mySwiper-portfolio-2-cons .swiper-button-next,
.mySwiper-portfolio-2-cons .swiper-button-prev {
  top: 45%;
  opacity: 0;
  transition: .3s
}
.mySwiper-portfolio-2-cons .swiper-button-next::after,
.mySwiper-portfolio-2-cons .swiper-button-prev::after {
  font-size: 16px;
  color: #fff;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  background: var(--color-primary);
  display: flex;
  align-items: center;
  transition: .3s;
  justify-content: center
}
.mySwiper-portfolio-2-cons .swiper-button-next:hover::after,
.mySwiper-portfolio-2-cons .swiper-button-prev:hover::after {
  transform: scale(1.2)
}
.mySwiper-portfolio-2-cons .swiper-button-prev {
  left: 120px
}
.mySwiper-portfolio-2-cons .swiper-button-next {
  right: 120px
}
.mySwiper-portfolio-2-cons:hover .swiper-button-next,
.mySwiper-portfolio-2-cons:hover .swiper-button-prev {
  opacity: 1
}
.mySwiper-portfolio-2-cons:hover .swiper-button-prev {
  left: 60px
}
.mySwiper-portfolio-2-cons:hover .swiper-button-next {
  right: 70px
}
.signle-product-start {
  overflow: hidden;
  display: block;
  position: relative!important;
  max-width: max-content;
  min-width: 100%
}
.signle-product-start .thumbnail {
  display: block;
  min-width: 100%
}
.signle-product-start .thumbnail img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px
}
.bg-white {
  background: #fff
}
.swiper-container-style-two {
  overflow: hidden
}
.banner-bottom {
  display: flex;
  align-items: center
}
@media only screen and (max-width:479px) {
  .banner-bottom {
    flex-direction: column;
    align-items: center
  }
}
.tmp-banner-swiper-one-area .tmp-banner-area {
  position: relative;
  z-index: 1
}
.tmp-banner-swiper-one-area .tmp-banner-area .shape-image-banner-one .one {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  mix-blend-mode: multiply;
  z-index: -1
}
.tmp-banner-swiper-one-area .tmp-banner-area .shape-image-banner-one .two {
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
  z-index: -1
}
.tmp-banner-swiper-one-area .tmp-banner-area .shape-image-banner-one .three {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%
}
.tmp-banner-swiper-one-area .swiper-slide-active .tmp-banner-area .shape-image-banner-one .one {
  animation: slideInLeft .8s linear;
  height: 100%
}
.tmp-banner-swiper-one-area .swiper-slide-active .tmp-banner-area .shape-image-banner-one .two {
  animation: slideInLeft .8s linear;
  height: 100%
}
.tmp-banner-swiper-one-area .swiper-slide-active .tmp-banner-area .shape-image-banner-one .three {
  animation: slideInLeft 1s linear;
  height: 100%
}
.tmp-banner-swiper-one-area .swiper-slide-active .tmp-banner-area .inner h1.title {
  animation: fadeInUp2 1s linear;
  animation-delay: .8s;
  opacity: 1
}
.tmp-banner-swiper-one-area .swiper-slide-active .tmp-banner-area .inner p.disc {
  animation: fadeInUp2 1.3s linear;
  animation-delay: 1.1s;
  opacity: 1
}
@media only screen and (max-width:1199px) {
  .tmp-banner-swiper-one-area .swiper-slide-active .tmp-banner-area .inner p.disc {
    max-width: 75%
  }
}
@media only screen and (max-width:767px) {
  .tmp-banner-swiper-one-area .swiper-slide-active .tmp-banner-area .inner p.disc {
    max-width: 100%
  }
}
@media only screen and (max-width:1199px) {
  .tmp-banner-swiper-one-area .swiper-slide-active .tmp-banner-area .inner p.disc br {
    display: none
  }
}
.mySwiper-banner-one {
  position: relative
}
.mySwiper-banner-one .swiper-button-next::after,
.mySwiper-banner-one .swiper-button-prev::after {
  height: 65px;
  min-width: 65px;
  background: 0 0;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  transition: .3s
}
.mySwiper-banner-one .swiper-button-next:hover::after,
.mySwiper-banner-one .swiper-button-prev:hover::after {
  background: var(--color-primary);
  color: #fff;
  transform: scale(1.1);
  border: 1px solid transparent
}
.mySwiper-banner-one .swiper-button-next {
  right: 70px;
  margin-top: 20px
}
@media only screen and (max-width:767px) {
  .mySwiper-banner-one .swiper-button-next {
    right: 50px;
    bottom: 100px;
    top: auto
  }
}
@media only screen and (max-width:575px) {
  .mySwiper-banner-one .swiper-button-next {
    bottom: 40px
  }
}
.mySwiper-banner-one .swiper-button-next::after {
  content: "\f061";
  font-weight: 200;
  font-family: var(--font-three)
}
.mySwiper-banner-one .swiper-button-prev {
  right: 70px;
  left: auto;
  margin-top: -70px
}
@media only screen and (max-width:767px) {
  .mySwiper-banner-one .swiper-button-prev {
    left: 50px;
    right: auto;
    bottom: 100px;
    top: auto
  }
}
@media only screen and (max-width:575px) {
  .mySwiper-banner-one .swiper-button-prev {
    bottom: 40px
  }
}
.mySwiper-banner-one .swiper-button-prev::after {
  content: "\f060";
  font-weight: 200;
  font-family: var(--font-three)
}
.banner-one-main-wrapper {
  display: flex;
  align-items: center;
  padding: 140px 0
}
@media only screen and (max-width:1199px) {
  .banner-one-main-wrapper {
    max-width: 75%
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .banner-one-main-wrapper {
    max-width: 81%
  }
}
@media only screen and (max-width:767px) {
  .banner-one-main-wrapper {
    max-width: 100%
  }
}
@media only screen and (max-width:575px) {
  .banner-one-main-wrapper {
    padding: 100px 0 140px 0
  }
}
.banner-one-main-wrapper .inner .title {
  color: #fff;
  font-size: 60px;
  line-height: 75px;
  margin-bottom: 22px;
  transition-delay: 1s;
  opacity: 0
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .banner-one-main-wrapper .inner .title {
    font-size: 48px;
    line-height: 1.4
  }
}
@media only screen and (max-width:767px) {
  .banner-one-main-wrapper .inner .title {
    font-size: 36px;
    line-height: 1.4
  }
}
@media only screen and (max-width:575px) {
  .banner-one-main-wrapper .inner .title {
    font-size: 28px;
    line-height: 1.4
  }
}
.banner-one-main-wrapper .inner p.disc {
  color: #fff;
  transition-delay: 1.5s;
  opacity: 0
}
@media only screen and (max-width:575px) {
  .banner-one-main-wrapper .inner p.disc br {
    display: none
  }
}
.banner-area.banner-style-two {
  background-image: url(../images/banner/banner-two.png);
  position: relative;
  overflow: hidden;
  z-index: 1
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .banner-area.banner-style-two .banner-inner {
    padding: 80px 25px
  }
}
@media only screen and (max-width:767px) {
  .banner-area.banner-style-two .banner-inner {
    padding: 80px 25px
  }
}
@media only screen and (max-width:575px) {
  .banner-area.banner-style-two .banner-inner {
    padding: 80px 15px
  }
}
@media only screen and (max-width:479px) {
  .banner-area.banner-style-two .banner-inner {
    padding: 60px 10px
  }
}
.banner-area.banner-style-two .banner-inner .title {
  font-size: 60px;
  line-height: 75px;
  color: var(--color-heading);
  margin-bottom: 30px
}
@media only screen and (max-width:1199px) {
  .banner-area.banner-style-two .banner-inner .title {
    font-size: 50px;
    line-height: 66px
  }
}
@media only screen and (max-width:767px) {
  .banner-area.banner-style-two .banner-inner .title {
    font-size: 32px;
    line-height: 48px
  }
  .banner-area.banner-style-two .banner-inner .title br {
    display: none
  }
}
@media only screen and (max-width:479px) {
  .banner-area.banner-style-two .banner-inner .title {
    font-size: 25px;
    line-height: 36px
  }
}
.banner-area.banner-style-two .banner-inner .description {
  margin-bottom: 35px
}
@media only screen and (max-width:479px) {
  .banner-area.banner-style-two .banner-bottom {
    flex-direction: column;
    align-items: flex-start
  }
}
.banner-area .banner-two-thumbnail .thumbnail {
  position: relative
}
@media only screen and (max-width:575px) {
  .banner-area .banner-two-thumbnail .thumbnail img {
    max-width: 100%;
    margin: auto
  }
}
.banner-area .banner-two-thumbnail .thumbnail .product-share {
  position: absolute;
  left: 60%;
  bottom: 120px;
  animation: jump-2 8s linear infinite;
  z-index: 10
}
@media only screen and (max-width:575px) {
  .banner-area .banner-two-thumbnail .thumbnail .product-share {
    left: 62%;
    bottom: 45%
  }
}
@media only screen and (max-width:479px) {
  .banner-area .banner-two-thumbnail .thumbnail .product-share {
    left: 0;
    bottom: 47%;
    min-width: max-content
  }
}
.banner-tag {
  position: absolute;
  top: 19%;
  left: -24%;
  animation: jump-2 6s linear infinite;
  z-index: 10
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .banner-tag {
    left: 43%
  }
}
@media only screen and (max-width:767px) {
  .banner-tag {
    left: 23%;
    top: 42%
  }
}
@media only screen and (max-width:575px) {
  .banner-tag {
    left: 0;
    top: 62%
  }
}
.banner-tag .inner {
  background-color: var(--color-white);
  padding: 15px 30px;
  display: flex;
  align-items: flex-start;
  border-radius: 8px
}
.banner-tag .inner .content .title {
  font-size: 18px;
  line-height: 28px;
  font-weight: var(--s-bold);
  font-family: var(--font-secondary);
  margin-bottom: 5px
}
.tmp-banner-area.banner-three {
  background-image: url(../images/banner/banner-3-bg.jpg);
  position: relative;
  z-index: 2
}
.tmp-banner-area.banner-three .swiper-container-three {
  width: 100%;
  position: relative
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-pagination-bullet {
  background-color: transparent;
  border: 2px solid #fff;
  width: 12px;
  height: 12px;
  opacity: 1
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-pagination-bullet-active {
  background-color: #fff
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-prev {
  margin-left: 50px
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-next {
  margin-right: 50px
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-container {
  background-color: rgba(0,0,0,.25)
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-prev {
  background-image: none
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-next {
  background-image: none
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-next,
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-prev {
  height: 60px;
  width: 60px;
  background-color: var(--color-white);
  border-radius: 100%
}
@media only screen and (max-width:767px) {
  .tmp-banner-area.banner-three .swiper-container-three .swiper-button-next,
  .tmp-banner-area.banner-three .swiper-container-three .swiper-button-prev {
    display: none
  }
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-next i,
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-prev i {
  color: var(--color-primary);
  font-size: 27px;
  transition: .5s
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-next::after,
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-prev::after {
  display: none
}
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-next:hover i,
.tmp-banner-area.banner-three .swiper-container-three .swiper-button-prev:hover i {
  color: var(--color-primary)
}
.swiper-container-three {
  padding-bottom: 50px
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .swiper-container-three {
    padding-top: 50px
  }
}
@media only screen and (max-width:767px) {
  .swiper-container-three {
    padding-top: 50px
  }
}
.swiper-container-three .swiper-slide {
  opacity: 0
}
.swiper-container-three .swiper-slide-active {
  opacity: 1
}
.swiper-container-three .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 5px;
  bottom: 0;
  justify-content: center
}
.swiper-container-three .swiper-pagination .swiper-pagination-bullet {
  border: 2px solid #fff!important
}
.swiper-container-three .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary)!important;
  border: 2px solid var(--color-primary)!important
}
.tmp-banner-area.banner-three .swiper-button-next,
.tmp-banner-area.banner-three .swiper-button-prev {
  transition: .3s
}
.tmp-banner-area.banner-three .swiper-button-next i::after,
.tmp-banner-area.banner-three .swiper-button-prev i::after {
  transition: .3s
}
.tmp-banner-area.banner-three .swiper-button-next:hover,
.tmp-banner-area.banner-three .swiper-button-prev:hover {
  background-color: var(--color-primary);
  color: #fff;
  transform: scale(1.05)
}
.tmp-banner-area.banner-three .swiper-button-next:hover i,
.tmp-banner-area.banner-three .swiper-button-prev:hover i {
  color: #fff
}
.tmp-banner-area.banner-three .swiper-button-next:hover i::before,
.tmp-banner-area.banner-three .swiper-button-prev:hover i::before {
  color: #fff
}
.tmp-banner-swiper-one-area {
  max-width: 1920px;
  margin: auto
}
.tmp-banner__agency-wrapper-bg {
  background-image: url(../images/banner/banner-agency.jpg);
  height: 1080px;
  display: flex;
  align-items: center;
  overflow: hidden
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .tmp-banner__agency-wrapper-bg {
    height: 850px
  }
}
@media only screen and (max-width:767px) {
  .tmp-banner__agency-wrapper-bg {
    height: 850px
  }
}
@media only screen and (max-width:575px) {
  .tmp-banner__agency-wrapper-bg {
    height: 750px
  }
}
.tmp-ocean .wave {
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/85486/wave.svg) repeat-x;
  position: absolute;
  top: -198px;
  width: 6400px;
  height: 198px;
  animation: wave 7s cubic-bezier(.36,.45,.63,.53) infinite;
  transform: translate3d(0,0,0);
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(285deg) brightness(105%) contrast(106%)
}
.tmp-ocean .wave:nth-of-type(2) {
  top: -175px;
  animation: wave 20s cubic-bezier(.36,.45,.63,.53) -125ms infinite,swell 20s ease -1.25s infinite;
  opacity: 1
}
@keyframes wave {
  0% {
    margin-left: 0
  }
  100% {
    margin-left: -1600px
  }
}
@keyframes swell {
  0%,
  100% {
    transform: translate3d(0,-15px,0)
  }
  50% {
    transform: translate3d(0,1px,0)
  }
}
.banner-bg-startup {
  background-image: url(../images/banner/startup.jpg);
  height: 920px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center
}
@media only screen and (max-width:767px) {
  .banner-bg-startup {
    height: 700px
  }
}
@media only screen and (max-width:575px) {
  .banner-bg-startup {
    height: 600px
  }
}
.banner-startup-main-content-wrapper {
  text-align: center
}
.banner-startup-main-content-wrapper .title {
  color: #fff;
  font-size: 75px;
  line-height: 1.3
}
.banner-startup-main-content-wrapper p.disc {
  color: #f1f1f1;
  max-width: 55%;
  margin-top: 30px;
  margin: auto
}
@media only screen and (max-width:767px) {
  .banner-startup-main-content-wrapper p.disc {
    max-width: 80%
  }
}
@media only screen and (max-width:575px) {
  .banner-startup-main-content-wrapper p.disc {
    max-width: 95%
  }
}
.swiper-startup-banner,
.swiper-startup-banner-construction {
  position: relative
}
.swiper-startup-banner .banner-startup-main-content-wrapper,
.swiper-startup-banner-construction .banner-startup-main-content-wrapper {
  margin-top: 120px
}
@media only screen and (max-width:767px) {
  .swiper-startup-banner .banner-startup-main-content-wrapper,
  .swiper-startup-banner-construction .banner-startup-main-content-wrapper {
    margin-top: 27px
  }
}
.swiper-startup-banner .banner-startup-main-content-wrapper > *,
.swiper-startup-banner-construction .banner-startup-main-content-wrapper > * {
  animation-name: fadeOutUp;
  animation-fill-mode: both;
  animation-duration: 1s
}
.swiper-startup-banner .banner-startup-main-content-wrapper .title,
.swiper-startup-banner-construction .banner-startup-main-content-wrapper .title {
  font-family: var(--font-primary);
  margin-bottom: 25px;
  display: block;
  font-size: 130px;
  line-height: 1.1;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  color: var(--color-white)
}
@media only screen and (min-width:1200px) and (max-width:1599px) {
  .swiper-startup-banner .banner-startup-main-content-wrapper .title,
  .swiper-startup-banner-construction .banner-startup-main-content-wrapper .title {
    font-size: 100px
  }
}
@media only screen and (max-width:1199px) {
  .swiper-startup-banner .banner-startup-main-content-wrapper .title,
  .swiper-startup-banner-construction .banner-startup-main-content-wrapper .title {
    font-size: 70px
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .swiper-startup-banner .banner-startup-main-content-wrapper .title,
  .swiper-startup-banner-construction .banner-startup-main-content-wrapper .title {
    font-size: 50px;
    font-weight: 500
  }
}
@media only screen and (max-width:767px) {
  .swiper-startup-banner .banner-startup-main-content-wrapper .title,
  .swiper-startup-banner-construction .banner-startup-main-content-wrapper .title {
    font-size: 50px;
    font-weight: 500
  }
}
@media only screen and (max-width:575px) {
  .swiper-startup-banner .banner-startup-main-content-wrapper .title,
  .swiper-startup-banner-construction .banner-startup-main-content-wrapper .title {
    font-size: 36px
  }
}
.swiper-startup-banner .banner-startup-main-content-wrapper .disc,
.swiper-startup-banner-construction .banner-startup-main-content-wrapper .disc {
  transition: all .3s cubic-bezier(.645, .045, .355, 1)
}
.swiper-startup-banner .banner-startup-main-content-wrapper .tmp-btn,
.swiper-startup-banner-construction .banner-startup-main-content-wrapper .tmp-btn {
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  display: block;
  max-width: max-content;
  margin: auto;
  margin-top: 50px
}
@media only screen and (max-width:575px) {
  .swiper-startup-banner .banner-startup-main-content-wrapper .tmp-btn,
  .swiper-startup-banner-construction .banner-startup-main-content-wrapper .tmp-btn {
    margin-top: 30px
  }
}
.swiper-startup-banner .swiper-slide-active .banner-startup-main-content-wrapper > *,
.swiper-startup-banner-construction .swiper-slide-active .banner-startup-main-content-wrapper > * {
  animation-name: fadeInUp
}
.swiper-startup-banner .swiper-slide-active .banner-startup-main-content-wrapper .title,
.swiper-startup-banner-construction .swiper-slide-active .banner-startup-main-content-wrapper .title {
  animation-delay: .5s
}
.swiper-startup-banner .swiper-slide-active .banner-startup-main-content-wrapper .disc,
.swiper-startup-banner-construction .swiper-slide-active .banner-startup-main-content-wrapper .disc {
  animation-delay: 1s
}
.swiper-startup-banner .swiper-slide-active .banner-startup-main-content-wrapper .tmp-btn,
.swiper-startup-banner-construction .swiper-slide-active .banner-startup-main-content-wrapper .tmp-btn {
  animation-delay: 1.5s
}
.swiper-startup-banner .swiper-button-next,
.swiper-startup-banner .swiper-button-prev,
.swiper-startup-banner-construction .swiper-button-next,
.swiper-startup-banner-construction .swiper-button-prev {
  color: #fff;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  font-size: 16px;
  transition: .3s
}
@media only screen and (max-width:1199px) {
  .swiper-startup-banner .swiper-button-next,
  .swiper-startup-banner .swiper-button-prev,
  .swiper-startup-banner-construction .swiper-button-next,
  .swiper-startup-banner-construction .swiper-button-prev {
    display: none
  }
}
.swiper-startup-banner .swiper-button-next::after,
.swiper-startup-banner .swiper-button-prev::after,
.swiper-startup-banner-construction .swiper-button-next::after,
.swiper-startup-banner-construction .swiper-button-prev::after {
  transition: .3s;
  font-size: 16px
}
.swiper-startup-banner .swiper-button-next:hover,
.swiper-startup-banner .swiper-button-prev:hover,
.swiper-startup-banner-construction .swiper-button-next:hover,
.swiper-startup-banner-construction .swiper-button-prev:hover {
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
  transform: scale(1.1)
}
.swiper-startup-banner .swiper-button-next,
.swiper-startup-banner-construction .swiper-button-next {
  right: 200px
}
@media only screen and (min-width:1200px) and (max-width:1599px) {
  .swiper-startup-banner .swiper-button-next,
  .swiper-startup-banner-construction .swiper-button-next {
    right: 100px
  }
}
@media only screen and (max-width:1199px) {
  .swiper-startup-banner .swiper-button-next,
  .swiper-startup-banner-construction .swiper-button-next {
    right: 100px
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .swiper-startup-banner .swiper-button-next,
  .swiper-startup-banner-construction .swiper-button-next {
    display: none
  }
}
@media only screen and (max-width:767px) {
  .swiper-startup-banner .swiper-button-next,
  .swiper-startup-banner-construction .swiper-button-next {
    display: none
  }
}
.swiper-startup-banner .swiper-button-prev,
.swiper-startup-banner-construction .swiper-button-prev {
  left: 200px
}
@media only screen and (min-width:1200px) and (max-width:1599px) {
  .swiper-startup-banner .swiper-button-prev,
  .swiper-startup-banner-construction .swiper-button-prev {
    left: 100px
  }
}
@media only screen and (max-width:1199px) {
  .swiper-startup-banner .swiper-button-prev,
  .swiper-startup-banner-construction .swiper-button-prev {
    left: 100px
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .swiper-startup-banner .swiper-button-prev,
  .swiper-startup-banner-construction .swiper-button-prev {
    display: none
  }
}
@media only screen and (max-width:767px) {
  .swiper-startup-banner .swiper-button-prev,
  .swiper-startup-banner-construction .swiper-button-prev {
    display: none
  }
}
.swiper-startup-banner .swiper-pagination,
.swiper-startup-banner-construction .swiper-pagination {
  bottom: 50px
}
.swiper-startup-banner .swiper-pagination .swiper-pagination-bullet,
.swiper-startup-banner-construction .swiper-pagination .swiper-pagination-bullet {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: var(--color-primary)
}
.swiper-startup-banner .swiper-pagination .swiper-pagination-bullet-active,
.swiper-startup-banner-construction .swiper-pagination .swiper-pagination-bullet-active {
  border-radius: 50%;
  background: 0 0;
  border: 1px solid var(--color-primary)
}
@media only screen and (max-width:575px) {
  .swiper-startup-banner .swiper-pagination,
  .swiper-startup-banner-construction .swiper-pagination {
    bottom: 25px
  }
}
.banner-company-area-main__wrapper .title {
  font-size: 70px;
  margin-top: 20px
}
@media only screen and (max-width:767px) {
  .banner-company-area-main__wrapper .title {
    font-size: 56px
  }
}
@media only screen and (max-width:575px) {
  .banner-company-area-main__wrapper .title {
    font-size: 44px
  }
}
@media only screen and (max-width:767px) {
  .banner-company-area-main__wrapper .title {
    font-size: 36px
  }
}
@media only screen and (max-width:575px) {
  .banner-company-area-main__wrapper .title {
    font-size: 32px
  }
}
.banner-company-area-main__wrapper p {
  margin-bottom: 40px
}
.swiper-container-style-two {
  width: 100%;
  height: 100%;
  position: relative
}
.bg_image-1 {
  background-image: url(../images/banner/container-ship.jpg)
}
.bg_image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center
}
.banner-one-height-control {
  height: 850px
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .banner-one-height-control {
    height: 640px
  }
}
@media only screen and (max-width:767px) {
  .banner-one-height-control {
    height: 750px
  }
}
@media only screen and (max-width:575px) {
  .banner-one-height-control {
    height: 670px
  }
}
.brand-inner {
  border-top: 1px solid #bbb
}
.brand-inner .brand-list.brand-style-1 {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center
}
@media only screen and (max-width:575px) {
  .brand-inner .brand-list.brand-style-1 {
    gap: 15px
  }
}
.brand-inner .brand-list.brand-style-1 li a img {
  transition: .3s
}
@media only screen and (max-width:575px) {
  .brand-inner .brand-list.brand-style-1 li a img {
    max-width: 100px
  }
}
.brand-inner .brand-list.brand-style-1 li a:hover img {
  transform: translateY(-5px) scale(1.05)
}
.brand-main-wrapper-company {
  display: flex;
  flex-direction: column;
  align-items: center
}
.brand-main-wrapper-company .tmp-brand-section-start {
  display: flex;
  align-items: center;
  justify-content: space-between
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .brand-main-wrapper-company .tmp-brand-section-start {
    flex-wrap: wrap;
    justify-content: center
  }
}
@media only screen and (max-width:767px) {
  .brand-main-wrapper-company .tmp-brand-section-start {
    flex-wrap: wrap;
    justify-content: center
  }
  .brand-main-wrapper-company .tmp-brand-section-start img {
    max-width: 100px
  }
}
@media only screen and (max-width:575px) {
  .brand-main-wrapper-company .tmp-brand-section-start {
    flex-wrap: wrap;
    justify-content: center
  }
  .brand-main-wrapper-company .tmp-brand-section-start img {
    max-width: 150px!important
  }
}
.brand-main-wrapper-company .tmp-brand-section-start img {
  max-width: 220px;
  transition: .3s
}
.brand-main-wrapper-company .tmp-brand-section-start img:hover {
  transform: scale(1.1)
}
.icon {
  display: inline-block
}
.product-swiper-area-one {
  max-width: 1920px;
  margin: auto
}
.product-swiper-area-one .swiper-wrapper {
  display: flex;
  padding-bottom: 50px
}
.product-swiper-area-one .swiper-wrapper .swiper-slide .signle-product-start {
  position: relative;
  z-index: 2;
  display: block
}
.product-swiper-area-one .swiper-wrapper .swiper-slide .signle-product-start::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1
}
.product-swiper-area-one .swiper-wrapper .swiper-slide.swiper-slide-active .signle-product-start::after {
  opacity: 1
}
.contact-form {
  background-color: var(--color-white);
  padding: 80px 60px;
  border-radius: 8px
}
@media only screen and (max-width:767px) {
  .contact-form {
    padding: 30px
  }
}
.contact-inner .section-head {
  padding-bottom: 0
}
.contact-inner .ft-link.ft-link-style-three li {
  margin: 0;
  border-bottom: 1px solid #e7e7e7
}
.contact-inner .ft-link.ft-link-style-three li .single-contact {
  margin-bottom: 0;
  padding: 30px 0
}
.contact-inner .ft-link.ft-link-style-three li .single-contact .icon {
  background-image: var(--gradient-two)
}
.contact-inner .ft-link.ft-link-style-three li .single-contact .content .contact-here {
  transition: .5s
}
.contact-inner .ft-link.ft-link-style-three li .single-contact:hover .content .contact-here {
  color: var(--color-purple)
}
.contact-inner .tmp-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px
}
#form-messages.success {
  color: green
}
#form-messages.error {
  color: red
}
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000;
  opacity: 1;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all .2s linear;
  transition: all .2s linear
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0)
}
.progress-wrap::after {
  position: absolute;
  font-family: var(--font-three);
  content: "\f062";
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  color: var(--color-primary);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  border: 0 solid var(--color-primary);
  box-shadow: none;
  border-radius: 50%!important;
  border-radius: 5px;
  font-weight: 300
}
.progress-wrap:hover::after {
  opacity: 1;
  content: "\f062";
  border: 0 solid var(--color-primary);
  font-weight: 300
}
.progress-wrap::before {
  position: absolute;
  font-family: var(--font-three);
  content: "\f062";
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  opacity: 0;
  background: var(--color-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  font-weight: 300
}
.progress-wrap:hover::before {
  opacity: 0
}
.progress-wrap svg path {
  fill: none
}
.progress-wrap svg {
  color: var(--color-primary);
  border-radius: 50%;
  background: #fff
}
.progress-wrap svg.progress-circle path {
  stroke: var(--color-primary);
  stroke-width: 0;
  box-sizing: border-box;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  padding: 2px
}
@keyframes waves {
  0% {
    -webkit-transform: scale(.2,.2);
    transform: scale(.2,.2);
    opacity: 0
  }
  50% {
    opacity: .9
  }
}
.grow-thumbnail {
  transform: scale(.9)
}
.tmp-pagination-area-next-pev {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center
}
.tmp-pagination-area-next-pev button {
  height: 50px;
  min-width: 50px;
  border-radius: 5px;
  border: 1px solid #dee2e6;
  display: block;
  transition: .3s;
  color: #202942
}
.tmp-pagination-area-next-pev button:hover {
  background: var(--color-primary);
  color: #fff
}
.activity-image-wrapper {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 8px
}
.activity-image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}
.blog-thumbnail-wrapper img {
  width: 100%;
  max-width: 600px;
  height: 300px;
  object-fit: cover;
  display: block;
  margin: 20px auto;
  border-radius: 8px
}
.blog-detail-title {
  font-size: 4rem;
  margin-bottom: 5px;
  color: #222;
  text-align: center
}
.blog-detail-date {
  font-size: 1rem;
  color: #888;
  text-align: center;
  margin-bottom: 15px
}
.blog-details-page {
  padding-top: 120px
}
.blog-details-wrapper {
  padding: 30px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,.05)
}
.blog-thumbnail-wrapper img {
  width: 100%;
  max-width: 600px;
  height: 300px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  border-radius: 8px
}
.blog-details-content {
  font-size: 1rem;
  line-height: 1.8;
  color: #444;
  margin-top: 20px
}
body.loaded {
  overflow: hidden!important;
  height: 100%!important
}
.loader-wrap {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: 0 0;
  z-index: 99999999999999
}
.loader-wrap svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: #7EC8F5
}
.loader-wrap .loader-wrap-heading .load-text {
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 15px;
  text-transform: uppercase;
  z-index: 20
}
.load-text span {
  -webkit-animation: loading 1s infinite alternate;
  animation: loading 1s infinite alternate;
  color: #000
}
.load-text span:first-child {
  -webkit-animation-delay: 0s;
  animation-delay: 0s
}
.load-text span:nth-child(2) {
  -webkit-animation-delay: .1s;
  animation-delay: .1s
}
.load-text span:nth-child(3) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}
.load-text span:nth-child(4) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}
.load-text span:nth-child(5) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}
.load-text span:nth-child(6) {
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}
.load-text span:nth-child(7) {
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}
@-webkit-keyframes loading {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
@keyframes loading {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}
.tmp-mesonary-area-main .tmp-button-group {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap
}
.tmp-mesonary-area-main .tmp-button-group button {
  max-width: max-content;
  display: block;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  color: #292929;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 2px 20px rgba(0,0,0,.1)
}
.tmp-mesonary-area-main .tmp-button-group button.is-checked {
  background: var(--color-primary);
  border: none;
  color: #fff
}
.tmp-single-portfolio-item {
  padding: 32px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 20px rgba(0,0,0,.1)
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .tmp-single-portfolio-item {
    padding: 20px
  }
}
@media only screen and (max-width:575px) {
  .tmp-single-portfolio-item {
    padding: 15px
  }
}
.tmp-single-portfolio-item .thumbnail {
  overflow: hidden;
  display: block;
  border-radius: 12px
}
.tmp-single-portfolio-item .thumbnail:hover img {
  transform: scale(1.2)
}
.tmp-single-portfolio-item .thumbnail img {
  width: 100%;
  transition: .3s;
  border-radius: 12px
}
.tmp-single-portfolio-item .tmp-inner-content a .title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
  transition: .3s
}
.tmp-single-portfolio-item .tmp-inner-content a .title br {
  display: none
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .tmp-single-portfolio-item .tmp-inner-content a .title {
    font-size: 18px
  }
}
@media only screen and (max-width:575px) {
  .tmp-single-portfolio-item .tmp-inner-content a .title {
    font-size: 18px
  }
}
.tmp-single-portfolio-item .tmp-inner-content a .title:hover {
  color: var(--color-primary)
}
@keyframes topBottom {
  0% {
    transform: translateY(0)
  }
  50% {
    transform: translateY(10px)
  }
  100% {
    transform: translateY(0)
  }
}
@keyframes leftRight {
  0% {
    transform: translateX(0)
  }
  50% {
    transform: translateX(10px)
  }
  100% {
    transform: translateX(0)
  }
}
.about-area .about-inner {
  padding-left: 80px
}
@media only screen and (max-width:1199px) {
  .about-area .about-inner {
    padding-left: 10px
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .about-area .about-inner {
    padding-left: 15px;
    margin-top: 100px
  }
}
@media only screen and (max-width:767px) {
  .about-area .about-inner {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 80px
  }
}
.about-area.about-style-one .description {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 20px
}
.about-style-one {
  position: relative
}
.product-share {
  position: absolute;
  bottom: -35px;
  left: 50px;
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 36px 0 rgba(0,0,0,.0901960784)
}
@media only screen and (max-width:1199px) {
  .product-share {
    padding: 15px
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(360deg)
  }
}
.grow {
  transform: scale(.8)
}
.my-swiper-product-details,
.mySwiper-recent-product {
  z-index: 0
}
.my-swiper-product-details .swiper-button-next,
.my-swiper-product-details .swiper-button-prev,
.mySwiper-recent-product .swiper-button-next,
.mySwiper-recent-product .swiper-button-prev {
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--color-primary);
  transition: .3s
}
.my-swiper-product-details .swiper-button-next::after,
.my-swiper-product-details .swiper-button-prev::after,
.mySwiper-recent-product .swiper-button-next::after,
.mySwiper-recent-product .swiper-button-prev::after {
  font-size: 18px;
  color: #fff
}
.my-swiper-product-details .swiper-button-next:hover,
.my-swiper-product-details .swiper-button-prev:hover,
.mySwiper-recent-product .swiper-button-next:hover,
.mySwiper-recent-product .swiper-button-prev:hover {
  transform: scale(1.2)
}
.my-swiper-product-details .swiper-button-next,
.mySwiper-recent-product .swiper-button-next {
  right: 60px
}
.my-swiper-product-details .swiper-button-prev,
.mySwiper-recent-product .swiper-button-prev {
  left: 60px
}
.mySwiper-recent-product {
  padding: 20px 20px
}
.border-right {
  border-right: 1px solid rgba(106,104,104,.2039215686)
}
.copyright-area-one {
  padding: 20px 0;
  background: #1d1e33
}
.copyright-area-one .main-wrapper {
  text-align: center
}
.copyright-area-one p {
  margin: 0;
  color: #fff
}
.copyright-area-one p a {
  color: var(--color-primary)
}
.footer-main.footer-style-one {
  margin-top: 10px;
  padding-top: 20px;
  padding-bottom: 10px
}
.footer-main.footer-style-one .single-footer-wrapper .logo {
  margin-bottom: 15px
}
.footer-main.footer-style-one .single-footer-wrapper .description {
  color: var(--color-white);
  font-size: 16px;
  font-weight: var(--p-regular);
  line-height: 22px;
  margin-bottom: 10px;
  max-width: 340px
}
.single-footer-wrapper .ft-title {
  color: var(--color-white);
  margin-bottom: 30px
}
.ft-link {
  padding-left: 0
}
.ft-link li {
  list-style: none;
  color: var(--color-white)
}
.ft-link li a {
  position: relative;
  max-width: max-content
}
.ft-link li a::after {
  position: absolute;
  left: 0;
  width: 0%;
  height: 1px;
  bottom: -2px;
  background: var(--color-primary);
  content: "";
  transition: .3s
}
.ft-link li a:hover::after {
  width: 100%
}
.ft-link li .single-contact {
  background-color: #1d1e33;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  align-items: center;
  margin-bottom: 25px
}
@media only screen and (max-width:479px) {
  .ft-link li .single-contact {
    margin-bottom: 0
  }
}
.ft-link li .single-contact.background-transparent {
  background-color: transparent
}
.ft-link li .single-contact.background-transparent .icon {
  background-color: var(--color-secondary)
}
.ft-link li .single-contact.background-transparent .content span {
  color: var(--color-heading)
}
.ft-link li .single-contact.background-transparent .content .contact-here {
  color: var(--color-body)
}
.ft-link li .single-contact .icon {
  margin-right: 15px;
  padding: 12px 15px;
  border-radius: 5px;
  background-color: var(--color-primary)
}
.ft-link li .single-contact .icon i {
  font-size: 30px;
  color: var(--color-white)
}
.ft-link li .single-contact .content span {
  display: block;
  color: var(--color-white);
  font-family: var(--font-secondary);
  font-weight: var(--s-bold)
}
.ft-link li .single-contact .content a {
  font-family: var(--font-secondary);
  font-weight: var(--s-regular);
  line-height: 26px
}
.bg-color-footer {
  background-color: #1d5da6;
  background-size: cover;
  background-repeat: no-repeat
}
.copyright-area-one.two p a {
  color: var(--color-secondary)
}
@media only screen and (max-width:575px) {
  .single-footer-wrapper.border-right {
    border: none
  }
}
.custom-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: transparent;
  transition: background-color .4s ease,box-shadow .4s ease
}
.custom-header.solid {
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,.1)
}
.custom-header .logo img {
  max-height: 60px
}
.main-nav .nav-list {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0
}
.main-nav .nav-list li a {
  color: #0a197d;
  font-weight: 600;
  text-decoration: none;
  transition: .3s
}
.main-nav .nav-list li a.active,
.main-nav .nav-list li a:hover {
  color: #d82a00
}
.main-nav .parent-nav li a {
  display: block;
  padding: 12px 20px;
  color: #fff;
  text-decoration: none;
  transition: color .3s ease,background .3s ease
}
.main-nav .parent-nav li a.active {
  color: #f5a623
}
.main-nav .parent-nav li a:hover {
  color: #f5a623
}
/* Drawer overlay only for mobile */
#mobileMenu {
  position: fixed;
  top: 0;
  right: 0;
  width: 250px;
  height: 100vh;
  background-color: #1D5DA6; /* atau warna biru brandingmu */
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 9999;
}

#mobileMenu.open {
  transform: translateX(0);
}

.mobile-header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  background-color: #1D5DA6;
}

.mobile-header-top img.mobile-logo {
  max-height: 40px;
}

.close-button {
  background: none;
  border: none;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
}

#mobileMenu nav ul {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 16px;
}

#mobileMenu nav ul li {
  display: block !important;
  width: 100%;
}

#mobileMenu nav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  display: block;
  transition: color 0.2s;
}

#mobileMenu nav ul li a:hover {
  color: #f5a623;
}

