@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
.fw-semi-bold {
  font-weight: 500 !important;
}

/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #f7941e;
  --bs-yellow: #ffc107;
  --bs-green: #2e6434;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #9e9e9e;
  --bs-gray-dark: #2a2a2a;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #f3f3f3;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #d8d8d8;
  --bs-gray-600: #9e9e9e;
  --bs-gray-700: #5c5c5c;
  --bs-gray-800: #2a2a2a;
  --bs-gray-900: #181818;
  --bs-primary: #0d6efd;
  --bs-secondary: #9e9e9e;
  --bs-success: #2e6434;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #181818;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 158, 158, 158;
  --bs-success-rgb: 46, 100, 52;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 24, 24, 24;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 24, 24, 24;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Poppins", Helvetica, Arial, sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #181818;
  --bs-body-bg: #fff;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul {
  padding-left: 2rem;
}


ul {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul ul {
  margin-bottom: 0;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}


code {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

img,
svg {
  vertical-align: middle;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

button,
[type=button] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

iframe {
  border: 0;
}

[hidden] {
  display: none !important;
}

.container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
   .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 33.33333333%;
}

@media (min-width: 576px) {

  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {

  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #181818;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #181818;
}
 .btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn:disabled, .btn.disabled {
  pointer-events: none;
  opacity: 0.65;
}

.btn-secondary {
  color: #000;
  background-color: #9e9e9e;
  border-color: #9e9e9e;
}
.btn-secondary:hover {
  color: #000;
  background-color: #adadad;
  border-color: #a8a8a8;
}
 .btn-secondary:focus {
  color: #000;
  background-color: #adadad;
  border-color: #a8a8a8;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(134, 134, 134, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(134, 134, 134, 0.5);
}
 .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #000;
  background-color: #b1b1b1;
  border-color: #a8a8a8;
}
 .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(134, 134, 134, 0.5);
          box-shadow: 0 0 0 0.25rem rgba(134, 134, 134, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #000;
  background-color: #9e9e9e;
  border-color: #9e9e9e;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}


.dropdown {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #181818;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #181818;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #161616;
  background-color: #f3f3f3;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #d8d8d8;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    -webkit-transition: none;
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #0a58ca;
}
.nav-link.disabled {
  color: #9e9e9e;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #f3f3f3 #f3f3f3 #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #9e9e9e;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #5c5c5c;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

.btn-close {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.25;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}

/* rtl:begin:ignore */

/* rtl:end:ignore */

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            transform: rotate(360deg) /* rtl:ignore */;
  }
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}

@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%;
  }
}

.d-block {
  display: block !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.top-100 {
  top: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-100 {
  height: 100% !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.m-auto {
  margin: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.lh-1 {
  line-height: 1 !important;
}

.text-end {
  text-align: right !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

/* rtl:begin:remove */

/* rtl:end:remove */

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.visible {
  visibility: visible !important;
}
@media (min-width: 768px) {

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 992px) {

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2013 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-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 {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-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-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-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);
  }
}

@-webkit-keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  0% {
    -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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes rubberBand {
  0% {
    -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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes shake {
  0%, 100% {
    -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 {
  0%, 100% {
    -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);
  }
  100% {
    -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);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@-webkit-keyframes tada {
  0% {
    -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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -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);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes wobble {
  0% {
    -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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounceInDown {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes bounceInLeft {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes bounceInRight {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes bounceInUp {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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, -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);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-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, -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);
  }
  100% {
    -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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

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

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

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

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

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

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@-webkit-keyframes flip {
  0% {
    -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;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -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;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-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-transition-timing-function: ease-in;
    transition-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);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@-webkit-keyframes flipOutX {
  0% {
    -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;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -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;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@-webkit-keyframes flipOutY {
  0% {
    -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;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -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;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -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;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -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;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0, 0, 1, 45deg);
    transform: rotate(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0, 0, 1, 45deg);
    transform: rotate(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -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 {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -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;
  }
  100% {
    -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;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    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 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
  100% {
    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);
  }
}

html, body {
  overflow-x: hidden;
}

.makeConvert {
  border: 1px solid #b7b7b7;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .makeConvert {
    border: none;
  }
}
.makeConvert .nav-tabs {
  border: none !important;
  padding: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .makeConvert .nav-tabs {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .makeConvert .nav-tabs {
    display: none;
  }
}
.makeConvert .nav-tabs .nav-item {
  width: 47%;
  position: relative;
}
.makeConvert .nav-tabs .nav-item button {
  padding: 0;
  width: 100%;
  border: none;
  height: 158px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}
@media (max-width: 480px) {
  .makeConvert .nav-tabs .nav-item button {
    height: 120px;
  }
}
.makeConvert .nav-tabs .nav-item button img.tag_img {
  width: 100%;
  max-width: 60px;
  position: absolute;
  top: 20px;
  left: 20px;
}
@media (max-width: 480px) {
  .makeConvert .nav-tabs .nav-item button img.tag_img {
    max-width: 32px;
  }
}
.makeConvert .nav-tabs .nav-item button span {
  color: #f3f4f4;
  font-size: 100px;
  font-family: "Anton", sans-serif;
  position: absolute;
  top: -12px;
  right: 25px;
}
@media (max-width: 480px) {
  .makeConvert .nav-tabs .nav-item button span {
    font-size: 70px;
  }
}
.makeConvert .nav-tabs .nav-item button h4, .makeConvert .nav-tabs .nav-item button .h4 {
  position: absolute;
  right: 20px;
  bottom: 10px;
  color: #666666;
  font-size: 27px;
  margin: 0;
}
@media (max-width: 480px) {
  .makeConvert .nav-tabs .nav-item button h4, .makeConvert .nav-tabs .nav-item button .h4 {
    font-size: 18px;
  }
}
.makeConvert .nav-tabs .nav-item button.active {
  background: #25aae1;
}
.makeConvert .nav-tabs .nav-item button.active img.tag_img {
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
}
.makeConvert .nav-tabs .nav-item button.active span {
  color: #36bbf2;
}
.makeConvert .nav-tabs .nav-item button.active h4, .makeConvert .nav-tabs .nav-item button.active .h4 {
  color: #fff;
}
@media (max-width: 767px) {
  .makeConvert .tab-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
  }
  .makeConvert .tab-content .tab-pane {
    display: block;
    opacity: 1;
    margin-right: 15px;
  }
  .makeConvert .tab-content .tab-pane:last-child {
    margin-right: 0;
  }
}
.makeConvert .makeTabsPanel {
  padding: 40px 0;
}
.makeConvert .makeTabsPanel .make-mobileHead {
  display: none;
}
@media (max-width: 767px) {
  .makeConvert .makeTabsPanel .make-mobileHead {
    display: block;
    margin-bottom: 20px;
  }
  .makeConvert .makeTabsPanel .make-mobileHead span {
    font-size: 52px;
    font-family: "Anton", sans-serif;
    color: #e5e5e5;
    position: absolute;
    left: 18px;
    top: 0;
  }
  .makeConvert .makeTabsPanel .make-mobileHead .make-mobCom {
    text-align: center;
  }
  .makeConvert .makeTabsPanel .make-mobileHead .make-mobCom img {
    width: 100px;
    max-width: 40px;
    margin-top: 8px;
  }
  .makeConvert .makeTabsPanel .make-mobileHead .make-mobCom h4, .makeConvert .makeTabsPanel .make-mobileHead .make-mobCom .h4 {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 5px;
  }
}
@media (max-width: 991px) {
  .makeConvert .makeTabsPanel {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .makeConvert .makeTabsPanel {
    padding: 15px;
    padding-right: 15px !important;
    border: 1px solid #b6b6b6;
    border-radius: 10px;
    position: relative;
    width: 100%;
    min-width: 290px;
    min-height: 500px;
  }
  .makeConvert .makeTabsPanel .make-tabsImg {
    margin: auto;
    text-align: center;
  }
  .makeConvert .makeTabsPanel .make-tabsImg img {
    width: 100%;
    max-width: 80%;
  }
}
.makeConvert .makeTabsPanel h3, .makeConvert .makeTabsPanel .h3 {
  font-weight: 600;
  color: #3b3b3b;
  line-height: 2.3rem;
}
@media (max-width: 767px) {
  .makeConvert .makeTabsPanel h3, .makeConvert .makeTabsPanel .h3 {
    font-size: 18px !important;
    line-height: 1.6rem;
    margin: 20px 0 !important;
    text-align: center;
  }
  .makeConvert .makeTabsPanel h3 br, .makeConvert .makeTabsPanel .h3 br {
    display: none;
  }
}
@media (max-width: 767px) {
  .makeConvert .makeTabsPanel .tabsInfoList {
    padding-left: 20px;
  }
}
.makeConvert .makeTabsPanel .tabsInfoList li {
  color: #5c5c5c;
  font-size: 20px;
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .makeConvert .makeTabsPanel .tabsInfoList li {
    font-size: 11px;
  }
}

.betterAudience-container h4, .betterAudience-container .h4 {
  font-weight: 600;
  color: #212121;
}
.betterAudience-container h3, .betterAudience-container .h3 {
  color: #212121;
  font-weight: 600;
  line-height: 3.5rem;
}
.betterAudience-container h6, .betterAudience-container .h6 {
  line-height: 1.44;
}
.betterAudience-container .betterGraphCols {
  background: #f8faff;
  border-radius: 10px;
  padding: 50px;
  position: relative;
}
@media (max-width: 767px) {
  .betterAudience-container .betterGraphCols {
    padding: 50px 0;
  }
}
.betterAudience-container .betterGraphCols .left-position {
  left: -87px;
  top: 80px;
}
.betterAudience-container .betterGraphCols .right-position {
  right: 15px;
  top: 15px;
}
.betterAudience-container .betterGraphCols .betterGraphBox {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  position: relative;
  z-index: 99;
}
.betterAudience-container .betterGraphCols .betterGraphBox h5, .betterAudience-container .betterGraphCols .betterGraphBox .h5 {
  font-weight: 600;
}
@media (max-width: 991px) {
  .betterAudience-container .betterGraphCols .betterGraphBox h5, .betterAudience-container .betterGraphCols .betterGraphBox .h5 {
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  .betterAudience-container .betterGraphCols .betterGraphBox h5, .betterAudience-container .betterGraphCols .betterGraphBox .h5 {
    font-size: 14px !important;
  }
}
.betterAudience-container .betterGraphCols .betterGraphBox .grapCols img {
  width: 100%;
}

.deepDriveContainer .deepDrive-text {
  position: relative;
}
.deepDriveContainer .deepDrive-text h6, .deepDriveContainer .deepDrive-text .h6 {
  font-weight: 600;
  color: #383838;
}
@media (max-width: 767px) {
  .deepDriveContainer .deepDrive-text h6, .deepDriveContainer .deepDrive-text .h6 {
    font-size: 12px !important;
    position: absolute;
    top: 10px;
    left: 28px;
  }
}
.deepDriveContainer .deepDrive-text h4, .deepDriveContainer .deepDrive-text .h4 {
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .deepDriveContainer .deepDrive-text h4, .deepDriveContainer .deepDrive-text .h4 {
    font-size: 13px !important;
    position: absolute;
    bottom: 7px;
    right: 136px;
    text-transform: uppercase;
    font-weight: 700 !important;
  }
}
.deepDriveContainer .deepDrive-text span.styleFont {
  color: #f7941e;
  display: block;
  text-align: right;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .deepDriveContainer .deepDrive-text span.styleFont {
    margin-right: 0;
    position: absolute;
    bottom: 0;
    right: 33px;
  }
  .deepDriveContainer .deepDrive-text span.styleFont img {
    width: 100%;
    max-width: 100px;
  }
}
.deepDriveContainer .deepDrive-text h1, .deepDriveContainer .deepDrive-text .h1 {
  font-size: 123px;
  white-space: nowrap;
  position: relative;
  z-index: 9;
  font-weight: 900;
  line-height: 4.9rem;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
}
@media (max-width: 991px) {
  .deepDriveContainer .deepDrive-text h1, .deepDriveContainer .deepDrive-text .h1 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .deepDriveContainer .deepDrive-text h1, .deepDriveContainer .deepDrive-text .h1 {
    font-size: 46px;
    font-weight: 900;
  }
}
.deepDriveContainer .deepDrive-text h4, .deepDriveContainer .deepDrive-text .h4 {
  font-weight: 600;
}
@media (max-width: 767px) {
  .deepDriveContainer .deepDrive-text h4, .deepDriveContainer .deepDrive-text .h4 {
    margin: 0 !important;
  }
}
.deepDriveContainer .deepDrive-videoPlayer {
  position: relative;
}
.deepDriveContainer .deepDrive-videoPlayer .playerIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}
.deepDriveContainer .deepDrive-videoPlayer .playerIcon img {
  width: 100%;
  max-width: 120px;
}
@media (max-width: 767px) {
  .deepDriveContainer .deepDrive-videoPlayer .playerIcon img {
    max-width: 70px;
  }
}
@media (max-width: 767px) {
  .deepDriveContainer .deepDrive-videoPlayer {
    margin-top: 20px;
  }
}
.deepDriveContainer .deepDrive-videoPlayer img {
  width: 100%;
}

@media (max-width: 991px) {
  .whatWeContainer {
    margin: 50px auto 0;
  }
}
@media (max-width: 767px) {
  .whatWeContainer {
    margin: 40px auto 0;
  }
}
.whatWeContainer h1.fs-100, .whatWeContainer .fs-100.h1 {
  font-size: 101px;
  font-family: "Anton", sans-serif;
  color: #e5e5e5;
}
@media (max-width: 991px) {
  .whatWeContainer h1.fs-100, .whatWeContainer .fs-100.h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .whatWeContainer h1.fs-100, .whatWeContainer .fs-100.h1 {
    font-size: 36px;
  }
}
.whatWeContainer .whatWe-flexBoxes {
  margin-top: -65px;
}
@media (max-width: 991px) {
  .whatWeContainer .whatWe-flexBoxes {
    margin-top: -40px;
  }
}
@media (max-width: 767px) {
  .whatWeContainer .whatWe-flexBoxes {
    margin-top: -25px;
  }
  .whatWeContainer .whatWe-flexBoxes strong {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .whatWeContainer .whatWe-flexBoxes .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .whatWeContainer .whatWe-flexBoxes .row .whatWeCols {
    max-width: 47%;
  }
  .whatWeContainer .whatWe-flexBoxes .row .whatWeCols .title {
    font-size: 14px !important;
  }
}
.whatWeContainer .whatWe-flexBoxes .whatWeCols {
  width: 100%;
  max-width: 16.77%;
  border: 1px solid #c9c9c9;
  text-align: center;
  border-radius: 10px;
  padding: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 18px;
  background: #fff;
}
@media (max-width: 1199px) {
  .whatWeContainer .whatWe-flexBoxes .whatWeCols {
    margin: 15px;
  }
}
@media (max-width: 991px) {
  .whatWeContainer .whatWe-flexBoxes .whatWeCols {
    max-width: 45%;
  }
}
@media (max-width: 767px) {
  .whatWeContainer .whatWe-flexBoxes .whatWeCols {
    margin: 10px;
    max-width: 46%;
  }
}
@media (max-width: 480px) {
  .whatWeContainer .whatWe-flexBoxes .whatWeCols {
    margin: 10px 0;
    max-width: 100%;
  }
}
.whatWeContainer .whatWe-flexBoxes .whatWeCols:hover {
  background: #f2f2f2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.whatWeContainer .whatWe-flexBoxes .whatWeCols a {
  display: block;
  padding: 20px 0;
  text-decoration: none;
  color: #272727;
}
.whatWeContainer .whatWe-flexBoxes h3, .whatWeContainer .whatWe-flexBoxes .h3 {
  border-bottom: 1px solid #c6c6c6;
}
@media (max-width: 480px) {
  .whatWeContainer .whatWe-flexBoxes h3, .whatWeContainer .whatWe-flexBoxes .h3 {
    font-size: 16px !important;
    line-height: 1.5rem;
  }
}

/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  /* move the element up by 5px */
}

.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

.plansContainer h1, .plansContainer .h1 {
  font-weight: 600;
}
@media (max-width: 991px) {
  .plansContainer h1, .plansContainer .h1 {
    margin: 20px 0 !important;
  }
}
.plansContainer .planCols {
  padding: 30px 35px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 10px;
  min-height: 471px;
}
@media (max-width: 991px) {
  .plansContainer .planCols {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .plansContainer .planCols {
    padding: 20px;
    min-height: auto;
  }
}
.plansContainer .planCols:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.19);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.19);
}
.plansContainer .planCols .planRelative {
  position: relative;
  z-index: 9;
}
.plansContainer .planCols .planTItle .title {
  font-weight: 600;
  line-height: 1.6rem;
}
.plansContainer .planCols h6.color-gray-700, .plansContainer .planCols .color-gray-700.h6 {
  color: #c9c9c9 !important;
  line-height: 1.5rem;
}
.plansContainer .planCols ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .plansContainer .planCols ul {
    margin-bottom: 50px !important;
  }
}
.plansContainer .planCols ul li {
  list-style-type: none;
  position: relative;
  font-size: 18px;
  margin-bottom: 7px;
}
.plansContainer .planCols ul li::before {
  content: "";
  background: url("../../images/check_icon.png") no-repeat;
  padding: 0 15px;
  background-position: 20%;
}
.plansContainer .planCols .chooseBtn {
  display: block;
  padding: 8px 15px;
  border-radius: 5px;
  background: #2e6434;
  color: #fff;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}
.plansContainer .planCols .chooseBtn:hover {
  background: #f7941e;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.plansContainer .planCols .boxNo {
  position: absolute;
  bottom: 0;
  left: 8px;
  font-size: 152px;
  font-family: "Anton", sans-serif;
  color: #f0f0f0;
  line-height: 8rem;
}
.plansContainer .planCols.planColsGreen {
  background: #2e6434;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .plansContainer .planCols.planColsGreen {
    overflow: hidden;
  }
}
.plansContainer .planCols.planColsGreen .title {
  color: #fff;
}
.plansContainer .planCols.planColsGreen h6, .plansContainer .planCols.planColsGreen .h6 {
  color: #fff !important;
}
.plansContainer .planCols.planColsGreen .boxNo {
  color: #387940;
}
.plansContainer .planCols.planColsGreen .plans_men {
  text-align: center;
}
.plansContainer .planCols.planColsGreen .plans_men img {
  width: 100%;
  max-width: 190px;
}
@media (max-width: 767px) {
  .plansContainer .planCols.planColsGreen .plans_men {
    position: relative;
    top: 0;
  }
}
.plansContainer .getStarted h6, .plansContainer .getStarted .h6 {
  color: #434343;
}
.plansContainer .getStarted h6 span, .plansContainer .getStarted .h6 span {
  font-weight: 600;
}
.plansContainer .getStarted a {
  display: inline-block;
  width: 100%;
  max-width: 500px;
  margin: auto;
  padding: 15px 15px;
  border-radius: 10px;
  background: #f7941e;
  font-size: 26px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .plansContainer .getStarted a {
    padding: 10px 15px;
    font-size: 20px;
    max-width: 400px;
  }
}
.plansContainer .getStarted a:hover {
  background: #333;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.moreWaysContainer {
  background: #f3f3f3;
  padding: 50px 0;
}
@media (max-width: 991px) {
  .moreWaysContainer {
    padding: 25px 0 0;
  }
}
.moreWaysContainer h1, .moreWaysContainer .h1 {
  color: #5c5c5c;
  font-weight: 400;
}
.moreWaysContainer h1 span, .moreWaysContainer .h1 span {
  font-weight: 600;
}
@media (max-width: 767px) {
  .moreWaysContainer h1 span, .moreWaysContainer .h1 span {
    display: block;
    width: 100%;
    font-size: 43px;
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  .moreWaysContainer h1, .moreWaysContainer .h1 {
    text-align: center;
    font-size: 18px !important;
    line-height: 1.7rem;
  }
}
.moreWaysContainer .makeWayCols {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.06);
  width: 100%;
  max-width: 86%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .moreWaysContainer .makeWayCols {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .moreWaysContainer .makeWayCols {
    text-align: center;
  }
}
.moreWaysContainer .makeWayCols .makeWayImg img {
  height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
}
.moreWaysContainer .makeWayCols:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.19);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.19);
}
.moreWaysContainer .makeWayCols p {
  color: #bababa;
  font-weight: normal;
}
.moreWaysContainer .makeWayCols h3, .moreWaysContainer .makeWayCols .h3 {
  margin: 25px 0 12px;
  font-weight: 600;
}
.moreWaysContainer .makeWayCols .makeWayBtn {
  display: block;
  width: 100%;
  padding: 10px 10px;
  border-radius: 10px;
  background: #2e6434;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.moreWaysContainer .makeWayCols .makeWayBtn:hover {
  background: #f7941e;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

footer {
  background: #fff;
  padding: 40px 0;
}
@media (max-width: 767px) {
  footer {
    padding: 20px 8px;
  }
}
footer .footEmail {
  border: 4px solid #000;
  padding: 20px 10px;
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  footer .footEmail {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  footer .footEmail {
    font-size: 13px;
    padding: 10px;
  }
}
footer .footEmail:hover {
  border-color: #f7941e;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
footer .footEmail a {
  color: #f7941e;
  text-decoration: none;
}
footer ul {
  list-style: none;
  margin: 35px 0 40px;
  padding: 0;
}
@media (max-width: 767px) {
  footer ul {
    width: 100%;
    margin: 25px 15px 30px;
  }
}
footer ul a {
  color: #5c5c5c;
  font-size: 14px;
  text-decoration: none;
  margin: 0 30px;
}
@media (max-width: 767px) {
  footer ul a {
    margin: 0;
  }
}
@media (max-width: 767px) {
  footer ul a {
    width: 47%;
    display: inline-block;
  }
}
footer ul a:hover {
  color: #f7941e;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
footer .copyright {
  font-size: 14px;
  color: #5c5c5c;
}
@media (max-width: 767px) {
  footer .copyright {
    color: #f7941e;
    opacity: 0.5;
  }
}

@media (max-width: 768px) {
  header {
    padding: 10px 30px !important;
  }
}
header .closeBtn {
  display: none;
}
@media (max-width: 991px) {
  header .d-mob-none {
    display: none;
  }
}
header .mobileBtn {
  display: none;
}
@media (max-width: 991px) {
  header .mobileBtn {
    display: inline-block;
    width: 100%;
    max-width: 22px;
    line-height: 3px;
    margin-top: -20px;
  }
  header .mobileBtn span {
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #333;
  }
  header .mobileBtn span:nth-child(02) {
    max-width: 13px;
  }
}
@media (max-width: 991px) {
  header .navMobileShow {
    position: fixed;
    height: 100vh;
    background: #333;
    z-index: 999;
    width: 100%;
    max-width: 100%;
    left: -100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  header .navMobileShow nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 70px;
  }
  header .navMobileShow nav a {
    display: block !important;
    color: #fff !important;
    width: 100%;
    padding: 3px 15px;
  }
  header .navMobileShow .flex-grow-1 {
    position: absolute;
    left: 15px;
    top: 10px;
    width: 100%;
    max-width: 280px;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
  }
  header .navMobileShow .flex-grow-1 a {
    display: block;
    padding: 6px 15px;
    margin-right: 12px;
  }
  header .navMobileShow .closeBtn {
    position: absolute;
    right: 15px;
    top: 20px;
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #f7941e;
    border: none;
    color: #fff;
    border-radius: 50%;
    outline: none;
    font-size: 21px;
  }
}
header .navMobileShow.opennav {
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header .d-mob-header {
  display: none;
}
header .d-mob-header .logo {
  display: none;
}
@media (max-width: 991px) {
  header .d-mob-header {
    display: block;
  }
  header .d-mob-header .logo {
    display: inline-block;
    width: 100%;
    max-width: 140px;
    padding: 10px 0;
  }
}

.makeBannerSection .playBtn {
  cursor: pointer;
  margin-right: 15px;
}
.makeBannerSection .playBtn img {
  width: 100%;
  max-width: 120px;
}
@media (max-width: 767px) {
  .makeBannerSection .playBtn img {
    max-width: 70px;
  }
}
@media (max-width: 767px) {
  .makeBannerSection .position-absolute {
    top: 35% !important;
    width: 100%;
    max-width: 48px;
  }
}
@media (max-width: 767px) {
  .makeBannerSection .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 991px) {
  .makeBannerSection {
    margin: 0 0 35px;
  }
  .makeBannerSection h1, .makeBannerSection .h1 {
    font-size: 30px !important;
    line-height: 2.2rem !important;
    text-align: center;
    margin-top: 15px;
  }
  .makeBannerSection h1 br, .makeBannerSection .h1 br {
    display: none;
  }
  .makeBannerSection h1 strong img, .makeBannerSection .h1 strong img {
    width: 100%;
    max-width: 21px;
    position: relative;
    top: -4px;
  }
  .makeBannerSection p.fs-lg-18 {
    font-size: 14px !important;
    text-align: center;
  }
  .makeBannerSection .d-flex.align-items-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 25px 0 5px;
  }
  .makeBannerSection .d-flex.align-items-center .color-gray-700 .fs-lg-22 {
    font-size: 14px;
    line-height: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 5px;
  }
  .makeBannerSection .d-flex.align-items-center .color-gray-700 .fs-lg-14 {
    font-size: 11px !important;
    line-height: 15px;
  }
  .makeBannerSection img.d-block {
    width: 100%;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .makeBannerSection img.d-block {
    max-width: 260px;
    margin: auto;
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .section_mob_2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .section_mob_2 .collage {
    width: 100%;
    height: 375px;
  }
  .section_mob_2 .collage .collage-item-1 {
    width: 190px;
    height: 120px;
  }
  .section_mob_2 .collage .collage-item-2 {
    left: 208px;
    top: 55px;
    width: 115px;
    height: 155px;
  }
  .section_mob_2 .collage .collage-item-3 {
    top: 137px;
    width: 190px;
    height: 230px;
  }
  .section_mob_2 .collage .collage-item-4 {
    top: 228px;
    left: 208px;
    width: 128px;
    height: 139px;
  }
}
@media (max-width: 991px) {
  .section_mob_2 .col-lg h2, .section_mob_2 .col-lg .h2 {
    font-size: 22px !important;
    line-height: 1.7rem !important;
    margin: 10px 0;
    font-weight: 600 !important;
  }
}
.section_mob_2 .col-lg li {
  margin-bottom: 5px;
}
.section_mob_2 form {
  text-align: center;
}
.section_mob_2 form input {
  height: 40px;
  margin-bottom: 12px;
  font-size: 14px;
  padding: 0 10px;
}
.section_mob_2 form button {
  padding: 8px 15px;
  width: 100% !important;
  max-width: 100%;
}
@media (max-width: 480px) {
  .section_mob_2 form button {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .betterAudience-container h4, .betterAudience-container .h4 {
    font-size: 24px !important;
  }
  .betterAudience-container h3, .betterAudience-container .h3 {
    font-size: 32px !important;
  }
  .betterAudience-container h6, .betterAudience-container .h6 {
    font-size: 16px !important;
    margin: 10px 0 !important;
  }

  .multipleTabsMain h2, .multipleTabsMain .h2 {
    font-size: 22px !important;
    font-weight: 600 !important;
    margin-bottom: 0 !important;
  }
  .multipleTabsMain .makeConvert {
    margin-top: 15px !important;
  }

  .betterAudience-container .betterGraphCols .right-position {
    right: -15px;
    top: 31px;
    width: 100%;
    max-width: 45px;
  }
  .betterAudience-container .betterGraphCols .left-position {
    left: 0;
    top: 30px;
    width: 100%;
    max-width: 50px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }

  section {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  section.whatWeContainer {
    padding: 0 20px !important;
  }
}
.makVideo-modal .modal-dialog {
  max-width: 650px;
  min-width: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
}
@media (max-width: 767px) {
  .makVideo-modal .modal-dialog {
    min-width: auto;
  }
}
.makVideo-modal .modal-dialog .modal-content {
  border: none;
  background: transparent;
}
.makVideo-modal .modal-dialog .modal-content .modal-header {
  padding: 0;
  border-bottom: none;
}
.makVideo-modal .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: 0;
  top: 0;
  background: #ccc;
  border: none;
  width: 26px;
  height: 26px;
  border-radius: 0;
  font-size: 22px;
  line-height: 26px;
  z-index: 99;
  outline: none;
}
.makVideo-modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.makVideo-modal .modal-dialog .modal-content .modal-body iframe {
  width: 100%;
  height: 420px;
}
@media (max-width: 767px) {
  .makVideo-modal .modal-dialog .modal-content .modal-body iframe {
    min-height: 210;
  }
}

@media (max-width: 991px) {
  .makeLeftHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 95px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.makeLeftHeader .make-loginProfile {
  display: none;
}
@media (max-width: 991px) {
  .makeLeftHeader .make-loginProfile {
    display: block;
    margin-top: -10px;
  }
  .makeLeftHeader .make-loginProfile .dropdown .dropdown-toggle {
    padding: 0;
    border: none;
    background: transparent;
    outline: none;
  }
  .makeLeftHeader .make-loginProfile .dropdown .dropdown-toggle:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .makeLeftHeader .make-loginProfile .dropdown .dropdown-menu {
    padding: 0;
    border-radius: 0;
    -webkit-transform: inherit !important;
            transform: inherit !important;
    left: inherit !important;
    right: 0 !important;
    margin: 0 !important;
    top: 40px !important;
    min-width: 100%;
  }
  .makeLeftHeader .make-loginProfile .dropdown .dropdown-menu a {
    font-size: 14px;
    padding: 3px 15px;
    border-bottom: 1px solid #ddd;
  }
  .makeLeftHeader .make-loginProfile .dropdown .dropdown-menu a:last-child {
    border-bottom: none;
  }
}

.articleBanner {
  position: relative;
}
.articleBanner .tagLeft {
  position: absolute;
  left: 48px;
  top: 40%;
  -webkit-transform: translate(-40%);
          transform: translate(-40%);
  z-index: 1;
}
.articleBanner .tagLeft img {
  width: 100%;
  max-width: 120px;
  min-width: 120px;
  opacity: 0.5;
}
@media (max-width: 767px) {
  .articleBanner .tagLeft {
    display: none;
  }
}
.articleBanner .tagRight {
  position: absolute;
  right: 0;
  bottom: 50px;
}
@media (max-width: 767px) {
  .articleBanner .tagRight {
    bottom: 10px;
  }
  .articleBanner .tagRight img {
    width: 60px;
  }
}
.articleBanner .articleBanner-img {
  border-top: 5px solid #000;
  padding-top: 30px;
  position: relative;
  z-index: 99;
}
@media (max-width: 767px) {
  .articleBanner .articleBanner-img {
    padding-top: 15px;
  }
}
.articleBanner .saleBtn {
  display: block;
  margin-top: 15px;
}
.articleBanner .saleBtn a {
  display: inline-block;
  padding: 6px 0;
  width: 100%;
  max-width: 100px;
  color: #fff;
  background: #f7941e;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.articleBanner .saleBtn a:hover {
  background: #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.articleContent {
  padding: 30px 0;
}
.articleContent h1, .articleContent .h1 {
  font-weight: 600;
}
@media (max-width: 767px) {
  .articleContent h1, .articleContent .h1 {
    font-size: 22px;
  }
}
.articleContent p {
  font-weight: normal;
}
@media (max-width: 767px) {
  .articleContent p {
    margin-top: 15px;
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  .articleContent .articleContent-head span {
    font-size: 14px !important;
  }
}
.articleContent .articleContent-head span img {
  width: 18px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .articleContent .articleContent-head span img {
    width: 14px;
  }
}
.articleContent .feedbackArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.articleContent .feedbackArea .feedbackArea-cols {
  width: 100%;
  max-width: 900px;
  padding: 30px 50px;
  padding-left: 120px;
  border: 10px solid #e2e2e2;
  position: relative;
}
@media (max-width: 767px) {
  .articleContent .feedbackArea .feedbackArea-cols {
    padding-left: 25px;
    padding: 15px 25px;
  }
}
.articleContent .feedbackArea .feedbackArea-cols .qouteImg {
  position: absolute;
  left: -30px;
  top: -30px;
}
@media (max-width: 767px) {
  .articleContent .feedbackArea .feedbackArea-cols .qouteImg {
    left: -20px;
    top: -20px;
  }
}
.articleContent .feedbackArea .feedbackArea-cols .qouteImg img {
  width: 60px;
}
@media (max-width: 767px) {
  .articleContent .feedbackArea .feedbackArea-cols .qouteImg img {
    width: 40px;
  }
}
.articleContent .feedbackArea .feedbackArea-cols h4, .articleContent .feedbackArea .feedbackArea-cols .h4 {
  font-weight: 600;
  font-family: auto !important;
}
@media (max-width: 767px) {
  .articleContent .feedbackArea .feedbackArea-cols h4, .articleContent .feedbackArea .feedbackArea-cols .h4 {
    font-size: 18px !important;
  }
}
.articleContent .feedbackArea .feedbackArea-cols .userName {
  font-weight: 600;
  font-family: auto !important;
}
@media (max-width: 767px) {
  .articleContent .feedbackArea .feedbackArea-cols .userName {
    font-size: 18px !important;
  }
}
.articleContent a.articleRead-link {
  text-transform: uppercase;
  display: block;
  margin: 15px 0;
  color: #f7941e;
  font-size: 16px;
  text-decoration: none;
}
.articleContent a.articleRead-link:hover {
  color: #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.mailboxMain {
  background: #f6f6f6;
  padding: 40px 25px;
}
@media (max-width: 767px) {
  .mailboxMain {
    padding: 15px;
  }
}
.mailboxMain .mailbox-img {
  width: 100%;
  max-width: 155px;
  padding: 25px;
}
@media (max-width: 767px) {
  .mailboxMain .mailbox-img {
    margin: auto;
  }
}
.mailboxMain .mailbox-text {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .mailboxMain .mailbox-text {
    margin-left: 0;
  }
}
.mailboxMain .mailbox-text p {
  font-weight: 500;
}
@media (max-width: 767px) {
  .mailboxMain .mailbox-text p {
    text-align: center;
    font-size: 18px !important;
  }
}
.mailboxMain .mailbox-text a {
  display: inline-block;
  padding: 12px 40px;
  background: #f7941e;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  max-width: 460px;
  text-align: center;
}
@media (max-width: 767px) {
  .mailboxMain .mailbox-text a {
    padding: 10px 12px;
    font-size: 14px;
    text-align: center;
  }
}
.mailboxMain .mailbox-text a:hover {
  background: #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.trainingLearnMain h1, .trainingLearnMain .h1 {
  font-weight: 500;
  font-size: 60px;
  color: #2a2a2a;
  border-top: 5px solid #000;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .trainingLearnMain h1, .trainingLearnMain .h1 {
    font-size: 24px;
  }
  .trainingLearnMain h1 br, .trainingLearnMain .h1 br {
    display: none;
  }
}
.trainingLearnMain .training-banner {
  text-align: center;
  margin: 20px 0;
}
.trainingLearnMain .training-banner img {
  width: 100%;
  max-width: 600px;
}
.trainingLearnMain .training-banner h4, .trainingLearnMain .training-banner .h4 {
  font-weight: 600;
}
@media (max-width: 767px) {
  .trainingLearnMain .training-banner h4, .trainingLearnMain .training-banner .h4 {
    font-size: 22px !important;
  }
}
@media (max-width: 767px) {
  .trainingLearnMain .training-banner h6, .trainingLearnMain .training-banner .h6 {
    font-size: 16px !important;
  }
}
.trainingLearnMain .downArrow {
  text-align: center;
}

.training-gridSec {
  margin: 80px 0;
}
@media (max-width: 767px) {
  .training-gridSec {
    margin: 30px 0;
  }
}
.training-gridSec .traning-gridCols {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 30px 25px;
  overflow: hidden;
  min-height: 605px;
}
@media (max-width: 767px) {
  .training-gridSec .traning-gridCols {
    min-height: auto;
    margin-bottom: 25px;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .training-gridSec .traning-gridCols .trainingImg {
    text-align: center;
  }
}
.training-gridSec .traning-gridCols .trainingText {
  margin-top: 30px;
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .training-gridSec .traning-gridCols .trainingText {
    text-align: center;
  }
}
.training-gridSec .traning-gridCols .trainingText .title {
  padding-right: 5px;
  font-weight: 600;
  line-height: 1.7rem;
}
@media (max-width: 767px) {
  .training-gridSec .traning-gridCols .trainingText .title {
    font-size: 22px !important;
  }
}
.training-gridSec .traning-gridCols a {
  display: block;
  width: 100%;
  background: #f7941e;
  padding: 10px 15px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  position: absolute;
  bottom: 25px;
  left: 50%;
  width: 85%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
@media (max-width: 767px) {
  .training-gridSec .traning-gridCols a {
    position: relative;
    left: 0;
    bottom: 0;
    -webkit-transform: inherit;
            transform: inherit;
    margin: auto;
    margin-top: 25px;
    width: 100%;
  }
}
.training-gridSec .traning-gridCols a.disabled {
  background: #929292;
}
.training-gridSec .traning-gridCols .serialNo {
  position: absolute;
  color: #f0f0f0;
  font-size: 160px;
  bottom: -54px;
  left: 20px;
  font-family: "Anton", sans-serif;
}

.conversionsMain {
  position: relative;
}
.conversionsMain h2, .conversionsMain .h2 {
  font-size: 110px;
  font-family: "Anton", sans-serif;
  color: #efefef;
  position: relative;
  top: 58px;
  z-index: 1;
  text-align: center;
  font-weight: 300;
}
@media (max-width: 767px) {
  .conversionsMain h2, .conversionsMain .h2 {
    font-size: 48px;
    top: 28px;
  }
}
.conversionsMain .conversions-cols {
  background: #25aae1;
  padding: 25px;
  border-radius: 10px;
  position: relative;
  z-index: 9;
  color: #fff;
}
@media (max-width: 767px) {
  .conversionsMain .conversions-cols {
    text-align: center;
  }
}
.conversionsMain .conversions-cols .converionsImg {
  padding: 40px;
}
.conversionsMain .conversions-cols .converionsImg img {
  width: 100%;
}
.conversionsMain .textCols {
  font-size: 26px;
}
@media (max-width: 767px) {
  .conversionsMain .textCols {
    font-size: 18px;
  }
}
.conversionsMain .textCols ul {
  padding-left: 45px;
}
.conversionsMain .textCols li {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .conversionsMain .textCols li {
    font-size: 16px !important;
  }
}

.ourJobMain {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .ourJobMain {
    padding: 40px 0;
  }
}
.ourJobMain h1, .ourJobMain .h1 {
  font-weight: 600;
}
@media (max-width: 767px) {
  .ourJobMain h1, .ourJobMain .h1 {
    font-size: 24px !important;
    margin-bottom: 10px !important;
  }
}
.ourJobMain .ourJob-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ourJobMain .ourJob-cols .jobBox {
  width: 100%;
  max-width: 285px;
  border: 2px dashed #f7941e;
  border-radius: 10px;
  padding: 25px;
  margin: 25px 30px;
}
@media (max-width: 767px) {
  .ourJobMain .ourJob-cols .jobBox {
    margin: 15px 0;
  }
}
.ourJobMain .ourJob-cols .jobBox .job-img {
  width: 100%;
  max-width: 80px;
  margin: auto;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ourJobMain .ourJob-cols .jobBox .job-img img {
  width: 100%;
}
.ourJobMain .ourJob-cols .jobBox .job-text {
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.6rem;
  margin-top: 18px;
}
@media (max-width: 767px) {
  .ourJobMain .ourJob-cols .jobBox .job-text {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .makingMain p {
    font-size: 18px !important;
  }
}
.makingMain .makingBox {
  background: #7bb131;
  padding: 20px;
  border-radius: 8px;
}
.makingMain .makingBox .makingImg {
  padding: 25px 50px;
}
@media (max-width: 767px) {
  .makingMain .makingBox .makingImg {
    padding: 25px;
  }
}
.makingMain .makingBox .makingImg img {
  width: 100%;
}
.makingMain .makingBox .makingText {
  font-size: 32px;
  color: #fff;
  text-align: left;
  font-weight: 400;
  line-height: 2.3rem;
}
@media (max-width: 767px) {
  .makingMain .makingBox .makingText {
    text-align: center;
    font-size: 22px;
    line-height: 1.7rem;
  }
}
.makingMain .makingBox .makingText img {
  width: 100%;
  max-width: 250px;
  position: relative;
  bottom: 6px;
}
@media (max-width: 767px) {
  .makingMain .makingBox .makingText img {
    max-width: 180px;
  }
}
.makingMain a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  max-width: 480px;
  background: #f7941e;
  padding: 10px 15px;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 4px solid #fff;
  outline: 2px solid #f7941e;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .makingMain a {
    font-size: 16px;
  }
}
.makingMain a:hover {
  background: #444;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.makingMain a img {
  width: 28px;
  margin-right: 8px;
}

.noteMain {
  padding: 50px 0 0;
}
.noteMain .noteCols {
  background: #f6f6f6;
  border-radius: 10px;
  padding: 30px 20px 10px;
}
.noteMain .noteCols .noteImg {
  width: 100%;
  max-width: 160px;
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
}
.noteMain .noteCols .title {
  font-weight: 500;
}
@media (max-width: 767px) {
  .noteMain .noteCols .title {
    text-align: center;
    font-size: 16px !important;
  }
}
.noteMain .noteCols p {
  font-weight: 500;
  line-height: 1.7rem;
}
@media (max-width: 767px) {
  .noteMain .noteCols p {
    font-size: 16px !important;
    text-align: center;
  }
}

.insightMain {
  position: relative;
}
.insightMain .container {
  position: relative;
}
.insightMain .container .tagImg {
  position: absolute;
  top: 147px;
  right: 16px;
  opacity: 0.2;
}

.insightTipsMain {
  position: relative;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .insightTipsMain {
    padding: 0;
  }
  .insightTipsMain .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.insightTipsMain .tagImg {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.insightTipsMain .tagImg img {
  width: 60px;
}
.insightTipsMain h6, .insightTipsMain .h6 {
  font-weight: 600;
  font-size: 36px;
  line-height: 2.4rem;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .insightTipsMain h6, .insightTipsMain .h6 {
    font-size: 28px;
    margin-top: 20px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .insightTipsMain h6, .insightTipsMain .h6 {
    font-size: 24px;
    line-height: 1.8rem;
  }
}
.insightTipsMain a {
  text-transform: uppercase;
  text-decoration: none;
  color: #f7941e;
}
.insightTipsMain a:hover {
  color: #444;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.insightTipsMain .insightImg {
  padding: 0 50px;
  padding-right: 0;
  position: relative;
}
@media (max-width: 991px) {
  .insightTipsMain .insightImg {
    padding-left: 20px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .insightTipsMain .insightImg {
    padding: 0;
  }
}
.insightTipsMain .insightImg img {
  width: 100%;
}

.insightListMain .insightList-cols {
  border-top: 1px solid #ccc;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .insightListMain .insightList-cols {
    margin-top: 30px;
    padding: 30px 0;
  }
}
.insightListMain .insightList-cols .insightBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .insightListMain .insightList-cols .insightBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
.insightListMain .insightList-cols .insightBox .boxImg {
  margin-right: 15px;
}
@media (max-width: 991px) {
  .insightListMain .insightList-cols .insightBox .boxImg {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .insightListMain .insightList-cols .insightBox .boxImg {
    width: 100%;
  }
  .insightListMain .insightList-cols .insightBox .boxImg img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .insightListMain .insightList-cols .insightBox .boxText {
    text-align: center;
  }
}
.insightListMain .insightList-cols .insightBox .boxText .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6rem;
}
@media (max-width: 767px) {
  .insightListMain .insightList-cols .insightBox .boxText .title {
    font-size: 18px;
    line-height: 1.4rem;
    margin-bottom: 10px;
  }
}
.insightListMain .insightList-cols .insightBox .boxText p {
  font-size: 14px;
  color: #5c5c5c;
}
.insightListMain .insightList-cols .insightBox .boxText a {
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #f7941e;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.insightListMain .insightList-cols .insightBox .boxText a:hover {
  color: #444;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.insightListMain .insightList-cols .insightPagination a {
  display: inline-block;
  width: 38px;
  height: 35px;
  background: #f3f3f3;
  border-radius: 5px;
  text-decoration: none;
  line-height: 35px;
  text-align: center;
  color: #6a6a6a;
  margin: 0 3px;
}
.insightListMain .insightList-cols .insightPagination a:hover {
  background: #f7941e;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.insightListMain .insightList-cols .insightPagination a:last-child {
  width: 60px;
}
.insightListMain .insightList-cols .insightPagination a.active {
  background: #f7941e;
  color: #fff;
}

.moreInsightMain {
  padding: 30px 0;
}
.moreInsightMain .moreInsight-cols {
  background: #f3f3f3;
  padding: 20px 20px 0;
}
.moreInsightMain .moreInsight-cols .moreInsight-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .moreInsightMain .moreInsight-cols .moreInsight-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.moreInsightMain .moreInsight-cols .moreInsight-box .moreInsight-img {
  width: 100%;
  max-width: 150px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .moreInsightMain .moreInsight-cols .moreInsight-box .moreInsight-img {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .moreInsightMain .moreInsight-cols .moreInsight-box .moreInsight-img img {
    width: 100%;
  }
}
.moreInsightMain .moreInsight-cols .moreInsight-box .moreInsight-img img {
  width: 100%;
}
@media (max-width: 767px) {
  .moreInsightMain .moreInsight-cols .moreInsight-box .moreInsight-text {
    text-align: center;
  }
}
.moreInsightMain .moreInsight-cols .moreInsight-box .moreInsight-text .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4rem;
}
@media (max-width: 767px) {
  .moreInsightMain .moreInsight-cols .moreInsight-box .moreInsight-text .title {
    font-size: 16px;
    line-height: 1.2rem;
  }
}
.moreInsightMain .moreInsight-cols .moreInsight-box .moreInsight-text p {
  font-size: 12px;
  color: #5c5c5c;
  margin: 10px 0;
}

body {
  font-weight: 500;
}

.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1190px !important;
  }
}

.collage {
  position: relative;
  width: 603px;
  height: 690px;
}
.collage-item {
  position: absolute;
  border-radius: 6px;
  background-color: #181818;
  overflow: hidden;
}
.collage-item-1 {
  top: 0;
  left: 0;
  width: 338px;
  height: 212px;
}
.collage-item-2 {
  left: 363px;
  top: 115px;
  width: 198px;
  height: 312px;
}
.collage-item-3 {
  left: 0;
  top: 237px;
  width: 338px;
  height: 446px;
}
.collage-item-4 {
  top: 452px;
  left: 363px;
  width: 238px;
  height: 230px;
}

.rounded-lg {
  border-radius: 6px !important;
}
@media (min-width: 992px) {
  .h-lg-45 {
    height: 45px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-72 {
    height: 72px !important;
  }
}
@media (min-width: 992px) {
  .h-lg-78 {
    height: 78px !important;
  }
}


.mb-0 {
  margin-bottom: 0px !important;
}


.mb-10 {
  margin-bottom: 10px !important;
}


.my-15 {
  margin-top: 15px !important;
}


.mb-15 {
  margin-bottom: 15px !important;
}

.me-15 {
  margin-right: 15px !important;
}


.my-20 {
  margin-top: 20px !important;
}


.mb-20 {
  margin-bottom: 20px !important;
}

.ms-20 {
  margin-left: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-25,
.mb-25 {
  margin-bottom: 25px !important;
}

.me-29 {
  margin-right: 29px !important;
}


.my-30 {
  margin-top: 30px !important;
}


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

.mt-31 {
  margin-top: 31px !important;
}

.mt-31 {
  margin-bottom: 31px !important;
}

.mt-35,
.my-35 {
  margin-top: 35px !important;
}

.mt-35,
.mb-35 {
  margin-bottom: 35px !important;
}

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

.mt-40,
.mb-40 {
  margin-bottom: 40px !important;
}


.my-50 {
  margin-top: 50px !important;
}


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


.mb-100 {
  margin-bottom: 100px !important;
}
@media (min-width: 992px) {

  
.mb-lg-5 {
    margin-bottom: 5px !important;
  }
}
@media (min-width: 992px) {

  .ms-lg-16 {
    margin-left: 16px !important;
  }
}
@media (min-width: 992px) {

  .me-lg-23 {
    margin-right: 23px !important;
  }
}
@media (min-width: 992px) {

  
.mb-lg-25 {
    margin-bottom: 25px !important;
  }
}
@media (min-width: 992px) {

  
.mb-lg-28 {
    margin-bottom: 28px !important;
  }
}
@media (min-width: 992px) {

  
.mb-lg-30 {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 992px) {

  
.mb-lg-36 {
    margin-bottom: 36px !important;
  }
}
@media (min-width: 992px) {

  
.mb-lg-37 {
    margin-bottom: 37px !important;
  }
}
@media (min-width: 992px) {
  
.my-lg-40 {
    margin-top: 40px !important;
  }

  
.mb-lg-40 {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-50 {
    margin-top: 50px !important;
  }

  .mt-lg-50,
.mb-lg-50 {
    margin-bottom: 50px !important;
  }
}
@media (min-width: 992px) {

  
.mb-lg-70 {
    margin-bottom: 70px !important;
  }
}
@media (min-width: 992px) {

  
.mb-lg-87 {
    margin-bottom: 87px !important;
  }
}
@media (min-width: 992px) {

  
.mb-lg-100 {
    margin-bottom: 100px !important;
  }
}
@media (min-width: 992px) {

  
.mb-lg-150 {
    margin-bottom: 150px !important;
  }
}

.ps-20 {
  padding-left: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pe-40 {
  padding-right: 40px !important;
}
@media (min-width: 992px) {

  
.px-lg-20 {
    padding-left: 20px !important;
  }

  
.px-lg-20 {
    padding-right: 20px !important;
  }
}
@media (min-width: 992px) {

  
.px-lg-30 {
    padding-left: 30px !important;
  }

  .pe-lg-30,
.px-lg-30 {
    padding-right: 30px !important;
  }
}
@media (min-width: 992px) {
  .pt-lg-34 {
    padding-top: 34px !important;
  }
}
@media (min-width: 992px) {

  .pe-lg-40 {
    padding-right: 40px !important;
  }
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-23 {
  font-size: 23px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-30 {
  font-size: 30px !important;
}

.fs-35 {
  font-size: 35px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.fs-60 {
  font-size: 60px !important;
}
@media (min-width: 992px) {
  .fs-lg-14 {
    font-size: 14px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-16 {
    font-size: 16px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-18 {
    font-size: 18px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-20 {
    font-size: 20px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-22 {
    font-size: 22px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-27 {
    font-size: 27px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-35 {
    font-size: 35px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-36 {
    font-size: 36px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-42 {
    font-size: 42px !important;
  }
}
@media (min-width: 992px) {
  .fs-lg-68 {
    font-size: 68px !important;
  }
}

.bg-orange {
  background-color: #f7941e !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-gray-900 {
  background-color: #181818 !important;
}

.hover-bg-orange:hover {
  background-color: #f7941e !important;
}

.hover-bg-gray-800:hover {
  background-color: #2a2a2a !important;
}

.hover-bg-gray-900:hover {
  background-color: #181818 !important;
}

.color-orange {
  color: #f7941e !important;
}

.color-white {
  color: #fff !important;
}

.color-gray-400 {
  color: #ced4da !important;
}

.color-gray-600 {
  color: #9e9e9e !important;
}

.color-gray-700 {
  color: #5c5c5c !important;
}

.color-gray-800 {
  color: #2a2a2a !important;
}

.color-gray-900 {
  color: #181818 !important;
}

.hover-color-orange:hover {
  color: #f7941e !important;
}

.border-color-orange {
  border-color: #f7941e !important;
}

.border-color-gray-600 {
  border-color: #9e9e9e !important;
}