/*=================Scss Indexing=============
1.variables
2.typography
3.spacing
4.reset
5.forms
6.mixins
7.shortcode
8.animations
9.text-animation
10.sal
11.header
12.mobile-menu
13.button
14.nav
15.banner
16.swiper
17.funfacts
18.cta
19.about
20.common
21.service
22.projects
23.working-process
24.blog
25.blog-details
26.footer
27.search-input
28./side-bar
29.team
30.testimonials
31.faq
32.pricing
33.date-picker
34.time-picker
35.appoinment
36.awesome-feedback
37.contact
38.pre-loader.scss
39.back-to-top



==============================================  */
/* Performance Optimizations */
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

/* Custom Scrollbar - Cores do projeto */
body {
  overflow-x: hidden;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #6B398E;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #FEDA36;
}

/* Firefox scrollbar */
* {
  scrollbar-width: thin;
  scrollbar-color: #6B398E #f1f1f1;
}

.images,
.images-r,
.single-service-signle-wrapper,
.rts-text-anime-style-1,
.title-style-two,
.thumbnail img,
.scroll-down-divider .circle-arrow {
  will-change: transform, opacity;
  backface-visibility: hidden;
}

/* Default  */
:root {
  --color-primary: #6B398E;
  --color-secondary: #FEDA36;
  --color-blue: #0b4df5;
  --color-sky: #82b440;
  --color-body: #5D666F;
  --color-heading-1: #6B398E;
  --color-title: #6B398E;
  --color-heading-dark: #6B398E;
  --transition: .3s;
  --bg-dark-1: #6B398E;
  --color-white: #fff;
  --color-border: #DDD8F9;
  --border-width: 1px;
  --radius: 10px;
  --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;
  --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.3s;
  --font-primary: "Red Hat Display", serif;
  --font-secondary: "DM Sans", serif;
  --font-3: "fontawesome";
  --font-size-b1: 16px;
  --font-size-b2: 15px;
  --font-size-b3: 22px;
  --line-height-b1: 26px;
  --line-height-b2: 26px;
  --line-height-b3: 1.7;
  --h1: 60px;
  --h2: 48px;
  --h3: 30px;
  --h4: 26px;
  --h5: 24px;
  --h6: 18px;
}

* {
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  font-size: 10px;
  overflow: hidden;
  overflow-y: auto;
}

body {
  font-size: var(--font-size-b1);
  line-height: var(--line-height-b1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "DM Sans", serif;
  color: var(--color-body);
  font-weight: var(--p-regular);
  position: relative;
  overflow-x: hidden;
  margin: 0;
  background: #fff;
}

@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: 0.05;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p,
pre,
menu,
ul {
  margin: 0;
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  word-break: break-word;
  font-family: "Red Hat Display", serif;
  line-height: 1.4074;
  color: var(--color-heading-1);
}

h1,
.h1 {
  font-size: var(--h1);
  line-height: 1.3;
  font-weight: 700;
}

h2,
.h2 {
  font-size: var(--h2);
  line-height: 1.1;
}

h3,
.h3 {
  font-size: var(--h3);
  line-height: 1.2;
}

h4,
.h4 {
  font-size: var(--h4);
  line-height: 1.2;
}

h5,
.h5 {
  font-size: var(--h5);
  line-height: 1.2;
}

h6,
.h6 {
  font-size: var(--h6);
  line-height: 1.2;
}

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: 20px;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-weight: var(--s-bold);
}

h4,
.h4,
h5,
.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:last-child {
  margin-bottom: 0;
}

var {
  font-family: "Red Hat Display", serif;
}

/*---------------------------
	List Style
---------------------------*/
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;
}

@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 1.3;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 54px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 40px;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 575px) {
  h1 {
    font-size: 28px;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 479px) {
  h1 {
    font-size: 26px;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 1199px) {
  h2 {
    font-size: 54px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2 {
    font-size: 44px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 36px;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 32px;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 575px) {
  h2 {
    font-size: 32px;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 479px) {
  h2 {
    font-size: 26px;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 1199px) {
  h3 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h3 {
    font-size: 36px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  h3 {
    font-size: 30px;
    line-height: 56px;
  }
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 30px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 575px) {
  h3 {
    font-size: 24px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 479px) {
  h3 {
    font-size: 22px;
    line-height: 30px;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


aside,
footer,
header,
nav {
  display: block;
}


canvas,
video {
  display: inline-block;
}

[hidden] {
  display: none;
}

a {
  color: var(--color-heading);
  text-decoration: none;
  outline: none;
}

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

a:focus {
  outline: none;
}

b,
strong {
  font-weight: bold;
}


pre {
  font-size: var(--font-size-b3);
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  color: var(--color-primary);
}

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);
}

menu,
ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
}

nav ul {
  list-style: none;
  list-style-image: none;
}

li>ul {
  margin: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

form {
  margin: 0;
}

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] {
  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;
}


em {
  font-style: italic;
}

/* BlockQuote  */

q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}


q:before,
q:after {
  content: "";
  content: none;
}

/* ========= Forms Styles ========= */
input,
button,
select,
textarea {
  background: transparent;
  border: 1px solid var(--color-border);
  transition: all 0.4s ease-out 0s;
  color: var(--color-body);
  width: 100%;
}

input:focus,
input:active,
button:focus,
button:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  outline: none;
  border-color: var(--color-primary);
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  appearance: button;
}

input {
  height: 40px;
  padding: 0 15px;
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
textarea {
  font-size: var(--font-size-b2);
  font-weight: 400;
  height: auto;
  line-height: 28px;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 20px;
  outline: none;
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--radius);
  /* -- Placeholder -- */
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
  color: var(--body-color);
  /* Firefox */
  opacity: 1;
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--body-color);
}

input[type=text]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--body-color);
}

input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
textarea:focus {
  border-color: var(--color-primary);
}

input[type=checkbox] {
  opacity: 1;
  position: relative;
  height: auto !important;
  max-width: 18px;
  width: max-content;
}

input[type=checkbox]~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 {
  content: " ";
  position: absolute;
  top: 1 px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #5d5d7e;
  border-radius: 2px;
  transition: all 0.3s;
  border-radius: 2px;
}

input[type=checkbox]~label::after {
  content: " ";
  position: absolute;
  top: 16%;
  left: 2px;
  width: 10px;
  height: 6px;
  background-color: transparent;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  border-radius: 2px;
  transform: rotate(-45deg);
  opacity: 0;
  transition: all 0.3s;
}

input[type=checkbox]:checked~label::after {
  opacity: 1;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}

.form-group input {
  border: 0 none;
  border-radius: 4px;
  height: 50px;
  font-size: var(--font-size-b2);
  transition: var(--transition);
  padding: 0 20px;
  background-color: var(--color-lightest);
  border: 1px solid transparent;
  transition: var(--transition);
}

.form-group input:focus {
  border-color: var(--color-primary);
  box-shadow: none;
}

.form-group textarea {
  min-height: 160px;
  border: 0 none;
  border-radius: 4px;
  resize: none;
  padding: 15px;
  font-size: var(--font-size-b2);
  transition: var(--transition);
  background-color: var(--color-lightest);
  border: 1px solid transparent;
}

.form-group textarea:focus {
  border-color: var(--color-primary);
}

input[type=submit] {
  width: auto;
  padding: 0 30px;
  border-radius: 500px;
  display: inline-block;
  font-weight: 500;
  transition: 0.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: transparent;
  color: var(--color-primary);
  transform: translateY(-5px);
}

/*==============================
 *  Utilities
=================================*/

iframe {
  width: 100%;
}

/*===========================
Background Image
=============================*/
.bg_image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/*===================
Custom Row
======================*/

/*===========================
    Input Placeholder
=============================*/
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*=============================
	Overlay styles
==============================*/

/*!
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
*/

@-webkit-keyframes bounce {

  from,
  20%,
  53%,
  80%,
  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 {

  from,
  20%,
  53%,
  80%,
  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);
  }
}

/*jump animation */
@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 jump-3 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40% {
    -webkit-transform: translate3d(0, 50px, 0) scale(0.7);
    transform: translate3d(0, 50px, 0) scale(0.7);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes jump-4 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40% {
    -webkit-transform: translate3d(0, 20px, 0) scale(0.8);
    transform: translate3d(0, 20px, 0) scale(0.8);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes jump-5 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40% {
    transform: translate3d(0, 10px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes flash {

  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {

  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@-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, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.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, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.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);
  }
}

@-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);
  }
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.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(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.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);
  }
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-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 {

  from,
  11.1%,
  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(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {

  from,
  11.1%,
  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(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@-webkit-keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  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(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  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(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes bounceInDown {

  from,
  60%,
  75%,
  90%,
  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 {

  from,
  60%,
  75%,
  90%,
  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 {

  from,
  60%,
  75%,
  90%,
  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 {

  from,
  60%,
  75%,
  90%,
  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 {

  from,
  60%,
  75%,
  90%,
  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 {

  from,
  60%,
  75%,
  90%,
  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 {

  from,
  60%,
  75%,
  90%,
  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 {

  from,
  60%,
  75%,
  90%,
  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(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.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;
  }
}

@-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;
  }
}

@-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 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;
  }
}

@keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40%, 0);
    transform: translate3d(0, 40%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  transition: 0.2s;
}

@-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;
  }
}

@-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(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.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(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.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;
  }
}

@-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;
  }
}

@-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;
  }
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-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;
  }
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-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 zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.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(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.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(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.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(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.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(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.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(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.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(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.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(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.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(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.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(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.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(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.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(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.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(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.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(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.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(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.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(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.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(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.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(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.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(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.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(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.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(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.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(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.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(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.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(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.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);
  }
}

@keyframes slideInLeft2 {
  from {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 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);
  }
}

@keyframes slideInUp2 {
  from {
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
    visibility: hidden;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}

@keyframes slideInUp3 {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    visibility: hidden;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}

@-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 jump-3 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rotateIt {
  to {
    transform: rotate(-360deg);
  }
}

@keyframes rotateIt2 {
  to {
    transform: rotate(360deg);
  }
}

@keyframes shape-service-1 {
  0% {
    right: -40%;
    top: 30%;
  }

  100% {
    right: -23%;
    top: 0;
  }
}

@keyframes animate-floting {
  0% {
    transform: translateX(50%);
  }

  50% {
    transform: translateX(-40%);
  }

  100% {
    transform: translateX(40%);
  }
}

@keyframes animate-floting-2 {
  0% {
    transform: translateX(-50%);
  }

  50% {
    transform: translateX(40%);
  }

  100% {
    transform: translateX(-40%);
  }
}

@keyframes animate-floting-3 {
  0% {
    transform: translateX(-20%);
  }

  50% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-20%);
  }
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes vsmorph {
  0% {
    border-radius: var(--morp-value);
  }

  50% {
    border-radius: var(--morp-md-value);
  }

  100% {
    border-radius: 40% 60%;
  }
}

@keyframes morpspin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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

@keyframes fadeInUp-small {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.6, 0.6, 0.6);
    transform: scale3d(0.6, 0.6, 0.6);
  }

  50% {
    opacity: 1;
  }
}

/* header  */
.header-top-area-wrapper {
  background: #6c3a8f;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top-area-wrapper {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .header-top-area-wrapper {
    display: none;
  }
}

.header-top-area-wrapper .header-top-one-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-top-area-wrapper .header-top-one-wrapper .left {
  display: flex;
  align-items: center;
}

.header-top-area-wrapper .header-top-one-wrapper .left .mail {
  position: relative;
}

.header-top-area-wrapper .header-top-one-wrapper .left .mail::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  background: #fff;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}

.header-top-area-wrapper .header-top-one-wrapper .left .mail a {
  padding: 11px 0;
  display: block;
  color: #fff;
  margin-right: 50px;
  font-size: 14px;
  position: relative;
  transition: var(--transition);
}

.header-top-area-wrapper .header-top-one-wrapper .left .mail a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 12px;
  height: 1px;
  width: 0%;
  background: #fff;
  transition: var(--transition);
}

.header-top-area-wrapper .header-top-one-wrapper .left .mail a i {
  margin-right: 6px;
}

.header-top-area-wrapper .header-top-one-wrapper .left .mail a:hover::after {
  width: 100%;
}

.header-top-area-wrapper .header-top-one-wrapper .left .working-time p {
  color: #fff;
  font-size: 14px;
}

.header-top-area-wrapper .header-top-one-wrapper .right {
  display: flex;
  justify-content: flex-end;
}

.header-top-area-wrapper .header-top-one-wrapper .right .top-nav {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.header-top-area-wrapper .header-top-one-wrapper .right .top-nav li {
  margin: 0;
  margin-right: 20px;
}

.header-top-area-wrapper .header-top-one-wrapper .right .top-nav li a {
  font-size: 14px;
  transition: var(--transition);
  position: relative;
  padding: 11px 0;
  display: block;
  color: #fff;
}

.header-top-area-wrapper .header-top-one-wrapper .right .top-nav li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 12px;
  height: 1px;
  width: 0%;
  background: #fff;
  transition: var(--transition);
}

.header-top-area-wrapper .header-top-one-wrapper .right .social-wrapper-one {
  margin-left: 30px;
  position: relative;
}

.social-wrapper-one {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  align-items: center;
}

.social-wrapper-one li {
  margin: 0;
}

.social-wrapper-one li a {
  color: #fff;
  margin-right: 20px;
  padding: 11px 0;
}

.social-wrapper-one li a i {
  transition: 0.3s;
  color: #fff;
}

.social-wrapper-one::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
}

.header-main-one-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .header-main-one-wrapper {
    padding: 15px 0;
  }
}

@media only screen and (max-width: 575px) {
  .header-main-one-wrapper .thumbnail a img {
    max-width: 130px;
  }
}

.header-main-one-wrapper .main-header {
  display: flex;
  align-items: center;
}

.header-main-one-wrapper .main-header .button-area {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 575px) {
  .header-main-one-wrapper .button-area .rts-btn.btn-primary {
    display: none !important;
  }
}

/* Mobile Header - Logo centralizada e botão de busca escondido */
@media only screen and (max-width: 767px) {
  .header-main-one-wrapper {
    justify-content: center;
  }

  .header-main-one-wrapper .main-header {
    display: none !important;
  }

  .header-main-one-wrapper .thumbnail {
    flex: 1;
    text-align: center;
  }
}

.header-one .nav-area {
  margin-right: 80px;
}

#search,
#menu-btn {
  background: #FEDA36;
  height: 55px;
  min-width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  border: none;
}

#search i,
#menu-btn i {
  color: #6C3A8F;
  font-size: 18px;
}

@keyframes stickyanimations {
  0% {
    transform: translateY(-100px);
  }

  100% {
    transform: translateY(0px);
  }
}

@media only screen and (max-width: 1199px) {
  .nav-area {
    display: none;
  }
}

.nav-area ul {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 0;
  margin: 0;
  list-style: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .nav-area ul {
    gap: 40px;
  }
}

@media screen and (max-width: 1300px) {
  .nav-area ul {
    gap: 35px;
  }
}

.nav-area ul li {
  margin: 0;
  padding: 0;
}

.nav-area ul li a {
  color: #6B398E;
  font-weight: 600 !important;
}

.nav-area ul li.main-nav {
  padding: 40px 0;
  cursor: pointer;
}

header .main-nav>a {
  color: #6B398E !important;
}

.side-bar {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: -100%;
  width: 365px;
  padding: 40px 30px;
  padding-top: 50px;
  height: 100%;
  display: block;
  background-color: white;
  backdrop-filter: blur(7px);
  z-index: 1900;
  transition: all 600ms ease;
  box-shadow: -5px 0 20px -5px rgba(149, 22, 22, 0.12);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

@media only screen and (max-width: 479px) {
  .side-bar {
    width: 320px;
    box-shadow: none;
  }
}

.side-bar.show {
  right: 0;
}

.side-bar button {
  max-width: max-content;
  border: none;
}

.side-bar button i {
  color: #fff;
  height: 50px;
  width: 50px;
  min-width: 50px;
  border-radius: 5px;
  background: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -8px;
  margin-top: -3px;
}

#anywhere-home {
  cursor: url(../../images/banner/shape/close.png), auto;
  background: #0e1013;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease-in-out;
  pointer-events: none;
  z-index: 50;
}

#anywhere-home.bgshow {
  background: #0e1013;
  opacity: 70%;
  visibility: visible;
  pointer-events: visible;
  z-index: 1000;
  top: 0;
}

.mobile-menu nav ul {
  padding: 0 20px;
}

.mobile-menu nav ul li {
  margin: 0;
  padding: 0;
}

.mobile-menu nav ul li a {
  display: block;
}

.mobile-menu .social-wrapper-one {
  margin-top: 50px;
}

.side-bar .social-wrapper-one ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding-left: 0;
  margin: 0;
}

.side-bar .social-wrapper-one li {
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.side-bar .social-wrapper-one li a {
  width: 40px;
  height: 40px;
  display: block;
  background: transparent;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  margin-right: 0;
}

.side-bar .social-wrapper-one li a i {
  font-weight: 400;
  font-size: 18px;
  line-height: 14px;
  color: var(--color-primary);
}

.side-bar .social-wrapper-one li a:hover {
  background: var(--color-primary);
}

.mobile-menu nav ul li a {
  display: block;
  padding: 2px 0;
}

.mobile-menu nav ul li a.main {
  padding: 12px 0 17px 0;
  border-bottom: 1px solid #f3f3f3;
  cursor: pointer;
  font-weight: 600;
  color: #6c3a8f;
}

header .nav-area ul li.main-nav:hover>a {
  transition: 0.3s;
  color: var(--color-primary) !important;
}

header .nav-area ul li.main-nav:hover::after {
  color: var(--color-primary) !important;
}

.side-bar {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: -100%;
  width: 365px;
  padding: 40px 30px;
  padding-top: 50px;
  height: 100%;
  display: block;
  background-color: white;
  backdrop-filter: blur(7px);
  z-index: 1900;
  transition: all 600ms ease;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  overflow: visible;
}

@media only screen and (max-width: 575px) {
  .side-bar {
    width: 320px;
  }
}

.side-bar.show {
  right: 0;
  overflow-y: auto;
}

.side-bar button {
  /* max-width: max-content; */
  margin-right: auto;
  margin-left: -28px;
  margin-top: -51px;
  position: absolute;
  display: flex;
  min-height: 45px;
  width: 45px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.side-bar button i {
  color: #ffffff;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 27px;
}

/* elements  */

.rts-banner-area-two {
  background-image: url(../../images/banner/banner-tm-one-optimized.webp);
  height: 850px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.rts-banner-area-two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);
  z-index: 1;
}

.rts-banner-area-two .container {
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 575px) {
  .rts-banner-area-two {
    background-image: url(../../images/banner/banner-tm-one-mobile.webp);
    height: 580px;
  }
}

/* Mobile Banner - Overlay mais forte para melhor legibilidade */
@media only screen and (max-width: 767px) {
  .rts-banner-area-two::before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.75) 100%);
  }
}

.banner-inner-two-content {
  text-align: center;
  max-width: 80%;
  margin: auto;
}

@media only screen and (max-width: 991px) {
  .banner-inner-two-content {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .banner-inner-two-content {
    padding: 0 20px;
  }
}

/* Hero - Animações de entrada */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.banner-inner-two-content .pre-title {
  animation: fadeInDown 0.8s ease-out forwards;
}

.banner-inner-two-content .title {
  animation: fadeInUp 0.8s ease-out 0.2s both;
}

.banner-inner-two-content .disc {
  animation: fadeInUp 0.8s ease-out 0.4s both;
}

.banner-inner-two-content .button-area {
  animation: fadeInUp 0.8s ease-out 0.6s both;
}

.banner-inner-two-content .pre-title {
  margin-bottom: 25px;
  text-transform: uppercase;
}

.banner-inner-two-content .pre-title span {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}

.banner-inner-two-content * {
  color: #fff;
}

.banner-inner-two-content .title {
  font-size: 80px;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-inner-two-content .title {
    font-size: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-inner-two-content .title {
    font-size: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .banner-inner-two-content .title {
    font-size: 36px;
  }
}

.banner-inner-two-content .rts-btn {
  margin: auto;
}

.banner-inner-two-content p.disc {
  max-width: 65%;
  margin: auto;
  margin-bottom: 40px;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .banner-inner-two-content p.disc {
    max-width: 100%;
  }
}

.button-wrapper {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}

.rts-banner-area-two {
  position: relative;
}

.rts-banner-area-two .shape {
  position: absolute;
}

.rts-banner-area-two .shape.shape-one {
  position: absolute;
  right: -100%;
  bottom: 0;
  transition: 1s;
}

@media only screen and (max-width: 575px) {
  .rts-banner-area-two .shape.shape-one {
    max-width: 220px;
  }
}

.rts-banner-area-two .shape.shape-two {
  position: absolute;
  right: 0%;
  top: 35%;
  animation: jump-2 5s linear infinite;
  transform: scale(0);
  transition: 0.4s;
}

.rts-banner-area-two .shape.shape-three {
  position: absolute;
  left: 0%;
  animation: jump-2 8s linear infinite;
  top: 60%;
  transition: 0.6s;
}

.rts-banner-area-two .shape.shape-four {
  position: absolute;
  left: -100%;
  top: 0;
  transition: 0.7s;
}

.mySwiper-banner-two {
  position: relative;
}

.mySwiper-banner-two .swiper-button-next,
.mySwiper-banner-two .swiper-button-prev {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

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

  .mySwiper-banner-two .swiper-button-next,
  .mySwiper-banner-two .swiper-button-prev {
    display: none;
  }
}

.mySwiper-banner-two .swiper-button-next i,
.mySwiper-banner-two .swiper-button-prev i {
  font-size: 25px;
  transition: 0.3s;
  color: #1C2539;
}

.mySwiper-banner-two .swiper-button-next::after,
.mySwiper-banner-two .swiper-button-prev::after {
  display: none;
}

.mySwiper-banner-two .swiper-button-next:hover,
.mySwiper-banner-two .swiper-button-prev:hover {
  background: var(--color-primary);
  transform: scale(1.1);
}

.mySwiper-banner-two .swiper-button-next:hover i,
.mySwiper-banner-two .swiper-button-prev:hover i {
  color: #fff;
}

.mySwiper-banner-two .swiper-button-next {
  right: 120px;
}

.mySwiper-banner-two .swiper-button-prev {
  left: 120px;
}

.banner-swiper-two .swiper-slide-active .pre-title {
  animation: fadeInUp 1s;
  animation-delay: 0s;
  display: block;
}

.banner-swiper-two .swiper-slide-active .title {
  animation: fadeInUp-small 1.5s;
  animation-delay: 0s;
}

.banner-swiper-two .swiper-slide-active p.disc {
  animation: fadeInUp 2.5s;
  animation-delay: 0s;
}

.banner-swiper-two .swiper-slide-active .rts-btn {
  animation: fadeInUp 3s;
  animation-delay: 0s;
}

.banner-swiper-two .swiper-slide-active .shape-two {
  right: 10%;
}

.banner-swiper-two .swiper-slide-active .shape-three {
  left: 16%;
}

.banner-swiper-two .swiper-slide-active .shape-one {
  right: 0;
}

.banner-swiper-two .swiper-slide-active .shape-four {
  left: 0;
}

.rts-btn {
  height: 55px;
  max-width: max-content;
  padding: 13px 29px;
  border: none;
  box-shadow: none;
  min-width: max-content;
  border-radius: 15px;
  transition: 800ms;
  font-weight: 600;
}

@media only screen and (max-width: 575px) {
  .rts-btn {
    height: 47px;
    padding: 13px 20px;
    display: flex !important;
    align-items: center !important;
  }
}

.rts-btn.btn-primary {
  background: var(--color-primary);
  color: #ffffff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.rts-btn.btn-primary::before {
  content: "";
  position: absolute;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  width: 200%;
  height: 200%;
  top: 110%;
  left: 50%;
  background: #FEDA36;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
}

.rts-btn.btn-primary:hover {
  background: #FEDA36;
  color: var(--color-primary);
}

.rts-btn.btn-primary:hover::before {
  top: -40%;
}

.rts-btn.btn-primary.btn-white {
  background: var(--color-primary);
  color: #fff;
}

.rts-btn.btn-primary.btn-white::before {
  background: #FEDA36;
}

.rts-btn.btn-primary.btn-white:hover {
  background: #FEDA36;
  color: var(--color-primary);
}

.rts-btn.btn-primary.btn-white:hover::before {
  top: -40%;
}

.rts-btn:focus {
  border: none;
  box-shadow: none;
}

.consultancy-style-one .signle-consultancy {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 24px;
}

@media only screen and (max-width: 479px) {
  .consultancy-style-one .signle-consultancy {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Mobile - Diferenciais centralizados com ícones menores */
@media only screen and (max-width: 767px) {
  .consultancy-style-one {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .consultancy-style-one .signle-consultancy {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    width: 100%;
    justify-content: center;
  }

  .consultancy-style-one .signle-consultancy .icon {
    height: 50px;
    min-width: 50px;
    margin: 0 auto;
  }

  .consultancy-style-one .signle-consultancy .icon img {
    max-width: 26px;
  }

  .consultancy-style-one .signle-consultancy .information {
    text-align: center;
    width: 100%;
  }

  .consultancy-style-one .signle-consultancy .information .title {
    font-size: 18px;
    text-align: center;
  }

  .consultancy-style-one .signle-consultancy .information .disc {
    font-size: 14px;
    text-align: center;
  }

  .consultancy-style-one .title-style-two {
    text-align: center;
  }

  .consultancy-style-one .title-style-two.left {
    text-align: center;
  }

  .consultancy-style-one .title-style-two .pre {
    display: block;
    text-align: center;
    width: 100%;
  }

  .consultancy-style-one .button-wrapper {
    text-align: center;
    display: flex;
    justify-content: center;
  }
}

.consultancy-style-one .signle-consultancy .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  min-width: 60px;
  background: var(--color-primary);
  border-radius: 50%;
}

.consultancy-style-one .signle-consultancy .icon img {
  max-width: 35px;
  filter: invert(89%) sepia(42%) saturate(737%) hue-rotate(332deg) brightness(103%) contrast(98%);
}

.consultancy-style-one .signle-consultancy .information .title {
  margin-bottom: 5px;
  font-size: 20px;
}

.left-thumbnail-about-area-two {
  display: flex;
  justify-content: center;
  max-width: 490px;
  margin: auto;
  position: relative;
}

/* Info Circles Styles */
.info-circles-left {
  position: absolute;
  left: -120px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 10;
}

.info-circle {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px;
  box-shadow: 0 10px 30px rgba(107, 57, 142, 0.3);
}

.info-circle.circle-top5 {
  background: var(--color-primary);
  margin-left: 20px;
}

.info-circle.circle-years {
  background: #fefefe;
  margin-left: 16px;
}

.info-circle.circle-credits {
  background: var(--color-primary);
  margin-left: 16px;
}

.info-circle .circle-number {
  font-size: 32px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 5px;
}

.info-circle.circle-top5 .circle-number,
.info-circle.circle-credits .circle-number {
  color: #fff;
}

.info-circle.circle-years .circle-number {
  color: var(--color-primary);
}

.info-circle .circle-text {
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.5px;
}

.info-circle.circle-top5 .circle-text,
.info-circle.circle-credits .circle-text {
  color: #fff;
}

.info-circle.circle-years .circle-text {
  color: var(--color-primary);
}

@media only screen and (max-width: 1400px) {
  .info-circles-left {
    left: -100px;
  }

  .info-circle {
    width: 140px;
    height: 140px;
  }

  .info-circle .circle-number {
    font-size: 26px;
  }

  .info-circle .circle-text {
    font-size: 8px;
  }
}

@media only screen and (max-width: 1199px) {
  .info-circles-left {
    display: none;
  }
}

/* Mobile - Círculos aparecem embaixo da imagem */
@media only screen and (max-width: 767px) {
  .left-thumbnail-about-area-two {
    flex-direction: column;
    max-width: 100%;
  }

  .left-thumbnail-about-area-two>img {
    width: 100%;
    height: auto;
    max-height: 450px;
    border-radius: 15px;
    order: 1;
  }

  .info-circles-left {
    display: flex !important;
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    margin-top: -50px;
    margin-bottom: 0;
    width: 100%;
    order: 2;
  }

  .info-circle {
    width: 100px;
    height: 100px;
    padding: 8px;
  }

  .info-circle.circle-top5,
  .info-circle.circle-years,
  .info-circle.circle-credits {
    margin-left: 0;
  }

  .info-circle .circle-number {
    font-size: 18px;
    margin-bottom: 3px;
  }

  .info-circle .circle-text {
    font-size: 6px;
    line-height: 1.2;
  }
}

.left-thumbnail-about-area-two>img {
  width: 490px;
  height: 620px;
  object-fit: cover;
  border-radius: 10px;
}

.about-inner-content-two {
  padding-left: 20px;
}

.about-inner-content-two .about-between-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 35px;
  flex-wrap: wrap;
  gap: 15px;
}

@media only screen and (max-width: 991px) {
  .about-inner-content-two .about-between-wrapper {
    flex-wrap: wrap;
  }
}

.about-inner-content-two .about-between-wrapper p.disc {
  max-width: 550px;
  font-size: 16px;
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .about-inner-content-two .about-between-wrapper p.disc {
    margin-bottom: 20px;
    max-width: 100%;
  }
}

@media only screen and (max-width: 1199px) {
  .about-inner-content-two .about-between-wrapper p.disc {
    max-width: 100%;
  }
}

.about-inner-content-two .about-between-wrapper .check-wrapper-area .single-check {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 5px 0;
}

.about-inner-content-two .about-between-wrapper .check-wrapper-area .single-check i {
  color: #6c3a8f;
}

.about-inner-content-two .about-between-wrapper .check-wrapper-area .single-check p {
  margin: 0;
  color: #1C2539;
  font-size: 16px;
}

.rts-about-area-two {
  position: relative;
}

.rts-about-area-two .shape-area .one {
  position: absolute;
  right: 0;
  top: 50%;
  animation: jump-2 8s linear infinite;
}

@media only screen and (max-width: 575px) {
  .rts-about-area-two .shape-area .one {
    display: none;
  }
}

.rts-about-area-two .shape-area .two {
  position: absolute;
  left: 0;
  top: 20%;
  animation: jump-2 12s linear infinite;
}

.thumbnail-business-area-right-two {
  position: relative;
}

.thumbnail-business-area-right-two .small-thumbnail {
  position: absolute;
  top: 50%;
  left: -100px;
  transform: translateY(-50%);
  width: 300px;
  height: 400px;
  border: 8px solid #fefefe;
  border-radius: 18px;
  z-index: 10;
}

.thumbnail-business-area-right-two .small-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

@media only screen and (max-width: 575px) {
  .thumbnail-business-area-right-two .small-thumbnail {
    top: 65%;
    max-width: 195px;
  }
}

.thumbnail-business-area-right-two .large-thumbnail {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 5;
  width: 440px;
  height: 600px;
  margin-left: auto;
}

.thumbnail-business-area-right-two .large-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .thumbnail-business-area-right-two .large-thumbnail {
    max-width: 100%;
    width: 100%;
    height: 350px;
    margin-left: 0;
    margin-top: 30px;
  }

  .thumbnail-business-area-right-two .small-thumbnail {
    display: none;
  }
}

.business-goal-area-2 .consultancy-style-one .signle-consultancy {
  max-width: 84%;
}

.left-thumbnail-about-area-two {
  position: relative;
}

.service-bg-style-one-wrapper {
  background-image: url(../../images/service/01.webp);
  padding: 80px 100px 50px 100px;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 767px) {
  .service-bg-style-one-wrapper {
    padding: 15px;
  }
}

.single-service-signle-wrapper {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  overflow: hidden;
  border-radius: 16px;
  background: #FFFFFF;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
  position: relative;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.single-service-signle-wrapper:hover {
  transform: translateY(-8px);
  box-shadow: 0px 20px 50px rgba(108, 58, 143, 0.15);
  border-color: transparent;
}

.single-service-signle-wrapper .thumbnail {
  width: 100%;
  height: 240px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

.single-service-signle-wrapper .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.single-service-signle-wrapper:hover .thumbnail img {
  transform: scale(1.05);
}

.single-service-signle-wrapper .information {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

@media only screen and (max-width: 991px) {
  .single-service-signle-wrapper {
    flex-direction: column;
  }

  .single-service-signle-wrapper .thumbnail {
    height: 200px;
  }

  .single-service-signle-wrapper .information {
    padding: 20px;
  }
}


.single-service-signle-wrapper .information .title {
  font-size: 20px;
  font-weight: 900;
  color: #6c3a8f;
  margin-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.3;
}

.single-service-signle-wrapper .information p.disc {
  line-height: 1.5;
  color: #555;
  margin-bottom: 20px;
  font-size: 16px;
  flex-grow: 1;
}

.single-service-signle-wrapper .information .rts-btn {
  align-self: flex-start;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 600;
  gap: 8px;
  margin-top: auto;
}

.single-service-signle-wrapper .information .rts-btn i {
  font-size: 14px;
}

.service-style-swiper-wrapper-two {
  position: relative;
}

.service-style-swiper-wrapper-two .mySwiper-service-1 {
  padding: 40px 40px 90px 40px;
  margin: -40px -40px 0 -40px;
}

.service-style-swiper-wrapper-two .swiper-slide {
  height: auto;
  display: flex;
}


.swiper-pagination {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

@media only screen and (max-width: 575px) {
  .swiper-pagination {
    gap: 1px;
  }
}

.swiper-pagination .swiper-pagination-bullet {
  background: rgba(32, 40, 45, 0.2);
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-image: url(../../images/service/icons/bullet-active.svg);
  background-image: cover;
  height: 20px;
  width: 20px;
  background-size: contain;
  background-color: transparent;
}

@media only screen and (max-width: 1199px) {
  br {
    display: none;
  }
}

.title-style-two {
  position: relative;
  z-index: 1;
}

.title-style-two .bg-content {
  font-size: 150px;
  position: absolute;
  font-weight: 900;
  letter-spacing: 0;
  left: -90px;
  z-index: -1;
  top: -65px;
  font-family: var(--font-primary);
  min-width: max-content;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.1);
  line-height: 1;
}

@media only screen and (max-width: 575px) {
  .title-style-two .bg-content {
    font-size: 60px;
    left: -20px;
    top: -35px;
  }
}

.title-style-two .bg-content::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8855917367) 0%, rgba(255, 255, 255, 0.6082808123) 35%, rgba(255, 255, 255, 0) 100%);
}

.title-style-two .pre {
  font-size: 16px;
  color: #000000;
  display: flex;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-weight: 600;
  border-radius: 6px;
  letter-spacing: 2px;
}

.title-style-two .title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.35;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .title-style-two .title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 1199px) {
  .title-style-two .title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .title-style-two .title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 575px) {
  .title-style-two .title {
    font-size: 26px;
  }
}

.title-style-two.center {
  text-align: center;
}

.title-style-two.center .pre {
  text-align: center;
  justify-content: center;
}

.title-style-two.center .bg-content {
  left: 50%;
  transform: translateX(-50%);
}

.container {
  padding: 0 15px;
}

.container-2 {
  max-width: 1680px;
  margin: auto;
}

.pagination {
  margin: auto;
  max-width: max-content;
  margin-top: 25px;
}

.pagination button {
  max-width: max-content;
  padding: 15px;
  border: 1px solid #EBEBEB;
  border-radius: 15px;
  margin-right: 10px;
  color: #1C2539;
  font-weight: 700;
  height: 50px;
  width: 50px;
  line-height: 18px;
}

.pagination button.active {
  background: var(--color-primary);
  color: white;
}

.pagination button:hover {
  background: var(--color-primary);
  color: #fff;
}

.pagination button:last-child {
  margin-right: 0;
  font-size: 24px;
}

.pagination button:last-child i {
  margin-top: -3px;
}

@media only screen and (max-width: 575px) {
  .container {
    max-width: 100% !important;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.swiper-pagination {
  width: 100% !important;
  bottom: 8px !important;
}

.team-single-one-start {
  background: #fff;
  border-radius: 8px;
  transition: 0.3s;
  box-shadow: 0px 12px 52px rgba(27, 23, 23, 0.03);
  border-radius: 8px;
}

.team-single-one-start:hover {
  transform: translateY(-20px);
}

.team-single-one-start .team-image-area a {
  overflow: hidden;
  display: block;
  position: relative;
  border-radius: 8px 8px 0 0;
}

.team-single-one-start .team-image-area a:hover img {
  transform: scale(1.1);
}

.team-single-one-start .team-image-area a img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: top center;
  transition: 0.3s;
}

.team-single-one-start .team-image-area a .team-social {
  display: none;
}

.team-single-one-start .team-image-area a .team-social .main i {
  background: #fff;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 800;
  color: var(--color-primary);
  transition: 0.3s;
  height: 46px;
  width: 46px;
  display: grid;
  place-items: center;
}

.team-single-one-start .team-image-area a .team-social:hover .main i {
  background: var(--color-primary);
  color: #fff;
}

.team-single-one-start .team-image-area a .team-social .team-social-one {
  display: flex;
  flex-direction: column;
  position: absolute;
  transform: translateY(50px);
  transition: 1s;
  opacity: 0;
}

.team-single-one-start .team-image-area a .team-social .team-social-one a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  margin-bottom: 10px;
  transition: 0.3s;
}

.team-single-one-start .team-image-area a .team-social .team-social-one a i {
  font-size: 16px;
  color: var(--color-primary);
  line-height: 1;
}

.team-single-one-start .team-image-area a .team-social .team-social-one a:hover {
  background: var(--color-primary);
}

.team-single-one-start .team-image-area a .team-social .team-social-one a:hover i {
  color: #fff;
}

.team-single-one-start .team-image-area a .team-social .team-social-one i {
  background: #fff;
  border-radius: 60%;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  color: var(--color-primary);
  transition: 0.3s;
  margin-bottom: 10px;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-single-one-start .team-image-area a .team-social .team-social-one i:hover {
  background: var(--color-primary);
  color: #fff;
}

.team-single-one-start .team-image-area a .team-social:hover .main {
  opacity: 0;
}

.team-single-one-start .team-image-area a .team-social:hover .team-social-one {
  transform: translateY(-96%);
  z-index: 2;
  opacity: 1;
}

.team-single-one-start .single-details {
  padding: 28px 30px 27px 30px;
}

.team-single-one-start .single-details a .title {
  margin-bottom: 0px;
  transition: 0.3s;
}

.team-single-one-start .single-details a:hover .title {
  color: var(--color-primary);
}

.team-single-one-start .single-details p {
  color: var(--color-primary);
  font-size: 16px;
}

.bg-footer-two {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  background-color: var(--color-primary);
  background-image: none;
}

.footer-two .margin-left-65 {
  margin-left: 65px;
}

@media only screen and (max-width: 991px) {
  .footer-two .margin-left-65 {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 575px) {
  .footer-two .margin-left-65 {
    margin-left: 10px;
  }
}

.footer-two .rts-copyright-area {
  border-top: 1px solid #FEFEFE;
  padding: 30px 0;
}

.footer-two .rts-copyright-area p {
  font-size: 16px;
  color: #fff;
}

.footer-two .footer-one-single-wized .wized-title {
  margin-bottom: 25px;
}

.footer-two .footer-one-single-wized .wized-title .title {
  color: #fff;
  margin-bottom: 10px;
}

.footer-two .footer-one-single-wized .quick-link-inner {
  display: flex;
}

.footer-two .footer-one-single-wized .quick-link-inner .links {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.footer-two .footer-one-single-wized.mid-bg {
  background: #fff;
  border-radius: 15px;
  padding: 40px;
  margin-top: -40px;
  margin: -40px 30px 0 30px;
  margin-left: 0;
}

@media only screen and (max-width: 767px) {
  .footer-two .footer-one-single-wized.mid-bg {
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 50px;
    margin-right: 0;
  }
}

@media only screen and (max-width: 575px) {
  .footer-two .footer-one-single-wized.mid-bg {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .footer-two .footer-one-single-wized.mid-bg {
    margin-right: 0;
    padding: 25px 20px;
  }
}

.footer-two .footer-one-single-wized.mid-bg .opening-time-inner .single-opening {
  display: flex;
  justify-content: space-between;
}

.footer-two .footer-one-single-wized.mid-bg .opening-time-inner .single-opening p {
  margin-bottom: 15px;
  color: var(--color-primary);
  font-family: var(--font-primary);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-two .footer-one-single-wized.mid-bg .opening-time-inner .single-opening p {
    font-size: 14px;
  }
}

.footer-two .footer-one-single-wized.mid-bg .wized-title .title {
  color: var(--color-primary);
}

.footer-two .footer-one-single-wized.mid-bg .wized-title img {
  filter: brightness(0) saturate(100%) invert(21%) sepia(45%) saturate(1500%) hue-rotate(260deg);
}

/* Input Email Placeholder */

.footer-two .footer-one-single-wized .wized-title {
  margin-bottom: 25px;
}

.footer-two .footer-one-single-wized.mid-bg .wized-title .title {
  color: var(--color-primary);
  margin-bottom: 10px;
}

.footer-two .footer-one-single-wized .quick-link-inner {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .footer-two .footer-one-single-wized .quick-link-inner {
    gap: 40px;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .footer-two .footer-one-single-wized .quick-link-inner {
    flex-direction: column;
  }
}

.footer-two .footer-one-single-wized .quick-link-inner .links {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.footer-two .footer-one-single-wized .quick-link-inner .links li {
  margin-top: 0;
}

.footer-two .footer-one-single-wized .quick-link-inner .links li a {
  color: #fff;
  transition: var(--transition);
  position: relative;
  max-width: max-content;
}

.footer-two .footer-one-single-wized .quick-link-inner .links li a::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  background: var(--color-primary);
  left: 29px;
  bottom: 0;
  transition: 0.3s;
}

.footer-two .footer-one-single-wized .quick-link-inner .links li a i {
  margin-right: 12px;
  transition: 0.3s;
}

.footer-two .footer-one-single-wized .quick-link-inner .links li a:hover {
  color: #FEDA36;
}

.footer-two .footer-one-single-wized .quick-link-inner .links li a:hover::after {
  position: absolute;
  width: 76%;
}

.footer-two .footer-one-single-wized .quick-link-inner .links li a:hover i {
  color: #FEDA36;
}

.footer-two .update-wrapper p.disc {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 33px;
  color: #fff;
}

.footer-two .update-wrapper .note-area p {
  color: #fff;
  margin-top: 25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 33px;
}

.map-area-main-wrapper {
  background: transparent;
  box-shadow: none;
  border-radius: 10px;
  overflow: hidden;
}

.map-area-main-wrapper .row {
  --bs-gutter-x: 0;
  margin: 0;
}

.map-area-main-wrapper .row>[class*='col-'] {
  padding: 0;
}

.mt-dec-footer-map .map-area-main-wrapper {
  margin-top: -310px;
  position: relative;
  z-index: 50;
  height: 625px;
}

.map-information-2-footer {
  padding: 50px;
  background: #FEDA36;
  border-radius: 0;
  height: 625px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (max-width: 1199px) {
  .map-information-2-footer {
    padding: 35px;
  }
}

@media only screen and (max-width: 991px) {
  .map-information-2-footer {
    padding: 25px;
  }
}

.map-information-2-footer .title-main {
  font-size: 36px;
  color: var(--color-primary);
  margin-bottom: 10px;
  margin-top: 0;
}

.map-information-2-footer .line {
  margin-bottom: 15px;
  filter: brightness(0) saturate(100%) invert(21%) sepia(45%) saturate(1500%) hue-rotate(260deg);
  max-width: 120px;
  height: auto;
}

.map-information-2-footer .contact-information-main-wrapper .signle-contact-information {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 25px;
}

.map-information-2-footer .contact-information-main-wrapper .signle-contact-information:last-child {
  margin-bottom: 0;
}

.map-information-2-footer .contact-information-main-wrapper .signle-contact-information .icon {
  height: 40px;
  width: 40px;
  min-width: 40px;
  background: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.map-information-2-footer .contact-information-main-wrapper .signle-contact-information .icon i {
  color: #fff;
  font-size: 16px;
}

.map-information-2-footer .contact-information-main-wrapper .signle-contact-information .information-wrapper span {
  display: block;
  font-size: 14px;
  margin-bottom: 3px;
  color: var(--color-primary);
  opacity: 0.8;
}

.map-information-2-footer .contact-information-main-wrapper .signle-contact-information .information-wrapper .title {
  font-size: 16px;
  margin: 0;
  font-weight: 600;
  color: var(--color-primary);
  line-height: 1.4;
}

.gallery-bg {
  background-image: url(../../images/counterup/01-optimized.svg);
  position: relative;
  margin-top: -23%;
}

@media only screen and (max-width: 991px) {
  .gallery-bg {
    margin-top: 0;
  }
}

.title-area-between-wrapper-gallery-project {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.title-area-between-wrapper-gallery-project .swiper-paginations {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  width: max-content;
}

.title-area-between-wrapper-gallery-project .swiper-paginations .swiper-pagination-bullet {
  background: rgba(32, 40, 45, 0.2);
  opacity: 1;
}

.title-area-between-wrapper-gallery-project .swiper-paginations .swiper-pagination-bullet-active {
  background-image: url(../../images/service/icons/bullet-active.svg);
  background-image: cover;
  height: 20px;
  width: 20px;
  background-size: contain;
  background-color: transparent;
}

/* Mobile - Paginação abaixo do título para não quebrar o texto */
@media only screen and (max-width: 767px) {
  .title-area-between-wrapper-gallery-project {
    flex-direction: column;
    align-items: flex-start;
  }

  .title-area-between-wrapper-gallery-project .swiper-paginations {
    display: none;
  }
}

.project-style-one {
  position: relative;
}

.project-style-one .thumbnail {
  display: block;
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 15px;
}

.project-style-one .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s;
}

.project-style-one:hover .thumbnail img {
  transform: scale(1.05);
}

.project-style-one .inner-content {
  position: absolute;
  padding: 32px;
  border-radius: 15px;
  background: #fff;
  left: 30px;
  bottom: 44px;
  min-width: 337px;
}

.project-style-one .inner-content .title {
  margin-bottom: 5px;
  font-size: 24px;
}

.project-style-one .inner-content span {
  color: #5D666F;
  font-size: 16px;
}

.counter-bg {
  background-image: url(../../images/counterup/01.webp);
  height: 762px;
  background-size: cover;
  background-repeat: no-repeat;
}

.counter-bg {
  background: var(--color-primary);
}

@media only screen and (max-width: 991px) {
  .counter-bg {
    height: auto;
    background: var(--color-primary);
  }
}

.counter-bg .single-counter {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-start;
}

@media only screen and (max-width: 767px) {
  .counter-bg .single-counter {
    flex-direction: column;
    justify-content: center !important;
    align-items: center;
    text-align: center;
    padding-left: 0 !important;
    margin: 20px 0;
  }

  .counter-bg .single-counter .icon {
    height: 60px;
    min-width: 60px;
    max-width: 60px;
    margin-bottom: 10px;
  }

  .counter-bg .single-counter .icon img {
    width: 30px;
    height: 30px;
  }

  .counter-bg .single-counter .counter-details {
    text-align: center;
  }

  .counter-bg .single-counter .counter-details .title {
    white-space: normal;
    font-size: 16px;
  }

  .counter-bg .single-counter .counter-details p {
    max-width: 100%;
    font-size: 13px;
  }
}

.counter-bg .single-counter .icon {
  height: 80px;
  min-width: 80px;
  max-width: 80px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.counter-bg .single-counter .icon img {
  width: 40px;
  height: 40px;
  filter: brightness(0) saturate(100%) invert(24%) sepia(45%) saturate(1208%) hue-rotate(249deg) brightness(92%) contrast(87%);
}

.counter-bg .single-counter .counter-details {
  flex: 1;
}

.counter-bg .single-counter .counter-details .title {
  color: #fff;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  white-space: nowrap;
}

.counter-bg .single-counter .counter-details p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  margin: 0;
  line-height: 1.5;
  max-width: 200px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .counter-bg .single-counter .counter-details p {
    font-size: 13px;
    max-width: 180px;
  }

  .counter-bg .single-counter .counter-details .title {
    font-size: 16px;
  }
}

.mr--0 {
  margin-right: 0 !important;
}

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 999;
  opacity: 1;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: var(--font-3);
  content: "\f077";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: var(--color-primary);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  border: 1px solid var(--color-primary);
  border: none !important;
  box-shadow: none;
  border-radius: 50% !important;
  border-radius: 5px;
}

.progress-wrap:hover::after {
  opacity: 1;
  content: "\f077";
}

.progress-wrap::before {
  position: absolute;
  font-family: var(--font-3);
  content: "\f077";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background: var(--color-primary);
  -webkit-background-clip: text;
  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 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 0;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg {
  color: var(--color-primary);
  border-radius: 50%;
  background: transparent;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--color-primary);
  stroke-width: 4px;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 999;
  opacity: 1;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: var(--font-3);
  content: "\f077";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: var(--color-primary);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  border: 1px solid var(--color-primary);
  border: none !important;
  box-shadow: none;
  border-radius: 50% !important;
  border-radius: 5px;
}

.progress-wrap:hover::after {
  opacity: 1;
  content: "\f077";
}

.progress-wrap::before {
  position: absolute;
  font-family: var(--font-3);
  content: "\f077";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  background: var(--color-primary);
  -webkit-background-clip: text;
  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 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 0;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg {
  color: var(--color-primary);
  border-radius: 50%;
  background: transparent;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--color-primary);
  stroke-width: 4px;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.search-input-area {
  transition: all 500ms ease;
  visibility: hidden;
  transform: translateY(-100%);
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 57px 0;
  background: white;
  box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.46);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 575px) {
  .search-input-area {
    padding: 70px 0 30px 0;
  }
}

.search-input-area.show {
  visibility: visible;
  transform: inherit;
  opacity: 1;
}

.search-input-area .search-input-inner {
  display: flex;
  align-items: center;
  position: relative;
}

.search-input-area .search-input-inner .input-div {
  width: 80%;
  display: flex;
  align-items: center;
  margin: auto;
}

@media only screen and (max-width: 575px) {
  .search-input-area .search-input-inner .input-div {
    width: 100%;
  }
}

.search-input-area .search-input-inner .input-div input {
  background: #F7F7F7;
  border-radius: 5px;
  height: 57px;
  border: 1px solid transparent;
}

.search-input-area .search-input-inner .input-div input:focus {
  border: 1px solid var(--color-primary);
}

.search-input-area .search-input-inner .input-div button {
  max-width: max-content;
  padding: 18px 21px;
  background: var(--color-primary);
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  display: block;
  margin-left: -9px;
  border-radius: 0 5px 5px 0;
}

.search-input-area .search-close-icon {
  cursor: pointer;
  position: absolute;
  right: 38px;
  top: 22px;
}

@media only screen and (max-width: 575px) {
  .search-input-area .search-close-icon {
    right: 20px;
    top: 15px;
  }
}

.search-input-area .search-close-icon i {
  position: relative;
  z-index: 1;
  color: var(--color-primary);
  transition: 0.3s;
  font-size: 18px;
}

.search-input-area .search-close-icon i:hover {
  color: #F7F7F7;
}

.search-input-area .search-close-icon i:hover::after {
  background: var(--color-primary);
}

.search-input-area .search-close-icon i::after {
  position: absolute;
  height: 45px;
  width: 45px;
  content: "";
  border-radius: 5px;
  background: rgba(85, 60, 223, 0.0784313725);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  transition: 0.3s;
}

#anywhere-home {
  cursor: url(../../images/banner/shape/close.png), auto;
  background: #0e1013;
  position: fixed;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease-in-out;
  pointer-events: none;
  z-index: 50;
}

#anywhere-home.bgshow {
  background: #0e1013;
  opacity: 70%;
  visibility: visible;
  pointer-events: visible;
  z-index: 999;
  top: 0;
}

@keyframes textRotation {
  to {
    transform: rotate(360deg);
  }
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  object-fit: contain;
  padding: 5%;
}

@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}

@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

/* Loaded Styles */

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

[dir=rtl] .header-one .nav-area {
  margin-left: 80px;
}

[dir=rtl] .ml--20 {
  margin-right: 20px !important;
  margin-left: 0 !important;
}

[dir=rtl] .title-style-two.center .title {
  direction: ltr;
}

[dir=rtl] .service-style-swiper-wrapper-two .mySwiper-service-1 .swiper-wrapper,
[dir=rtl] .mySwiperh1_team .swiper-wrapper {
  direction: ltr;
}

[dir=rtl] .title-style-two {
  direction: ltr;
  text-align: right;
}

[dir=rtl] .title-style-two .pre {
  direction: rtl;
}

[dir=rtl] .project-style-one .inner-content {
  right: 30px;
  left: auto;
}

[dir=rtl] .side-bar button {
  margin-right: -36px;
  margin-left: auto;
}

[dir=rtl] .side-bar {
  left: -100%;
  right: unset;
}

[dir=rtl] .side-bar.show {
  left: 0;
  right: unset;
}

[dir=rtl] .title-style-two.center {
  text-align: center !important;
}

[dir=rtl] .title-style-two.center .title {
  text-align: center;
}

[dir=rtl] .title-style-two .bg-content {
  right: -90px;
  left: unset;
}

[dir=rtl] .footer-two .footer-one-single-wized.mid-bg {
  margin-right: 0;
  margin-left: 0;
}

[dir=rtl] .footer-two .footer-one-single-wized .quick-link-inner .links li a i {
  margin-left: 12px;
  margin-right: 0;
}

[dir=rtl] .footer-two .footer-one-single-wized .quick-link-inner .links li a i::before {
  content: "\f060";
}

[dir=rtl] .title-style-two .title {
  direction: ltr;
  text-align: right;
}

[dir=rtl] button#menu-btn {
  margin-right: 0;
  margin-left: 0;
}

[dir=rtl] .header-top-area-wrapper .header-top-one-wrapper .right .social-wrapper-one {
  margin-right: 30px;
  position: relative;
  margin-left: 0;
}

[dir=rtl] .social-wrapper-one li a {
  margin-left: 20px;
  margin-right: 0;
}

[dir=rtl] .social-wrapper-one::after {
  right: -25px;
  left: auto;
}

[dir=rtl] .header-top-area-wrapper .header-top-one-wrapper .right .top-nav li {
  margin-right: 0;
  margin-left: 20px;
}

[dir=rtl] .header-top-area-wrapper .header-top-one-wrapper .left .mail a {
  margin-left: 50px;
  margin-right: 0;
}

[dir=rtl] .header-top-area-wrapper .header-top-one-wrapper .left .mail::after {
  left: 25px;
  right: unset;
}

[dir=rtl] .pagination button {
  margin-left: 10px;
  margin-right: 0;
}

[dir=rtl] .search-input-area .search-input-inner .input-div button {
  border-radius: 5px 0 0 5px;
}

[dir=rtl] .search-input-area .search-close-icon {
  left: 38px;
  right: unset;
}

@media (min-width: 992px) {
  [dir=rtl] .offset-lg-1 {
    margin-right: 8.33333333%;
    margin-left: 0%;
  }
}

[dir=rtl] .header-top-area-wrapper .header-top-one-wrapper .left .mail a i {
  margin-left: 6px;
  margin-right: 0;
}

[dir=rtl] .pagination button:last-child i {
  transform: scaleX(-1);
}

[dir=rtl] .progress-wrap {
  right: auto;
  left: 30px;
}

/* demos  */

/*=========================
    Section Separation
==========================*/

.rts-section-gap {
  padding: 120px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-section-gap {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 767px) {
  .rts-section-gap {
    padding: 60px 0;
  }
}

.rts-section-gapBottom {
  padding-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rts-section-gapBottom {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .rts-section-gapBottom {
    padding-bottom: 60px;
  }
}

.mr--0 {
  margin-right: 0;
}

.ml--20 {
  margin-left: 20px;
}

.pt--30 {
  padding-top: 30px;
}

.mt--30 {
  margin-top: 30px;
}

.mb--30 {
  margin-bottom: 30px;
}

.pt--40 {
  padding-top: 40px;
}

.mt--40 {
  margin-top: 40px;
}

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

.pt--50 {
  padding-top: 50px;
}

.pl--50 {
  padding-left: 50px;
}

.mb--50 {
  margin-bottom: 50px;
}

.pb--60 {
  padding-bottom: 60px;
}

.pb--80 {
  padding-bottom: 80px;
}

.pt--120 {
  padding-top: 120px;
}

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

  .mt_md--80 {
    margin-top: 80px;
  }
}

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

  .ml_sm--5 {
    margin-left: 5px;
  }

  .mb_sm--10 {
    margin-bottom: 10px;
  }

  .pl_sm--15 {
    padding-left: 15px;
  }

  .pb_sm--40 {
    padding-bottom: 40px;
  }

  .pt_sm--80 {
    padding-top: 80px;
  }

  .mt_sm--80 {
    margin-top: 80px;
  }
}

/*======================================
  Google Reviews Section
======================================*/
.google-reviews-header {
  text-align: center;
}

.badge-clientes-satisfeitos {
  display: inline-block;
  background: linear-gradient(135deg, #6B398E 0%, #8B52AE 100%);
  color: #fff;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.badge-clientes-satisfeitos i {
  font-size: 10px;
  margin: 0 6px;
}

.google-reviews-title {
  font-size: 36px;
  font-weight: 800;
  color: var(--color-primary);
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

.google-reviews-swiper-wrapper {
  position: relative;
  padding: 0 60px 30px;
}

.google-review-card {
  background: #fff;
  border-radius: 20px;
  padding: 30px 25px;
  text-align: center;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  min-height: 320px;
}

.google-review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.review-avatar-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}

.review-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}

.review-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-avatar-initials {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: var(--avatar-bg, #6C3A8F);
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.google-icon {
  position: absolute;
  bottom: -5px;
  right: -10px;
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.google-icon img {
  width: 18px;
  height: 18px;
}

.google-g {
  color: #4285F4;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.review-name {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-bottom: 4px;
}

.review-time {
  display: block;
  font-size: 13px;
  color: #888;
  margin-bottom: 12px;
}

.review-stars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  margin-bottom: 15px;
}

.review-stars i.fa-star {
  color: #FBBC04;
  font-size: 14px;
}

.review-stars i.verified {
  color: #4285F4;
  font-size: 14px;
  margin-left: 5px;
}

.review-text {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin: 0;
}

/* Navegação */
.google-reviews-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 10;
}

.swiper-button-next-reviews,
.swiper-button-prev-reviews {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  pointer-events: all;
  transition: all 0.3s ease;
}

.swiper-button-next-reviews:hover,
.swiper-button-prev-reviews:hover {
  background: var(--color-primary);
  color: #fff;
}

.swiper-button-next-reviews i,
.swiper-button-prev-reviews i {
  font-size: 18px;
  color: #333;
  transition: color 0.3s ease;
}

.swiper-button-next-reviews:hover i,
.swiper-button-prev-reviews:hover i {
  color: #fff;
}

/* Swiper Customization */
.mySwiperGoogleReviews {
  padding: 30px;
}

.mySwiperGoogleReviews .swiper-slide {
  height: auto;
}

/* Responsivo */
@media (max-width: 991px) {
  .google-reviews-title {
    font-size: 28px;
  }

  .google-reviews-swiper-wrapper {
    padding: 0 40px;
  }
}

@media (max-width: 768px) {
  .google-reviews-title {
    font-size: 24px;
  }

  .google-reviews-swiper-wrapper {
    padding: 0 20px;
  }

  .swiper-button-next-reviews,
  .swiper-button-prev-reviews {
    width: 40px;
    height: 40px;
  }

  .google-review-card {
    padding: 25px 20px;
    min-height: 280px;
  }
}

@media (max-width: 480px) {
  .google-reviews-title {
    font-size: 20px;
  }

  .badge-clientes-satisfeitos {
    padding: 10px 20px;
    font-size: 12px;
  }

  .google-reviews-swiper-wrapper {
    padding: 0;
  }

  .google-reviews-nav {
    display: none;
  }
}

/* Scroll Down Divider Styles */
.scroll-down-divider {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 99;
  margin-top: -30px;
  margin-bottom: 30px;
}

.scroll-down-divider a {
  display: block;
}

@keyframes ripple-purple {
  0% {
    box-shadow: 0 0 0 0 rgba(108, 58, 143, 0.7);
  }

  70% {
    box-shadow: 0 0 0 15px rgba(108, 58, 143, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(108, 58, 143, 0);
  }
}

.scroll-down-divider .circle-arrow {
  width: 45px;
  height: 45px;
  border: 1px solid var(--color-primary);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-primary);
  transition: all 0.3s ease;
  position: relative;
  animation: ripple-purple 2s infinite;
}

.scroll-down-divider .circle-arrow i {
  color: #fff;
  font-size: 18px;
  transition: all 0.3s ease;
  animation: arrowBounce 2s infinite;
}

.scroll-down-divider .circle-arrow:hover {
  background: #FEDA36;
  border-color: #FEDA36;
  animation: none;
  /* Pausa o ripple no hover se desejar, ou mantém */
  transform: translateY(5px);
}

.scroll-down-divider .circle-arrow:hover i {
  color: var(--color-primary);
  animation: none;
}

/* Animations */
@keyframes arrowBounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-5px);
  }

  60% {
    transform: translateY(-3px);
  }
}

/* =====================================================
   SIMULADOR DE CONSÓRCIO - ESTILOS
   ===================================================== */

/* Overlay do Modal */
.simulador-overlay,
.confirmacao-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 20px;
  overflow-y: auto;
  overflow-x: hidden;
}

.simulador-overlay.active,
.confirmacao-overlay.active {
  display: flex;
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Modal Principal */
.simulador-modal {
  background: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 950px;
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  box-shadow: 0 25px 80px rgba(107, 57, 142, 0.3);
  animation: slideUp 0.4s ease;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Botão Fechar */
.simulador-close,
.confirmacao-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border: 2px solid #ddd;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
}

.simulador-close:hover,
.confirmacao-close:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
  transform: rotate(90deg);
}

.simulador-close svg,
.confirmacao-close svg {
  color: #666;
  transition: color 0.3s ease;
}

.simulador-close:hover svg,
.confirmacao-close:hover svg {
  color: var(--color-primary);
}

/* Indicador de Progresso */
.simulador-progress {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 40px 20px;
  gap: 0;
}

.progress-step {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  color: #999;
  transition: all 0.3s ease;
}

.progress-step.active {
  background: var(--color-primary);
  color: #fff;
  box-shadow: 0 4px 15px rgba(107, 57, 142, 0.4);
}

.progress-step.completed {
  background: var(--color-secondary);
  color: var(--color-primary);
}

.progress-line {
  width: 60px;
  height: 3px;
  background: #e0e0e0;
  transition: background 0.3s ease;
}

.progress-line.active {
  background: linear-gradient(90deg, var(--color-primary), var(--color-secondary));
}

/* Container das Etapas */
.simulador-content {
  padding: 20px 40px 40px;
}

.simulador-step {
  display: none;
  animation: fadeInStep 0.4s ease;
}

.simulador-step.active {
  display: block;
}

@keyframes fadeInStep {
  from {
    opacity: 0;
    transform: translateX(20px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Header das Etapas */
.step-header {
  text-align: center;
  margin-bottom: 30px;
}

.step-header h2 {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 8px;
}

.step-header p {
  font-size: 16px;
  color: #666;
  margin: 0;
}

/* ETAPA 1: Opções de Tipo */
.tipo-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tipo-option {
  display: flex;
  align-items: center;
  padding: 16px 20px;
  border: 2px solid #e8e8e8;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  text-align: left;
}

.tipo-option:hover {
  border-color: var(--color-primary);
  background: rgba(107, 57, 142, 0.03);
  transform: translateX(5px);
}

.tipo-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(107, 57, 142, 0.1), rgba(254, 218, 54, 0.1));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  flex-shrink: 0;
}

.tipo-icon svg {
  width: 28px;
  height: 28px;
  stroke: var(--color-primary);
}

.tipo-icon img {
  width: 24px;
  height: 24px;
  filter: brightness(0) saturate(100%) invert(24%) sepia(45%) saturate(1208%) hue-rotate(249deg) brightness(92%) contrast(87%);
}

.tipo-label {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.tipo-arrow {
  width: 20px;
  height: 20px;
  stroke: #ccc;
  transition: all 0.3s ease;
}

.tipo-option:hover .tipo-arrow {
  stroke: var(--color-primary);
  transform: translateX(5px);
}

/* ETAPA 2: Formulário */
.step-header-with-back {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.btn-voltar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border: 1px solid #ddd;
  border-radius: 20px;
  background: transparent;
  cursor: pointer;
  font-size: 14px;
  color: #666;
  transition: all 0.3s ease;
}

.btn-voltar:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.tipo-selecionado {
  display: flex;
  align-items: center;
}

.tipo-icon-small {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--color-primary), #8b5eb5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.tipo-icon-small svg {
  width: 24px;
  height: 24px;
  stroke: #fff;
}

.tipo-icon-small img {
  width: 24px;
  height: 24px;
  filter: brightness(0) invert(1);
}

.simulador-form {
  max-width: 500px;
  margin: 0 auto;
}

.form-group {
  position: relative;
  margin-bottom: 24px;
}

.form-group input {
  width: 100%;
  padding: 16px 18px;
  border: 2px solid #e8e8e8;
  border-radius: 10px;
  font-size: 16px;
  transition: all 0.3s ease;
  background: #fff;
}

.form-group input:focus {
  border-color: var(--color-primary);
  outline: none;
  box-shadow: 0 0 0 4px rgba(107, 57, 142, 0.1);
}

.form-group label {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #999;
  pointer-events: none;
  transition: all 0.3s ease;
  background: #fff;
  padding: 0 5px;
}

.form-group input:focus+label,
.form-group input:not(:placeholder-shown)+label {
  top: 0;
  font-size: 12px;
  color: var(--color-primary);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-check {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}

.form-check input[type="checkbox"] {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #6B398E;
  border-radius: 5px;
  background: #fff;
  position: relative;
  outline: none;
  flex-shrink: 0;
}

.form-check input[type="checkbox"]:focus {
  box-shadow: 0 0 0 3px rgba(107, 57, 142, 0.2);
}

.form-check input[type="checkbox"]:checked {
  background: #6B398E;
  border-color: #6B398E;
}

.form-check input[type="checkbox"]:checked::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}

.form-check label {
  font-size: 14px;
  color: #666;
  cursor: pointer;
  position: relative;
  padding-left: 0 !important;
}

.form-check input[type="checkbox"]~label::before,
.form-check input[type="checkbox"]~label::after {
  display: none !important;
  content: none !important;
}

.form-check label a {
  color: var(--color-primary);
  font-weight: 600;
  text-decoration: none;
}

.form-check label a:hover {
  text-decoration: underline;
}

.btn-continuar {
  width: 100%;
  padding: 16px;
  background: #f0f0f0;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #999;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-continuar:hover,
.simulador-form:valid .btn-continuar {
  background: var(--color-primary);
  color: #fff;
  box-shadow: 0 8px 25px rgba(107, 57, 142, 0.3);
}

/* ETAPA 3: Verificação SMS */

/* ETAPA 4: Simulador */
.simulador-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  width: 100%;
  box-sizing: border-box;
}

.simulador-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.simulador-header h2 {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-primary);
  margin: 0;
}

.tipo-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  background: rgba(107, 57, 142, 0.05);
  border-radius: 10px;
  border: 1px solid rgba(107, 57, 142, 0.1);
}

.tipo-icon-badge {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--color-primary), #8b5eb5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.tipo-icon-badge svg {
  width: 20px;
  height: 20px;
  stroke: #fff;
}

.tipo-icon-badge img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}

.tipo-info {
  display: flex;
  flex-direction: column;
}

.tipo-label-small {
  font-size: 11px;
  color: #999;
}

.tipo-name {
  font-size: 15px;
  font-weight: 700;
  color: var(--color-primary);
  text-transform: capitalize;
}

.simulador-desc {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.6;
}

/* Slider de Crédito */
.slider-container {
  margin-bottom: 20px;
}

.slider-container label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.slider-value-display {
  display: inline-block;
  background: var(--color-primary);
  color: #fff;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
}

.slider-container input[type="range"] {
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: linear-gradient(to right, var(--color-primary) 0%, var(--color-secondary) 100%);
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

.slider-container input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--color-primary);
  cursor: pointer;
  border: 3px solid #fff;
  box-shadow: 0 2px 10px rgba(107, 57, 142, 0.4);
  transition: transform 0.2s ease;
}

.slider-container input[type="range"]::-webkit-slider-thumb:hover {
  transform: scale(1.1);
}

.slider-container input[type="range"]::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--color-primary);
  cursor: pointer;
  border: 3px solid #fff;
  box-shadow: 0 2px 10px rgba(107, 57, 142, 0.4);
}

.slider-range {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #999;
  margin-top: 8px;
}

/* Select de Prazo */
.select-container {
  margin-bottom: 20px;
}

.select-container label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.select-container select {
  width: 100%;
  padding: 14px 18px;
  border: 2px solid #e8e8e8;
  border-radius: 10px;
  font-size: 16px;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 18px;
}

.select-container select:focus {
  border-color: var(--color-primary);
  outline: none;
  box-shadow: 0 0 0 4px rgba(107, 57, 142, 0.1);
}

.btn-iniciar-compra {
  width: 100%;
  padding: 16px;
  background: #e0e0e0;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #999;
  cursor: not-allowed;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.btn-iniciar-compra:not([disabled]) {
  background: var(--color-primary);
  color: #fff;
  cursor: pointer;
}

.btn-iniciar-compra:not([disabled]):hover {
  background: #5a2d79;
  box-shadow: 0 8px 25px rgba(107, 57, 142, 0.4);
}

/* Card de Resumo */
.resumo-card {
  background: #f9f9f9;
  border-radius: 14px;
  padding: 20px;
  border: 1px solid #eee;
}

.resumo-card h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 0;
}

.resumo-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 10px;
}

.seguro-toggle-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}

.seguro-label {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}

.seguro-toggle {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
}

.seguro-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.3s;
  border-radius: 24px;
}

.toggle-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.3s;
  border-radius: 50%;
}

.seguro-toggle input:checked+.toggle-slider {
  background-color: #6B398E;
}

.seguro-toggle input:checked+.toggle-slider:before {
  transform: translateX(20px);
}

/* Tooltips */
.tooltip-trigger {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
}

.tooltip-trigger img {
  width: 18px;
  height: 18px;
  /* Filtro para converter preto (#000) em roxo (#6B398E) */
  filter: invert(27%) sepia(51%) saturate(2878%) hue-rotate(246deg) brightness(87%) contrast(89%);
  display: block;
}

.tooltip-trigger:hover svg,
.tooltip-trigger:focus svg {
  stroke: #6B398E;
}

.tooltip-trigger::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 12px;
  line-height: 1.5;
  width: 280px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
  pointer-events: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.tooltip-trigger::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #333;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  margin-bottom: -12px;
}

.tooltip-trigger:hover::after,
.tooltip-trigger:hover::before,
.tooltip-trigger:focus::after,
.tooltip-trigger:focus::before,
.tooltip-trigger.active::after,
.tooltip-trigger.active::before {
  opacity: 1;
  visibility: visible;
}

.resumo-label-with-tooltip {
  display: flex;
  align-items: center;
  gap: 6px;
}

.resumo-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.resumo-item:last-of-type {
  border-bottom: none;
}

.resumo-label {
  font-size: 14px;
  color: #666;
}

.resumo-value {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.resumo-value.highlight {
  color: var(--color-primary);
  font-size: 16px;
}

.resumo-divider {
  height: 1px;
  background: #e0e0e0;
  margin: 10px 0;
}

.resumo-info {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed #ddd;
  font-size: 10px;
  color: #999;
  line-height: 1.4;
  margin-bottom: 10px;
}

.resumo-info p {
  font-size: 12px;
  color: #888;
  line-height: 1.6;
  margin-bottom: 10px;
}

/* Popup de Confirmação */
.confirmacao-modal {
  background: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 480px;
  padding: 40px;
  position: relative;
  box-shadow: 0 25px 80px rgba(107, 57, 142, 0.3);
  animation: slideUp 0.4s ease;
  text-align: center;
}

.confirmacao-header {
  margin-bottom: 30px;
}

.icon-check {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  animation: pulse 2s infinite;
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

.icon-check svg {
  width: 35px;
  height: 35px;
  stroke: #fff;
}

.confirmacao-header h2 {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-primary);
  margin: 0;
}

.confirmacao-details {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 24px;
  text-align: left;
}

.detail-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.detail-row:last-child {
  border-bottom: none;
}

.detail-row.highlight {
  background: rgba(107, 57, 142, 0.05);
  margin: 0 -20px;
  padding: 10px 20px;
  border-radius: 8px;
}

.detail-label {
  font-size: 14px;
  color: #666;
}

.detail-value {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.detail-row.highlight .detail-value {
  color: var(--color-primary);
}

.detail-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--color-primary), transparent);
  margin: 10px 0;
}

.confirmacao-aviso {
  font-size: 12px;
  color: #999;
  margin-bottom: 16px;
  font-style: italic;
}

.confirmacao-cta {
  font-size: 15px;
  color: #333;
  font-weight: 500;
  margin-bottom: 24px;
}

.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  padding: 16px 32px;
  background: #25D366;
  color: #fff;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-whatsapp:hover {
  background: #1da851;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
  color: #fff;
}

/* Responsividade */
@media (max-width: 900px) {
  .simulador-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .simulador-modal {
    max-width: 100%;
    border-radius: 16px;
  }

  .simulador-content {
    padding: 20px;
  }

  .simulador-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}

@media (max-width: 600px) {
  .simulador-progress {
    padding: 20px;
  }

  .progress-step {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }

  .progress-line {
    width: 30px;
  }

  .step-header h2 {
    font-size: 22px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .tipo-option {
    padding: 14px 16px;
  }

  .tipo-icon {
    width: 40px;
    height: 40px;
  }

  .tipo-icon svg {
    width: 22px;
    height: 22px;
  }

  .confirmacao-modal {
    padding: 24px;
  }
}


/* ============================================
   Logo Marquee Section Styles
   ============================================ */

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Hover para pausar a animação */

/* Responsivo */


/* ============================================
   FAQ Section Styles
   ============================================ */

.rts-faq-area {
  background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
  padding-top: 100px;
  padding-bottom: 380px;
}

.faq-description {
  max-width: 600px;
  margin: 15px auto 0;
  color: #666;
  font-size: 16px;
  line-height: 1.6;
}

/* Accordion Styles */
.faq-accordion {
  border: none;
}

.faq-accordion .accordion-item {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 12px !important;
  margin-bottom: 16px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

.faq-accordion .accordion-item:hover {
  box-shadow: 0 4px 16px rgba(107, 57, 142, 0.1);
  border-color: rgba(107, 57, 142, 0.2);
}

.faq-accordion .accordion-header {
  margin: 0;
}

.faq-accordion .accordion-button {
  background: #fff;
  color: #333;
  font-size: 17px;
  font-weight: 600;
  padding: 20px 24px;
  border: none;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  gap: 16px;
  transition: all 0.3s ease;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, #6B398E 0%, #8B4DAF 100%);
  color: #fff;
}

.faq-accordion .accordion-button:focus {
  box-shadow: none;
}

.faq-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236B398E'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.faq-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  min-width: 36px;
  background: rgba(107, 57, 142, 0.1);
  color: #6B398E;
  font-size: 14px;
  font-weight: 700;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.faq-accordion .accordion-button:not(.collapsed) .faq-number {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.faq-accordion .accordion-collapse {
  border-top: 1px solid #f0f0f0;
}

.faq-accordion .accordion-body {
  padding: 24px;
  color: #555;
  line-height: 1.8;
  font-size: 15px;
}

.faq-accordion .accordion-body p {
  margin-bottom: 12px;
}

.faq-accordion .accordion-body p:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion-body h5 {
  color: #6B398E;
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0 10px;
}

.faq-accordion .accordion-body h5:first-child {
  margin-top: 0;
}

.faq-list {
  list-style: none;
  padding: 0;
  margin: 16px 0;
}

.faq-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  line-height: 1.7;
}

.faq-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: linear-gradient(135deg, #6B398E 0%, #FEDA36 100%);
  border-radius: 50%;
}

.faq-list li strong {
  color: #6B398E;
}

/* FAQ Responsive */
@media (max-width: 991px) {
  .faq-accordion .accordion-button {
    font-size: 16px;
    padding: 18px 20px;
  }

  .faq-number {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .faq-accordion .accordion-button {
    font-size: 14px;
    padding: 16px;
    gap: 12px;
  }

  .faq-number {
    width: 28px;
    height: 28px;
    min-width: 28px;
    font-size: 12px;
  }

  .faq-accordion .accordion-body {
    padding: 16px;
    font-size: 14px;
  }

  .faq-description {
    font-size: 14px;
  }
}

/* Header Adjustments */
.header-main-one-wrapper .thumbnail a img {
  max-width: 180px;
  /* Reduced logo size */
  transition: all 0.3s ease;
}

.header-main-one-wrapper .thumbnail a img:hover {
  transform: scale(1.02);
}

/* Menu Hover Effects */
header .nav-area ul li.main-nav>a {
  position: relative;
  transition: color 0.3s ease;
}

header .nav-area ul li.main-nav:hover>a {
  color: var(--color-primary);
}

header .nav-area ul li.main-nav>a::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -2px;
  left: 0;
  background-color: var(--color-primary);
  transition: width 0.3s ease;
}

header .nav-area ul li.main-nav:hover>a::after {
  width: 100%;
}

/* ===== BTN INSTAGRAM - Rodapé ===== */
.rts-btn.btn-instagram {
  background: #FEDA36;
  color: #6c3a8f;
  border: 2px solid #FEDA36;
  font-weight: 700;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.rts-btn.btn-instagram:hover {
  background: #ffffff;
  color: #6c3a8f;
  border-color: #ffffff;
}

/* Equipe: navegação manual sem alterar a largura dos cards */
.mySwiperh1_team {
  position: relative;
}

.mySwiperh1_team .team-swiper-button {
  position: absolute;
  top: 4px;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(108, 58, 143, 0.24);
  border-radius: 50%;
  background: #ffffff;
  color: var(--color-primary);
  box-shadow: 0 8px 24px rgba(65, 34, 84, 0.1);
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.mySwiperh1_team .team-swiper-button-prev {
  right: 60px;
}

.mySwiperh1_team .team-swiper-button-next {
  right: 8px;
}

.mySwiperh1_team .team-swiper-button:hover,
.mySwiperh1_team .team-swiper-button:focus-visible {
  border-color: var(--color-primary);
  background: var(--color-primary);
  color: #ffffff;
}

.mySwiperh1_team .team-swiper-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 3px #FEDA36, 0 8px 24px rgba(65, 34, 84, 0.1);
}

.mySwiperh1_team .team-swiper-button i {
  font-size: 14px;
  line-height: 1;
}

@media (max-width: 575px) {
  .mySwiperh1_team .team-swiper-button {
    width: 38px;
    height: 38px;
  }

  .mySwiperh1_team .team-swiper-button-prev {
    right: 56px;
  }
}

/* Menu mobile TM */
.tm-mobile-menu-toggle,
.tm-mobile-side-bar {
  display: none !important;
}

body.tm-menu-open {
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .header-main-one-wrapper {
    position: relative;
    min-height: 55px;
  }

  #menu-btn.tm-mobile-menu-toggle {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 2;
    display: inline-flex !important;
    flex-direction: column;
    gap: 5px;
    width: 48px;
    height: 48px;
    min-width: 48px;
    padding: 0 13px;
    border-radius: 14px;
    transform: translateY(-50%);
    cursor: pointer;
  }

  .tm-mobile-menu-toggle .tm-hamburger-line {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: #6C3A8F;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }

  .tm-mobile-menu-toggle:focus-visible {
    outline: 3px solid rgba(108, 58, 143, 0.32);
    outline-offset: 3px;
  }

  .tm-mobile-side-bar {
    display: flex !important;
    visibility: hidden;
    width: min(360px, 88vw);
    padding: 28px 24px 32px;
    background: #ffffff;
    box-shadow: -14px 0 40px rgba(45, 24, 61, 0.18);
    transition: right 0.35s ease, visibility 0.35s ease;
  }

  .tm-mobile-side-bar.show {
    right: 0;
    visibility: visible;
  }

  .tm-mobile-side-bar .tm-mobile-menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    min-width: 42px;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(108, 58, 143, 0.18);
    border-radius: 50%;
    background: #F7F3FA;
    color: #6C3A8F;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
  }

  .tm-mobile-side-bar .tm-mobile-menu-close:hover,
  .tm-mobile-side-bar .tm-mobile-menu-close:focus-visible {
    border-color: #FEDA36;
    background: #6C3A8F;
    color: #ffffff;
    outline: none;
  }

  .tm-mobile-menu-logo {
    display: block;
    width: 180px;
    max-width: calc(100% - 58px);
    margin: 10px 0 42px;
  }

  .tm-mobile-menu-logo img {
    width: 100%;
    height: auto;
  }

  .tm-mobile-nav {
    width: 100%;
  }

  .tm-mobile-nav ul,
  .tm-mobile-nav li {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .tm-mobile-nav li {
    border-bottom: 1px solid rgba(108, 58, 143, 0.12);
  }

  .tm-mobile-nav li:first-child {
    border-top: 1px solid rgba(108, 58, 143, 0.12);
  }

  .tm-mobile-nav li a {
    display: flex;
    align-items: center;
    min-height: 54px;
    padding: 13px 12px;
    border-radius: 10px;
    color: #442655;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
  }

  .tm-mobile-nav li a:hover,
  .tm-mobile-nav li a:focus-visible {
    background: #F7F3FA;
    color: #6C3A8F;
    outline: none;
  }

  .tm-mobile-menu-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    margin-top: auto;
    padding: 14px 18px;
    border-radius: 14px;
    background: #6C3A8F;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
  }

  .tm-mobile-menu-cta:hover,
  .tm-mobile-menu-cta:focus-visible {
    background: #FEDA36;
    color: #442655;
    outline: none;
  }
}

/* Correções de estabilidade visual da página inicial */
.single-service-signle-wrapper .information .rts-btn.btn-primary,
.business-goal-area-2 .button-wrapper .rts-btn.btn-primary {
  color: #ffffff !important;
}

.single-service-signle-wrapper .information .rts-btn.btn-primary:hover,
.single-service-signle-wrapper .information .rts-btn.btn-primary:focus-visible,
.business-goal-area-2 .button-wrapper .rts-btn.btn-primary:hover,
.business-goal-area-2 .button-wrapper .rts-btn.btn-primary:focus-visible {
  color: var(--color-primary) !important;
}

.consultancy-style-one .signle-consultancy .icon img {
  width: 27px;
  max-width: 27px;
  height: 27px;
  object-fit: contain;
}

.project-style-one .inner-content {
  left: 50%;
  width: calc(100% - 60px);
  min-width: 0;
  transform: translateX(-50%);
}

.rts-faq-area .faq-accordion {
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 992px) {
  .rts-faq-area .col-lg-10 {
    margin-right: auto;
    margin-left: auto;
  }
}

.faq-accordion .accordion-collapse {
  display: none;
}

.faq-accordion .accordion-collapse.show {
  display: block;
}

.faq-accordion .accordion-button {
  width: 100%;
  text-align: left;
  cursor: pointer;
}

.faq-accordion .accordion-button::after {
  content: "";
  display: block;
  flex: 0 0 auto;
  margin-left: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

.thumbnail-business-area-right-two .small-thumbnail {
  transform: translateY(-50%) translateX(var(--tm-parallax-x, 0px));
  will-change: transform;
}

.tm-reveal-up,
.tm-reveal-fade {
  opacity: 0;
  transition:
    opacity 0.7s ease var(--tm-reveal-delay, 0ms),
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1) var(--tm-reveal-delay, 0ms);
}

.tm-reveal-up {
  transform: translateY(28px);
}

.tm-reveal-up.tm-reveal-visible,
.tm-reveal-fade.tm-reveal-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 767px) {
  .consultancy-style-one .signle-consultancy .icon img {
    width: 22px;
    max-width: 22px;
    height: 22px;
  }

  .project-style-one .inner-content {
    width: calc(100% - 30px);
    padding: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tm-reveal-up,
  .tm-reveal-fade {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .thumbnail-business-area-right-two .small-thumbnail {
    transform: translateY(-50%);
  }
}
