/* URETILMIS DOSYA - ELLE DUZENLEMEYIN.
   Kaynak: animate.css, custom-fonts.css, main.css, e2p-brand.css, theme-inline.css
   Uretici: tools/build-comparison-css.mjs  (npm run gen:comparison)
   Tum secicilere ".e2p-cmp" oneki eklendi; html/body/:root/* konteynere indirgendi. */
/* ===== site ciplak-eleman kurallarinin notrallestirilmesi =====
   Kaynak: public/assets/scss/reports.min.css — bkz. tools/build-comparison-css.mjs */
.e2p-cmp a { -moz-transition: unset; -ms-transition: unset; -o-transition: unset; -webkit-transition: unset; color: unset; outline: unset; text-decoration: unset; transition: unset; }
.e2p-cmp blockquote { margin: unset; padding: unset; }
.e2p-cmp button { -moz-transition: unset; -ms-transition: unset; -o-transition: unset; -webkit-transition: unset; margin: unset; outline: unset; transition: unset; }
.e2p-cmp figure { margin: unset; padding: unset; }
.e2p-cmp footer { background-color: unset; color: unset; float: unset; overflow: unset; padding: unset; position: unset; width: unset; }
.e2p-cmp h1 { color: unset; font-family: unset; font-size: unset; font-weight: unset; letter-spacing: unset; line-height: unset; margin: unset; margin-bottom: unset; padding: unset; }
.e2p-cmp h2 { color: unset; font-family: unset; font-size: unset; font-weight: unset; letter-spacing: unset; line-height: unset; margin: unset; margin-bottom: unset; padding: unset; }
.e2p-cmp h3 { color: unset; font-family: unset; font-size: unset; font-weight: unset; letter-spacing: unset; line-height: unset; margin: unset; margin-bottom: unset; padding: unset; }
.e2p-cmp h4 { color: unset; font-family: unset; font-size: unset; font-weight: unset; letter-spacing: unset; line-height: unset; margin: unset; margin-bottom: unset; padding: unset; }
.e2p-cmp h5 { font-family: unset; font-size: unset; font-weight: unset; letter-spacing: unset; line-height: unset; margin: unset; margin-bottom: unset; padding: unset; }
.e2p-cmp h6 { color: unset; font-family: unset; font-size: unset; font-weight: unset; letter-spacing: unset; line-height: unset; margin: unset; margin-bottom: unset; padding: unset; }
.e2p-cmp header { float: unset; width: unset; }
.e2p-cmp hr { border: unset; border-top: unset; margin: unset; margin-bottom: unset; margin-top: unset; padding: unset; }
.e2p-cmp img { border: unset; height: unset; max-width: unset; outline: unset; }
.e2p-cmp input { box-shadow: unset; margin: unset; }
.e2p-cmp label { display: unset; font-weight: unset; margin-bottom: unset; max-width: unset; }
.e2p-cmp li { margin: unset; padding: unset; }
.e2p-cmp ol { margin: unset; padding: unset; }
.e2p-cmp p { color: unset; font-family: unset; font-size: unset; font-weight: unset; line-height: unset; margin: unset; padding: unset; text-align: unset; text-transform: unset; }
.e2p-cmp pre { background-color: unset; border: unset; border-radius: unset; color: unset; display: unset; float: unset; font-size: unset; line-height: unset; margin: unset; padding: unset; width: unset; word-break: unset; word-wrap: unset; }
.e2p-cmp section { float: unset; width: unset; }
.e2p-cmp select { margin: unset; }
.e2p-cmp table { border-collapse: unset; border-spacing: unset; }
.e2p-cmp td { padding: unset; }
.e2p-cmp textarea { margin: unset; padding: unset; }
.e2p-cmp th { padding: unset; }
.e2p-cmp ul { list-style-type: unset; margin: unset; padding: unset; }


/* ===== animate.css ===== */
@charset "UTF-8";


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

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

.e2p-cmp .animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

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

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

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.e2p-cmp .bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

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

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

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

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

.e2p-cmp .flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.e2p-cmp .pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

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

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

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

.e2p-cmp .swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.e2p-cmp .tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

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

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.e2p-cmp .wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.e2p-cmp .bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

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

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.e2p-cmp .bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

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

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.e2p-cmp .bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

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

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.e2p-cmp .bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

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

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.e2p-cmp .bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}

.e2p-cmp .bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.e2p-cmp .bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.e2p-cmp .bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.e2p-cmp .bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.e2p-cmp .bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.e2p-cmp .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.e2p-cmp .fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.e2p-cmp .fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.e2p-cmp .fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.e2p-cmp .fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.e2p-cmp .fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.e2p-cmp .fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.e2p-cmp .fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

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

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.e2p-cmp .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.e2p-cmp .fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.e2p-cmp .fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.e2p-cmp .fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.e2p-cmp .fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.e2p-cmp .fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.e2p-cmp .fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

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

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.e2p-cmp .fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.e2p-cmp .fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.e2p-cmp .animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.e2p-cmp .flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.e2p-cmp .flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.e2p-cmp .flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.e2p-cmp .flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.e2p-cmp .lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.e2p-cmp .lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.e2p-cmp .rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.e2p-cmp .rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.e2p-cmp .rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.e2p-cmp .rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.e2p-cmp .rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.e2p-cmp .rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.e2p-cmp .rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.e2p-cmp .rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.e2p-cmp .rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.e2p-cmp .rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

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

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.e2p-cmp .slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

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

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.e2p-cmp .slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

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

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.e2p-cmp .slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.e2p-cmp .slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.e2p-cmp .slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.e2p-cmp .slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(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: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-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: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.e2p-cmp .hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.e2p-cmp .rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.e2p-cmp .rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

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

  50% {
    opacity: 1;
  }
}

.e2p-cmp .zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.e2p-cmp .zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.e2p-cmp .zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.e2p-cmp .zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.e2p-cmp .zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

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

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

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

  to {
    opacity: 0;
  }
}

.e2p-cmp .zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.e2p-cmp .zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

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

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

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

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

.e2p-cmp .zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

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

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

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

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

.e2p-cmp .zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.e2p-cmp .zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
/* ===== custom-fonts.css ===== */
@font-face {
    font-family: 'BwGradual';
    src: url('../fonts/BwGradualDEMO-Bold.woff2') format('woff2'),
    url('../fonts/BwGradualDEMO-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'BwGradual';
    src: url('../fonts/BwGradualDEMO-Medium.woff2') format('woff2'),
    url('../fonts/BwGradualDEMO-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'BwGradual';
    src: url('../fonts/BwGradualDEMO-Regular.woff2') format('woff2'),
    url('../fonts/BwGradualDEMO-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
/* ===== main.css ===== */
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
.e2p-cmp {
  --font-body: "Inter", sans-serif;
  --font-heading: 'BwGradual';
  --font-secondary: "Playfair Display", serif;
  --font-caveat: "Caveat", cursive;
  --color-primary: #6840ff;
  --color-secondary: #a1ff62;
  --color-heading: #140f26;
  --color-default: #403A56;
  --color-white: #fff;
  --color-black: #000;
  --color-body: #fff;
  --easing: cubic-bezier(0.67, 0.04, 0.3, 0.91); }

.e2p-cmp.help-desk {
  --color-primary: #045857;
  --color-secondary: #7afd7a;
  --color-heading: #045857;
  --color-default: #3f6c6b; }

.e2p-cmp .fintech-saas {
  --color-primary: #533afd;
  --color-secondary: #d4ceff;
  --color-heading: #0d1738;
  --color-default: #5a5869;
  --color-border: #e9e5ff; }

.e2p-cmp .automation-saas {
  --color-primary: #781afe;
  --color-heading: #131313;
  --color-default: #777676; }

.e2p-cmp .inner-page {
  --color-primary: #533afd;
  --color-secondary: #e6e3fb;
  --color-heading: #0d1738;
  --color-default: #0d1738; }

/* reset css start */
.e2p-cmp {
  scroll-behavior: auto; }

.e2p-cmp {
  scroll-behavior: smooth; }

.e2p-cmp {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0;
  position: relative;
  word-wrap: break-word;
  color: var(--color-default);
  font-family: var(--font-body);
  background-color: var(--color-body); }

.e2p-cmp img {
  max-width: 100%;
  height: auto; }

.e2p-cmp ul {
  margin: 0px;
  padding: 0px; }

.e2p-cmp button {
  cursor: pointer; }

.e2p-cmp:focus, .e2p-cmp *:focus {
  outline: none; }

.e2p-cmp button {
  border: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.e2p-cmp button:focus {
  outline: none; }

.e2p-cmp a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .e2p-cmp a:hover {
    color: inherit; }

.e2p-cmp select {
  height: 55px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/icon/select-arrow.png);
  background-position: calc(100% - 10px) 50%;
  background-repeat: no-repeat;
  padding-right: 20px;
  background-color: transparent;
  border: 0; }

.e2p-cmp input[type="text"], .e2p-cmp input[type="password"], .e2p-cmp input[type="email"], .e2p-cmp input[type="tel"], .e2p-cmp form select, .e2p-cmp textarea {
  width: 100%;
  height: 75px;
  border-radius: 0;
  background-color: #F3F4F5;
  padding: 10px 20px;
  border: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-black);
  font-weight: 500; }
  .e2p-cmp input[type="text"]::-webkit-input-placeholder, .e2p-cmp input[type="password"]::-webkit-input-placeholder, .e2p-cmp input[type="email"]::-webkit-input-placeholder, .e2p-cmp input[type="tel"]::-webkit-input-placeholder, .e2p-cmp form select::-webkit-input-placeholder, .e2p-cmp textarea::-webkit-input-placeholder {
    color: #888686;
    opacity: 1; }
  .e2p-cmp input[type="text"]::-moz-placeholder, .e2p-cmp input[type="password"]::-moz-placeholder, .e2p-cmp input[type="email"]::-moz-placeholder, .e2p-cmp input[type="tel"]::-moz-placeholder, .e2p-cmp form select::-moz-placeholder, .e2p-cmp textarea::-moz-placeholder {
    color: #888686;
    opacity: 1; }
  .e2p-cmp input[type="text"]:-ms-input-placeholder, .e2p-cmp input[type="password"]:-ms-input-placeholder, .e2p-cmp input[type="email"]:-ms-input-placeholder, .e2p-cmp input[type="tel"]:-ms-input-placeholder, .e2p-cmp form select:-ms-input-placeholder, .e2p-cmp textarea:-ms-input-placeholder {
    color: #888686;
    opacity: 1; }
  .e2p-cmp input[type="text"]:-moz-placeholder, .e2p-cmp input[type="password"]:-moz-placeholder, .e2p-cmp input[type="email"]:-moz-placeholder, .e2p-cmp input[type="tel"]:-moz-placeholder, .e2p-cmp form select:-moz-placeholder, .e2p-cmp textarea:-moz-placeholder {
    color: #888686;
    opacity: 1; }

.e2p-cmp textarea {
  height: 100px; }

.e2p-cmp button {
  border: 0; }

.e2p-cmp table {
  width: 100%; }

.e2p-cmp p, .e2p-cmp li, .e2p-cmp span {
  margin-bottom: 0; }

/* reset css end */
/* global css start */
.e2p-cmp .nice-select {
  background-color: transparent;
  height: 60px;
  line-height: 59px;
  min-height: 60px;
  padding: 0 20px;
  width: 100%;
  padding: 0 46px;
  margin-bottom: 20px;
  background-color: #F3F4F5;
  border: 0;
  font-size: 16px; }
  .e2p-cmp .nice-select::after {
    border-bottom: 1.9px solid #4C6A6D;
    border-right: 1.9px solid #4C6A6D;
    height: 6px;
    right: 20px;
    width: 6px; }
  .e2p-cmp .nice-select .option {
    line-height: 38px;
    min-height: 38px; }
  .e2p-cmp .nice-select .option:hover, .e2p-cmp .nice-select .option.focus, .e2p-cmp .nice-select .option.selected.focus {
    background-color: rgba(11, 20, 34, 0.04); }
  .e2p-cmp .nice-select .list {
    width: 100%;
    margin-top: 0;
    padding: 12px 18px;
    border-radius: 0 0 5px 5px;
    -webkit-transform: scale(1) translateY(30px);
    -ms-transform: scale(1) translateY(30px);
    transform: scale(1) translateY(30px);
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .e2p-cmp .nice-select .list li {
      margin-right: 0 !important;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px; }
      .e2p-cmp .nice-select .list li:hover {
        color: var(--color-heading);
        background-color: rgba(11, 20, 34, 0.04); }
    .e2p-cmp .nice-select .list .option {
      color: var(--color-dark);
      font-weight: 500; }
      .e2p-cmp .nice-select .list .option.selected {
        font-weight: 500; }
      .e2p-cmp .nice-select .list .option.selected, .e2p-cmp .nice-select .list .option:hover {
        border: none !important; }

/* global css end */
.e2p-cmp .body_wrap {
  position: relative;
  overflow: clip; }

.e2p-cmp .bg_img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }

.e2p-cmp .white-bg {
  background: var(--color-white); }

.e2p-cmp .black-bg {
  background: var(--color-black); }

.e2p-cmp .clr-white {
  color: var(--color-white) !important; }

.e2p-cmp .clr-black {
  color: var(--color-black); }

.e2p-cmp .pos-rel {
  position: relative; }

.e2p-cmp .pos-absolute {
  position: absolute; }

.e2p-cmp .f-right {
  float: right; }

.e2p-cmp .border-effect a, .e2p-cmp .border-effect-2 a {
  display: inline !important;
  width: 100%;
  background-repeat: no-repeat;
  background-position-y: -2px;
  background-image: linear-gradient(transparent calc(100% - 2px), currentColor 1px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: 0 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .e2p-cmp .border-effect a:hover, .e2p-cmp .border-effect-2 a:hover {
    background-size: 100% 100%;
    color: inherit; }

.e2p-cmp .border-effect-2 a {
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px); }

.e2p-cmp .xb-close {
  background: rgba(0, 0, 0, 0.04);
  border: 9px solid transparent;
  color: #777;
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative; }
  .e2p-cmp .xb-close::before, .e2p-cmp .xb-close::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: #1b1b1b; }
  .e2p-cmp .xb-close::before {
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .e2p-cmp .xb-close::after {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .e2p-cmp .xb-close:hover::before, .e2p-cmp .xb-close:hover::after {
    -webkit-transform: rotate(0);
    -khtml-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }

/* order & unorder list reset - start */
.e2p-cmp .ul_li, .e2p-cmp .ul_li_right, .e2p-cmp .ul_li_center, .e2p-cmp .ul_li_between {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.e2p-cmp .ul_li > li, .e2p-cmp .ul_li_right > li, .e2p-cmp .ul_li_center > li, .e2p-cmp .ul_li_between > li {
  float: left;
  list-style: none;
  display: inline-block; }

.e2p-cmp .ul_li {
  justify-content: flex-start; }

.e2p-cmp .ul_li_center {
  justify-content: center; }

.e2p-cmp .ul_li_right {
  justify-content: flex-end; }

.e2p-cmp .ul_li_between {
  justify-content: space-between; }

.e2p-cmp .ul_li_block {
  margin: 0px;
  padding: 0px;
  display: block; }

.e2p-cmp .ul_li_block > li {
  display: block;
  list-style: none; }

.e2p-cmp .flex-1 {
  flex: 1; }

.e2p-cmp .xb-odm {
  overflow: hidden; }

.e2p-cmp .xb-odm .xbo.xbo-auto-theme .xbo-digit .xbo-digit-inner, .e2p-cmp .xb-odm .xbo.xbo-theme-default .xbo-digit .xbo-digit-inner {
  overflow: initial;
  overscroll-behavior-y: hidden; }

/*--
    - Margin & Padding
-----------------------------------------*/
/*-- Margin Top --*/
.e2p-cmp .mt-none-5 {
  margin-top: -5px; }

.e2p-cmp .mt-none-10 {
  margin-top: -10px; }

.e2p-cmp .mt-none-15 {
  margin-top: -15px; }

.e2p-cmp .mt-none-20 {
  margin-top: -20px; }

.e2p-cmp .mt-none-25 {
  margin-top: -25px; }

.e2p-cmp .mt-none-30 {
  margin-top: -30px; }

.e2p-cmp .mt-none-35 {
  margin-top: -35px; }

.e2p-cmp .mt-none-40 {
  margin-top: -40px; }

.e2p-cmp .mt-none-45 {
  margin-top: -45px; }

.e2p-cmp .mt-none-50 {
  margin-top: -50px; }

.e2p-cmp .mt-none-55 {
  margin-top: -55px; }

.e2p-cmp .mt-none-60 {
  margin-top: -60px; }

.e2p-cmp .mt-none-65 {
  margin-top: -65px; }

.e2p-cmp .mt-none-70 {
  margin-top: -70px; }

.e2p-cmp .mt-none-75 {
  margin-top: -75px; }

.e2p-cmp .mt-none-80 {
  margin-top: -80px; }

.e2p-cmp .mt-none-85 {
  margin-top: -85px; }

.e2p-cmp .mt-none-90 {
  margin-top: -90px; }

.e2p-cmp .mt-none-95 {
  margin-top: -95px; }

.e2p-cmp .mt-none-100 {
  margin-top: -100px; }

/*-- Margin Top --*/
.e2p-cmp .mt-5 {
  margin-top: 5px; }

.e2p-cmp .mt-10 {
  margin-top: 10px; }

.e2p-cmp .mt-15 {
  margin-top: 15px; }

.e2p-cmp .mt-20 {
  margin-top: 20px; }

.e2p-cmp .mt-25 {
  margin-top: 25px; }

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

.e2p-cmp .mt-35 {
  margin-top: 35px; }

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

.e2p-cmp .mt-45 {
  margin-top: 45px; }

.e2p-cmp .mt-50 {
  margin-top: 50px; }

.e2p-cmp .mt-55 {
  margin-top: 55px; }

.e2p-cmp .mt-60 {
  margin-top: 60px; }

.e2p-cmp .mt-65 {
  margin-top: 65px; }

.e2p-cmp .mt-70 {
  margin-top: 70px; }

.e2p-cmp .mt-75 {
  margin-top: 75px; }

.e2p-cmp .mt-80 {
  margin-top: 80px; }

.e2p-cmp .mt-85 {
  margin-top: 85px; }

.e2p-cmp .mt-90 {
  margin-top: 90px; }

.e2p-cmp .mt-95 {
  margin-top: 95px; }

.e2p-cmp .mt-100 {
  margin-top: 100px; }

.e2p-cmp .mt-105 {
  margin-top: 105px; }

.e2p-cmp .mt-110 {
  margin-top: 110px; }

.e2p-cmp .mt-115 {
  margin-top: 115px; }

.e2p-cmp .mt-120 {
  margin-top: 120px; }

.e2p-cmp .mt-125 {
  margin-top: 125px; }

.e2p-cmp .mt-130 {
  margin-top: 130px; }

.e2p-cmp .mt-135 {
  margin-top: 135px; }

.e2p-cmp .mt-140 {
  margin-top: 140px; }

.e2p-cmp .mt-145 {
  margin-top: 145px; }

.e2p-cmp .mt-150 {
  margin-top: 150px; }

.e2p-cmp .mt-155 {
  margin-top: 155px; }

.e2p-cmp .mt-160 {
  margin-top: 160px; }

.e2p-cmp .mt-165 {
  margin-top: 165px; }

.e2p-cmp .mt-170 {
  margin-top: 170px; }

.e2p-cmp .mt-175 {
  margin-top: 175px; }

.e2p-cmp .mt-180 {
  margin-top: 180px; }

.e2p-cmp .mt-185 {
  margin-top: 185px; }

.e2p-cmp .mt-190 {
  margin-top: 190px; }

.e2p-cmp .mt-195 {
  margin-top: 195px; }

.e2p-cmp .mt-200 {
  margin-top: 200px; }

/*-- Margin Bottom --*/
.e2p-cmp .mb-5 {
  margin-bottom: 5px; }

.e2p-cmp .mb-10 {
  margin-bottom: 10px; }

.e2p-cmp .mb-15 {
  margin-bottom: 15px; }

.e2p-cmp .mb-20 {
  margin-bottom: 20px; }

.e2p-cmp .mb-25 {
  margin-bottom: 25px; }

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

.e2p-cmp .mb-35 {
  margin-bottom: 35px; }

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

.e2p-cmp .mb-45 {
  margin-bottom: 45px; }

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

.e2p-cmp .mb-55 {
  margin-bottom: 55px; }

.e2p-cmp .mb-60 {
  margin-bottom: 60px; }

.e2p-cmp .mb-65 {
  margin-bottom: 65px; }

.e2p-cmp .mb-70 {
  margin-bottom: 70px; }

.e2p-cmp .mb-75 {
  margin-bottom: 75px; }

.e2p-cmp .mb-80 {
  margin-bottom: 80px; }

.e2p-cmp .mb-85 {
  margin-bottom: 85px; }

.e2p-cmp .mb-90 {
  margin-bottom: 90px; }

.e2p-cmp .mb-95 {
  margin-bottom: 95px; }

.e2p-cmp .mb-100 {
  margin-bottom: 100px; }

.e2p-cmp .mb-105 {
  margin-bottom: 105px; }

.e2p-cmp .mb-110 {
  margin-bottom: 110px; }

.e2p-cmp .mb-115 {
  margin-bottom: 115px; }

.e2p-cmp .mb-120 {
  margin-bottom: 120px; }

.e2p-cmp .mb-125 {
  margin-bottom: 125px; }

.e2p-cmp .mb-130 {
  margin-bottom: 130px; }

.e2p-cmp .mb-135 {
  margin-bottom: 135px; }

.e2p-cmp .mb-140 {
  margin-bottom: 140px; }

.e2p-cmp .mb-145 {
  margin-bottom: 145px; }

.e2p-cmp .mb-150 {
  margin-bottom: 150px; }

.e2p-cmp .mb-155 {
  margin-bottom: 155px; }

.e2p-cmp .mb-160 {
  margin-bottom: 160px; }

.e2p-cmp .mb-165 {
  margin-bottom: 165px; }

.e2p-cmp .mb-170 {
  margin-bottom: 170px; }

.e2p-cmp .mb-175 {
  margin-bottom: 175px; }

.e2p-cmp .mb-180 {
  margin-bottom: 180px; }

.e2p-cmp .mb-185 {
  margin-bottom: 185px; }

.e2p-cmp .mb-190 {
  margin-bottom: 190px; }

.e2p-cmp .mb-195 {
  margin-bottom: 195px; }

.e2p-cmp .mb-200 {
  margin-bottom: 200px; }

/*-- Margin Left --*/
.e2p-cmp .ml-5 {
  margin-left: 5px; }

.e2p-cmp .ml-10 {
  margin-left: 10px; }

.e2p-cmp .ml-15 {
  margin-left: 15px; }

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

.e2p-cmp .ml-25 {
  margin-left: 25px; }

.e2p-cmp .ml-30 {
  margin-left: 30px; }

.e2p-cmp .ml-35 {
  margin-left: 35px; }

.e2p-cmp .ml-40 {
  margin-left: 40px; }

.e2p-cmp .ml-45 {
  margin-left: 45px; }

.e2p-cmp .ml-50 {
  margin-left: 50px; }

.e2p-cmp .ml-55 {
  margin-left: 55px; }

.e2p-cmp .ml-60 {
  margin-left: 60px; }

.e2p-cmp .ml-65 {
  margin-left: 65px; }

.e2p-cmp .ml-70 {
  margin-left: 70px; }

.e2p-cmp .ml-75 {
  margin-left: 75px; }

.e2p-cmp .ml-80 {
  margin-left: 80px; }

.e2p-cmp .ml-85 {
  margin-left: 85px; }

.e2p-cmp .ml-90 {
  margin-left: 90px; }

.e2p-cmp .ml-95 {
  margin-left: 95px; }

.e2p-cmp .ml-100 {
  margin-left: 100px; }

.e2p-cmp .ml-105 {
  margin-left: 105px; }

.e2p-cmp .ml-110 {
  margin-left: 110px; }

.e2p-cmp .ml-115 {
  margin-left: 115px; }

.e2p-cmp .ml-120 {
  margin-left: 120px; }

.e2p-cmp .ml-125 {
  margin-left: 125px; }

.e2p-cmp .ml-130 {
  margin-left: 130px; }

.e2p-cmp .ml-135 {
  margin-left: 135px; }

.e2p-cmp .ml-140 {
  margin-left: 140px; }

.e2p-cmp .ml-145 {
  margin-left: 145px; }

.e2p-cmp .ml-150 {
  margin-left: 150px; }

.e2p-cmp .ml-155 {
  margin-left: 155px; }

.e2p-cmp .ml-160 {
  margin-left: 160px; }

.e2p-cmp .ml-165 {
  margin-left: 165px; }

.e2p-cmp .ml-170 {
  margin-left: 170px; }

.e2p-cmp .ml-175 {
  margin-left: 175px; }

.e2p-cmp .ml-180 {
  margin-left: 180px; }

.e2p-cmp .ml-185 {
  margin-left: 185px; }

.e2p-cmp .ml-190 {
  margin-left: 190px; }

.e2p-cmp .ml-195 {
  margin-left: 195px; }

.e2p-cmp .ml-200 {
  margin-left: 200px; }

/*-- Margin Right --*/
.e2p-cmp .mr-5 {
  margin-right: 5px; }

.e2p-cmp .mr-10 {
  margin-right: 10px; }

.e2p-cmp .mr-15 {
  margin-right: 15px; }

.e2p-cmp .mr-20 {
  margin-right: 20px; }

.e2p-cmp .mr-25 {
  margin-right: 25px; }

.e2p-cmp .mr-30 {
  margin-right: 30px; }

.e2p-cmp .mr-35 {
  margin-right: 35px; }

.e2p-cmp .mr-40 {
  margin-right: 40px; }

.e2p-cmp .mr-45 {
  margin-right: 45px; }

.e2p-cmp .mr-50 {
  margin-right: 50px; }

.e2p-cmp .mr-55 {
  margin-right: 55px; }

.e2p-cmp .mr-60 {
  margin-right: 60px; }

.e2p-cmp .mr-65 {
  margin-right: 65px; }

.e2p-cmp .mr-70 {
  margin-right: 70px; }

.e2p-cmp .mr-75 {
  margin-right: 75px; }

.e2p-cmp .mr-80 {
  margin-right: 80px; }

.e2p-cmp .mr-85 {
  margin-right: 85px; }

.e2p-cmp .mr-90 {
  margin-right: 90px; }

.e2p-cmp .mr-95 {
  margin-right: 95px; }

.e2p-cmp .mr-100 {
  margin-right: 100px; }

.e2p-cmp .mr-105 {
  margin-right: 105px; }

.e2p-cmp .mr-110 {
  margin-right: 110px; }

.e2p-cmp .mr-115 {
  margin-right: 115px; }

.e2p-cmp .mr-120 {
  margin-right: 120px; }

.e2p-cmp .mr-125 {
  margin-right: 125px; }

.e2p-cmp .mr-130 {
  margin-right: 130px; }

.e2p-cmp .mr-135 {
  margin-right: 135px; }

.e2p-cmp .mr-140 {
  margin-right: 140px; }

.e2p-cmp .mr-145 {
  margin-right: 145px; }

.e2p-cmp .mr-150 {
  margin-right: 150px; }

.e2p-cmp .mr-155 {
  margin-right: 155px; }

.e2p-cmp .mr-160 {
  margin-right: 160px; }

.e2p-cmp .mr-165 {
  margin-right: 165px; }

.e2p-cmp .mr-170 {
  margin-right: 170px; }

.e2p-cmp .mr-175 {
  margin-right: 175px; }

.e2p-cmp .mr-180 {
  margin-right: 180px; }

.e2p-cmp .mr-185 {
  margin-right: 185px; }

.e2p-cmp .mr-190 {
  margin-right: 190px; }

.e2p-cmp .mr-195 {
  margin-right: 195px; }

.e2p-cmp .mr-200 {
  margin-right: 200px; }

/*-- Padding Top --*/
.e2p-cmp .pt-5 {
  padding-top: 5px; }

.e2p-cmp .pt-10 {
  padding-top: 10px; }

.e2p-cmp .pt-15 {
  padding-top: 15px; }

.e2p-cmp .pt-20 {
  padding-top: 20px; }

.e2p-cmp .pt-25 {
  padding-top: 25px; }

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

.e2p-cmp .pt-35 {
  padding-top: 35px; }

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

.e2p-cmp .pt-45 {
  padding-top: 45px; }

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

.e2p-cmp .pt-55 {
  padding-top: 55px; }

.e2p-cmp .pt-60 {
  padding-top: 60px; }

.e2p-cmp .pt-65 {
  padding-top: 65px; }

.e2p-cmp .pt-70 {
  padding-top: 70px; }

.e2p-cmp .pt-75 {
  padding-top: 75px; }

.e2p-cmp .pt-80 {
  padding-top: 80px; }

.e2p-cmp .pt-85 {
  padding-top: 85px; }

.e2p-cmp .pt-90 {
  padding-top: 90px; }

.e2p-cmp .pt-95 {
  padding-top: 95px; }

.e2p-cmp .pt-100 {
  padding-top: 100px; }

.e2p-cmp .pt-105 {
  padding-top: 105px; }

.e2p-cmp .pt-110 {
  padding-top: 110px; }

.e2p-cmp .pt-115 {
  padding-top: 115px; }

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

.e2p-cmp .pt-125 {
  padding-top: 125px; }

.e2p-cmp .pt-130 {
  padding-top: 130px; }

.e2p-cmp .pt-135 {
  padding-top: 135px; }

.e2p-cmp .pt-140 {
  padding-top: 140px; }

.e2p-cmp .pt-145 {
  padding-top: 145px; }

.e2p-cmp .pt-150 {
  padding-top: 150px; }

.e2p-cmp .pt-155 {
  padding-top: 155px; }

.e2p-cmp .pt-160 {
  padding-top: 160px; }

.e2p-cmp .pt-165 {
  padding-top: 165px; }

.e2p-cmp .pt-170 {
  padding-top: 170px; }

.e2p-cmp .pt-175 {
  padding-top: 175px; }

.e2p-cmp .pt-180 {
  padding-top: 180px; }

.e2p-cmp .pt-185 {
  padding-top: 185px; }

.e2p-cmp .pt-190 {
  padding-top: 190px; }

.e2p-cmp .pt-195 {
  padding-top: 195px; }

.e2p-cmp .pt-200 {
  padding-top: 200px; }

/*-- Padding Bottom --*/
.e2p-cmp .pb-5 {
  padding-bottom: 5px; }

.e2p-cmp .pb-10 {
  padding-bottom: 10px; }

.e2p-cmp .pb-15 {
  padding-bottom: 15px; }

.e2p-cmp .pb-20 {
  padding-bottom: 20px; }

.e2p-cmp .pb-25 {
  padding-bottom: 25px; }

.e2p-cmp .pb-30 {
  padding-bottom: 30px; }

.e2p-cmp .pb-35 {
  padding-bottom: 35px; }

.e2p-cmp .pb-40 {
  padding-bottom: 40px; }

.e2p-cmp .pb-45 {
  padding-bottom: 45px; }

.e2p-cmp .pb-50 {
  padding-bottom: 50px; }

.e2p-cmp .pb-55 {
  padding-bottom: 55px; }

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

.e2p-cmp .pb-65 {
  padding-bottom: 65px; }

.e2p-cmp .pb-70 {
  padding-bottom: 70px; }

.e2p-cmp .pb-75 {
  padding-bottom: 75px; }

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

.e2p-cmp .pb-85 {
  padding-bottom: 85px; }

.e2p-cmp .pb-90 {
  padding-bottom: 90px; }

.e2p-cmp .pb-95 {
  padding-bottom: 95px; }

.e2p-cmp .pb-100 {
  padding-bottom: 100px; }

.e2p-cmp .pb-105 {
  padding-bottom: 105px; }

.e2p-cmp .pb-110 {
  padding-bottom: 110px; }

.e2p-cmp .pb-115 {
  padding-bottom: 115px; }

.e2p-cmp .pb-120 {
  padding-bottom: 120px; }

.e2p-cmp .pb-125 {
  padding-bottom: 125px; }

.e2p-cmp .pb-130 {
  padding-bottom: 130px; }

.e2p-cmp .pb-135 {
  padding-bottom: 135px; }

.e2p-cmp .pb-140 {
  padding-bottom: 140px; }

.e2p-cmp .pb-145 {
  padding-bottom: 145px; }

.e2p-cmp .pb-150 {
  padding-bottom: 150px; }

.e2p-cmp .pb-155 {
  padding-bottom: 155px; }

.e2p-cmp .pb-160 {
  padding-bottom: 160px; }

.e2p-cmp .pb-165 {
  padding-bottom: 165px; }

.e2p-cmp .pb-170 {
  padding-bottom: 170px; }

.e2p-cmp .pb-175 {
  padding-bottom: 175px; }

.e2p-cmp .pb-180 {
  padding-bottom: 180px; }

.e2p-cmp .pb-185 {
  padding-bottom: 185px; }

.e2p-cmp .pb-190 {
  padding-bottom: 190px; }

.e2p-cmp .pb-195 {
  padding-bottom: 195px; }

.e2p-cmp .pb-200 {
  padding-bottom: 200px; }

/*-- Padding Left --*/
.e2p-cmp .pl-5 {
  padding-left: 5px; }

.e2p-cmp .pl-10 {
  padding-left: 10px; }

.e2p-cmp .pl-15 {
  padding-left: 15px; }

.e2p-cmp .pl-20 {
  padding-left: 20px; }

.e2p-cmp .pl-25 {
  padding-left: 25px; }

.e2p-cmp .pl-30 {
  padding-left: 30px; }

.e2p-cmp .pl-35 {
  padding-left: 35px; }

.e2p-cmp .pl-40 {
  padding-left: 40px; }

.e2p-cmp .pl-45 {
  padding-left: 45px; }

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

.e2p-cmp .pl-55 {
  padding-left: 55px; }

.e2p-cmp .pl-60 {
  padding-left: 60px; }

.e2p-cmp .pl-65 {
  padding-left: 65px; }

.e2p-cmp .pl-70 {
  padding-left: 70px; }

.e2p-cmp .pl-75 {
  padding-left: 75px; }

.e2p-cmp .pl-80 {
  padding-left: 80px; }

.e2p-cmp .pl-85 {
  padding-left: 85px; }

.e2p-cmp .pl-90 {
  padding-left: 90px; }

.e2p-cmp .pl-95 {
  padding-left: 95px; }

.e2p-cmp .pl-100 {
  padding-left: 100px; }

.e2p-cmp .pl-105 {
  padding-left: 105px; }

.e2p-cmp .pl-110 {
  padding-left: 110px; }

.e2p-cmp .pl-115 {
  padding-left: 115px; }

.e2p-cmp .pl-120 {
  padding-left: 120px; }

.e2p-cmp .pl-125 {
  padding-left: 125px; }

.e2p-cmp .pl-130 {
  padding-left: 130px; }

.e2p-cmp .pl-135 {
  padding-left: 135px; }

.e2p-cmp .pl-140 {
  padding-left: 140px; }

.e2p-cmp .pl-145 {
  padding-left: 145px; }

.e2p-cmp .pl-150 {
  padding-left: 150px; }

.e2p-cmp .pl-155 {
  padding-left: 155px; }

.e2p-cmp .pl-160 {
  padding-left: 160px; }

.e2p-cmp .pl-165 {
  padding-left: 165px; }

.e2p-cmp .pl-170 {
  padding-left: 170px; }

.e2p-cmp .pl-175 {
  padding-left: 175px; }

.e2p-cmp .pl-180 {
  padding-left: 180px; }

.e2p-cmp .pl-185 {
  padding-left: 185px; }

.e2p-cmp .pl-190 {
  padding-left: 190px; }

.e2p-cmp .pl-195 {
  padding-left: 195px; }

.e2p-cmp .pl-200 {
  padding-left: 200px; }

/*-- Padding Right --*/
.e2p-cmp .pr-5 {
  padding-right: 5px; }

.e2p-cmp .pr-10 {
  padding-right: 10px; }

.e2p-cmp .pr-15 {
  padding-right: 15px; }

.e2p-cmp .pr-20 {
  padding-right: 20px; }

.e2p-cmp .pr-25 {
  padding-right: 25px; }

.e2p-cmp .pr-30 {
  padding-right: 30px; }

.e2p-cmp .pr-35 {
  padding-right: 35px; }

.e2p-cmp .pr-40 {
  padding-right: 40px; }

.e2p-cmp .pr-45 {
  padding-right: 45px; }

.e2p-cmp .pr-50 {
  padding-right: 50px; }

.e2p-cmp .pr-55 {
  padding-right: 55px; }

.e2p-cmp .pr-60 {
  padding-right: 60px; }

.e2p-cmp .pr-65 {
  padding-right: 65px; }

.e2p-cmp .pr-70 {
  padding-right: 70px; }

.e2p-cmp .pr-75 {
  padding-right: 75px; }

.e2p-cmp .pr-80 {
  padding-right: 80px; }

.e2p-cmp .pr-85 {
  padding-right: 85px; }

.e2p-cmp .pr-90 {
  padding-right: 90px; }

.e2p-cmp .pr-95 {
  padding-right: 95px; }

.e2p-cmp .pr-100 {
  padding-right: 100px; }

.e2p-cmp .pr-105 {
  padding-right: 105px; }

.e2p-cmp .pr-110 {
  padding-right: 110px; }

.e2p-cmp .pr-115 {
  padding-right: 115px; }

.e2p-cmp .pr-120 {
  padding-right: 120px; }

.e2p-cmp .pr-125 {
  padding-right: 125px; }

.e2p-cmp .pr-130 {
  padding-right: 130px; }

.e2p-cmp .pr-135 {
  padding-right: 135px; }

.e2p-cmp .pr-140 {
  padding-right: 140px; }

.e2p-cmp .pr-145 {
  padding-right: 145px; }

.e2p-cmp .pr-150 {
  padding-right: 150px; }

.e2p-cmp .pr-155 {
  padding-right: 155px; }

.e2p-cmp .pr-160 {
  padding-right: 160px; }

.e2p-cmp .pr-165 {
  padding-right: 165px; }

.e2p-cmp .pr-170 {
  padding-right: 170px; }

.e2p-cmp .pr-175 {
  padding-right: 175px; }

.e2p-cmp .pr-180 {
  padding-right: 180px; }

.e2p-cmp .pr-185 {
  padding-right: 185px; }

.e2p-cmp .pr-190 {
  padding-right: 190px; }

.e2p-cmp .pr-195 {
  padding-right: 195px; }

.e2p-cmp .pr-200 {
  padding-right: 200px; }

/* typography css start */
.e2p-cmp h1, .e2p-cmp h2, .e2p-cmp h3, .e2p-cmp h4, .e2p-cmp h5, .e2p-cmp h6 {
  margin: 0;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--color-heading);
  font-family: var(--font-heading); }

.e2p-cmp h2 {
  font-size: 32px; }

.e2p-cmp h3 {
  font-size: 22px; }

.e2p-cmp h4 {
  font-size: 20px; }

.e2p-cmp h5 {
  font-size: 18px; }

.e2p-cmp h6 {
  font-size: 16px; }

/* typography css end */
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }
@-webkit-keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); } }
@keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); } }
@-webkit-keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2); } }
@keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2); } }
.e2p-cmp .scale-upOne {
  animation: scale-upOne 5s linear infinite; }

@-webkit-keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%); }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }
@keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%); }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }
@-webkit-keyframes fade-in {
  0% {
    opacity: 0.7; }
  40% {
    opacity: 1; }
  100% {
    opacity: 0.7; } }
@keyframes fade-in {
  0% {
    opacity: 0.7; }
  40% {
    opacity: 1; }
  100% {
    opacity: 0.7; } }
@keyframes hvr-ripple-out {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  100% {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px; } }
@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  100% {
    top: -18px;
    right: -18px;
    bottom: -18px;
    left: -18px;
    opacity: 0; } }
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }
@keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }
@-webkit-keyframes scale-up-three {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4); }
  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); } }
@keyframes scale-up-three {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4); }
  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); } }
@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg); }
  20% {
    transform: translate(73px, -1px) rotate(36deg);
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    -moz-transform: translate(73px, -1px) rotate(36deg);
    -ms-transform: translate(73px, -1px) rotate(36deg);
    -o-transform: translate(73px, -1px) rotate(36deg); }
  40% {
    transform: translate(141px, -20px) rotate(72deg);
    -webkit-transform: translate(141px, -20px) rotate(72deg);
    -moz-transform: translate(141px, -20px) rotate(72deg);
    -ms-transform: translate(141px, -20px) rotate(72deg);
    -o-transform: translate(141px, -20px) rotate(72deg); }
  60% {
    transform: translate(83px, -60px) rotate(108deg);
    -webkit-transform: translate(83px, -60px) rotate(108deg);
    -moz-transform: translate(83px, -60px) rotate(108deg);
    -ms-transform: translate(83px, -60px) rotate(108deg);
    -o-transform: translate(83px, -60px) rotate(108deg); }
  80% {
    transform: translate(-40px, 72px) rotate(144deg);
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    -moz-transform: translate(-40px, 72px) rotate(144deg);
    -ms-transform: translate(-40px, 72px) rotate(144deg);
    -o-transform: translate(-40px, 72px) rotate(144deg); }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg); } }
@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg); }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg); }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg); }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg); }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg); } }
@keyframes animationFramesTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1); }
  20% {
    transform: translate(73px, -1px) rotate(36deg) scale(0.9); }
  40% {
    transform: translate(141px, 72px) rotate(72deg) scale(1); }
  60% {
    transform: translate(83px, 122px) rotate(108deg) scale(1.2); }
  80% {
    transform: translate(-40px, 72px) rotate(144deg) scale(1.1); }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1); } }
@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1); }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9); }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1); }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2); }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1); } }
@keyframes animationFramesThree {
  0% {
    transform: translate(165px, -30px);
    -webkit-transform: translate(165px, -30px);
    -moz-transform: translate(165px, -30px);
    -ms-transform: translate(165px, -30px);
    -o-transform: translate(165px, -30px); }
  100% {
    transform: translate(-60px, 80px);
    -webkit-transform: translate(-60px, 80px);
    -moz-transform: translate(-60px, 80px);
    -ms-transform: translate(-60px, 80px);
    -o-transform: translate(-60px, 80px); } }
@-webkit-keyframes animationFramesThree {
  0% {
    transform: translate(165px, -30px);
    -webkit-transform: translate(165px, -30px);
    -moz-transform: translate(165px, -30px);
    -ms-transform: translate(165px, -30px);
    -o-transform: translate(165px, -30px); }
  100% {
    transform: translate(-60px, 80px);
    -webkit-transform: translate(-60px, 80px);
    -moz-transform: translate(-60px, 80px);
    -ms-transform: translate(-60px, 80px);
    -o-transform: translate(-60px, 80px); } }
@keyframes animationFramesFour {
  0% {
    transform: translate(0px, 60px) rotate(0deg);
    -webkit-transform: translate(0px, 60px) rotate(0deg);
    -moz-transform: translate(0px, 60px) rotate(0deg);
    -ms-transform: translate(0px, 60px) rotate(0deg);
    -o-transform: translate(0px, 60px) rotate(0deg); }
  100% {
    transform: translate(-100px, -100px) rotate(180deg);
    -webkit-transform: translate(-100px, -100px) rotate(180deg);
    -moz-transform: translate(-100px, -100px) rotate(180deg);
    -ms-transform: translate(-100px, -100px) rotate(180deg);
    -o-transform: translate(-100px, -100px) rotate(180deg); } }
@-webkit-keyframes animationFramesFour {
  0% {
    transform: translate(0px, 60px) rotate(0deg);
    -webkit-transform: translate(0px, 60px) rotate(0deg);
    -moz-transform: translate(0px, 60px) rotate(0deg);
    -ms-transform: translate(0px, 60px) rotate(0deg);
    -o-transform: translate(0px, 60px) rotate(0deg); }
  100% {
    transform: translate(-100px, -100px) rotate(180deg);
    -webkit-transform: translate(-100px, -100px) rotate(180deg);
    -moz-transform: translate(-100px, -100px) rotate(180deg);
    -ms-transform: translate(-100px, -100px) rotate(180deg);
    -o-transform: translate(-100px, -100px) rotate(180deg); } }
@keyframes animationFramesFive {
  0% {
    transform: translate(0, 0) rotate(0deg);
    -webkit-transform: translate(0, 0) rotate(0deg);
    -moz-transform: translate(0, 0) rotate(0deg);
    -ms-transform: translate(0, 0) rotate(0deg);
    -o-transform: translate(0, 0) rotate(0deg); }
  21% {
    transform: translate(4px, -20px) rotate(38deg);
    -webkit-transform: translate(4px, -20px) rotate(38deg);
    -moz-transform: translate(4px, -20px) rotate(38deg);
    -ms-transform: translate(4px, -20px) rotate(38deg);
    -o-transform: translate(4px, -20px) rotate(38deg); }
  41% {
    transform: translate(-50px, -60px) rotate(74deg);
    -webkit-transform: translate(-50px, -60px) rotate(74deg);
    -moz-transform: translate(-50px, -60px) rotate(74deg);
    -ms-transform: translate(-50px, -60px) rotate(74deg);
    -o-transform: translate(-50px, -60px) rotate(74deg); }
  60% {
    transform: translate(-20px, -30px) rotate(108deg);
    -webkit-transform: translate(-20px, -30px) rotate(108deg);
    -moz-transform: translate(-20px, -30px) rotate(108deg);
    -ms-transform: translate(-20px, -30px) rotate(108deg);
    -o-transform: translate(-20px, -30px) rotate(108deg); }
  80% {
    transform: translate(-195px, -49px) rotate(144deg);
    -webkit-transform: translate(-195px, -49px) rotate(144deg);
    -moz-transform: translate(-195px, -49px) rotate(144deg);
    -ms-transform: translate(-195px, -49px) rotate(144deg);
    -o-transform: translate(-195px, -49px) rotate(144deg); }
  100% {
    transform: translate(-1px, 0px) rotate(180deg);
    -webkit-transform: translate(-1px, 0px) rotate(180deg);
    -moz-transform: translate(-1px, 0px) rotate(180deg);
    -ms-transform: translate(-1px, 0px) rotate(180deg);
    -o-transform: translate(-1px, 0px) rotate(180deg); } }
@-webkit-keyframes animationFramesFive {
  0% {
    transform: translate(0, 0) rotate(0deg);
    -webkit-transform: translate(0, 0) rotate(0deg);
    -moz-transform: translate(0, 0) rotate(0deg);
    -ms-transform: translate(0, 0) rotate(0deg);
    -o-transform: translate(0, 0) rotate(0deg); }
  21% {
    transform: translate(4px, -20px) rotate(38deg);
    -webkit-transform: translate(4px, -20px) rotate(38deg);
    -moz-transform: translate(4px, -20px) rotate(38deg);
    -ms-transform: translate(4px, -20px) rotate(38deg);
    -o-transform: translate(4px, -20px) rotate(38deg); }
  41% {
    transform: translate(-50px, -60px) rotate(74deg);
    -webkit-transform: translate(-50px, -60px) rotate(74deg);
    -moz-transform: translate(-50px, -60px) rotate(74deg);
    -ms-transform: translate(-50px, -60px) rotate(74deg);
    -o-transform: translate(-50px, -60px) rotate(74deg); }
  60% {
    transform: translate(-20px, -30px) rotate(108deg);
    -webkit-transform: translate(-20px, -30px) rotate(108deg);
    -moz-transform: translate(-20px, -30px) rotate(108deg);
    -ms-transform: translate(-20px, -30px) rotate(108deg);
    -o-transform: translate(-20px, -30px) rotate(108deg); }
  80% {
    transform: translate(-195px, -49px) rotate(144deg);
    -webkit-transform: translate(-195px, -49px) rotate(144deg);
    -moz-transform: translate(-195px, -49px) rotate(144deg);
    -ms-transform: translate(-195px, -49px) rotate(144deg);
    -o-transform: translate(-195px, -49px) rotate(144deg); }
  100% {
    transform: translate(-1px, 0px) rotate(180deg);
    -webkit-transform: translate(-1px, 0px) rotate(180deg);
    -moz-transform: translate(-1px, 0px) rotate(180deg);
    -ms-transform: translate(-1px, 0px) rotate(180deg);
    -o-transform: translate(-1px, 0px) rotate(180deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes zoominup {
  0% {
    transform: scale(0.8); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(0.8); } }
@-webkit-keyframes zoominup {
  0% {
    transform: scale(0.8); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(0.8); } }
.e2p-cmp .zoominup {
  animation: zoominup 5s linear infinite; }

@keyframes zoominup2 {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes zoominup2 {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.e2p-cmp .zoominup2 {
  animation: zoominup2 1.5s linear infinite; }

@keyframes zoominup3 {
  0% {
    transform: scale(0.8); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(0.8); } }
.e2p-cmp .zoominup3 {
  animation: zoominup3 5s linear infinite; }

@-webkit-keyframes updown {
  0% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px); }
  100% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px); } }
@keyframes updown {
  0% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px); }
  100% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px); } }
.e2p-cmp .updown {
  animation: updown 3s linear infinite; }

@-webkit-keyframes updown-2 {
  0% {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px); }
  100% {
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px); } }
.e2p-cmp .updown-2 {
  animation: updown-2 5s linear infinite; }

@keyframes leftRight-animation {
  0% {
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px); }
  50% {
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px); }
  100% {
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px); } }
@-webkit-keyframes leftRight-animation {
  0% {
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px); }
  50% {
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px); }
  100% {
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px); } }
.e2p-cmp .leftRight-animation {
  animation: leftRight-animation 4s linear infinite; }

@keyframes leftRight-animation2 {
  0% {
    transform: translateX(-20%);
    -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    -o-transform: translateX(-20%); }
  50% {
    transform: translateX(20%);
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%); }
  100% {
    transform: translateX(-20%);
    -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    -o-transform: translateX(-20%); } }
@-webkit-keyframes leftRight-animation2 {
  0% {
    transform: translateX(-20%);
    -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    -o-transform: translateX(-20%); }
  50% {
    transform: translateX(20%);
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%); }
  100% {
    transform: translateX(-20%);
    -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    -o-transform: translateX(-20%); } }
.e2p-cmp .leftRight-animation2 {
  animation: leftRight-animation2 4s linear infinite; }

@keyframes Righttoleft-animation {
  0% {
    transform: translateX(20%);
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%); }
  50% {
    transform: translateX(-20%);
    -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    -o-transform: translateX(-20%); }
  100% {
    transform: translateX(20%);
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%); } }
@-webkit-keyframes Righttoleft-animation {
  0% {
    transform: translateX(20%);
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%); }
  50% {
    transform: translateX(-20%);
    -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    -o-transform: translateX(-20%); }
  100% {
    transform: translateX(20%);
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%); } }
.e2p-cmp .Righttoleft-animation {
  animation: Righttoleft-animation 4s linear infinite; }

@keyframes ltr {
  0% {
    width: 0; }
  15% {
    width: 95%; }
  85% {
    opacity: 1; }
  90% {
    width: 95%;
    opacity: 0; }
  to {
    width: 0;
    opacity: 0; } }
/*circleAnimation*/
@-webkit-keyframes circleAnimation {
  0%,
    100% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg); }
  34% {
    border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    -webkit-transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg); }
  50% {
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg); }
  67% {
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
    -webkit-transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg); } }
@-webkit-keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }
@keyframes lr-animation {
  0% {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
@keyframes tb-animation {
  0% {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@keyframes xb_up_down {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-20px); } }
.e2p-cmp .slide-up-down {
  animation: xb_up_down 1s ease infinite alternate; }

@keyframes xb_ltr {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-20px); } }
.e2p-cmp .slide-ltr {
  animation: xb_ltr 5s ease infinite alternate; }

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes spinTwo {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-360deg); } }
@keyframes spinTwo {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(-360deg); } }
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); } }
@keyframes zoom {
  0% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  50% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg); }
  50% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg); } }
@keyframes shake {
  0% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg); }
  50% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg); } }
@-webkit-keyframes down {
  0% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px); }
  50% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px); } }
@keyframes down {
  0% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px); }
  50% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px); } }
@keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-filter: alpha(opacity=50); }
  80% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5); }
  100% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5); } }
@-webkit-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); }
  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5); }
  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5); } }
@-moz-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); }
  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5); }
  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5); } }
@keyframes blink {
  from, to {
    opacity: 0; }
  50% {
    opacity: 1; } }
@-moz-keyframes blink {
  from, to {
    opacity: 0; }
  50% {
    opacity: 1; } }
@-webkit-keyframes blink {
  from, to {
    opacity: 0; }
  50% {
    opacity: 1; } }
@-ms-keyframes blink {
  from, to {
    opacity: 0; }
  50% {
    opacity: 1; } }
@-o-keyframes blink {
  from, to {
    opacity: 0; }
  50% {
    opacity: 1; } }
@keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 0.5; }
  100% {
    transform: scale(1.8);
    opacity: 0; } }
@-webkit-keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 0.5; }
  100% {
    transform: scale(1.8);
    opacity: 0; } }
@keyframes pulse-border-small {
  0% {
    transform: scale(1);
    opacity: 0.5; }
  100% {
    transform: scale(1.4);
    opacity: 0; } }
@-webkit-keyframes pulse-border-small {
  0% {
    transform: scale(1);
    opacity: 0.5; }
  100% {
    transform: scale(1.4);
    opacity: 0; } }
@keyframes pulse-border-big {
  0% {
    transform: scale(1);
    opacity: 0.67; }
  100% {
    transform: scale(2.4);
    opacity: 0; } }
@-webkit-keyframes pulse-border-big {
  0% {
    transform: scale(1);
    opacity: 0.67; }
  100% {
    transform: scale(2.4);
    opacity: 0; } }
@keyframes push-scale-one {
  0% {
    transform: scale(1);
    opacity: 0.5; }
  100% {
    transform: scale(1.5);
    opacity: 0; } }
@-webkit-keyframes push-scale-one {
  0% {
    transform: scale(1);
    opacity: 0.5; }
  100% {
    transform: scale(1.5);
    opacity: 0; } }
@keyframes push-scale-two {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(2.4); } }
@-webkit-keyframes push-scale-two {
  0% {
    transform: scale(1);
    opacity: 0.67; }
  100% {
    transform: scale(2.4);
    opacity: 0; } }
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-5deg);
    transform: scale(0.9) rotate(-5deg); }
  50%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(5deg);
    transform: scale(1.1) rotate(5deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-5deg);
    transform: scale(1.1) rotate(-5deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-5deg);
    -ms-transform: scale(0.9) rotate(-5deg);
    transform: scale(0.9) rotate(-5deg); }
  50%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(5deg);
    -ms-transform: scale(1.1) rotate(5deg);
    transform: scale(1.1) rotate(5deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-5deg);
    -ms-transform: scale(1.1) rotate(-5deg);
    transform: scale(1.1) rotate(-5deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }
.e2p-cmp .wow.skewIn.animated {
  -webkit-animation-name: xbSkewIn;
  animation-name: xbSkewIn;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-timing-function: cubic-bezier(0.67, 0.04, 0.3, 0.91);
  animation-timing-function: cubic-bezier(0.67, 0.04, 0.3, 0.91);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

@-webkit-keyframes xbSkewIn {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes xbSkewIn {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.e2p-cmp .skewInImg {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1); }
  .e2p-cmp .skewInImg img {
    transform-origin: 50% 50%;
    transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    max-width: 100%;
    height: auto;
    transform: scale(1.5) translate(100px, 0px); }
  .e2p-cmp .skewInImg.animated {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }
    .e2p-cmp .skewInImg.animated img {
      transform: scale(1) translate(0px, 0px); }

.e2p-cmp [data-aos=fade-up] {
  transform: translateY(50px); }

.e2p-cmp [data-aos=fade-down] {
  transform: translateY(-50px); }

.e2p-cmp [data-aos=fade-right] {
  transform: translate(-50px); }

.e2p-cmp [data-aos=fade-left] {
  transform: translate(50px); }

.e2p-cmp [data-aos=fade-up-right] {
  transform: translate(-50px, 50px); }

.e2p-cmp [data-aos=fade-up-left] {
  transform: translate(50px, 50px); }

.e2p-cmp [data-aos=fade-down-right] {
  transform: translate(-50px, -50px); }

.e2p-cmp [data-aos=fade-down-left] {
  transform: translate(50px, -50px); }

.e2p-cmp [data-aos][data-aos][data-aos-easing=ease], .e2p-cmp[data-aos-easing=ease] [data-aos] {
  transition-timing-function: cubic-bezier(0.18, 0.57, 0.25, 0.97); }

@-webkit-keyframes xb-danceTop {
  16% {
    -webkit-transform: skew(-14deg);
    transform: skew(-14deg); }
  33% {
    -webkit-transform: skew(12deg);
    transform: skew(12deg); }
  49% {
    -webkit-transform: skew(-8deg);
    transform: skew(-8deg); }
  66% {
    -webkit-transform: skew(6deg);
    transform: skew(6deg); }
  83% {
    -webkit-transform: skew(-4deg);
    transform: skew(-4deg); } }
@keyframes xb-danceTop {
  16% {
    -webkit-transform: skew(-14deg);
    transform: skew(-14deg); }
  33% {
    -webkit-transform: skew(12deg);
    transform: skew(12deg); }
  49% {
    -webkit-transform: skew(-8deg);
    transform: skew(-8deg); }
  66% {
    -webkit-transform: skew(6deg);
    transform: skew(6deg); }
  83% {
    -webkit-transform: skew(-4deg);
    transform: skew(-4deg); } }
@keyframes rotateme {
  0% {
    transform: rotate(0deg);
    opacity: 1; }
  50% {
    transform: rotate(-180deg); }
  100% {
    transform: rotate(-360deg);
    opacity: 1; } }
@keyframes rotateme2 {
  0% {
    transform: rotate(0deg);
    opacity: 1; }
  50% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg);
    opacity: 1; } }
.e2p-cmp .rotateme {
  animation-name: rotateme;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

.e2p-cmp .rotateme2 {
  animation-name: rotateme2;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

.e2p-cmp .marquee-first {
  -webkit-animation: marquee 30s linear infinite;
  animation: marquee 30s linear infinite; }

.e2p-cmp .marquee-2 {
  -webkit-animation: marquee2 30s linear infinite;
  animation: marquee2 30s linear infinite; }

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes marquee {
  from {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes marquee2 {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  to {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }
@keyframes marquee2 {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  to {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }
.e2p-cmp .path {
  stroke-dasharray: 6;
  stroke-dashoffset: 6;
  animation: dash 4s linear infinite; }

@keyframes dash {
  0% {
    stroke-dashoffset: 100; }
  100% {
    stroke-dashoffset: 0; } }
.e2p-cmp .path_2 {
  stroke-dasharray: 6;
  stroke-dashoffset: 6;
  animation: dashTwo 4s linear infinite; }

@keyframes dashTwo {
  0% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 100; } }
@keyframes phoneRinging {
  from {
    transform: rotate3d(0, 0, 1, 0deg); }
  20%, 32%, 44%, 56%, 68% {
    transform: rotate3d(0, 0, 1, 0deg); }
  23%, 35%, 47%, 59%, 71% {
    transform: rotate3d(0, 0, 1, 15deg); }
  26%, 38%, 50%, 62%, 74% {
    transform: rotate3d(0, 0, 1, 0deg); }
  29%, 41%, 53%, 65%, 77% {
    transform: rotate3d(0, 0, 1, -15deg); }
  80% {
    transform: rotate3d(0, 0, 1, 0deg); } }
.e2p-cmp .phoneRinging {
  animation: phoneRinging 1.5s infinite linear; }

@keyframes ring {
  0% {
    transform: rotate(0) scale(1) skew(1deg); }
  10% {
    transform: rotate(-15deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(30deg) scale(1) skew(1deg); }
  30% {
    transform: rotate(-15deg) scale(1) skew(1deg); }
  40% {
    transform: rotate(30deg) scale(1) skew(1deg); }
  100%,
  50% {
    transform: rotate(0) scale(1) skew(1deg); } }
@keyframes sliderShape {
  0%,100% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    transform: translate3d(0, 0, 0) rotateZ(0.01deg); }
  34% {
    border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg); }
  50% {
    transform: translate3d(0, 0, 0) rotateZ(0.01deg); }
  67% {
    border-radius: 100% 60% 60% 100%/100% 100% 60% 60%;
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg); } }
.e2p-cmp .xb-animetion-right {
  animation: xb-animetion-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0; }

@keyframes xb-animetion-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0; }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1; } }
.e2p-cmp .xb-animetion-left {
  animation: xb-animetion-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0; }

@keyframes xb-animetion-left {
  0% {
    transform: translateX(0);
    clip-path: inset(0 100% 0 0);
    opacity: 0; }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1; } }
.e2p-cmp .xb-animetion-left-2 {
  animation: xb-animetion-left-2 2.8s forwards cubic-bezier(0.645, 0.045, 0.355, 1); }

@keyframes xb-animetion-left-2 {
  0% {
    transform: translateX(0);
    clip-path: inset(0 100% 0 0); }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0); } }
.e2p-cmp .xb-animetion-top {
  animation: xb-animetion-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0; }

@keyframes xb-animetion-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0; }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1; } }
@keyframes topToBottom {
  0% {
    top: -20px; }
  100% {
    top: 100%; } }
@keyframes BottomToTop {
  0% {
    bottom: -20px; }
  100% {
    bottom: 100%; } }
@keyframes rightToLeft {
  0% {
    right: -38px; }
  100% {
    right: 100%; } }
@keyframes LeftToright {
  0% {
    left: -38px; }
  100% {
    left: 100%; } }
@keyframes xb-line-dash {
  100% {
    stroke-dashoffset: 0; } }
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@keyframes move-logo-right {
  0% {
    opacity: 0;
    filter: blur(4px);
    --image-scale: 0.5;
    offset-distance: 67%; }
  25% {
    filter: blur(0);
    opacity: 1; }
  65% {
    --image-scale: 1 ; }
  to {
    offset-distance: 0; } }
@keyframes rightMoveAnim {
  0% {
    opacity: 0;
    offset-distance: 100%; }
  25% {
    opacity: 1; }
  65% {
    --image-scale: 1 ; }
  to {
    offset-distance: 0%; } }
@keyframes move-logo-left {
  0% {
    opacity: 0;
    filter: blur(4px);
    --image-scale: 0.5;
    offset-distance: 33%; }
  25% {
    filter: blur(0);
    opacity: 1; }
  65% {
    --image-scale: 1 ; }
  to {
    offset-distance: 100%; } }
@keyframes scaleX {
  0% {
    width: 0;
    transform-origin: left; }
  100% {
    width: 100%;
    transform-origin: left; } }
@-webkit-keyframes scaleX {
  0% {
    width: 0;
    transform-origin: left; }
  100% {
    width: 100%;
    transform-origin: left; } }
.e2p-cmp .scaleX {
  animation: scaleX 4s linear infinite; }

@keyframes opacityAnim {
  0% {
    box-shadow: 0 0 10px 0 rgba(148, 81, 245, 0); }
  50% {
    box-shadow: 0 0 10px 0 rgba(148, 81, 245, 0.5); }
  100% {
    box-shadow: 0 0 10px 0 rgba(148, 81, 245, 0); } }
@-webkit-keyframes opacityAnim {
  0% {
    box-shadow: 0 0 10px 0 rgba(148, 81, 245, 0); }
  50% {
    box-shadow: 0 0 10px 0 rgba(148, 81, 245, 0.5); }
  100% {
    box-shadow: 0 0 10px 0 rgba(148, 81, 245, 0); } }
.e2p-cmp .opacityAnim {
  animation: opacityAnim 2s linear infinite; }

@keyframes rotateanim {
  0% {
    transform: rotate(0deg);
    transform-origin: bottom; }
  30% {
    transform: rotate(5deg);
    transform-origin: bottom; }
  60% {
    transform: rotate(-5deg);
    transform-origin: bottom; }
  100% {
    transform: rotate(0deg);
    transform-origin: bottom; } }
@-webkit-keyframes rotateanim {
  0% {
    transform: rotate(0deg);
    transform-origin: bottom; }
  30% {
    transform: rotate(5deg);
    transform-origin: bottom; }
  60% {
    transform: rotate(-5deg);
    transform-origin: bottom; }
  100% {
    transform: rotate(0deg);
    transform-origin: bottom; } }
.e2p-cmp .rotateanim {
  animation: rotateanim 5s linear infinite; }

/*------------------------------------------
= Global Section Reveal (xbFadeUp)
-------------------------------------------*/
.e2p-cmp .xbFadeUp {
  display: block;
  opacity: 0;
  will-change: transform, clip-path; }

/*----------------------------------------
Overlay
------------------------------------------*/
.e2p-cmp [data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .e2p-cmp [data-overlay]::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 100%; }

/*-- Overlay Color --*/
.e2p-cmp [data-overlay="light"]::before {
  background-color: var(--color-white); }

.e2p-cmp [data-overlay="dark"]::before {
  background-color: var(--color-black); }

/*-- Overlay Opacity --*/
.e2p-cmp [data-opacity="1"]::before {
  opacity: 0.1; }

.e2p-cmp [data-opacity="2"]::before {
  opacity: 0.2; }

.e2p-cmp [data-opacity="3"]::before {
  opacity: 0.3; }

.e2p-cmp [data-opacity="4"]::before {
  opacity: 0.4; }

.e2p-cmp [data-opacity="5"]::before {
  opacity: 0.5; }

.e2p-cmp [data-opacity="6"]::before {
  opacity: 0.6; }

.e2p-cmp [data-opacity="7"]::before {
  opacity: 0.7; }

.e2p-cmp [data-opacity="8"]::before {
  opacity: 0.8; }

.e2p-cmp [data-opacity="9"]::before {
  opacity: 0.9; }

.e2p-cmp .header-area .header__wrap {
  background: #f2efff;
  padding: 0 5px 0 25px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px; }
  @media (max-width: 991px) {
    .e2p-cmp .header-area .header__wrap {
      padding: 5px 5px 5px 25px; } }
  @media (max-width: 767px) {
    .e2p-cmp .header-area .header__wrap {
      padding: 5px 5px 5px 15px; } }
.e2p-cmp .header-area .header-contact-btn {
  padding: 12.4px 34px; }
.e2p-cmp .header-area .main-menu > ul > li {
  padding: 12px 0; }
@media (max-width: 767px) {
  .e2p-cmp .header-area .xb-header-logo {
    max-width: 110px; } }
.e2p-cmp .header-area .xb-header-area-sticky .header__wrap {
  background: var(--color-white); }
  @media (max-width: 991px) {
    .e2p-cmp .header-area .xb-header-area-sticky .header__wrap {
      padding: 15px 0; } }
.e2p-cmp .header-area .xb-header-area-sticky .main-menu > ul > li {
  padding: 23px 0; }
  .e2p-cmp .header-area .xb-header-area-sticky .main-menu > ul > li.hover > a, .e2p-cmp .header-area .xb-header-area-sticky .main-menu > ul > li.active > a {
    background: #f2efff; }
.e2p-cmp .header-area .header-bar-mobile {
  display: inline-flex; }
.e2p-cmp .header-area--two .header__wrap {
  background: #e4ffe6;
  padding: 0 12px 0 30px; }
  @media (max-width: 991px) {
    .e2p-cmp .header-area--two .header__wrap {
      padding: 10px 10px 10px 20px; } }
.e2p-cmp .header-area--two .main-menu > ul > li {
  padding: 20px 0; }
  .e2p-cmp .header-area--two .main-menu > ul > li > a::before {
    position: absolute;
    content: '';
    left: 1px;
    top: 0px;
    opacity: 0;
    height: 98%;
    width: 98%;
    z-index: -1;
    border-radius: inherit;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: white; }
  .e2p-cmp .header-area--two .main-menu > ul > li:hover > a, .e2p-cmp .header-area--two .main-menu > ul > li.active > a {
    color: var(--color-heading);
    background: linear-gradient(180deg, #fff 2.54%, #c9edcb 100%); }
    .e2p-cmp .header-area--two .main-menu > ul > li:hover > a::before, .e2p-cmp .header-area--two .main-menu > ul > li.active > a::before {
      opacity: 1; }
  .e2p-cmp .header-area--two .main-menu > ul > li .submenu {
    background: var(--color-white); }
.e2p-cmp .header-area--two .xb-header-btn {
  gap: 10px; }
  @media (max-width: 1199px) {
    .e2p-cmp .header-area--two .xb-header-btn {
      display: none; } }
  .e2p-cmp .header-area--two .xb-header-btn a {
    padding: 12.4px 30px; }
    @media (max-width: 1199px) {
      .e2p-cmp .header-area--two .xb-header-btn a {
        padding: 12.4px 20px; } }
    .e2p-cmp .header-area--two .xb-header-btn a:nth-child(1) {
      background: linear-gradient(180deg, #fff 2.54%, #c9edcb 100%); }
      .e2p-cmp .header-area--two .xb-header-btn a:nth-child(1)::before {
        position: absolute;
        content: '';
        left: 1px;
        top: 0px;
        height: 98%;
        width: 98%;
        z-index: -1;
        border-radius: inherit;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        background: white; }
    .e2p-cmp .header-area--two .xb-header-btn a:nth-child(2) {
      box-shadow: inset 0 1px 1px 0 rgba(205, 250, 206, 0.08), inset 0 -2px 1px 0 rgba(0, 31, 31, 0.24), 0 0 1px 0 rgba(0, 31, 31, 0.32), 0 2px 2px 0 rgba(0, 31, 31, 0.06), 0 4px 4px 0 rgba(0, 31, 31, 0.06), 0 8px 8px 0 rgba(0, 31, 31, 0.06); }
.e2p-cmp .header-area--two .header-transparent {
  top: 30px; }
@media (max-width: 991px) {
  .e2p-cmp .header-area--two .xb-header-area-sticky .header__wrap {
    padding: 15px; } }
@media (max-width: 767px) {
  .e2p-cmp .header-area--two .xb-header-area-sticky .header__wrap {
    padding: 15px 10px; } }
.e2p-cmp .header-area--three {
  background: rgba(0, 0, 0, 0.44); }
  @media (max-width: 991px) {
    .e2p-cmp .header-area--three {
      background: transparent; } }
  .e2p-cmp .header-area--three .header__wrap {
    padding: 0;
    background: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0; }
    @media (max-width: 991px) {
      .e2p-cmp .header-area--three .header__wrap {
        padding: 10px 0; } }
    @media (max-width: 767px) {
      .e2p-cmp .header-area--three .header__wrap {
        padding: 0; } }
  .e2p-cmp .header-area--three .main-menu > ul > li {
    margin-right: 10px;
    padding: 22px 0; }
    .e2p-cmp .header-area--three .main-menu > ul > li > a {
      color: var(--color-white); }
    .e2p-cmp .header-area--three .main-menu > ul > li:hover > a, .e2p-cmp .header-area--three .main-menu > ul > li.active > a {
      color: var(--color-white);
      background: rgba(255, 255, 255, 0.07); }
      .e2p-cmp .header-area--three .main-menu > ul > li:hover > a span::after, .e2p-cmp .header-area--three .main-menu > ul > li.active > a span::after {
        color: var(--color-primary); }
    .e2p-cmp .header-area--three .main-menu > ul > li .submenu {
      background: var(--color-white); }
  .e2p-cmp .header-area--three .xb-header-btn a::before {
    left: -100px; }
  .e2p-cmp .header-area--three .xb-nav-mobile {
    background: transparent;
    border: none;
    gap: 6px;
    padding: 0;
    width: 30px;
    height: auto; }
    @media (max-width: 767px) {
      .e2p-cmp .header-area--three .xb-nav-mobile {
        gap: 5px;
        width: 22px; } }
  .e2p-cmp .header-area--three .xb-header-area-sticky {
    background-color: #1b0042 !important; }
    .e2p-cmp .header-area--three .xb-header-area-sticky .header__wrap {
      background: #1b0042; }
    .e2p-cmp .header-area--three .xb-header-area-sticky .main-menu > ul > li.active > a {
      background: rgba(255, 255, 255, 0.07); }
.e2p-cmp .header-area--four .main-menu > ul > li {
  padding: 31px 0; }
  .e2p-cmp .header-area--four .main-menu > ul > li:hover > a, .e2p-cmp .header-area--four .main-menu > ul > li.active > a {
    background: none; }
.e2p-cmp .header-area--four .header__wrap {
  border-radius: 0;
  background: none;
  padding: 0 20px;
  background: var(--color-white); }
  @media (max-width: 991px) {
    .e2p-cmp .header-area--four .header__wrap {
      padding: 17px 20px; } }
.e2p-cmp .header-area--four .header-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  left: 0;
  margin: 0 auto;
  max-width: 1460px;
  padding: 0 66px;
  z-index: 3; }
  @media (max-width: 1199px) {
    .e2p-cmp .header-area--four .header-wrapper {
      padding: 0 32px; } }
  @media (max-width: 767px) {
    .e2p-cmp .header-area--four .header-wrapper {
      padding: 0 12px; } }
.e2p-cmp .header-area--four .xb-header-btn a {
  padding: 10px 17px; }
.e2p-cmp .header-area--inner_page {
  background: transparent; }
  .e2p-cmp .header-area--inner_page .header__wrap {
    padding: 0 40px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px; }
    @media (max-width: 1199px) {
      .e2p-cmp .header-area--inner_page .header__wrap {
        padding: 0 20px; } }
    @media (max-width: 991px) {
      .e2p-cmp .header-area--inner_page .header__wrap {
        padding: 12px 20px; } }
  .e2p-cmp .header-area--inner_page .main-menu > ul > li {
    padding: 20px 0; }
    .e2p-cmp .header-area--inner_page .main-menu > ul > li a {
      color: #5A5869; }
    .e2p-cmp .header-area--inner_page .main-menu > ul > li:hover > a, .e2p-cmp .header-area--inner_page .main-menu > ul > li.active > a {
      color: #5A5869;
      background: rgba(193, 186, 245, 0.5); }
    .e2p-cmp .header-area--inner_page .main-menu > ul > li .submenu {
      background: var(--color-white); }
  .e2p-cmp .header-area--inner_page.header-transparent {
    top: 30px; }

.e2p-cmp .header-transparent {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3; }

.e2p-cmp #xb-header-area .xb-header-area-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.6s cubic-bezier(0.23, 0.76, 0.53, 0.99);
  -o-transition: 0.6s cubic-bezier(0.23, 0.76, 0.53, 0.99);
  transition: 0.6s cubic-bezier(0.23, 0.76, 0.53, 0.99);
  visibility: hidden;
  background-color: #fff; }

.e2p-cmp #xb-header-area .xb-header-area-sticky.xb-header-fixed {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  -webkit-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.1); }

.e2p-cmp .main-menu {
  flex-grow: 1;
  display: flex;
  align-items: center; }
  .e2p-cmp .main-menu ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0; }
    .e2p-cmp .main-menu ul li {
      position: relative; }
      .e2p-cmp .main-menu ul li .submenu li {
        margin-right: 0; }
      .e2p-cmp .main-menu ul li a {
        z-index: 3;
        font-weight: 500;
        font-size: 16px;
        position: relative;
        padding: 4px 20px;
        letter-spacing: 0;
        text-decoration: none;
        display: inline-block;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        -o-border-radius: 100px;
        text-transform: capitalize;
        color: var(--color-heading);
        background: transparent; }
      .e2p-cmp .main-menu ul li.menu-item-has-children > a {
        padding-right: 40px; }
        .e2p-cmp .main-menu ul li.menu-item-has-children > a span::after {
          position: absolute;
          top: 54%;
          z-index: 3;
          right: 20px;
          content: '\f107';
          font-weight: 500;
          transform: translateY(-50%);
          font-family: "Font Awesome 6 Pro"; }
      .e2p-cmp .main-menu ul li.menu-item-has-children:hover > .submenu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px); }
      .e2p-cmp .main-menu ul li:hover > a, .e2p-cmp .main-menu ul li.active > a {
        color: var(--color-heading);
        background: var(--color-white); }
      .e2p-cmp .main-menu ul li .submenu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        min-width: 270px;
        opacity: 0;
        left: 0;
        z-index: 3;
        top: 100%;
        padding: 30px;
        text-align: left;
        visibility: hidden;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        transform: translateY(10px);
        background: #f2efff;
        border-bottom: 3px solid var(--color-primary);
        box-shadow: 0 0.5rem 1.875rem rgba(242, 239, 255, 0.1); }
        .e2p-cmp .main-menu ul li .submenu li:not(:last-child) {
          margin-bottom: 13px; }
        .e2p-cmp .main-menu ul li .submenu li a {
          padding: 0;
          display: block;
          font-size: 16px;
          font-weight: 500;
          letter-spacing: 0;
          text-transform: capitalize;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          -o-border-radius: 4px;
          color: var(--color-heading);
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          background: transparent; }
          .e2p-cmp .main-menu ul li .submenu li a::after {
            position: absolute;
            content: '';
            left: 0;
            top: 35%;
            height: 8px;
            width: 8px;
            opacity: 0;
            text-decoration: left;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            background: transparent;
            border-top: 2px solid var(--color-primary);
            border-right: 2px solid var(--color-primary);
            transform: rotate(45deg); }
        .e2p-cmp .main-menu ul li .submenu li ul {
          left: 100%;
          top: 0px; }
        .e2p-cmp .main-menu ul li .submenu li.menu-item-has-children > a span::after {
          position: absolute;
          top: 2px;
          right: 15px;
          content: "\f0d7";
          font-size: 16px;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          transform: rotate(-90deg);
          font-family: 'Font Awesome 6 Pro'; }
        .e2p-cmp .main-menu ul li .submenu li:hover > a, .e2p-cmp .main-menu ul li .submenu li.active > a {
          padding-left: 20px;
          color: var(--color-primary); }
          .e2p-cmp .main-menu ul li .submenu li:hover > a span::after, .e2p-cmp .main-menu ul li .submenu li.active > a span::after {
            color: var(--color-primary); }
          .e2p-cmp .main-menu ul li .submenu li:hover > a::after, .e2p-cmp .main-menu ul li .submenu li.active > a::after {
            opacity: 1; }
      .e2p-cmp .main-menu ul li.has-mega-menu {
        position: static; }
        .e2p-cmp .main-menu ul li.has-mega-menu li {
          width: 100%; }
      .e2p-cmp .main-menu ul li .mega-menu {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        margin: 0 auto;
        padding: 40px;
        max-width: 1290px;
        box-shadow: -1px 17px 55px 0 rgba(10, 1, 28, 0.4); }
        @media (max-width: 1199px) {
          .e2p-cmp .main-menu ul li .mega-menu {
            padding: 30px; } }
        .e2p-cmp .main-menu ul li .mega-menu .mega-menu-content a {
          padding: 0; }
        .e2p-cmp .main-menu ul li .mega-menu .mega-menu-content .demo-pic {
          height: auto;
          position: relative;
          overflow: hidden;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          border: 2px solid rgba(0, 0, 0, 0.05); }
          .e2p-cmp .main-menu ul li .mega-menu .mega-menu-content .demo-pic:hover, .e2p-cmp .main-menu ul li .mega-menu .mega-menu-content .demo-pic.active {
            transform: translateY(-5px);
            border: 2px solid var(--color-primary); }
        .e2p-cmp .main-menu ul li .mega-menu h3 a {
          font-size: 18px;
          font-weight: 700;
          text-align: center;
          margin-top: 25px;
          letter-spacing: 0.03em;
          color: var(--color-heading);
          font-family: var(--font-heading); }
          @media only screen and (max-width: 1023px) {
            .e2p-cmp .main-menu ul li .mega-menu h3 a {
              font-size: 16px; } }

.e2p-cmp .main-menu ul li.menu-last ul.submenu {
  right: 0;
  left: auto; }

.e2p-cmp .main-menu ul li.menu-last ul.submenu ul {
  right: auto;
  left: -100%; }

.e2p-cmp .main-menu__wrap {
  position: static; }

/*----------------------------------------*/
/*  28. sec-title
/*----------------------------------------*/
.e2p-cmp .sec-title .title {
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  color: var(--color-heading);
  font-family: var(--font-heading); }
  @media (max-width: 991px) {
    .e2p-cmp .sec-title .title {
      font-size: 48px; } }
  @media (max-width: 767px) {
    .e2p-cmp .sec-title .title {
      font-size: 38px; } }
  .e2p-cmp .sec-title .title span {
    color: var(--color-primary); }
.e2p-cmp .sec-title .sub-title {
  font-size: 16px;
  font-weight: 400;
  padding-left: 20px;
  position: relative;
  display: inline-block;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--color-heading); }
  .e2p-cmp .sec-title .sub-title::before, .e2p-cmp .sec-title .sub-title::after {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    height: 12px;
    width: 12px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    transform: translateY(-50%);
    background: var(--color-primary); }
  .e2p-cmp .sec-title .sub-title::after {
    display: none;
    left: auto;
    right: -20px; }
.e2p-cmp .sec-title .xb-holder {
  flex-grow: 1;
  flex-basis: 0;
  transform: translateY(-5px); }
  @media (max-width: 991px) {
    .e2p-cmp .sec-title .xb-holder {
      flex-grow: unset;
      flex-basis: unset;
      transform: translateY(0); } }
.e2p-cmp .sec-title--two .title {
  letter-spacing: -0.05em; }
  @media (max-width: 991px) {
    .e2p-cmp .sec-title--two .title {
      font-size: 50px; } }
  @media (max-width: 767px) {
    .e2p-cmp .sec-title--two .title {
      font-size: 38px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .e2p-cmp .sec-title--two .title {
      font-size: 44px; } }
.e2p-cmp .sec-title--three .title {
  font-size: 55px;
  font-weight: 500;
  line-height: 1.17;
  color: #1e0442; }
  @media (max-width: 991px) {
    .e2p-cmp .sec-title--three .title {
      font-size: 48px; } }
  @media (max-width: 767px) {
    .e2p-cmp .sec-title--three .title {
      font-size: 38px; } }
.e2p-cmp .sec-title--three .sub-title {
  padding-left: 0;
  align-items: center;
  display: inline-flex;
  margin-bottom: 38px;
  text-transform: capitalize; }
  .e2p-cmp .sec-title--three .sub-title span {
    padding: 7px 20px;
    color: var(--color-heading);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    background: linear-gradient(180deg, #fff 0%, #f4f1fd 52.05%);
    box-shadow: 0 0 0 2px #EDE8FB, 0 4px 7px 0 rgba(38, 14, 95, 0.05); }
  .e2p-cmp .sec-title--three .sub-title::before {
    display: none; }
.e2p-cmp .sec-title--three .content {
  font-size: 18px;
  font-weight: 500;
  margin-top: 12px;
  color: var(--color-heading); }

.e2p-cmp .xb-integrate-logo {
  padding: 77px;
  position: relative;
  padding-bottom: 18px;
  display: inline-flex; }
  @media (max-width: 767px) {
    .e2p-cmp .xb-integrate-logo {
      margin: 0 22px;
      padding: 51px;
      padding-bottom: 15px; } }
  .e2p-cmp .xb-integrate-logo .xb-logo {
    z-index: 1;
    padding: 49px;
    display: inline-block;
    border-radius: 15px;
    background: #F4F2FF; }
    @media (max-width: 767px) {
      .e2p-cmp .xb-integrate-logo .xb-logo {
        padding: 60px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .e2p-cmp .xb-integrate-logo .xb-logo {
        padding: 42px; } }
    .e2p-cmp .xb-integrate-logo .xb-logo .xb-animate-line .line {
      left: -3px; }
      .e2p-cmp .xb-integrate-logo .xb-logo .xb-animate-line .line.two {
        left: auto;
        right: -3px; }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .e2p-cmp .xb-integrate-logo .xb-logo .logo {
        max-width: 150px; } }
  .e2p-cmp .xb-integrate-logo .xb-frame {
    position: absolute;
    left: 0;
    top: 0; }

.e2p-cmp .xb-itegrate-box {
  height: 607px;
  height: 590px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 991px) {
    .e2p-cmp .xb-itegrate-box {
      height: 435px; } }
  @media (max-width: 767px) {
    .e2p-cmp .xb-itegrate-box {
      height: 185px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .e2p-cmp .xb-itegrate-box {
      height: 215px; } }
  .e2p-cmp .xb-itegrate-box::before {
    position: absolute;
    content: '';
    left: 50%;
    top: -45px;
    width: 496px;
    height: 117px;
    z-index: 1;
    filter: blur(23px);
    background: #f3f1ff;
    transform: translateX(-50%);
    border-radius: 29px;
    -webkit-border-radius: 29px;
    -moz-border-radius: 29px;
    -ms-border-radius: 29px;
    -o-border-radius: 29px; }
    @media (max-width: 767px) {
      .e2p-cmp .xb-itegrate-box::before {
        top: -60px; } }
  .e2p-cmp .xb-itegrate-box svg {
    display: block;
    transform: translateY(-820px); }
    @media (max-width: 767px) {
      .e2p-cmp .xb-itegrate-box svg {
        height: 500px;
        transform: translateY(-308px); } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .e2p-cmp .xb-itegrate-box svg {
        height: 560px;
        transform: translateY(-340px); } }
  .e2p-cmp .xb-itegrate-box .link-box {
    position: absolute;
    top: 37%;
    left: 14%; }
    @media only screen and (max-width: 1300px) {
      .e2p-cmp .xb-itegrate-box .link-box {
        top: 32%;
        left: 15%; } }
    @media (max-width: 1199px) {
      .e2p-cmp .xb-itegrate-box .link-box {
        left: 9%; } }
    @media only screen and (max-width: 1023px) {
      .e2p-cmp .xb-itegrate-box .link-box {
        left: 6%; } }
    @media (max-width: 991px) {
      .e2p-cmp .xb-itegrate-box .link-box {
        top: 35%;
        left: 5%; } }
    @media (max-width: 767px) {
      .e2p-cmp .xb-itegrate-box .link-box {
        top: 36%;
        left: 5%; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .e2p-cmp .xb-itegrate-box .link-box {
        top: 41%;
        left: 12%; } }
    .e2p-cmp .xb-itegrate-box .link-box .link {
      height: 46px;
      width: 46px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      background: var(--color-white);
      box-shadow: 0 7px 6px 0 rgba(21, 19, 33, 0.22); }
      @media (max-width: 991px) {
        .e2p-cmp .xb-itegrate-box .link-box .link {
          height: 36px;
          width: 36px;
          padding: 10px; } }
      @media (max-width: 767px) {
        .e2p-cmp .xb-itegrate-box .link-box .link {
          height: 20px;
          width: 20px;
          padding: 6px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .e2p-cmp .xb-itegrate-box .link-box .link {
          height: 25px;
          width: 25px;
          padding: 6px; } }
      .e2p-cmp .xb-itegrate-box .link-box .link--2 {
        transform: translateY(40px); }
        @media only screen and (max-width: 1300px) {
          .e2p-cmp .xb-itegrate-box .link-box .link--2 {
            transform: translate(-15px, 40px); } }
        @media (max-width: 991px) {
          .e2p-cmp .xb-itegrate-box .link-box .link--2 {
            transform: translate(-15px, 35px); } }
        @media (max-width: 767px) {
          .e2p-cmp .xb-itegrate-box .link-box .link--2 {
            transform: translate(-3px, 15px); } }
      .e2p-cmp .xb-itegrate-box .link-box .link--3 {
        transform: translateY(76px); }
        @media only screen and (max-width: 1300px) {
          .e2p-cmp .xb-itegrate-box .link-box .link--3 {
            transform: translate(-25px, 76px); } }
        @media (max-width: 991px) {
          .e2p-cmp .xb-itegrate-box .link-box .link--3 {
            transform: translate(-25px, 68px); } }
        @media (max-width: 767px) {
          .e2p-cmp .xb-itegrate-box .link-box .link--3 {
            transform: translate(0px, 24px); } }
      .e2p-cmp .xb-itegrate-box .link-box .link--4 {
        transform: translate(5px, 115px); }
        @media only screen and (max-width: 1300px) {
          .e2p-cmp .xb-itegrate-box .link-box .link--4 {
            transform: translate(-25px, 115px); } }
        @media (max-width: 991px) {
          .e2p-cmp .xb-itegrate-box .link-box .link--4 {
            transform: translate(-25px, 100px); } }
        @media (max-width: 767px) {
          .e2p-cmp .xb-itegrate-box .link-box .link--4 {
            transform: translate(2px, 30px); } }
      .e2p-cmp .xb-itegrate-box .link-box .link--5 {
        transform: translate(30px, 140px); }
        @media only screen and (max-width: 1300px) {
          .e2p-cmp .xb-itegrate-box .link-box .link--5 {
            transform: translate(-10px, 144px); } }
        @media (max-width: 991px) {
          .e2p-cmp .xb-itegrate-box .link-box .link--5 {
            transform: translate(-3px, 125px); } }
        @media (max-width: 767px) {
          .e2p-cmp .xb-itegrate-box .link-box .link--5 {
            transform: translate(6px, 34px); } }
      .e2p-cmp .xb-itegrate-box .link-box .link--6 {
        transform: translate(70px, 160px); }
        @media only screen and (max-width: 1300px) {
          .e2p-cmp .xb-itegrate-box .link-box .link--6 {
            transform: translate(20px, 170px); } }
        @media (max-width: 991px) {
          .e2p-cmp .xb-itegrate-box .link-box .link--6 {
            transform: translate(25px, 145px); } }
        @media (max-width: 767px) {
          .e2p-cmp .xb-itegrate-box .link-box .link--6 {
            transform: translate(12px, 38px); } }
      .e2p-cmp .xb-itegrate-box .link-box .link--7 {
        transform: translate(105px, 175px); }
        @media only screen and (max-width: 1300px) {
          .e2p-cmp .xb-itegrate-box .link-box .link--7 {
            transform: translate(52px, 190px); } }
        @media (max-width: 991px) {
          .e2p-cmp .xb-itegrate-box .link-box .link--7 {
            transform: translate(52px, 154px); } }
        @media (max-width: 767px) {
          .e2p-cmp .xb-itegrate-box .link-box .link--7 {
            transform: translate(17px, 40px); } }
      .e2p-cmp .xb-itegrate-box .link-box .link--8 {
        transform: translate(180px, 175px); }
        @media only screen and (max-width: 1300px) {
          .e2p-cmp .xb-itegrate-box .link-box .link--8 {
            transform: translate(125px, 195px); } }
        @media (max-width: 991px) {
          .e2p-cmp .xb-itegrate-box .link-box .link--8 {
            transform: translate(71px, 158px); } }
        @media (max-width: 767px) {
          .e2p-cmp .xb-itegrate-box .link-box .link--8 {
            transform: translate(20px, 41px); } }
      .e2p-cmp .xb-itegrate-box .link-box .link--9 {
        transform: translate(215px, 167px); }
        @media only screen and (max-width: 1300px) {
          .e2p-cmp .xb-itegrate-box .link-box .link--9 {
            transform: translate(165px, 190px); } }
        @media (max-width: 1199px) {
          .e2p-cmp .xb-itegrate-box .link-box .link--9 {
            transform: translate(155px, 180px); } }
        @media (max-width: 991px) {
          .e2p-cmp .xb-itegrate-box .link-box .link--9 {
            transform: translate(100px, 150px); } }
        @media (max-width: 767px) {
          .e2p-cmp .xb-itegrate-box .link-box .link--9 {
            transform: translate(25px, 40px); } }
      .e2p-cmp .xb-itegrate-box .link-box .link--10 {
        transform: translate(250px, 140px); }
        @media only screen and (max-width: 1300px) {
          .e2p-cmp .xb-itegrate-box .link-box .link--10 {
            transform: translate(205px, 170px); } }
        @media (max-width: 1199px) {
          .e2p-cmp .xb-itegrate-box .link-box .link--10 {
            transform: translate(190px, 155px); } }
        @media (max-width: 991px) {
          .e2p-cmp .xb-itegrate-box .link-box .link--10 {
            transform: translate(125px, 127px); } }
        @media (max-width: 767px) {
          .e2p-cmp .xb-itegrate-box .link-box .link--10 {
            transform: translate(30px, 38px); } }
      .e2p-cmp .xb-itegrate-box .link-box .link--11 {
        transform: translate(275px, 110px); }
        @media only screen and (max-width: 1300px) {
          .e2p-cmp .xb-itegrate-box .link-box .link--11 {
            transform: translate(235px, 140px); } }
        @media (max-width: 1199px) {
          .e2p-cmp .xb-itegrate-box .link-box .link--11 {
            transform: translate(205px, 115px); } }
        @media (max-width: 991px) {
          .e2p-cmp .xb-itegrate-box .link-box .link--11 {
            transform: translate(145px, 100px); } }
        @media (max-width: 767px) {
          .e2p-cmp .xb-itegrate-box .link-box .link--11 {
            transform: translate(35px, 32px); } }
      .e2p-cmp .xb-itegrate-box .link-box .link--12 {
        transform: translate(290px, 75px); }
        @media only screen and (max-width: 1300px) {
          .e2p-cmp .xb-itegrate-box .link-box .link--12 {
            transform: translate(248px, 100px); } }
        @media (max-width: 1199px) {
          .e2p-cmp .xb-itegrate-box .link-box .link--12 {
            transform: translate(205px, 80px); } }
        @media (max-width: 991px) {
          .e2p-cmp .xb-itegrate-box .link-box .link--12 {
            transform: translate(150px, 65px); } }
        @media (max-width: 767px) {
          .e2p-cmp .xb-itegrate-box .link-box .link--12 {
            transform: translate(40px, 25px); } }
      .e2p-cmp .xb-itegrate-box .link-box .link--13 {
        transform: translate(295px, 40px); }
        @media only screen and (max-width: 1300px) {
          .e2p-cmp .xb-itegrate-box .link-box .link--13 {
            transform: translate(250px, 65px); } }
        @media (max-width: 1199px) {
          .e2p-cmp .xb-itegrate-box .link-box .link--13 {
            transform: translate(200px, 40px); } }
        @media (max-width: 991px) {
          .e2p-cmp .xb-itegrate-box .link-box .link--13 {
            transform: translate(145px, 40px); } }
        @media (max-width: 767px) {
          .e2p-cmp .xb-itegrate-box .link-box .link--13 {
            transform: translate(40px, 15px); } }
      .e2p-cmp .xb-itegrate-box .link-box .link--14 {
        transform: translate(289px, 5px); }
        @media only screen and (max-width: 1300px) {
          .e2p-cmp .xb-itegrate-box .link-box .link--14 {
            transform: translate(245px, 30px); } }
        @media (max-width: 1199px) {
          .e2p-cmp .xb-itegrate-box .link-box .link--14 {
            transform: translate(180px, 0px); } }
        @media (max-width: 991px) {
          .e2p-cmp .xb-itegrate-box .link-box .link--14 {
            transform: translate(130px, 8px); } }
        @media (max-width: 767px) {
          .e2p-cmp .xb-itegrate-box .link-box .link--14 {
            transform: translate(35px, 0px); } }

.e2p-cmp .integrate-seection {
  overflow: hidden;
  padding-top: 125px; }

.e2p-cmp .xb-integrate-substrac {
  position: absolute;
  left: 0;
  bottom: -20px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .e2p-cmp .xb-integrate-substrac {
      left: -180px;
      right: -180px;
      bottom: -10px; } }
  @media only screen and (max-width: 1300px) {
    .e2p-cmp .xb-integrate-substrac {
      left: -150px;
      right: -240px;
      bottom: 10px; } }
  @media (max-width: 1199px) {
    .e2p-cmp .xb-integrate-substrac {
      left: -200px;
      right: -200px;
      bottom: 33px; } }
  @media (max-width: 991px) {
    .e2p-cmp .xb-integrate-substrac {
      bottom: -25px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .e2p-cmp .xb-integrate-substrac {
      bottom: -51px; } }

.e2p-cmp .as-asintroduction-item {
  min-height: 280px;
  display: flex;
  flex-direction: column; }
  .e2p-cmp .as-asintroduction-item .xb-item--inner {
    padding: 10px;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #ebdcfe;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background: rgba(255, 254, 254, 0.7);
    box-shadow: 0 0 8px 0 rgba(255, 255, 255, 0); }
    @media (max-width: 991px) {
      .e2p-cmp .as-asintroduction-item .xb-item--inner {
        min-height: 270px; } }
    @media (max-width: 767px) {
      .e2p-cmp .as-asintroduction-item .xb-item--inner {
        min-height: 290px; } }
  .e2p-cmp .as-asintroduction-item .xb-item--title {
    font-size: 24px;
    margin-bottom: 7px; }
    @media (max-width: 991px) {
      .e2p-cmp .as-asintroduction-item .xb-item--title {
        font-size: 22px; } }
  .e2p-cmp .as-asintroduction-item .xb-item--content {
    line-height: 24px; }
  .e2p-cmp .as-asintroduction-item .xb-item--img {
    padding: 10px;
    overflow: hidden;
    position: relative;
    background: #f5effd;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px; }
    .e2p-cmp .as-asintroduction-item .xb-item--img .code {
      position: absolute;
      left: 30px;
      top: 30px;
      height: 156px;
      overflow: hidden; }
    .e2p-cmp .as-asintroduction-item .xb-item--img .img {
      overflow: hidden;
      border-radius: 13px;
      -webkit-border-radius: 13px;
      -moz-border-radius: 13px;
      -ms-border-radius: 13px;
      -o-border-radius: 13px;
      background: var(--color-white); }
    .e2p-cmp .as-asintroduction-item .xb-item--img.blure-shadow {
      padding: 0;
      background: #fffefe;
      box-shadow: 0 0 15px 0 rgba(148, 81, 245, 0.3); }
      .e2p-cmp .as-asintroduction-item .xb-item--img.blure-shadow::before, .e2p-cmp .as-asintroduction-item .xb-item--img.blure-shadow::after {
        position: absolute;
        content: '';
        left: 27px;
        top: 23px;
        z-index: 1;
        height: 20px;
        width: 100%;
        max-width: 371px;
        filter: blur(4px);
        background: #fffefe; }
      .e2p-cmp .as-asintroduction-item .xb-item--img.blure-shadow::after {
        top: auto;
        bottom: -5px; }
    .e2p-cmp .as-asintroduction-item .xb-item--img.shadow-img {
      padding: 0;
      margin: -14px;
      background: transparent;
      position: relative; }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .e2p-cmp .as-asintroduction-item .xb-item--img.shadow-img {
          padding-top: 40px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .e2p-cmp .as-asintroduction-item .xb-item--img.shadow-img > img {
          width: 100%; } }
      .e2p-cmp .as-asintroduction-item .xb-item--img.shadow-img .apps-img {
        position: absolute;
        top: 20px;
        width: 100%;
        text-align: center; }
        @media only screen and (min-width: 1200px) and (max-width: 1300px) {
          .e2p-cmp .as-asintroduction-item .xb-item--img.shadow-img .apps-img {
            top: 10px; } }
        @media (max-width: 1199px) {
          .e2p-cmp .as-asintroduction-item .xb-item--img.shadow-img .apps-img {
            width: 79%;
            left: 50%;
            transform: translateX(-50%); } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .e2p-cmp .as-asintroduction-item .xb-item--img.shadow-img .apps-img {
            top: 85px; } }
  .e2p-cmp .as-asintroduction-item .xb-item--holder {
    padding: 10px 18px 0; }
    @media (max-width: 1199px) {
      .e2p-cmp .as-asintroduction-item .xb-item--holder {
        padding: 10px 5px 0; } }
  .e2p-cmp .as-asintroduction-item .xb-item--top {
    align-items: start; }
  .e2p-cmp .as-asintroduction-item .xb-item--tag {
    padding: 1px;
    font-size: 10px;
    display: inline-block;
    color: var(--color-black);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    background: linear-gradient(180deg, #c098f8 16.25%, #9654f4 58.13%, #9654f4 100%); }
    .e2p-cmp .as-asintroduction-item .xb-item--tag span {
      padding: 2px 8px;
      display: block;
      line-height: 14px;
      border-radius: inherit;
      background: var(--color-white); }

.e2p-cmp .as-introduction-inner {
  gap: 133px;
  display: flex;
  position: relative;
  flex-direction: column; }
  @media (max-width: 767px) {
    .e2p-cmp .as-introduction-inner {
      gap: 20px; } }
  @media (max-width: 767px) {
    .e2p-cmp .as-introduction-inner.top-item {
      margin-bottom: 20px; } }

.e2p-cmp .as-introduction-logo {
  z-index: 1;
  height: 100%;
  position: relative; }
  @media (max-width: 767px) {
    .e2p-cmp .as-introduction-logo {
      display: none; } }
  .e2p-cmp .as-introduction-logo .xb-item--line .line {
    z-index: -1;
    top: 50%;
    position: absolute;
    transform: translateY(-50%); }
    .e2p-cmp .as-introduction-logo .xb-item--line .line svg path {
      stroke-dasharray: 6;
      stroke-dashoffset: 350;
      -webkit-animation: tp-line-dash 30s linear forwards infinite;
      animation: xb-line-dash 30s linear forwards infinite; }
    .e2p-cmp .as-introduction-logo .xb-item--line .line--1 {
      left: -11px; }
    .e2p-cmp .as-introduction-logo .xb-item--line .line--2 {
      right: -11px; }
  .e2p-cmp .as-introduction-logo .xb-item--logo {
    bottom: 50% !important;
    margin-top: 0 !important;
    transform: translate(-50%, 50%) !important; }

.e2p-cmp .as-introduction-wrapper {
  z-index: 1;
  position: relative; }
  .e2p-cmp .as-introduction-wrapper .blur-shape {
    position: absolute;
    bottom: -30%;
    left: 50%;
    z-index: -1;
    width: 149%;
    transform: translateX(-50%); }
    @media (max-width: 1199px) {
      .e2p-cmp .as-introduction-wrapper .blur-shape {
        bottom: -8%; } }
    @media (max-width: 767px) {
      .e2p-cmp .as-introduction-wrapper .blur-shape {
        bottom: 29%; } }

.e2p-cmp .xb-pricing-card .xb-item--inner {
  position: relative;
  background: #140f26;
  padding: 45px 50px 42px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px; }
  @media (max-width: 1199px) {
    .e2p-cmp .xb-pricing-card .xb-item--inner {
      padding: 45px 30px 42px; } }
.e2p-cmp .xb-pricing-card .xb-item--tag {
  font-size: 14px;
  font-weight: 500;
  padding: 0 10px;
  display: inline-block;
  letter-spacing: 0.01em;
  background: #2c2b2b;
  color: var(--color-white);
  text-transform: uppercase;
  border-radius: 53px;
  -webkit-border-radius: 53px;
  -moz-border-radius: 53px;
  -ms-border-radius: 53px;
  -o-border-radius: 53px; }
  .e2p-cmp .xb-pricing-card .xb-item--tag.is-mixgreen {
    color: var(--color-heading);
    background: var(--color-secondary); }
  .e2p-cmp .xb-pricing-card .xb-item--tag.is-mixwhite {
    background: #7652ff; }
.e2p-cmp .xb-pricing-card .xb-item--title {
  font-size: 34px;
  margin: 25px 0 30px;
  color: var(--color-white); }
.e2p-cmp .xb-pricing-card .xb-item--price {
  font-size: 34px;
  line-height: 1;
  color: var(--color-white); }
.e2p-cmp .xb-pricing-card .xb-item--date {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--color-white); }
.e2p-cmp .xb-pricing-card .xb-item--price_box {
  gap: 10px;
  margin-bottom: 34px; }
.e2p-cmp .xb-pricing-card .xb-item--tag_box {
  z-index: 1;
  position: relative; }
  .e2p-cmp .xb-pricing-card .xb-item--tag_box::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    height: 1px;
    width: 100%;
    z-index: -1;
    background: #2c2b2b;
    transform: translateY(-50%); }
.e2p-cmp .xb-pricing-card .xb-item--content {
  max-width: 445px;
  line-height: 28px;
  margin: 22px 0 42px;
  color: var(--color-white); }
.e2p-cmp .xb-pricing-card .xb-item--btn {
  margin-bottom: 50px; }
  .e2p-cmp .xb-pricing-card .xb-item--btn a {
    width: 100%;
    padding: 17.4px 40px; }
    .e2p-cmp .xb-pricing-card .xb-item--btn a.change_bg {
      background: var(--color-secondary); }
      .e2p-cmp .xb-pricing-card .xb-item--btn a.change_bg .text {
        color: var(--color-heading);
        text-shadow: 0 1.3em #140f26; }
.e2p-cmp .xb-pricing-card .xb-item--list {
  margin-top: 25px; }
  .e2p-cmp .xb-pricing-card .xb-item--list li {
    gap: 10px;
    display: flex;
    font-size: 20px;
    letter-spacing: -0.01em;
    color: var(--color-white);
    border-bottom: 1px solid #2c2b2b; }
    @media (max-width: 991px) {
      .e2p-cmp .xb-pricing-card .xb-item--list li {
        font-size: 17px; } }
    .e2p-cmp .xb-pricing-card .xb-item--list li:not(:last-child) {
      padding-bottom: 16px;
      margin-bottom: 16px; }
    .e2p-cmp .xb-pricing-card .xb-item--list li:last-child {
      border-bottom: none; }
.e2p-cmp .xb-pricing-card .xb-item--text {
  font-size: 24px;
  color: #d3c7ff;
  position: absolute;
  top: 115px;
  right: 100px;
  text-align: center;
  transform: rotate(-46deg);
  font-family: var(--font-caveat); }
  @media (max-width: 991px) {
    .e2p-cmp .xb-pricing-card .xb-item--text {
      top: 45px;
      right: 15px; } }
  @media (max-width: 767px) {
    .e2p-cmp .xb-pricing-card .xb-item--text {
      top: 140px;
      right: 30px; } }
.e2p-cmp .xb-pricing-card.is-purple .xb-item--inner {
  background: var(--color-primary); }
.e2p-cmp .xb-pricing-card.is-purple .xb-item--tag_box::before {
  background: rgba(255, 255, 255, 0.2); }
.e2p-cmp .xb-pricing-card.is-purple .xb-item--list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .e2p-cmp .xb-pricing-card.is-purple .xb-item--list li:last-child {
    border-bottom: none; }

.e2p-cmp .xb-pricing-tab {
  padding-top: 70px;
  position: relative; }

.e2p-cmp .xb-pricing-nav {
  z-index: 1;
  padding: 6px;
  position: relative;
  background: #fff;
  display: inline-flex;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px; }
  .e2p-cmp .xb-pricing-nav::after {
    position: absolute;
    content: "";
    width: 52.3%;
    height: 80%;
    top: 6px;
    left: 6px;
    z-index: -1;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    transition: all 0.5s cubic-bezier(0.57, 0.086, 0, 0.99);
    background: linear-gradient(124deg, #6840ff 0%, #c3b3ff 93.45%);
    opacity: 0.3; }
  .e2p-cmp .xb-pricing-nav.is-active::after {
    width: 44%;
    left: 54%; }
  .e2p-cmp .xb-pricing-nav .nav-item .nav-link {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 25px;
    color: var(--color-heading);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border: 1px solid transparent; }
    .e2p-cmp .xb-pricing-nav .nav-item .nav-link.active {
      background-color: transparent; }

.e2p-cmp .xb-pricing-scribble {
  display: flex;
  align-items: center;
  position: absolute;
  top: 40px;
  left: 57%;
  opacity: 0; }
  @media (max-width: 1199px) {
    .e2p-cmp .xb-pricing-scribble {
      left: 59%; } }
  @media (max-width: 991px) {
    .e2p-cmp .xb-pricing-scribble {
      left: 62%; } }
  @media (max-width: 767px) {
    .e2p-cmp .xb-pricing-scribble {
      left: 66%;
      top: 18px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .e2p-cmp .xb-pricing-scribble {
      left: 70%;
      top: 30px; } }
  .e2p-cmp .xb-pricing-scribble .line-svg path:nth-child(2) {
    stroke-dasharray: 3;
    stroke-dashoffset: 350;
    -webkit-animation: tp-line-dash 40s linear forwards infinite;
    animation: xb-line-dash 40s linear forwards infinite; }
  @media (max-width: 767px) {
    .e2p-cmp .xb-pricing-scribble .line-svg {
      max-width: 80px; } }
  .e2p-cmp .xb-pricing-scribble .text {
    font-size: 24px;
    line-height: 24px;
    transform: rotate(-52deg);
    color: var(--color-primary);
    margin: 50px 0 0 -20px;
    font-family: var(--font-caveat); }
    @media (max-width: 767px) {
      .e2p-cmp .xb-pricing-scribble .text {
        font-size: 18px;
        margin: 29px 0 0 -20px;
        transform: rotate(-60deg); } }

.e2p-cmp .xb-sec-frame {
  z-index: 1;
  position: relative;
  padding: 73px 72px;
  margin: 0 -57px 0 -73px; }
  @media only screen and (max-width: 1300px) {
    .e2p-cmp .xb-sec-frame {
      padding: 73px 64px;
      margin: 0 -57px 0 -57px; } }
  @media (max-width: 1199px) {
    .e2p-cmp .xb-sec-frame {
      padding: 73px 57px;
      margin: 0 -50px 0 -50px; } }
  @media only screen and (max-width: 1023px) {
    .e2p-cmp .xb-sec-frame {
      padding: 73px 54px; } }
  @media (max-width: 991px) {
    .e2p-cmp .xb-sec-frame {
      padding: 82px 41px;
      margin: 0 -35px 0 -35px; } }
  @media (max-width: 767px) {
    .e2p-cmp .xb-sec-frame {
      margin: 0;
      padding: 52px 0 50px; } }
  .e2p-cmp .xb-sec-frame .xb-frame .frame {
    position: absolute; }
    @media (max-width: 767px) {
      .e2p-cmp .xb-sec-frame .xb-frame .frame {
        display: none; } }
    .e2p-cmp .xb-sec-frame .xb-frame .frame--1 {
      left: 0;
      top: 0;
      z-index: -1;
      height: 100%; }
      .e2p-cmp .xb-sec-frame .xb-frame .frame--1 img {
        height: 100%; }
    .e2p-cmp .xb-sec-frame .xb-frame .frame--2 {
      top: 0;
      left: 50%;
      z-index: 2;
      height: 100%;
      transform: translateX(-48%); }
      .e2p-cmp .xb-sec-frame .xb-frame .frame--2 img {
        height: 100%; }
    .e2p-cmp .xb-sec-frame .xb-frame .frame--3 {
      left: 0;
      top: 21%;
      z-index: 3; }

.e2p-cmp .xb-pricing-row {
  overflow: hidden;
  border: 1px solid #d7f0d7;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px; }
  @media (max-width: 991px) {
    .e2p-cmp .xb-pricing-row {
      border-radius: 30px 30px 0 30px; } }
  @media (max-width: 767px) {
    .e2p-cmp .xb-pricing-row {
      border-radius: 30px 30px 0 0; } }

.e2p-cmp .xb-pricing-inner {
  margin-right: -27px; }
  @media (max-width: 991px) {
    .e2p-cmp .xb-pricing-inner {
      margin-right: 0; } }
  @media (max-width: 767px) {
    .e2p-cmp .xb-pricing-inner {
      overflow-x: scroll; } }

.e2p-cmp .xb-pricing-table thead tr th {
  padding: 35px 30px; }
  @media (max-width: 1199px) {
    .e2p-cmp .xb-pricing-table thead tr th {
      padding: 35px 20px; } }
  .e2p-cmp .xb-pricing-table thead tr th .text {
    font-size: 12px;
    white-space: nowrap;
    letter-spacing: 0.03em;
    color: var(--color-heading); }
  .e2p-cmp .xb-pricing-table thead tr th .dollar {
    margin: 5px 0;
    display: block;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.03em;
    font-family: var(--font-heading); }
    @media (max-width: 991px) {
      .e2p-cmp .xb-pricing-table thead tr th .dollar {
        font-size: 32px; } }
    @media (max-width: 767px) {
      .e2p-cmp .xb-pricing-table thead tr th .dollar {
        font-size: 28px; } }
.e2p-cmp .xb-pricing-table tr th, .e2p-cmp .xb-pricing-table tr td {
  text-align: center;
  border-right: 1px solid #d7f0d7; }
  .e2p-cmp .xb-pricing-table tr th:nth-child(1), .e2p-cmp .xb-pricing-table tr td:nth-child(1) {
    width: 33%;
    text-align: start; }
  .e2p-cmp .xb-pricing-table tr th:nth-child(2), .e2p-cmp .xb-pricing-table tr td:nth-child(2) {
    background: #5e5efa; }
    .e2p-cmp .xb-pricing-table tr th:nth-child(2) .text, .e2p-cmp .xb-pricing-table tr th:nth-child(2) .dollar, .e2p-cmp .xb-pricing-table tr td:nth-child(2) .text, .e2p-cmp .xb-pricing-table tr td:nth-child(2) .dollar {
      color: var(--color-white); }
    .e2p-cmp .xb-pricing-table tr th:nth-child(2) .opacity, .e2p-cmp .xb-pricing-table tr td:nth-child(2) .opacity {
      color: rgba(255, 255, 255, 0.6); }
.e2p-cmp .xb-pricing-table tbody tr:nth-child(odd) {
  background: #eaf4ea; }
.e2p-cmp .xb-pricing-table tbody tr td {
  width: 23%;
  font-weight: 500;
  padding: 27px 30px; }
  @media (max-width: 1199px) {
    .e2p-cmp .xb-pricing-table tbody tr td {
      padding: 27px 20px; } }

.e2p-cmp .xb-table-img {
  height: 100%;
  width: 100%;
  padding-left: 27px; }
  @media (max-width: 991px) {
    .e2p-cmp .xb-table-img {
      padding-left: 0;
      display: none; } }
  .e2p-cmp .xb-table-img img {
    height: 100%; }

.e2p-cmp .xb-table-btn {
  border-top: none;
  margin-left: 294px;
  display: inline-flex;
  border: 1px solid #d7f0d7;
  border-top: none;
  border-radius: 0 0 30px 30px; }
  @media only screen and (max-width: 1300px) {
    .e2p-cmp .xb-table-btn {
      margin-left: 267px; } }
  @media (max-width: 1199px) {
    .e2p-cmp .xb-table-btn {
      margin-left: 228px; } }
  @media only screen and (max-width: 1023px) {
    .e2p-cmp .xb-table-btn {
      margin-left: 216px; } }
  @media (max-width: 991px) {
    .e2p-cmp .xb-table-btn {
      margin-left: 0; } }
  @media (max-width: 767px) {
    .e2p-cmp .xb-table-btn {
      width: 100%;
      justify-content: space-between; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .e2p-cmp .xb-table-btn {
      width: unset;
      float: right; } }
  .e2p-cmp .xb-table-btn li {
    padding: 16px 16.5px; }
    @media (max-width: 991px) {
      .e2p-cmp .xb-table-btn li {
        padding: 16px 17px; } }
    @media (max-width: 767px) {
      .e2p-cmp .xb-table-btn li {
        padding: 16px 10px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .e2p-cmp .xb-table-btn li {
        padding: 16px 10.5px; } }
    .e2p-cmp .xb-table-btn li:not(:last-child) {
      border-right: 1px solid #d7f0d7; }
    .e2p-cmp .xb-table-btn li a {
      font-weight: 700;
      font-size: 16px;
      line-height: 163%;
      text-transform: capitalize;
      text-align: center;
      color: #045857;
      display: inline-flex;
      padding: 11px 40px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      border: 1px solid #d7f0d7;
      border-radius: 100px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      -ms-border-radius: 100px;
      -o-border-radius: 100px; }
      @media (max-width: 1199px) {
        .e2p-cmp .xb-table-btn li a {
          font-size: 15px;
          padding: 11px 20px; } }
      @media (max-width: 767px) {
        .e2p-cmp .xb-table-btn li a {
          font-size: 12px;
          padding: 11px 15.5px; } }
      .e2p-cmp .xb-table-btn li a:hover {
        background: #d7f0d7; }

@media (max-width: 991px) {
  .e2p-cmp .xb-pricing-table-wrap {
    text-align: right; } }

.e2p-cmp .fs-btns_group {
  max-width: 906px;
  padding: 13px;
  margin: 0 auto 60px;
  position: relative;
  background: #fbfaff; }
  @media (max-width: 1199px) {
    .e2p-cmp .fs-btns_group {
      padding: 12px;
      max-width: 820px; } }
  @media (max-width: 991px) {
    .e2p-cmp .fs-btns_group {
      max-width: 584px; } }
  @media (max-width: 767px) {
    .e2p-cmp .fs-btns_group {
      max-width: 250px; } }
  .e2p-cmp .fs-btns_group .xb-pricing-nav {
    background: var(--color-secondary);
    box-shadow: inset 0 0 4px 0 rgba(39, 62, 140, 0.26); }

.e2p-cmp .fs-pricing-item {
  padding: 10px 10px 25px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: var(--color-white);
  border: 1px solid var(--color-border); }
  .e2p-cmp .fs-pricing-item .xb-item--holder {
    padding: 20px;
    overflow: hidden;
    background: #f9f8ff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border: 1px solid var(--color-border); }
  .e2p-cmp .fs-pricing-item .xb-item--title {
    font-size: 28px;
    margin: 7px 0 8px; }
    @media (max-width: 1199px) {
      .e2p-cmp .fs-pricing-item .xb-item--title {
        font-size: 26px; } }
    @media only screen and (max-width: 1023px) {
      .e2p-cmp .fs-pricing-item .xb-item--title {
        font-size: 25px; } }
    @media (max-width: 991px) {
      .e2p-cmp .fs-pricing-item .xb-item--title {
        font-size: 28px; } }
  .e2p-cmp .fs-pricing-item .xb-item--btn {
    margin-top: 55px; }
    .e2p-cmp .fs-pricing-item .xb-item--btn a {
      width: 100%; }
  @media (max-width: 1199px) {
    .e2p-cmp .fs-pricing-item .xb-item--top {
      gap: 20px;
      flex-wrap: nowrap; } }
  @media (max-width: 767px) {
    .e2p-cmp .fs-pricing-item .xb-item--top {
      flex-wrap: wrap; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .e2p-cmp .fs-pricing-item .xb-item--top {
      flex-wrap: nowrap; } }
  .e2p-cmp .fs-pricing-item .xb-item--price_box {
    text-align: center;
    padding: 22px 18px;
    position: relative;
    z-index: 2;
    background: #f9f8ff;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border: 1px solid var(--color-border); }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .e2p-cmp .fs-pricing-item .xb-item--price_box {
        padding: 22px 15px; } }
  .e2p-cmp .fs-pricing-item .xb-item--price {
    font-size: 38px;
    letter-spacing: -0.03em; }
  .e2p-cmp .fs-pricing-item .xb-item--list_title {
    font-size: 16px; }
  .e2p-cmp .fs-pricing-item .xb-item--list {
    margin-top: 25px; }
    .e2p-cmp .fs-pricing-item .xb-item--list li {
      gap: 10px;
      display: flex; }
      .e2p-cmp .fs-pricing-item .xb-item--list li:not(:last-child) {
        margin-bottom: 10px; }
  .e2p-cmp .fs-pricing-item .xb-item--list_box {
    margin-top: 35px;
    padding: 0 20px; }
  @media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .e2p-cmp .fs-pricing-item .xb-item--top {
      flex-wrap: nowrap; } }
  @media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .e2p-cmp .fs-pricing-item .xb-item--content {
      max-width: 280px; } }
  .e2p-cmp .fs-pricing-item .xb-pricing-scribble {
    top: -10px;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .e2p-cmp .fs-pricing-item .xb-pricing-scribble {
        left: 52%; } }
    @media only screen and (min-width: 1200px) and (max-width: 1300px) {
      .e2p-cmp .fs-pricing-item .xb-pricing-scribble {
        left: 46%;
        top: 12px; } }
    @media (max-width: 1199px) {
      .e2p-cmp .fs-pricing-item .xb-pricing-scribble {
        top: -4px;
        left: 38%; } }
    @media (max-width: 991px) {
      .e2p-cmp .fs-pricing-item .xb-pricing-scribble {
        left: 58%; } }
    @media (max-width: 767px) {
      .e2p-cmp .fs-pricing-item .xb-pricing-scribble {
        top: 70%;
        left: 45%;
        transform: rotate(180deg); } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .e2p-cmp .fs-pricing-item .xb-pricing-scribble {
        top: 15px;
        left: 52%;
        transform: rotate(0deg); } }
    .e2p-cmp .fs-pricing-item .xb-pricing-scribble .text {
      margin: 28px 0 0 -30px; }
      @media (max-width: 767px) {
        .e2p-cmp .fs-pricing-item .xb-pricing-scribble .text {
          transform: rotate(180deg); } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .e2p-cmp .fs-pricing-item .xb-pricing-scribble .text {
          transform: rotate(-52deg); } }
  .e2p-cmp .fs-pricing-item.active .xb-pricing-scribble {
    opacity: 1; }

.e2p-cmp .fs-pricing-bottom {
  margin-top: 45px; }
  .e2p-cmp .fs-pricing-bottom .text {
    margin-bottom: 25px; }

.e2p-cmp .as-pricing-inner {
  z-index: 1;
  padding: 50px;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: linear-gradient(144deg, #141414 0%, #141414 100%); }
  @media (max-width: 1199px) {
    .e2p-cmp .as-pricing-inner {
      padding: 50px 30px; } }
  @media (max-width: 767px) {
    .e2p-cmp .as-pricing-inner {
      padding: 30px 20px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .e2p-cmp .as-pricing-inner {
      padding: 30px 30px; } }
  .e2p-cmp .as-pricing-inner .blur-shape {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1; }

.e2p-cmp .as-pricing-item {
  padding-right: 40px;
  position: relative;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px; }
  @media (max-width: 1199px) {
    .e2p-cmp .as-pricing-item {
      padding-right: 0; } }
  .e2p-cmp .as-pricing-item .xb-item--sub-title {
    margin-bottom: 15px; }
  .e2p-cmp .as-pricing-item .xb-item--pricing_box {
    gap: 10px;
    display: flex;
    align-items: end;
    margin-bottom: 5px; }
    .e2p-cmp .as-pricing-item .xb-item--pricing_box h3 {
      font-size: 40px;
      color: var(--color-white); }
    .e2p-cmp .as-pricing-item .xb-item--pricing_box p {
      font-size: 18px;
      color: rgba(255, 255, 255, 0.7); }
  .e2p-cmp .as-pricing-item .xb-item--text {
    color: rgba(255, 255, 255, 0.7); }
  .e2p-cmp .as-pricing-item .xb-item--list {
    margin-top: 40px; }
    .e2p-cmp .as-pricing-item .xb-item--list li {
      gap: 13px;
      display: flex;
      align-items: center;
      font-weight: 500;
      color: var(--color-white); }
      .e2p-cmp .as-pricing-item .xb-item--list li:not(:last-child) {
        margin-bottom: 17px; }
  .e2p-cmp .as-pricing-item .xb-item--btn a {
    width: 100%; }
  .e2p-cmp .as-pricing-item .xb-item--top {
    z-index: 1;
    position: relative;
    overflow: hidden;
    padding: 14px 20px;
    background-color: #06000d;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3); }
    @media only screen and (min-width: 1200px) and (max-width: 1300px) {
      .e2p-cmp .as-pricing-item .xb-item--top {
        padding: 14px 10px; } }
    @media (max-width: 1199px) {
      .e2p-cmp .as-pricing-item .xb-item--top {
        gap: 20px; } }
  .e2p-cmp .as-pricing-item .xb-item--text_box {
    z-index: 1;
    padding: 2px;
    font-size: 11px;
    position: relative;
    color: var(--color-white);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    box-shadow: 0 0 4px 0 rgba(148, 81, 245, 0.5);
    background: linear-gradient(180deg, #c098f8 16.25%, #9654f4 58.13%, #9654f4 100%); }
    .e2p-cmp .as-pricing-item .xb-item--text_box .text {
      padding: 0 13px;
      display: inline-block;
      border-radius: inherit;
      background: #06000d; }
    .e2p-cmp .as-pricing-item .xb-item--text_box .dot-shape {
      position: absolute;
      left: 16px;
      top: -31px;
      height: 50px;
      z-index: -1;
      overflow: hidden;
      animation: marquee2 2s linear infinite; }
  .e2p-cmp .as-pricing-item .xb-item--content {
    font-size: 12px;
    padding: 2px 24px;
    margin-top: 30px;
    display: inline-block;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    color: rgba(6, 0, 13, 0.7);
    border: 1px solid rgba(6, 0, 13, 0.7); }
  .e2p-cmp .as-pricing-item .xb-item--cursor {
    position: absolute;
    bottom: -75px;
    right: 32px;
    z-index: 1; }
  .e2p-cmp .as-pricing-item.pro-item {
    padding: 20px 20px 40px;
    background: linear-gradient(152deg, #fff 0%, #e6d5ff 34.86%, #c49ff9 100%); }
    @media only screen and (min-width: 1200px) and (max-width: 1300px) {
      .e2p-cmp .as-pricing-item.pro-item {
        padding: 20px 10px 40px; } }
    @media (max-width: 1199px) {
      .e2p-cmp .as-pricing-item.pro-item {
        padding: 20px 15px 40px; } }
    .e2p-cmp .as-pricing-item.pro-item .xb-item--list li {
      color: #220053; }
      .e2p-cmp .as-pricing-item.pro-item .xb-item--list li:not(:last-child) {
        margin-bottom: 13px; }
    .e2p-cmp .as-pricing-item.pro-item .xb-item--list {
      margin-top: 24px; }

.e2p-cmp .as-pricing-shape .shape {
  z-index: -1;
  position: absolute; }
  .e2p-cmp .as-pricing-shape .shape--1 {
    left: 0;
    top: 0; }
    @media (max-width: 1199px) {
      .e2p-cmp .as-pricing-shape .shape--1 {
        left: -170px; } }
    .e2p-cmp .as-pricing-shape .shape--1 .img {
      position: absolute; }
      .e2p-cmp .as-pricing-shape .shape--1 .img.dot {
        top: 0;
        left: 41px;
        overflow: hidden;
        animation: marquee2 15s linear infinite;
        -webkit-animation: marquee2 15s linear infinite; }
      .e2p-cmp .as-pricing-shape .shape--1 .img.blur {
        height: 493px;
        width: 305px;
        left: 79px;
        top: -152px;
        transform: rotate(152deg);
        filter: blur(250px);
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        background: rgba(150, 84, 244, 0.5); }

.e2p-cmp .pricing_toggle_btn {
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  background: transparent;
  color: var(--color-heading);
  font-family: var(--font-heading); }
  .e2p-cmp .pricing_toggle_btn .badge {
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    border: 1px solid #d7f0d7;
    background: var(--color-white);
    padding: 6px 10px;
    font-weight: 600;
    font-size: 12px;
    line-height: 12px;
    opacity: 0.5;
    letter-spacing: 0.01em;
    color: var(--color-default); }
  .e2p-cmp .pricing_toggle_btn span {
    gap: 6px;
    display: flex;
    align-items: center; }
  .e2p-cmp .pricing_toggle_btn .switch_btn {
    width: 64px;
    height: 34px;
    padding: 3px;
    position: relative;
    border-radius: 50px;
    display: inline-block;
    background: #d7f0d7;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px; }
    .e2p-cmp .pricing_toggle_btn .switch_btn:before {
      position: absolute;
      content: "";
      height: 28px;
      width: 28px;
      opacity: 1;
      left: 3px;
      top: 3px;
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      background: var(--color-white);
      box-shadow: -2px 2px 7px 0 rgba(7, 34, 7, 0.17);
      transition: all 0.5s cubic-bezier(0.57, 0.086, 0, 0.99); }
  .e2p-cmp .pricing_toggle_btn .switch_btn.active:before {
    left: 50%; }

.e2p-cmp .pricing_block .pricing_amount_monthly {
  display: block !important; }
.e2p-cmp .pricing_block .pricing_amount_yearly {
  display: none !important; }
.e2p-cmp .pricing_block.active .pricing_amount_monthly {
  display: none !important; }
.e2p-cmp .pricing_block.active .pricing_amount_yearly {
  display: block !important; }

.e2p-cmp .xb-comparison-item {
  position: relative; }
  .e2p-cmp .xb-comparison-item .xb-item--top {
    padding: 10px;
    background: #f1f1f1; }
    @media (max-width: 767px) {
      .e2p-cmp .xb-comparison-item .xb-item--top {
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, 0.5); } }
  .e2p-cmp .xb-comparison-item .xb-item--title {
    padding: 17px 36px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background: var(--color-white);
    box-shadow: 0 4px 4px 0 rgba(21, 19, 19, 0.07); }
    @media (max-width: 1199px) {
      .e2p-cmp .xb-comparison-item .xb-item--title {
        padding: 17px 25px; } }
    @media only screen and (max-width: 1023px) {
      .e2p-cmp .xb-comparison-item .xb-item--title {
        padding: 17px 20px; } }
    .e2p-cmp .xb-comparison-item .xb-item--title h2 {
      font-size: 25px; }
  .e2p-cmp .xb-comparison-item .xb-item--list {
    margin-top: 8px;
    padding: 36px 40px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background: var(--color-white); }
    @media (max-width: 1199px) {
      .e2p-cmp .xb-comparison-item .xb-item--list {
        padding: 36px 25px; } }
    .e2p-cmp .xb-comparison-item .xb-item--list li {
      gap: 9px;
      display: flex;
      font-size: 18px;
      font-weight: 500;
      color: rgba(84, 83, 89, 0.67); }
      @media only screen and (min-width: 992px) and (max-width: 1023px) {
        .e2p-cmp .xb-comparison-item .xb-item--list li {
          font-size: 16px; } }
      .e2p-cmp .xb-comparison-item .xb-item--list li:not(:last-child) {
        margin-bottom: 20px;
        padding-bottom: 20px; }
  .e2p-cmp .xb-comparison-item.right-item .xb-item--top {
    margin: 0 -5px 0;
    border-radius: 11px;
    background-size: 300%;
    animation: rainbow2 5s linear infinite;
    background: linear-gradient(119deg, rgba(104, 64, 255, 0.3) 0%, rgba(161, 255, 98, 0.3) 33.73%, rgba(181, 162, 255, 0.3) 52.21%, rgba(195, 179, 255, 0.3) 100%); }
  .e2p-cmp .xb-comparison-item.right-item .xb-item--list {
    background: linear-gradient(169deg, #e1d9ff 0%, #fff 100%); }
    .e2p-cmp .xb-comparison-item.right-item .xb-item--list li {
      position: relative; }
      .e2p-cmp .xb-comparison-item.right-item .xb-item--list li::before {
        position: absolute;
        left: 0;
        content: "";
        top: 0;
        width: 100%;
        height: 100%;
        height: 1px;
        top: auto;
        bottom: 0;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 50%, rgba(255, 255, 255, 0) 100%); }
      .e2p-cmp .xb-comparison-item.right-item .xb-item--list li:last-child::before {
        display: none; }
  .e2p-cmp .xb-comparison-item.right-item .xb-animate-line .line.one, .e2p-cmp .xb-comparison-item.right-item .xb-animate-line .line.two {
    display: none; }
    @media (max-width: 991px) {
      .e2p-cmp .xb-comparison-item.right-item .xb-animate-line .line.one, .e2p-cmp .xb-comparison-item.right-item .xb-animate-line .line.two {
        display: block; } }
  @media (max-width: 991px) {
    .e2p-cmp .xb-comparison-item.right-item .xb-animate-line .line.three {
      display: none; } }

.e2p-cmp .xb-comparison-wrapr {
  padding: 68px 73px 73px; }
  @media only screen and (max-width: 1300px) {
    .e2p-cmp .xb-comparison-wrapr {
      padding: 68px 65px 73px; } }
  @media (max-width: 1199px) {
    .e2p-cmp .xb-comparison-wrapr {
      margin: 0 -50px 0 -50px;
      padding: 68px 56px 73px; } }
  @media only screen and (max-width: 1023px) {
    .e2p-cmp .xb-comparison-wrapr {
      padding: 68px 54px 73px; } }
  @media (max-width: 991px) {
    .e2p-cmp .xb-comparison-wrapr {
      margin: 0 -35px 0 -35px;
      padding: 136px 41px 143px; } }
  @media (max-width: 767px) {
    .e2p-cmp .xb-comparison-wrapr {
      margin: 0;
      padding: 55px 0 84px; } }
  @media (max-width: 991px) {
    .e2p-cmp .xb-comparison-wrapr .xb-frame .frame--2, .e2p-cmp .xb-comparison-wrapr .xb-frame .frame--3 {
      display: none; } }

@media (max-width: 991px) {
  .e2p-cmp .xb-comparison-btn {
    margin-top: -25px; } }

.e2p-cmp .xb-mockup-wrap {
  position: relative;
  padding: 270px 0 30px; }
  @media only screen and (max-width: 1023px) {
    .e2p-cmp .xb-mockup-wrap {
      padding: 220px 0 30px; } }
  @media (max-width: 991px) {
    .e2p-cmp .xb-mockup-wrap {
      padding: 220px 0 45px; } }
  @media (max-width: 767px) {
    .e2p-cmp .xb-mockup-wrap {
      padding: 91px 0 60px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .e2p-cmp .xb-mockup-wrap {
      padding: 150px 0 100px; } }

.e2p-cmp .xb-mockup-inner {
  padding: 95px 0;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: linear-gradient(181deg, #6840ff 0%, #a48cff 99.97%); }
  @media (max-width: 767px) {
    .e2p-cmp .xb-mockup-inner {
      padding: 50px 0; } }
  .e2p-cmp .xb-mockup-inner::before, .e2p-cmp .xb-mockup-inner::after {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    width: 134px;
    z-index: 1;
    border-radius: inherit;
    border-radius: 0 10px 10px 0;
    background: linear-gradient(270deg, #6840ff 5.57%, rgba(104, 64, 255, 0) 100%); }
    @media (max-width: 767px) {
      .e2p-cmp .xb-mockup-inner::before, .e2p-cmp .xb-mockup-inner::after {
        width: 80px; } }
  .e2p-cmp .xb-mockup-inner::before {
    transform: rotate(180deg); }
  .e2p-cmp .xb-mockup-inner::after {
    left: auto;
    right: 0; }

.e2p-cmp .xb-mockup-list {
  gap: 50px;
  margin-right: 50px; }
  .e2p-cmp .xb-mockup-list li {
    font-weight: 700;
    font-size: 60px;
    letter-spacing: -0.03em;
    color: var(--color-white);
    font-family: var(--font-heading); }
    @media (max-width: 767px) {
      .e2p-cmp .xb-mockup-list li {
        font-size: 40px; } }
    .e2p-cmp .xb-mockup-list li span {
      font-weight: 500; }

.e2p-cmp .xb-mockup-img {
  position: relative;
  text-align: center;
  margin-top: -32%;
  z-index: 1; }
  @media (max-width: 1199px) {
    .e2p-cmp .xb-mockup-img {
      margin-top: -42%; } }
  @media only screen and (max-width: 1023px) {
    .e2p-cmp .xb-mockup-img {
      margin-top: -36%;
      max-width: 670px;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 991px) {
    .e2p-cmp .xb-mockup-img {
      max-width: 600px;
      margin-top: -46%; } }
  @media (max-width: 767px) {
    .e2p-cmp .xb-mockup-img {
      max-width: 280px;
      margin-top: -45%; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .e2p-cmp .xb-mockup-img {
      max-width: 350px;
      margin-top: -37%; } }

.e2p-cmp .atropos {
  position: relative;
  display: block;
  perspective: 1200px;
  transform: translate3d(0, 0, 0); }

.e2p-cmp .atropos-rotate, .e2p-cmp .atropos-scale {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition-property: transform;
  display: block; }

.e2p-cmp .atropos-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 0);
  display: block; }

.e2p-cmp .xb-brand-top {
  display: flex;
  align-items: center; }
  .e2p-cmp .xb-brand-top .text {
    font-weight: 500;
    font-size: 18px;
    padding: 7px 15px;
    display: inline-block;
    background: #d7f0d7;
    white-space: nowrap;
    color: var(--color-heading);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px; }
  .e2p-cmp .xb-brand-top .line {
    width: 100%;
    height: 2px;
    z-index: 1;
    overflow: hidden;
    position: relative;
    background: #d7f0d7; }

.e2p-cmp .xb-animate-leftRight .line {
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  background: transparent; }
  .e2p-cmp .xb-animate-leftRight .line span {
    position: absolute;
    top: 0;
    right: -38px;
    width: 38px;
    height: 2px;
    border-radius: 31px;
    -webkit-border-radius: 31px;
    -moz-border-radius: 31px;
    -ms-border-radius: 31px;
    -o-border-radius: 31px;
    background: rebeccapurple;
    background: linear-gradient(90deg, #86c386 0%, #d7f0d7 100%);
    animation: rightToLeft 10s linear infinite; }
  .e2p-cmp .xb-animate-leftRight .line--2 {
    top: auto;
    bottom: 0; }
    .e2p-cmp .xb-animate-leftRight .line--2 span {
      right: auto;
      left: -38px;
      background: linear-gradient(90deg, #d7f0d7 0%, #86c386 100%);
      animation: LeftToright 10s linear infinite; }

.e2p-cmp .xb-brand-wrapper .xb-hero-brand-wrap {
  margin-top: 60px;
  margin-right: 0; }
  .e2p-cmp .xb-brand-wrapper .xb-hero-brand-wrap .xb-item--marquee {
    margin: 0;
    padding: 0; }
    .e2p-cmp .xb-brand-wrapper .xb-hero-brand-wrap .xb-item--marquee::before, .e2p-cmp .xb-brand-wrapper .xb-hero-brand-wrap .xb-item--marquee::after {
      display: none; }
  .e2p-cmp .xb-brand-wrapper .xb-hero-brand-wrap .xb-item--brand_list {
    gap: 85px;
    margin-right: 85px; }
    @media (max-width: 767px) {
      .e2p-cmp .xb-brand-wrapper .xb-hero-brand-wrap .xb-item--brand_list {
        gap: 55px;
        margin-right: 55px; } }

.e2p-cmp .fs-brand-top {
  padding: 6px 15px;
  margin-bottom: 60px;
  display: inline-block;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border: 1px solid var(--color-border); }
  .e2p-cmp .fs-brand-top span {
    font-weight: 700;
    color: var(--color-heading); }

.e2p-cmp .fs-brand-marquee {
  gap: 30px;
  display: flex;
  margin-right: 30px;
  padding-bottom: 20px; }
  @media (max-width: 767px) {
    .e2p-cmp .fs-brand-marquee {
      gap: 20px;
      margin-right: 20px; } }

.e2p-cmp .fs-marquee-item {
  display: inline-flex;
  align-items: center;
  padding: 10px 28px;
  min-height: 76px;
  min-width: 171px;
  justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: var(--color-white);
  box-shadow: inset 0 4px 0 0 rgba(255, 255, 255, 0.6), inset 0 -8px 0 0 rgba(13, 23, 56, 0.05), 0 3px 3px 0 rgba(13, 23, 56, 0.1), 0 8px 16px 0 rgba(13, 23, 56, 0.06); }
  @media (max-width: 767px) {
    .e2p-cmp .fs-marquee-item {
      min-height: 66px;
      min-width: 161px;
      padding: 10px 20px; } }
  @media (max-width: 767px) {
    .e2p-cmp .fs-marquee-item img {
      max-width: 100px; } }
  .e2p-cmp .fs-marquee-item:hover {
    transform: translateY(-3px); }

.e2p-cmp .as-brand-content {
  padding-right: 40px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .e2p-cmp .as-brand-content {
      padding-right: 35px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .e2p-cmp .as-brand-content {
      padding-right: 0;
      margin-right: -5px; } }
  @media (max-width: 1199px) {
    .e2p-cmp .as-brand-content {
      padding-right: 0;
      margin-right: 31px; } }
  @media only screen and (max-width: 1023px) {
    .e2p-cmp .as-brand-content {
      margin-right: 25px; } }
  @media (max-width: 991px) {
    .e2p-cmp .as-brand-content {
      margin-right: 0; } }
  .e2p-cmp .as-brand-content .xb-item--title {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 6px;
    color: var(--color-white); }
    .e2p-cmp .as-brand-content .xb-item--title span {
      font-size: 25px; }
  .e2p-cmp .as-brand-content .xb-item--review {
    font-size: 16px;
    font-weight: 500;
    color: var(--color-white); }
  .e2p-cmp .as-brand-content .xb-item--star {
    gap: 3.5px; }
    .e2p-cmp .as-brand-content .xb-item--star li {
      font-size: 10px;
      color: var(--color-white); }
  .e2p-cmp .as-brand-content .xb-item--holder {
    gap: 10px; }

.e2p-cmp .as-brand-list {
  gap: 68px;
  margin-right: 68px; }

.e2p-cmp .as-brand-list {
  gap: 68px;
  margin-right: 68px; }
  @media (max-width: 767px) {
    .e2p-cmp .as-brand-list {
      gap: 30px; } }
  @media (max-width: 767px) {
    .e2p-cmp .as-brand-list li {
      max-width: 100px; } }

.e2p-cmp .as-brand-marquee {
  overflow-x: hidden;
  position: relative; }
  .e2p-cmp .as-brand-marquee::before, .e2p-cmp .as-brand-marquee::after {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    width: 146px;
    z-index: 1;
    background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 55%); }
  .e2p-cmp .as-brand-marquee::after {
    left: auto;
    right: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000 100%); }

.e2p-cmp .brand-section {
  z-index: 1;
  position: relative;
  margin-top: -55px; }
  @media (max-width: 767px) {
    .e2p-cmp .brand-section {
      padding-bottom: 60px; } }

.e2p-cmp .ab-brand-top .text {
  font-size: 16px;
  padding: 7px 31px;
  background: var(--color-secondary); }
.e2p-cmp .ab-brand-top .line {
  background: var(--color-secondary); }
  .e2p-cmp .ab-brand-top .line .xb-animate-leftRight .line span {
    background: linear-gradient(90deg, #6954fe 0%, rgba(105, 84, 254, 0) 100%); }

.e2p-cmp .ab-brand-wrap .xb-item--brand_list li {
  opacity: .7 !important; }
  .e2p-cmp .ab-brand-wrap .xb-item--brand_list li:hover {
    opacity: 1 !important; }

.e2p-cmp .xb-dashboard-item {
  background: #d7f0d7;
  padding: 45px 10px 10px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  @media (max-width: 991px) {
    .e2p-cmp .xb-dashboard-item {
      display: inline-block; } }
  .e2p-cmp .xb-dashboard-item .xb-item--top {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .e2p-cmp .xb-dashboard-item .xb-item--top {
        gap: 30px;
        padding-left: 10px;
        padding-right: 10px; } }
  .e2p-cmp .xb-dashboard-item .xb-item--title {
    font-weight: 700;
    font-size: 32px;
    line-height: 37px;
    max-width: 330px;
    text-align: start;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    font-family: var(--second-family); }
    .e2p-cmp .xb-dashboard-item .xb-item--title a {
      color: currentColor; }
  .e2p-cmp .xb-dashboard-item .xb-item--arrow {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background: linear-gradient(180deg, #066 0%, #003d3d 100%); }
    .e2p-cmp .xb-dashboard-item .xb-item--arrow svg rect {
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
  .e2p-cmp .xb-dashboard-item .xb-item--img {
    overflow: hidden;
    position: relative; }
    .e2p-cmp .xb-dashboard-item .xb-item--img .line svg path {
      stroke-dasharray: 3;
      stroke-dashoffset: 350;
      -webkit-animation: tp-line-dash 40s linear forwards infinite;
      animation: xb-line-dash 40s linear forwards infinite; }
    .e2p-cmp .xb-dashboard-item .xb-item--img .line--three {
      position: absolute;
      left: 38%;
      top: 17.5%; }
      @media (max-width: 1199px) {
        .e2p-cmp .xb-dashboard-item .xb-item--img .line--three {
          top: 16.5%; } }
      @media (max-width: 991px) {
        .e2p-cmp .xb-dashboard-item .xb-item--img .line--three {
          top: 17.5%; } }
      @media (max-width: 767px) {
        .e2p-cmp .xb-dashboard-item .xb-item--img .line--three {
          top: 15.5%; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .e2p-cmp .xb-dashboard-item .xb-item--img .line--three {
          top: 16.5%; } }
      @media (max-width: 767px) {
        .e2p-cmp .xb-dashboard-item .xb-item--img .line--three svg {
          width: 30px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .e2p-cmp .xb-dashboard-item .xb-item--img .line--three svg {
          width: 50px; } }
    .e2p-cmp .xb-dashboard-item .xb-item--img .line--four {
      position: absolute;
      bottom: 13%;
      left: 8%; }
      @media (max-width: 767px) {
        .e2p-cmp .xb-dashboard-item .xb-item--img .line--four {
          left: 6%; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .e2p-cmp .xb-dashboard-item .xb-item--img .line--four {
          left: 8%; } }
      @media only screen and (max-width: 1300px) {
        .e2p-cmp .xb-dashboard-item .xb-item--img .line--four svg {
          height: 100px; } }
      @media (max-width: 1199px) {
        .e2p-cmp .xb-dashboard-item .xb-item--img .line--four svg {
          height: 85px; } }
      @media (max-width: 991px) {
        .e2p-cmp .xb-dashboard-item .xb-item--img .line--four svg {
          height: 110px; } }
      @media (max-width: 767px) {
        .e2p-cmp .xb-dashboard-item .xb-item--img .line--four svg {
          height: 60px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .e2p-cmp .xb-dashboard-item .xb-item--img .line--four svg {
          height: 90px; } }
  .e2p-cmp .xb-dashboard-item .xb-item--logo_content {
    left: 50%;
    bottom: 0;
    width: 100%;
    min-height: 256px;
    position: absolute;
    transform: translateX(-50%); }
    @media (max-width: 767px) {
      .e2p-cmp .xb-dashboard-item .xb-item--logo_content {
        min-height: 140px; } }
    .e2p-cmp .xb-dashboard-item .xb-item--logo_content .logo {
      position: absolute;
      height: 76px;
      width: 76px;
      left: 50%;
      bottom: 20%;
      transform: translateX(-50%); }
      @media (max-width: 1199px) {
        .e2p-cmp .xb-dashboard-item .xb-item--logo_content .logo {
          width: 60px;
          height: 60px;
          bottom: 17%; } }
      @media (max-width: 991px) {
        .e2p-cmp .xb-dashboard-item .xb-item--logo_content .logo {
          bottom: 25%; } }
      @media (max-width: 767px) {
        .e2p-cmp .xb-dashboard-item .xb-item--logo_content .logo {
          bottom: 16%; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .e2p-cmp .xb-dashboard-item .xb-item--logo_content .logo {
          bottom: 33%; } }
      .e2p-cmp .xb-dashboard-item .xb-item--logo_content .logo::before, .e2p-cmp .xb-dashboard-item .xb-item--logo_content .logo::after {
        position: absolute;
        content: '';
        inset: -12px;
        height: 130%;
        width: 130%;
        z-index: -2;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%; }
        @media (max-width: 1199px) {
          .e2p-cmp .xb-dashboard-item .xb-item--logo_content .logo::before, .e2p-cmp .xb-dashboard-item .xb-item--logo_content .logo::after {
            inset: -8px;
            height: 125%;
            width: 125%; } }
      .e2p-cmp .xb-dashboard-item .xb-item--logo_content .logo::before {
        filter: blur(29.6000003815px);
        background: rgba(4, 88, 87, 0.26); }
      .e2p-cmp .xb-dashboard-item .xb-item--logo_content .logo::after {
        inset: -10px;
        height: 125%;
        width: 125%;
        backdrop-filter: blur(33px);
        background: rgba(255, 255, 255, 0.18);
        border: 1px solid rgba(255, 255, 255, 0.5); }
        @media (max-width: 1199px) {
          .e2p-cmp .xb-dashboard-item .xb-item--logo_content .logo::after {
            inset: -5px;
            height: 115%;
            width: 115%; } }
      .e2p-cmp .xb-dashboard-item .xb-item--logo_content .logo span {
        height: 100%;
        width: 100%;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        position: absolute;
        border-radius: 38px;
        -webkit-border-radius: 38px;
        -moz-border-radius: 38px;
        -ms-border-radius: 38px;
        -o-border-radius: 38px; }
        .e2p-cmp .xb-dashboard-item .xb-item--logo_content .logo span::before {
          position: absolute;
          content: '';
          left: 0;
          top: 0;
          height: 100%;
          width: 100%;
          z-index: -1;
          background-image: url(../img/dashboard/logo_bg.png);
          background-repeat: no-repeat;
          background-position: center center;
          animation: spin 10s linear infinite; }
    .e2p-cmp .xb-dashboard-item .xb-item--logo_content .line {
      position: absolute;
      left: 0;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
      .e2p-cmp .xb-dashboard-item .xb-item--logo_content .line.one {
        left: 38%; }
        @media only screen and (max-width: 1300px) {
          .e2p-cmp .xb-dashboard-item .xb-item--logo_content .line.one svg {
            height: 172px; } }
        @media (max-width: 1199px) {
          .e2p-cmp .xb-dashboard-item .xb-item--logo_content .line.one svg {
            height: 145px; } }
        @media only screen and (max-width: 1023px) {
          .e2p-cmp .xb-dashboard-item .xb-item--logo_content .line.one svg {
            height: 135px; } }
        @media (max-width: 991px) {
          .e2p-cmp .xb-dashboard-item .xb-item--logo_content .line.one svg {
            height: 190px; } }
        @media (max-width: 767px) {
          .e2p-cmp .xb-dashboard-item .xb-item--logo_content .line.one svg {
            height: 105px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .e2p-cmp .xb-dashboard-item .xb-item--logo_content .line.one svg {
            height: 155px; } }
      .e2p-cmp .xb-dashboard-item .xb-item--logo_content .line.two {
        left: 63%; }
        @media only screen and (max-width: 1300px) {
          .e2p-cmp .xb-dashboard-item .xb-item--logo_content .line.two svg {
            height: 232px; } }
        @media (max-width: 1199px) {
          .e2p-cmp .xb-dashboard-item .xb-item--logo_content .line.two svg {
            height: 195px; } }
        @media only screen and (max-width: 1023px) {
          .e2p-cmp .xb-dashboard-item .xb-item--logo_content .line.two svg {
            height: 180px; } }
        @media (max-width: 991px) {
          .e2p-cmp .xb-dashboard-item .xb-item--logo_content .line.two svg {
            height: 256px; } }
        @media (max-width: 767px) {
          .e2p-cmp .xb-dashboard-item .xb-item--logo_content .line.two svg {
            height: 140px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .e2p-cmp .xb-dashboard-item .xb-item--logo_content .line.two svg {
            height: 207px; } }
  .e2p-cmp .xb-dashboard-item:hover {
    background: var(--color-secondary); }
    .e2p-cmp .xb-dashboard-item:hover .xb-item--arrow {
      background: var(--color-white); }
      .e2p-cmp .xb-dashboard-item:hover .xb-item--arrow svg rect {
        fill: #075a59; }

.e2p-cmp .fs-dashboard-wrapper {
  position: relative;
  min-height: 469px;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  background: var(--color-secondary); }
  @media (max-width: 991px) {
    .e2p-cmp .fs-dashboard-wrapper {
      min-height: 410px; } }
  @media (max-width: 767px) {
    .e2p-cmp .fs-dashboard-wrapper {
      min-height: 357px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .e2p-cmp .fs-dashboard-wrapper {
      min-height: 386px; } }
  .e2p-cmp .fs-dashboard-wrapper .dashboard-shape .shape--5 {
    left: 50%;
    bottom: 0;
    width: 100%;
    transform: translateX(-50%); }

.e2p-cmp .fs-dashboard-nav {
  gap: 10px;
  margin-bottom: 40px;
  position: relative;
  background: #fbfaff;
  display: inline-flex;
  padding: 15px 52px 11px;
  justify-content: center; }
  @media (max-width: 1199px) {
    .e2p-cmp .fs-dashboard-nav {
      padding: 14px 20px 10px; } }
  @media (max-width: 991px) {
    .e2p-cmp .fs-dashboard-nav {
      margin: 0 70px 40px;
      border-radius: 0 0 30px 30px; } }
  @media (max-width: 767px) {
    .e2p-cmp .fs-dashboard-nav {
      margin: 0 0 40px; } }
  .e2p-cmp .fs-dashboard-nav .nav-link {
    gap: 7px;
    z-index: 1;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    min-height: 32px;
    padding: 2px 10px;
    display: inline-flex;
    position: relative;
    color: var(--color-default);
    border: 1px solid #e9e5ff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    @media (max-width: 1199px) {
      .e2p-cmp .fs-dashboard-nav .nav-link {
        padding: 2px 5px; } }
    .e2p-cmp .fs-dashboard-nav .nav-link::before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      opacity: 0;
      height: 100%;
      width: 100%;
      z-index: -1;
      background: #0d1738;
      border-radius: inherit;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      border: 1px solid #0d1738; }
    .e2p-cmp .fs-dashboard-nav .nav-link.active {
      color: var(--color-white); }
      .e2p-cmp .fs-dashboard-nav .nav-link.active::before {
        opacity: 1; }
      .e2p-cmp .fs-dashboard-nav .nav-link.active img {
        filter: brightness(100); }
  @media (max-width: 991px) {
    .e2p-cmp .fs-dashboard-nav::before, .e2p-cmp .fs-dashboard-nav::after {
      display: none; } }

.e2p-cmp .fs-dashboard-img-wrap {
  position: relative;
  overflow: hidden;
  min-height: 433px;
  max-width: 851px;
  margin: 0 auto -65px;
  background: var(--color-white);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px; }
  @media (max-width: 1199px) {
    .e2p-cmp .fs-dashboard-img-wrap {
      max-width: 750px; } }
  @media (max-width: 991px) {
    .e2p-cmp .fs-dashboard-img-wrap {
      max-width: 520px;
      min-height: 330px; } }
  @media (max-width: 767px) {
    .e2p-cmp .fs-dashboard-img-wrap {
      max-width: 320px;
      min-height: 230px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .e2p-cmp .fs-dashboard-img-wrap {
      max-width: 472px;
      min-height: 275px; } }
  .e2p-cmp .fs-dashboard-img-wrap .tab-pane {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: block;
    filter: blur(10px);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .e2p-cmp .fs-dashboard-img-wrap .tab-pane.active {
      filter: blur(0); }

.e2p-cmp .xb-story-item {
  overflow: hidden;
  padding: 30px;
  position: relative;
  background: #d7f0d7;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px; }
  @media (max-width: 1199px) {
    .e2p-cmp .xb-story-item {
      padding: 30px 20px; } }
  @media only screen and (max-width: 1023px) {
    .e2p-cmp .xb-story-item {
      padding: 30px 15px; } }
  @media (max-width: 767px) {
    .e2p-cmp .xb-story-item {
      text-align: center; } }
  .e2p-cmp .xb-story-item .xb-item--logo {
    min-height: 30px; }
  .e2p-cmp .xb-story-item .xb-item--holder {
    margin: 50px 0 60px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .e2p-cmp .xb-story-item .xb-item--number {
    font-size: 70px;
    font-weight: 700;
    letter-spacing: -0.04em; }
    @media (max-width: 1199px) {
      .e2p-cmp .xb-story-item .xb-item--number {
        font-size: 55px; } }
  .e2p-cmp .xb-story-item .xb-item--text {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: var(--color-heading); }
  .e2p-cmp .xb-story-item .xb-item--btn {
    height: 30px;
    max-width: 30px;
    overflow: hidden;
    padding: 0px 8px;
    display: inline-flex;
    position: relative;
    white-space: nowrap;
    width: max-content;
    justify-content: center;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    background: var(--color-white);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px; }
    .e2p-cmp .xb-story-item .xb-item--btn span {
      gap: 20px;
      opacity: 0;
      width: 100%;
      font-size: 15px;
      font-weight: 500;
      display: inline-flex;
      align-items: center;
      white-space: nowrap;
      letter-spacing: -0.01em;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      color: var(--color-heading); }
    .e2p-cmp .xb-story-item .xb-item--btn img {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      transform: translate3d(-50%, -50%, 0); }
  .e2p-cmp .xb-story-item .xb-item--img {
    position: absolute;
    right: 0;
    top: 0; }
  .e2p-cmp .xb-story-item:hover .xb-item--holder {
    transform: translateY(-5px); }
  .e2p-cmp .xb-story-item:hover .xb-item--btn {
    max-width: 100%;
    padding: 0px 20px; }
    .e2p-cmp .xb-story-item:hover .xb-item--btn img {
      opacity: 0; }
    .e2p-cmp .xb-story-item:hover .xb-item--btn span {
      opacity: 1;
      width: auto; }
  .e2p-cmp .xb-story-item.bg--2 {
    background: #ffdef8; }
  .e2p-cmp .xb-story-item.bg--3 {
    background: #ffe4e9; }
  .e2p-cmp .xb-story-item.bg--4 {
    background: #fff3de; }
  .e2p-cmp .xb-story-item.bg--5 {
    background: #e7e7fe; }
  .e2p-cmp .xb-story-item.bg--6 {
    background: #045857; }

@media (max-width: 767px) {
  .e2p-cmp .xb-story-slide-box {
    gap: 40px; } }
.e2p-cmp .xb-story-slide-box .xb-story-item {
  width: 290px;
  margin-right: 30px;
  padding: 100px 20px 20px; }
  @media (max-width: 767px) {
    .e2p-cmp .xb-story-slide-box .xb-story-item {
      width: 100%;
      margin-right: 0;
      text-align: start; } }
  .e2p-cmp .xb-story-slide-box .xb-story-item .xb-item--holder {
    margin: 0 0 58px; }
  .e2p-cmp .xb-story-slide-box .xb-story-item .xb-item--number .xbo {
    transform: translateY(-6px); }
  .e2p-cmp .xb-story-slide-box .xb-story-item .xb-item--number, .e2p-cmp .xb-story-slide-box .xb-story-item .xb-item--text {
    color: var(--color-white); }
  .e2p-cmp .xb-story-slide-box .xb-story-item .xb-item--text {
    transform: translateY(-10px); }

.e2p-cmp .xb-story-slider-wrap {
  padding: 10px 30px 10px 10px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border: 1px solid #d7f0d7;
  background: var(--color-white); }
  @media (max-width: 991px) {
    .e2p-cmp .xb-story-slider-wrap {
      padding: 10px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .e2p-cmp .xb-story-slider-wrap {
      padding: 10px 10px 30px; } }
  .e2p-cmp .xb-story-slider-wrap .swiper-pagination {
    border: 1px solid #d7f0d7;
    border-radius: 50px;
    width: auto;
    height: auto;
    bottom: auto;
    top: 0;
    left: auto;
    right: 0;
    padding: 0 8px;
    line-height: 22px;
    transform: translate3d(0, 1px, 0); }
    @media (max-width: 767px) {
      .e2p-cmp .xb-story-slider-wrap .swiper-pagination {
        top: 53%; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .e2p-cmp .xb-story-slider-wrap .swiper-pagination {
        top: 56%; } }
    .e2p-cmp .xb-story-slider-wrap .swiper-pagination .swiper-pagination-bullet {
      margin: 2px 4px;
      background: #8fb88f; }
      .e2p-cmp .xb-story-slider-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 35px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px; }

.e2p-cmp .xb-story-slide-content {
  width: calc(100% - 320px); }
  @media (max-width: 767px) {
    .e2p-cmp .xb-story-slide-content {
      width: 100%; } }
  .e2p-cmp .xb-story-slide-content .xb-item--content {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: -0.04em;
    margin: 55px 0;
    color: var(--color-heading);
    font-family: var(--font-heading);
    max-width: 533px; }
    @media (max-width: 1199px) {
      .e2p-cmp .xb-story-slide-content .xb-item--content {
        font-size: 22px;
        margin: 45px 0; } }
    @media (max-width: 991px) {
      .e2p-cmp .xb-story-slide-content .xb-item--content {
        margin: 35px 0;
        font-size: 20px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .e2p-cmp .xb-story-slide-content .xb-item--content {
        font-size: 24px; } }
    .e2p-cmp .xb-story-slide-content .xb-item--content span {
      font-weight: 700; }
  .e2p-cmp .xb-story-slide-content .xb-item--name {
    font-size: 18px; }
  .e2p-cmp .xb-story-slide-content .xb-item--desig {
    font-size: 14px;
    color: rgba(4, 88, 87, 0.6); }

.e2p-cmp .fs-story-item .xb-item--img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px; }
  .e2p-cmp .fs-story-item .xb-item--img .img {
    width: 100%;
    display: inline-block;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    .e2p-cmp .fs-story-item .xb-item--img .img img {
      width: 100%; }
  .e2p-cmp .fs-story-item .xb-item--img .logo {
    left: 20px;
    bottom: 16px;
    position: absolute; }
.e2p-cmp .fs-story-item .xb-item--title {
  font-size: 18px;
  line-height: 23px;
  max-width: 300px;
  margin: 25px 0 15px; }
  .e2p-cmp .fs-story-item .xb-item--title a {
    color: currentColor; }
.e2p-cmp .fs-story-item .xb-item--btn {
  gap: 20px;
  display: flex;
  color: #5a5869;
  align-items: center;
  position: relative;
  display: inline-flex;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  .e2p-cmp .fs-story-item .xb-item--btn::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: var(--color-primary); }
  .e2p-cmp .fs-story-item .xb-item--btn .arrow {
    position: relative; }
    .e2p-cmp .fs-story-item .xb-item--btn .arrow img {
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
      .e2p-cmp .fs-story-item .xb-item--btn .arrow img:nth-child(2) {
        position: absolute;
        left: 0;
        top: 31%;
        opacity: 0; }
  .e2p-cmp .fs-story-item .xb-item--btn:hover {
    color: var(--color-primary); }
    .e2p-cmp .fs-story-item .xb-item--btn:hover::before {
      width: 100%; }
    .e2p-cmp .fs-story-item .xb-item--btn:hover .arrow img:nth-child(1) {
      opacity: 0; }
    .e2p-cmp .fs-story-item .xb-item--btn:hover .arrow img:nth-child(2) {
      opacity: 1; }
.e2p-cmp .fs-story-item:hover .xb-item--img .img {
  transform: scale(1.05); }

.e2p-cmp .fs-story-slider {
  padding-left: 20px;
  margin-right: -120px; }
  @media (max-width: 991px) {
    .e2p-cmp .fs-story-slider {
      margin-right: -250px; } }
  @media (max-width: 767px) {
    .e2p-cmp .fs-story-slider {
      margin-right: 0;
      padding-left: 10px;
      padding-right: 10px; } }

.e2p-cmp .fs-slider-btn {
  right: 50px;
  position: relative; }
  @media (max-width: 767px) {
    .e2p-cmp .fs-slider-btn {
      top: 40px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .e2p-cmp .fs-slider-btn {
      top: 0; } }
  .e2p-cmp .fs-slider-btn > div {
    height: 50px;
    width: 50px;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #fbfaff;
    border: 1px solid var(--color-border); }
    .e2p-cmp .fs-slider-btn > div::after {
      display: none; }
    .e2p-cmp .fs-slider-btn > div img {
      filter: brightness(0);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .e2p-cmp .fs-slider-btn > div:hover img {
      filter: brightness(1); }
  .e2p-cmp .fs-slider-btn .swiper-button-prev {
    left: -60px; }

@media (max-width: 991px) {
  .e2p-cmp .fs-story-top .sec-title {
    max-width: 65%; } }
@media (max-width: 767px) {
  .e2p-cmp .fs-story-top .sec-title {
    max-width: 100%; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .e2p-cmp .fs-story-top .sec-title {
    max-width: 70%; } }

.e2p-cmp .xb-intigration-inner {
  min-height: 543px;
  background: #045857;
  padding: 125px 0 100px;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px; }
  @media (max-width: 767px) {
    .e2p-cmp .xb-intigration-inner {
      padding: 90px 0;
      min-height: 510px; } }
  .e2p-cmp .xb-intigration-inner .xb-content {
    max-width: 334px;
    text-align: center;
    margin: 0 auto;
    color: var(--color-white); }
  @media (max-width: 767px) {
    .e2p-cmp .xb-intigration-inner .sec-title--two {
      padding: 0 20px; } }
  .e2p-cmp .xb-intigration-inner .xb-blur-shape .shape {
    position: absolute;
    left: 0;
    bottom: 0; }
    @media (max-width: 767px) {
      .e2p-cmp .xb-intigration-inner .xb-blur-shape .shape--1 {
        display: none; } }
    .e2p-cmp .xb-intigration-inner .xb-blur-shape .shape--2 {
      left: auto;
      right: 0; }
      @media (max-width: 767px) {
        .e2p-cmp .xb-intigration-inner .xb-blur-shape .shape--2 {
          display: none; } }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .e2p-cmp .xb-intigration-inner .xb-blur-shape .shape--3 {
        bottom: 8px; } }
    @media only screen and (max-width: 1300px) {
      .e2p-cmp .xb-intigration-inner .xb-blur-shape .shape--3 {
        bottom: 40px; } }
    @media (max-width: 1199px) {
      .e2p-cmp .xb-intigration-inner .xb-blur-shape .shape--3 {
        bottom: 70px; } }
    @media (max-width: 991px) {
      .e2p-cmp .xb-intigration-inner .xb-blur-shape .shape--3 {
        width: 125%;
        left: -11%;
        bottom: 87px; } }
    @media (max-width: 767px) {
      .e2p-cmp .xb-intigration-inner .xb-blur-shape .shape--3 {
        width: 160%;
        left: -26%;
        bottom: 144px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .e2p-cmp .xb-intigration-inner .xb-blur-shape .shape--3 {
        width: 154%;
        bottom: 86px; } }

.e2p-cmp .xb-intigration-wrapper {
  margin-bottom: -55px;
  padding: 130px 0 178px; }
  @media (max-width: 767px) {
    .e2p-cmp .xb-intigration-wrapper {
      padding: 90px 0 178px; } }

.e2p-cmp .xb-intigration-logo {
  z-index: 1;
  padding: 22px 74px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 65px 0 51px; }
  @media (max-width: 767px) {
    .e2p-cmp .xb-intigration-logo {
      padding: 12px 40px; } }
  .e2p-cmp .xb-intigration-logo .bg_shape {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
    height: 100%;
    width: 100%; }

@property --img-scale {
  syntax: "<number>";
  initial-value: 1;
  inherits: true; }
.e2p-cmp .xb-integrations-logo-inner {
  position: absolute;
  left: 33%;
  bottom: 33%;
  width: 100%; }
  @media (max-width: 991px) {
    .e2p-cmp .xb-integrations-logo-inner {
      bottom: 32%; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .e2p-cmp .xb-integrations-logo-inner {
      bottom: 30%; } }

.e2p-cmp .logos-img {
  width: 65px;
  heigth: 65px;
  border-radius: 15px;
}

.e2p-cmp .xb-integrations-logo {
  width: 79px;
  height: 79px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-white);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  offset-path: path("M 24 24 A 600 375.5 0 0 1 624 399.5");
  offset-distance: 0; }
  @media (max-width: 767px) {
    .e2p-cmp .xb-integrations-logo {
      height: 40px;
      width: 40px;
      padding: 10px; } }
  .e2p-cmp .xb-integrations-logo[data-direction=right] {
    left: auto;
    right: 78%;
    offset-path: path("M 100 -90 A 950 375.5 0 0 1 550 399.5");
    animation: move-logo-right 15s linear infinite; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .e2p-cmp .xb-integrations-logo[data-direction=right] {
        offset-path: path("M 100 -90 A 950 375.5 2 0 1 550 399.5"); } }
    @media only screen and (max-width: 1300px) {
      .e2p-cmp .xb-integrations-logo[data-direction=right] {
        offset-path: path("M 100 -92 A 950 539.5 -20 0 1 550 399.5"); } }
    @media (max-width: 1199px) {
      .e2p-cmp .xb-integrations-logo[data-direction=right] {
        offset-path: path("M 100 -96 A 950 510.5 -18 0 1 452 399.5"); } }
    @media (max-width: 991px) {
      .e2p-cmp .xb-integrations-logo[data-direction=right] {
        offset-path: path("M 50 -101 A 950 536.5 -32 0 1 452 320.5"); } }
    @media (max-width: 767px) {
      .e2p-cmp .xb-integrations-logo[data-direction=right] {
        offset-path: path("M 50 -94 A 950 536.5 -32 0 1 452 320.5"); } }
  .e2p-cmp .xb-integrations-logo[data-direction=left] {
    offset-path: path("M -550 399.5 A 600 375.5 -25 0 1 110 -90");
    animation: move-logo-left 15s linear infinite; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .e2p-cmp .xb-integrations-logo[data-direction=left] {
        offset-path: path("M -550 399.5 A 600 375.5 -30 0 1 110 -90"); } }
    @media only screen and (max-width: 1300px) {
      .e2p-cmp .xb-integrations-logo[data-direction=left] {
        offset-path: path("M -495 399.5 A 600 375.5 -58 0 1 110 -90"); } }
    @media (max-width: 1199px) {
      .e2p-cmp .xb-integrations-logo[data-direction=left] {
        offset-path: path("M -405 399.5 A 600 375.5 -70 0 1 110 -90"); } }
    @media (max-width: 991px) {
      .e2p-cmp .xb-integrations-logo[data-direction=left] {
        offset-path: path("M -430 275.5 A 600 315.5 -60 0 1 60 -90"); } }
    @media (max-width: 767px) {
      .e2p-cmp .xb-integrations-logo[data-direction=left] {
        offset-path: path("M -430 275.5 A 600 315.5 -63 0 1 60 -90"); } }
  .e2p-cmp .xb-integrations-logo img {
    scale: var(--img-scale); }

.e2p-cmp .as-integration-wrapper {
  background: linear-gradient(359deg, #f5effd 0%, #fffefe 100%); }
  @media (max-width: 767px) {
    .e2p-cmp .as-integration-wrapper {
      padding-bottom: 90px; } }

.e2p-cmp .as-integration-list {
  z-index: 1;
  position: relative;
  margin: 0 auto;
  max-width: 1079px;
  display: flex;
  justify-content: center; }
  @media (max-width: 1199px) {
    .e2p-cmp .as-integration-list {
      max-width: 800px;
      padding: 0 66px; } }
  @media (max-width: 991px) {
    .e2p-cmp .as-integration-list {
      max-width: 658px;
      padding: 0 52px; } }
  @media (max-width: 767px) {
    .e2p-cmp .as-integration-list {
      padding: 0;
      min-height: 300px; } }
  @media (max-width: 767px) {
    .e2p-cmp .as-integration-list .shape {
      display: none; } }
  .e2p-cmp .as-integration-list .item {
    height: 90px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    box-shadow: 0 4px 4px 0 #e4dced;
    background: rgba(255, 255, 255, 0.8), linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 100%); }
    @media (max-width: 1199px) {
      .e2p-cmp .as-integration-list .item {
        width: 65px;
        height: 65px;
        padding: 15px; } }
    @media (max-width: 991px) {
      .e2p-cmp .as-integration-list .item {
        width: 55px;
        height: 55px;
        padding: 10px; } }
    .e2p-cmp .as-integration-list .item--1 {
      top: 0;
      left: 0; }
      @media (max-width: 767px) {
        .e2p-cmp .as-integration-list .item--1 {
          left: 20px; } }
    .e2p-cmp .as-integration-list .item--2 {
      top: 0;
      left: 50%; }
      @media (max-width: 767px) {
        .e2p-cmp .as-integration-list .item--2 {
          left: 42%; } }
    .e2p-cmp .as-integration-list .item--3 {
      top: 0;
      right: 0; }
      @media (max-width: 767px) {
        .e2p-cmp .as-integration-list .item--3 {
          right: 20px; } }
    .e2p-cmp .as-integration-list .item--4 {
      top: 24.9%;
      left: 25%; }
      @media (max-width: 767px) {
        .e2p-cmp .as-integration-list .item--4 {
          left: 24%;
          top: 16.9%; } }
    .e2p-cmp .as-integration-list .item--5 {
      top: 24.9%;
      left: 41.8%; }
      @media (max-width: 767px) {
        .e2p-cmp .as-integration-list .item--5 {
          top: 35.9%; } }
    .e2p-cmp .as-integration-list .item--6 {
      top: 24.9%;
      left: 58.4%; }
      @media (max-width: 767px) {
        .e2p-cmp .as-integration-list .item--6 {
          top: 17.9%;
          left: 60%; } }
    .e2p-cmp .as-integration-list .item--7 {
      top: 24.9%;
      left: 75%; }
      @media (max-width: 767px) {
        .e2p-cmp .as-integration-list .item--7 {
          left: 5%;
          top: 34.9%; } }
    .e2p-cmp .as-integration-list .item--8 {
      top: 49.9%;
      left: 16.8%; }
      @media (max-width: 767px) {
        .e2p-cmp .as-integration-list .item--8 {
          top: 53.9%;
          left: 23.8%; } }
    .e2p-cmp .as-integration-list .item--9 {
      top: 49.9%;
      left: 66.7%; }
      @media (max-width: 767px) {
        .e2p-cmp .as-integration-list .item--9 {
          top: 51.9%;
          left: 60.7%; } }
    .e2p-cmp .as-integration-list .item--10 {
      top: 49.9%;
      left: 83.4%; }
      @media (max-width: 767px) {
        .e2p-cmp .as-integration-list .item--10 {
          top: 33.9%;
          left: 78.4%; } }
    .e2p-cmp .as-integration-list .item--11 {
      left: 0;
      bottom: 0; }
      @media (max-width: 767px) {
        .e2p-cmp .as-integration-list .item--11 {
          left: 6%;
          bottom: 10%; } }
    .e2p-cmp .as-integration-list .item--12 {
      bottom: 0;
      left: 41.8%; }
      @media (max-width: 767px) {
        .e2p-cmp .as-integration-list .item--12 {
          bottom: 11%;
          left: 42.8%; } }
    .e2p-cmp .as-integration-list .item--13 {
      right: 0;
      bottom: 0; }
      @media (max-width: 767px) {
        .e2p-cmp .as-integration-list .item--13 {
          bottom: 12%;
          right: 20px; } }

.e2p-cmp .fs-solution-item {
  padding: 25px 20px 20px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border: 1px solid var(--color-border); }
  @media only screen and (min-width: 992px) and (max-width: 1023px) {
    .e2p-cmp .fs-solution-item {
      padding: 25px 10px 10px; } }
  .e2p-cmp .fs-solution-item .xb-title {
    font-size: 28px;
    margin-bottom: 5px; }
  .e2p-cmp .fs-solution-item .xb-content {
    max-width: 487px; }

.e2p-cmp .fs-solution-chart_box {
  z-index: 1;
  margin-top: 40px;
  min-height: 589px;
  position: relative;
  overflow: hidden;
  background: #fff6f6;
  padding: 40px 20px 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px; }
  @media (max-width: 991px) {
    .e2p-cmp .fs-solution-chart_box {
      padding: 40px 40px 20px; } }
  @media (max-width: 767px) {
    .e2p-cmp .fs-solution-chart_box {
      padding: 40px 20px 30px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .e2p-cmp .fs-solution-chart_box {
      padding: 40px 15px 20px; } }
  .e2p-cmp .fs-solution-chart_box .xb-item--holder {
    padding: 72px 0 20px;
    position: relative;
    text-align: center;
    margin-bottom: 42px;
    border-bottom: 1px solid #eddfdf; }
  .e2p-cmp .fs-solution-chart_box .xb-item--number {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 35px;
    letter-spacing: -0.04em; }
    @media (max-width: 767px) {
      .e2p-cmp .fs-solution-chart_box .xb-item--number {
        margin-bottom: 10px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .e2p-cmp .fs-solution-chart_box .xb-item--number {
        margin-bottom: 35px; } }
    .e2p-cmp .fs-solution-chart_box .xb-item--number .xbo {
      transform: translateY(-4px); }
  .e2p-cmp .fs-solution-chart_box .xb-item--content {
    font-size: 13px; }
  .e2p-cmp .fs-solution-chart_box .xb-item--meta {
    gap: 15px;
    justify-content: center; }
    @media (max-width: 767px) {
      .e2p-cmp .fs-solution-chart_box .xb-item--meta {
        gap: 5px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .e2p-cmp .fs-solution-chart_box .xb-item--meta {
        gap: 15px; } }
    .e2p-cmp .fs-solution-chart_box .xb-item--meta li {
      font-size: 14px;
      font-weight: 500;
      position: relative;
      padding-left: 12px;
      color: var(--color-heading); }
      .e2p-cmp .fs-solution-chart_box .xb-item--meta li::before {
        position: absolute;
        content: '';
        left: 0;
        top: 50%;
        height: 5px;
        width: 5px;
        background: #ff4141;
        transform: translateY(-50%);
        border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        -o-border-radius: 100px; }
      .e2p-cmp .fs-solution-chart_box .xb-item--meta li span {
        font-weight: 700; }
  .e2p-cmp .fs-solution-chart_box .xb-item--chart_img {
    position: absolute;
    left: 50%;
    top: 0;
    width: 100%;
    transform: translateX(-50%); }
  .e2p-cmp .fs-solution-chart_box .xb-item--shape .shape {
    z-index: -1;
    position: absolute; }
    .e2p-cmp .fs-solution-chart_box .xb-item--shape .shape--1 {
      left: 0;
      top: 0; }
    .e2p-cmp .fs-solution-chart_box .xb-item--shape .shape--2 {
      top: 0;
      right: 0; }
    .e2p-cmp .fs-solution-chart_box .xb-item--shape .shape--3 {
      left: 0;
      bottom: 0; }
    .e2p-cmp .fs-solution-chart_box .xb-item--shape .shape--4 {
      bottom: 0;
      right: 0; }
    .e2p-cmp .fs-solution-chart_box .xb-item--shape .shape--5 {
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
    .e2p-cmp .fs-solution-chart_box .xb-item--shape .shape--6 {
      right: 0;
      top: 50%;
      transform: translateY(-50%); }

.e2p-cmp .fs-tag-list {
  text-align: center; }
  .e2p-cmp .fs-tag-list .xb-item--list_box {
    margin-top: -60px; }
    @media (max-width: 1199px) {
      .e2p-cmp .fs-tag-list .xb-item--list_box {
        margin-top: -44px; } }
    @media (max-width: 767px) {
      .e2p-cmp .fs-tag-list .xb-item--list_box {
        margin-top: -20px; } }
  @media (max-width: 767px) {
    .e2p-cmp .fs-tag-list .xb-item--list {
      gap: 10px;
      justify-content: center; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .e2p-cmp .fs-tag-list .xb-item--list {
      gap: 15px;
      justify-content: space-between; } }
  .e2p-cmp .fs-tag-list .xb-item--list:not(:first-child) {
    transform: translateY(-10px); }
    @media (max-width: 767px) {
      .e2p-cmp .fs-tag-list .xb-item--list:not(:first-child) {
        transform: translateY(0); } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .e2p-cmp .fs-tag-list .xb-item--list:not(:first-child) {
        transform: translateY(-10px); } }
  .e2p-cmp .fs-tag-list .xb-item--list:nth-child(even) {
    z-index: 1;
    position: relative;
    transform: translate(5px, -10px); }
    @media (max-width: 767px) {
      .e2p-cmp .fs-tag-list .xb-item--list:nth-child(even) {
        margin: 10px 0;
        transform: translate(0); } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .e2p-cmp .fs-tag-list .xb-item--list:nth-child(even) {
        margin: 0;
        transform: translate(5px, -10px); } }
  .e2p-cmp .fs-tag-list .xb-item--list li {
    gap: 10px;
    font-size: 18px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    letter-spacing: -0.01em;
    padding: 9px 27px 9px 8px;
    text-transform: capitalize;
    color: var(--color-heading);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 44px 18px -4px rgba(81, 32, 32, 0.04), 0 26px 10px -4px rgba(81, 32, 32, 0.06), 0 16px 6px -3px rgba(81, 32, 32, 0.07), 0 10px 4px -3px rgba(81, 32, 32, 0.08), 0 6px 2px -2px rgba(81, 32, 32, 0.08), 0 3px 1px -1px rgba(81, 32, 32, 0.09), 0 1px 1px -1px rgba(81, 32, 32, 0.09), 0 0 0 1px #eddfdf, inset 0 1px 1px 1px rgba(255, 255, 255, 0.3); }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .e2p-cmp .fs-tag-list .xb-item--list li {
        font-size: 17px; } }
    @media only screen and (min-width: 1200px) and (max-width: 1300px) {
      .e2p-cmp .fs-tag-list .xb-item--list li {
        font-size: 14px;
        padding: 9px 15px 9px 8px; } }
    @media (max-width: 1199px) {
      .e2p-cmp .fs-tag-list .xb-item--list li {
        gap: 5px;
        font-size: 13px;
        padding: 9px 9px 9px 8px; } }
    @media (max-width: 991px) {
      .e2p-cmp .fs-tag-list .xb-item--list li {
        gap: 10px;
        font-size: 18px;
        padding: 9px 27px 9px 8px; } }
    @media (max-width: 767px) {
      .e2p-cmp .fs-tag-list .xb-item--list li {
        gap: 5px;
        font-size: 16px;
        padding: 9px 20px 9px 8px; } }
    .e2p-cmp .fs-tag-list .xb-item--list li span {
      width: 34px;
      height: 34px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      color: #ff4141;
      border-radius: 100px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      -ms-border-radius: 100px;
      -o-border-radius: 100px;
      background: var(--color-white); }
      @media (max-width: 1199px) {
        .e2p-cmp .fs-tag-list .xb-item--list li span {
          width: 30px;
          height: 30px; } }

.e2p-cmp .fa-chart-two {
  background: #f2fff2; }
  .e2p-cmp .fa-chart-two .xb-item--holder {
    margin-bottom: 30px;
    border-bottom: 1px solid #D8EAD8; }
  .e2p-cmp .fa-chart-two .xb-item--list_box {
    gap: 28px;
    margin-top: 0;
    flex-wrap: nowrap; }
    @media (max-width: 1199px) {
      .e2p-cmp .fa-chart-two .xb-item--list_box {
        gap: 15px; } }
    @media (max-width: 991px) {
      .e2p-cmp .fa-chart-two .xb-item--list_box {
        gap: 28px; } }
    @media (max-width: 767px) {
      .e2p-cmp .fa-chart-two .xb-item--list_box {
        gap: 12px;
        flex-wrap: wrap; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .e2p-cmp .fa-chart-two .xb-item--list_box {
        gap: 20px;
        flex-wrap: nowrap; } }
  .e2p-cmp .fa-chart-two .xb-item--list {
    gap: 20px;
    width: 47%;
    align-items: start;
    flex-direction: column;
    transform: translate(0) !important; }
    @media (max-width: 767px) {
      .e2p-cmp .fa-chart-two .xb-item--list {
        width: 100%; } }
    .e2p-cmp .fa-chart-two .xb-item--list li {
      gap: 9px;
      width: 100%;
      padding: 9px 8px;
      line-height: 16px;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      box-shadow: 0 44px 18px -4px #f6fff6, 0 26px 10px -4px rgba(35, 82, 35, 0.06), 0 16px 6px -3px rgba(35, 82, 35, 0.07), 0 10px 4px -3px rgba(35, 82, 35, 0.08), 0 6px 2px -2px rgba(35, 82, 35, 0.08), 0 3px 1px -1px rgba(35, 82, 35, 0.09), 0 1px 1px -1px rgba(35, 82, 35, 0.09), 0 0 0 1px #d8ead8, inset 0 1px 1px 1px rgba(255, 255, 255, 0.3); }
      @media (max-width: 1199px) {
        .e2p-cmp .fa-chart-two .xb-item--list li {
          gap: 7px; } }
      @media (max-width: 991px) {
        .e2p-cmp .fa-chart-two .xb-item--list li {
          gap: 9px; } }
      .e2p-cmp .fa-chart-two .xb-item--list li span {
        z-index: 1;
        position: relative;
        overflow: hidden;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        border: 1.50px solid #d8ead8; }
        .e2p-cmp .fa-chart-two .xb-item--list li span::before {
          position: absolute;
          content: '';
          bottom: -6px;
          right: -2px;
          height: 23px;
          width: 26px;
          z-index: -1;
          background: #c0ffc0;
          filter: blur(5px);
          border-radius: 100%;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          -o-border-radius: 100%; }
      .e2p-cmp .fa-chart-two .xb-item--list li.logo-img {
        padding: 3px;
        border: 1px solid #d8ead8; }

.e2p-cmp .as-problem-item {
  padding: 25px 10px 10px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border: 1px solid rgba(235, 220, 254, 0.92); }
  .e2p-cmp .as-problem-item .xb-item--title {
    font-size: 24px;
    padding: 0 0 32px 6px; }
    @media (max-width: 1199px) {
      .e2p-cmp .as-problem-item .xb-item--title {
        padding: 0 55px 32px 6px; } }
    @media (max-width: 991px) {
      .e2p-cmp .as-problem-item .xb-item--title {
        font-size: 22px;
        padding: 0 0 32px 6px; } }
  .e2p-cmp .as-problem-item .xb-item--list {
    padding: 40px 15px;
    background: #fff2f2;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px; }
    @media (max-width: 1199px) {
      .e2p-cmp .as-problem-item .xb-item--list {
        padding: 40px 32px 40px 15px; } }
    @media only screen and (max-width: 1023px) {
      .e2p-cmp .as-problem-item .xb-item--list {
        padding: 40px 20px; } }
    .e2p-cmp .as-problem-item .xb-item--list li {
      gap: 10px;
      display: flex;
      font-weight: 500;
      align-items: center; }
      @media (max-width: 1199px) {
        .e2p-cmp .as-problem-item .xb-item--list li {
          align-items: start; } }
      .e2p-cmp .as-problem-item .xb-item--list li:not(:last-child) {
        margin-bottom: 17px; }

.e2p-cmp .as-problem-inner {
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr); }
  @media (max-width: 991px) {
    .e2p-cmp .as-problem-inner {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 767px) {
    .e2p-cmp .as-problem-inner {
      grid-template-columns: repeat(1, 1fr); } }

.e2p-cmp .as-solution-inner {
  display: grid;
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border: 1px solid #ebdcfe;
  grid-template-columns: repeat(4, 1fr); }
  @media (max-width: 991px) {
    .e2p-cmp .as-solution-inner {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 767px) {
    .e2p-cmp .as-solution-inner {
      grid-template-columns: repeat(1, 1fr); } }

.e2p-cmp .as-solution-item {
  z-index: 1;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 50px 10px 55px 25px; }
  @media (max-width: 1199px) {
    .e2p-cmp .as-solution-item {
      padding: 50px 10px 55px 15px; } }
  @media (max-width: 991px) {
    .e2p-cmp .as-solution-item {
      padding: 50px 20px 55px; } }
  .e2p-cmp .as-solution-item::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: -1;
    transform: scale(0.8);
    background-image: url(../img/shape/bg-shape.png);
    background-repeat: no-repeat;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: #efe5fd; }
  .e2p-cmp .as-solution-item:not(:last-child) {
    border-right: 1px solid #efe5fd; }
    @media (max-width: 991px) {
      .e2p-cmp .as-solution-item:not(:last-child) {
        border-right: none;
        border-bottom: 1px solid #efe5fd; } }
  @media (max-width: 991px) {
    .e2p-cmp .as-solution-item:nth-child(3) {
      border-bottom: none; } }
  @media (max-width: 767px) {
    .e2p-cmp .as-solution-item:nth-child(3) {
      border-bottom: 1px solid #efe5fd; } }
  @media (max-width: 991px) {
    .e2p-cmp .as-solution-item:nth-child(odd) {
      border-right: 1px solid #efe5fd; } }
  @media (max-width: 767px) {
    .e2p-cmp .as-solution-item:nth-child(odd) {
      border-right: none; } }
  .e2p-cmp .as-solution-item:hover::before {
    opacity: 1;
    transform: scale(1); }
    @media only screen and (min-width: 1200px) and (max-width: 1300px) {
      .e2p-cmp .as-solution-item:hover::before {
        transform: scale(1.2); } }
  .e2p-cmp .as-solution-item:hover .xb-item--icon {
    background: var(--color-white); }
  .e2p-cmp .as-solution-item .xb-item--icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #efe5fd;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 89px;
    -webkit-border-radius: 89px;
    -moz-border-radius: 89px;
    -ms-border-radius: 89px;
    -o-border-radius: 89px; }
  .e2p-cmp .as-solution-item .xb-item--title {
    font-size: 24px;
    margin: 25px 0 10px; }
  .e2p-cmp .as-solution-item .xb-item--content {
    letter-spacing: -0.02em; }
  .e2p-cmp .as-solution-item .xb-item--holder {
    margin-bottom: 57px; }
  .e2p-cmp .as-solution-item .xb-item--btn {
    gap: 8px;
    display: flex;
    font-weight: 500;
    font-size: 18px;
    align-items: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: var(--color-heading); }
    .e2p-cmp .as-solution-item .xb-item--btn i {
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      transform: rotate(-45deg); }
    .e2p-cmp .as-solution-item .xb-item--btn:hover {
      color: #4B04B1; }
      .e2p-cmp .as-solution-item .xb-item--btn:hover i {
        transform: rotate(0deg); }

.e2p-cmp .as-solution-shape {
  position: absolute;
  left: 0;
  top: 15px;
  width: 100%;
  z-index: -1; }

.e2p-cmp .fs-security-wrap .xb-item--title {
  font-size: 38px;
  margin-bottom: 30px;
  letter-spacing: -0.03em;
  text-transform: capitalize; }
  @media (max-width: 767px) {
    .e2p-cmp .fs-security-wrap .xb-item--title {
      font-size: 20px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .e2p-cmp .fs-security-wrap .xb-item--title {
      font-size: 28px; } }
.e2p-cmp .fs-security-wrap .xb-item--number {
  font-size: 140px;
  color: var(--color-primary);
  text-shadow: 0 44px 18px rgba(13, 23, 56, 0.04), 0 26px 10px rgba(13, 23, 56, 0.06), 0 16px 6px rgba(13, 23, 56, 0.07), 0 10px 4px rgba(13, 23, 56, 0.08), 0 6px 2px rgba(13, 23, 56, 0.08), 0 3px 1px rgba(13, 23, 56, 0.09), 0 1px 1px rgba(13, 23, 56, 0.09); }
  @media (max-width: 991px) {
    .e2p-cmp .fs-security-wrap .xb-item--number {
      font-size: 98px; } }
  @media (max-width: 767px) {
    .e2p-cmp .fs-security-wrap .xb-item--number {
      font-size: 56px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .e2p-cmp .fs-security-wrap .xb-item--number {
      font-size: 90px; } }
.e2p-cmp .fs-security-wrap .xb-item--counter_box {
  z-index: 1;
  position: relative;
  display: inline-block; }
.e2p-cmp .fs-security-wrap .xb-item--text {
  gap: 10px;
  padding: 2px 14px;
  display: inline-block;
  transform: rotate(18deg);
  font-weight: 500;
  font-size: 18px;
  position: absolute;
  top: 30%;
  right: -14%;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: var(--color-heading);
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  background: var(--color-white);
  box-shadow: 0 44px 18px -4px rgba(13, 23, 56, 0.04), 0 26px 10px -4px rgba(13, 23, 56, 0.06), 0 16px 6px -3px rgba(13, 23, 56, 0.07), 0 10px 4px -3px rgba(13, 23, 56, 0.08), 0 6px 2px -2px rgba(13, 23, 56, 0.08), 0 3px 1px -1px rgba(13, 23, 56, 0.09), 0 1px 1px -1px rgba(13, 23, 56, 0.09), 0 0 0 1px #e9e5ff, inset 0 1px 1px 1px rgba(255, 255, 255, 0.3); }
  @media (max-width: 991px) {
    .e2p-cmp .fs-security-wrap .xb-item--text {
      top: 16%;
      right: -16%;
      font-size: 16px;
      transform: rotate(25deg); } }
  @media (max-width: 767px) {
    .e2p-cmp .fs-security-wrap .xb-item--text {
      top: 1%;
      right: -18%;
      font-size: 8px;
      padding: 0px 14px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .e2p-cmp .fs-security-wrap .xb-item--text {
      top: 16%;
      right: -16%;
      font-size: 14px;
      transform: rotate(25deg); } }
.e2p-cmp .fs-security-wrap .xb-item--earth {
  height: 550px;
  overflow: hidden;
  margin-top: -60px;
  position: relative; }
  @media (max-width: 1199px) {
    .e2p-cmp .fs-security-wrap .xb-item--earth {
      height: 440px;
      margin-top: -40px; } }
  @media (max-width: 991px) {
    .e2p-cmp .fs-security-wrap .xb-item--earth {
      margin-top: -15px; } }
  @media (max-width: 767px) {
    .e2p-cmp .fs-security-wrap .xb-item--earth {
      margin-top: 15px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .e2p-cmp .fs-security-wrap .xb-item--earth {
      margin-top: -20px; } }
  .e2p-cmp .fs-security-wrap .xb-item--earth video {
    width: 100%;
    margin: 0 auto;
    opacity: 0.3; }
    @media (max-width: 767px) {
      .e2p-cmp .fs-security-wrap .xb-item--earth video {
        width: 155%;
        margin-left: -25%; } }
  .e2p-cmp .fs-security-wrap .xb-item--earth .cloud-shape {
    position: absolute;
    left: 0;
    bottom: 13px;
    width: 100%;
    mix-blend-mode: hard-light; }
    @media (max-width: 991px) {
      .e2p-cmp .fs-security-wrap .xb-item--earth .cloud-shape {
        bottom: 145px; } }
    @media (max-width: 767px) {
      .e2p-cmp .fs-security-wrap .xb-item--earth .cloud-shape {
        top: 110px;
        bottom: auto; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .e2p-cmp .fs-security-wrap .xb-item--earth .cloud-shape {
        top: 165px; } }

.e2p-cmp .fs-security-brand {
  z-index: 1;
  position: relative;
  min-height: 164px;
  margin-top: -164px;
  display: flex;
  align-items: center;
  overflow: hidden; }
  @media (max-width: 991px) {
    .e2p-cmp .fs-security-brand {
      min-height: 130px;
      margin-top: -240px; } }
  @media (max-width: 767px) {
    .e2p-cmp .fs-security-brand {
      min-height: 100px;
      margin-top: -290px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .e2p-cmp .fs-security-brand {
      margin-top: -220px; } }
  .e2p-cmp .fs-security-brand::before, .e2p-cmp .fs-security-brand::after {
    position: absolute;
    content: '';
    left: -55px;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 436px;
    filter: blur(20.1px);
    background: linear-gradient(222deg, #fff 0%, #c6d6ff 100%);
    transform: rotate(-180deg); }
    @media only screen and (min-width: 1200px) and (max-width: 1300px) {
      .e2p-cmp .fs-security-brand::before, .e2p-cmp .fs-security-brand::after {
        left: -150px; } }
    @media (max-width: 1199px) {
      .e2p-cmp .fs-security-brand::before, .e2p-cmp .fs-security-brand::after {
        left: -204px; } }
    @media (max-width: 767px) {
      .e2p-cmp .fs-security-brand::before, .e2p-cmp .fs-security-brand::after {
        top: -32%;
        left: -120px;
        width: 200px;
        height: 160%; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .e2p-cmp .fs-security-brand::before, .e2p-cmp .fs-security-brand::after {
        left: -42px; } }
  .e2p-cmp .fs-security-brand::after {
    left: auto;
    right: -55px;
    transform: rotate(-180deg); }
    @media only screen and (min-width: 1200px) and (max-width: 1300px) {
      .e2p-cmp .fs-security-brand::after {
        right: -150px; } }
    @media (max-width: 1199px) {
      .e2p-cmp .fs-security-brand::after {
        right: -204px; } }
    @media (max-width: 767px) {
      .e2p-cmp .fs-security-brand::after {
        right: -120px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .e2p-cmp .fs-security-brand::after {
        right: -42px; } }
  .e2p-cmp .fs-security-brand .xb-item--list {
    gap: 40px;
    margin-right: 40px; }
    @media (max-width: 767px) {
      .e2p-cmp .fs-security-brand .xb-item--list {
        gap: 30px;
        margin-right: 30px; } }
    .e2p-cmp .fs-security-brand .xb-item--list li {
      padding: 7px;
      height: 73px;
      width: 73px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: var(--color-white);
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      box-shadow: 0 44px 18px -4px rgba(13, 23, 56, 0.04), 0 26px 10px -4px rgba(13, 23, 56, 0.06), 0 16px 6px -3px rgba(13, 23, 56, 0.07), 0 10px 4px -3px rgba(13, 23, 56, 0.08), 0 6px 2px -2px rgba(13, 23, 56, 0.08), 0 3px 1px -1px rgba(13, 23, 56, 0.09), 0 1px 1px -1px rgba(13, 23, 56, 0.09), 0 0 0 1px #e9e5ff, inset 0 1px 1px 1px rgba(255, 255, 255, 0.3); }
      @media (max-width: 991px) {
        .e2p-cmp .fs-security-brand .xb-item--list li {
          width: 63px;
          height: 63px; } }
      @media (max-width: 991px) {
        .e2p-cmp .fs-security-brand .xb-item--list li {
          width: 43px;
          height: 43px; } }
  .e2p-cmp .fs-security-brand .xb-item--logo {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1;
    transform: translateX(-50%); }
    @media (max-width: 991px) {
      .e2p-cmp .fs-security-brand .xb-item--logo {
        max-width: 158px; } }
    @media (max-width: 767px) {
      .e2p-cmp .fs-security-brand .xb-item--logo {
        max-width: 121px; } }

.e2p-cmp .xb-security-shape .shape--3 {
  z-index: 2 !important; }
.e2p-cmp .xb-security-shape .shape--4 {
  z-index: 2 !important; }
.e2p-cmp .xb-security-shape .shape--6 {
  left: 157px;
  bottom: 41%;
  overflow: visible !important; }
  @media (max-width: 1199px) {
    .e2p-cmp .xb-security-shape .shape--6 {
      left: 50px;
      bottom: 34%; } }
  @media (max-width: 991px) {
    .e2p-cmp .xb-security-shape .shape--6 {
      max-width: 70px; } }
  @media (max-width: 767px) {
    .e2p-cmp .xb-security-shape .shape--6 {
      left: 10px;
      bottom: 23%;
      max-width: 50px; } }
.e2p-cmp .xb-security-shape .shape--5 {
  bottom: 42%;
  right: 157px;
  overflow: visible !important; }
  @media (max-width: 1199px) {
    .e2p-cmp .xb-security-shape .shape--5 {
      bottom: 35%;
      right: 50px; } }
  @media (max-width: 991px) {
    .e2p-cmp .xb-security-shape .shape--5 {
      max-width: 70px; } }
  @media (max-width: 767px) {
    .e2p-cmp .xb-security-shape .shape--5 {
      right: 10px;
      bottom: 24%;
      max-width: 50px; } }

.e2p-cmp .as-security-list {
  gap: 70px;
  z-index: 1;
  display: flex;
  align-items: start;
  position: relative;
  padding-bottom: 108px;
  justify-content: center; }
  @media (max-width: 991px) {
    .e2p-cmp .as-security-list {
      gap: 20px; } }
  @media (max-width: 767px) {
    .e2p-cmp .as-security-list {
      gap: 10px;
      padding-bottom: 40px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .e2p-cmp .as-security-list {
      gap: 40px; } }
  .e2p-cmp .as-security-list .shape {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute; }
    .e2p-cmp .as-security-list .shape .img {
      z-index: -1;
      position: absolute; }
      @media (max-width: 767px) {
        .e2p-cmp .as-security-list .shape .img {
          max-width: 45px; } }
      .e2p-cmp .as-security-list .shape .img--1 {
        left: 0;
        width: 100%;
        bottom: 63px;
        text-align: center; }
        @media only screen and (max-width: 1023px) {
          .e2p-cmp .as-security-list .shape .img--1 {
            left: 58px;
            width: 88%;
            bottom: 67px; } }
        @media (max-width: 991px) {
          .e2p-cmp .as-security-list .shape .img--1 {
            width: 82%;
            bottom: 79px; } }
        @media (max-width: 767px) {
          .e2p-cmp .as-security-list .shape .img--1 {
            width: 85%;
            left: 25px;
            bottom: 21px;
            max-width: 100%; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .e2p-cmp .as-security-list .shape .img--1 {
            width: 88%;
            left: 30px;
            bottom: 17px; } }
      .e2p-cmp .as-security-list .shape .img--2 {
        top: 34%;
        left: 22.9%; }
        @media only screen and (min-width: 1200px) and (max-width: 1300px) {
          .e2p-cmp .as-security-list .shape .img--2 {
            left: 17.9%; } }
        @media (max-width: 1199px) {
          .e2p-cmp .as-security-list .shape .img--2 {
            left: 13.9%; } }
        @media (max-width: 991px) {
          .e2p-cmp .as-security-list .shape .img--2 {
            left: 14.9%; } }
        @media (max-width: 767px) {
          .e2p-cmp .as-security-list .shape .img--2 {
            top: 50%;
            left: 16.9%; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .e2p-cmp .as-security-list .shape .img--2 {
            left: 12.9%; } }
      .e2p-cmp .as-security-list .shape .img--3 {
        top: 15%;
        left: 39%; }
        @media only screen and (min-width: 1200px) and (max-width: 1300px) {
          .e2p-cmp .as-security-list .shape .img--3 {
            left: 37%; } }
        @media (max-width: 1199px) {
          .e2p-cmp .as-security-list .shape .img--3 {
            left: 35.5%; } }
        @media (max-width: 767px) {
          .e2p-cmp .as-security-list .shape .img--3 {
            top: 19%;
            left: 37.5%; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .e2p-cmp .as-security-list .shape .img--3 {
            left: 34.5%; } }
      .e2p-cmp .as-security-list .shape .img--4 {
        top: 15%;
        right: 39.2%; }
        @media only screen and (min-width: 1200px) and (max-width: 1300px) {
          .e2p-cmp .as-security-list .shape .img--4 {
            right: 37.2%; } }
        @media (max-width: 1199px) {
          .e2p-cmp .as-security-list .shape .img--4 {
            right: 35.5%; } }
        @media (max-width: 991px) {
          .e2p-cmp .as-security-list .shape .img--4 {
            right: 34.5%; } }
        @media (max-width: 767px) {
          .e2p-cmp .as-security-list .shape .img--4 {
            top: 19%;
            right: 37.5%; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .e2p-cmp .as-security-list .shape .img--4 {
            right: 35.5%; } }
      .e2p-cmp .as-security-list .shape .img--5 {
        top: 34%;
        right: 22.9%; }
        @media only screen and (min-width: 1200px) and (max-width: 1300px) {
          .e2p-cmp .as-security-list .shape .img--5 {
            right: 17.9%; } }
        @media (max-width: 1199px) {
          .e2p-cmp .as-security-list .shape .img--5 {
            right: 14%; } }
        @media (max-width: 767px) {
          .e2p-cmp .as-security-list .shape .img--5 {
            top: 50%;
            right: 17%; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .e2p-cmp .as-security-list .shape .img--5 {
            right: 14%; } }

.e2p-cmp .as-security-logo {
  height: 140px;
  width: 140px;
  padding: 10px;
  border: 1px solid #ebdcfe;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: rgba(255, 254, 254, 0.7); }
  @media (max-width: 991px) {
    .e2p-cmp .as-security-logo {
      width: 115px;
      height: 115px; } }
  @media (max-width: 767px) {
    .e2p-cmp .as-security-logo {
      width: 55px;
      height: 55px;
      padding: 5px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .e2p-cmp .as-security-logo {
      width: 80px;
      height: 70px; } }
  .e2p-cmp .as-security-logo span {
    background: #fffefe;
    border-radius: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    display: inline-flex;
    border: 1px solid #ebdcfe; }
    @media only screen and (max-width: 1023px) {
      .e2p-cmp .as-security-logo span {
        padding: 10px; } }
    @media (max-width: 991px) {
      .e2p-cmp .as-security-logo span {
        padding: 18px; } }
    @media (max-width: 767px) {
      .e2p-cmp .as-security-logo span {
        padding: 7px; } }
  .e2p-cmp .as-security-logo:nth-child(1), .e2p-cmp .as-security-logo:nth-child(5) {
    margin-top: 154px; }
  .e2p-cmp .as-security-logo:nth-child(2), .e2p-cmp .as-security-logo:nth-child(4) {
    margin-top: 77px; }
  .e2p-cmp .as-security-logo.main-logo {
    width: 124px;
    height: 124px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: var(--color-white);
    box-shadow: 0 0 4px 0 rgba(148, 81, 245, 0.3); }
    @media (max-width: 991px) {
      .e2p-cmp .as-security-logo.main-logo {
        width: 100px;
        height: 100px;
        bottom: 30px; } }
    @media (max-width: 767px) {
      .e2p-cmp .as-security-logo.main-logo {
        width: 50px;
        height: 50px;
        bottom: 0; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .e2p-cmp .as-security-logo.main-logo {
        width: 60px;
        height: 60px;
        bottom: -10px; } }
    .e2p-cmp .as-security-logo.main-logo span {
      border: 1px solid #ededed;
      position: relative; }
      .e2p-cmp .as-security-logo.main-logo span::before {
        position: absolute;
        content: '';
        inset: 5px;
        border-radius: inherit;
        border: 1px solid rgba(237, 237, 237, 0.5); }

.e2p-cmp .as-security-bottom {
  margin: 30px 0 50px;
  align-items: center;
  position: relative;
  overflow: hidden; }
  @media (max-width: 767px) {
    .e2p-cmp .as-security-bottom {
      margin: 20px 0 50px; } }
  .e2p-cmp .as-security-bottom::before, .e2p-cmp .as-security-bottom::after {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    z-index: 1;
    height: 46px;
    width: 129px;
    transform: translateY(-50%);
    background: linear-gradient(90deg, #fff 32.83% 0%, rgba(255, 254, 254, 0)); }
    @media (max-width: 767px) {
      .e2p-cmp .as-security-bottom::before, .e2p-cmp .as-security-bottom::after {
        width: 80px; } }
  .e2p-cmp .as-security-bottom::after {
    left: auto;
    right: 0;
    transform: translateY(-50%);
    background: linear-gradient(90deg, rgba(255, 254, 254, 0) 0%, #fff 32.83%); }
  .e2p-cmp .as-security-bottom ul {
    gap: 26px;
    display: flex;
    margin-right: 26px; }
    .e2p-cmp .as-security-bottom ul li {
      gap: 8px;
      color: #777676;
      font-weight: 500;
      align-items: center;
      display: inline-flex; }

.e2p-cmp .transaction-feed {
  padding-top: 125px;
  padding-bottom: 125px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .e2p-cmp .transaction-feed {
      padding-top: 115px;
      padding-bottom: 115px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .e2p-cmp .transaction-feed {
      padding-top: 105px;
      padding-bottom: 105px; } }
  @media (max-width: 1199px) {
    .e2p-cmp .transaction-feed {
      padding-top: 95px;
      padding-bottom: 95px; } }
  @media (max-width: 991px) {
    .e2p-cmp .transaction-feed {
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media (max-width: 767px) {
    .e2p-cmp .transaction-feed {
      padding-top: 120px;
      padding-bottom: 130px; } }

.e2p-cmp .fs-transaction-wrapper {
  overflow: clip;
  min-height: 336px; }
  @media (max-width: 767px) {
    .e2p-cmp .fs-transaction-wrapper {
      min-height: auto; } }

.e2p-cmp .fs-transaction-inner {
  padding: 10px;
  margin: 0 -60px;
  display: flex;
  z-index: 2;
  position: relative;
  background: #fff;
  transform: rotate(9deg) translateY(120px);
  border-top: 1px solid var(--color-border);
  box-shadow: inset 0 4px 0 0 rgba(255, 255, 255, 0.6), inset 0 -8px 0 0 rgba(13, 23, 56, 0.05), 0 3px 3px 0 rgba(13, 23, 56, 0.1), 0 8px 16px 0 rgba(13, 23, 56, 0.06); }
  @media (max-width: 767px) {
    .e2p-cmp .fs-transaction-inner {
      transform: rotate(0deg) translateY(0); } }
  .e2p-cmp .fs-transaction-inner:nth-child(2) {
    z-index: 1;
    transform: rotate(-9deg) translateY(25px); }
    @media (max-width: 767px) {
      .e2p-cmp .fs-transaction-inner:nth-child(2) {
        transform: rotate(0deg) translateY(0); } }

.e2p-cmp .fs-transaction-row {
  gap: 10px;
  display: flex;
  align-items: center;
  margin-right: 10px; }

.e2p-cmp .fs-transaction-item {
  min-width: 336px;
  display: inline-flex;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 10px 20px 10px 10px;
  border: 1px solid var(--color-border); }
  .e2p-cmp .fs-transaction-item .xb-item--author {
    gap: 8px; }
  .e2p-cmp .fs-transaction-item .xb-item--avatar {
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%; }
  .e2p-cmp .fs-transaction-item .xb-item--name {
    font-size: 18px;
    line-height: 1; }
  .e2p-cmp .fs-transaction-item .xb-item--desig {
    font-size: 15px; }
  .e2p-cmp .fs-transaction-item .xb-item--price {
    font-size: 20px; }
    @media (max-width: 767px) {
      .e2p-cmp .fs-transaction-item .xb-item--price {
        font-size: 18px; } }

.e2p-cmp .bg-sky {
  background: #bdeaff; }

.e2p-cmp .bg-brown {
  background: #ffcda5; }

.e2p-cmp .bg-Pale {
  background: #d0ff94; }

.e2p-cmp .bg-Pale2 {
  background: #dcffaf; }

.e2p-cmp .xb-gallery-item {
  padding: 15px 15px 10px;
  background: var(--color-white);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transform: rotate(6deg);
  box-shadow: 0 0 10px 0 rgba(83, 58, 253, 0.2); }
  .e2p-cmp .xb-gallery-item:nth-child(2) {
    transform: rotate(-8deg); }
  .e2p-cmp .xb-gallery-item:nth-child(3) {
    transform: rotate(4deg); }
  .e2p-cmp .xb-gallery-item:nth-child(4) {
    transform: rotate(13deg); }
  @media (max-width: 767px) {
    .e2p-cmp .xb-gallery-item {
      transform: rotate(0) !important; } }
  .e2p-cmp .xb-gallery-item .xb-item--holder {
    margin-top: 10px; }
    .e2p-cmp .xb-gallery-item .xb-item--holder p {
      font-size: 14px; }
  .e2p-cmp .xb-gallery-item .xb-item--img {
    width: 100%; }
    @media (max-width: 767px) {
      .e2p-cmp .xb-gallery-item .xb-item--img img {
        width: 100%; } }

.e2p-cmp .xb-gallery-wrap {
  gap: 40px;
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(4, 1fr); }
  @media (max-width: 1199px) {
    .e2p-cmp .xb-gallery-wrap {
      padding: 0 25px; } }
  @media (max-width: 991px) {
    .e2p-cmp .xb-gallery-wrap {
      gap: 10px;
      padding: 0; } }
  @media (max-width: 767px) {
    .e2p-cmp .xb-gallery-wrap {
      grid-template-columns: repeat(1, 1fr); } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .e2p-cmp .xb-gallery-wrap {
      grid-template-columns: repeat(2, 1fr); } }

.e2p-cmp .gallery-title {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: var(--color-primary); }

.e2p-cmp .ab-group-section {
  background: linear-gradient(179deg, #fff 0%, #d7d2f8 100%); }

.e2p-cmp .about-case-study-wrap {
  padding: 98px 0 90px;
  border-top: 1px solid rgba(13, 23, 56, 0.2);
  border-bottom: 1px solid rgba(13, 23, 56, 0.2); }

.e2p-cmp .about-case-study-item .xb-item--text {
  font-size: 14px;
  font-weight: 600;
  margin: 20px 0 5px;
  color: rgba(13, 23, 56, 0.7); }
.e2p-cmp .about-case-study-item .xb-item--content {
  font-size: 14px;
  max-width: 267px; }
.e2p-cmp .about-case-study-item .xb-item--list li {
  gap: 5px;
  display: flex;
  font-size: 14px;
  align-items: center; }
  .e2p-cmp .about-case-study-item .xb-item--list li:not(:last-child) {
    margin-bottom: 5px; }
.e2p-cmp .about-case-study-item .xb-item--title {
  font-weight: 700; }
.e2p-cmp .about-case-study-item .xb-item--list:not(:last-child) {
  margin-bottom: 35px; }
.e2p-cmp .about-case-study-item .xb-item--list ul {
  gap: 20px;
  margin-top: 12px; }

.e2p-cmp .about-case-study-inner {
  gap: 30px;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 991px) {
    .e2p-cmp .about-case-study-inner {
      gap: 20px; } }
  @media (max-width: 767px) {
    .e2p-cmp .about-case-study-inner {
      gap: 30px;
      flex-wrap: wrap; } }

.e2p-cmp .cs-solution-wrap {
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  padding: 62px 120px 62px 65px;
  background: var(--color-primary); }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .e2p-cmp .cs-solution-wrap {
      padding: 62px 65px; } }
  @media (max-width: 991px) {
    .e2p-cmp .cs-solution-wrap {
      padding: 62px 30px; } }

.e2p-cmp .cs-solution-bottom {
  gap: 140px;
  margin-top: 56px; }
  @media (max-width: 1199px) {
    .e2p-cmp .cs-solution-bottom {
      gap: 30px 80px;
      justify-content: start; } }

.e2p-cmp .cs-solution-item {
  gap: 25px; }
  @media (max-width: 991px) {
    .e2p-cmp .cs-solution-item {
      gap: 15px; } }
  .e2p-cmp .cs-solution-item .xb-item--holder h3 {
    font-size: 45px;
    margin-bottom: 5px;
    color: var(--color-white); }
    @media only screen and (max-width: 1023px) {
      .e2p-cmp .cs-solution-item .xb-item--holder h3 {
        font-size: 38px; } }
    @media (max-width: 991px) {
      .e2p-cmp .cs-solution-item .xb-item--holder h3 {
        font-size: 32px; } }
    @media (max-width: 767px) {
      .e2p-cmp .cs-solution-item .xb-item--holder h3 {
        font-size: 26px; } }
  .e2p-cmp .cs-solution-item .xb-item--holder p {
    font-size: 20px;
    font-weight: 500;
    color: var(--color-white); }
    @media only screen and (max-width: 1023px) {
      .e2p-cmp .cs-solution-item .xb-item--holder p {
        font-size: 18px; } }
    @media (max-width: 767px) {
      .e2p-cmp .cs-solution-item .xb-item--holder p {
        font-size: 16px; } }

.e2p-cmp .cs-story-item .xb-item--title {
  max-width: 375px; }

.e2p-cmp .fs-process-wrap {
  padding: 20px;
  overflow: hidden;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border: 1px solid var(--color-border); }

.e2p-cmp .fs-process-container {
  padding-right: 47px; }
  @media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .e2p-cmp .fs-process-container {
      padding-right: 0; } }
  @media (max-width: 1199px) {
    .e2p-cmp .fs-process-container {
      padding-right: 0; } }

.e2p-cmp .fs-process-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  padding: 24px 24px 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: var(--color-white);
  border: 1px solid var(--color-white); }
  @media only screen and (max-width: 1023px) {
    .e2p-cmp .fs-process-item {
      padding: 24px 20px 20px; } }
  .e2p-cmp .fs-process-item:not(:last-child) {
    margin-bottom: 28px; }
  .e2p-cmp .fs-process-item::before, .e2p-cmp .fs-process-item::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    opacity: 0;
    background: #fff4e0; }
  .e2p-cmp .fs-process-item::after {
    width: 0;
    background: #db8c06; }
  .e2p-cmp .fs-process-item:nth-child(2)::before, .e2p-cmp .fs-process-item:nth-child(2)::after {
    background: var(--color-border); }
  .e2p-cmp .fs-process-item:nth-child(2)::after {
    background: var(--color-primary); }
  .e2p-cmp .fs-process-item:nth-child(3)::before, .e2p-cmp .fs-process-item:nth-child(3)::after {
    background: #a9ffe3; }
  .e2p-cmp .fs-process-item:nth-child(3)::after {
    background: #10b981; }
  .e2p-cmp .fs-process-item .xb-item--title {
    font-size: 24px;
    margin: 23px 0 7px; }
    @media (max-width: 1199px) {
      .e2p-cmp .fs-process-item .xb-item--title {
        font-size: 22px; } }
  .e2p-cmp .fs-process-item.active {
    border: 1px solid var(--color-border);
    box-shadow: 0 44px 18px -4px rgba(46, 64, 125, 0.04), 0 26px 10px -4px rgba(46, 64, 125, 0.06), 0 16px 6px -3px rgba(46, 64, 125, 0.07), 0 10px 4px -3px rgba(46, 64, 125, 0.08), 0 6px 2px -2px rgba(46, 64, 125, 0.08), 0 3px 1px -1px rgba(46, 64, 125, 0.09), 0 1px 1px -1px rgba(46, 64, 125, 0.09), 0 0 0 1px #e9e5ff, inset 0 1px 1px 1px rgba(255, 255, 255, 0.3); }
    .e2p-cmp .fs-process-item.active::before, .e2p-cmp .fs-process-item.active::after {
      opacity: 1; }
    .e2p-cmp .fs-process-item.active::after {
      animation: widthScale 3s linear infinite; }

@keyframes widthScale {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
.e2p-cmp .fs-process-image-wrap {
  height: 100%;
  margin-left: 33px; }
  @media (max-width: 991px) {
    .e2p-cmp .fs-process-image-wrap {
      margin-left: 0; } }

.e2p-cmp .fs-process-image-inner {
  min-height: 531px;
  position: relative;
  display: flex;
  justify-content: center;
  padding: 60px 60px 15px;
  background-color: #f5f4ff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px; }
  @media (max-width: 767px) {
    .e2p-cmp .fs-process-image-inner {
      min-height: 350px;
      padding: 40px 20px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .e2p-cmp .fs-process-image-inner {
      min-height: 495px; } }
  .e2p-cmp .fs-process-image-inner .img {
    opacity: 0;
    filter: blur(16px);
    position: absolute;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .e2p-cmp .fs-process-image-inner .img.active {
      opacity: 1;
      filter: blur(0); }

.e2p-cmp .as-work-item:not(:last-child) {
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .e2p-cmp .as-work-item:not(:last-child) {
      margin-bottom: 30px; } }
.e2p-cmp .as-work-item .xb-item--inner {
  z-index: 1;
  min-height: 410px;
  position: relative;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  padding: 27px 30px 26px 60px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px; }
  @media (max-width: 1199px) {
    .e2p-cmp .as-work-item .xb-item--inner {
      padding: 27px 30px 26px; } }
  @media (max-width: 767px) {
    .e2p-cmp .as-work-item .xb-item--inner {
      gap: 30px;
      flex-wrap: wrap;
      padding: 27px 20px 40px; } }
.e2p-cmp .as-work-item .xb-item--number {
  font-size: 120px;
  line-height: 1;
  background: linear-gradient(180deg, #9451f5 0%, #f4ecff 91.41%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
  @media (max-width: 991px) {
    .e2p-cmp .as-work-item .xb-item--number {
      font-size: 100px; } }
  @media (max-width: 767px) {
    .e2p-cmp .as-work-item .xb-item--number {
      font-size: 70px; } }
.e2p-cmp .as-work-item .xb-item--title {
  font-size: 26px;
  margin: 10px 0; }
  @media (max-width: 767px) {
    .e2p-cmp .as-work-item .xb-item--title {
      font-size: 22px; } }
.e2p-cmp .as-work-item .xb-item--holder {
  max-width: 465px;
  padding-top: 20px; }
  @media (max-width: 1199px) {
    .e2p-cmp .as-work-item .xb-item--holder {
      max-width: 390px; } }
  @media (max-width: 991px) {
    .e2p-cmp .as-work-item .xb-item--holder {
      max-width: 330px; } }
  @media (max-width: 767px) {
    .e2p-cmp .as-work-item .xb-item--holder {
      padding-top: 0; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .e2p-cmp .as-work-item .xb-item--holder {
      max-width: 465px; } }
.e2p-cmp .as-work-item .xb-item--img {
  position: relative; }
  @media (max-width: 1199px) {
    .e2p-cmp .as-work-item .xb-item--img {
      max-width: 350px; } }
  @media (max-width: 991px) {
    .e2p-cmp .as-work-item .xb-item--img {
      display: flex;
      align-items: center;
      transform: translateY(-20px); } }
  @media (max-width: 767px) {
    .e2p-cmp .as-work-item .xb-item--img {
      transform: translateY(0); } }
  .e2p-cmp .as-work-item .xb-item--img .shape-1 {
    position: absolute;
    left: -14%;
    top: 30%; }
    @media (max-width: 1199px) {
      .e2p-cmp .as-work-item .xb-item--img .shape-1 {
        left: -20%; } }
  .e2p-cmp .as-work-item .xb-item--img .shape-2 {
    position: absolute;
    left: 44%;
    top: 15px;
    max-width: 60px; }
    @media (max-width: 991px) {
      .e2p-cmp .as-work-item .xb-item--img .shape-2 {
        top: 94px;
        left: 40%; } }
    @media (max-width: 767px) {
      .e2p-cmp .as-work-item .xb-item--img .shape-2 {
        top: 14px; } }
  .e2p-cmp .as-work-item .xb-item--img .shape-3 {
    position: absolute;
    top: 48%;
    left: 44%;
    max-width: 60px; }
    @media (max-width: 1199px) {
      .e2p-cmp .as-work-item .xb-item--img .shape-3 {
        top: 40%; } }
    @media (max-width: 991px) {
      .e2p-cmp .as-work-item .xb-item--img .shape-3 {
        top: 50%;
        left: 40%; } }
@media (max-width: 1199px) {
  .e2p-cmp .as-work-item .clr-light-cream .xb-item--img {
    display: flex;
    max-width: 510px;
    align-items: center; } }
@media (max-width: 1199px) {
  .e2p-cmp .as-work-item .clr-green .xb-item--img {
    max-width: 410px; } }
.e2p-cmp .as-work-item .shape {
  position: absolute;
  z-index: -1; }
  .e2p-cmp .as-work-item .shape--1 {
    left: 0;
    bottom: 0; }
  .e2p-cmp .as-work-item .shape--2 {
    top: 35px;
    right: 30px; }
    @media (max-width: 991px) {
      .e2p-cmp .as-work-item .shape--2 {
        right: -170px; } }
    @media (max-width: 767px) {
      .e2p-cmp .as-work-item .shape--2 {
        right: 0;
        top: 190px; } }
  .e2p-cmp .as-work-item .shape--3 {
    top: 65px;
    right: 30px; }
    @media (max-width: 991px) {
      .e2p-cmp .as-work-item .shape--3 {
        right: -170px; } }
    @media (max-width: 767px) {
      .e2p-cmp .as-work-item .shape--3 {
        top: auto;
        bottom: 95px;
        right: 0px; } }
.e2p-cmp .as-work-item .clr-light-cream .xb-item--number {
  background: linear-gradient(180deg, #dc6031 0%, #fae7e0 94.71%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
.e2p-cmp .as-work-item .clr-green .xb-item--number {
  background: linear-gradient(180deg, #5f9b38 0%, #e8f5e4 82.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.e2p-cmp .clr-pink {
  background: #f4ecff; }

.e2p-cmp .clr-light-cream {
  background: #fae7e0; }

.e2p-cmp .clr-green {
  background: #e8f5e4; }

.e2p-cmp .career-breadcrumb::before {
  height: 70% !important; }

.e2p-cmp .fw-500 {
  font-weight: 500; }

.e2p-cmp .xb-benifit-item {
  max-width: 635px;
  display: inline-block;
  background: #f6f5fd;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 46px 100px 40px 40px; }
  @media (max-width: 1199px) {
    .e2p-cmp .xb-benifit-item {
      max-width: 535px;
      padding: 46px 40px; } }
  @media (max-width: 767px) {
    .e2p-cmp .xb-benifit-item {
      max-width: 450px;
      padding: 46px 30px; } }
  .e2p-cmp .xb-benifit-item .xb-item--icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background: var(--color-primary); }
  .e2p-cmp .xb-benifit-item .xb-item--title {
    font-size: 38px;
    margin: 30px 0 15px;
    letter-spacing: -0.03em;
    text-transform: capitalize; }
    @media (max-width: 991px) {
      .e2p-cmp .xb-benifit-item .xb-item--title {
        font-size: 34px; } }
    @media (max-width: 767px) {
      .e2p-cmp .xb-benifit-item .xb-item--title {
        font-size: 28px; } }
  .e2p-cmp .xb-benifit-item .xb-item--content {
    font-size: 20px; }

.e2p-cmp .xb-benifit-inner {
  gap: 20px;
  margin-right: 20px; }

.e2p-cmp .xb-career-item {
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: var(--color-white); }
  .e2p-cmp .xb-career-item:not(:last-child) {
    margin-bottom: 30px; }
  .e2p-cmp .xb-career-item .xb-item--meta {
    gap: 50px; }
    .e2p-cmp .xb-career-item .xb-item--meta li {
      font-weight: 600;
      font-size: 14px; }
      .e2p-cmp .xb-career-item .xb-item--meta li span {
        color: #394467; }
  .e2p-cmp .xb-career-item .xb-item--title {
    font-size: 38px;
    margin: 15px 0 18px;
    letter-spacing: -0.03em;
    text-transform: capitalize; }
    @media (max-width: 991px) {
      .e2p-cmp .xb-career-item .xb-item--title {
        font-size: 34px; } }
    @media (max-width: 767px) {
      .e2p-cmp .xb-career-item .xb-item--title {
        font-size: 28px; } }
    .e2p-cmp .xb-career-item .xb-item--title a {
      color: currentColor; }
  .e2p-cmp .xb-career-item .xb-item--content {
    font-size: 20px; }
    @media (max-width: 767px) {
      .e2p-cmp .xb-career-item .xb-item--content {
        font-size: 18px; } }
  .e2p-cmp .xb-career-item .xb-item--top {
    padding: 30px 50px 35px; }
    @media (max-width: 991px) {
      .e2p-cmp .xb-career-item .xb-item--top {
        padding: 30px 30px 35px; } }
  .e2p-cmp .xb-career-item .xb-item--bottom {
    gap: 30px;
    padding: 23px 50px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: rgba(225, 221, 255, 0.3); }
    @media (max-width: 991px) {
      .e2p-cmp .xb-career-item .xb-item--bottom {
        padding: 23px 30px; } }
  .e2p-cmp .xb-career-item .xb-item--holder {
    gap: 30px; }
    .e2p-cmp .xb-career-item .xb-item--holder li {
      gap: 5px;
      display: flex;
      font-size: 14px;
      font-weight: 600;
      padding: 6px 15px;
      align-items: center;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border: 1px solid rgba(13, 23, 56, 0.3); }
      .e2p-cmp .xb-career-item .xb-item--holder li img {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
  .e2p-cmp .xb-career-item .xb-item--btn {
    gap: 10px;
    font-size: 18px;
    font-weight: 700;
    padding: 16px 23.5px;
    display: inline-flex;
    align-items: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: var(--color-white);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: var(--color-heading);
    border: 1px solid var(--color-heading); }
    .e2p-cmp .xb-career-item .xb-item--btn svg {
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .e2p-cmp .xb-career-item .xb-item--btn svg path {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
    .e2p-cmp .xb-career-item .xb-item--btn:hover svg {
      transform: rotate(45deg); }
  .e2p-cmp .xb-career-item:hover .xb-item--bottom {
    background: var(--color-primary); }
  .e2p-cmp .xb-career-item:hover .xb-item--holder li {
    color: var(--color-white);
    border: 1px solid rgba(255, 255, 255, 0.3); }
    .e2p-cmp .xb-career-item:hover .xb-item--holder li img {
      filter: brightness(100); }
  .e2p-cmp .xb-career-item:hover .xb-item--btn {
    color: var(--color-heading);
    background: var(--color-white);
    border: 1px solid rgba(13, 23, 56, 0);
    box-shadow: 0 44px 18px -4px rgba(13, 23, 56, 0.04), 0 26px 10px -4px rgba(13, 23, 56, 0.06), 0 16px 6px -3px rgba(13, 23, 56, 0.07), 0 10px 4px -3px rgba(13, 23, 56, 0.08), 0 6px 2px -2px rgba(13, 23, 56, 0.08), 0 3px 1px -1px rgba(13, 23, 56, 0.09), 0 1px 1px -1px rgba(13, 23, 56, 0.09), 0 0 0 1px #5840ff, inset 0 1px 1px 1px rgba(255, 255, 255, 0.3); }
    .e2p-cmp .xb-career-item:hover .xb-item--btn svg path {
      fill: var(--color-heading); }

.e2p-cmp .xb-career-gallery-wrap {
  display: inline-flex; }
  .e2p-cmp .xb-career-gallery-wrap ul {
    gap: 20px;
    display: flex;
    align-items: center;
    margin-right: 20px; }
    .e2p-cmp .xb-career-gallery-wrap ul li {
      overflow: hidden;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px; }
      @media (max-width: 767px) {
        .e2p-cmp .xb-career-gallery-wrap ul li {
          max-width: 160px; } }

.e2p-cmp .xb-career-cta-wrap {
  display: flex;
  min-height: 500px;
  align-items: center;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px; }
  @media (max-width: 767px) {
    .e2p-cmp .xb-career-cta-wrap {
      min-height: 450px;
      border-radius: 20px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px; } }

.e2p-cmp .xb-career-cta-inner {
  max-width: 503px;
  margin: 0 auto;
  text-align: center; }
  @media (max-width: 767px) {
    .e2p-cmp .xb-career-cta-inner {
      padding: 0 10px; } }
  .e2p-cmp .xb-career-cta-inner .xb-item--content {
    margin: 20px 0 55px; }
  .e2p-cmp .xb-career-cta-inner .xb-item--btn a {
    gap: 5px; }
    .e2p-cmp .xb-career-cta-inner .xb-item--btn a img {
      transform: translateY(2px); }

.e2p-cmp .career-details-list li {
  gap: 14px;
  display: flex;
  font-size: 20px;
  align-items: center; }
  .e2p-cmp .career-details-list li:not(:last-child) {
    margin-bottom: 15px; }

.e2p-cmp .career-details-left {
  padding-right: 80px; }
  @media (max-width: 1199px) {
    .e2p-cmp .career-details-left {
      padding-right: 0; } }

.e2p-cmp .career-details-right {
  position: sticky;
  top: 30px; }
  @media (max-width: 991px) {
    .e2p-cmp .career-details-right {
      position: relative;
      top: 0; } }

.e2p-cmp .career-address-wrap {
  padding: 45px 40px;
  background: #0d1738;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px; }
  @media (max-width: 1199px) {
    .e2p-cmp .career-address-wrap {
      padding: 45px 30px; } }
  @media only screen and (max-width: 1023px) {
    .e2p-cmp .career-address-wrap {
      padding: 45px 20px; } }
  @media (max-width: 991px) {
    .e2p-cmp .career-address-wrap {
      padding: 45px 40px; } }
  @media (max-width: 767px) {
    .e2p-cmp .career-address-wrap {
      padding: 45px 25px; } }
  .e2p-cmp .career-address-wrap .xb-item--title {
    font-size: 24px;
    margin-bottom: 25px;
    letter-spacing: -0.04em;
    color: var(--color-white); }
  .e2p-cmp .career-address-wrap .xb-item--list li {
    gap: 15px;
    display: flex;
    font-size: 20px;
    font-weight: 500;
    align-items: start;
    color: var(--color-white); }
    .e2p-cmp .career-address-wrap .xb-item--list li img {
      transform: translateY(4px); }
    .e2p-cmp .career-address-wrap .xb-item--list li:not(:last-child) {
      margin-bottom: 15px; }

@media (max-width: 991px) {
  .e2p-cmp .career-details {
    padding-top: 40px; } }

.e2p-cmp .about-image-wrap {
  gap: 30px;
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(4, 1fr); }
  @media only screen and (max-width: 1023px) {
    .e2p-cmp .about-image-wrap {
      gap: 20px; } }
  @media (max-width: 767px) {
    .e2p-cmp .about-image-wrap {
      grid-template-columns: repeat(1, 1fr); } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .e2p-cmp .about-image-wrap {
      grid-template-columns: repeat(2, 1fr); } }
  .e2p-cmp .about-image-wrap .img {
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px; }
    @media (max-width: 767px) {
      .e2p-cmp .about-image-wrap .img img {
        width: 100%; } }

.e2p-cmp .mission-title {
  font-weight: 700;
  font-size: 160px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  text-align: center;
  background: linear-gradient(180deg, #533afd 27.32%, rgba(83, 58, 253, 0) 77.96%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
  @media (max-width: 991px) {
    .e2p-cmp .mission-title {
      font-size: 110px; } }
  @media (max-width: 767px) {
    .e2p-cmp .mission-title {
      font-size: 52px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .e2p-cmp .mission-title {
      font-size: 72px; } }

.e2p-cmp .mission-img {
  margin-top: -220px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .e2p-cmp .mission-img {
      margin-top: -205px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .e2p-cmp .mission-img {
      margin-top: -200px; } }
  @media (max-width: 1199px) {
    .e2p-cmp .mission-img {
      width: 130%;
      left: -15%;
      margin-top: -205px;
      position: relative; } }
  @media (max-width: 991px) {
    .e2p-cmp .mission-img {
      margin-top: -145px; } }
  @media (max-width: 767px) {
    .e2p-cmp .mission-img {
      margin-top: 0; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .e2p-cmp .mission-img {
      margin-top: -95px; } }

.e2p-cmp .mission-content {
  padding: 0 215px;
  margin-top: -280px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .e2p-cmp .mission-content {
      margin-top: -180px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .e2p-cmp .mission-content {
      margin-top: -150px; } }
  @media (max-width: 1199px) {
    .e2p-cmp .mission-content {
      padding: 0 180px;
      margin-top: -175px;
      position: relative; } }
  @media only screen and (max-width: 1023px) {
    .e2p-cmp .mission-content {
      padding: 0 85px; } }
  @media (max-width: 991px) {
    .e2p-cmp .mission-content {
      padding: 0;
      margin-top: -130px; } }
  @media (max-width: 767px) {
    .e2p-cmp .mission-content {
      margin-top: -55px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .e2p-cmp .mission-content {
      margin-top: -85px; } }

.e2p-cmp .xb-card-item {
  overflow: hidden;
  display: inline-block;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px; }
  .e2p-cmp .xb-card-item .xb-item--inner {
    display: flex;
    min-height: 460px;
    flex-direction: column;
    padding: 30px 30px 33px;
    justify-content: space-between;
    background: var(--color-primary); }
    @media (max-width: 1199px) {
      .e2p-cmp .xb-card-item .xb-item--inner {
        min-height: 373px;
        padding: 30px 20px 33px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .e2p-cmp .xb-card-item .xb-item--inner {
        padding: 30px 30px 33px; } }
  @media (max-width: 991px) {
    .e2p-cmp .xb-card-item .xb-item--img {
      width: 100%; } }
  @media (max-width: 991px) {
    .e2p-cmp .xb-card-item .xb-item--img img {
      width: 100%; } }
  .e2p-cmp .xb-card-item .xb-item--number {
    font-size: 38px;
    margin-bottom: 10px; }
  .e2p-cmp .xb-card-item .xb-item--text {
    font-size: 20px;
    font-weight: 500; }
  .e2p-cmp .xb-card-item .xb-item--content {
    font-weight: 500; }
    .e2p-cmp .xb-card-item .xb-item--content span {
      font-weight: 700; }

.e2p-cmp .xb-card-box {
  gap: 27px;
  display: grid;
  margin-left: -30px;
  grid-template-columns: repeat(2, 1fr); }
  @media only screen and (max-width: 1300px) {
    .e2p-cmp .xb-card-box {
      margin-left: 0; } }
  @media (max-width: 767px) {
    .e2p-cmp .xb-card-box {
      grid-template-columns: repeat(1, 1fr); } }

.e2p-cmp .bg-pink {
  background: #e6e3fb !important; }

.e2p-cmp .bg-dark {
  background: #0d1738 !important; }

@media (max-width: 767px) {
  .e2p-cmp .mission {
    padding-top: 110px; } }

.e2p-cmp {
  --items: 5;
  --gap: 4s;
  --duration: calc(var(--items) * var(--gap)); }

.e2p-cmp .xb-feature-item {
  min-height: 762px;
  width: 586px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 107px 50px 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: linear-gradient(180deg, #6840ff 0%, #a48cff 100%);
  offset-distance: 0; }
  @media (max-width: 1199px) {
    .e2p-cmp .xb-feature-item {
      width: 400px;
      min-height: 600px;
      padding: 50px 50px 30px; } }
  @media (max-width: 991px) {
    .e2p-cmp .xb-feature-item {
      width: 400px;
      min-height: 550px;
      padding: 50px 30px 30px; } }
  @media (max-width: 767px) {
    .e2p-cmp .xb-feature-item {
      width: 300px;
      min-height: 450px;
      padding: 40px 25px 30px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .e2p-cmp .xb-feature-item {
      width: 350px;
      min-height: 500px;
      padding: 40px 30px 30px; } }
  .e2p-cmp .xb-feature-item .xb-item--holder {
    text-align: center; }
  .e2p-cmp .xb-feature-item .xb-item--title {
    font-size: 32px;
    margin: 35px 0 13px;
    text-transform: capitalize;
    color: var(--color-white); }
    @media (max-width: 991px) {
      .e2p-cmp .xb-feature-item .xb-item--title {
        font-size: 28px; } }
    @media (max-width: 767px) {
      .e2p-cmp .xb-feature-item .xb-item--title {
        font-size: 25px;
        margin: 20px 0 13px; } }
  .e2p-cmp .xb-feature-item .xb-item--content {
    margin: 0 auto;
    max-width: 345px; }
  .e2p-cmp .xb-feature-item .xb-item--icon {
    min-height: 52px; }
    @media (max-width: 767px) {
      .e2p-cmp .xb-feature-item .xb-item--icon {
        min-height: 30px; } }
  .e2p-cmp .xb-feature-item .xb-item--img {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    z-index: -1;
    transform: translateX(-50%); }
  .e2p-cmp .xb-feature-item .xb-item--line {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1; }
  .e2p-cmp .xb-feature-item.bg_black {
    background: linear-gradient(180deg, #140f26 0%, #413b57 100%); }
  .e2p-cmp .xb-feature-item.bg_light-green {
    background: linear-gradient(180deg, #a1ff62 0%, #d3ffb5 100%); }
    .e2p-cmp .xb-feature-item.bg_light-green .xb-item--title, .e2p-cmp .xb-feature-item.bg_light-green .xb-item--content {
      color: var(--color-heading); }
  .e2p-cmp .xb-feature-item.bg_green {
    background: linear-gradient(180deg, #008435 0%, #1efd78 100%); }

.e2p-cmp .xb-feature-marquee {
  gap: 50px;
  margin-right: 50px; }
  @media (max-width: 991px) {
    .e2p-cmp .xb-feature-marquee {
      gap: 30px;
      margin-right: 30px; } }

.e2p-cmp .xb-rotate-line {
  position: absolute;
  left: 0;
  top: 43%;
  z-index: -1; }
  @media (max-width: 767px) {
    .e2p-cmp .xb-rotate-line {
      top: 25%;
      margin: 0 -60%; } }

.e2p-cmp .xb-fea-item {
  z-index: 1;
  position: relative;
  padding: 40px 40px 42px; }
  @media only screen and (max-width: 1023px) {
    .e2p-cmp .xb-fea-item {
      padding: 40px 30px 42px; } }
  @media (max-width: 991px) {
    .e2p-cmp .xb-fea-item {
      overflow: hidden;
      margin-bottom: 10px;
      padding: 40px 19px 42px;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border: 1px solid rgba(105, 64, 255, 0.2); } }
  .e2p-cmp .xb-fea-item::before {
    z-index: -1;
    opacity: 0;
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0.5);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-top-left-radius: 14px;
    transform-origin: top left;
    background: linear-gradient(317deg, #e9e3ff 0%, #fff 100%); }
    @media (max-width: 991px) {
      .e2p-cmp .xb-fea-item::before {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px; } }
  .e2p-cmp .xb-fea-item:hover::before {
    opacity: 1;
    transform: scale(1); }
  .e2p-cmp .xb-fea-item .xb-item--icon {
    width: 70px;
    height: 70px;
    padding: 5px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    background: linear-gradient(179deg, #e1d9ff 0%, #fff 100%); }
    .e2p-cmp .xb-fea-item .xb-item--icon .icon {
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      background: var(--color-white);
      border: 5px solid rgba(21, 19, 19, 0.05);
      box-shadow: 0 2px 6px 0 rgba(21, 19, 19, 0.22); }
      .e2p-cmp .xb-fea-item .xb-item--icon .icon::before {
        position: absolute;
        left: 0;
        content: "";
        top: 0;
        width: 100%;
        height: 100%;
        width: 112%;
        height: 112%;
        left: -3px;
        top: -3px;
        border: 1px solid #fff;
        border-radius: 9px;
        -webkit-border-radius: 9px;
        -moz-border-radius: 9px;
        -ms-border-radius: 9px;
        -o-border-radius: 9px; }
  .e2p-cmp .xb-fea-item .xb-item--title {
    font-size: 24px;
    margin: 35px 0 13px; }
  .e2p-cmp .xb-fea-item .xb-item--content {
    max-width: 308px; }

@media (max-width: 767px) {
  .e2p-cmp .xb-feature-btn {
    margin-top: 50px; } }

.e2p-cmp .xb-feature-wrapper {
  margin: 0 -65px;
  position: relative;
  padding: 68px 71px 68px 68px; }
  @media only screen and (max-width: 1300px) {
    .e2p-cmp .xb-feature-wrapper {
      margin: 0 -53px;
      padding: 69px 61px; } }
  @media (max-width: 1199px) {
    .e2p-cmp .xb-feature-wrapper {
      padding: 75px 53px; } }
  @media only screen and (max-width: 1023px) {
    .e2p-cmp .xb-feature-wrapper {
      padding: 75px 52px; } }
  @media (max-width: 991px) {
    .e2p-cmp .xb-feature-wrapper {
      margin: 0;
      overflow: hidden;
      padding: 48px 0 53px; } }
  @media (max-width: 767px) {
    .e2p-cmp .xb-feature-wrapper {
      padding: 0;
      padding-top: 40px; } }
  .e2p-cmp .xb-feature-wrapper .xb-frame-shape .shape {
    position: absolute;
    left: 0;
    top: 0; }
    @media (max-width: 991px) {
      .e2p-cmp .xb-feature-wrapper .xb-frame-shape .shape {
        display: none; } }
    .e2p-cmp .xb-feature-wrapper .xb-frame-shape .shape--1 {
      height: 100%; }
      .e2p-cmp .xb-feature-wrapper .xb-frame-shape .shape--1 img {
        height: 100%; }
    .e2p-cmp .xb-feature-wrapper .xb-frame-shape .shape--2 {
      left: 34.1%;
      z-index: 2;
      height: 100%; }
      .e2p-cmp .xb-feature-wrapper .xb-frame-shape .shape--2 img {
        height: 100%; }
      @media only screen and (max-width: 1300px) {
        .e2p-cmp .xb-feature-wrapper .xb-frame-shape .shape--2 {
          left: 34.06%; } }
      @media (max-width: 1199px) {
        .e2p-cmp .xb-feature-wrapper .xb-frame-shape .shape--2 {
          left: 33.8%; } }
      @media (max-width: 991px) {
        .e2p-cmp .xb-feature-wrapper .xb-frame-shape .shape--2 {
          left: 46.8%; } }
    .e2p-cmp .xb-feature-wrapper .xb-frame-shape .shape--3 {
      left: auto;
      right: 34%;
      z-index: 2;
      height: 100%; }
      .e2p-cmp .xb-feature-wrapper .xb-frame-shape .shape--3 img {
        height: 100%; }
      @media only screen and (max-width: 1300px) {
        .e2p-cmp .xb-feature-wrapper .xb-frame-shape .shape--3 {
          right: 34%; } }
      @media (max-width: 1199px) {
        .e2p-cmp .xb-feature-wrapper .xb-frame-shape .shape--3 {
          right: 33.4%; } }
      @media (max-width: 991px) {
        .e2p-cmp .xb-feature-wrapper .xb-frame-shape .shape--3 {
          display: none; } }
    .e2p-cmp .xb-feature-wrapper .xb-frame-shape .shape--4 {
      top: 48%;
      z-index: 2; }
      @media (max-width: 991px) {
        .e2p-cmp .xb-feature-wrapper .xb-frame-shape .shape--4 {
          top: 35%;
          left: -340px;
          right: -20px; } }

.e2p-cmp .xb-fea-item-box {
  position: relative; }
  @media (max-width: 991px) {
    .e2p-cmp .xb-fea-item-box {
      display: flex;
      gap: 10px; } }
  @media (max-width: 767px) {
    .e2p-cmp .xb-fea-item-box {
      flex-direction: column; } }
  @media (max-width: 991px) {
    .e2p-cmp .xb-fea-item-box .xb-animate-line {
      display: none; } }
  .e2p-cmp .xb-fea-item-box.last .xb-animate-line.new .line {
    left: 0; }

@media (max-width: 991px) {
  .e2p-cmp .feature-setion {
    margin-top: 50px; } }
@media (max-width: 767px) {
  .e2p-cmp .feature-setion {
    margin-top: 70px; } }

.e2p-cmp .hd-feature-item-left {
  padding-right: 95px; }
  @media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .e2p-cmp .hd-feature-item-left {
      padding-right: 55px; } }
  @media (max-width: 1199px) {
    .e2p-cmp .hd-feature-item-left {
      padding-right: 0; } }
  .e2p-cmp .hd-feature-item-left .xb-item--title {
    font-size: 32px;
    line-height: 37px;
    margin-bottom: 18px;
    letter-spacing: -0.01em;
    text-transform: capitalize; }
    @media (max-width: 767px) {
      .e2p-cmp .hd-feature-item-left .xb-item--title {
        font-size: 28px;
        line-height: 32px; } }

.e2p-cmp .hd-feature-tab {
  max-width: 374px;
  width: 100%;
  height: 440px;
  overflow: hidden;
  padding: 10px;
  margin-right: 88px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: var(--color-primary); }
  @media (max-width: 1199px) {
    .e2p-cmp .hd-feature-tab {
      margin-right: 30px; } }
  @media (max-width: 767px) {
    .e2p-cmp .hd-feature-tab {
      margin-right: 0; } }

.e2p-cmp .hd-feature-img img {
  overflow: clip;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px; }
.e2p-cmp .hd-feature-img:not(:last-child) {
  margin-bottom: 10px; }

.e2p-cmp .hd-feature-tab-inner {
  height: 420px;
  overflow: clip;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px; }

.e2p-cmp .hd-feature-content {
  width: calc(100% - 462px); }
  @media (max-width: 1199px) {
    .e2p-cmp .hd-feature-content {
      width: calc(100% - 404px); } }
  @media (max-width: 767px) {
    .e2p-cmp .hd-feature-content {
      width: 100%;
      margin-top: 50px; } }

.e2p-cmp .hd-feature-item:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d7f0d7; }
.e2p-cmp .hd-feature-item .xb-item--top {
  gap: 10px;
  margin-bottom: 20px; }
.e2p-cmp .hd-feature-item .xb-item--title {
  font-size: 20px;
  text-transform: capitalize; }

.e2p-cmp .fs-feature-item {
  z-index: 1;
  overflow: hidden;
  position: relative;
  background: #bdeaff;
  padding: 25px 30px 20px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .e2p-cmp .fs-feature-item {
      padding: 25px 15px 20px; } }
  @media (max-width: 991px) {
    .e2p-cmp .fs-feature-item {
      padding: 25px 20px 20px; } }
  .e2p-cmp .fs-feature-item .xb-item--title {
    font-size: 24px;
    margin-bottom: 10px;
    text-transform: capitalize; }
  .e2p-cmp .fs-feature-item .xb-item--content {
    max-width: 325px;
    color: var(--color-heading); }
  .e2p-cmp .fs-feature-item .xb-item--top {
    z-index: 1;
    position: relative; }
  .e2p-cmp .fs-feature-item .xb-item--img {
    position: relative; }
    .e2p-cmp .fs-feature-item .xb-item--img .img-1 {
      border-radius: 8px;
      display: inline-block;
      box-shadow: 0 15px 35px 0 rgba(23, 23, 23, 0.08); }
      @media only screen and (min-width: 1200px) and (max-width: 1300px) {
        .e2p-cmp .fs-feature-item .xb-item--img .img-1 {
          max-width: 545px; } }
      @media (max-width: 991px) {
        .e2p-cmp .fs-feature-item .xb-item--img .img-1 {
          max-width: 500px; } }
      @media (max-width: 767px) {
        .e2p-cmp .fs-feature-item .xb-item--img .img-1 {
          max-width: 230px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .e2p-cmp .fs-feature-item .xb-item--img .img-1 {
          max-width: 400px; } }
    .e2p-cmp .fs-feature-item .xb-item--img .img-2 {
      position: absolute;
      right: 0;
      top: 49px; }
      @media only screen and (min-width: 1200px) and (max-width: 1300px) {
        .e2p-cmp .fs-feature-item .xb-item--img .img-2 {
          max-width: 180px; } }
      @media (max-width: 1199px) {
        .e2p-cmp .fs-feature-item .xb-item--img .img-2 {
          right: 100px; } }
      @media (max-width: 991px) {
        .e2p-cmp .fs-feature-item .xb-item--img .img-2 {
          right: 0;
          top: 45px;
          max-width: 175px; } }
      @media (max-width: 767px) {
        .e2p-cmp .fs-feature-item .xb-item--img .img-2 {
          top: 20px;
          max-width: 80px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .e2p-cmp .fs-feature-item .xb-item--img .img-2 {
          top: 33px;
          max-width: 140px; } }
    .e2p-cmp .fs-feature-item .xb-item--img .img-4 {
      text-align: end;
      margin-top: -300px;
      margin-right: -20px; }
    .e2p-cmp .fs-feature-item .xb-item--img .line {
      position: absolute;
      right: 12px;
      top: 47px; }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .e2p-cmp .fs-feature-item .xb-item--img .line {
          top: 17px;
          right: 28%; } }
  .e2p-cmp .fs-feature-item .xb-item--large_img {
    position: absolute;
    top: 0;
    left: 0; }
    @media (max-width: 991px) {
      .e2p-cmp .fs-feature-item .xb-item--large_img {
        top: 28px;
        width: 122%; } }
    @media (max-width: 767px) {
      .e2p-cmp .fs-feature-item .xb-item--large_img {
        top: 160px;
        width: 110%;
        left: -5px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .e2p-cmp .fs-feature-item .xb-item--large_img {
        top: 105px; } }
  .e2p-cmp .fs-feature-item .xb-item--marquee_wrap {
    overflow: hidden;
    position: relative; }
    .e2p-cmp .fs-feature-item .xb-item--marquee_wrap::before, .e2p-cmp .fs-feature-item .xb-item--marquee_wrap::after {
      position: absolute;
      content: '';
      left: -36px;
      top: -35px;
      height: 100px;
      width: 120%;
      z-index: 1;
      filter: blur(15px);
      background: #96ffc0; }
      @media (max-width: 767px) {
        .e2p-cmp .fs-feature-item .xb-item--marquee_wrap::before, .e2p-cmp .fs-feature-item .xb-item--marquee_wrap::after {
          left: -26px;
          width: 125%; } }
    .e2p-cmp .fs-feature-item .xb-item--marquee_wrap::after {
      top: auto;
      bottom: -35px; }
  .e2p-cmp .fs-feature-item .xb-item--marquee_inner {
    gap: 18px;
    align-items: start;
    overflow: hidden;
    max-height: 390px;
    flex-wrap: nowrap; }
    @media only screen and (min-width: 1200px) and (max-width: 1300px) {
      .e2p-cmp .fs-feature-item .xb-item--marquee_inner {
        max-height: 290px; } }
    @media (max-width: 1199px) {
      .e2p-cmp .fs-feature-item .xb-item--marquee_inner {
        max-height: 379px; } }
    @media (max-width: 991px) {
      .e2p-cmp .fs-feature-item .xb-item--marquee_inner {
        max-height: 326px; } }
  .e2p-cmp .fs-feature-item .xb-item--marquee {
    gap: 10px;
    display: inline-flex;
    flex-direction: column; }
    .e2p-cmp .fs-feature-item .xb-item--marquee .xb-logo {
      overflow: hidden;
      display: inline-flex;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px; }
  .e2p-cmp .fs-feature-item .xb-item--card {
    padding-top: 105px; }
    @media only screen and (min-width: 1200px) and (max-width: 1300px) {
      .e2p-cmp .fs-feature-item .xb-item--card {
        padding-top: 65px; } }
  .e2p-cmp .fs-feature-item .xb-item--logo {
    z-index: 1;
    display: flex;
    position: relative;
    padding-top: 30px;
    margin-bottom: 10px;
    justify-content: center; }
    .e2p-cmp .fs-feature-item .xb-item--logo .xb-circle {
      height: 92px;
      width: 92px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      padding: 2px;
      background: var(--color-white);
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      box-shadow: 0 44px 18px -4px rgba(47, 71, 17, 0.04), 0 26px 10px -4px rgba(47, 71, 17, 0.06), 0 16px 6px -3px rgba(47, 71, 17, 0.07), 0 10px 4px -3px rgba(47, 71, 17, 0.08), 0 6px 2px -2px rgba(47, 71, 17, 0.08), 0 3px 1px -1px rgba(47, 71, 17, 0.09), 0 1px 1px -1px rgba(13, 23, 56, 0.09), inset 0 1px 1px 1px rgba(255, 255, 255, 0.3); }
      .e2p-cmp .fs-feature-item .xb-item--logo .xb-circle .xb-logo {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
      .e2p-cmp .fs-feature-item .xb-item--logo .xb-circle .round-shape {
        animation: spin 5s linear infinite; }
    .e2p-cmp .fs-feature-item .xb-item--logo .shape {
      position: absolute;
      left: 55%;
      bottom: 8px;
      width: 100%;
      z-index: -1;
      transform: translateX(-50%); }
      @media only screen and (min-width: 1200px) and (max-width: 1500px) {
        .e2p-cmp .fs-feature-item .xb-item--logo .shape {
          left: 54.7%; } }
      @media only screen and (min-width: 1200px) and (max-width: 1300px) {
        .e2p-cmp .fs-feature-item .xb-item--logo .shape {
          left: 50%;
          bottom: 7px; } }
      @media (max-width: 1199px) {
        .e2p-cmp .fs-feature-item .xb-item--logo .shape {
          left: 59%; } }
      @media only screen and (min-width: 992px) and (max-width: 1023px) {
        .e2p-cmp .fs-feature-item .xb-item--logo .shape {
          left: 57.5%; } }
      @media (max-width: 991px) {
        .e2p-cmp .fs-feature-item .xb-item--logo .shape {
          left: 50%;
          bottom: 5px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .e2p-cmp .fs-feature-item .xb-item--logo .shape {
          left: 67.8%;
          bottom: 8px; } }
  .e2p-cmp .fs-feature-item .xb-item--dashboard_img {
    margin-bottom: 10px; }
    .e2p-cmp .fs-feature-item .xb-item--dashboard_img .img--one {
      overflow: hidden;
      display: inline-block;
      border-radius: 20px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
      box-shadow: 0 4px 19px 0 #f2c4a0; }
    .e2p-cmp .fs-feature-item .xb-item--dashboard_img .img--two {
      text-align: end;
      margin-top: 5px;
      margin-right: 12px; }
      .e2p-cmp .fs-feature-item .xb-item--dashboard_img .img--two .img {
        position: relative;
        display: inline-block;
        box-shadow: 0 4px 19px 0 #f2c4a0; }
        .e2p-cmp .fs-feature-item .xb-item--dashboard_img .img--two .img .round-circle {
          position: absolute;
          left: 50%;
          top: 50%;
          height: 30px;
          width: 30px;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 100%;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          -o-border-radius: 100%;
          border: 2px solid #efefef;
          background: var(--color-white);
          transform: translate(-50%, -50%); }
          .e2p-cmp .fs-feature-item .xb-item--dashboard_img .img--two .img .round-circle img {
            animation: spin 5s linear infinite; }
  .e2p-cmp .fs-feature-item .xb-item--review_container {
    position: relative;
    padding-bottom: 60px; }
    .e2p-cmp .fs-feature-item .xb-item--review_container::before, .e2p-cmp .fs-feature-item .xb-item--review_container::after {
      position: absolute;
      content: '';
      left: 50%;
      bottom: 37px;
      height: 40px;
      width: 88%;
      transform: translateX(-50%);
      border-radius: 16px;
      -webkit-border-radius: 16px;
      -moz-border-radius: 16px;
      -ms-border-radius: 16px;
      -o-border-radius: 16px;
      background: rgba(255, 255, 255, 0.7);
      box-shadow: 0 24px 24px -12px rgba(0, 0, 0, 0.04), 0 3px 3px -2px rgba(0, 0, 0, 0.04), 0 1px 1px -1px rgba(0, 0, 0, 0.04); }
      @media only screen and (min-width: 1200px) and (max-width: 1500px) {
        .e2p-cmp .fs-feature-item .xb-item--review_container::before, .e2p-cmp .fs-feature-item .xb-item--review_container::after {
          width: 82%; } }
    .e2p-cmp .fs-feature-item .xb-item--review_container::after {
      width: 76%;
      bottom: 13px;
      height: 60px;
      background: rgba(255, 255, 255, 0.4);
      box-shadow: 0 24px 24px -12px rgba(0, 0, 0, 0.04), 0 3px 3px -2px rgba(0, 0, 0, 0.04), 0 1px 1px -1px rgba(0, 0, 0, 0.04); }
      @media only screen and (min-width: 1200px) and (max-width: 1500px) {
        .e2p-cmp .fs-feature-item .xb-item--review_container::after {
          width: 70%; } }
    .e2p-cmp .fs-feature-item .xb-item--review_container.animated .chart-item span {
      transform: scaleY(1);
      transition-delay: .2s; }
  .e2p-cmp .fs-feature-item .xb-item--review_box {
    padding: 20px 20px 25px 24px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background: var(--color-white);
    box-shadow: 0 24px 24px -12px rgba(0, 0, 0, 0.04), 0 3px 3px -2px rgba(0, 0, 0, 0.04), 0 1px 1px -1px rgba(0, 0, 0, 0.04); }
    @media only screen and (min-width: 1200px) and (max-width: 1300px) {
      .e2p-cmp .fs-feature-item .xb-item--review_box {
        padding: 20px 10px 25px; } }
    @media (max-width: 991px) {
      .e2p-cmp .fs-feature-item .xb-item--review_box {
        padding: 20px 10px 25px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .e2p-cmp .fs-feature-item .xb-item--review_box {
        padding: 20px 25px 25px; } }
    .e2p-cmp .fs-feature-item .xb-item--review_box .xb-title {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 10px;
      text-transform: capitalize; }
    .e2p-cmp .fs-feature-item .xb-item--review_box .xb-chart {
      gap: 13px;
      display: flex;
      align-items: end;
      min-height: 265px;
      padding: 0 0 15px 13px;
      border-left: 1px solid var(--color-border);
      border-bottom: 1px solid var(--color-border); }
      @media only screen and (min-width: 1200px) and (max-width: 1500px) {
        .e2p-cmp .fs-feature-item .xb-item--review_box .xb-chart {
          gap: 9px; } }
      @media (max-width: 991px) {
        .e2p-cmp .fs-feature-item .xb-item--review_box .xb-chart {
          gap: 5px; } }
    .e2p-cmp .fs-feature-item .xb-item--review_box .chart-item {
      width: 12%;
      text-align: center; }
      .e2p-cmp .fs-feature-item .xb-item--review_box .chart-item span {
        width: 100%;
        height: 100%;
        transform: scaleY(0);
        display: inline-block;
        background: #b5aaff;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        transform-origin: bottom; }
      .e2p-cmp .fs-feature-item .xb-item--review_box .chart-item p {
        font-size: 14px; }
      .e2p-cmp .fs-feature-item .xb-item--review_box .chart-item:nth-child(1) span {
        height: 49px; }
      .e2p-cmp .fs-feature-item .xb-item--review_box .chart-item:nth-child(2) span {
        height: 67px; }
      .e2p-cmp .fs-feature-item .xb-item--review_box .chart-item:nth-child(3) span {
        height: 85px; }
      .e2p-cmp .fs-feature-item .xb-item--review_box .chart-item:nth-child(4) span {
        height: 107px; }
      .e2p-cmp .fs-feature-item .xb-item--review_box .chart-item:nth-child(5) span {
        height: 132px; }
      .e2p-cmp .fs-feature-item .xb-item--review_box .chart-item:nth-child(6) span {
        height: 164px; }
      .e2p-cmp .fs-feature-item .xb-item--review_box .chart-item:nth-child(7) span {
        height: 196px; }
      .e2p-cmp .fs-feature-item .xb-item--review_box .chart-item:nth-child(8) span {
        height: 224px;
        background: linear-gradient(180deg, #533afd 0%, #d9d3ff 100%); }
  .e2p-cmp .fs-feature-item .xb-item--price_box {
    margin: 18px 0 8px; }
    .e2p-cmp .fs-feature-item .xb-item--price_box .xb-price {
      font-size: 32px;
      margin-right: 10px; }
      @media (max-width: 767px) {
        .e2p-cmp .fs-feature-item .xb-item--price_box .xb-price {
          font-size: 28px; } }
      .e2p-cmp .fs-feature-item .xb-item--price_box .xb-price sup {
        font-weight: 500;
        font-size: 16px;
        padding-right: 7px;
        color: var(--color-default); }
    .e2p-cmp .fs-feature-item .xb-item--price_box .xb-discount {
      padding: 0px 8px;
      font-size: 10px;
      font-weight: 600;
      color: var(--color-primary);
      border-radius: 50px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      -o-border-radius: 50px;
      background: rgba(83, 58, 253, 0.1); }
  .e2p-cmp .fs-feature-item .xb-item--text {
    font-size: 14px; }
    .e2p-cmp .fs-feature-item .xb-item--text span {
      color: #0d1738;
      font-weight: 500; }
  .e2p-cmp .fs-feature-item .xb-item--btn_box {
    z-index: 1;
    gap: 21px;
    display: flex;
    position: absolute;
    bottom: 70px;
    right: 14%;
    align-items: center; }
    @media only screen and (min-width: 1200px) and (max-width: 1300px) {
      .e2p-cmp .fs-feature-item .xb-item--btn_box {
        bottom: 40px; } }
    @media (max-width: 1199px) {
      .e2p-cmp .fs-feature-item .xb-item--btn_box {
        bottom: 30px; } }
    @media (max-width: 991px) {
      .e2p-cmp .fs-feature-item .xb-item--btn_box {
        right: 4%;
        bottom: 5px; } }
    .e2p-cmp .fs-feature-item .xb-item--btn_box .cart-btn {
      height: 48px;
      width: 48px;
      padding: 2px;
      display: inline-flex;
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      background: var(--color-white);
      box-shadow: 0 44px 18px -4px rgba(13, 23, 56, 0.04), 0 26px 10px -4px rgba(13, 23, 56, 0.06), 0 16px 6px -3px rgba(13, 23, 56, 0.07), 0 10px 4px -3px rgba(13, 23, 56, 0.08), 0 6px 2px -2px rgba(13, 23, 56, 0.08), 0 3px 1px -1px rgba(13, 23, 56, 0.09), 0 1px 1px -1px rgba(13, 23, 56, 0.09), inset 0 1px 1px 1px rgba(255, 255, 255, 0.3); }
      .e2p-cmp .fs-feature-item .xb-item--btn_box .cart-btn span {
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: inherit;
        background: linear-gradient(230deg, #d5cfff 0%, #f4f3ff 100%); }
  .e2p-cmp .fs-feature-item .xb-item--shape_box .shape {
    z-index: -2;
    position: absolute; }
    .e2p-cmp .fs-feature-item .xb-item--shape_box .shape--1 {
      top: 0;
      right: 0; }
    .e2p-cmp .fs-feature-item .xb-item--shape_box .shape--2 {
      top: 118px;
      right: 17%;
      z-index: -1; }
      @media only screen and (min-width: 1200px) and (max-width: 1500px) {
        .e2p-cmp .fs-feature-item .xb-item--shape_box .shape--2 {
          right: 11%; } }
      @media (max-width: 1199px) {
        .e2p-cmp .fs-feature-item .xb-item--shape_box .shape--2 {
          right: 24%; } }
      @media only screen and (min-width: 992px) and (max-width: 1023px) {
        .e2p-cmp .fs-feature-item .xb-item--shape_box .shape--2 {
          right: 21%; } }
      @media (max-width: 991px) {
        .e2p-cmp .fs-feature-item .xb-item--shape_box .shape--2 {
          right: 14%; } }
      @media (max-width: 767px) {
        .e2p-cmp .fs-feature-item .xb-item--shape_box .shape--2 {
          right: 11%;
          top: 186px;
          max-width: 30px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .e2p-cmp .fs-feature-item .xb-item--shape_box .shape--2 {
          top: 25%;
          right: 15%;
          max-width: 35px; } }
    .e2p-cmp .fs-feature-item .xb-item--shape_box .shape--3 {
      bottom: 129px;
      right: -10px;
      height: 370px;
      width: 282px;
      filter: blur(47.5px);
      background: #bdeaff; }
    .e2p-cmp .fs-feature-item .xb-item--shape_box .shape--4 {
      left: 0;
      top: 0; }
    .e2p-cmp .fs-feature-item .xb-item--shape_box .shape--5 {
      top: 0;
      right: 0; }
    .e2p-cmp .fs-feature-item .xb-item--shape_box .shape--6 {
      bottom: 0;
      left: 0; }
    .e2p-cmp .fs-feature-item .xb-item--shape_box .shape--7 {
      bottom: 0;
      right: 0; }
  .e2p-cmp .fs-feature-item .xb-item--shape .shape {
    z-index: -1;
    position: absolute; }
    .e2p-cmp .fs-feature-item .xb-item--shape .shape--1 {
      left: 0;
      bottom: 0;
      width: 100%;
      text-align: center; }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .e2p-cmp .fs-feature-item .xb-item--shape .shape--1 img {
          width: 100%; } }
    .e2p-cmp .fs-feature-item .xb-item--shape .shape--2 {
      left: 43px;
      bottom: 90px; }
      @media only screen and (min-width: 1200px) and (max-width: 1300px) {
        .e2p-cmp .fs-feature-item .xb-item--shape .shape--2 {
          left: 10px; } }
      @media (max-width: 991px) {
        .e2p-cmp .fs-feature-item .xb-item--shape .shape--2 {
          display: none; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .e2p-cmp .fs-feature-item .xb-item--shape .shape--2 {
          left: 22%;
          display: block; } }
  .e2p-cmp .fs-feature-item.large-item .xb-item--content {
    max-width: 417px; }
  .e2p-cmp .fs-feature-item.Pale_green {
    padding-bottom: 8px; }
  .e2p-cmp .fs-feature-item.large-bottom-item {
    min-height: 469px;
    background: #d4ceff; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .e2p-cmp .fs-feature-item.large-bottom-item {
        min-height: 434px; } }
    @media only screen and (min-width: 1200px) and (max-width: 1300px) {
      .e2p-cmp .fs-feature-item.large-bottom-item {
        min-height: 373px; } }
    @media (max-width: 1199px) {
      .e2p-cmp .fs-feature-item.large-bottom-item {
        min-height: 335px; } }
    @media only screen and (max-width: 1023px) {
      .e2p-cmp .fs-feature-item.large-bottom-item {
        min-height: 323px; } }
    @media (max-width: 767px) {
      .e2p-cmp .fs-feature-item.large-bottom-item {
        min-height: 350px; } }
    .e2p-cmp .fs-feature-item.large-bottom-item .xb-item--content {
      max-width: 380px; }
      @media (max-width: 1199px) {
        .e2p-cmp .fs-feature-item.large-bottom-item .xb-item--content {
          max-width: 290px; } }
    .e2p-cmp .fs-feature-item.large-bottom-item .xb-section-shape .shape--5 {
      left: 50%;
      top: 50%;
      height: 257px;
      width: 1067px;
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      background: var(--color-white);
      transform: translate(-50%, -50%);
      filter: blur(165.1999969482px); }

.e2p-cmp .as-feature-item {
  padding: 8px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: var(--color-white); }
  .e2p-cmp .as-feature-item .xb-item--inner {
    z-index: 1;
    overflow: hidden;
    position: relative;
    min-height: 394px;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 23px 32px 25px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    justify-content: space-between;
    background-color: linear-gradient(180deg, #d5bbfb 0%, rgba(255, 255, 255, 0) 100%); }
    @media (max-width: 1199px) {
      .e2p-cmp .as-feature-item .xb-item--inner {
        padding: 23px 15px 25px; } }
  .e2p-cmp .as-feature-item .xb-item--bg {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    left: 0;
    top: 0; }
    @media (max-width: 991px) {
      .e2p-cmp .as-feature-item .xb-item--bg img {
        width: 100%;
        object-fit: cover; } }
  .e2p-cmp .as-feature-item .xb-item--img {
    z-index: 1;
    text-align: center;
    position: relative; }
    @media only screen and (min-width: 1200px) and (max-width: 1300px) {
      .e2p-cmp .as-feature-item .xb-item--img {
        padding-top: 10px; } }
    .e2p-cmp .as-feature-item .xb-item--img svg {
      position: absolute;
      left: 45px;
      top: 25px;
      z-index: -1; }
      @media only screen and (min-width: 1200px) and (max-width: 1300px) {
        .e2p-cmp .as-feature-item .xb-item--img svg {
          left: 25px;
          width: 420px; } }
      @media (max-width: 1199px) {
        .e2p-cmp .as-feature-item .xb-item--img svg {
          width: 365px;
          left: 20px;
          top: 3px; } }
      @media only screen and (max-width: 1023px) {
        .e2p-cmp .as-feature-item .xb-item--img svg {
          width: 360px;
          left: 18px;
          top: 0px; } }
      @media (max-width: 991px) {
        .e2p-cmp .as-feature-item .xb-item--img svg {
          width: 250px;
          left: 4%;
          top: -22%; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .e2p-cmp .as-feature-item .xb-item--img svg {
          width: 425px;
          left: 5%;
          top: 9%; } }
      .e2p-cmp .as-feature-item .xb-item--img svg path {
        stroke-dasharray: 6;
        stroke-dashoffset: 350;
        -webkit-animation: tp-line-dash 30s linear forwards infinite;
        animation: xb-line-dash 30s linear forwards infinite; }
    .e2p-cmp .as-feature-item .xb-item--img.btn-img {
      padding-top: 80px; }
      @media only screen and (min-width: 1200px) and (max-width: 1300px) {
        .e2p-cmp .as-feature-item .xb-item--img.btn-img {
          padding-top: 50px; } }
      @media (max-width: 1199px) {
        .e2p-cmp .as-feature-item .xb-item--img.btn-img {
          padding-top: 45px;
          max-width: 205px;
          margin: 0 auto; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .e2p-cmp .as-feature-item .xb-item--img.btn-img {
          padding-top: 122px; } }
  .e2p-cmp .as-feature-item .xb-item--title {
    font-size: 24px;
    margin-bottom: 10px;
    letter-spacing: -0.03em; }
    @media (max-width: 1199px) {
      .e2p-cmp .as-feature-item .xb-item--title {
        font-size: 22px; } }
    @media only screen and (min-width: 992px) and (max-width: 1023px) {
      .e2p-cmp .as-feature-item .xb-item--title {
        font-size: 21px; } }
  .e2p-cmp .as-feature-item .xb-item--content {
    max-width: 314px;
    line-height: 22px; }
  .e2p-cmp .as-feature-item.large-item .xb-item--content {
    max-width: 490px; }

.e2p-cmp .as-feature-inner {
  z-index: 1;
  position: relative; }
  .e2p-cmp .as-feature-inner::before {
    position: absolute;
    z-index: -1;
    content: '';
    left: 30px;
    bottom: 0;
    width: 1216px;
    height: 765px;
    filter: blur(120px);
    border-radius: 0 0 20px 20px;
    background: rgba(192, 152, 248, 0.5); }
    @media (max-width: 767px) {
      .e2p-cmp .as-feature-inner::before {
        left: 0;
        bottom: 30%; } }

.e2p-cmp .light_green {
  background: #96ffc0; }

.e2p-cmp .light_cream {
  background: #ffb899; }

.e2p-cmp .light_pink {
  background: #ffb8ed; }

.e2p-cmp .Pale_green {
  background: #d0ff94; }

.e2p-cmp #xbf-feature {
  position: relative;
  z-index: 1;
  pointer-events: auto; }

.e2p-cmp .sticky-viewport {
  position: relative;
  height: auto;
  width: 100%; }

.e2p-cmp .hd-feature-wrapper {
  width: 100%; }

.e2p-cmp .xbf-mockup-frame {
  background: #134e48;
  border-radius: 20px;
  height: 480px;
  padding: 12px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1); }

.e2p-cmp .xbf-mockup-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  /* Transition removed to let GSAP handle transform smoothly */ }

.e2p-cmp .xbf-mockup-view {
  width: 100%;
  height: 220px;
  flex-shrink: 0;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  /* Transition removed to let GSAP handle transform smoothly */ }
  .e2p-cmp .xbf-mockup-view img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .e2p-cmp .xbf-mockup-view::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #045857;
    opacity: 0.5;
    transition: opacity 0.5s ease; }
  .e2p-cmp .xbf-mockup-view.active::after {
    opacity: 0; }

.e2p-cmp .xbf-hd-feature-item-right {
  gap: 20px;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center; }
  @media (max-width: 767px) {
    .e2p-cmp .xbf-hd-feature-item-right {
      gap: 30px;
      flex-direction: column; } }

.e2p-cmp .xbf-hd-feature-tab {
  width: 374px;
  flex-shrink: 0;
  margin-right: 68px; }
  @media (min-width: 1200px) and (max-width: 1300px) {
    .e2p-cmp .xbf-hd-feature-tab {
      margin-right: 30px; } }
  @media (max-width: 1199px) {
    .e2p-cmp .xbf-hd-feature-tab {
      width: 330px;
      margin-right: 15px; } }
  @media (max-width: 991px) {
    .e2p-cmp .xbf-hd-feature-tab {
      margin-right: 0;
      max-width: 100%;
      width: auto; } }

.e2p-cmp .xbf-rt-feature-v3-right-part {
  flex: 1;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  height: 100%; }
  @media (max-width: 991px) {
    .e2p-cmp .xbf-rt-feature-v3-right-part {
      width: 100%; } }

.e2p-cmp .xbf-rt-work-v2-according-wrap {
  display: flex;
  flex-direction: column; }

.e2p-cmp .xbf-rt-according-main {
  border-bottom: 1px solid #D7F0D7;
  padding: 1.25rem 0;
  width: 100%;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
  z-index: 5;
  pointer-events: auto;
  transition: all 0.3s ease; }
  .e2p-cmp .xbf-rt-according-main .xbf-rt-text-style-h5, .e2p-cmp .xbf-rt-according-main .xbf-feature-icon {
    transition: all 0.3s ease;
    pointer-events: none; }
  .e2p-cmp .xbf-rt-according-main:last-child {
    margin-bottom: 0; }

.e2p-cmp .xbf-item-header-row {
  display: flex;
  align-items: center;
  gap: 8px; }

.e2p-cmp .xbf-feature-icon {
  width: 24px;
  height: 24px;
  object-fit: contain; }

.e2p-cmp .xbf-rt-text-style-h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  color: #134e48; }

.e2p-cmp .xbf-rt-overflow-hidden {
  overflow: hidden;
  height: 0;
  will-change: height, opacity; }

.e2p-cmp .xbf-rt-according-para-wrap {
  padding-top: 12px;
  height: auto; }

.e2p-cmp .xbf-rt-no-margin {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #504d58; }

.e2p-cmp .xb-funfact-item {
  text-align: center; }
  .e2p-cmp .xb-funfact-item .xb-item--number {
    font-size: 70px;
    line-height: 1;
    letter-spacing: -0.04em; }
    @media (max-width: 1199px) {
      .e2p-cmp .xb-funfact-item .xb-item--number {
        font-size: 55px; } }
    @media (max-width: 991px) {
      .e2p-cmp .xb-funfact-item .xb-item--number {
        font-size: 40px; } }
  .e2p-cmp .xb-funfact-item .xb-item--text {
    font-size: 22px;
    font-weight: 500;
    margin: 13px 0 42px; }
    @media (max-width: 991px) {
      .e2p-cmp .xb-funfact-item .xb-item--text {
        font-size: 18px; } }
  @media (max-width: 991px) {
    .e2p-cmp .xb-funfact-item .xb-item--img {
      margin: 0 auto;
      max-width: 160px; } }

.e2p-cmp .xb-funfact-inner {
  padding: 50px 0;
  overflow: hidden;
  position: relative; }
  .e2p-cmp .xb-funfact-inner::before, .e2p-cmp .xb-funfact-inner::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 2px;
    width: 100%;
    background: #d7f0d7; }
  .e2p-cmp .xb-funfact-inner::after {
    top: auto;
    bottom: 0; }
  .e2p-cmp .xb-funfact-inner .xb-blur-shape {
    position: absolute;
    left: -40px;
    top: -13px;
    z-index: 1;
    height: 110%;
    width: 50px;
    background: #fff;
    filter: blur(5.4px); }
    .e2p-cmp .xb-funfact-inner .xb-blur-shape.two {
      left: auto;
      right: -40px; }

.e2p-cmp .funfact-col:not(:last-child) {
  border-right: 1px solid #d7f0d7; }
  @media (max-width: 767px) {
    .e2p-cmp .funfact-col:not(:last-child) {
      border-right: none;
      padding-bottom: 40px;
      margin-bottom: 40px;
      border-bottom: 1px solid #d7f0d7; } }

.e2p-cmp .ab-team-list {
  gap: 20px;
  margin-right: 20px; }
  .e2p-cmp .ab-team-list li {
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px; }
    @media (max-width: 767px) {
      .e2p-cmp .ab-team-list li {
        max-width: 60px; } }

.e2p-cmp .ab-team-wrap {
  display: inline-block; }
  .e2p-cmp .ab-team-wrap:not(:last-child) {
    margin-bottom: 13px; }

.e2p-cmp .ab-team-container {
  position: relative; }
  .e2p-cmp .ab-team-container::before, .e2p-cmp .ab-team-container::after {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    top: 50%;
    z-index: 1;
    left: -45px;
    width: 384px;
    height: 346px;
    filter: blur(25px);
    transform: rotate(-90deg);
    background: var(--color-white);
    transform: translateY(-50%); }
    @media only screen and (max-width: 1600px) {
      .e2p-cmp .ab-team-container::before, .e2p-cmp .ab-team-container::after {
        left: -150px; } }
    @media (max-width: 1199px) {
      .e2p-cmp .ab-team-container::before, .e2p-cmp .ab-team-container::after {
        left: -200px; } }
    @media (max-width: 767px) {
      .e2p-cmp .ab-team-container::before, .e2p-cmp .ab-team-container::after {
        left: -310px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .e2p-cmp .ab-team-container::before, .e2p-cmp .ab-team-container::after {
        left: -280px; } }
  .e2p-cmp .ab-team-container::after {
    left: auto;
    right: -45px; }
    @media only screen and (max-width: 1600px) {
      .e2p-cmp .ab-team-container::after {
        right: -150px; } }
    @media (max-width: 1199px) {
      .e2p-cmp .ab-team-container::after {
        right: -200px; } }
    @media (max-width: 767px) {
      .e2p-cmp .ab-team-container::after {
        right: -310px; } }
    @media (max-width: 767px) {
      .e2p-cmp .ab-team-container::after {
        right: -280px; } }

.e2p-cmp .xb-team-item {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: var(--color-secondary); }
  .e2p-cmp .xb-team-item .xb-item--img {
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    border: 2px solid #e6e3fb;
    border-bottom: none; }
    .e2p-cmp .xb-team-item .xb-item--img img {
      width: 100%;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
  .e2p-cmp .xb-team-item .xb-item--holder {
    z-index: 1;
    overflow: hidden;
    position: relative;
    padding: 20px 20px 20px;
    border-radius: 0 0 20px 20px;
    background: var(--color-secondary); }
    .e2p-cmp .xb-team-item .xb-item--holder::before {
      position: absolute;
      left: 0;
      content: "";
      top: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      top: -2px;
      border-radius: inherit;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      background: var(--color-white); }
  .e2p-cmp .xb-team-item .xb-item--name {
    font-size: 24px;
    letter-spacing: -0.04em; }
  .e2p-cmp .xb-team-item .xb-item--desig {
    font-size: 14px;
    color: rgba(13, 23, 56, 0.7); }
  .e2p-cmp .xb-team-item .xb-item--link {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: var(--color-heading);
    border: 1px solid #e6e3fb;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%; }
  .e2p-cmp .xb-team-item:hover .xb-item--holder::before {
    height: 0;
    transform-origin: top; }
  .e2p-cmp .xb-team-item:hover .xb-item--img img {
    transform: scale(1.05); }
  .e2p-cmp .xb-team-item:hover .xb-item--link {
    border: 1px solid #fff;
    background: var(--color-white); }

.e2p-cmp .team-section {
  margin-top: -40px; }

.e2p-cmp .xb-award-inner {
  text-align: center; }
  .e2p-cmp .xb-award-inner .xb-item--title {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 25px; }
  @media (max-width: 767px) {
    .e2p-cmp .xb-award-inner .xb-item--img {
      max-width: 290px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .e2p-cmp .xb-award-inner .xb-item--img {
      max-width: 100%; } }

.e2p-cmp .xb-award-wrap {
  gap: 120px;
  justify-content: center; }
  @media (max-width: 991px) {
    .e2p-cmp .xb-award-wrap {
      gap: 60px;
      flex-wrap: nowrap; } }
  @media (max-width: 767px) {
    .e2p-cmp .xb-award-wrap {
      gap: 40px;
      flex-wrap: wrap; } }

.e2p-cmp .xb-team-impact-content {
  padding-right: 70px; }
  @media only screen and (max-width: 1600px) {
    .e2p-cmp .xb-team-impact-content {
      padding-right: 0; } }
  .e2p-cmp .xb-team-impact-content .content {
    margin: 15px 0 25px; }
  .e2p-cmp .xb-team-impact-content .list li {
    gap: 14px;
    display: flex;
    font-weight: 500;
    align-items: center; }
    .e2p-cmp .xb-team-impact-content .list li:not(:last-child) {
      margin-bottom: 11px; }

.e2p-cmp .team-card-box .xb-card-item .xb-item--inner {
  min-height: 325px; }
.e2p-cmp .team-card-box .xb-card-item .xb-item--text {
  font-size: 18px; }

.e2p-cmp .team-group-section {
  background: linear-gradient(4deg, #e6e3fb 0%, rgba(255, 255, 255, 0) 100%); }

.e2p-cmp .xb-details-title {
  font-size: 44px;
  font-weight: 500; }
  @media (max-width: 1199px) {
    .e2p-cmp .xb-details-title {
      font-size: 40px; } }
  @media (max-width: 767px) {
    .e2p-cmp .xb-details-title {
      font-size: 36px; } }

.e2p-cmp .details-content-title {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -0.03em; }
  @media (max-width: 991px) {
    .e2p-cmp .details-content-title {
      font-size: 32px; } }
  @media (max-width: 767px) {
    .e2p-cmp .details-content-title {
      font-size: 28px;
      line-height: 38px; } }

.e2p-cmp .details-content {
  font-size: 20px;
  line-height: 30px; }
  @media (max-width: 767px) {
    .e2p-cmp .details-content {
      font-size: 18px;
      line-height: 26px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .e2p-cmp .details-content {
      font-size: 20px;
      line-height: 30px; } }

.e2p-cmp .single-item-image {
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px; }

.e2p-cmp .blog-slide-item {
  z-index: 1;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px; }
  .e2p-cmp .blog-slide-item::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px; }
  .e2p-cmp .blog-slide-item:hover .xb-item--img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .e2p-cmp .blog-slide-item .xb-item--holder {
    max-width: 900px;
    position: absolute;
    bottom: 52px;
    left: 50px;
    z-index: 2; }
    @media (max-width: 991px) {
      .e2p-cmp .blog-slide-item .xb-item--holder {
        bottom: 20px;
        padding-right: 80px; } }
    @media (max-width: 767px) {
      .e2p-cmp .blog-slide-item .xb-item--holder {
        left: 30px;
        bottom: 30px;
        padding-right: 20px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .e2p-cmp .blog-slide-item .xb-item--holder {
        bottom: 45px;
        padding-right: 40px; } }
  .e2p-cmp .blog-slide-item .xb-item--img {
    width: 100%; }
    .e2p-cmp .blog-slide-item .xb-item--img img {
      width: 100%;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    @media (max-width: 767px) {
      .e2p-cmp .blog-slide-item .xb-item--img {
        height: 500px; }
        .e2p-cmp .blog-slide-item .xb-item--img img {
          height: 100%;
          object-fit: cover; } }
  .e2p-cmp .blog-slide-item .xb-item--tag {
    font-size: 16px;
    font-weight: 600;
    padding: 5px 10px;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: var(--color-secondary);
    background: var(--color-heading); }
    @media (max-width: 991px) {
      .e2p-cmp .blog-slide-item .xb-item--tag {
        font-size: 14px; } }
  .e2p-cmp .blog-slide-item .xb-item--title {
    font-weight: 700;
    font-size: 38px;
    line-height: 1.23;
    margin: 45px 0 20px;
    max-width: 700px;
    letter-spacing: -0.01em;
    color: var(--color-white);
    text-transform: capitalize; }
    @media (max-width: 1199px) {
      .e2p-cmp .blog-slide-item .xb-item--title {
        max-width: 700px; } }
    @media only screen and (max-width: 1023px) {
      .e2p-cmp .blog-slide-item .xb-item--title {
        font-size: 32px;
        max-width: 630px; } }
    @media (max-width: 991px) {
      .e2p-cmp .blog-slide-item .xb-item--title {
        font-size: 28px;
        max-width: 530px;
        margin: 20px 0 20px; } }
    @media (max-width: 767px) {
      .e2p-cmp .blog-slide-item .xb-item--title {
        font-size: 26px; } }
    .e2p-cmp .blog-slide-item .xb-item--title a {
      color: currentColor; }
  .e2p-cmp .blog-slide-item .xb-item--content {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    max-width: 565px;
    color: var(--color-white); }
    @media (max-width: 991px) {
      .e2p-cmp .blog-slide-item .xb-item--content {
        max-width: 470px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .e2p-cmp .blog-slide-item .xb-item--content {
        max-width: 355px; } }

.e2p-cmp .blog-slider .swiper-pagination {
  position: absolute;
  left: auto;
  right: 45px;
  bottom: 45px;
  width: auto !important; }
  @media (max-width: 767px) {
    .e2p-cmp .blog-slider .swiper-pagination {
      right: 15px;
      bottom: 18px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .e2p-cmp .blog-slider .swiper-pagination {
      right: 50px;
      bottom: 50px; } }
  .e2p-cmp .blog-slider .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #fff; }
    .e2p-cmp .blog-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: var(--color-heading); }

.e2p-cmp .blog-item_button .blog-swiper-btn {
  position: absolute;
  left: 0;
  top: 50%; }
  .e2p-cmp .blog-item_button .blog-swiper-btn::after {
    display: none; }
  .e2p-cmp .blog-item_button .blog-swiper-btn i {
    left: 0;
    top: 15px;
    font-size: 20px;
    font-weight: 900;
    position: absolute;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: rgba(13, 23, 56, 0.4); }
  .e2p-cmp .blog-item_button .blog-swiper-btn:hover i {
    color: var(--color-heading); }
.e2p-cmp .blog-item_button .swiper-button-next {
  left: auto;
  right: -1px; }
  .e2p-cmp .blog-item_button .swiper-button-next i {
    left: 7px; }

.e2p-cmp .xb-blog-details-wrap {
  padding-top: 60px;
  border-top: 1px solid rgba(13, 23, 56, 0.2); }

.e2p-cmp .blog_details_item .xb-item--img {
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px; }
  @media (max-width: 767px) {
    .e2p-cmp .blog_details_item .xb-item--img {
      width: 100%; } }
  .e2p-cmp .blog_details_item .xb-item--img img {
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
.e2p-cmp .blog_details_item .xb-item--meta {
  margin: 20px 0 13px; }
  .e2p-cmp .blog_details_item .xb-item--meta li {
    font-size: 14px; }
    .e2p-cmp .blog_details_item .xb-item--meta li ul {
      gap: 25px;
      display: flex;
      align-items: center; }
      .e2p-cmp .blog_details_item .xb-item--meta li ul .category {
        padding: 2px 10px;
        background: #f6f5fd;
        text-transform: capitalize;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px; }
    .e2p-cmp .blog_details_item .xb-item--meta li.date {
      font-weight: 500; }
.e2p-cmp .blog_details_item .xb-item--title {
  font-size: 24px;
  letter-spacing: 0;
  margin-bottom: 10px; }
  .e2p-cmp .blog_details_item .xb-item--title a {
    color: currentColor; }
.e2p-cmp .blog_details_item .xb-item--content {
  font-size: 14px;
  color: rgba(13, 23, 56, 0.6); }
.e2p-cmp .blog_details_item:hover .xb-item--img img {
  transform: scale(1.05); }

.e2p-cmp .blog_details_content {
  margin-right: 5px;
  padding: 40px 40px;
  background: #f6f5fd;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px; }
  @media (max-width: 1199px) {
    .e2p-cmp .blog_details_content {
      margin-right: 0; } }
  @media (max-width: 767px) {
    .e2p-cmp .blog_details_content {
      padding: 40px 20px; } }

.e2p-cmp .post_author {
  gap: 30px;
  padding: 20px 47px;
  background: #0d1738;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px; }
  @media (max-width: 767px) {
    .e2p-cmp .post_author {
      padding: 20px 25px; } }
  .e2p-cmp .post_author .xb-item--name {
    font-size: 24px;
    letter-spacing: -0.01em;
    text-transform: capitalize;
    color: var(--color-white); }
  .e2p-cmp .post_author .xb-item--desig {
    margin: 4px 0;
    color: #b2b3b7;
    text-transform: capitalize;
    color: var(--color-white); }
  .e2p-cmp .post_author .xb-item--social {
    gap: 15px; }
    .e2p-cmp .post_author .xb-item--social li {
      font-size: 14px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      color: rgba(255, 255, 255, 0.5); }
      .e2p-cmp .post_author .xb-item--social li:hover {
        color: var(--color-white); }
      .e2p-cmp .post_author .xb-item--social li a {
        color: currentColor; }

.e2p-cmp .blog-details-video {
  width: 100%;
  overflow: hidden;
  display: inline-flex;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px; }
  @media (max-width: 767px) {
    .e2p-cmp .blog-details-video iframe {
      height: 175px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .e2p-cmp .blog-details-video iframe {
      height: 268px; } }

.e2p-cmp .blog-details_item {
  overflow: hidden;
  background: #533AFD;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px; }
  .e2p-cmp .blog-details_item .xb-item--holder {
    padding: 20px 20px; }
  .e2p-cmp .blog-details_item .xb-item--img {
    width: 100%;
    overflow: hidden;
    display: inline-block; }
    .e2p-cmp .blog-details_item .xb-item--img img {
      width: 100%;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
  .e2p-cmp .blog-details_item .xb-item--title {
    font-size: 24px;
    line-height: 34px;
    margin-top: 15px;
    letter-spacing: -0.01em;
    color: var(--color-white); }
    @media (max-width: 991px) {
      .e2p-cmp .blog-details_item .xb-item--title {
        font-size: 20px;
        line-height: 28px; } }
    @media (max-width: 767px) {
      .e2p-cmp .blog-details_item .xb-item--title {
        font-size: 22px;
        line-height: 30px; } }
    .e2p-cmp .blog-details_item .xb-item--title a {
      color: currentColor; }
  .e2p-cmp .blog-details_item .xb-item--meta {
    gap: 5px; }
    .e2p-cmp .blog-details_item .xb-item--meta li {
      gap: 10px;
      font-weight: 600;
      display: inline-flex;
      align-items: center;
      color: var(--color-white); }
  .e2p-cmp .blog-details_item:hover .xb-item--img img {
    transform: scale(1.05); }

.e2p-cmp .form-check {
  margin: 20px 0 50px; }
  .e2p-cmp .form-check .form-check-input {
    width: 14px;
    height: 14px;
    box-shadow: none;
    overflow: hidden;
    background-color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border: 1px solid #d1d1d3; }
    .e2p-cmp .form-check .form-check-input:checked {
      border-color: var(--color-primary);
      background-color: var(--color-primary); }
  .e2p-cmp .form-check label {
    font-size: 16px !important;
    font-weight: 400;
    margin-bottom: 0 !important;
    line-height: 24px;
    color: var(--color-default);
    transform: translate(-1px, -3px); }
    .e2p-cmp .form-check label a {
      color: currentColor; }

.e2p-cmp .comment_area {
  padding-top: 20px;
  border-top: 1px solid rgba(13, 23, 56, 0.2); }

.e2p-cmp .comments_list {
  gap: 31px; }
  .e2p-cmp .comments_list > li .comments_list {
    gap: 30px;
    padding: 33px 0 0 109px; }
    @media (max-width: 767px) {
      .e2p-cmp .comments_list > li .comments_list {
        padding: 33px 0 0 50px; } }

.e2p-cmp .unordered_list_block {
  display: flex;
  flex-direction: column; }

.e2p-cmp .comment_item {
  gap: 30px;
  display: flex; }
  @media (max-width: 767px) {
    .e2p-cmp .comment_item {
      flex-wrap: wrap; } }
  .e2p-cmp .comment_item .comment_author_thumbnail {
    width: 80px;
    height: 80px;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 100%; }
  .e2p-cmp .comment_item .comment_author_content {
    position: relative; }
    .e2p-cmp .comment_item .comment_author_content p {
      font-size: 16px;
      font-weight: 500;
      line-height: 28px;
      letter-spacing: 0em; }
  .e2p-cmp .comment_item .comment_author_name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: -0.01em;
    text-transform: capitalize; }
  .e2p-cmp .comment_item .comment_time {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 15px;
    text-transform: capitalize; }
  .e2p-cmp .comment_item .comment_reply_btn {
    top: 0;
    right: 0;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    padding: 7px 18px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: var(--color-default);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    background: var(--color-white);
    border: 1px solid #d1d1d3; }
    .e2p-cmp .comment_item .comment_reply_btn:after {
      z-index: 1;
      border-radius: 100px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      -ms-border-radius: 100px;
      -o-border-radius: 100px; }
    .e2p-cmp .comment_item .comment_reply_btn:hover {
      color: var(--color-white);
      border: 1px solid #8348ff;
      background-color: var(--color-primary); }

.e2p-cmp .xb-video .btn-video {
  position: absolute;
  height: 150px;
  width: 150px;
  top: 50%;
  left: 50%;
  padding: 55px;
  transform: translate(-50%, -50%);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background: var(--color-white); }
  .e2p-cmp .xb-video .btn-video svg path {
    fill: var(--color-primary); }
  .e2p-cmp .xb-video .btn-video::before, .e2p-cmp .xb-video .btn-video::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    z-index: -2;
    border-radius: inherit;
    background: var(--color-white); }
  .e2p-cmp .xb-video .btn-video::before {
    display: block;
    animation: pulse-border 1500ms ease-out infinite; }
    @media (max-width: 767px) {
      .e2p-cmp .xb-video .btn-video::before {
        animation: pulse-border-small 1500ms ease-out infinite; } }
  .e2p-cmp .xb-video .btn-video::after {
    animation: pulse-border-big 1500ms ease-out infinite; }
    @media (max-width: 767px) {
      .e2p-cmp .xb-video .btn-video::after {
        animation: pulse-border 1500ms ease-out infinite; } }

.e2p-cmp .xb-cta-wrapper {
  overflow: hidden;
  padding: 100px 0 0 40px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  background: var(--color-primary); }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .e2p-cmp .xb-cta-wrapper {
      margin: 0 15px; } }
  @media (max-width: 1199px) {
    .e2p-cmp .xb-cta-wrapper {
      margin: 0 15px; } }
  @media only screen and (max-width: 1023px) {
    .e2p-cmp .xb-cta-wrapper {
      margin: 0; } }
  @media (max-width: 991px) {
    .e2p-cmp .xb-cta-wrapper {
      padding: 60px 40px 0; } }
  @media (max-width: 767px) {
    .e2p-cmp .xb-cta-wrapper {
      padding: 60px 20px 0; } }

.e2p-cmp .xb-cta-left .xb-content {
  font-size: 18px;
  font-weight: 500;
  margin: 30px 0 50px;
  text-transform: capitalize;
  color: var(--color-white); }
.e2p-cmp .xb-cta-left .xb-cta-btn {
  gap: 25px; }
  @media (max-width: 767px) {
    .e2p-cmp .xb-cta-left .xb-cta-btn {
      align-items: start;
      flex-direction: column-reverse; } }
.e2p-cmp .xb-cta-left .xb-free {
  font-size: 14px;
  color: var(--color-white); }

.e2p-cmp .xb-cta-right {
  text-align: center;
  position: relative;
  padding: 0 121px 0 88px; }
  @media (max-width: 1199px) {
    .e2p-cmp .xb-cta-right {
      padding: 0 40px; } }
  @media (max-width: 767px) {
    .e2p-cmp .xb-cta-right {
      padding: 0 25px; } }
  .e2p-cmp .xb-cta-right::before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    height: 49px;
    top: auto;
    bottom: -15px;
    background: #075a59;
    filter: blur(17.7px); }
  .e2p-cmp .xb-cta-right .xb-img img {
    border-radius: 30px 30px 0 0; }
  .e2p-cmp .xb-cta-right .xb-icon .icon {
    position: absolute;
    animation: updown 5s linear infinite; }
    .e2p-cmp .xb-cta-right .xb-icon .icon--1 {
      left: 12%;
      top: -45px;
      animation: updown 2s linear infinite; }
      @media (max-width: 1199px) {
        .e2p-cmp .xb-cta-right .xb-icon .icon--1 {
          left: 3%;
          top: -25px; } }
      @media (max-width: 991px) {
        .e2p-cmp .xb-cta-right .xb-icon .icon--1 {
          left: 12%; } }
      @media (max-width: 767px) {
        .e2p-cmp .xb-cta-right .xb-icon .icon--1 {
          left: 1%;
          max-width: 60px; } }
    .e2p-cmp .xb-cta-right .xb-icon .icon--2 {
      left: 10%;
      top: 20%;
      animation: updown 3s linear infinite; }
      @media (max-width: 1199px) {
        .e2p-cmp .xb-cta-right .xb-icon .icon--2 {
          top: 25%;
          left: -1%; } }
      @media (max-width: 991px) {
        .e2p-cmp .xb-cta-right .xb-icon .icon--2 {
          left: 12%; } }
      @media (max-width: 767px) {
        .e2p-cmp .xb-cta-right .xb-icon .icon--2 {
          left: -1%;
          max-width: 75px; } }
    .e2p-cmp .xb-cta-right .xb-icon .icon--3 {
      top: -27px;
      left: 43%;
      animation: updown 4s linear infinite; }
      @media (max-width: 1199px) {
        .e2p-cmp .xb-cta-right .xb-icon .icon--3 {
          left: 40%;
          bottom: 105px; } }
      @media (max-width: 991px) {
        .e2p-cmp .xb-cta-right .xb-icon .icon--3 {
          left: 45%; } }
      @media (max-width: 767px) {
        .e2p-cmp .xb-cta-right .xb-icon .icon--3 {
          left: 40%; } }
    .e2p-cmp .xb-cta-right .xb-icon .icon--4 {
      right: 15%;
      top: -70px;
      animation: updown 6s linear infinite; }
      @media (max-width: 1199px) {
        .e2p-cmp .xb-cta-right .xb-icon .icon--4 {
          right: 6%;
          top: -56px; } }
      @media (max-width: 991px) {
        .e2p-cmp .xb-cta-right .xb-icon .icon--4 {
          right: 12%; } }
      @media (max-width: 767px) {
        .e2p-cmp .xb-cta-right .xb-icon .icon--4 {
          right: 1%;
          top: -48px;
          max-width: 80px; } }
    .e2p-cmp .xb-cta-right .xb-icon .icon--5 {
      right: 12%;
      bottom: 120px;
      animation: updown 4s linear infinite; }
      @media (max-width: 1199px) {
        .e2p-cmp .xb-cta-right .xb-icon .icon--5 {
          right: 0%; } }
      @media (max-width: 991px) {
        .e2p-cmp .xb-cta-right .xb-icon .icon--5 {
          right: 10%; } }
      @media (max-width: 767px) {
        .e2p-cmp .xb-cta-right .xb-icon .icon--5 {
          right: -3%;
          bottom: 50px;
          max-width: 70px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .e2p-cmp .xb-cta-right .xb-icon .icon--5 {
          right: 2%;
          bottom: 135px; } }
    .e2p-cmp .xb-cta-right .xb-icon .icon--6 {
      left: 3%;
      bottom: 16.5%; }
      @media (max-width: 1199px) {
        .e2p-cmp .xb-cta-right .xb-icon .icon--6 {
          left: -11%;
          bottom: 14.5%; } }
      @media (max-width: 991px) {
        .e2p-cmp .xb-cta-right .xb-icon .icon--6 {
          left: 4%; } }
      @media (max-width: 767px) {
        .e2p-cmp .xb-cta-right .xb-icon .icon--6 {
          left: -7%;
          max-width: 125px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .e2p-cmp .xb-cta-right .xb-icon .icon--6 {
          left: -4%;
          bottom: 17.5%;
          max-width: 160px; } }

.e2p-cmp .cta-section {
  z-index: 2;
  position: relative;
  margin-bottom: -241px; }

.e2p-cmp .as-cta-inner .xb-item--inner {
  max-width: 680px;
  padding-top: 95px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .e2p-cmp .as-cta-inner .xb-item--inner {
      padding-top: 200px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .e2p-cmp .as-cta-inner .xb-item--inner {
      padding-top: 175px; } }
  @media (max-width: 1199px) {
    .e2p-cmp .as-cta-inner .xb-item--inner {
      padding-top: 190px; } }
  @media (max-width: 767px) {
    .e2p-cmp .as-cta-inner .xb-item--inner {
      padding-top: 140px; } }
.e2p-cmp .as-cta-inner .xb-item--btn {
  gap: 30px; }
  @media (max-width: 767px) {
    .e2p-cmp .as-cta-inner .xb-item--btn {
      gap: 10px; } }
.e2p-cmp .as-cta-inner .sec-title .title {
  font-weight: 500;
  font-size: 55px;
  letter-spacing: -0.03em;
  background: linear-gradient(158deg, #fff 22.95%, #6101ea 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
  @media (max-width: 767px) {
    .e2p-cmp .as-cta-inner .sec-title .title {
      font-size: 38px; } }
.e2p-cmp .as-cta-inner .sec-title .content {
  margin-top: 20px;
  color: var(--color-white); }

.e2p-cmp .as-cta-wrapper {
  z-index: 1;
  min-height: 712px;
  overflow: hidden; }
  .e2p-cmp .as-cta-wrapper::before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(../img/shape/cta-blur-bg01.png);
    background-repeat: no-repeat; }
    @media (max-width: 767px) {
      .e2p-cmp .as-cta-wrapper::before {
        left: -90px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .e2p-cmp .as-cta-wrapper::before {
        left: 0; } }
  .e2p-cmp .as-cta-wrapper:after {
    position: absolute;
    content: '';
    right: 95px;
    right: 200px;
    top: 15px;
    z-index: -1;
    width: 618px;
    height: 700px;
    background: rgba(41, 3, 93, 0.6);
    filter: blur(300px);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    transform: rotate(33.37deg); }
    @media (max-width: 991px) {
      .e2p-cmp .as-cta-wrapper:after {
        right: -265px; } }
  .e2p-cmp .as-cta-wrapper .blur-bottom-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 195px;
    background: linear-gradient(0deg, #000 18.07%, rgba(0, 0, 0, 0) 100%); }

.e2p-cmp .cta-bg-video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  height: 100%;
  width: 100%; }
  .e2p-cmp .cta-bg-video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center; }

.e2p-cmp .as-sec-shape .shape {
  z-index: 1;
  position: absolute; }
  .e2p-cmp .as-sec-shape .shape--1 {
    left: 0;
    bottom: -40px; }
    @media (max-width: 991px) {
      .e2p-cmp .as-sec-shape .shape--1 {
        bottom: -28px;
        max-width: 110px; } }
    @media (max-width: 767px) {
      .e2p-cmp .as-sec-shape .shape--1 {
        display: none; } }
  .e2p-cmp .as-sec-shape .shape--2 {
    right: 0;
    bottom: -38px; }
    @media (max-width: 991px) {
      .e2p-cmp .as-sec-shape .shape--2 {
        bottom: -28px;
        max-width: 84px; } }
    @media (max-width: 767px) {
      .e2p-cmp .as-sec-shape .shape--2 {
        display: none; } }
  .e2p-cmp .as-sec-shape .shape--3 {
    left: 0;
    bottom: -80px; }
    @media (max-width: 991px) {
      .e2p-cmp .as-sec-shape .shape--3 {
        bottom: -50px;
        max-width: 100px; } }
    @media (max-width: 767px) {
      .e2p-cmp .as-sec-shape .shape--3 {
        bottom: -30px;
        max-width: 60px; } }
  .e2p-cmp .as-sec-shape .shape--4 {
    right: 0;
    bottom: -37px; }
    @media (max-width: 991px) {
      .e2p-cmp .as-sec-shape .shape--4 {
        bottom: -25px;
        max-width: 100px; } }
    @media (max-width: 767px) {
      .e2p-cmp .as-sec-shape .shape--4 {
        bottom: -15px;
        max-width: 60px; } }
  .e2p-cmp .as-sec-shape .shape--5 {
    left: 0;
    top: -80px; }
    @media (max-width: 991px) {
      .e2p-cmp .as-sec-shape .shape--5 {
        top: -50px;
        max-width: 100px; } }
    @media (max-width: 767px) {
      .e2p-cmp .as-sec-shape .shape--5 {
        top: -30px;
        max-width: 60px; } }
  .e2p-cmp .as-sec-shape .shape--6 {
    right: 0;
    top: -37px; }
    @media (max-width: 991px) {
      .e2p-cmp .as-sec-shape .shape--6 {
        top: -27px;
        max-width: 110px; } }
    @media (max-width: 767px) {
      .e2p-cmp .as-sec-shape .shape--6 {
        top: -17px;
        max-width: 70px; } }

.e2p-cmp .xb-stories-left {
  z-index: 1;
  position: relative;
  margin-left: -74px;
  margin-right: -13px;
  padding: 82px 24px 82px 82px; }
  @media (max-width: 991px) {
    .e2p-cmp .xb-stories-left {
      margin: 0 auto;
      max-width: 410px;
      margin-left: 110px;
      padding: 82px 24px 82px 92px; } }
  @media (max-width: 767px) {
    .e2p-cmp .xb-stories-left {
      margin: 0 0 0 -65px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .e2p-cmp .xb-stories-left {
      margin: 0; } }
  .e2p-cmp .xb-stories-left .xb-frame {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%; }
    .e2p-cmp .xb-stories-left .xb-frame img {
      height: 100%; }
    @media (max-width: 1199px) {
      .e2p-cmp .xb-stories-left .xb-frame {
        left: 15px; } }

.e2p-cmp .xb-stories-item-box {
  position: relative; }
  .e2p-cmp .xb-stories-item-box .active-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 1px;
    transition: all 0.5s ease;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    box-shadow: 0 4px 4px 0 #e2dcfe;
    background: linear-gradient(130deg, #6840ff 0%, #c3b3ff 93.45%); }
    .e2p-cmp .xb-stories-item-box .active-bg .bg {
      height: 100%;
      display: block;
      border-radius: inherit;
      background: var(--color-white); }

.e2p-cmp .xb-stories-item-wrap {
  padding: 15px;
  background: #F2EFFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px; }
  @media (max-width: 991px) {
    .e2p-cmp .xb-stories-item-wrap {
      max-width: 313px; } }

.e2p-cmp .xb-stories-item {
  padding: 10px;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2efff;
  border: 1px solid #dfd8ff;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px; }
  .e2p-cmp .xb-stories-item:not(:first-child) {
    margin-top: 15px; }
  .e2p-cmp .xb-stories-item .logo {
    opacity: 0.4;
    z-index: 2;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .e2p-cmp .xb-stories-item.current .logo {
    opacity: 1; }

.e2p-cmp .xb-stories-right {
  position: relative;
  margin-left: 13px;
  margin-right: -73px;
  padding: 82px 82px 82px 54px;
  z-index: 1; }
  @media only screen and (max-width: 1300px) {
    .e2p-cmp .xb-stories-right {
      margin-right: -50px;
      padding: 82px 66px 82px 48px; } }
  @media (max-width: 1199px) {
    .e2p-cmp .xb-stories-right {
      padding: 82px 58px 82px 42px; } }
  @media only screen and (max-width: 1023px) {
    .e2p-cmp .xb-stories-right {
      padding: 82px 54px 82px 41px; } }
  @media (max-width: 991px) {
    .e2p-cmp .xb-stories-right {
      margin-right: -50px;
      margin-left: -36px;
      padding: 82px 57px 82px 43px; } }
  @media (max-width: 767px) {
    .e2p-cmp .xb-stories-right {
      margin-right: -15px;
      margin-left: -10px;
      margin-top: -50px;
      padding: 103px 31px 105px 24px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .e2p-cmp .xb-stories-right {
      margin-right: -35px;
      margin-left: -25px;
      padding: 100px 45px 100px 34px; } }
  .e2p-cmp .xb-stories-right .xb-frame {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%; }
    .e2p-cmp .xb-stories-right .xb-frame img {
      height: 100%; }

.e2p-cmp .xb-stories-content {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 35px 50px 35px 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(135deg, #fff 0%, #ebe6ff 100%); }
  @media only screen and (max-width: 1300px) {
    .e2p-cmp .xb-stories-content {
      padding: 35px 20px 35px 30px; } }
  @media (max-width: 767px) {
    .e2p-cmp .xb-stories-content {
      padding: 35px 20px 35px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .e2p-cmp .xb-stories-content {
      padding: 50px 30px 50px; } }
  .e2p-cmp .xb-stories-content.active {
    opacity: 1; }
  .e2p-cmp .xb-stories-content .xb-item--left {
    width: 288px; }
    @media (max-width: 1199px) {
      .e2p-cmp .xb-stories-content .xb-item--left {
        width: 240px; } }
    @media (max-width: 767px) {
      .e2p-cmp .xb-stories-content .xb-item--left {
        width: 100%; } }
  .e2p-cmp .xb-stories-content .xb-item--right {
    position: relative;
    padding: 5px 0 15px 53px;
    width: calc(100% - 288px); }
    @media (max-width: 1199px) {
      .e2p-cmp .xb-stories-content .xb-item--right {
        padding: 5px 0 15px 30px;
        width: calc(100% - 240px); } }
    @media (max-width: 767px) {
      .e2p-cmp .xb-stories-content .xb-item--right {
        padding: 35px 0 0;
        width: calc(100% - 0px); } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .e2p-cmp .xb-stories-content .xb-item--right {
        padding: 55px 0 0; } }
    .e2p-cmp .xb-stories-content .xb-item--right::before, .e2p-cmp .xb-stories-content .xb-item--right::after {
      position: absolute;
      left: 0;
      content: "";
      top: 0;
      width: 100%;
      height: 100%;
      width: 3px;
      background: linear-gradient(180deg, #f2efff 0%, #dfd8ff 19.02%, #dfd8ff 87.98%, #f3f1ff 100%), rgba(0, 0, 0, 0.2); }
      @media (max-width: 767px) {
        .e2p-cmp .xb-stories-content .xb-item--right::before, .e2p-cmp .xb-stories-content .xb-item--right::after {
          display: none; } }
    .e2p-cmp .xb-stories-content .xb-item--right::after {
      width: 1px;
      left: 1px;
      background: white; }
  .e2p-cmp .xb-stories-content .xb-item--btn a {
    padding: 12.4px 34px; }
  .e2p-cmp .xb-stories-content .xb-item--content {
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 130px;
    letter-spacing: -0.03em;
    color: var(--color-heading);
    font-family: var(--font-heading); }
    @media only screen and (max-width: 1300px) {
      .e2p-cmp .xb-stories-content .xb-item--content {
        margin-bottom: 95px; } }
    @media (max-width: 1199px) {
      .e2p-cmp .xb-stories-content .xb-item--content {
        font-size: 27px; } }
    @media only screen and (max-width: 1023px) {
      .e2p-cmp .xb-stories-content .xb-item--content {
        font-size: 24px;
        line-height: 35px; } }
    @media (max-width: 991px) {
      .e2p-cmp .xb-stories-content .xb-item--content {
        font-size: 23px;
        margin-bottom: 155px; } }
    @media (max-width: 767px) {
      .e2p-cmp .xb-stories-content .xb-item--content {
        font-size: 21px;
        line-height: 32px;
        margin-bottom: 30px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .e2p-cmp .xb-stories-content .xb-item--content {
        font-size: 25px; } }
    .e2p-cmp .xb-stories-content .xb-item--content span {
      font-weight: 700;
      letter-spacing: -0.01em; }
  .e2p-cmp .xb-stories-content .xb-item--name {
    font-size: 18px; }
  .e2p-cmp .xb-stories-content .xb-item--desig {
    letter-spacing: 0;
    line-height: 22px;
    color: rgba(64, 58, 86, 0.6); }
  .e2p-cmp .xb-stories-content .xb-item--author {
    gap: 12px; }
    @media only screen and (max-width: 1023px) {
      .e2p-cmp .xb-stories-content .xb-item--author {
        flex-wrap: nowrap;
        max-width: 200px; } }
    @media (max-width: 991px) {
      .e2p-cmp .xb-stories-content .xb-item--author {
        max-width: 100%; } }
    @media (max-width: 767px) {
      .e2p-cmp .xb-stories-content .xb-item--author {
        max-width: 80%; } }
  .e2p-cmp .xb-stories-content .xb-item--number {
    font-size: 56px;
    color: var(--color-primary); }
    @media (max-width: 1199px) {
      .e2p-cmp .xb-stories-content .xb-item--number {
        font-size: 45px; } }
    @media (max-width: 767px) {
      .e2p-cmp .xb-stories-content .xb-item--number {
        font-size: 38px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .e2p-cmp .xb-stories-content .xb-item--number {
        font-size: 42px; } }
  .e2p-cmp .xb-stories-content .xb-item--text {
    max-width: 193px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em; }
  .e2p-cmp .xb-stories-content .xb-item--item {
    margin-bottom: 170px; }
    @media (max-width: 991px) {
      .e2p-cmp .xb-stories-content .xb-item--item {
        margin-bottom: 183px; } }
    @media (max-width: 767px) {
      .e2p-cmp .xb-stories-content .xb-item--item {
        margin-bottom: 25px; } }

.e2p-cmp .xb-stories-content-box {
  width: 100%;
  min-height: 430px;
  position: relative; }
  @media (max-width: 767px) {
    .e2p-cmp .xb-stories-content-box {
      min-height: 570px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .e2p-cmp .xb-stories-content-box {
      min-height: 535px; } }

.e2p-cmp .as-testimonail-video {
  max-width: 354px;
  overflow: hidden;
  height: 691px;
  position: relative;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px; }
  @media (max-width: 991px) {
    .e2p-cmp .as-testimonail-video {
      max-width: 500px;
      height: 600px;
      margin: 0 auto; } }
  @media (max-width: 767px) {
    .e2p-cmp .as-testimonail-video {
      height: 350px; } }
  .e2p-cmp .as-testimonail-video::before {
    position: absolute;
    content: '';
    inset: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(360deg, #06000d 0%, rgba(6, 0, 13, 0) 75%); }
  .e2p-cmp .as-testimonail-video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 50% center; }
  .e2p-cmp .as-testimonail-video .xb-holder {
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
    z-index: 2;
    text-align: center; }
    .e2p-cmp .as-testimonail-video .xb-holder h2 {
      font-size: 20px;
      color: var(--color-white); }
    .e2p-cmp .as-testimonail-video .xb-holder p {
      font-size: 14px;
      color: var(--color-white); }
      .e2p-cmp .as-testimonail-video .xb-holder p span {
        font-weight: 500; }

.e2p-cmp .as-testimonail-item {
  padding: 35px 30px;
  border: 1px solid #ebdcfe;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: var(--color-white);
  box-shadow: inset 0 0 3px 0 rgba(120, 26, 254, 0.25); }
  .e2p-cmp .as-testimonail-item:not(:last-child) {
    margin-bottom: 20px; }
  .e2p-cmp .as-testimonail-item .xb-item--content {
    line-height: 22px;
    letter-spacing: 0;
    margin: 25px 0 20px; }
    .e2p-cmp .as-testimonail-item .xb-item--content span {
      font-weight: 700;
      color: var(--color-heading);
      font-family: var(--font-heading); }
  .e2p-cmp .as-testimonail-item .xb-item--avatar {
    gap: 10px; }
  .e2p-cmp .as-testimonail-item .xb-item--name {
    font-size: 16px; }
  .e2p-cmp .as-testimonail-item .xb-item--desig {
    font-size: 14px;
    color: #777676; }

.e2p-cmp .as-testimonail-wrap {
  height: 713px;
  position: relative;
  margin-left: -55px; }
  @media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .e2p-cmp .as-testimonail-wrap {
      margin-left: 0; } }
  @media (max-width: 1199px) {
    .e2p-cmp .as-testimonail-wrap {
      margin-left: 0;
      padding-left: 20px; } }
  @media (max-width: 767px) {
    .e2p-cmp .as-testimonail-wrap {
      padding-left: 0; } }

.e2p-cmp .as-testimonail-content {
  gap: 20px;
  display: grid;
  height: 100%;
  overflow: hidden;
  grid-template-columns: repeat(2, 1fr); }
  @media (max-width: 767px) {
    .e2p-cmp .as-testimonail-content {
      grid-template-columns: repeat(1, 1fr); } }
  .e2p-cmp .as-testimonail-content::before, .e2p-cmp .as-testimonail-content::after {
    position: absolute;
    content: '';
    z-index: 1;
    top: 0;
    left: -20px;
    width: 102%;
    height: 349px;
    background: linear-gradient(180deg, #fffefe 0%, rgba(255, 254, 254, 0) 84%); }
    @media only screen and (min-width: 1200px) and (max-width: 1300px) {
      .e2p-cmp .as-testimonail-content::before, .e2p-cmp .as-testimonail-content::after {
        left: 0;
        width: 104%; } }
    @media (max-width: 1199px) {
      .e2p-cmp .as-testimonail-content::before, .e2p-cmp .as-testimonail-content::after {
        left: 0; } }
  .e2p-cmp .as-testimonail-content::after {
    top: auto;
    bottom: -152px;
    height: 372px;
    background: linear-gradient(180deg, rgba(255, 254, 254, 0) 0%, #fffefe 60.58%); }

.e2p-cmp .as-testimonials-inner {
  z-index: 1;
  position: relative; }
  .e2p-cmp .as-testimonials-inner::before {
    position: absolute;
    content: '';
    right: 130px;
    top: 50%;
    width: 1068px;
    height: 468px;
    z-index: -1;
    filter: blur(120px);
    transform: translateY(-50%);
    background: rgba(192, 152, 248, 0.5); }
    @media (max-width: 991px) {
      .e2p-cmp .as-testimonials-inner::before {
        top: 72%;
        right: 0px; } }
    @media (max-width: 767px) {
      .e2p-cmp .as-testimonials-inner::before {
        top: 85%; } }

.e2p-cmp .xb-faq .accordion_box .block {
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: var(--color-white);
  box-shadow: 0 4px 4px 0 rgba(35, 27, 59, 0.04); }
  .e2p-cmp .xb-faq .accordion_box .block:not(:last-child) {
    margin-bottom: 10px; }
  .e2p-cmp .xb-faq .accordion_box .block .acc-btn {
    font-size: 22px;
    font-weight: 700;
    padding: 28px 50px;
    position: relative;
    cursor: pointer;
    letter-spacing: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: var(--color-heading);
    background: var(--color-white);
    font-family: var(--font-heading); }
    @media (max-width: 991px) {
      .e2p-cmp .xb-faq .accordion_box .block .acc-btn {
        padding: 28px 30px; } }
    @media (max-width: 767px) {
      .e2p-cmp .xb-faq .accordion_box .block .acc-btn {
        font-size: 20px;
        padding: 28px 32px 28px 20px; } }
    .e2p-cmp .xb-faq .accordion_box .block .acc-btn .arrow {
      position: absolute;
      top: 22px;
      right: 50px;
      height: 36px;
      width: 36px;
      background: #fff;
      border-radius: 100%;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      border: 1px solid #dfd8ff;
      background: var(--color-white); }
      @media (max-width: 991px) {
        .e2p-cmp .xb-faq .accordion_box .block .acc-btn .arrow {
          right: 30px; } }
      @media (max-width: 767px) {
        .e2p-cmp .xb-faq .accordion_box .block .acc-btn .arrow {
          right: 20px; } }
      .e2p-cmp .xb-faq .accordion_box .block .acc-btn .arrow::before {
        top: 6px;
        left: 10px;
        font-size: 16px;
        content: "\f107";
        font-weight: 400;
        position: absolute;
        color: var(--color-heading);
        font-family: "Font Awesome 6 Pro";
        -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
        -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .e2p-cmp .xb-faq .accordion_box .block .acc_body {
    display: none; }
    .e2p-cmp .xb-faq .accordion_box .block .acc_body.current {
      display: block; }
  .e2p-cmp .xb-faq .accordion_box .block .content {
    padding: 12px 50px 24px; }
    @media (max-width: 991px) {
      .e2p-cmp .xb-faq .accordion_box .block .content {
        padding: 12px 50px 24px 30px; } }
    @media (max-width: 767px) {
      .e2p-cmp .xb-faq .accordion_box .block .content {
        padding: 12px 20px 24px; } }
    .e2p-cmp .xb-faq .accordion_box .block .content p {
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      max-width: 843px;
      color: var(--color-default); }
      .e2p-cmp .xb-faq .accordion_box .block .content p span {
        font-weight: 700;
        color: var(--color-heading); }
  .e2p-cmp .xb-faq .accordion_box .block.active-block .acc-btn {
    background: #140f26;
    color: var(--color-white); }
    .e2p-cmp .xb-faq .accordion_box .block.active-block .acc-btn .arrow::before {
      top: 3px;
      content: "\f107";
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg); }

.e2p-cmp .faq-top-content {
  font-size: 18px;
  color: #554f4f; }
  .e2p-cmp .faq-top-content a {
    text-decoration: underline;
    color: var(--color-primary);
    text-decoration-skip-ink: none; }

.e2p-cmp .xb-desk-faq {
  margin-left: 45px; }
  @media (max-width: 1199px) {
    .e2p-cmp .xb-desk-faq {
      margin-left: 0; } }
  .e2p-cmp .xb-desk-faq .accordion_box .block {
    box-shadow: none; }
    .e2p-cmp .xb-desk-faq .accordion_box .block .acc-btn {
      font-size: 20px;
      padding: 28px 30px;
      background: #EAF4EA;
      border-radius: 15px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      -ms-border-radius: 15px;
      -o-border-radius: 15px; }
      @media (max-width: 767px) {
        .e2p-cmp .xb-desk-faq .accordion_box .block .acc-btn {
          padding: 28px 50px 28px 20px; } }
    .e2p-cmp .xb-desk-faq .accordion_box .block .content {
      padding: 12px 66px 24px 30px; }
      @media (max-width: 767px) {
        .e2p-cmp .xb-desk-faq .accordion_box .block .content {
          padding: 12px 20px 24px 20px; } }
      .e2p-cmp .xb-desk-faq .accordion_box .block .content p {
        color: #3f6c6b; }
    .e2p-cmp .xb-desk-faq .accordion_box .block.active-block .acc-btn {
      background: #EAF4EA;
      color: var(--color-heading); }

.e2p-cmp .xb-faq-left .xb-content {
  color: #3f6c6b;
  max-width: 400px;
  margin: 18px 0 55px; }

@media (max-width: 991px) {
  .e2p-cmp .xb-faq-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center; } }

@media (max-width: 991px) {
  .e2p-cmp .xb-faq-wrapper {
    padding-bottom: 120px; } }

.e2p-cmp .fs-faq .accordion_box .block {
  padding: 0 25px 0 30px;
  background: var(--color-white);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 1px solid var(--color-border); }
  @media only screen and (max-width: 1023px) {
    .e2p-cmp .fs-faq .accordion_box .block {
      padding: 0 22px; } }
  @media (max-width: 767px) {
    .e2p-cmp .fs-faq .accordion_box .block {
      padding: 0 15px; } }
  .e2p-cmp .fs-faq .accordion_box .block:not(:last-child) {
    margin-bottom: 20px; }
  .e2p-cmp .fs-faq .accordion_box .block .acc-btn {
    padding: 20px 0 18px;
    background: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0; }
    @media (max-width: 767px) {
      .e2p-cmp .fs-faq .accordion_box .block .acc-btn {
        padding: 20px 10px 18px 0; } }
    .e2p-cmp .fs-faq .accordion_box .block .acc-btn .arrow {
      height: 0;
      width: 0;
      right: 25px;
      top: 18px; }
      .e2p-cmp .fs-faq .accordion_box .block .acc-btn .arrow::before {
        top: 0;
        content: "\2b"; }
  .e2p-cmp .fs-faq .accordion_box .block .content {
    padding: 12px 66px 24px 0;
    border-top: 1px solid var(--color-border); }
    @media (max-width: 767px) {
      .e2p-cmp .fs-faq .accordion_box .block .content {
        padding: 12px 0 24px; } }
    .e2p-cmp .fs-faq .accordion_box .block .content p {
      line-height: 25px;
      color: var(--color-default); }
  .e2p-cmp .fs-faq .accordion_box .block.active-block {
    border: 1px solid transparent;
    box-shadow: 0 44px 18px -4px rgba(13, 23, 56, 0.04), 0 26px 10px -4px rgba(13, 23, 56, 0.06), 0 16px 6px -3px rgba(13, 23, 56, 0.07), 0 10px 4px -3px rgba(13, 23, 56, 0.08), 0 6px 2px -2px rgba(13, 23, 56, 0.08), 0 3px 1px -1px rgba(13, 23, 56, 0.09), 0 1px 1px -1px rgba(13, 23, 56, 0.09), 0 0 0 1px #e9e5ff, inset 0 1px 1px 1px rgba(255, 255, 255, 0.3); }
    .e2p-cmp .fs-faq .accordion_box .block.active-block .acc-btn {
      background: transparent;
      color: var(--color-heading); }
      .e2p-cmp .fs-faq .accordion_box .block.active-block .acc-btn .arrow::before {
        content: "\f068"; }

.e2p-cmp .fs-faq-image {
  margin-top: 85px;
  position: relative; }
  .e2p-cmp .fs-faq-image .img {
    position: absolute;
    left: 0;
    top: 0; }
    @media only screen and (min-width: 992px) and (max-width: 1023px) {
      .e2p-cmp .fs-faq-image .img {
        left: -30px; } }
    @media (max-width: 991px) {
      .e2p-cmp .fs-faq-image .img {
        left: 80px; } }
    @media (max-width: 767px) {
      .e2p-cmp .fs-faq-image .img {
        left: 0; } }

.e2p-cmp .as-faq {
  margin-right: 45px; }
  @media (max-width: 1199px) {
    .e2p-cmp .as-faq {
      margin-right: 30px; } }
  @media (max-width: 991px) {
    .e2p-cmp .as-faq {
      margin-right: 0; } }
  .e2p-cmp .as-faq .accordion_box .block {
    box-shadow: none;
    background: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-top: 1px solid #ebdcfe; }
    .e2p-cmp .as-faq .accordion_box .block:not(:last-child) {
      margin-bottom: 0; }
    .e2p-cmp .as-faq .accordion_box .block .acc-btn {
      font-size: 18px;
      padding: 22px 10px;
      background: transparent; }
      @media (max-width: 767px) {
        .e2p-cmp .as-faq .accordion_box .block .acc-btn {
          padding: 22px 40px 22px 10px; } }
      .e2p-cmp .as-faq .accordion_box .block .acc-btn .arrow {
        height: 30px;
        width: 30px;
        right: 15px;
        top: 21px;
        border: 1px solid #ede0fc; }
        @media (max-width: 767px) {
          .e2p-cmp .as-faq .accordion_box .block .acc-btn .arrow {
            right: 10px; } }
        .e2p-cmp .as-faq .accordion_box .block .acc-btn .arrow::before {
          left: 7px;
          top: 3px;
          color: #777676; }
    .e2p-cmp .as-faq .accordion_box .block .content {
      padding: 0px 66px 24px 10px; }
      @media (max-width: 767px) {
        .e2p-cmp .as-faq .accordion_box .block .content {
          padding: 0px 40px 24px 10px; } }
      .e2p-cmp .as-faq .accordion_box .block .content p {
        line-height: 24px;
        max-width: 543px; }
    .e2p-cmp .as-faq .accordion_box .block.active-block .acc-btn {
      padding: 22px 10px 8px;
      background: transparent;
      color: var(--color-heading); }
      @media only screen and (max-width: 1023px) {
        .e2p-cmp .as-faq .accordion_box .block.active-block .acc-btn {
          padding: 22px 50px 8px 10px; } }
      .e2p-cmp .as-faq .accordion_box .block.active-block .acc-btn .arrow {
        background: #ede0fc; }
        .e2p-cmp .as-faq .accordion_box .block.active-block .acc-btn .arrow::before {
          top: 0px;
          color: var(--color-heading); }

.e2p-cmp .as-faq-contact .xb-item--inner {
  position: relative;
  text-align: center;
  padding: 50px 90px;
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border: 1px solid #ebdcfe;
  background: rgba(255, 254, 254, 0.7); }
  @media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .e2p-cmp .as-faq-contact .xb-item--inner {
      padding: 50px 60px; } }
  @media (max-width: 1199px) {
    .e2p-cmp .as-faq-contact .xb-item--inner {
      padding: 50px 25px; } }
  @media only screen and (max-width: 1023px) {
    .e2p-cmp .as-faq-contact .xb-item--inner {
      padding: 50px 22px; } }
  @media (max-width: 991px) {
    .e2p-cmp .as-faq-contact .xb-item--inner {
      padding: 50px 130px; } }
  @media (max-width: 767px) {
    .e2p-cmp .as-faq-contact .xb-item--inner {
      padding: 40px 10px; } }
.e2p-cmp .as-faq-contact .xb-item--logo {
  width: 80px;
  height: 80px;
  padding: 5px;
  margin: 0 auto;
  background: var(--color-white);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px; }
  .e2p-cmp .as-faq-contact .xb-item--logo span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-radius: inherit;
    border: 1px solid #dbdbdb; }
    .e2p-cmp .as-faq-contact .xb-item--logo span::before {
      position: absolute;
      content: '';
      inset: 5px;
      border-radius: inherit;
      border: 1px solid rgba(237, 237, 237, 0.5); }
    .e2p-cmp .as-faq-contact .xb-item--logo span img {
      max-width: 38px; }
.e2p-cmp .as-faq-contact .xb-item--title {
  font-size: 26px;
  font-weight: 500;
  line-height: 33px;
  margin: 5px 0 45px;
  background: linear-gradient(157deg, #000 22.95%, #6101ea 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
  @media (max-width: 767px) {
    .e2p-cmp .as-faq-contact .xb-item--title {
      font-size: 24px; } }
.e2p-cmp .as-faq-contact .xb-item--mail {
  font-size: 14px;
  margin-top: 10px;
  color: rgba(34, 0, 83, 0.5); }
  .e2p-cmp .as-faq-contact .xb-item--mail a {
    font-weight: 500;
    color: var(--color-heading); }
.e2p-cmp .as-faq-contact .xb-item--cursor {
  position: absolute;
  bottom: 40px;
  right: 50px; }
  @media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .e2p-cmp .as-faq-contact .xb-item--cursor {
      right: 5px; } }
  @media (max-width: 1199px) {
    .e2p-cmp .as-faq-contact .xb-item--cursor {
      right: -20px; } }
  @media (max-width: 991px) {
    .e2p-cmp .as-faq-contact .xb-item--cursor {
      right: 125px; } }
  @media (max-width: 767px) {
    .e2p-cmp .as-faq-contact .xb-item--cursor {
      right: -35px;
      bottom: 15px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .e2p-cmp .as-faq-contact .xb-item--cursor {
      right: 47px;
      bottom: 20px; } }

.e2p-cmp .as-faq-wrapper {
  margin: 0 -10px;
  padding-left: 10px;
  padding-right: 10px;
  background: linear-gradient(359deg, #f5effd 0%, #fffefe 100%); }
  @media (max-width: 767px) {
    .e2p-cmp .as-faq-wrapper {
      margin: 0; } }

.e2p-cmp .xb-contact-form {
  padding: 50px 40px 40px;
  background: #0d1738;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px; }
  @media (max-width: 767px) {
    .e2p-cmp .xb-contact-form {
      padding: 40px 25px 50px; } }
  .e2p-cmp .xb-contact-form .form-heading .title {
    font-size: 38px;
    margin-bottom: 13px;
    color: var(--color-white); }
    @media (max-width: 767px) {
      .e2p-cmp .xb-contact-form .form-heading .title {
        font-size: 30px; } }
  .e2p-cmp .xb-contact-form .form-heading .sub-title {
    font-size: 14px;
    color: var(--color-white); }

.e2p-cmp .xb-details-form {
  padding: 50px 70px 60px; }
  @media (max-width: 767px) {
    .e2p-cmp .xb-details-form {
      padding: 40px 25px 50px; } }
  .e2p-cmp .xb-details-form .form-heading .title {
    margin-bottom: 10px; }

.e2p-cmp .xb-contact-input-form label {
  font-size: 20px;
  margin-bottom: 14px;
  letter-spacing: -0.01em;
  color: var(--color-white); }
.e2p-cmp .xb-contact-input-form .xb-input-field input, .e2p-cmp .xb-contact-input-form .xb-input-field textarea {
  height: 60px;
  color: var(--color-white);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: rgba(61, 69, 96, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2); }
  .e2p-cmp .xb-contact-input-form .xb-input-field input:focus, .e2p-cmp .xb-contact-input-form .xb-input-field textarea:focus {
    border: 1px solid var(--color-white); }
.e2p-cmp .xb-contact-input-form .xb-massage-field textarea {
  height: 150px; }
.e2p-cmp .xb-contact-input-form .xb-upload-file {
  position: relative; }
  .e2p-cmp .xb-contact-input-form .xb-upload-file input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
    height: 100% !important;
    width: 100% !important; }
  .e2p-cmp .xb-contact-input-form .xb-upload-file .xb-input-file {
    font-size: 20px;
    font-weight: 600;
    display: inline-flex;
    gap: 10px;
    padding: 17px 30px;
    color: var(--color-white);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: rgba(255, 255, 255, 0.2); }
    @media (max-width: 767px) {
      .e2p-cmp .xb-contact-input-form .xb-upload-file .xb-input-file {
        padding: 17px 15px; } }
  .e2p-cmp .xb-contact-input-form .xb-upload-file .file-type {
    font-weight: 500;
    font-size: 14px;
    margin-top: 15px;
    color: rgba(255, 255, 255, 0.6); }
    .e2p-cmp .xb-contact-input-form .xb-upload-file .file-type span {
      color: var(--color-white); }

@media (max-width: 767px) {
  .e2p-cmp .xb-bottom-content {
    gap: 30px; } }

.e2p-cmp .xb-contact-content {
  background: #f6f5fd;
  padding: 45px 30px 45px 50px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px; }
  @media (max-width: 1199px) {
    .e2p-cmp .xb-contact-content {
      padding: 45px 20px 45px; } }
  .e2p-cmp .xb-contact-content .xb-item--title {
    font-weight: 500;
    font-size: 38px;
    line-height: 43px;
    max-width: 441px;
    margin-bottom: 100px;
    letter-spacing: -0.01em; }
    @media (max-width: 1199px) {
      .e2p-cmp .xb-contact-content .xb-item--title {
        font-size: 36px;
        margin-bottom: 45px; } }
    @media only screen and (max-width: 1023px) {
      .e2p-cmp .xb-contact-content .xb-item--title {
        font-size: 36px; } }
    @media (max-width: 767px) {
      .e2p-cmp .xb-contact-content .xb-item--title {
        font-size: 34px; } }
  .e2p-cmp .xb-contact-content .xb-item--contact_methor li {
    font-size: 20px;
    line-height: 30px; }
    .e2p-cmp .xb-contact-content .xb-item--contact_methor li:not(:last-child) {
      margin-bottom: 7px; }
    .e2p-cmp .xb-contact-content .xb-item--contact_methor li a {
      color: currentColor; }
  .e2p-cmp .xb-contact-content .xb-item--text {
    font-weight: 700;
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 17px !important;
    font-family: var(--font-heading); }
  .e2p-cmp .xb-contact-content .xb-item--holder {
    display: grid;
    align-items: start;
    grid-template-columns: repeat(2, 1fr); }
    @media (max-width: 767px) {
      .e2p-cmp .xb-contact-content .xb-item--holder {
        gap: 25px;
        grid-template-columns: repeat(1, 1fr); } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .e2p-cmp .xb-contact-content .xb-item--holder {
        grid-template-columns: repeat(2, 1fr); } }
    .e2p-cmp .xb-contact-content .xb-item--holder:not(:last-child) {
      margin-bottom: 50px; }
      @media (max-width: 767px) {
        .e2p-cmp .xb-contact-content .xb-item--holder:not(:last-child) {
          margin-bottom: 25px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .e2p-cmp .xb-contact-content .xb-item--holder:not(:last-child) {
          margin-bottom: 50px; } }
  .e2p-cmp .xb-contact-content .xb-item--social {
    gap: 20px; }
    .e2p-cmp .xb-contact-content .xb-item--social li {
      font-size: 22px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      color: rgba(13, 23, 56, 0.5); }
      .e2p-cmp .xb-contact-content .xb-item--social li:hover {
        color: #0d1738; }
      .e2p-cmp .xb-contact-content .xb-item--social li a {
        color: currentColor; }
  .e2p-cmp .xb-contact-content .xb-item--botom_text {
    margin-top: 70px;
    font-style: italic;
    color: rgba(13, 23, 56, 0.5); }

.e2p-cmp .xb-main-contact-form {
  padding: 40px 30px 50px; }
  .e2p-cmp .xb-main-contact-form .form-check {
    margin: 30px 0 50px; }
  .e2p-cmp .xb-main-contact-form .xb-upload-file {
    height: 60px;
    display: flex;
    padding: 0 20px;
    align-items: center;
    position: relative;
    overflow: hidden;
    color: var(--color-white);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background: rgba(61, 69, 96, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2); }
    .e2p-cmp .xb-main-contact-form .xb-upload-file input {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      height: 100% !important;
      width: 100% !important; }
    .e2p-cmp .xb-main-contact-form .xb-upload-file .xb-input-file {
      cursor: pointer;
      padding: 0 9px 2px;
      background: transparent;
      border-radius: 20px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
      border: 1px solid rgba(255, 255, 255, 0.2); }
      .e2p-cmp .xb-main-contact-form .xb-upload-file .xb-input-file p {
        font-size: 16px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.5); }
  .e2p-cmp .xb-main-contact-form .xb-select-field .nice-select {
    margin: 0;
    padding: 0 20px;
    background-color: transparent;
    color: rgba(255, 255, 255, 0.5);
    background: rgba(61, 69, 96, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2); }
    .e2p-cmp .xb-main-contact-form .xb-select-field .nice-select .list .option {
      color: var(--color-heading); }
    .e2p-cmp .xb-main-contact-form .xb-select-field .nice-select::after {
      border-bottom: 1.9px solid #FFF;
      border-right: 1.9px solid #FFF; }
  .e2p-cmp .xb-main-contact-form .xb-massage-field textarea {
    height: 120px;
    padding: 14px 20px; }

.e2p-cmp .google-map {
  width: 100%;
  height: 500px;
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px; }
  @media (max-width: 767px) {
    .e2p-cmp .google-map {
      height: 300px;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .e2p-cmp .google-map {
      height: 400px; } }
  .e2p-cmp .google-map iframe {
    width: 100%;
    height: 100%; }

.e2p-cmp .contact-section {
  padding-top: 80px; }

.e2p-cmp .sidebar {
  position: sticky;
  top: 50px;
  margin-left: 90px; }
  @media (max-width: 1199px) {
    .e2p-cmp .sidebar {
      margin-left: 40px; } }
  @media (max-width: 991px) {
    .e2p-cmp .sidebar {
      margin-left: 0; } }
  .e2p-cmp .sidebar .sidebar_widget:not(:last-child) {
    margin-bottom: 66px; }

.e2p-cmp .sidebar_widget_title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--color-heading); }

.e2p-cmp .form-group {
  position: relative; }
  .e2p-cmp .form-group .form-control {
    height: 60px;
    border-radius: 0;
    padding-right: 70px;
    border: 1px solid #d1d1d3;
    background: var(--color-white); }
    .e2p-cmp .form-group .form-control:focus {
      box-shadow: none;
      border: 1px solid var(--color-primary); }
  .e2p-cmp .form-group .search_icon {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(259deg, #8348ff 0%, #402c71 100%); }

.e2p-cmp .recent_post_block .recent_post_item {
  padding: 22px 30px 25px;
  border: 1px solid #d1d1d3;
  background: var(--color-white); }
  .e2p-cmp .recent_post_block .recent_post_item:not(:last-child) {
    margin-bottom: 30px; }
  .e2p-cmp .recent_post_block .recent_post_item .post-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 5px;
    letter-spacing: 0;
    color: var(--color-secondary); }
    .e2p-cmp .recent_post_block .recent_post_item .post-title a {
      color: currentColor; }
  .e2p-cmp .recent_post_block .recent_post_item span {
    font-weight: 500; }
    .e2p-cmp .recent_post_block .recent_post_item span img {
      margin-right: 8px; }

.e2p-cmp .category_list_block li {
  border-bottom: 1px solid #e7e8ec; }
.e2p-cmp .category_list_block a {
  display: flex;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 500;
  align-items: center;
  justify-content: space-between; }
  .e2p-cmp .category_list_block a span {
    gap: 10px;
    font-weight: 500;
    align-items: center;
    display: inline-flex;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: var(--color-default); }
    .e2p-cmp .category_list_block a span:first-child {
      transform: translateX(-24px); }
      .e2p-cmp .category_list_block a span:first-child i {
        opacity: 0;
        color: inherit;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        transform: rotate(-45deg); }
  .e2p-cmp .category_list_block a:hover span {
    color: var(--color-primary); }
    .e2p-cmp .category_list_block a:hover span:first-child {
      transform: translateX(0px); }
      .e2p-cmp .category_list_block a:hover span:first-child i {
        opacity: 1; }

.e2p-cmp .tags_block li {
  margin-right: 5px;
  margin-bottom: 10px;
  display: inline-block; }
  .e2p-cmp .tags_block li a {
    font-size: 14px;
    font-weight: 400;
    padding: 5.5px 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: var(--color-default);
    border: 1px solid #d1d1d3;
    background: var(--color-white); }
  .e2p-cmp .tags_block li:hover a {
    color: var(--color-white);
    background: var(--color-primary);
    border: 1px solid var(--color-primary); }

.e2p-cmp .sidebar .widget_price_filter {
  margin-bottom: 42px !important; }
  .e2p-cmp .sidebar .widget_price_filter .filter-price {
    position: relative; }
    .e2p-cmp .sidebar .widget_price_filter .filter-price p {
      font-size: 18px;
      font-weight: 500;
      display: inline-block;
      color: var(--color-default); }
    .e2p-cmp .sidebar .widget_price_filter .filter-price input {
      border: 0;
      padding: 0;
      width: auto;
      position: absolute;
      display: inline-block; }
      .e2p-cmp .sidebar .widget_price_filter .filter-price input:focus {
        border: 0;
        outline: none; }
    .e2p-cmp .sidebar .widget_price_filter .filter-price #amount {
      width: 100px;
      height: auto;
      -webkit-box-shadow: none;
      box-shadow: none;
      background: transparent;
      margin: 0;
      -webkit-transform: translateY(1px);
      transform: translateY(1px);
      padding-left: 5px;
      color: var(--color-default); }
    .e2p-cmp .sidebar .widget_price_filter .filter-price #slider-range {
      height: 3px;
      border: 0;
      margin: 30px 0;
      border-radius: 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px;
      background: rgba(210, 41, 47, 0.2); }
    .e2p-cmp .sidebar .widget_price_filter .filter-price button {
      font-size: 12px;
      font-weight: 400;
      padding: 2px 17px;
      margin-left: 109px;
      color: var(--color-white);
      text-transform: uppercase;
      border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      background: var(--color-primary);
      font-family: var(--font-heading); }

.e2p-cmp .sidebar .widget_price_filter .ui-state-default, .e2p-cmp .sidebar .widget_price_filter .ui-widget-content .ui-state-default, .e2p-cmp .sidebar .widget_price_filter .ui-widget-header .ui-state-default {
  width: 15px;
  height: 15px;
  margin: 0;
  top: -6px;
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background: var(--color-primary); }

.e2p-cmp .sidebar .widget_price_filter .ui-state-default:focus, .e2p-cmp .sidebar .widget_price_filter .ui-widget-content .ui-state-default:focus, .e2p-cmp .sidebar .widget_price_filter .ui-widget-header .ui-state-default:focus {
  outline: none; }

.e2p-cmp .sidebar .widget_price_filter #slider-range .ui-slider-range {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background: var(--color-primary); }

/*----------------------------------------*/
/*  27. sidebar start
/*----------------------------------------*/
.e2p-cmp .offcanvas-sidebar.active {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
  .e2p-cmp .offcanvas-sidebar.active .sidebar-menu-close {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

@media (max-width: 1199px) {
  .e2p-cmp .sidebar-logo {
    margin-bottom: 50px; } }

.e2p-cmp .sidebar-menu-close {
  position: absolute;
  top: 30px;
  right: 30px;
  text-align: center;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  opacity: 0;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-transform: translateX(60px);
  -ms-transform: translateX(60px);
  transform: translateX(60px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 5px 15px 0 rgba(83, 108, 132, 0.11); }
  @media (max-width: 1199px) {
    .e2p-cmp .sidebar-menu-close {
      top: 15px;
      right: 15px;
      height: 50px;
      width: 50px; } }
  .e2p-cmp .sidebar-menu-close .xb-close {
    width: 40px;
    height: 40px;
    background: transparent; }

.e2p-cmp .offcanvas-sidebar .xb-close::before, .e2p-cmp .offcanvas-sidebar .xb-close::after {
  background-color: var(--color-white); }

.e2p-cmp .sidebar_brand {
  margin-top: 85px; }
  @media (max-width: 1199px) {
    .e2p-cmp .sidebar_brand {
      margin-top: 40px; } }
  .e2p-cmp .sidebar_brand .xb-content {
    color: var(--color-white); }
  .e2p-cmp .sidebar_brand .xb-logo-list {
    gap: 24px;
    margin-top: 18px; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .e2p-cmp .sidebar_brand .xb-logo-list {
        gap: 12px; } }
    @media (max-width: 1199px) {
      .e2p-cmp .sidebar_brand .xb-logo-list {
        gap: 12px; } }
    @media (max-width: 1199px) {
      .e2p-cmp .sidebar_brand .xb-logo-list li a img {
        max-width: 120px; } }

.e2p-cmp .sidebar-item-middle {
  margin-right: -13px; }
  @media (max-width: 1199px) {
    .e2p-cmp .sidebar-item-middle {
      margin-right: 0; } }
  @media (max-width: 1199px) {
    .e2p-cmp .sidebar-item-middle .img img {
      max-width: 320px; } }

.e2p-cmp .sidebar-item-right {
  padding-left: 101px; }
  @media (max-width: 1199px) {
    .e2p-cmp .sidebar-item-right {
      padding-left: 35px; } }

.e2p-cmp .offcanvas-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  z-index: 1020;
  padding: 0 193px 0 160px;
  transition: 0.8s cubic-bezier(0.5, 0.5, 0, 1);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  background: linear-gradient(183deg, #01040c 0%, #34275a 100%); }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .e2p-cmp .offcanvas-sidebar {
      padding: 0 30px; } }
  @media (max-width: 1199px) {
    .e2p-cmp .offcanvas-sidebar {
      padding: 0 15px; } }

.e2p-cmp .offcanvas-sidebar.active {
  top: 0%; }

.e2p-cmp .sidebar-title {
  font-weight: 700;
  font-size: 45px;
  line-height: 122%;
  max-width: 600px;
  letter-spacing: -0.03em;
  color: var(--color-white); }
  @media (max-width: 1199px) {
    .e2p-cmp .sidebar-title {
      font-size: 26px; } }

.e2p-cmp .dm-hero_content {
  padding-top: 40px !important; }

.e2p-cmp .sidebar-heading {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 25px;
  display: inline-block;
  letter-spacing: 0.12em;
  color: var(--color-white);
  text-transform: uppercase; }

.e2p-cmp .sidebar-info-list li {
  display: flex;
  font-size: 24px;
  font-weight: 700;
  align-items: center;
  letter-spacing: -0.03em;
  color: var(--color-white); }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .e2p-cmp .sidebar-info-list li {
      font-size: 22px; } }
  @media (max-width: 1199px) {
    .e2p-cmp .sidebar-info-list li {
      font-size: 19px; } }
  .e2p-cmp .sidebar-info-list li span {
    margin-right: 15px;
    display: inline-flex; }
  .e2p-cmp .sidebar-info-list li:not(:last-child) {
    margin-bottom: 25px; }
    @media (max-width: 1199px) {
      .e2p-cmp .sidebar-info-list li:not(:last-child) {
        margin-bottom: 15px; } }
  .e2p-cmp .sidebar-info-list li a {
    color: currentColor; }

.e2p-cmp .sidebar-newsletter .sidebar-heading {
  color: #90939b; }

.e2p-cmp .sidebar-newsletter-from {
  max-width: 409px;
  position: relative; }
  .e2p-cmp .sidebar-newsletter-from input {
    height: 60px;
    font-size: 14px;
    color: var(--color-black);
    padding: 18px 65px 18px 18px;
    background-color: var(--color-white); }
    .e2p-cmp .sidebar-newsletter-from input::placeholder {
      color: var(--color-black); }
  .e2p-cmp .sidebar-newsletter-from button {
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    position: absolute;
    color: var(--color-white);
    background: linear-gradient(259deg, #8348ff 0%, #402c71 100%); }

.e2p-cmp .sidebar-social-list {
  gap: 12px;
  margin-top: 78px; }
  .e2p-cmp .sidebar-social-list li:not(:last-child) {
    padding-right: 12px;
    border-right: 1px solid #52525c; }
  .e2p-cmp .sidebar-social-list li a {
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: var(--color-white);
    font-family: var(--font-heading); }
    .e2p-cmp .sidebar-social-list li a:hover {
      color: var(--color-primary); }

/*----------------------------------------*/
/*  27. sidebar end
/*----------------------------------------*/
/*----------------------------------------*/
/*  03. globel
/*----------------------------------------*/
@media (min-width: 1024px) {
  .e2p-cmp .container, .e2p-cmp .container-lg, .e2p-cmp .container-md, .e2p-cmp .container-sm, .e2p-cmp .container-xl {
    max-width: 1320px;
    padding-left: 15px;
    padding-right: 15px; } }
@media (max-width: 991px) {
  .e2p-cmp .container.px-60 {
    padding-left: 15px;
    padding-right: 15px; } }

.e2p-cmp .task-management {
  background-color: #f2efff; }

.e2p-cmp .automation-saas {
  letter-spacing: -0.02em; }
  .e2p-cmp .automation-saas .container {
    max-width: 1390px;
    padding-left: 25px;
    padding-right: 25px; }

.e2p-cmp .body-container {
  padding: 0 64px;
  position: relative;
  border-left: 1px solid var(--color-border);
  border-right: 1px solid var(--color-border); }
  @media (max-width: 1199px) {
    .e2p-cmp .body-container {
      padding: 0 30px; } }
  @media (max-width: 767px) {
    .e2p-cmp .body-container {
      padding: 0 10px; } }
  .e2p-cmp .body-container .xb-line-pattern img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 64px;
    mix-blend-mode: exclusion; }
    @media (max-width: 1199px) {
      .e2p-cmp .body-container .xb-line-pattern img {
        width: 30px; } }
    @media (max-width: 767px) {
      .e2p-cmp .body-container .xb-line-pattern img {
        width: 10px; } }
    .e2p-cmp .body-container .xb-line-pattern img:nth-child(2) {
      left: auto;
      right: 0; }

.e2p-cmp .body-inner {
  border-left: 1px solid var(--color-border);
  border-right: 1px solid var(--color-border); }

.e2p-cmp .as-body-inner {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative; }
  .e2p-cmp .as-body-inner .as-site-line .line {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    height: 100%;
    width: 15px;
    background: var(--color-white); }
    .e2p-cmp .as-body-inner .as-site-line .line img {
      height: 100%;
      width: 100%; }
    .e2p-cmp .as-body-inner .as-site-line .line--2 {
      left: auto;
      right: 0; }

.e2p-cmp .sec-line-shape {
  position: absolute;
  width: 100%;
  left: 15px;
  top: 0;
  display: inline-flex; }
  @media (max-width: 1199px) {
    .e2p-cmp .sec-line-shape {
      min-height: 15px; } }
  .e2p-cmp .sec-line-shape.bottom-line {
    top: auto;
    bottom: 0; }

.e2p-cmp .xb-section-shape .shape {
  z-index: -1;
  overflow: hidden;
  position: absolute; }
  .e2p-cmp .xb-section-shape .shape--1 {
    top: 0;
    left: 0; }
    @media (max-width: 991px) {
      .e2p-cmp .xb-section-shape .shape--1 {
        max-width: 110px; } }
  .e2p-cmp .xb-section-shape .shape--2 {
    top: 0;
    right: 0; }
    @media (max-width: 991px) {
      .e2p-cmp .xb-section-shape .shape--2 {
        max-width: 110px; } }
  .e2p-cmp .xb-section-shape .shape--3 {
    bottom: 0;
    left: 0; }
    @media (max-width: 991px) {
      .e2p-cmp .xb-section-shape .shape--3 {
        max-width: 140px; } }
  .e2p-cmp .xb-section-shape .shape--4 {
    right: 0;
    bottom: 0; }
    @media (max-width: 991px) {
      .e2p-cmp .xb-section-shape .shape--4 {
        max-width: 140px; } }

.e2p-cmp .border-btm {
  border-bottom: 1px solid var(--color-border); }

.e2p-cmp .g-10 {
  padding: 0 5px; }
  .e2p-cmp .g-10 > * {
    padding-left: 5px;
    padding-right: 5px; }

.e2p-cmp .g-12 {
  padding: 0 6px; }
  .e2p-cmp .g-12 > * {
    padding-left: 6px;
    padding-right: 6px; }

.e2p-cmp .g-20 {
  padding: 0 10px; }
  .e2p-cmp .g-20 > * {
    padding-left: 10px;
    padding-right: 10px; }

.e2p-cmp .o-hidden {
  overflow: hidden; }

.e2p-cmp .o-clip {
  overflow: clip; }

.e2p-cmp .mxw-1330 {
  max-width: 1328px;
  padding-left: 0;
  padding-right: 0; }

.e2p-cmp .mxw-1339 {
  max-width: 1339px; }

.e2p-cmp .mxw-1460 {
  max-width: 1460px; }

.e2p-cmp .gap-10 {
  gap: 10px; }

@media (max-width: 767px) {
  .e2p-cmp .pt-xs-125 {
    padding-top: 125px; } }

@media (max-width: 767px) {
  .e2p-cmp .pt-xs-100 {
    padding-top: 100px; } }

@media (max-width: 767px) {
  .e2p-cmp .pt-xs-50 {
    padding-top: 50px; } }

@media (max-width: 767px) {
  .e2p-cmp .pb-xs-100 {
    padding-bottom: 100px; } }

@media (max-width: 767px) {
  .e2p-cmp .pb-xs-130 {
    padding-bottom: 130px; } }

.e2p-cmp .plr-20 {
  padding-left: 20px;
  padding-right: 20px; }
  @media (max-width: 767px) {
    .e2p-cmp .plr-20 {
      padding-left: 10px;
      padding-right: 10px; } }

.e2p-cmp .mlr-50 {
  margin-left: 50px;
  margin-right: 50px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .e2p-cmp .mlr-50 {
      margin-right: 39px;
      margin-left: 39px; } }
  @media only screen and (max-width: 1300px) {
    .e2p-cmp .mlr-50 {
      margin-right: 15px;
      margin-left: 15px; } }
  @media (max-width: 991px) {
    .e2p-cmp .mlr-50 {
      margin-left: 0;
      margin-right: 0; } }

.e2p-cmp .radius-50 {
  overflow: hidden;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px; }

.e2p-cmp .linear_bg {
  background: linear-gradient(356deg, #f2efff 0%, #fff 100%); }

.e2p-cmp .linear_bg02 {
  background: linear-gradient(181deg, #f3fff3 0%, #fff 100%); }

.e2p-cmp .bg_white {
  background: var(--color-white) !important; }

.e2p-cmp .xb-bg-video {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -2; }
  .e2p-cmp .xb-bg-video video {
    height: 100%;
    width: 100%;
    object-fit: cover; }

.e2p-cmp .hover-effect-img {
  position: relative;
  overflow: hidden; }
  .e2p-cmp .hover-effect-img img {
    -webkit-transition: all .5s ease;
    -khtml-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    transform: scale(1); }
  .e2p-cmp .hover-effect-img:hover img {
    -webkit-transform: scale(1.07, 1.07) translatex(-11px);
    transform: scale(1.07, 1.07) translatex(-11px); }

.e2p-cmp .arrow_hover_effect .xb-arrow {
  height: 30px;
  width: 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .e2p-cmp .arrow_hover_effect .xb-arrow svg {
    position: absolute;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .e2p-cmp .arrow_hover_effect .xb-arrow svg:nth-child(1) {
      transform: translate(0); }
    .e2p-cmp .arrow_hover_effect .xb-arrow svg:nth-child(2) {
      transform: translate(-30px, 30px); }
.e2p-cmp .arrow_hover_effect:hover .xb-arrow svg:nth-child(1) {
  transform: translate(30px, -30px); }
.e2p-cmp .arrow_hover_effect:hover .xb-arrow svg:nth-child(2) {
  transition-delay: .1s;
  transform: translate(0, 0); }

.e2p-cmp .xb-pagination-inner {
  gap: 15px;
  align-items: center;
  display: inline-flex; }
  .e2p-cmp .xb-pagination-inner li a {
    height: 50px;
    width: 50px;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(13, 23, 56, 0.2);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-family: var(--font-heading);
    background: var(--color-white);
    color: rgba(13, 23, 56, 0.58);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .e2p-cmp .xb-pagination-inner li a.active, .e2p-cmp .xb-pagination-inner li a:hover {
      color: var(--color-white);
      background: var(--color-heading);
      border: 1px solid var(--color-heading); }

.e2p-cmp .tagcloud, .e2p-cmp .tags-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin: -10px; }
  .e2p-cmp .tagcloud a, .e2p-cmp .tags-links a {
    display: block;
    color: #5D6A83;
    border: 1px solid #EEE5E5;
    background-color: var(--color-white);
    min-height: 36px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 500;
    padding: 4px 17px;
    margin: 7px;
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px; }
    .e2p-cmp .tagcloud a:hover, .e2p-cmp .tags-links a:hover {
      color: var(--color-white);
      background-color: var(--color-primary);
      border-color: var(--color-primary); }

.e2p-cmp .body-overlay {
  background-color: #000000;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1010;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear 0s;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease; }

.e2p-cmp .tags-links a {
  min-height: 32px;
  padding: 2px 17px; }

.e2p-cmp .body-overlay.active {
  opacity: .5;
  visibility: visible; }

.e2p-cmp .post-tags li {
  font-size: 15px;
  text-transform: capitalize;
  position: relative; }
  .e2p-cmp .post-tags li:not(:first-child, :last-child) {
    margin-right: 11px;
    padding-right: 15px; }
    .e2p-cmp .post-tags li:not(:first-child, :last-child)::before {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 5px;
      height: 5px;
      background-color: var(--color-primary);
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      content: ""; }
  .e2p-cmp .post-tags li span {
    display: inline-block;
    background-color: var(--color-primary);
    padding: 0px 10px;
    line-height: 25px;
    color: var(--color-white);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin-right: 12px; }
  .e2p-cmp .post-tags li a {
    color: var(--color-black); }
    .e2p-cmp .post-tags li a:hover {
      color: var(--color-black); }

.e2p-cmp .mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9); }

.e2p-cmp .mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.e2p-cmp .mfp-wrap .mfp-container .mfp-content .mfp-close {
  padding: 0;
  right: -4px;
  top: -40px;
  width: 36px;
  height: 36px;
  text-align: center;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: var(--color-white);
  cursor: pointer;
  opacity: 1;
  font-size: 0;
  border: 9px solid transparent;
  position: absolute; }

.e2p-cmp .mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close {
  top: 4px; }

.e2p-cmp .mfp-wrap .mfp-container .mfp-content .mfp-close::before, .e2p-cmp .mfp-wrap .mfp-container .mfp-content .mfp-close::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #222; }

.e2p-cmp .mfp-wrap .mfp-container .mfp-content .mfp-close::before {
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.e2p-cmp .mfp-wrap .mfp-container .mfp-content .mfp-close::after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.e2p-cmp .mfp-wrap .mfp-container .mfp-content .mfp-close:hover::before, .e2p-cmp .mfp-wrap .mfp-container .mfp-content .mfp-close:hover::after {
  -webkit-transform: rotate(0);
  -khtml-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0); }

.e2p-cmp .mfp-wrap .mfp-container .mfp-content .mfp-close:hover::before, .e2p-cmp .mfp-wrap .mfp-container .mfp-content .mfp-close:hover::after {
  -webkit-transform: rotate(0);
  -khtml-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0); }

.e2p-cmp .mfp-iframe-holder .mfp-content {
  max-width: 1170px;
  border: 4px solid #ffffff; }

.e2p-cmp .xb-carousel-inner {
  margin: -30px; }

.e2p-cmp .xb-swiper-sliders {
  position: relative; }

.e2p-cmp .xb-swiper-container {
  overflow: hidden;
  padding: 30px; }

.e2p-cmp .xb-swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.e2p-cmp .xb-swiper-slide:not(.swiper-slide-visible) {
  opacity: 0; }

.e2p-cmp .xb-swiper-slide {
  -webkit-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
  -khtml-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
  -moz-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
  -ms-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
  -o-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
  transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

.e2p-cmp .z-index-2 {
  z-index: 2;
  position: relative; }

.e2p-cmp .xb-overlay {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.e2p-cmp .xb-overlay-link {
  z-index: 1; }

.e2p-cmp .br-20 {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px; }

.e2p-cmp .z-1 {
  z-index: 1; }

.e2p-cmp .z-3 {
  position: relative;
  z-index: 3; }

.e2p-cmp .ml-auto {
  margin-left: auto; }

.e2p-cmp .align-end {
  align-items: flex-end; }

.e2p-cmp .xb-hover-zoom:hover .xb-item--img img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08); }
.e2p-cmp .xb-hover-zoom .xb-item--img {
  overflow: hidden; }
  .e2p-cmp .xb-hover-zoom .xb-item--img img {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }

.e2p-cmp .xb-hero-content .xb-item--content {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 40px;
  color: var(--color-heading);
  text-transform: capitalize; }
  @media (max-width: 1199px) {
    .e2p-cmp .xb-hero-content .xb-item--content {
      padding-right: 125px; } }
  @media (max-width: 991px) {
    .e2p-cmp .xb-hero-content .xb-item--content {
      padding-right: 0; } }
  @media (max-width: 767px) {
    .e2p-cmp .xb-hero-content .xb-item--content {
      font-size: 18px;
      margin-bottom: 30px; } }
.e2p-cmp .xb-hero-content .xb-item--list {
  margin-bottom: 57px;
  display: inline-block; }
  @media (max-width: 767px) {
    .e2p-cmp .xb-hero-content .xb-item--list {
      margin-bottom: 45px; } }
  .e2p-cmp .xb-hero-content .xb-item--list li {
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 9px; }
    .e2p-cmp .xb-hero-content .xb-item--list li:not(:last-child) {
      margin-bottom: 12px; }
.e2p-cmp .xb-hero-content .sec-title .title {
  font-size: 70px; }
  @media (max-width: 991px) {
    .e2p-cmp .xb-hero-content .sec-title .title {
      padding: 0 10px; } }
  @media (max-width: 767px) {
    .e2p-cmp .xb-hero-content .sec-title .title {
      font-size: 46px; } }

.e2p-cmp .hero-area--one {
  padding-top: 107px; }
  .e2p-cmp .hero-area--one .xb-hero-content {
    padding-top: 68px; }
    @media (max-width: 991px) {
      .e2p-cmp .hero-area--one .xb-hero-content {
        text-align: center; } }
    @media (max-width: 767px) {
      .e2p-cmp .hero-area--one .xb-hero-content {
        padding-top: 20px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .e2p-cmp .hero-area--one .xb-hero-content {
        text-align: start; } }
.e2p-cmp .hero-area--two {
  padding-top: 105px;
  background: linear-gradient(181deg, #fff 0%, #f3fff3 100%); }
  @media (max-width: 767px) {
    .e2p-cmp .hero-area--two {
      padding-top: 100px; } }
  .e2p-cmp .hero-area--two .xb-hero-inner {
    z-index: 1;
    position: relative;
    padding: 95px 0 73px; }
    @media (max-width: 991px) {
      .e2p-cmp .hero-area--two .xb-hero-inner {
        padding: 95px 0 170px; } }
    @media (max-width: 767px) {
      .e2p-cmp .hero-area--two .xb-hero-inner {
        padding: 70px 0 215px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .e2p-cmp .hero-area--two .xb-hero-inner {
        padding: 90px 0 215px; } }
    .e2p-cmp .hero-area--two .xb-hero-inner::before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      background: linear-gradient(180deg, rgba(228, 255, 230, 0) 0%, #e4ffe6 58.56%, rgba(243, 255, 243, 0.97) 77.48%, #f3fff3 100%); }
  .e2p-cmp .hero-area--two .sec-title {
    margin: 0 auto;
    max-width: 816px; }
    .e2p-cmp .hero-area--two .sec-title .title {
      font-size: 80px;
      line-height: 1;
      letter-spacing: -0.03em; }
      @media (max-width: 991px) {
        .e2p-cmp .hero-area--two .sec-title .title {
          font-size: 62px; } }
      @media (max-width: 767px) {
        .e2p-cmp .hero-area--two .sec-title .title {
          font-size: 46px; } }
  .e2p-cmp .hero-area--two .xb-hero-content {
    position: relative; }
    .e2p-cmp .hero-area--two .xb-hero-content .xb-item--content {
      margin: 20px 0 34px; }
    .e2p-cmp .hero-area--two .xb-hero-content .xb-item--offer {
      font-size: 14px;
      margin-top: 10px;
      color: var(--color-heading); }
  .e2p-cmp .hero-area--two .xb-bg-shape .shape {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0; }
    .e2p-cmp .hero-area--two .xb-bg-shape .shape--1 {
      height: 100%;
      width: 100%; }
      .e2p-cmp .hero-area--two .xb-bg-shape .shape--1 img {
        height: 100%;
        width: 100%;
        object-fit: cover; }
    .e2p-cmp .hero-area--two .xb-bg-shape .shape--2 {
      z-index: -2;
      left: 0;
      top: -66px; }
    .e2p-cmp .hero-area--two .xb-bg-shape .shape--3 {
      z-index: -2;
      left: auto;
      right: 0;
      top: -66px; }
.e2p-cmp .hero-area--three .as-hero-container {
  padding-top: 222px; }
  @media (max-width: 991px) {
    .e2p-cmp .hero-area--three .as-hero-container {
      padding-top: 190px; } }
  @media (max-width: 767px) {
    .e2p-cmp .hero-area--three .as-hero-container {
      padding-top: 105px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .e2p-cmp .hero-area--three .as-hero-container {
      padding-top: 145px; } }
.e2p-cmp .hero-area--three .xb-hero-content {
  text-align: center; }
  @media (max-width: 767px) {
    .e2p-cmp .hero-area--three .xb-hero-content {
      margin: 0 -15px; } }
  .e2p-cmp .hero-area--three .xb-hero-content .xb-item--breadcrumd {
    font-size: 14px;
    padding: 1px 12px;
    margin-bottom: 25px;
    display: inline-block;
    letter-spacing: -0.02em;
    color: var(--color-white);
    border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    -ms-border-radius: 500px;
    -o-border-radius: 500px;
    background: rgba(255, 255, 255, 0.12); }
    @media (max-width: 767px) {
      .e2p-cmp .hero-area--three .xb-hero-content .xb-item--breadcrumd {
        font-size: 10px; } }
    @media (max-width: 767px) {
      .e2p-cmp .hero-area--three .xb-hero-content .xb-item--breadcrumd img {
        max-width: 12px; } }
  .e2p-cmp .hero-area--three .xb-hero-content .xb-item--content {
    font-weight: 500;
    margin: 32px 0 60px;
    letter-spacing: -0.02em;
    color: var(--color-white); }
    @media (max-width: 1199px) {
      .e2p-cmp .hero-area--three .xb-hero-content .xb-item--content {
        line-height: 30px;
        padding: 0 162px; } }
    @media (max-width: 991px) {
      .e2p-cmp .hero-area--three .xb-hero-content .xb-item--content {
        font-size: 18px;
        padding: 0 110px; } }
    @media (max-width: 767px) {
      .e2p-cmp .hero-area--three .xb-hero-content .xb-item--content {
        font-size: 14px;
        padding: 0 35px;
        line-height: 22px;
        margin: 32px 0 40px; } }
  .e2p-cmp .hero-area--three .xb-hero-content .xb-item--img {
    text-align: end;
    position: relative;
    padding-top: 137px;
    margin-right: -108px; }
    @media only screen and (min-width: 1500px) and (max-width: 1600px) {
      .e2p-cmp .hero-area--three .xb-hero-content .xb-item--img {
        margin-right: -50px; } }
    @media only screen and (max-width: 1300px) {
      .e2p-cmp .hero-area--three .xb-hero-content .xb-item--img {
        margin-right: 0; } }
    @media (max-width: 1199px) {
      .e2p-cmp .hero-area--three .xb-hero-content .xb-item--img {
        margin-right: -110px;
        padding-left: 120px;
        padding-right: 50px; } }
    @media (max-width: 991px) {
      .e2p-cmp .hero-area--three .xb-hero-content .xb-item--img {
        padding-left: 100px; } }
    @media (max-width: 767px) {
      .e2p-cmp .hero-area--three .xb-hero-content .xb-item--img {
        padding-left: 0;
        padding-right: 0;
        padding-top: 100px;
        margin: 0 -175px 0 -60px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .e2p-cmp .hero-area--three .xb-hero-content .xb-item--img {
        padding-top: 130px; } }
    .e2p-cmp .hero-area--three .xb-hero-content .xb-item--img .img {
      top: 5%;
      left: 10%;
      position: absolute; }
      @media only screen and (min-width: 1200px) and (max-width: 1300px) {
        .e2p-cmp .hero-area--three .xb-hero-content .xb-item--img .img {
          left: 0; } }
      @media (max-width: 1199px) {
        .e2p-cmp .hero-area--three .xb-hero-content .xb-item--img .img {
          left: 5%;
          max-width: 600px; } }
      @media (max-width: 991px) {
        .e2p-cmp .hero-area--three .xb-hero-content .xb-item--img .img {
          left: 0;
          top: 15%;
          max-width: 480px; } }
      @media (max-width: 767px) {
        .e2p-cmp .hero-area--three .xb-hero-content .xb-item--img .img {
          top: 22%;
          left: 3%;
          max-width: 310px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .e2p-cmp .hero-area--three .xb-hero-content .xb-item--img .img {
          top: 22%;
          left: -1%;
          max-width: 500px; } }
      .e2p-cmp .hero-area--three .xb-hero-content .xb-item--img .img--2 {
        top: -1%;
        right: 15%;
        left: auto; }
        @media only screen and (min-width: 1200px) and (max-width: 1300px) {
          .e2p-cmp .hero-area--three .xb-hero-content .xb-item--img .img--2 {
            right: 12%; } }
        @media (max-width: 1199px) {
          .e2p-cmp .hero-area--three .xb-hero-content .xb-item--img .img--2 {
            right: 14%; } }
        @media (max-width: 991px) {
          .e2p-cmp .hero-area--three .xb-hero-content .xb-item--img .img--2 {
            right: 16%;
            top: 7%; } }
        @media (max-width: 767px) {
          .e2p-cmp .hero-area--three .xb-hero-content .xb-item--img .img--2 {
            top: 15%;
            right: 21%; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .e2p-cmp .hero-area--three .xb-hero-content .xb-item--img .img--2 {
            top: 14%;
            right: 12%; } }
  .e2p-cmp .hero-area--three .xb-hero-content .sec-title .title {
    font-weight: 500;
    font-size: 80px;
    line-height: 1.06;
    padding: 0 100px;
    letter-spacing: -0.03em;
    background: linear-gradient(134deg, #665184 0%, #fff 74.45%, #665184 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    @media (max-width: 1199px) {
      .e2p-cmp .hero-area--three .xb-hero-content .sec-title .title {
        padding: 0; } }
    @media (max-width: 991px) {
      .e2p-cmp .hero-area--three .xb-hero-content .sec-title .title {
        font-size: 60px; } }
    @media (max-width: 767px) {
      .e2p-cmp .hero-area--three .xb-hero-content .sec-title .title {
        font-size: 44px;
        line-height: 44px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .e2p-cmp .hero-area--three .xb-hero-content .sec-title .title {
        font-size: 46px; } }
  .e2p-cmp .hero-area--three .xb-hero-content .xb-hero-btn {
    gap: 30px;
    position: relative;
    z-index: 1; }
    @media (max-width: 767px) {
      .e2p-cmp .hero-area--three .xb-hero-content .xb-hero-btn {
        gap: 10px; } }
.e2p-cmp .hero-area--four .sec-title .title {
  font-size: 70px;
  line-height: 1.1;
  letter-spacing: -0.04em; }
  @media (max-width: 991px) {
    .e2p-cmp .hero-area--four .sec-title .title {
      font-size: 58px; } }
  @media (max-width: 767px) {
    .e2p-cmp .hero-area--four .sec-title .title {
      font-size: 42px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .e2p-cmp .hero-area--four .sec-title .title {
      font-size: 48px; } }
  .e2p-cmp .hero-area--four .sec-title .title .dollar {
    width: 73px;
    height: 73px;
    padding: 20px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px 8px;
    display: inline-flex;
    background: #b58721;
    border: 3px solid #fff;
    transform: rotate(45deg);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    box-shadow: 0 45px 18px 0 rgba(181, 135, 33, 0.02), 0 25px 15px 0 rgba(181, 135, 33, 0.07), 0 11px 11px 0 rgba(181, 135, 33, 0.12), 0 3px 6px 0 rgba(181, 135, 33, 0.14), 0 3px 6px 0 rgba(181, 135, 33, 0.14); }
    @media (max-width: 991px) {
      .e2p-cmp .hero-area--four .sec-title .title .dollar {
        width: 60px;
        height: 60px; } }
    .e2p-cmp .hero-area--four .sec-title .title .dollar img {
      transform: rotate(16deg); }
.e2p-cmp .hero-area--four .xb-hero-content {
  padding: 158px 0 70px; }
  @media (max-width: 767px) {
    .e2p-cmp .hero-area--four .xb-hero-content {
      padding: 125px 5px 70px; } }
  .e2p-cmp .hero-area--four .xb-hero-content .xb-item--content {
    margin-top: 22px;
    margin-bottom: 55px; }
    @media (max-width: 1199px) {
      .e2p-cmp .hero-area--four .xb-hero-content .xb-item--content {
        padding-right: 0; } }
    @media (max-width: 767px) {
      .e2p-cmp .hero-area--four .xb-hero-content .xb-item--content {
        margin-bottom: 45px; } }
  .e2p-cmp .hero-area--four .xb-hero-content .xb-item--btn {
    gap: 10px; }
.e2p-cmp .hero-area--four .xb-hero-shape .shape {
  position: absolute;
  left: 96px;
  bottom: 137px; }
  @media (max-width: 1199px) {
    .e2p-cmp .hero-area--four .xb-hero-shape .shape {
      left: 15px; } }
  @media (max-width: 991px) {
    .e2p-cmp .hero-area--four .xb-hero-shape .shape {
      left: 30px;
      bottom: 50px;
      max-width: 70px; } }
  @media (max-width: 767px) {
    .e2p-cmp .hero-area--four .xb-hero-shape .shape {
      left: 10px;
      bottom: 90px;
      max-width: 60px; } }
  .e2p-cmp .hero-area--four .xb-hero-shape .shape--2 {
    left: auto;
    right: 90px;
    bottom: 141px; }
    @media (max-width: 1199px) {
      .e2p-cmp .hero-area--four .xb-hero-shape .shape--2 {
        right: 15px; } }
    @media (max-width: 991px) {
      .e2p-cmp .hero-area--four .xb-hero-shape .shape--2 {
        right: 30px;
        bottom: 54px; } }
    @media (max-width: 767px) {
      .e2p-cmp .hero-area--four .xb-hero-shape .shape--2 {
        right: 10px;
        bottom: 110px; } }

.e2p-cmp .xb-hero-brand-wrap {
  margin-top: 104px;
  margin-right: 30px; }
  @media (max-width: 1199px) {
    .e2p-cmp .xb-hero-brand-wrap {
      margin-top: 60px; } }
  @media (max-width: 1199px) {
    .e2p-cmp .xb-hero-brand-wrap {
      margin-right: 0; } }
  .e2p-cmp .xb-hero-brand-wrap .xb-item--content {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 28px;
    color: var(--color-default); }
  .e2p-cmp .xb-hero-brand-wrap .xb-item--brand_list {
    gap: 33px;
    margin-right: 33px; }
    .e2p-cmp .xb-hero-brand-wrap .xb-item--brand_list li {
      opacity: .5;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .e2p-cmp .xb-hero-brand-wrap .xb-item--brand_list li:hover {
        opacity: 1; }
  .e2p-cmp .xb-hero-brand-wrap .xb-item--inner {
    z-index: 1;
    position: relative; }
    @media (max-width: 767px) {
      .e2p-cmp .xb-hero-brand-wrap .xb-item--inner {
        margin: 0 -15px; } }
  .e2p-cmp .xb-hero-brand-wrap .xb-item--marquee {
    overflow: hidden;
    position: relative;
    padding: 15px 0;
    margin: 0 25px 0 10px; }
    @media (max-width: 1199px) {
      .e2p-cmp .xb-hero-brand-wrap .xb-item--marquee {
        padding: 10px 0;
        margin: 0 18px 0 10px; } }
    @media (max-width: 991px) {
      .e2p-cmp .xb-hero-brand-wrap .xb-item--marquee {
        margin: 0 50px; } }
    @media (max-width: 767px) {
      .e2p-cmp .xb-hero-brand-wrap .xb-item--marquee {
        margin: 0 30px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .e2p-cmp .xb-hero-brand-wrap .xb-item--marquee {
        margin: 0px 40px; } }
    .e2p-cmp .xb-hero-brand-wrap .xb-item--marquee::before, .e2p-cmp .xb-hero-brand-wrap .xb-item--marquee::after {
      position: absolute;
      content: '';
      left: -15px;
      top: 0;
      height: 100%;
      width: 51px;
      z-index: 1;
      filter: blur(5px);
      background: var(--color-white); }
      @media (max-width: 767px) {
        .e2p-cmp .xb-hero-brand-wrap .xb-item--marquee::before, .e2p-cmp .xb-hero-brand-wrap .xb-item--marquee::after {
          top: 8px;
          height: 32px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .e2p-cmp .xb-hero-brand-wrap .xb-item--marquee::before, .e2p-cmp .xb-hero-brand-wrap .xb-item--marquee::after {
          top: 0px;
          height: 45px; } }
    .e2p-cmp .xb-hero-brand-wrap .xb-item--marquee::after {
      left: auto;
      right: -15px; }
  .e2p-cmp .xb-hero-brand-wrap .xb-item--line {
    position: absolute;
    left: -47px;
    top: -50px;
    width: 113%;
    z-index: -1; }
    @media only screen and (max-width: 1300px) {
      .e2p-cmp .xb-hero-brand-wrap .xb-item--line {
        left: -40px; } }
    @media (max-width: 1199px) {
      .e2p-cmp .xb-hero-brand-wrap .xb-item--line {
        top: -36px;
        left: -35px; } }
    @media only screen and (max-width: 1023px) {
      .e2p-cmp .xb-hero-brand-wrap .xb-item--line {
        top: -34px; } }
    @media (max-width: 991px) {
      .e2p-cmp .xb-hero-brand-wrap .xb-item--line {
        left: 0;
        top: -56px;
        width: 100%; } }
    @media (max-width: 767px) {
      .e2p-cmp .xb-hero-brand-wrap .xb-item--line {
        top: -42%; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .e2p-cmp .xb-hero-brand-wrap .xb-item--line {
        top: -82%; } }
    .e2p-cmp .xb-hero-brand-wrap .xb-item--line img {
      width: 100%;
      object-fit: cover; }

.e2p-cmp .xb-hero-right {
  z-index: 1;
  position: relative;
  padding: 73px;
  margin-right: -65px; }
  @media only screen and (max-width: 1300px) {
    .e2p-cmp .xb-hero-right {
      margin-left: -77px;
      margin-right: -50px; } }
  @media (max-width: 1199px) {
    .e2p-cmp .xb-hero-right {
      margin-left: 0;
      padding: 65px 58px; } }
  @media only screen and (max-width: 1023px) {
    .e2p-cmp .xb-hero-right {
      padding: 65px 55px; } }
  @media (max-width: 991px) {
    .e2p-cmp .xb-hero-right {
      margin-right: -25px;
      margin-left: -25px;
      padding: 72px 76px; } }
  @media (max-width: 767px) {
    .e2p-cmp .xb-hero-right {
      padding: 56px 43px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .e2p-cmp .xb-hero-right {
      margin-left: -30px;
      margin-right: -30px;
      padding: 66px 59px; } }

.e2p-cmp .xb-hero-dashboard {
  text-align: center;
  position: relative;
  padding: 44px 50px 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: linear-gradient(180deg, #6840ff 0%, #fff 100%); }
  @media (max-width: 1199px) {
    .e2p-cmp .xb-hero-dashboard {
      padding: 40px 30px 30px; } }
  @media (max-width: 767px) {
    .e2p-cmp .xb-hero-dashboard {
      padding: 40px 20px 30px; } }

.e2p-cmp .xb-hero-right-item {
  padding: 10px;
  overflow: hidden;
  position: relative;
  display: inline-flex;
  border: 2px solid #fff;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  background-image: linear-gradient(119deg, rgba(104, 64, 255, 0.4) 0%, rgba(161, 255, 98, 0.4) 33.73%, rgba(181, 162, 255, 0.4) 52.21%, rgba(195, 179, 255, 0.4) 100%); }
  .e2p-cmp .xb-hero-right-item .xb-item--inner {
    gap: 7px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    padding: 14px 20px;
    background: var(--color-white);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    box-shadow: 0 4px 4px 0 rgba(21, 19, 19, 0.07); }
  .e2p-cmp .xb-hero-right-item .xb-item--title {
    font-size: 16px;
    letter-spacing: 0em; }
    @media (max-width: 1199px) {
      .e2p-cmp .xb-hero-right-item .xb-item--title {
        font-size: 14px; } }
  .e2p-cmp .xb-hero-right-item.top {
    background-size: 200%;
    animation: rainbow2 5s linear infinite; }
  .e2p-cmp .xb-hero-right-item.bottom {
    padding: 6px;
    background: linear-gradient(119deg, rgba(104, 64, 255, 0.1) 0%, rgba(161, 255, 98, 0.1) 33.73%, rgba(181, 162, 255, 0.1) 52.21%, rgba(195, 179, 255, 0.1) 100%); }
    .e2p-cmp .xb-hero-right-item.bottom .xb-item--inner {
      gap: 14px;
      padding: 0 15px;
      min-height: 45px; }
    .e2p-cmp .xb-hero-right-item.bottom .xb-item--list {
      gap: 14px;
      margin-right: 20px; }
    .e2p-cmp .xb-hero-right-item.bottom .xb-item--logo {
      position: relative;
      padding-right: 17px; }
      @media (max-width: 767px) {
        .e2p-cmp .xb-hero-right-item.bottom .xb-item--logo {
          padding-right: 10px; } }
      .e2p-cmp .xb-hero-right-item.bottom .xb-item--logo::before {
        position: absolute;
        content: '';
        top: 50%;
        right: 0;
        height: 45px;
        width: 3px;
        background: linear-gradient(180deg, #fff 0%, #e1e1e1 11.2%, #e1e1e1 87.98%, #fff 100%);
        transform: translateY(-50%); }
        @media (max-width: 767px) {
          .e2p-cmp .xb-hero-right-item.bottom .xb-item--logo::before {
            height: 25px; } }
    .e2p-cmp .xb-hero-right-item.bottom .xb-item--marquee {
      overflow: hidden;
      max-width: 286px;
      display: inline-block; }
      @media (max-width: 1199px) {
        .e2p-cmp .xb-hero-right-item.bottom .xb-item--marquee {
          max-width: 220px; } }
      @media (max-width: 991px) {
        .e2p-cmp .xb-hero-right-item.bottom .xb-item--marquee {
          max-width: 286px; } }
      @media (max-width: 767px) {
        .e2p-cmp .xb-hero-right-item.bottom .xb-item--marquee {
          max-width: 105px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .e2p-cmp .xb-hero-right-item.bottom .xb-item--marquee {
          max-width: 250px; } }

@keyframes rainbow2 {
  0% {
    background-position: 0%; }
  50% {
    background-position: 100%; }
  100% {
    background-position: 0%; } }
.e2p-cmp .xb-hero-right-middle {
  z-index: 1;
  position: relative;
  padding: 34px 0 31px; }
  .e2p-cmp .xb-hero-right-middle .xb-item--inner {
    padding: 10.5px;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background: rgba(255, 255, 255, 0.5); }
  .e2p-cmp .xb-hero-right-middle .xb-item--img {
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px; }
  .e2p-cmp .xb-hero-right-middle .xb-item--line {
    top: 0;
    left: 50%;
    height: 100%;
    position: absolute;
    display: flex;
    gap: 138px;
    z-index: -1;
    transform: translateX(-50%); }
    @media (max-width: 767px) {
      .e2p-cmp .xb-hero-right-middle .xb-item--line {
        gap: 90px; } }
    .e2p-cmp .xb-hero-right-middle .xb-item--line .line {
      width: 3px;
      height: 100%;
      overflow: hidden;
      position: relative;
      border: 1px solid #fff; }
      .e2p-cmp .xb-hero-right-middle .xb-item--line .line span {
        position: absolute;
        left: 50%;
        top: -20px;
        width: 2px;
        height: 20px;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        transform: translateX(-50%);
        background: linear-gradient(180deg, #6840ff 0%, #e1d9ff 100%);
        animation: topToBottom 3s linear infinite; }
      .e2p-cmp .xb-hero-right-middle .xb-item--line .line:nth-child(2) span {
        animation-delay: .8s;
        background: linear-gradient(180deg, #e1d9ff 0%, #6840ff 100%); }

.e2p-cmp .xb-hero-right-dashboard {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%; }
  .e2p-cmp .xb-hero-right-dashboard img {
    height: 100%;
    width: 100%; }

.e2p-cmp .xb-animate-line .line {
  width: 3px;
  height: 100%;
  left: -8px;
  top: 0;
  z-index: 1;
  overflow: hidden;
  position: absolute;
  border: 1px solid transparent; }
  .e2p-cmp .xb-animate-line .line span {
    position: absolute;
    left: 50%;
    bottom: -20px;
    width: 2px;
    height: 59px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    transform: translateX(-50%);
    background: linear-gradient(180deg, #6840ff 0%, #fff 100%);
    animation: BottomToTop 4s linear infinite; }
  .e2p-cmp .xb-animate-line .line.two {
    left: auto;
    right: -8px; }
    .e2p-cmp .xb-animate-line .line.two span {
      bottom: auto;
      top: -20px;
      animation: topToBottom 4s linear infinite;
      background: linear-gradient(180deg, #fff 0%, #6840ff 100%); }
  .e2p-cmp .xb-animate-line .line.three {
    left: auto;
    right: -8px; }
    .e2p-cmp .xb-animate-line .line.three span {
      animation: BottomToTop 4s linear infinite; }
.e2p-cmp .xb-animate-line.new .line {
  left: -3px; }
  .e2p-cmp .xb-animate-line.new .line.two {
    left: auto !important;
    right: -1px;
    right: -3px; }

.e2p-cmp .xb-hero-bottom {
  gap: 30px;
  display: flex;
  align-items: end;
  margin-top: -8px; }
  @media only screen and (max-width: 1300px) {
    .e2p-cmp .xb-hero-bottom {
      gap: 20px; } }
  @media only screen and (max-width: 1023px) {
    .e2p-cmp .xb-hero-bottom {
      gap: 15px; } }
  @media (max-width: 767px) {
    .e2p-cmp .xb-hero-bottom {
      margin-top: 40px;
      flex-wrap: wrap;
      justify-content: center; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .e2p-cmp .xb-hero-bottom {
      margin-top: 25px;
      flex-wrap: nowrap; } }
  .e2p-cmp .xb-hero-bottom .item {
    display: flex;
    overflow: hidden;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px; }
    @media (max-width: 767px) {
      .e2p-cmp .xb-hero-bottom .item {
        max-width: 185px; } }
    .e2p-cmp .xb-hero-bottom .item .xb-item--title {
      font-size: 30px;
      font-weight: 700;
      line-height: 1; }
      @media (max-width: 991px) {
        .e2p-cmp .xb-hero-bottom .item .xb-item--title {
          font-size: 20px; } }
    .e2p-cmp .xb-hero-bottom .item .xb-item--content {
      font-size: 14px;
      font-weight: 400;
      color: var(--color-heading); }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .e2p-cmp .xb-hero-bottom .item .xb-item--content {
          margin-top: 8px;
          line-height: 20px;
          display: inline-block; } }
    .e2p-cmp .xb-hero-bottom .item.bg-pink {
      background: #ffdef8; }
      @media (max-width: 991px) {
        .e2p-cmp .xb-hero-bottom .item.bg-pink .xb-item--img {
          margin: 0 auto;
          max-width: 90px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .e2p-cmp .xb-hero-bottom .item.bg-pink .xb-item--img {
          max-width: 65px; } }
    .e2p-cmp .xb-hero-bottom .item.bg-gary {
      background: #e7e7fe; }
    .e2p-cmp .xb-hero-bottom .item:nth-child(2), .e2p-cmp .xb-hero-bottom .item:nth-child(4) {
      width: 171px;
      padding-top: 20px;
      min-height: 264px;
      text-align: center;
      border-radius: 15px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      -ms-border-radius: 15px;
      -o-border-radius: 15px; }
      @media (max-width: 991px) {
        .e2p-cmp .xb-hero-bottom .item:nth-child(2), .e2p-cmp .xb-hero-bottom .item:nth-child(4) {
          min-height: 215px; } }
      @media (max-width: 767px) {
        .e2p-cmp .xb-hero-bottom .item:nth-child(2), .e2p-cmp .xb-hero-bottom .item:nth-child(4) {
          width: 145px;
          min-height: 203px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .e2p-cmp .xb-hero-bottom .item:nth-child(2), .e2p-cmp .xb-hero-bottom .item:nth-child(4) {
          width: 215px;
          min-height: 186px; } }
    .e2p-cmp .xb-hero-bottom .item.circle_up_down {
      padding: 1px;
      margin: 0 43px 46px;
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      background: linear-gradient(180deg, #fff 2.54%, #c9edcb 100%); }
      @media only screen and (min-width: 1200px) and (max-width: 1500px) {
        .e2p-cmp .xb-hero-bottom .item.circle_up_down {
          margin: 0 15px 46px; } }
      @media only screen and (max-width: 1300px) {
        .e2p-cmp .xb-hero-bottom .item.circle_up_down {
          margin: 0 0 46px; } }
      @media (max-width: 991px) {
        .e2p-cmp .xb-hero-bottom .item.circle_up_down {
          position: absolute;
          left: 50%;
          margin: 0;
          bottom: 30px;
          z-index: 1;
          transform: translateX(-50%); } }
      .e2p-cmp .xb-hero-bottom .item.circle_up_down .inner {
        padding: 0;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        background: var(--color-white); }
        @media (max-width: 991px) {
          .e2p-cmp .xb-hero-bottom .item.circle_up_down .inner {
            padding: 0;
            width: 120px;
            height: 120px; } }
        .e2p-cmp .xb-hero-bottom .item.circle_up_down .inner img {
          animation: spin 30s linear infinite; }
        .e2p-cmp .xb-hero-bottom .item.circle_up_down .inner svg {
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%); }
          @media (max-width: 991px) {
            .e2p-cmp .xb-hero-bottom .item.circle_up_down .inner svg {
              width: 18px; } }

.e2p-cmp .xb-video-container {
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 999;
  height: 60px;
  width: 60px;
  padding: 0;
  overflow: hidden;
  border-radius: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border: 1px solid transparent;
  transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  transform-origin: right bottom;
  -moz-transform-origin: right bottom; }
  @media (max-width: 767px) {
    .e2p-cmp .xb-video-container {
      right: 10px;
      bottom: 20px;
      width: 45px;
      height: 45px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .e2p-cmp .xb-video-container {
      right: 20px;
      bottom: 20px;
      width: 50px;
      height: 50px; } }
  .e2p-cmp .xb-video-container .circle-video {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    background: var(--color-primary); }
    .e2p-cmp .xb-video-container .circle-video img {
      height: 100%;
      width: 100%;
      object-fit: cover; }
  .e2p-cmp .xb-video-container .active-video {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px; }
    .e2p-cmp .xb-video-container .active-video.active {
      height: 0;
      width: 60px; }
    .e2p-cmp .xb-video-container .active-video img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      border-radius: inherit; }
  .e2p-cmp .xb-video-container .close-btn {
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    opacity: 0;
    cursor: pointer;
    color: var(--color-white);
    background: var(--color-primary);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px; }
  .e2p-cmp .xb-video-container.active {
    height: 450px;
    width: 240px;
    padding: 8px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border: 1px solid #b7a4ff; }
    @media (max-width: 767px) {
      .e2p-cmp .xb-video-container.active {
        width: 200px;
        height: 330px; } }
    .e2p-cmp .xb-video-container.active .close-btn {
      opacity: 1;
      height: 30px;
      width: 30px;
      right: 15px;
      top: 15px; }

.e2p-cmp .xb-dot-box {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between; }
  .e2p-cmp .xb-dot-box span {
    width: 7px;
    height: 7px;
    border: 1px solid #e9e5ff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    background: var(--color-white); }
    .e2p-cmp .xb-dot-box span:nth-child(1) {
      transform: translateX(-4px); }
    .e2p-cmp .xb-dot-box span:nth-child(2) {
      transform: translateX(4px); }

.e2p-cmp .as-hero-shape .shape {
  z-index: -2;
  position: absolute; }
  .e2p-cmp .as-hero-shape .shape--1 {
    top: 0;
    z-index: -3;
    right: 295px;
    opacity: 0.08; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .e2p-cmp .as-hero-shape .shape--1 {
        right: 0; } }
    @media (max-width: 1199px) {
      .e2p-cmp .as-hero-shape .shape--1 {
        right: -10%; } }
    @media (max-width: 991px) {
      .e2p-cmp .as-hero-shape .shape--1 {
        right: -30%; } }
    @media (max-width: 767px) {
      .e2p-cmp .as-hero-shape .shape--1 {
        right: -105%; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .e2p-cmp .as-hero-shape .shape--1 {
        right: -60%; } }
  .e2p-cmp .as-hero-shape .shape--2 {
    top: 0;
    right: 170px; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .e2p-cmp .as-hero-shape .shape--2 {
        right: -85px; } }
    @media (max-width: 1199px) {
      .e2p-cmp .as-hero-shape .shape--2 {
        right: -145px; } }
    @media (max-width: 767px) {
      .e2p-cmp .as-hero-shape .shape--2 {
        right: -110px; } }
  .e2p-cmp .as-hero-shape .shape--3 {
    top: 0;
    right: 22%;
    z-index: -1; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .e2p-cmp .as-hero-shape .shape--3 {
        right: 10%; } }
    @media (max-width: 1199px) {
      .e2p-cmp .as-hero-shape .shape--3 {
        right: 10%; } }
    @media (max-width: 767px) {
      .e2p-cmp .as-hero-shape .shape--3 {
        right: -35%; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .e2p-cmp .as-hero-shape .shape--3 {
        right: -10%; } }
    .e2p-cmp .as-hero-shape .shape--3 .img {
      display: flex;
      flex-direction: column;
      animation: marquee2 15s linear infinite;
      -webkit-animation: marquee2 15s linear infinite; }
  .e2p-cmp .as-hero-shape .shape--4 {
    top: -281px;
    left: 16px;
    animation: spin 15s linear infinite; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .e2p-cmp .as-hero-shape .shape--4 {
        top: -135px;
        left: -107px;
        width: 116%; } }
    @media (max-width: 1199px) {
      .e2p-cmp .as-hero-shape .shape--4 {
        top: -95px;
        left: -81px;
        width: 116%; } }
  .e2p-cmp .as-hero-shape .shape--5 {
    height: 1393px;
    width: 723px;
    top: -68px;
    left: 50%;
    border-radius: 100%;
    background: #28035d;
    filter: blur(650px);
    transform: translateX(-50%) rotate(34.94deg); }

/*----------------------------------------*/
/*  25. breadcrumb
/*----------------------------------------*/
.e2p-cmp .breadcrumb {
  margin: 0;
  z-index: 1;
  position: relative;
  padding-top: 212px; }
  @media (max-width: 1199px) {
    .e2p-cmp .breadcrumb {
      padding-top: 190px; } }
  @media (max-width: 767px) {
    .e2p-cmp .breadcrumb {
      padding-top: 155px; } }
  .e2p-cmp .breadcrumb::before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: -1;
    background: linear-gradient(180deg, #c1baf5 0%, rgba(255, 255, 255, 0) 100%); }
  .e2p-cmp .breadcrumb--title {
    font-weight: 700;
    font-size: 80px;
    color: #0d1738;
    line-height: 1.13;
    text-align: center;
    letter-spacing: -0.04em;
    text-transform: capitalize; }
    @media only screen and (min-width: 1200px) and (max-width: 1300px) {
      .e2p-cmp .breadcrumb--title {
        font-size: 72px; } }
    @media (max-width: 1199px) {
      .e2p-cmp .breadcrumb--title {
        font-size: 66px; } }
    @media (max-width: 991px) {
      .e2p-cmp .breadcrumb--title {
        font-size: 50px; } }
    @media (max-width: 767px) {
      .e2p-cmp .breadcrumb--title {
        font-size: 38px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .e2p-cmp .breadcrumb--title {
        font-size: 48px; } }
    .e2p-cmp .breadcrumb--title .xb-video {
      width: 140px;
      height: 72px;
      overflow: hidden;
      display: inline-block;
      border-radius: 91px;
      -webkit-border-radius: 91px;
      -moz-border-radius: 91px;
      -ms-border-radius: 91px;
      -o-border-radius: 91px;
      transform: translateY(10px); }
      @media only screen and (max-width: 1300px) {
        .e2p-cmp .breadcrumb--title .xb-video {
          width: 130px;
          height: 60px; } }
      @media (max-width: 991px) {
        .e2p-cmp .breadcrumb--title .xb-video {
          width: 100px;
          height: 48px; } }
      @media (max-width: 767px) {
        .e2p-cmp .breadcrumb--title .xb-video {
          width: 76px;
          height: 40px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .e2p-cmp .breadcrumb--title .xb-video {
          width: 90px;
          height: 45px; } }
      .e2p-cmp .breadcrumb--title .xb-video video {
        width: 100%;
        height: auto;
        object-fit: cover; }
  .e2p-cmp .breadcrumb--content {
    font-size: 20px;
    font-weight: 500;
    margin-top: 25px; }
    @media (max-width: 767px) {
      .e2p-cmp .breadcrumb--content {
        font-size: 18px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .e2p-cmp .breadcrumb--content {
        font-size: 20px; } }
  .e2p-cmp .breadcrumb--left_content {
    padding-top: 65px; }
    @media (max-width: 1199px) {
      .e2p-cmp .breadcrumb--left_content {
        margin-right: -100px; } }
    @media (max-width: 991px) {
      .e2p-cmp .breadcrumb--left_content {
        padding-top: 20px;
        margin-right: -80px; } }
    @media (max-width: 767px) {
      .e2p-cmp .breadcrumb--left_content {
        margin-right: 0;
        padding-top: 0; } }
    .e2p-cmp .breadcrumb--left_content .title {
      font-weight: 700;
      font-size: 55px;
      line-height: 124%;
      margin-bottom: 45px;
      letter-spacing: -0.05em;
      text-transform: capitalize; }
      @media (max-width: 1199px) {
        .e2p-cmp .breadcrumb--left_content .title {
          font-size: 50px; } }
      @media only screen and (max-width: 1023px) {
        .e2p-cmp .breadcrumb--left_content .title {
          font-size: 44px; } }
      @media (max-width: 991px) {
        .e2p-cmp .breadcrumb--left_content .title {
          font-size: 38px; } }
      @media (max-width: 767px) {
        .e2p-cmp .breadcrumb--left_content .title {
          font-size: 32px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .e2p-cmp .breadcrumb--left_content .title {
          font-size: 42px; } }
    .e2p-cmp .breadcrumb--left_content .author {
      gap: 13px; }
    .e2p-cmp .breadcrumb--left_content .name {
      font-size: 18px; }
    .e2p-cmp .breadcrumb--left_content .desig {
      font-size: 14px;
      color: rgba(13, 23, 56, 0.7); }
  .e2p-cmp .breadcrumb--img {
    text-align: end;
    margin-right: -25px; }
    @media (max-width: 1199px) {
      .e2p-cmp .breadcrumb--img {
        float: right;
        max-width: 440px;
        margin-right: -15px; } }
    @media (max-width: 991px) {
      .e2p-cmp .breadcrumb--img {
        max-width: 300px; } }
    @media (max-width: 767px) {
      .e2p-cmp .breadcrumb--img {
        float: left;
        margin-top: 40px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .e2p-cmp .breadcrumb--img {
        max-width: 400px; } }
  .e2p-cmp .breadcrumb--brand {
    gap: 50px;
    margin-top: 55px;
    justify-content: center; }
    @media (max-width: 1199px) {
      .e2p-cmp .breadcrumb--brand {
        gap: 40px; } }
    @media (max-width: 767px) {
      .e2p-cmp .breadcrumb--brand {
        gap: 20px;
        margin-top: 30px; } }
    @media (max-width: 1199px) {
      .e2p-cmp .breadcrumb--brand li {
        max-width: 140px; } }
    @media (max-width: 767px) {
      .e2p-cmp .breadcrumb--brand li {
        max-width: 100px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .e2p-cmp .breadcrumb--brand li {
        max-width: 120px; } }
  .e2p-cmp .breadcrumb--error_title {
    z-index: 1;
    font-weight: 500;
    font-size: 220px;
    line-height: 0.9;
    position: relative;
    letter-spacing: -0.01em;
    text-transform: capitalize; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .e2p-cmp .breadcrumb--error_title {
        font-size: 210px; } }
    @media (max-width: 1199px) {
      .e2p-cmp .breadcrumb--error_title {
        font-size: 160px;
        line-height: 1.02; } }
    @media (max-width: 991px) {
      .e2p-cmp .breadcrumb--error_title {
        font-size: 115px;
        text-align: center; } }
    @media (max-width: 767px) {
      .e2p-cmp .breadcrumb--error_title {
        font-size: 75px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .e2p-cmp .breadcrumb--error_title {
        font-size: 90px; } }
  .e2p-cmp .breadcrumb--error_content {
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 138px; }
    @media only screen and (max-width: 1300px) {
      .e2p-cmp .breadcrumb--error_content {
        margin-bottom: 115px; } }
    @media (max-width: 1199px) {
      .e2p-cmp .breadcrumb--error_content {
        margin-bottom: 90px; } }
    @media (max-width: 991px) {
      .e2p-cmp .breadcrumb--error_content {
        margin-bottom: 25px; } }
  .e2p-cmp .breadcrumb--arrow {
    margin-left: -55px; }
    @media (max-width: 1199px) {
      .e2p-cmp .breadcrumb--arrow {
        margin-left: 0; } }
    @media (max-width: 991px) {
      .e2p-cmp .breadcrumb--arrow {
        padding: 0 155px; } }
    @media (max-width: 767px) {
      .e2p-cmp .breadcrumb--arrow {
        padding: 0 90px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .e2p-cmp .breadcrumb--arrow {
        padding: 0 130px; } }
  @media only screen and (max-width: 1300px) {
    .e2p-cmp .breadcrumb--error_btn {
      margin-top: 95px; } }
  @media (max-width: 1199px) {
    .e2p-cmp .breadcrumb--error_btn {
      margin-top: 77px; } }
  @media (max-width: 991px) {
    .e2p-cmp .breadcrumb--error_btn {
      margin-top: 48px; } }
  @media (max-width: 767px) {
    .e2p-cmp .breadcrumb--error_btn {
      margin-top: 25px; } }
  @media (max-width: 991px) {
    .e2p-cmp .breadcrumb--right {
      padding: 25px;
      text-align: center; } }
  @media (max-width: 767px) {
    .e2p-cmp .breadcrumb--right {
      padding: 25px 0; } }

.e2p-cmp .breadcrumb-shape .shape {
  position: absolute;
  top: 0; }
  .e2p-cmp .breadcrumb-shape .shape--1 {
    left: 0; }
    @media (max-width: 1199px) {
      .e2p-cmp .breadcrumb-shape .shape--1 {
        max-width: 300px; } }
    @media (max-width: 991px) {
      .e2p-cmp .breadcrumb-shape .shape--1 {
        max-width: 250px; } }
    @media (max-width: 767px) {
      .e2p-cmp .breadcrumb-shape .shape--1 {
        max-width: 180px; } }
  .e2p-cmp .breadcrumb-shape .shape--2 {
    right: 0; }
    @media (max-width: 1199px) {
      .e2p-cmp .breadcrumb-shape .shape--2 {
        max-width: 300px; } }
    @media (max-width: 991px) {
      .e2p-cmp .breadcrumb-shape .shape--2 {
        max-width: 250px; } }
    @media (max-width: 767px) {
      .e2p-cmp .breadcrumb-shape .shape--2 {
        max-width: 160px; } }
  .e2p-cmp .breadcrumb-shape .shape--3 {
    height: 235px;
    width: 1067px;
    z-index: -1;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background: var(--color-white);
    filter: blur(165.1999969482px); }

.e2p-cmp .case-breadcrumb {
  padding: 180px 0 65px; }
  @media (max-width: 767px) {
    .e2p-cmp .case-breadcrumb {
      padding: 155px 0 65px; } }

@media (max-width: 1199px) {
  .e2p-cmp .breadcrumb-error {
    padding-top: 210px; } }
@media (max-width: 991px) {
  .e2p-cmp .breadcrumb-error {
    padding-top: 190px; } }
.e2p-cmp .breadcrumb-error .breadcrumb-shape .shape--3 {
  top: 225px; }

.e2p-cmp .thm-btn {
  z-index: 1;
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  align-items: center;
  display: inline-flex;
  padding: 16.5px 40px;
  letter-spacing: -0.01em;
  justify-content: center;
  color: var(--color-white);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #140f26;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px; }
  .e2p-cmp .thm-btn .inner {
    gap: 22px;
    display: flex;
    overflow: hidden;
    align-items: center;
    transition: transform 0.4s 125ms cubic-bezier(0.1, 0.75, 0.25, 1); }
  .e2p-cmp .thm-btn .text {
    line-height: 1.4;
    color: var(--color-white);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-shadow: 0 1.3em #fff; }
  .e2p-cmp .thm-btn--gradient {
    z-index: 1;
    position: relative;
    display: inline-block;
    background-image: linear-gradient(90deg, #ff4242 0%, #a1ff42 25%, #42a1ff 50%, #42d0ff 75%, #a142ff 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box, border-box;
    background-size: 200%;
    animation: rainbow 2s infinite linear; }
    .e2p-cmp .thm-btn--gradient::before {
      position: absolute;
      content: '';
      left: 1px;
      top: 0;
      z-index: -1;
      width: 99%;
      height: 97%;
      border-radius: inherit;
      background-color: #140f26; }
    .e2p-cmp .thm-btn--gradient::after {
      position: absolute;
      content: '';
      left: 50%;
      width: 60%;
      bottom: -9%;
      height: 15px;
      z-index: -1;
      background-size: 200%;
      transform: translateX(-50%);
      filter: blur(7.8px);
      background-image: linear-gradient(90deg, #ff4242 0%, #a1ff42 25%, #42a1ff 50%, #42d0ff 75%, #a142ff 100%);
      animation: rainbow 2s infinite linear; }
    .e2p-cmp .thm-btn--gradient .text {
      line-height: 1.5;
      text-transform: initial; }
  .e2p-cmp .thm-btn--gradient2 {
    font-weight: 700;
    overflow: hidden;
    padding: 17.4px 30px;
    background: transparent;
    font-family: var(--font-heading); }
    .e2p-cmp .thm-btn--gradient2 .inner {
      gap: 10px; }
    .e2p-cmp .thm-btn--gradient2::before {
      position: absolute;
      content: '';
      left: 0;
      height: 100%;
      width: 200px;
      z-index: -2;
      filter: blur(8px);
      border-radius: inherit;
      background: transparent;
      transform-origin: right;
      background: var(--color-white);
      animation: spin 4s linear infinite; }
    .e2p-cmp .thm-btn--gradient2::after {
      position: absolute;
      content: '';
      width: 99%;
      height: 98%;
      inset: 1px;
      z-index: -2;
      border-radius: inherit;
      background-color: #781afe; }
    .e2p-cmp .thm-btn--gradient2 .btn-shape .shape {
      z-index: -1;
      position: absolute;
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%; }
      .e2p-cmp .thm-btn--gradient2 .btn-shape .shape--1 {
        left: -11px;
        bottom: -5px;
        width: 90px;
        height: 51px;
        background: #1d0047;
        filter: blur(30px); }
      .e2p-cmp .thm-btn--gradient2 .btn-shape .shape--2 {
        bottom: -4px;
        right: -58px;
        width: 90px;
        height: 51px;
        filter: blur(30px);
        background: #1d0047; }
      .e2p-cmp .thm-btn--gradient2 .btn-shape .shape--3 {
        left: 50%;
        bottom: -49px;
        height: 81px;
        width: 139px;
        filter: blur(25px);
        background: #d8cbeb;
        transform: translateX(-50%); }
    .e2p-cmp .thm-btn--gradient2.bg_white::after {
      background-color: var(--color-white); }
    .e2p-cmp .thm-btn--gradient2.bg_white .text {
      color: #2f1257;
      text-shadow: 0 1.3em #2f1257; }

@keyframes rainbow {
  0% {
    background-position: 0%; }
  100% {
    background-position: 200%; } }
.e2p-cmp .xb-invert-btn {
  height: 50px;
  cursor: pointer;
  overflow: hidden;
  display: inline-flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  border: 1px solid #140f26;
  background: #140f26;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px; }

.e2p-cmp .btn-inner {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 11px 34px;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
  color: var(--color-white);
  background: #140f26;
  border: 1px solid #140f26;
  transition: transform 0.7s cubic-bezier(0.34, 5.56, 0.64, 1); }
  .e2p-cmp .btn-inner:hover {
    transform: scaleX(1.02); }
    .e2p-cmp .btn-inner:hover .text-original {
      transform: translateY(-110%); }
    .e2p-cmp .btn-inner:hover .text-reveal {
      top: 0; }
    .e2p-cmp .btn-inner:hover .hover-bg {
      top: 0;
      border-radius: 0; }
  .e2p-cmp .btn-inner .text-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 100%;
    text-align: center; }
  .e2p-cmp .btn-inner .text-original, .e2p-cmp .btn-inner .text-reveal {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center; }
  .e2p-cmp .btn-inner .text-original {
    transition: transform 0.7s ease; }
  .e2p-cmp .btn-inner .text-reveal {
    position: absolute;
    top: 100%;
    left: 0;
    color: #140f26;
    transition: top 0.7s ease; }
  .e2p-cmp .btn-inner .hover-bg {
    position: absolute;
    content: "";
    top: 100%;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: var(--color-white);
    transition: top 0.5s ease, border-radius 0.5s ease; }

.e2p-cmp .task-btn {
  padding: 12.4px 34px; }

.e2p-cmp .desk-btn {
  font-weight: 700;
  color: #cdface;
  padding: 14.4px 60px;
  background: linear-gradient(180deg, #066 0%, #003d3d 100%); }
  .e2p-cmp .desk-btn .text {
    color: #cdface;
    text-transform: unset;
    text-shadow: 0 1.3em #cdface;
    font-family: var(--font-heading); }
  .e2p-cmp .desk-btn--white {
    background: var(--color-white);
    box-shadow: none; }
    .e2p-cmp .desk-btn--white .text {
      color: var(--color-heading);
      text-shadow: 0 1.3em #045857; }
  .e2p-cmp .desk-btn--gradient {
    padding: 5px;
    background: rgba(255, 255, 255, 0.1); }
    .e2p-cmp .desk-btn--gradient .layer {
      padding: 14.4px 60px;
      border-radius: 100px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      -ms-border-radius: 100px;
      -o-border-radius: 100px;
      background: linear-gradient(180deg, #066 0%, #003d3d 100%); }
      .e2p-cmp .desk-btn--gradient .layer.layer_white {
        background: var(--color-white); }
        .e2p-cmp .desk-btn--gradient .layer.layer_white .text {
          color: #075a59;
          text-shadow: 0 1.3em #075a59; }
    .e2p-cmp .desk-btn--gradient::before, .e2p-cmp .desk-btn--gradient::after {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      z-index: -1;
      height: 100%;
      width: 100%;
      border-radius: 100px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      -ms-border-radius: 100px;
      -o-border-radius: 100px; }
    .e2p-cmp .desk-btn--gradient::before {
      filter: blur(7px);
      background: linear-gradient(91deg, #597cee 0%, #a659ee 14.29%, #ee59c6 28.57%, #ee5b59 42.86%, #eecb59 57.14%, #99da5b 71.43%, #59ee80 85.71%, #06bcbf 100%);
      background-origin: border-box;
      background-clip: padding-box, border-box, border-box;
      background-size: 200%;
      animation: rainbow 2s infinite linear; }
    .e2p-cmp .desk-btn--gradient::after {
      display: none; }

.e2p-cmp .fintech-btn {
  font-weight: 700;
  padding: 15px 30px;
  background: #533afd;
  color: var(--color-white);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  text-transform: capitalize;
  font-family: var(--font-heading);
  border: 1px solid rgba(13, 23, 56, 0);
  box-shadow: 0 44px 18px -4px rgba(13, 23, 56, 0.04), 0 26px 10px -4px rgba(13, 23, 56, 0.06), 0 16px 6px -3px rgba(13, 23, 56, 0.07), 0 10px 4px -3px rgba(13, 23, 56, 0.08), 0 6px 2px -2px rgba(13, 23, 56, 0.08), 0 3px 1px -1px rgba(13, 23, 56, 0.09), 0 1px 1px -1px rgba(13, 23, 56, 0.09), 0 0 0 1px #5840ff, inset 0 1px 1px 1px rgba(255, 255, 255, 0.3); }
  .e2p-cmp .fintech-btn:hover {
    color: var(--color-white);
    box-shadow: 0 0 0 0 rgba(13, 23, 56, 0.04), 0 0 0 0 rgba(13, 23, 56, 0.06), 0 0 0 0 rgba(13, 23, 56, 0.07), 0 0 0 0 rgba(13, 23, 56, 0.08), 0 0 0 0 rgba(13, 23, 56, 0.08), 0 0 0 0 rgba(13, 23, 56, 0.09), 0 1px 1px -1px rgba(13, 23, 56, 0.09), 0 0 0 1px #5840ff, inset 0 1px 1px 1px rgba(255, 255, 255, 0.3); }
  .e2p-cmp .fintech-btn--white {
    background: #f8fafd;
    color: var(--color-heading);
    box-shadow: 0 44px 18px -4px rgba(13, 23, 56, 0.04), 0 26px 10px -4px rgba(13, 23, 56, 0.06), 0 16px 6px -3px rgba(13, 23, 56, 0.07), 0 10px 4px -3px rgba(13, 23, 56, 0.08), 0 6px 2px -2px rgba(13, 23, 56, 0.08), 0 3px 1px -1px rgba(13, 23, 56, 0.09), 0 1px 1px -1px rgba(13, 23, 56, 0.09), 0 0 0 1px #e9e5ff, inset 0 1px 1px 1px rgba(255, 255, 255, 0.3); }
    .e2p-cmp .fintech-btn--white:hover {
      color: var(--color-heading);
      box-shadow: 0 0 0 0 rgba(13, 23, 56, 0.04), 0 0 0 0 rgba(13, 23, 56, 0.06), 0 0 0 0 rgba(13, 23, 56, 0.07), 0 0 0 0 rgba(13, 23, 56, 0.08), 0 0 0 0 rgba(13, 23, 56, 0.08), 0 0 0 0 rgba(13, 23, 56, 0.09), 0 1px 1px -1px rgba(13, 23, 56, 0.09), 0 0 0 1px #e9e5ff, inset 0 1px 1px 1px rgba(255, 255, 255, 0.3); }

.e2p-cmp .details-btn {
  gap: 10px;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 31px;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  text-transform: capitalize;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: var(--color-primary); }
  .e2p-cmp .details-btn:hover {
    color: var(--color-white); }

/*----------------------------------------*/
/*  27. backtotop
/*----------------------------------------*/
.e2p-cmp .xb-backtotop {
  right: 30px;
  z-index: 999;
  bottom: 20px;
  position: fixed;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden; }
  .e2p-cmp .xb-backtotop.active {
    bottom: 40px;
    opacity: 1;
    visibility: visible; }
  .e2p-cmp .xb-backtotop .scroll {
    z-index: 1;
    width: 40px;
    height: 40px;
    display: block;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: var(--color-white);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: var(--color-primary); }
    .e2p-cmp .xb-backtotop .scroll:hover {
      margin-bottom: 4px; }
  .e2p-cmp .xb-backtotop.style-two .scroll {
    font-size: 16px;
    color: var(--color-black);
    background: linear-gradient(90deg, #33a8d4 0%, #fde14d 61.54%, #e9792f 100%); }

/*----------------------------------------*/
/*  19. mobile-menu
/*----------------------------------------*/
.e2p-cmp .xb-hamburger-menu {
  display: none; }
  @media (max-width: 991px) {
    .e2p-cmp .xb-hamburger-menu {
      display: block; } }

.e2p-cmp .xb-nav-mobile-button {
  position: relative;
  cursor: pointer;
  font-size: 23px;
  color: var(--color-dark); }

.e2p-cmp .xb-header-menu-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  visibility: hidden; }

.e2p-cmp .xb-header-menu {
  position: fixed;
  height: 100vh;
  width: 300px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  z-index: 1010;
  overflow: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateX(-100%);
  -khtml-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  visibility: hidden;
  background-color: #fff; }

.e2p-cmp .xb-header-menu.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0%);
  -khtml-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }

.e2p-cmp .xb-header-menu.active + .xb-header-menu-backdrop {
  opacity: 1;
  visibility: visible; }

.e2p-cmp .xb-header-menu-scroll {
  padding: 50px 25px 40px; }

.e2p-cmp .xb-header-menu-scroll .xb-close {
  position: absolute;
  top: 0;
  right: 0; }

.e2p-cmp .xb-header-menu-scroll .xb-menu-primary > li {
  padding-left: 0;
  padding-right: 0; }

.e2p-cmp .xb-header-menu-scroll .xb-menu-primary > li > a .left-icon {
  margin-right: 4px; }

.e2p-cmp .xb-header-menu-scroll .xb-menu-primary > li .elementor-section {
  max-width: 100%; }

.e2p-cmp .xb-header-menu-scroll .xb-menu-primary > li .elementor-container {
  margin: 10px 0 !important; }

.e2p-cmp .xb-header-menu-scroll .xb-menu-primary > li .sub-menu, .e2p-cmp .xb-header-menu-scroll .xb-menu-primary > li .children {
  padding-left: 15px; }

.e2p-cmp .xb-header-menu-scroll .xb-menu-primary > li .sub-menu a, .e2p-cmp .xb-header-menu-scroll .xb-menu-primary > li .children a {
  padding-left: 0; }

.e2p-cmp .xb-header-menu-scroll .xb-menu-primary > li .sub-menu.xb-mega-menu, .e2p-cmp .xb-header-menu-scroll .xb-menu-primary > li .children.xb-mega-menu {
  padding-left: 0; }

.e2p-cmp .xb-menu-toggle {
  position: absolute;
  top: 10px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  right: 0;
  width: 28px;
  cursor: pointer;
  font-size: 15px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: var(--color-heading);
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.03);
  display: inline-block; }

.e2p-cmp .xb-menu-toggle:before {
  content: "\f107";
  font-weight: 400;
  font-family: "Font Awesome 5 Pro"; }

.e2p-cmp .xb-menu-toggle.active:before {
  content: "\f106"; }

.e2p-cmp .xb-menu-primary {
  list-style: none;
  margin: 0;
  padding: 0; }

.e2p-cmp .xb-menu-primary li {
  position: relative; }

.e2p-cmp .xb-menu-primary li a {
  display: block;
  line-height: 46px;
  color: var(--color-heading);
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06); }

.e2p-cmp .xb-menu-primary li > a:hover, .e2p-cmp .xb-menu-primary li > a.current, .e2p-cmp .xb-menu-primary li.current_page_item > a, .e2p-cmp .xb-menu-primary li.current-menu-item > a, .e2p-cmp .xb-menu-primary li.current_page_ancestor > a, .e2p-cmp .xb-menu-primary li.current-menu-ancestor > a {
  color: var(--color-primary); }

.e2p-cmp .xb-menu-primary .sub-menu, .e2p-cmp .xb-menu-primary .children {
  position: relative;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0; }

.e2p-cmp .xb-menu-primary .sub-menu li a, .e2p-cmp .xb-menu-primary .children li a {
  font-weight: 500;
  padding-left: 14px; }

.e2p-cmp .xb-menu-primary > li > .sub-menu > li > .sub-menu > li a {
  padding-left: 0px; }

.e2p-cmp .xb-menu-primary .xb-megamenu .elementor-container > .elementor-column {
  width: 100%; }

.e2p-cmp .xb-menu-primary .xb-megamenu .elementor-container .elementor-widget-wrap {
  padding: 0 !important; }

.e2p-cmp .xb-menu-primary .xb-megamenu .xb-link li {
  margin: 0; }

.e2p-cmp .xb-menu-primary .xb-megamenu .xb-heading {
  padding-left: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding-top: 12px;
  padding-bottom: 12px; }

.e2p-cmp .xb-menu-primary .xb-megamenu .xb-heading .xb-item--title {
  margin-bottom: 0 !important;
  font-size: 15px !important;
  border-bottom: none !important; }

.e2p-cmp .xb-menu-primary .xb-megamenu .elementor-widget-heading > .elementor-widget-container {
  margin-bottom: 0 !important;
  border-bottom: none !important; }

.e2p-cmp .xb-menu-primary .xb-megamenu .elementor-section .elementor-container {
  flex-wrap: wrap; }

.e2p-cmp .xb-menu-primary .xb-menu-toggle:hover {
  color: var(--color-primary); }

.e2p-cmp .xb-logo-mobile {
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .e2p-cmp .xb-logo-mobile {
      max-width: 150px; } }

.e2p-cmp .xb-logo-mobile img {
  height: 40px; }

.e2p-cmp .xb-header-mobile-search {
  margin-bottom: 20px; }

.e2p-cmp .xb-header-mobile-search form {
  position: relative; }

.e2p-cmp .xb-header-mobile-search .search-field {
  height: 50px;
  border: none;
  padding: 0 25px;
  font-size: 16px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  color: var(--color-heading);
  padding: 12px 35px 13px 15px;
  background-color: transparent;
  border: 2px solid rgba(150, 144, 162, 0.09); }

.e2p-cmp .xb-header-mobile-search .search-field:focus {
  border-color: var(--color-primary); }

.e2p-cmp .xb-header-mobile-search .search-submit {
  position: absolute;
  top: 5px;
  right: 10px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  line-height: 36px;
  padding: 0;
  width: 30px;
  height: 40px;
  line-height: 40px;
  background: none;
  color: var(--color-primary); }

.e2p-cmp .xb-menu-close {
  background-color: rgba(0, 0, 0, 0.03);
  position: absolute;
  top: 0;
  right: 0;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px; }

.e2p-cmp .xb-header-mobile-search .search-submit {
  position: absolute;
  top: 5px;
  right: 10px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  line-height: 36px;
  padding: 0;
  width: 30px;
  height: 40px;
  line-height: 40px;
  background: none;
  color: var(--color-heading); }

.e2p-cmp .xb-nav-mobile {
  height: 45px;
  width: 45px;
  font-size: 18px;
  gap: 4px;
  padding: 10px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  background: var(--color-primary);
  border: 1px solid var(--color-primary); }
  @media (max-width: 767px) {
    .e2p-cmp .xb-nav-mobile {
      height: 40px;
      width: 40px; } }
  .e2p-cmp .xb-nav-mobile span {
    height: 2px;
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: var(--color-white); }
  .e2p-cmp .xb-nav-mobile:hover span:nth-child(odd) {
    width: 70%; }

/*----------------------------------------*/
/*  32. preloader - Liquid Wave Style
/*----------------------------------------*/
.e2p-cmp .xb-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; }
  .e2p-cmp .xb-loader .xb-loader-inner {
    position: relative;
    z-index: 10;
    text-align: center;
    width: 200px; }
  .e2p-cmp .xb-loader .xb-loader-logo {
    position: relative;
    width: 180px;
    margin-bottom: 25px; }
    .e2p-cmp .xb-loader .xb-loader-logo img {
      width: 100%;
      height: auto;
      display: block;
      animation: loaderLogoZoom 1.5s infinite alternate ease-in-out; }

@keyframes loaderLogoZoom {
  0% {
    transform: scale(0.95); }
  100% {
    transform: scale(1.1); } }
.e2p-cmp .xb-footer-inner {
  padding-top: 90px;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: var(--color-white); }
  .e2p-cmp .xb-footer-inner .xb-animate-line .line {
    left: -4px;
    top: 0; }
    .e2p-cmp .xb-footer-inner .xb-animate-line .line.two {
      left: auto;
      right: -4px; }

.e2p-cmp .xb-footer-wrapper {
  padding: 69px 69px; }
  @media only screen and (max-width: 1300px) {
    .e2p-cmp .xb-footer-wrapper {
      padding: 69px 63px; } }
  @media (max-width: 1199px) {
    .e2p-cmp .xb-footer-wrapper {
      padding: 69px 55px; } }
  @media only screen and (max-width: 1023px) {
    .e2p-cmp .xb-footer-wrapper {
      padding: 69px 51px; } }
  @media (max-width: 991px) {
    .e2p-cmp .xb-footer-wrapper {
      padding: 67px 40px; } }
  @media (max-width: 767px) {
    .e2p-cmp .xb-footer-wrapper {
      padding: 0 0 67px 0; } }

.e2p-cmp .xb-footer-top {
  text-align: center; }
  .e2p-cmp .xb-footer-top .sec-title {
    max-width: 796px;
    margin: 0 auto; }
    .e2p-cmp .xb-footer-top .sec-title .title {
      font-size: 70px; }
      @media (max-width: 991px) {
        .e2p-cmp .xb-footer-top .sec-title .title {
          font-size: 55px; } }
      @media (max-width: 767px) {
        .e2p-cmp .xb-footer-top .sec-title .title {
          font-size: 46px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .e2p-cmp .xb-footer-top .sec-title .title {
          padding: 0 10px; } }
  .e2p-cmp .xb-footer-top .xb-content {
    font-size: 22px;
    font-weight: 500;
    margin: 20px 0 55px;
    text-transform: capitalize; }
    @media (max-width: 767px) {
      .e2p-cmp .xb-footer-top .xb-content {
        font-size: 18px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .e2p-cmp .xb-footer-top .xb-content {
        padding: 0 100px; } }

.e2p-cmp .xb-footer-nav {
  gap: 39px;
  margin: 73px 0 70px;
  display: inline-flex; }
  @media (max-width: 991px) {
    .e2p-cmp .xb-footer-nav {
      gap: 21px; } }
  @media (max-width: 767px) {
    .e2p-cmp .xb-footer-nav {
      gap: 20px;
      padding: 0 10px;
      justify-content: center; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .e2p-cmp .xb-footer-nav {
      padding: 0 30px; } }
  .e2p-cmp .xb-footer-nav li {
    position: relative;
    padding-top: 13px;
    padding-bottom: 13px; }
    .e2p-cmp .xb-footer-nav li a {
      font-size: 18px;
      font-weight: 500;
      color: currentColor;
      text-transform: capitalize;
      color: var(--color-heading); }
      .e2p-cmp .xb-footer-nav li a:hover {
        color: var(--color-primary); }
    .e2p-cmp .xb-footer-nav li:not(:last-child) {
      padding-right: 39px; }
      @media (max-width: 767px) {
        .e2p-cmp .xb-footer-nav li:not(:last-child) {
          padding-right: 20px; } }
    .e2p-cmp .xb-footer-nav li:last-child::before, .e2p-cmp .xb-footer-nav li:last-child::after {
      display: none; }
    .e2p-cmp .xb-footer-nav li::before, .e2p-cmp .xb-footer-nav li::after {
      position: absolute;
      left: 0;
      content: "";
      top: 0;
      width: 100%;
      height: 100%;
      width: 3px;
      left: auto;
      right: 0;
      background: linear-gradient(180deg, #f2efff 0%, #dfd8ff 19.02%, #dfd8ff 87.98%, #f3f1ff 100%), rgba(0, 0, 0, 0.2); }
    .e2p-cmp .xb-footer-nav li::after {
      width: 1px;
      right: 1px;
      background: white; }

.e2p-cmp .dm-social-media-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr); }
  @media (max-width: 767px) {
    .e2p-cmp .dm-social-media-wrap {
      grid-template-columns: repeat(1, 1fr); } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .e2p-cmp .dm-social-media-wrap {
      gap: 1px 2px;
      grid-template-columns: repeat(2, 1fr); } }
  .e2p-cmp .dm-social-media-wrap .xb-social-media-item {
    border: none;
    border-radius: 0;
    padding: 15px;
    z-index: 1;
    position: relative;
    background: #140f26;
    border-top: 1px solid #fff; }
    @media (max-width: 767px) {
      .e2p-cmp .dm-social-media-wrap .xb-social-media-item {
        padding: 15px 30px; } }
    .e2p-cmp .dm-social-media-wrap .xb-social-media-item::before {
      position: absolute;
      content: '';
      right: 0;
      left: auto;
      height: 100%;
      width: 0;
      z-index: -1;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      background: var(--color-secondary); }
    .e2p-cmp .dm-social-media-wrap .xb-social-media-item:not(:last-child) {
      border-right: 3px solid #fff; }
      @media (max-width: 767px) {
        .e2p-cmp .dm-social-media-wrap .xb-social-media-item:not(:last-child) {
          border-right: none; } }
    .e2p-cmp .dm-social-media-wrap .xb-social-media-item .xb-item--holder {
      gap: 10px; }
    .e2p-cmp .dm-social-media-wrap .xb-social-media-item .xb-item--icon {
      color: var(--color-white);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .e2p-cmp .dm-social-media-wrap .xb-social-media-item .xb-item--icon svg path {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
    .e2p-cmp .dm-social-media-wrap .xb-social-media-item .xb-item--arrow svg rect {
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .e2p-cmp .dm-social-media-wrap .xb-social-media-item .xb-item--name {
      font-weight: 700;
      font-size: 14px;
      letter-spacing: 0.07em;
      text-transform: uppercase;
      color: var(--color-white);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      @media (max-width: 991px) {
        .e2p-cmp .dm-social-media-wrap .xb-social-media-item .xb-item--name {
          font-size: 12px; } }
    .e2p-cmp .dm-social-media-wrap .xb-social-media-item:hover::before {
      width: 100%;
      right: auto;
      left: 0; }
    .e2p-cmp .dm-social-media-wrap .xb-social-media-item:hover .xb-item--icon {
      color: var(--color-heading); }
      .e2p-cmp .dm-social-media-wrap .xb-social-media-item:hover .xb-item--icon svg path {
        fill: #000; }
    .e2p-cmp .dm-social-media-wrap .xb-social-media-item:hover .xb-item--arrow svg rect {
      fill: #140f26; }
    .e2p-cmp .dm-social-media-wrap .xb-social-media-item:hover .xb-item--name {
      color: var(--color-heading); }

.e2p-cmp .xb-footer_bottom {
  padding: 25px 0 45px; }
  .e2p-cmp .xb-footer_bottom p {
    color: rgba(20, 15, 38, 0.5);
    text-transform: capitalize; }
    .e2p-cmp .xb-footer_bottom p a {
      color: currentColor;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .e2p-cmp .xb-footer_bottom p a:hover {
        text-decoration: underline;
        color: var(--color-primary); }

.e2p-cmp .xb-contact-item {
  padding: 33px 39px 30px 30px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  background: var(--color-white);
  box-shadow: 0 4px 4px 0 #e3f5e4; }
  @media (max-width: 991px) {
    .e2p-cmp .xb-contact-item {
      padding: 33px 15px 30px 10px; } }
  @media (max-width: 767px) {
    .e2p-cmp .xb-contact-item {
      padding: 33px 20px 30px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .e2p-cmp .xb-contact-item {
      padding: 33px 30px 30px; } }
  .e2p-cmp .xb-contact-item .xb-icon {
    gap: 10px; }
    .e2p-cmp .xb-contact-item .xb-icon img {
      max-width: 53px; }
      @media (max-width: 991px) {
        .e2p-cmp .xb-contact-item .xb-icon img {
          max-width: 40px; } }
  .e2p-cmp .xb-contact-item .contact-method {
    font-size: 30px;
    margin-top: 23px;
    text-align: right;
    letter-spacing: -0.03em; }
    .e2p-cmp .xb-contact-item .contact-method a {
      color: currentColor; }
    @media (max-width: 1199px) {
      .e2p-cmp .xb-contact-item .contact-method {
        font-size: 22px; } }
    @media (max-width: 991px) {
      .e2p-cmp .xb-contact-item .contact-method {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .e2p-cmp .xb-contact-item .contact-method {
        font-size: 26px; } }

.e2p-cmp .hd-footer-inner {
  padding: 301px 0 60px; }
  @media (max-width: 767px) {
    .e2p-cmp .hd-footer-inner {
      padding: 301px 0 40px; } }

.e2p-cmp .xb-footer-logo {
  margin: 102px 0; }
  @media (max-width: 767px) {
    .e2p-cmp .xb-footer-logo {
      margin: 70px 0; } }

.e2p-cmp .hd-footer-bottom {
  gap: 30px;
  padding: 14px 40px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  background: var(--color-white); }
  @media only screen and (max-width: 1023px) {
    .e2p-cmp .hd-footer-bottom {
      gap: 15px; } }
  @media (max-width: 991px) {
    .e2p-cmp .hd-footer-bottom {
      gap: 0px; } }
  @media (max-width: 767px) {
    .e2p-cmp .hd-footer-bottom {
      gap: 15px;
      padding: 20px;
      text-align: center;
      justify-content: center;
      border-radius: 30px;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      -o-border-radius: 30px; } }
  .e2p-cmp .hd-footer-bottom p {
    color: var(--color-heading); }
    .e2p-cmp .hd-footer-bottom p a {
      color: currentColor; }

.e2p-cmp .xb-social-media {
  gap: 13px; }
  .e2p-cmp .xb-social-media li a {
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #045857;
    background: #d4edd5;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px; }
    .e2p-cmp .xb-social-media li a:hover {
      background: var(--color-white);
      box-shadow: 0 11px 8px 0 rgba(203, 231, 205, 0.7); }

.e2p-cmp .hd-footer-wrapper {
  z-index: 1;
  position: relative; }
  @media (max-width: 767px) {
    .e2p-cmp .hd-footer-wrapper {
      margin-bottom: 20px; } }

.e2p-cmp .fs-footer-nav-wrap {
  text-align: center; }
  .e2p-cmp .fs-footer-nav-wrap .xb-footer-nav {
    margin: 0;
    position: relative;
    display: inline-flex;
    padding: 4px 11px 5px;
    background: #fbfaff; }
    @media (max-width: 991px) {
      .e2p-cmp .fs-footer-nav-wrap .xb-footer-nav {
        gap: 20px;
        padding: 4px 25px; } }
    @media (max-width: 767px) {
      .e2p-cmp .fs-footer-nav-wrap .xb-footer-nav {
        padding: 4px 10px;
        border-radius: 0 0 30px 30px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .e2p-cmp .fs-footer-nav-wrap .xb-footer-nav {
        gap: 15px;
        padding: 4px 18px; } }
    .e2p-cmp .fs-footer-nav-wrap .xb-footer-nav li:not(:last-child) {
      padding-right: 20px; }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .e2p-cmp .fs-footer-nav-wrap .xb-footer-nav li:not(:last-child) {
          padding-right: 15px; } }
    @media (max-width: 767px) {
      .e2p-cmp .fs-footer-nav-wrap .xb-footer-nav::before, .e2p-cmp .fs-footer-nav-wrap .xb-footer-nav::after {
        display: none; } }

.e2p-cmp .xb-corner-shape::before, .e2p-cmp .xb-corner-shape::after {
  position: absolute;
  content: '';
  top: 0;
  left: -81px;
  height: 100%;
  width: 81px;
  background-image: url(../img/shape/corner-shape01.png);
  background-repeat: no-repeat; }
  @media (max-width: 1199px) {
    .e2p-cmp .xb-corner-shape::before, .e2p-cmp .xb-corner-shape::after {
      left: -70px; } }
  @media only screen and (max-width: 1023px) {
    .e2p-cmp .xb-corner-shape::before, .e2p-cmp .xb-corner-shape::after {
      left: -60px; } }
  @media (max-width: 767px) {
    .e2p-cmp .xb-corner-shape::before, .e2p-cmp .xb-corner-shape::after {
      left: -65px; } }
.e2p-cmp .xb-corner-shape::after {
  position: absolute;
  content: '';
  left: auto;
  right: -81px;
  background-image: url(../img/shape/corner-shape02.png); }
  @media (max-width: 1199px) {
    .e2p-cmp .xb-corner-shape::after {
      right: -70px; } }
  @media only screen and (max-width: 1023px) {
    .e2p-cmp .xb-corner-shape::after {
      right: -60px; } }
  @media (max-width: 767px) {
    .e2p-cmp .xb-corner-shape::after {
      right: -65px; } }

.e2p-cmp .fs-widget-title {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color-heading); }

.e2p-cmp .fs-footer-inner {
  padding: 100px 40px; }
  @media (max-width: 1199px) {
    .e2p-cmp .fs-footer-inner {
      padding: 100px 20px; } }
  @media (max-width: 767px) {
    .e2p-cmp .fs-footer-inner {
      padding: 94px 15px 100px; } }

@media (max-width: 1199px) {
  .e2p-cmp .fs-footer-newsletter {
    margin-right: -90px; } }
@media (max-width: 991px) {
  .e2p-cmp .fs-footer-newsletter {
    margin-right: 0; } }

.e2p-cmp .fs-footer-widget .xb-item--title {
  font-size: 38px;
  margin: 17px 0;
  line-height: 43px;
  letter-spacing: -0.05em;
  text-transform: capitalize; }
  @media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .e2p-cmp .fs-footer-widget .xb-item--title {
      font-size: 36px; } }
  @media (max-width: 767px) {
    .e2p-cmp .fs-footer-widget .xb-item--title {
      font-size: 33px; } }
.e2p-cmp .fs-footer-widget .xb-item--contact {
  margin: 25px 0 35px; }
  .e2p-cmp .fs-footer-widget .xb-item--contact li {
    gap: 10px;
    display: flex;
    font-size: 24px;
    font-weight: 700;
    align-items: center;
    color: var(--color-heading);
    font-family: var(--font-heading); }
    .e2p-cmp .fs-footer-widget .xb-item--contact li a {
      color: currentColor; }
    .e2p-cmp .fs-footer-widget .xb-item--contact li span {
      height: 38px;
      width: 38px;
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      box-shadow: 0 44px 18px -4px rgba(13, 23, 56, 0.04), 0 26px 10px -4px rgba(13, 23, 56, 0.06), 0 16px 6px -3px rgba(13, 23, 56, 0.07), 0 10px 4px -3px rgba(13, 23, 56, 0.08), 0 6px 2px -2px rgba(13, 23, 56, 0.08), 0 3px 1px -1px rgba(13, 23, 56, 0.09), 0 1px 1px -1px rgba(13, 23, 56, 0.09); }
    .e2p-cmp .fs-footer-widget .xb-item--contact li:nth-child(2) span {
      box-shadow: 0 44px 18px -4px rgba(11, 60, 22, 0.04), 0 26px 10px -4px rgba(11, 60, 22, 0.06), 0 16px 6px -3px rgba(11, 60, 22, 0.07), 0 10px 4px -3px rgba(11, 60, 22, 0.08), 0 6px 2px -2px rgba(11, 60, 22, 0.08), 0 3px 1px -1px rgba(11, 60, 22, 0.09), 0 1px 1px -1px rgba(11, 60, 22, 0.09); }
    .e2p-cmp .fs-footer-widget .xb-item--contact li:not(:last-child) {
      margin-bottom: 17px; }
.e2p-cmp .fs-footer-widget .xb-item--input {
  overflow: hidden;
  margin-top: 15px;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: 0 44px 18px -4px rgba(13, 23, 56, 0.04), 0 26px 10px -4px rgba(13, 23, 56, 0.06), 0 16px 6px -3px rgba(13, 23, 56, 0.07), 0 10px 4px -3px rgba(13, 23, 56, 0.08), 0 6px 2px -2px rgba(13, 23, 56, 0.08), 0 3px 1px -1px rgba(13, 23, 56, 0.09), 0 1px 1px -1px rgba(13, 23, 56, 0.09), 0 0 0 1px #e9e5ff, inset 0 1px 1px 1px rgba(255, 255, 255, 0.3); }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .e2p-cmp .fs-footer-widget .xb-item--input {
      display: inline-block; } }
  .e2p-cmp .fs-footer-widget .xb-item--input input {
    height: 50px;
    padding: 10px 55px 10px 20px;
    background: var(--color-white); }
    .e2p-cmp .fs-footer-widget .xb-item--input input::placeholder {
      color: #5d6a83; }
  .e2p-cmp .fs-footer-widget .xb-item--input a {
    position: absolute;
    right: 2px;
    top: 2px;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--color-white);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: var(--color-primary); }

.e2p-cmp .fs-footer-scanner {
  text-align: center; }
  @media (max-width: 1199px) {
    .e2p-cmp .fs-footer-scanner {
      text-align: end;
      margin-right: 8px; } }
  @media (max-width: 991px) {
    .e2p-cmp .fs-footer-scanner {
      margin-right: 0; } }
  @media (max-width: 767px) {
    .e2p-cmp .fs-footer-scanner {
      text-align: start; } }
  .e2p-cmp .fs-footer-scanner .xb-item--inner {
    height: 100%;
    max-width: 191px;
    text-align: center;
    display: inline-block;
    padding: 15px 25px 20px;
    border: 1px solid #fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 44px 18px -4px rgba(13, 23, 56, 0.04), 0 26px 10px -4px rgba(13, 23, 56, 0.06), 0 16px 6px -3px rgba(13, 23, 56, 0.07), 0 10px 4px -3px rgba(13, 23, 56, 0.08), 0 6px 2px -2px rgba(13, 23, 56, 0.08), 0 3px 1px -1px rgba(13, 23, 56, 0.09), 0 1px 1px -1px rgba(13, 23, 56, 0.09); }
  .e2p-cmp .fs-footer-scanner .xb-item--text {
    display: block;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 15px;
    color: var(--color-heading); }
  .e2p-cmp .fs-footer-scanner .xb-item--social {
    gap: 20px;
    margin-top: 13px;
    justify-content: center; }
    .e2p-cmp .fs-footer-scanner .xb-item--social li a {
      height: 40px;
      width: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 25px;
      background: #0d1738;
      color: var(--color-white);
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%; }
    .e2p-cmp .fs-footer-scanner .xb-item--social li:nth-child(2) a {
      font-size: 20px; }

.e2p-cmp .fs-social-media-item {
  background: transparent !important;
  border-top: 1px solid var(--color-border) !important;
  border-bottom: 1px solid var(--color-border) !important; }
  @media (max-width: 767px) {
    .e2p-cmp .fs-social-media-item {
      padding: 15px 15px !important;
      border-top: none !important; } }
  .e2p-cmp .fs-social-media-item:not(:last-child) {
    border-right: 1px solid var(--color-border) !important; }
    @media (max-width: 767px) {
      .e2p-cmp .fs-social-media-item:not(:last-child) {
        border-right: none !important; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .e2p-cmp .fs-social-media-item:not(:last-child) {
        border-right: 1px solid var(--color-border) !important; } }
  .e2p-cmp .fs-social-media-item::before {
    display: none; }
  .e2p-cmp .fs-social-media-item .xb-item--name {
    color: var(--color-heading) !important; }
  .e2p-cmp .fs-social-media-item .xb-item--icon {
    color: var(--color-heading) !important; }
    .e2p-cmp .fs-social-media-item .xb-item--icon svg path {
      fill: var(--color-heading); }
  .e2p-cmp .fs-social-media-item .xb-item--arrow svg {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .e2p-cmp .fs-social-media-item:hover .xb-item--name {
    color: var(--color-primary) !important; }
  .e2p-cmp .fs-social-media-item:hover .xb-item--icon {
    color: var(--color-primary) !important; }
    .e2p-cmp .fs-social-media-item:hover .xb-item--icon svg path {
      fill: var(--color-primary) !important; }
  .e2p-cmp .fs-social-media-item:hover .xb-item--arrow svg {
    transform: rotate(45deg); }
    .e2p-cmp .fs-social-media-item:hover .xb-item--arrow svg path {
      fill: var(--color-primary) !important; }

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .e2p-cmp .fs-social-midea-warap {
    gap: 0; } }

.e2p-cmp .fs-footer_bottom {
  padding: 30px 20px 35px; }
  @media (max-width: 767px) {
    .e2p-cmp .fs-footer_bottom {
      gap: 5px;
      text-align: center;
      justify-content: center; } }

.e2p-cmp .as-footer-wrapper {
  padding: 2px;
  margin: 0 30px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  box-shadow: 0 0 4px 0 rgba(148, 81, 245, 0.5); }
  @media (max-width: 767px) {
    .e2p-cmp .as-footer-wrapper {
      margin: 0 10px 0; } }
  .e2p-cmp .as-footer-wrapper::before {
    position: absolute;
    content: '';
    z-index: -1;
    inset: 2px;
    height: 99.5%;
    width: 99.8%;
    border-radius: inherit;
    background: var(--color-black); }
    @media (max-width: 991px) {
      .e2p-cmp .as-footer-wrapper::before {
        width: 99.5%; } }
    @media (max-width: 767px) {
      .e2p-cmp .as-footer-wrapper::before {
        width: 99%; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .e2p-cmp .as-footer-wrapper::before {
        width: 99.2%; } }
  .e2p-cmp .as-footer-wrapper .as-blur-shape .shape {
    z-index: -2;
    width: 75px;
    height: 575px;
    position: absolute;
    border-radius: 100%;
    background: #9654f4;
    filter: blur(50px); }
    .e2p-cmp .as-footer-wrapper .as-blur-shape .shape--1 {
      left: 0;
      bottom: -172px; }
    .e2p-cmp .as-footer-wrapper .as-blur-shape .shape--2 {
      top: -268px;
      right: -20px; }

.e2p-cmp .as-footer-inner {
  padding: 48px 0 55px;
  background: transparent; }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .e2p-cmp .as-footer-inner {
      padding: 48px 10px 55px; } }

.e2p-cmp .as-footer-newsletter .xb-item--title {
  font-size: 26px;
  margin-bottom: 20px;
  color: var(--color-white); }
.e2p-cmp .as-footer-newsletter .xb-item--input_field {
  gap: 20px;
  display: flex;
  align-items: center; }
  @media (max-width: 767px) {
    .e2p-cmp .as-footer-newsletter .xb-item--input_field {
      flex-wrap: wrap; } }
  .e2p-cmp .as-footer-newsletter .xb-item--input_field input {
    width: 343px;
    height: 60px;
    font-size: 16px;
    padding: 10px 25px;
    background: #0d0d0d;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: var(--color-white);
    border-radius: 500px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    -ms-border-radius: 500px;
    -o-border-radius: 500px;
    border: 1px solid rgba(55, 48, 64, 0.5);
    box-shadow: 0 0 4px 0 rgba(148, 81, 245, 0.3); }
    @media (max-width: 1199px) {
      .e2p-cmp .as-footer-newsletter .xb-item--input_field input {
        width: 250px; } }
    @media (max-width: 991px) {
      .e2p-cmp .as-footer-newsletter .xb-item--input_field input {
        width: 343px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .e2p-cmp .as-footer-newsletter .xb-item--input_field input {
        width: 320px; } }
    .e2p-cmp .as-footer-newsletter .xb-item--input_field input::placeholder {
      color: #3b3b3b; }
    .e2p-cmp .as-footer-newsletter .xb-item--input_field input:focus {
      border: 1px solid var(--color-primary); }
  .e2p-cmp .as-footer-newsletter .xb-item--input_field a {
    font-size: 18px;
    font-weight: 700;
    color: #2f1257;
    padding: 17px 29px;
    display: inline-block;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    background: var(--color-white);
    font-family: var(--font-heading);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .e2p-cmp .as-footer-newsletter .xb-item--input_field a:hover {
      color: var(--color-white);
      background: var(--color-primary); }
.e2p-cmp .as-footer-newsletter .xb-social-media {
  margin-top: 70px; }
  @media (max-width: 991px) {
    .e2p-cmp .as-footer-newsletter .xb-social-media {
      margin-top: 50px; } }
  .e2p-cmp .as-footer-newsletter .xb-social-media li a {
    background: #202020;
    color: var(--color-white); }
    .e2p-cmp .as-footer-newsletter .xb-social-media li a svg path {
      fill: var(--color-white); }
    .e2p-cmp .as-footer-newsletter .xb-social-media li a:hover {
      box-shadow: none;
      background: var(--color-primary); }

.e2p-cmp .as-footer-widget .widget-list li:not(:last-child) {
  margin-bottom: 13px; }
.e2p-cmp .as-footer-widget .widget-list li a {
  font-weight: 500;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.6); }
  .e2p-cmp .as-footer-widget .widget-list li a:hover {
    color: white; }

.e2p-cmp .footer-widget-title {
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin-bottom: 24px;
  color: var(--color-white); }

.e2p-cmp .as-footer-widget-wrap {
  gap: 108px;
  display: grid;
  margin-left: 83px;
  grid-template-columns: repeat(3, 1fr); }
  @media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .e2p-cmp .as-footer-widget-wrap {
      gap: 90px;
      margin-left: 60px; } }
  @media (max-width: 1199px) {
    .e2p-cmp .as-footer-widget-wrap {
      gap: 60px;
      margin-left: 0; } }
  @media (max-width: 767px) {
    .e2p-cmp .as-footer-widget-wrap {
      gap: 30px; } }

.e2p-cmp .as-footer-bottom {
  margin-top: 84px;
  padding: 23px 50px;
  background: rgba(255, 255, 255, 0.05); }
  @media (max-width: 991px) {
    .e2p-cmp .as-footer-bottom {
      text-align: center;
      justify-content: center; } }
  @media (max-width: 767px) {
    .e2p-cmp .as-footer-bottom {
      gap: 0px;
      margin-top: 50px;
      padding: 23px 20px; } }
  .e2p-cmp .as-footer-bottom p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5); }

.e2p-cmp .ab-footer-newsletter .xb-item--input_field input {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #0d1738; }
  .e2p-cmp .ab-footer-newsletter .xb-item--input_field input::placeholder {
    color: rgba(255, 255, 255, 0.41); }
.e2p-cmp .ab-footer-newsletter .xb-social-media li a {
  background: #192342; }

.e2p-cmp .team-contact-item {
  border-radius: 15px;
  box-shadow: none; }

/*# sourceMappingURL=main.css.map */

/* ===== e2p-brand.css ===== */
/* Easy2Patch indigo brand overrides — applied only via index.html */

/* ---------------------------------------------------------------
   Help-desk theme CSS variables (green/teal -> indigo)
--------------------------------------------------------------- */
.e2p-cmp.help-desk {
  --color-primary: #5F42B3 !important;
  --color-secondary: #5F42B3 !important;
  --color-heading: #1C1740 !important;
  --color-default: #574C7A !important; }

/* ---------------------------------------------------------------
   Header (header-area--two)
--------------------------------------------------------------- */
.e2p-cmp .header-area--two .header__wrap {
  background: #F0EBF7 !important; }

.e2p-cmp .header-area--two .main-menu > ul > li:hover > a, .e2p-cmp .header-area--two .main-menu > ul > li.active > a {
  background: linear-gradient(180deg, #fff 2.54%, #E3D9EF 100%) !important; }

.e2p-cmp .header-area--two .xb-header-btn a:nth-child(1) {
  background: linear-gradient(180deg, #fff 2.54%, #E3D9EF 100%) !important; }

.e2p-cmp .header-area--two .xb-header-btn a:nth-child(2) {
  box-shadow: inset 0 1px 1px 0 rgba(214, 199, 230, 0.08), inset 0 -2px 1px 0 rgba(28, 23, 64, 0.24), 0 0 1px 0 rgba(28, 23, 64, 0.32), 0 2px 2px 0 rgba(28, 23, 64, 0.06), 0 4px 4px 0 rgba(28, 23, 64, 0.06), 0 8px 8px 0 rgba(28, 23, 64, 0.06) !important; }

/* ---------------------------------------------------------------
   Hero (hero-area--two, xb-hero-inner, xb-hero-bottom)
--------------------------------------------------------------- */
.e2p-cmp .hero-area--two {
  background: linear-gradient(181deg, #fff 0%, #F6F2FB 100%) !important; }

.e2p-cmp .hero-area--two .xb-hero-inner::before {
  background: linear-gradient(180deg, rgba(236, 233, 250, 0) 0%, #F0EBF7 58.56%, rgba(245, 242, 255, 0.97) 77.48%, #F6F2FB 100%) !important; }

.e2p-cmp .xb-hero-bottom .item.circle_up_down {
  background: linear-gradient(180deg, #fff 2.54%, #E3D9EF 100%) !important; }

/* ---------------------------------------------------------------
   Brand strip (xb-brand-top, xb-animate-leftRight)
--------------------------------------------------------------- */
.e2p-cmp .xb-brand-top .text {
  background: #E9E1F2 !important; }

.e2p-cmp .xb-brand-top .line {
  background: #E9E1F2 !important; }

.e2p-cmp .xb-animate-leftRight .line span {
  background: linear-gradient(90deg, #916AB1 0%, #E9E1F2 100%) !important; }

.e2p-cmp .xb-animate-leftRight .line--2 span {
  background: linear-gradient(90deg, #E9E1F2 0%, #916AB1 100%) !important; }

/* ---------------------------------------------------------------
   Dashboard (xb-dashboard-item)
--------------------------------------------------------------- */
.e2p-cmp .xb-dashboard-item {
  background: #E9E1F2 !important; }

.e2p-cmp .xb-dashboard-item .xb-item--arrow {
  background: linear-gradient(180deg, #5F42B3 0%, #1C1740 100%) !important; }

.e2p-cmp .xb-dashboard-item .xb-item--logo_content .logo::before {
  background: rgba(95, 66, 179, 0.26) !important; }

.e2p-cmp .xb-dashboard-item:hover .xb-item--arrow svg rect {
  fill: #2A2150 !important; }

/* ---------------------------------------------------------------
   Success story (xb-story-*)
--------------------------------------------------------------- */
.e2p-cmp .xb-story-item {
  background: #E9E1F2 !important; }

.e2p-cmp .xb-story-item.bg--6 {
  background: #5F42B3 !important; }

.e2p-cmp .xb-story-slider-wrap {
  border: 1px solid #E9E1F2 !important; }

.e2p-cmp .xb-story-slider-wrap .swiper-pagination {
  border: 1px solid #E9E1F2 !important; }

.e2p-cmp .xb-story-slider-wrap .swiper-pagination .swiper-pagination-bullet {
  background: #916AB1 !important; }

.e2p-cmp .xb-story-slide-content .xb-item--desig {
  color: rgba(95, 66, 179, 0.6) !important; }

/* ---------------------------------------------------------------
   Integration (xb-intigration-*)
--------------------------------------------------------------- */
.e2p-cmp .xb-intigration-inner {
  background: #5F42B3 !important; }

.e2p-cmp .xb-intigration-logo {
  background: rgba(28, 23, 64, 0.5) !important; }

/* ---------------------------------------------------------------
   Features (hd-feature, xbf-*)
--------------------------------------------------------------- */
.e2p-cmp .hd-feature-item:not(:last-child) {
  border-bottom: 1px solid #E9E1F2 !important; }

.e2p-cmp .xbf-mockup-frame {
  background: #2A2150 !important; }

.e2p-cmp .xbf-mockup-view::after {
  background: #5F42B3 !important; }

.e2p-cmp .xbf-rt-according-main {
  border-bottom: 1px solid #E9E1F2 !important; }

.e2p-cmp .xbf-rt-text-style-h5 {
  color: #2A2150 !important; }

/* ---------------------------------------------------------------
   Funfact (xb-funfact-*, funfact-col)
--------------------------------------------------------------- */
.e2p-cmp .xb-funfact-inner::before, .e2p-cmp .xb-funfact-inner::after {
  background: #E9E1F2 !important; }

.e2p-cmp .funfact-col:not(:last-child) {
  border-right: 1px solid #E9E1F2 !important; }

@media (max-width: 767px) {
  .e2p-cmp .funfact-col:not(:last-child) {
    border-bottom: 1px solid #E9E1F2 !important; } }

/* ---------------------------------------------------------------
   Pricing (xb-pricing-*, xb-table-*, pricing_toggle_btn, switch_btn, badge)
--------------------------------------------------------------- */
.e2p-cmp .xb-pricing-row {
  border: 1px solid #E9E1F2 !important; }

.e2p-cmp .xb-pricing-table tr th, .e2p-cmp .xb-pricing-table tr td {
  border-right: 1px solid #E9E1F2 !important; }

.e2p-cmp .xb-pricing-table tbody tr:nth-child(odd) {
  background: #F0EAF6 !important; }

.e2p-cmp .xb-table-btn {
  border: 1px solid #E9E1F2 !important; }

.e2p-cmp .xb-table-btn li:not(:last-child) {
  border-right: 1px solid #E9E1F2 !important; }

.e2p-cmp .xb-table-btn li a {
  color: #5F42B3 !important;
  border: 1px solid #E9E1F2 !important; }

.e2p-cmp .xb-table-btn li a:hover {
  background: #E9E1F2 !important; }

.e2p-cmp .pricing_toggle_btn .badge {
  border: 1px solid #E9E1F2 !important; }

.e2p-cmp .pricing_toggle_btn .switch_btn {
  background: #E9E1F2 !important; }

.e2p-cmp .pricing_toggle_btn .switch_btn:before {
  box-shadow: -2px 2px 7px 0 rgba(28, 23, 64, 0.17) !important; }

/* ---------------------------------------------------------------
   FAQ (xb-desk-faq, accordion, acc-btn, xb-faq-*)
--------------------------------------------------------------- */
.e2p-cmp .xb-desk-faq .accordion_box .block .acc-btn {
  background: #FFFFFF !important;
  color: var(--color-heading) !important;
  border: 1px solid rgba(95, 66, 179, 0.14) !important; }

.e2p-cmp .xb-desk-faq .accordion_box .block .content p {
  color: #574C7A !important; }

.e2p-cmp .xb-desk-faq .accordion_box .block.active-block .acc-btn {
  background: #FFFFFF !important;
  color: var(--color-heading) !important; }

.e2p-cmp .xb-desk-faq .accordion_box .block, .e2p-cmp .xb-desk-faq .accordion_box .block .acc_body, .e2p-cmp .xb-desk-faq .accordion_box .block .content {
  background: transparent !important; }

.e2p-cmp .xb-faq-left .xb-content {
  color: #574C7A !important; }

/* ---------------------------------------------------------------
   CTA (xb-cta-*)
--------------------------------------------------------------- */
.e2p-cmp .xb-cta-right::before {
  background: #2A2150 !important; }

/* ---------------------------------------------------------------
   Buttons (desk-btn, desk-btn--white, desk-btn--gradient, layer)
--------------------------------------------------------------- */
.e2p-cmp .desk-btn {
  color: #D6C7E6 !important;
  background: linear-gradient(180deg, #5F42B3 0%, #1C1740 100%) !important; }

.e2p-cmp .desk-btn .text {
  color: #D6C7E6 !important;
  text-shadow: 0 1.3em #D6C7E6 !important; }

.e2p-cmp .desk-btn--white .text {
  text-shadow: 0 1.3em #5F42B3 !important; }

.e2p-cmp .desk-btn--gradient .layer {
  background: linear-gradient(180deg, #5F42B3 0%, #1C1740 100%) !important; }

.e2p-cmp .desk-btn--gradient .layer.layer_white .text {
  color: #2A2150 !important;
  text-shadow: 0 1.3em #2A2150 !important; }

/* ---------------------------------------------------------------
   Footer (xb-contact-item, xb-social-media, linear_bg02)
--------------------------------------------------------------- */
.e2p-cmp .xb-contact-item {
  box-shadow: 0 4px 4px 0 #EEE7F5 !important; }

.e2p-cmp .xb-social-media li a {
  color: #5F42B3 !important;
  background: #E6DEF0 !important; }

.e2p-cmp .xb-social-media li a:hover {
  box-shadow: 0 11px 8px 0 rgba(214, 199, 230, 0.7) !important; }

.e2p-cmp .linear_bg02 {
  background: linear-gradient(181deg, #F6F2FB 0%, #fff 100%) !important; }

/* ===== theme-inline.css ===== */
/* Temanin index.html <head> bloğundan AYIKLANMIS inline CSS.
   Kaynak: public/assets/comparison/index.html (\3c style>, tum <link>'lerden sonra geliyordu).
   O dosya iframe kaldirilirken silindi; bu blok artik tek kaynak (gecmisi git'te).
   iframe kaldirilirken bu blok atlanmisti; karsilastirma tablosunun (.e2p-compare) ve
   .liquid-ether konumlandirmasinin stilleri burada. Kaskad sirasi: EN SON. */
/* Match the rest of the easy2patch site: use Manrope (the site's --font-default) for body + headings. */
    @font-face{font-family:"Manrope";src:url("/assets/fonts/Manrope-ExtraLight.woff2") format("woff2");font-weight:200;font-style:normal;font-display:swap}
    @font-face{font-family:"Manrope";src:url("/assets/fonts/Manrope-Light.woff2") format("woff2");font-weight:300;font-style:normal;font-display:swap}
    @font-face{font-family:"Manrope";src:url("/assets/fonts/Manrope-Regular.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap}
    @font-face{font-family:"Manrope";src:url("/assets/fonts/Manrope-Medium.woff2") format("woff2");font-weight:500;font-style:normal;font-display:swap}
    @font-face{font-family:"Manrope";src:url("/assets/fonts/Manrope-SemiBold.woff2") format("woff2");font-weight:600;font-style:normal;font-display:swap}
    @font-face{font-family:"Manrope";src:url("/assets/fonts/Manrope-Bold.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap}
    @font-face{font-family:"Manrope";src:url("/assets/fonts/Manrope-ExtraBold.woff2") format("woff2");font-weight:800;font-style:normal;font-display:swap}
    .e2p-cmp{--font-body:"Manrope",sans-serif;--font-heading:"Manrope",sans-serif}
    .e2p-cmp.help-desk, .e2p-cmp.help-desk h1, .e2p-cmp.help-desk h2, .e2p-cmp.help-desk h3, .e2p-cmp.help-desk h4, .e2p-cmp.help-desk h5, .e2p-cmp.help-desk h6, .e2p-cmp.help-desk .title, .e2p-cmp.help-desk .xb-item--title, .e2p-cmp.help-desk .xbf-rt-text-style-h5, .e2p-cmp.help-desk p, .e2p-cmp.help-desk a, .e2p-cmp.help-desk span, .e2p-cmp.help-desk li, .e2p-cmp.help-desk button, .e2p-cmp.help-desk input, .e2p-cmp.help-desk textarea{font-family:"Manrope",sans-serif}
    .e2p-cmp.help-desk .e2p-compare-sub{max-width:62ch;margin:16px auto 0;color:var(--color-default);font-size:17px}
    .e2p-cmp.help-desk .e2p-compare-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}
    .e2p-cmp.help-desk table.e2p-compare{min-width:940px;width:100%}
    .e2p-cmp.help-desk table.e2p-compare th{white-space:nowrap}
    .e2p-cmp.help-desk table.e2p-compare th, .e2p-cmp.help-desk table.e2p-compare td{text-align:center;vertical-align:middle;font-size:14px}
    .e2p-cmp.help-desk table.e2p-compare th.e2p-feat, .e2p-cmp.help-desk table.e2p-compare td.e2p-feat{text-align:left;font-weight:700;color:var(--color-heading);white-space:nowrap}
    .e2p-cmp.help-desk table.e2p-compare th.e2p-us-head{color:#fff!important;background:linear-gradient(135deg,#5F42B3,#4A3391)!important}
    .e2p-cmp.help-desk table.e2p-compare td.e2p-us{background:rgba(95,66,179,.08)!important;color:var(--color-heading);font-weight:700}
    .e2p-cmp .e2p-pill{display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;line-height:1.4;padding:4px 12px;border-radius:20px;border:1px solid transparent}
    .e2p-cmp .e2p-pill.yes{background:rgba(95,66,179,.14);color:#5F42B3;border-color:rgba(95,66,179,.30)}
    .e2p-cmp .e2p-pill.part{background:rgba(232,137,6,.14);color:#B4610A;border-color:rgba(232,137,6,.30)}
    .e2p-cmp .e2p-pill.no{background:rgba(120,113,150,.15);color:#6B6486;border-color:rgba(120,113,150,.28)}
    .e2p-cmp.help-desk .e2p-compare-note{text-align:center;color:var(--color-default);font-size:13px;margin-top:22px;opacity:.85}
    .e2p-cmp.help-desk .e2p-compare-cta{margin-top:26px}
    .e2p-cmp.help-desk .xb-intigration-wrapper{background-image:linear-gradient(180deg,#F0EBF7 0%,#F5F1F9 62%,#FFFFFF 100%)!important}
    .e2p-cmp.help-desk .hd-footer-wrapper{background-image:linear-gradient(0deg,#F0EBF7 0%,#F5F1F9 62%,#FFFFFF 100%)!important}
    .e2p-cmp.help-desk .xb-header-logo img{max-height:38px;width:auto!important;max-width:100%!important}
    .e2p-cmp.help-desk .xb-loader-logo img{max-width:210px!important;height:auto!important}
    .e2p-cmp.help-desk .xb-logo-mobile img{max-height:36px!important;width:auto!important}
    .e2p-cmp.help-desk .xb-footer-logo img{max-height:48px!important;width:auto!important}
    /* ===== Butonlar: ana sayfadaki hero "Get 30 Day Premium Trial" ile aynı stil =====
       Ana sayfa reçetesi: .btn (padding 10px 20px, border 0, radius 8px, transition all .35s)
       + .py-3 (üst/alt 1rem) + .btn-white (#fff zemin, #1C1740 yazı)
       + .transition-hover-top:hover (translateY(-3px)) ve .btn-white:hover (#0e0b25 zemin, beyaz yazı).
       Eskiden mor gradient + animasyonlu parıltı vardı; ikisi de kaldırıldı. */
    .e2p-cmp.help-desk .thm-btn.desk-btn{
      display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px;
      padding:16px 20px!important;border:0!important;border-radius:8px!important;
      background:#fff!important;background-image:none!important;
      color:#1C1740!important;font-weight:600;font-size:16px;line-height:1.1;position:relative;overflow:hidden;
      box-shadow:none!important;
      transition:all .35s ease-in-out!important;
    }
    /* HOVER: eski efekt (koyu zemin + 3px yükselme) kaldırıldı.
       Yeni efekt: sadece mor stroke. Kenarlık yerine inset box-shadow kullanıldı —
       böylece kutu ölçüsü değişmiyor, buton hover'da oynamıyor. */
    .e2p-cmp.help-desk .thm-btn.desk-btn:hover, .e2p-cmp.help-desk .thm-btn.desk-btn:focus, .e2p-cmp.help-desk .thm-btn.desk-btn:active{
      background:#fff!important;color:#1C1740!important;transform:none!important;
      box-shadow:inset 0 0 0 2px #4832B1!important;
    }
    .e2p-cmp.help-desk .thm-btn.desk-btn:hover .text, .e2p-cmp.help-desk .thm-btn.desk-btn:focus .text{color:#1C1740!important}
    .e2p-cmp.help-desk .thm-btn.desk-btn .layer, .e2p-cmp.help-desk .thm-btn.desk-btn .inner{background:transparent!important;padding:0!important;margin:0!important;border:0!important;box-shadow:none!important;border-radius:inherit!important;display:inline-flex!important;align-items:center!important;width:auto!important;position:relative!important;z-index:2!important}
    .e2p-cmp.help-desk .thm-btn.desk-btn .text{color:inherit!important;text-shadow:none!important;font-weight:600!important;line-height:1.1!important}
    /* ===== Defender entegrasyonu bölümü: yukarıdan aşağıya başlık -> açıklama -> büyük ortalı görsel ===== */
    .e2p-cmp.help-desk .e2p-defender .e2p-defender-inner{max-width:1120px;margin:0 auto}
    .e2p-cmp.help-desk .e2p-defender .e2p-defender-shot{margin-top:52px}
    .e2p-cmp.help-desk .e2p-defender .e2p-defender-shot img{
      display:block;width:100%;height:auto;margin:0 auto;border-radius:8px;
      border:1px solid rgba(28,23,64,.08);
      /* diğer sayfalardaki dashboard görselleriyle aynı sol-alt gölge */
      filter:drop-shadow(-18px 16px 26px rgba(16,35,77,.22));
    }
    .e2p-cmp.help-desk .e2p-defender .sec-title .title{font-size:40px;line-height:1.1}
    @media (max-width:991px){.e2p-cmp.help-desk .e2p-defender .sec-title .title{font-size:32px}}
    @media (max-width:767px){
      .e2p-cmp.help-desk .e2p-defender{padding-top:80px!important}
      .e2p-cmp.help-desk .e2p-defender .e2p-defender-shot{margin-top:34px}
      .e2p-cmp.help-desk .e2p-defender .sec-title .title{font-size:26px}
    }
    /* "Built to disappear..." bölümü, sağdaki madde başlıkları: 24px'lik küçük ikon
       görselleri kaldırıldı, yerine sitenin mor vurgusunda bir madde işareti kondu.
       Aktif maddede nokta halkalı ve dolu, pasiflerde soluk — tıklanabilirlik hissi korunuyor. */
    .e2p-cmp.help-desk .xbf-item-header-row .xbf-feature-icon{display:none!important}
    .e2p-cmp.help-desk .xbf-item-header-row{gap:12px}
    .e2p-cmp.help-desk .xbf-item-header-row::before{
      content:"";flex:0 0 auto;width:9px;height:9px;border-radius:50%;
      background:#4832B1;opacity:.35;
      transition:opacity .3s ease,box-shadow .3s ease;
    }
    .e2p-cmp.help-desk .xbf-feature-item.active .xbf-item-header-row::before, .e2p-cmp.help-desk .xbf-rt-according-main:hover .xbf-item-header-row::before{
      opacity:1;box-shadow:0 0 0 4px rgba(72,50,177,.16);
    }
    /* MEKSİKA DALGASI: harfler hover'da sırayla hafifçe kalkar, imleç çekilince aynı sırayla iner.
       Temanın kendi GSAP efekti harfleri -85% kaydırıp maskede kaybediyordu; data-split-link /
       data-link-shadow attribute'ları kaldırılarak devre dışı bırakıldı. Gecikmeler script'ten. */
    .e2p-cmp.help-desk .thm-btn.desk-btn .e2p-ch{
      display:inline-block;white-space:pre;will-change:transform;
      transition:transform .26s cubic-bezier(.22,.61,.36,1);
    }
    .e2p-cmp.help-desk .thm-btn.desk-btn:hover .e2p-ch, .e2p-cmp.help-desk .thm-btn.desk-btn:focus .e2p-ch{transform:translateY(-5px)}
    /* ok işareti yazı rengini takip ediyor (hover'da beyaza döner) */
    .e2p-cmp.help-desk .thm-btn.desk-btn::after{content:"\2192"!important;position:relative!important;top:auto!important;left:auto!important;display:inline-block!important;width:auto!important;height:auto!important;font-size:20px!important;line-height:1!important;color:inherit!important;background:none!important;filter:none!important;border-radius:0!important;transform:none!important;transition:transform .25s ease;z-index:2}
    /* ok da hover'da oynamıyor (eski efektin parçasıydı) */
    .e2p-cmp.help-desk .thm-btn.desk-btn:hover::after{transform:none!important}
    /* animasyonlu parıltı katmanı iptal */
    .e2p-cmp.help-desk .thm-btn.desk-btn::before{display:none!important}
    /* Comparison table: fit all 8 columns so PDQ isn't clipped on the right */
    .e2p-cmp.help-desk .xb-pricing-table-wrap .xb-pricing-row{overflow:visible!important}
    .e2p-cmp.help-desk .e2p-compare-scroll{margin-right:0!important;overflow-x:auto!important;border-radius:30px}
    .e2p-cmp.help-desk table.e2p-compare th, .e2p-cmp.help-desk table.e2p-compare td{width:auto!important;padding:15px 14px!important}
    .e2p-cmp.help-desk table.e2p-compare tr th:first-child, .e2p-cmp.help-desk table.e2p-compare tr td:first-child{width:auto!important}
    .e2p-cmp.help-desk table.e2p-compare tbody tr td{width:auto!important}
    /* ===== Cloud-gradient brand backgrounds (E2P palette #5F42B3 / #1C1740 / #916AB1) ===== */
    .e2p-cmp.help-desk .hero-area--two .xb-hero-inner::before{display:none!important}
    .e2p-cmp.help-desk{background:radial-gradient(900px 640px at 8% 4%,rgba(95,66,179,.14),transparent 60%),radial-gradient(860px 620px at 94% 8%,rgba(145,106,177,.16),transparent 58%),radial-gradient(1000px 720px at 82% 98%,rgba(95,66,179,.10),transparent 62%),linear-gradient(180deg,#F5F1FB 0%,#F2ECF8 100%)!important}
    /* Prism animated hero (brand navy/purple, from liquid-ether.js) */
    .e2p-cmp.help-desk .hero-area--two .xb-hero-inner{background:#14102E!important;position:relative!important;overflow:hidden!important}
    .e2p-cmp.help-desk .hero-area--two .xb-hero-inner>.container{position:relative;z-index:2}
    .e2p-cmp .liquid-ether{position:absolute!important;inset:0;z-index:0;pointer-events:none;overflow:hidden}
    .e2p-cmp .liquid-ether canvas{display:block;width:100%;height:100%}
    .e2p-cmp .liquid-ether::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:radial-gradient(ellipse 72% 62% at 50% 40%,rgba(8,6,22,.45),rgba(8,6,22,0) 72%)}
    .e2p-cmp.help-desk .hero-area--two .xb-bg-shape{display:none!important}
    .e2p-cmp.help-desk .hero-area--two .xb-hero-content .title{color:#fff!important;text-shadow:0 2px 30px rgba(0,0,0,.35)}
    .e2p-cmp.help-desk .hero-area--two .xb-hero-content .xb-item--content{color:rgba(255,255,255,.88)!important}
    .e2p-cmp.help-desk .hero-area--two .xb-hero-content .xb-item--offer{color:rgba(255,255,255,.72)!important}
    .e2p-cmp.help-desk .linear_bg02{background:radial-gradient(760px 560px at 6% 8%,rgba(95,66,179,.12),transparent 60%),radial-gradient(720px 540px at 96% 92%,rgba(145,106,177,.14),transparent 60%),linear-gradient(180deg,#F5F1FB 0%,#FBF9FE 100%)!important}
    .e2p-cmp.help-desk .xb-intigration-inner{background:radial-gradient(640px 460px at 10% 14%,rgba(145,106,177,.40),transparent 60%),radial-gradient(720px 520px at 90% 86%,rgba(95,66,179,.50),transparent 60%),radial-gradient(560px 420px at 62% 4%,rgba(122,93,196,.30),transparent 62%),linear-gradient(155deg,#2A2150 0%,#1C1740 62%,#16112E 100%)!important}
    /* Integration-section central logo: the template renders it in a dark, overflow-hidden pill
       (dark-on-dark) and the ultra-wide logo gets clipped. Turn it into a white rounded card that
       shows the full logo: white bg + overflow visible on the pill, .bg_shape back into normal flow
       (template makes it position:absolute), and the logo constrained to a sensible size. */
    .e2p-cmp.help-desk .xb-intigration-logo{background:#fff!important;overflow:visible!important;border-radius:20px!important;padding:16px 30px!important;box-shadow:0 18px 44px -18px rgba(0,0,0,.5)}
    .e2p-cmp.help-desk .xb-intigration-logo .bg_shape{position:static!important;width:auto!important;height:auto!important;z-index:auto!important;line-height:0}
    .e2p-cmp.help-desk .xb-intigration-logo .bg_shape img{display:block;width:auto!important;height:auto!important;max-width:240px!important;max-height:52px!important;border-radius:0!important}
    .e2p-cmp.help-desk .xb-cta-wrapper{background:radial-gradient(620px 460px at 8% 12%,rgba(145,106,177,.42),transparent 60%),radial-gradient(760px 540px at 94% 88%,rgba(95,66,179,.52),transparent 60%),radial-gradient(560px 420px at 60% 6%,rgba(122,93,196,.30),transparent 62%),linear-gradient(150deg,#2A2150 0%,#1C1740 60%,#16112E 100%)!important}
    .e2p-cmp.help-desk .hd-footer-wrapper{background:radial-gradient(760px 480px at 6% 92%,rgba(95,66,179,.14),transparent 60%),radial-gradient(820px 560px at 94% 8%,rgba(145,106,177,.16),transparent 60%),linear-gradient(0deg,#F1ECF8 0%,#F6F2FB 60%,#FFFFFF 100%)!important}
    /* Hero full-bleed: mlr-50 yan boşlukları ve radius-50 köşesi kapatıldı. */
    /* Hero ekranın en üstüne yapışık: boşluk section'da DEĞİL, zemini taşıyan koyu
       kartta (.xb-hero-inner). Section'da verilince üstteki şeritte dokümanın açık
       body zemini görünüyor ve navbarın arkası beyaz kalıyordu.
       Değer = navbar payı (118) + kartın kendi üst boşluğu (95). iframe ana sayfanın
       --g-header-h değişkenini okuyamadığı için sabit. */
    .e2p-cmp.help-desk .hero-area--two{padding-top:0!important}
    .e2p-cmp.help-desk .hero-area--two .xb-hero-inner{margin-left:0!important;margin-right:0!important;border-radius:0!important;padding-top:213px!important}
    @media (max-width:767px){
      .e2p-cmp.help-desk .hero-area--two{padding-top:0!important}
      .e2p-cmp.help-desk .hero-area--two .xb-hero-inner{padding-top:174px!important}
    }
    /* Hero title smaller (was 80px — our headline is longer) */
    .e2p-cmp.help-desk .hero-area--two .sec-title .title{font-size:45px!important;line-height:1.06!important}
    @media (max-width:991px){.e2p-cmp.help-desk .hero-area--two .sec-title .title{font-size:40px!important}}
    @media (max-width:767px){.e2p-cmp.help-desk .hero-area--two .sec-title .title{font-size:30px!important}}
    /* Footer contact icons (animated GIFs) green/teal -> purple via filter */
    .e2p-cmp.help-desk .xb-contact-item .xb-icon img{filter:hue-rotate(80deg) saturate(1.1)}

    /* ===== "Keep 750+ apps up to date": rozetler Easy2Patch logosuna emiliyor =====
       Şablonun move-logo-left/right animasyonu rozetleri sayfanın ortasında bırakıp
       döngü başa sarınca birden yok ediyordu: küçülme hiç çalışmıyor (keyframe
       --image-scale yazıyor, img ise --img-scale okuyor) ve fade-out yok. Yol da
       logonun altında rastgele bir noktada bitiyordu.
       Yerine tek bir animasyon: rozet yandan yumuşakça belirir, alttaki geniş yay
       boyunca ortaya doğru ilerler, son üçte birde kavisi yukarı döner ve küçülüp
       sönerek Easy2Patch logosunun içinde kaybolur. */

    /* Logo + rozet yörüngesi tek bir çapada. Holder logonun tam merkezinde sıfır
       boyutlu olduğu için her offset-path (0,0)'da, yani logonun içinde bitiyor. */
    .e2p-cmp.help-desk .e2p-absorb{position:relative;display:inline-block;line-height:0;z-index:2}
    .e2p-cmp.help-desk .e2p-absorb-core{position:relative;z-index:2}
    /* +25px: yörüngenin tamamı (giriş noktaları ve varış dahil) sağa kaydırılıyor.
       Sol gruptaki rozetler sağdakilerden 1.5sn önde olduğu için yay her an
       optik olarak sola yatık duruyordu; kaydırma bunu dengeliyor. */
    .e2p-cmp.help-desk .e2p-absorb .xb-integrations-logo-inner{position:absolute;left:calc(50% + 25px);top:50%;right:auto;bottom:auto;width:0;height:0;z-index:1}
    /* Rozetler wordmark'ın ALTINDAN girsin (emilme hissi), gövde metni ikisinin de üstünde kalsın. */
    .e2p-cmp.help-desk .xb-intigration-inner .xb-content{position:relative;z-index:3}

    /* offset-path koordinatları elemanın YERLEŞTİĞİ noktadan başlıyor, kabın köşesinden
       değil. Şablon sağdan gelenlere right:78% veriyor; çapa artık sıfır genişlikte
       olduğu için bu left:-79px'e çözülüyordu ve sağ grup, sol gruptan 79px farklı bir
       noktada kayboluyordu. İki yön de aynı başlangıca sabitleniyor. */
    .e2p-cmp.help-desk .e2p-absorb .xb-integrations-logo{left:0;right:auto;top:0;bottom:auto;margin:0}

    .e2p-cmp.help-desk .xb-integrations-logo{
      /* şablon offset-rotate'i 'auto' bırakıyor: ikonlar yolun eğimiyle birlikte yatıyordu */
      offset-rotate:0deg;
      offset-anchor:50% 50%;
      animation:e2pAbsorb 15s linear infinite;
      /* transform, offset'ten SONRA uygulanıyor; scale'i buraya koymak yol boyunca
         alınan mesafeyi küçültmüyor (individual `scale` özelliği küçültürdü). */
      will-change:offset-distance,transform,opacity;
      box-shadow:0 12px 30px -14px rgba(10,6,30,.55);
    }
    /* Yol iki parçadan: yanlardan gelip ortaya süzülen geniş yay + yavaşça yukarı
       dönüp logoya giren kavis. Yay bilerek sığ: rozetler logo ile gövde metni
       arasındaki şeritte kalıyor, metnin üstüne binmiyor (ikisi de beyaz).
       Koordinatlar logonun merkezine göre; (0,0) = logonun içi. */
    .e2p-cmp.help-desk .xb-integrations-logo[data-direction=left]{offset-path:path("M -600 60 C -470 175, -330 195, -215 180 C -110 166, -40 105, 0 0")}
    .e2p-cmp.help-desk .xb-integrations-logo[data-direction=right]{offset-path:path("M 600 60 C 470 175, 330 195, 215 180 C 110 166, 40 105, 0 0")}
    /* Rozet şeridi ile gövde metni arasında nefes payı (metin şablonda yayın içinde kalıyordu). */
    .e2p-cmp.help-desk .xb-intigration-inner .xb-content{margin-top:100px}
    /* Şablonun kılavuz yayı (round-line.png) eski yörüngeyi çiziyordu; yeni yolla uyuşmuyor. */
    .e2p-cmp.help-desk .xb-intigration-inner .xb-blur-shape .shape--3{display:none}

    @keyframes e2pAbsorb{
      0%   {offset-distance:0%;   opacity:0;  transform:scale(.55); filter:blur(6px)}
      10%  {                      opacity:1;  transform:scale(1);   filter:blur(0)}
      66%  {                      opacity:1;  transform:scale(1);   filter:blur(0)}
      86%  {                      opacity:.92;transform:scale(.6);  filter:blur(0)}
      100% {offset-distance:100%; opacity:0;  transform:scale(.08); filter:blur(3px)}
    }

    /* Kart daraldıkça yörünge de daralıyor; varış noktası (0,0) logonun merkezine
       çapalı olduğu için yalnızca yayın genişliği/derinliği ölçekleniyor.
       Ölçüt: rozet yolun ~%10'unda tam opaklığa ulaşıyor, yani kırpılmaması için
       0.89*giriş + kaydırma + rozet yarıçapı <= kart yarı genişliği olmalı. Kart
       yarı genişliği ölçülen değerlerle 1200px'te ~568, 992px'te ~464, 768px'te
       ~321, 360px'te ~168.
       Sıra geniş -> dar: hepsi aynı özgüllükte, en dar eşleşen kural kazanmalı.
       +25px optik kaydırma da kartla birlikte küçülüyor; mobilde tamamen sıfır. */
    @media (max-width:1399px){
      .e2p-cmp.help-desk .xb-integrations-logo[data-direction=left]{offset-path:path("M -480 48 C -376 140, -264 156, -172 144 C -88 133, -32 84, 0 0")}
      .e2p-cmp.help-desk .xb-integrations-logo[data-direction=right]{offset-path:path("M 480 48 C 376 140, 264 156, 172 144 C 88 133, 32 84, 0 0")}
    }
    @media (max-width:1199px){
      .e2p-cmp.help-desk .e2p-absorb .xb-integrations-logo-inner{left:calc(50% + 18px)}
      .e2p-cmp.help-desk .xb-integrations-logo[data-direction=left]{offset-path:path("M -400 40 C -313 117, -220 130, -143 120 C -73 111, -27 70, 0 0")}
      .e2p-cmp.help-desk .xb-integrations-logo[data-direction=right]{offset-path:path("M 400 40 C 313 117, 220 130, 143 120 C 73 111, 27 70, 0 0")}
      .e2p-cmp.help-desk .xb-intigration-inner .xb-content{margin-top:80px}
    }
    @media (max-width:991px){
      .e2p-cmp.help-desk .e2p-absorb .xb-integrations-logo-inner{left:calc(50% + 12px)}
      .e2p-cmp.help-desk .xb-integrations-logo[data-direction=left]{offset-path:path("M -275 28 C -215 80, -151 89, -98 82 C -50 76, -18 48, 0 0")}
      .e2p-cmp.help-desk .xb-integrations-logo[data-direction=right]{offset-path:path("M 275 28 C 215 80, 151 89, 98 82 C 50 76, 18 48, 0 0")}
      .e2p-cmp.help-desk .xb-intigration-inner .xb-content{margin-top:55px}
    }
    @media (max-width:767px){
      /* Mobilde kaydırma yok: dar kartta 25px optik düzeltme değil, gözle görülür
         bir kayma oluyordu (kullanıcı bildirimi) — yay tam ortada. */
      .e2p-cmp.help-desk .e2p-absorb .xb-integrations-logo-inner{left:50%}
      .e2p-cmp.help-desk .xb-integrations-logo[data-direction=left]{offset-path:path("M -150 21 C -117 61, -83 68, -54 63 C -28 58, -10 37, 0 0")}
      .e2p-cmp.help-desk .xb-integrations-logo[data-direction=right]{offset-path:path("M 150 21 C 117 61, 83 68, 54 63 C 28 58, 10 37, 0 0")}
      .e2p-cmp.help-desk .xb-intigration-inner .xb-content{margin-top:-20px}
      .e2p-cmp.help-desk .e2p-absorb-core{max-width:220px!important}
    }

    @media (prefers-reduced-motion:reduce){
      .e2p-cmp.help-desk .xb-integrations-logo{animation:none;offset-distance:38%;opacity:1;transform:none;filter:none}
    }

/* ===== site CSS notrallestirici — bkz. tools/build-comparison-css.mjs ===== */
.e2p-cmp section { float: none; width: auto; }
.e2p-cmp, .e2p-cmp .body_wrap, .e2p-cmp .xb-main { display: flow-root; }
