html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  color: initial;
}
.bg-gradient-green {
  background-image: linear-gradient(45deg, #4cd137 0%, #15615b 100%);
}
.bg-gradient-green-vertical {
  background-image: linear-gradient(to top, #41c22d 0%, #15615b 150%);
}
.bg-gradient-green-circle {
  background-image: radial-gradient(#4cd137 0%, #15615b 100%);
}
.bg-color-gray {
  background-color: #efefef;
}
.bg-color-navy-blue {
  background-color: #05012c;
}
.bg-color-red {
  background-color: #ea2027;
}
.bg-light-gray {
  background-color: #7f8c8d;
}
.bg-lighter-gray {
  background-color: #dcdde1;
}
.bg-color-white,
.-reverse.bg-variable-color-transparent-white,
.-reverse .bg-variable-color-transparent-white {
  background-color: #fff;
}
.bg-color-blue {
  background-color: #006ad9;
}
.bg-color-green {
  background-color: #4cd137;
}
.bg-color-light {
  background-color: #e5f5ee;
}
.bg-color-glassy-dark {
  background-color: rgba(27, 27, 27, 0.4);
}
.bg-color-glassy-white {
  background-color: rgba(255, 255, 255, 0.4);
}
.text-color-primary {
  color: #e67e22;
}
.text-color-light {
  color: #e5f5ee;
}
.text-color-white,
.text-variable-color-white-black,
.-reverse.text-variable-color-black-white,
.-reverse .text-variable-color-black-white {
  color: #fff;
}
.text-color-black,
.text-variable-color-black-white,
.-reverse.text-variable-color-white-black,
.-reverse .text-variable-color-white-black {
  color: #000;
}
.text-color-dark,
.heading__primary {
  color: #1b1b1b;
}
.text-color-red {
  color: red;
}
.text-color-blue {
  color: #006ad9;
}
.text-color-gray,
.heading__secondary {
  color: #34495e;
}
.text-color-green {
  color: #4cd137;
}
.text-color-light-gray {
  color: #7f8c8d;
}
.border-color-white,
.border-bottom-variable-color-white-gray {
  border-color: #fff;
}
.border-color-gray,
.-reverse.border-variable-color-white-gray,
.-reverse .border-variable-color-white-gray {
  border-color: #34495e;
}
.border-color-transparent,
.border-variable-color-transparent-light {
  border-color: transparent;
}
.border-color-light,
.-reverse.border-variable-color-transparent-light,
.-reverse .border-variable-color-transparent-light {
  border-color: #e5f5ee;
}
.bg-variable-color-transparent-white {
  background: transparent;
}
@keyframes hand-up-2 {
  0% {
    transform: translateY(0);
  }
  15% {
    transform: translateY(-110px);
  }
  25% {
    transform: translateY(-110px);
  }
  30% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes secondaryGear {
  0% {
    transform: rotate(-35deg);
  }
  25% {
    transform: rotate(-35deg);
  }
  100% {
    transform: rotate(-2195deg);
  }
}
@keyframes mainGear {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(2160deg);
  }
}
@keyframes fadeInPlan {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes chitaHead {
  0% {
    transform: translateY(4rem);
  }
  45% {
    transform: translateY(0rem);
  }
  55% {
    transform: translateY(0rem);
  }
  60% {
    transform: translateY(4rem);
  }
  100% {
    transform: translateY(4rem);
  }
}
@keyframes fadeInImage {
  from {
    transform: translateX(-30px);
  }
  to {
    transform: translateX(0px);
  }
}
@keyframes fadeInTitle {
  from {
    transform: translateY(-15px);
  }
  to {
    transform: translateY(0px);
  }
}
@keyframes fadeInSave {
  from {
    transform: translateY(15px);
    opacity: 0;
  }
  to {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes fadeInPrice {
  from {
    transform: translateX(-15px);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes chitaHeadTotalPrice {
  0% {
    transform: translateY(10rem);
  }
  25% {
    transform: translateY(10rem);
  }
  35% {
    transform: translateY(0rem);
  }
  65% {
    transform: translateY(0rem);
  }
  70% {
    transform: translateY(10rem);
  }
  100% {
    transform: translateY(10rem);
  }
}
@keyframes skeleton-loading {
  0% {
    background-color: #c2cfd6;
  }
  100% {
    background-color: #f0f3f5;
  }
}
@keyframes chitaHeadTotalPriceMagnifier {
  0% {
    transform: rotate(20deg) translateY(2rem);
  }
  30% {
    transform: rotate(20deg) translateY(2rem);
  }
  40% {
    transform: rotate(0deg) translateY(0);
  }
  60% {
    transform: rotate(0deg) translateY(0);
  }
  65% {
    transform: rotate(20deg) translateY(2rem);
  }
  100% {
    transform: rotate(20deg) translateY(2rem);
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 166, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 166, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 166, 0, 0);
  }
}
@keyframes red-pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(234, 32, 39, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 166, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 166, 0, 0);
  }
}
@keyframes green-pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(76, 209, 55, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 166, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 166, 0, 0);
  }
}
@keyframes blue-pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 153, 255, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 166, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 166, 0, 0);
  }
}
@keyframes orbit-pulse {
  0% {
    transform: scale(1) rotate(0deg);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.25) rotate(10deg);
    opacity: 0;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in-down {
  from {
    opacity: 0;
    transform: translateY(-0.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0rem);
  }
}
@keyframes fade-in-left {
  from {
    opacity: 0;
    transform: translateX(0.5rem);
  }
  to {
    opacity: 1;
    transform: translateX(0rem);
  }
}
@keyframes fade-in-left-far {
  from {
    opacity: 0;
    transform: translateX(2rem);
  }
  to {
    opacity: 1;
    transform: translateX(0rem);
  }
}
@keyframes fade-in-right {
  from {
    opacity: 0;
    transform: translateX(-0.5rem);
  }
  to {
    opacity: 1;
    transform: translateX(0rem);
  }
}
@keyframes swipe-up {
  from {
    top: 100%;
    bottom: unset;
  }
  to {
    top: unset;
    bottom: 0;
  }
}
@keyframes zoom {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes fast-clock {
  to {
    transform: rotate(360deg);
  }
}
@keyframes bounce {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes wrenchRotate {
  from {
    transform: rotate(0deg) translateZ(0) translate3d(0, 0, 0);
  }
  to {
    transform: rotate(-50deg) translateZ(0) translate3d(0, 0, 0);
  }
}
@keyframes rotate360 {
  from {
    transform: rotate(0deg) translateZ(0) translate3d(0, 0, 0);
  }
  to {
    transform: rotate(360deg) translateZ(0) translate3d(0, 0, 0);
  }
}
@keyframes rotate360Negative {
  from {
    transform: rotate(0deg) translateZ(0) translate3d(0, 0, 0);
  }
  to {
    transform: rotate(-360deg) translateZ(0) translate3d(0, 0, 0);
  }
}
@keyframes rotate20 {
  from {
    transform: rotate(10deg) translateZ(0) translate3d(0, 0, 0);
  }
  to {
    transform: rotate(-10deg) translateZ(0) translate3d(0, 0, 0);
  }
}
@keyframes rotate10 {
  from {
    transform: rotate(5deg) translateZ(0) translate3d(0, 0, 0);
  }
  to {
    transform: rotate(-5deg) translateZ(0) translate3d(0, 0, 0);
  }
}
@keyframes spaceship-rotate {
  0% {
    transform: translate3d(-50%, 0, 0) rotate(-25deg);
  }
  50% {
    transform: translate3d(-50%, 0, 0) rotate(0deg);
  }
  100% {
    transform: translate3d(-50%, 0, 0) rotate(-25deg);
  }
}
@keyframes rotate360reverse {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes move-twink-back {
  from {
    background-position: 0 0;
    transform: translateZ(0) translate3d(0, 0, 0);
  }
  to {
    background-position: -10000px 5000px;
    transform: translateZ(0) translate3d(0, 0, 0);
  }
}
@keyframes move-clouds-back {
  from {
    background-position: 0 -100px;
  }
  to {
    background-position: 10000px -100px;
  }
}
@keyframes hand-up {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(0);
  }
  15% {
    transform: translateY(0);
  }
  18% {
    transform: translateY(-90px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes scale-blob1 {
  0% {
    transform: scale(1) translateY(0) translateX(0);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.1) translateY(-20px) translateX(15px);
    opacity: 1;
  }
  100% {
    transform: scale(1) translateY(0) translateX(0);
    opacity: 0.5;
  }
}
@keyframes scale-blob2 {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}
@keyframes scale-blob3 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes astronaut {
  0% {
    transform: translateZ(0) translate3d(0, 0, 0);
  }
  50% {
    transform: translateZ(0) translate3d(0, -20px, 0);
  }
  100% {
    transform: translateZ(0) translate3d(0, 0, 0);
  }
}
@keyframes anim1 {
  0% {
    transform: scaleY(0.5);
    opacity: 0;
  }
  50% {
    transform: translateY(-10px) scaleY(1.4);
    opacity: 1;
  }
  100% {
    transform: translateY(-20px) scaleY(0.5);
    opacity: 0;
  }
}
@keyframes anim2 {
  0% {
    transform: scaleY(1);
    opacity: 0;
  }
  50% {
    transform: translateY(10px) scaleY(1.4);
    opacity: 1;
  }
  100% {
    transform: translateY(20px) scaleY(0.5);
    opacity: 0;
  }
}
@keyframes anim3 {
  0% {
    transform: rotate(90deg) scaleX(0.5);
    opacity: 0;
  }
  50% {
    transform: rotate(90deg) translateY(10px) scaleX(1.4);
    opacity: 1;
  }
  100% {
    transform: rotate(90deg) translateY(20px) scaleX(0.5);
    opacity: 0;
  }
}
@keyframes anim4 {
  0% {
    transform: rotate(90deg) scaleX(0.5);
    opacity: 0;
  }
  50% {
    transform: rotate(90deg) translateY(-10px) scaleX(1.4);
    opacity: 1;
  }
  100% {
    transform: rotate(90deg) translateY(-20px) scaleX(0.5);
    opacity: 0;
  }
}
@keyframes anim5 {
  0% {
    transform: rotate(-30deg) scaleY(0.5);
    opacity: 0;
  }
  50% {
    transform: rotate(-30deg) translateY(-8px) scaleY(1.4);
    opacity: 1;
  }
  100% {
    transform: rotate(-30deg) translateY(-16px) scaleY(0.5);
    opacity: 0;
  }
}
@keyframes anim6 {
  0% {
    transform: rotate(30deg) scaleY(0.5);
    opacity: 0;
  }
  50% {
    transform: rotate(30deg) translateY(-8px) scaleY(1.4);
    opacity: 1;
  }
  100% {
    transform: rotate(30deg) translateY(-16px) scaleY(0.5);
    opacity: 0;
  }
}
@keyframes anim7 {
  0% {
    transform: rotate(30deg) scaleY(0.5);
    opacity: 0;
  }
  50% {
    transform: rotate(30deg) translateY(8px) scaleY(1.4);
    opacity: 1;
  }
  100% {
    transform: rotate(30deg) translateY(16px) scaleY(0.5);
    opacity: 0;
  }
}
@keyframes anim8 {
  0% {
    transform: rotate(-30deg) scaleY(0.5);
    opacity: 0;
  }
  50% {
    transform: rotate(-30deg) translateY(8px) scaleY(1.4);
    opacity: 1;
  }
  100% {
    transform: rotate(-30deg) translateY(16px) scaleY(0.5);
    opacity: 0;
  }
}
@keyframes one-side-rotate {
  0% {
    transform: rotate(0deg);
  }
  5% {
    transform: rotate(10deg);
  }
  17% {
    transform: rotate(10deg);
  }
  20% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes blink {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes drift {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes flash {
  0%,
  30%,
  100% {
    opacity: 0;
    box-shadow: 0 0 0vw 0vw #4cd137;
  }
  5% {
    opacity: 1;
    box-shadow: 0 0 2vw 0.4vw #4cd137;
  }
}
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.fade-in {
  animation: fade-in forwards 0.4s;
  display: block;
}
.fade-in-down {
  animation: fade-in-down forwards 0.4s;
  display: block;
}
.fade-in-left {
  animation: fade-in-left forwards 0.4s;
  display: block;
}
.fade-in-left-far {
  animation: fade-in-left-far forwards 0.3s;
  display: block;
}
.fade-in-right {
  display: block;
}
.swipe-up {
  animation: swipe-up forwards 0.4s 0.5s;
}
.spin {
  animation: rotate360 infinite 1s linear;
}
@keyframes fade-paw {
  6% {
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  19% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes animate-water-button {
  0% {
    transform: translate(-50%, -75%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -75%) rotate(360deg);
  }
}
@keyframes under-water-bg-animate {
  from {
    background-position: 50% 50%;
  }
  to {
    background-position: 45% 45%;
  }
}
@keyframes flashlight {
  0% {
    transform: translate3d(50px, 50px, 0px);
  }
  25% {
    transform: translate3d(200px, 50px, 0px);
  }
  50% {
    transform: translate3d(200px, 500px, 0px);
  }
  75% {
    transform: translate3d(50px, 500px, 0px);
  }
}
@keyframes chitaWarningHand {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  10% {
    transform: translateY(-135px) rotate(0deg);
  }
  20% {
    transform: translateY(-135px) rotate(-20deg);
  }
  35% {
    transform: translateY(-135px) rotate(40deg);
  }
  50% {
    transform: translateY(-135px) rotate(-20deg);
  }
  75% {
    transform: translateY(-135px) rotate(0deg);
  }
  100% {
    transform: translateY(0px) rotate(0deg);
  }
}
@keyframes chitaIpHand {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(10deg);
  }
  35% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
  75% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes seconds {
  0% {
    outline: #006ad9 0px solid;
  }
  100% {
    outline: transparent 10px solid;
  }
}
@font-face {
  font-family: "english";
  src: url("./../../assets/fonts/ProductSans-Thin.eot");
  src: url("./../../assets/fonts/ProductSans-sss.eot?#iefix")
      format("embedded-opentype"),
    url("./../../assets/fonts/ProductSans-Thin.woff2") format("woff2"),
    url("./../../assets/fonts/ProductSans-Thin.woff") format("woff"),
    url("./../../assets/fonts/ProductSans-Thin.ttf") format("truetype"),
    url("./../../assets/fonts/ProductSans-Thin.svg#ProductSans-Thin")
      format("svg");
  font-weight: 200;
}
@font-face {
  font-family: "english";
  src: url("./../../assets/fonts/ProductSans-Light.eot");
  src: url("./../../assets/fonts/ProductSans-Light.eot?#iefix")
      format("embedded-opentype"),
    url("./../../assets/fonts/ProductSans-Light.woff2") format("woff2"),
    url("./../../assets/fonts/ProductSans-Light.woff") format("woff"),
    url("./../../assets/fonts/ProductSans-Light.ttf") format("truetype"),
    url("./../../assets/fonts/ProductSans-Light.svg#ProductSans-Light")
      format("svg");
  font-weight: 300;
}
@font-face {
  font-family: "english";
  src: url("./../../assets/fonts/ProductSans-Regular.eot");
  src: url("./../../assets/fonts/ProductSans-sss.eot?#iefix")
      format("embedded-opentype"),
    url("./../../assets/fonts/ProductSans-Regular.woff2") format("woff2"),
    url("./../../assets/fonts/ProductSans-Regular.woff") format("woff"),
    url("./../../assets/fonts/ProductSans-Regular.ttf") format("truetype"),
    url("./../../assets/fonts/ProductSans-Regular.svg#ProductSans-Regular")
      format("svg");
  font-weight: 400;
}
@font-face {
  font-family: "english";
  src: url("./../../assets/fonts/ProductSans-Medium.eot");
  src: url("./../../assets/fonts/ProductSans-sss.eot?#iefix")
      format("embedded-opentype"),
    url("./../../assets/fonts/ProductSans-Medium.woff2") format("woff2"),
    url("./../../assets/fonts/ProductSans-Medium.woff") format("woff"),
    url("./../../assets/fonts/ProductSans-Medium.ttf") format("truetype"),
    url("./../../assets/fonts/ProductSans-Medium.svg#ProductSans-Medium")
      format("svg");
  font-weight: 500;
}
@font-face {
  font-family: "english";
  src: url("./../../assets/fonts/ProductSans-Bold.eot");
  src: url("./../../assets/fonts/ProductSans-sss.eot?#iefix")
      format("embedded-opentype"),
    url("./../../assets/fonts/ProductSans-Bold.woff2") format("woff2"),
    url("./../../assets/fonts/ProductSans-Bold.woff") format("woff"),
    url("./../../assets/fonts/ProductSans-Bold.ttf") format("truetype"),
    url("./../../assets/fonts/ProductSans-Bold.svg#ProductSans-Bold")
      format("svg");
  font-weight: 700;
}
@font-face {
  font-family: "prototype";
  src: url("./../../assets/fonts/Prototype.eot");
  src: url("./../../assets/fonts/Prototype.eot?#iefix")
      format("embedded-opentype"),
    url("./../../assets/fonts/Prototype.woff2") format("woff2"),
    url("./../../assets/fonts/Prototype.woff") format("woff"),
    url("./../../assets/fonts/Prototype.ttf") format("truetype");
  font-weight: 400;
}
html[lang="en"] {
  font-family: "english";
  font-weight: 400;
  font-size: 16px;
}
.fw-200 {
  font-weight: 200;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600,
.heading__primary {
  font-weight: 600;
}
.fw-700,
.strong,
strong {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.fs-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.fs-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.fs-md,
.heading__secondary {
  font-size: 1rem;
  line-height: 1.5rem;
}
.fs-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.fs-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.fs-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.fs-3xl,
.heading__primary {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.fs-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.fs-5xl {
  font-size: 3rem;
  line-height: 1;
}
.fs-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.fs-7xl {
  font-size: 4.5rem;
  line-height: 1;
}
.fs-8xl {
  font-size: 6rem;
  line-height: 1;
}
.fs-9xl {
  font-size: 8rem;
  line-height: 1;
}
.text-align-center,
.heading__primary,
.heading__secondary {
  text-align: center;
}
.text-align-full-center {
  text-align: center;
  text-align-last: center;
}
.text-align-left {
  text-align: left;
}
.text-align-right {
  text-align: right;
}
* {
  box-sizing: border-box;
}
body {
  scroll-behavior: smooth;
}
html[lang="fa"] *,
html[lang="ar"] * {
  direction: rtl;
  font-family: "persian";
}
.border {
  border: 1px solid white;
}
button {
  font-family: "english";
}
.p-auto {
  padding: auto;
}
.pt-auto {
  padding-top: auto;
}
.pb-auto {
  padding-bottom: auto;
}
.py-auto {
  padding-top: auto;
  padding-bottom: auto;
}
.pl-auto {
  padding-left: auto;
}
.pr-auto {
  padding-right: auto;
}
.px-auto {
  padding-left: auto;
  padding-right: auto;
}
.m-auto {
  margin: auto;
}
.mt-auto {
  margin-top: auto;
}
.mb-auto {
  margin-bottom: auto;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
html[lang="fa"] .space-x-auto > *:not(:last-child),
html[lang="ar"] .space-x-auto > *:not(:last-child) {
  margin-left: auto;
}
html[lang="en"] .space-x-auto > *:not(:last-child),
html[lang="de"] .space-x-auto > *:not(:last-child),
html[lang="fr"] .space-x-auto > *:not(:last-child),
html[lang="it"] .space-x-auto > *:not(:last-child),
html[lang="nl"] .space-x-auto > *:not(:last-child),
html[lang="pl"] .space-x-auto > *:not(:last-child),
html[lang="pt-br"] .space-x-auto > *:not(:last-child),
html[lang="fi"] .space-x-auto > *:not(:last-child),
html[lang="tr"] .space-x-auto > *:not(:last-child),
html[lang="ru"] .space-x-auto > *:not(:last-child),
html[lang="uk"] .space-x-auto > *:not(:last-child),
html[lang="ko"] .space-x-auto > *:not(:last-child),
html[lang="zh"] .space-x-auto > *:not(:last-child),
html[lang="zh-hk"] .space-x-auto > *:not(:last-child),
html[lang="zh-tw"] .space-x-auto > *:not(:last-child),
html[lang="ja"] .space-x-auto > *:not(:last-child),
html[lang="es"] .space-x-auto > *:not(:last-child) {
  margin-right: auto;
}
.space-y-auto > *:not(:last-child) {
  margin-bottom: auto;
}
.p-0 {
  padding: 0;
}
.pt-0 {
  padding-top: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.pl-0 {
  padding-left: 0;
}
.pr-0 {
  padding-right: 0;
}
.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.m-0 {
  margin: 0;
}
.mt-0 {
  margin-top: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.ml-0 {
  margin-left: 0;
}
.mr-0 {
  margin-right: 0;
}
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
html[lang="fa"] .space-x-0 > *:not(:last-child),
html[lang="ar"] .space-x-0 > *:not(:last-child) {
  margin-left: 0;
}
html[lang="en"] .space-x-0 > *:not(:last-child),
html[lang="de"] .space-x-0 > *:not(:last-child),
html[lang="fr"] .space-x-0 > *:not(:last-child),
html[lang="it"] .space-x-0 > *:not(:last-child),
html[lang="nl"] .space-x-0 > *:not(:last-child),
html[lang="pl"] .space-x-0 > *:not(:last-child),
html[lang="pt-br"] .space-x-0 > *:not(:last-child),
html[lang="fi"] .space-x-0 > *:not(:last-child),
html[lang="tr"] .space-x-0 > *:not(:last-child),
html[lang="ru"] .space-x-0 > *:not(:last-child),
html[lang="uk"] .space-x-0 > *:not(:last-child),
html[lang="ko"] .space-x-0 > *:not(:last-child),
html[lang="zh"] .space-x-0 > *:not(:last-child),
html[lang="zh-hk"] .space-x-0 > *:not(:last-child),
html[lang="zh-tw"] .space-x-0 > *:not(:last-child),
html[lang="ja"] .space-x-0 > *:not(:last-child),
html[lang="es"] .space-x-0 > *:not(:last-child) {
  margin-right: 0;
}
.space-y-0 > *:not(:last-child) {
  margin-bottom: 0;
}
.p-0_25 {
  padding: 0.25rem;
}
.pt-0_25 {
  padding-top: 0.25rem;
}
.pb-0_25 {
  padding-bottom: 0.25rem;
}
.py-0_25 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.pl-0_25 {
  padding-left: 0.25rem;
}
.pr-0_25 {
  padding-right: 0.25rem;
}
.px-0_25 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.m-0_25 {
  margin: 0.25rem;
}
.mt-0_25 {
  margin-top: 0.25rem;
}
.mb-0_25 {
  margin-bottom: 0.25rem;
}
.my-0_25 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.ml-0_25 {
  margin-left: 0.25rem;
}
.mr-0_25 {
  margin-right: 0.25rem;
}
.mx-0_25 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
html[lang="fa"] .space-x-0_25 > *:not(:last-child),
html[lang="ar"] .space-x-0_25 > *:not(:last-child) {
  margin-left: 0.25rem;
}
html[lang="en"] .space-x-0_25 > *:not(:last-child),
html[lang="de"] .space-x-0_25 > *:not(:last-child),
html[lang="fr"] .space-x-0_25 > *:not(:last-child),
html[lang="it"] .space-x-0_25 > *:not(:last-child),
html[lang="nl"] .space-x-0_25 > *:not(:last-child),
html[lang="pl"] .space-x-0_25 > *:not(:last-child),
html[lang="pt-br"] .space-x-0_25 > *:not(:last-child),
html[lang="fi"] .space-x-0_25 > *:not(:last-child),
html[lang="tr"] .space-x-0_25 > *:not(:last-child),
html[lang="ru"] .space-x-0_25 > *:not(:last-child),
html[lang="uk"] .space-x-0_25 > *:not(:last-child),
html[lang="ko"] .space-x-0_25 > *:not(:last-child),
html[lang="zh"] .space-x-0_25 > *:not(:last-child),
html[lang="zh-hk"] .space-x-0_25 > *:not(:last-child),
html[lang="zh-tw"] .space-x-0_25 > *:not(:last-child),
html[lang="ja"] .space-x-0_25 > *:not(:last-child),
html[lang="es"] .space-x-0_25 > *:not(:last-child) {
  margin-right: 0.25rem;
}
.space-y-0_25 > *:not(:last-child) {
  margin-bottom: 0.25rem;
}
.p-0_5 {
  padding: 0.5rem;
}
.pt-0_5 {
  padding-top: 0.5rem;
}
.pb-0_5 {
  padding-bottom: 0.5rem;
}
.py-0_5 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.pl-0_5 {
  padding-left: 0.5rem;
}
.pr-0_5 {
  padding-right: 0.5rem;
}
.px-0_5 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.m-0_5 {
  margin: 0.5rem;
}
.mt-0_5,
.heading__secondary {
  margin-top: 0.5rem;
}
.mb-0_5 {
  margin-bottom: 0.5rem;
}
.my-0_5 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.ml-0_5 {
  margin-left: 0.5rem;
}
.mr-0_5 {
  margin-right: 0.5rem;
}
.mx-0_5 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
html[lang="fa"] .space-x-0_5 > *:not(:last-child),
html[lang="ar"] .space-x-0_5 > *:not(:last-child) {
  margin-left: 0.5rem;
}
html[lang="en"] .space-x-0_5 > *:not(:last-child),
html[lang="de"] .space-x-0_5 > *:not(:last-child),
html[lang="fr"] .space-x-0_5 > *:not(:last-child),
html[lang="it"] .space-x-0_5 > *:not(:last-child),
html[lang="nl"] .space-x-0_5 > *:not(:last-child),
html[lang="pl"] .space-x-0_5 > *:not(:last-child),
html[lang="pt-br"] .space-x-0_5 > *:not(:last-child),
html[lang="fi"] .space-x-0_5 > *:not(:last-child),
html[lang="tr"] .space-x-0_5 > *:not(:last-child),
html[lang="ru"] .space-x-0_5 > *:not(:last-child),
html[lang="uk"] .space-x-0_5 > *:not(:last-child),
html[lang="ko"] .space-x-0_5 > *:not(:last-child),
html[lang="zh"] .space-x-0_5 > *:not(:last-child),
html[lang="zh-hk"] .space-x-0_5 > *:not(:last-child),
html[lang="zh-tw"] .space-x-0_5 > *:not(:last-child),
html[lang="ja"] .space-x-0_5 > *:not(:last-child),
html[lang="es"] .space-x-0_5 > *:not(:last-child) {
  margin-right: 0.5rem;
}
.space-y-0_5 > *:not(:last-child) {
  margin-bottom: 0.5rem;
}
.p-1 {
  padding: 1rem;
}
.pt-1 {
  padding-top: 1rem;
}
.pb-1 {
  padding-bottom: 1rem;
}
.py-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pl-1 {
  padding-left: 1rem;
}
.pr-1 {
  padding-right: 1rem;
}
.px-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.m-1 {
  margin: 1rem;
}
.mt-1 {
  margin-top: 1rem;
}
.mb-1 {
  margin-bottom: 1rem;
}
.my-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.ml-1 {
  margin-left: 1rem;
}
.mr-1 {
  margin-right: 1rem;
}
.mx-1 {
  margin-left: 1rem;
  margin-right: 1rem;
}
html[lang="fa"] .space-x-1 > *:not(:last-child),
html[lang="ar"] .space-x-1 > *:not(:last-child) {
  margin-left: 1rem;
}
html[lang="en"] .space-x-1 > *:not(:last-child),
html[lang="de"] .space-x-1 > *:not(:last-child),
html[lang="fr"] .space-x-1 > *:not(:last-child),
html[lang="it"] .space-x-1 > *:not(:last-child),
html[lang="nl"] .space-x-1 > *:not(:last-child),
html[lang="pl"] .space-x-1 > *:not(:last-child),
html[lang="pt-br"] .space-x-1 > *:not(:last-child),
html[lang="fi"] .space-x-1 > *:not(:last-child),
html[lang="tr"] .space-x-1 > *:not(:last-child),
html[lang="ru"] .space-x-1 > *:not(:last-child),
html[lang="uk"] .space-x-1 > *:not(:last-child),
html[lang="ko"] .space-x-1 > *:not(:last-child),
html[lang="zh"] .space-x-1 > *:not(:last-child),
html[lang="zh-hk"] .space-x-1 > *:not(:last-child),
html[lang="zh-tw"] .space-x-1 > *:not(:last-child),
html[lang="ja"] .space-x-1 > *:not(:last-child),
html[lang="es"] .space-x-1 > *:not(:last-child) {
  margin-right: 1rem;
}
.space-y-1 > *:not(:last-child) {
  margin-bottom: 1rem;
}
.p-1_25 {
  padding: 1.25rem;
}
.pt-1_25 {
  padding-top: 1.25rem;
}
.pb-1_25 {
  padding-bottom: 1.25rem;
}
.py-1_25 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.pl-1_25 {
  padding-left: 1.25rem;
}
.pr-1_25 {
  padding-right: 1.25rem;
}
.px-1_25 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.m-1_25 {
  margin: 1.25rem;
}
.mt-1_25 {
  margin-top: 1.25rem;
}
.mb-1_25 {
  margin-bottom: 1.25rem;
}
.my-1_25 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.ml-1_25 {
  margin-left: 1.25rem;
}
.mr-1_25 {
  margin-right: 1.25rem;
}
.mx-1_25 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
html[lang="fa"] .space-x-1_25 > *:not(:last-child),
html[lang="ar"] .space-x-1_25 > *:not(:last-child) {
  margin-left: 1.25rem;
}
html[lang="en"] .space-x-1_25 > *:not(:last-child),
html[lang="de"] .space-x-1_25 > *:not(:last-child),
html[lang="fr"] .space-x-1_25 > *:not(:last-child),
html[lang="it"] .space-x-1_25 > *:not(:last-child),
html[lang="nl"] .space-x-1_25 > *:not(:last-child),
html[lang="pl"] .space-x-1_25 > *:not(:last-child),
html[lang="pt-br"] .space-x-1_25 > *:not(:last-child),
html[lang="fi"] .space-x-1_25 > *:not(:last-child),
html[lang="tr"] .space-x-1_25 > *:not(:last-child),
html[lang="ru"] .space-x-1_25 > *:not(:last-child),
html[lang="uk"] .space-x-1_25 > *:not(:last-child),
html[lang="ko"] .space-x-1_25 > *:not(:last-child),
html[lang="zh"] .space-x-1_25 > *:not(:last-child),
html[lang="zh-hk"] .space-x-1_25 > *:not(:last-child),
html[lang="zh-tw"] .space-x-1_25 > *:not(:last-child),
html[lang="ja"] .space-x-1_25 > *:not(:last-child),
html[lang="es"] .space-x-1_25 > *:not(:last-child) {
  margin-right: 1.25rem;
}
.space-y-1_25 > *:not(:last-child) {
  margin-bottom: 1.25rem;
}
.p-1_5 {
  padding: 1.5rem;
}
.pt-1_5 {
  padding-top: 1.5rem;
}
.pb-1_5 {
  padding-bottom: 1.5rem;
}
.py-1_5 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pl-1_5 {
  padding-left: 1.5rem;
}
.pr-1_5 {
  padding-right: 1.5rem;
}
.px-1_5 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.m-1_5 {
  margin: 1.5rem;
}
.mt-1_5 {
  margin-top: 1.5rem;
}
.mb-1_5 {
  margin-bottom: 1.5rem;
}
.my-1_5 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.ml-1_5 {
  margin-left: 1.5rem;
}
.mr-1_5 {
  margin-right: 1.5rem;
}
.mx-1_5 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
html[lang="fa"] .space-x-1_5 > *:not(:last-child),
html[lang="ar"] .space-x-1_5 > *:not(:last-child) {
  margin-left: 1.5rem;
}
html[lang="en"] .space-x-1_5 > *:not(:last-child),
html[lang="de"] .space-x-1_5 > *:not(:last-child),
html[lang="fr"] .space-x-1_5 > *:not(:last-child),
html[lang="it"] .space-x-1_5 > *:not(:last-child),
html[lang="nl"] .space-x-1_5 > *:not(:last-child),
html[lang="pl"] .space-x-1_5 > *:not(:last-child),
html[lang="pt-br"] .space-x-1_5 > *:not(:last-child),
html[lang="fi"] .space-x-1_5 > *:not(:last-child),
html[lang="tr"] .space-x-1_5 > *:not(:last-child),
html[lang="ru"] .space-x-1_5 > *:not(:last-child),
html[lang="uk"] .space-x-1_5 > *:not(:last-child),
html[lang="ko"] .space-x-1_5 > *:not(:last-child),
html[lang="zh"] .space-x-1_5 > *:not(:last-child),
html[lang="zh-hk"] .space-x-1_5 > *:not(:last-child),
html[lang="zh-tw"] .space-x-1_5 > *:not(:last-child),
html[lang="ja"] .space-x-1_5 > *:not(:last-child),
html[lang="es"] .space-x-1_5 > *:not(:last-child) {
  margin-right: 1.5rem;
}
.space-y-1_5 > *:not(:last-child) {
  margin-bottom: 1.5rem;
}
.p-2 {
  padding: 2rem;
}
.pt-2 {
  padding-top: 2rem;
}
.pb-2 {
  padding-bottom: 2rem;
}
.py-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pl-2 {
  padding-left: 2rem;
}
.pr-2 {
  padding-right: 2rem;
}
.px-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.m-2 {
  margin: 2rem;
}
.mt-2,
.heading__primary {
  margin-top: 2rem;
}
.mb-2 {
  margin-bottom: 2rem;
}
.my-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ml-2 {
  margin-left: 2rem;
}
.mr-2 {
  margin-right: 2rem;
}
.mx-2 {
  margin-left: 2rem;
  margin-right: 2rem;
}
html[lang="fa"] .space-x-2 > *:not(:last-child),
html[lang="ar"] .space-x-2 > *:not(:last-child) {
  margin-left: 2rem;
}
html[lang="en"] .space-x-2 > *:not(:last-child),
html[lang="de"] .space-x-2 > *:not(:last-child),
html[lang="fr"] .space-x-2 > *:not(:last-child),
html[lang="it"] .space-x-2 > *:not(:last-child),
html[lang="nl"] .space-x-2 > *:not(:last-child),
html[lang="pl"] .space-x-2 > *:not(:last-child),
html[lang="pt-br"] .space-x-2 > *:not(:last-child),
html[lang="fi"] .space-x-2 > *:not(:last-child),
html[lang="tr"] .space-x-2 > *:not(:last-child),
html[lang="ru"] .space-x-2 > *:not(:last-child),
html[lang="uk"] .space-x-2 > *:not(:last-child),
html[lang="ko"] .space-x-2 > *:not(:last-child),
html[lang="zh"] .space-x-2 > *:not(:last-child),
html[lang="zh-hk"] .space-x-2 > *:not(:last-child),
html[lang="zh-tw"] .space-x-2 > *:not(:last-child),
html[lang="ja"] .space-x-2 > *:not(:last-child),
html[lang="es"] .space-x-2 > *:not(:last-child) {
  margin-right: 2rem;
}
.space-y-2 > *:not(:last-child) {
  margin-bottom: 2rem;
}
.p-2_5 {
  padding: 2.5rem;
}
.pt-2_5 {
  padding-top: 2.5rem;
}
.pb-2_5 {
  padding-bottom: 2.5rem;
}
.py-2_5 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.pl-2_5 {
  padding-left: 2.5rem;
}
.pr-2_5 {
  padding-right: 2.5rem;
}
.px-2_5 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.m-2_5 {
  margin: 2.5rem;
}
.mt-2_5 {
  margin-top: 2.5rem;
}
.mb-2_5 {
  margin-bottom: 2.5rem;
}
.my-2_5 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.ml-2_5 {
  margin-left: 2.5rem;
}
.mr-2_5 {
  margin-right: 2.5rem;
}
.mx-2_5 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
html[lang="fa"] .space-x-2_5 > *:not(:last-child),
html[lang="ar"] .space-x-2_5 > *:not(:last-child) {
  margin-left: 2.5rem;
}
html[lang="en"] .space-x-2_5 > *:not(:last-child),
html[lang="de"] .space-x-2_5 > *:not(:last-child),
html[lang="fr"] .space-x-2_5 > *:not(:last-child),
html[lang="it"] .space-x-2_5 > *:not(:last-child),
html[lang="nl"] .space-x-2_5 > *:not(:last-child),
html[lang="pl"] .space-x-2_5 > *:not(:last-child),
html[lang="pt-br"] .space-x-2_5 > *:not(:last-child),
html[lang="fi"] .space-x-2_5 > *:not(:last-child),
html[lang="tr"] .space-x-2_5 > *:not(:last-child),
html[lang="ru"] .space-x-2_5 > *:not(:last-child),
html[lang="uk"] .space-x-2_5 > *:not(:last-child),
html[lang="ko"] .space-x-2_5 > *:not(:last-child),
html[lang="zh"] .space-x-2_5 > *:not(:last-child),
html[lang="zh-hk"] .space-x-2_5 > *:not(:last-child),
html[lang="zh-tw"] .space-x-2_5 > *:not(:last-child),
html[lang="ja"] .space-x-2_5 > *:not(:last-child),
html[lang="es"] .space-x-2_5 > *:not(:last-child) {
  margin-right: 2.5rem;
}
.space-y-2_5 > *:not(:last-child) {
  margin-bottom: 2.5rem;
}
.p-3 {
  padding: 3rem;
}
.pt-3 {
  padding-top: 3rem;
}
.pb-3 {
  padding-bottom: 3rem;
}
.py-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.pl-3 {
  padding-left: 3rem;
}
.pr-3 {
  padding-right: 3rem;
}
.px-3 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.m-3 {
  margin: 3rem;
}
.mt-3 {
  margin-top: 3rem;
}
.mb-3 {
  margin-bottom: 3rem;
}
.my-3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.ml-3 {
  margin-left: 3rem;
}
.mr-3 {
  margin-right: 3rem;
}
.mx-3 {
  margin-left: 3rem;
  margin-right: 3rem;
}
html[lang="fa"] .space-x-3 > *:not(:last-child),
html[lang="ar"] .space-x-3 > *:not(:last-child) {
  margin-left: 3rem;
}
html[lang="en"] .space-x-3 > *:not(:last-child),
html[lang="de"] .space-x-3 > *:not(:last-child),
html[lang="fr"] .space-x-3 > *:not(:last-child),
html[lang="it"] .space-x-3 > *:not(:last-child),
html[lang="nl"] .space-x-3 > *:not(:last-child),
html[lang="pl"] .space-x-3 > *:not(:last-child),
html[lang="pt-br"] .space-x-3 > *:not(:last-child),
html[lang="fi"] .space-x-3 > *:not(:last-child),
html[lang="tr"] .space-x-3 > *:not(:last-child),
html[lang="ru"] .space-x-3 > *:not(:last-child),
html[lang="uk"] .space-x-3 > *:not(:last-child),
html[lang="ko"] .space-x-3 > *:not(:last-child),
html[lang="zh"] .space-x-3 > *:not(:last-child),
html[lang="zh-hk"] .space-x-3 > *:not(:last-child),
html[lang="zh-tw"] .space-x-3 > *:not(:last-child),
html[lang="ja"] .space-x-3 > *:not(:last-child),
html[lang="es"] .space-x-3 > *:not(:last-child) {
  margin-right: 3rem;
}
.space-y-3 > *:not(:last-child) {
  margin-bottom: 3rem;
}
.w-full,
.heading__primary,
.heading__secondary {
  width: 100%;
}
.h-full {
  height: 100%;
}
.h-fullScreen {
  height: 100vh;
}
.cursor-pointer,
.cursor-children-pointer > * {
  cursor: pointer;
}
.nicescroll-rails {
  direction: ltr;
}
.ltr {
  direction: ltr;
}
.en {
  font-family: "english";
}
.en-all {
  font-family: "english";
}
.blob {
  background: #ffa600;
  border-radius: 50%;
  margin: 5px;
  height: 8px;
  width: 8px;
  display: inline-block;
  box-shadow: 0 0 0 0 #ffa600;
  transform: scale(1);
  animation: pulse 2s infinite;
}
.blob.-red {
  animation: red-pulse 2s infinite;
  background: #ea2027;
  box-shadow: 0 0 0 0 #ea2027;
}
.blob.-green {
  animation: green-pulse 2s infinite;
  background: #4cd137;
  box-shadow: 0 0 0 0 #4cd137;
}
.blob.-blue {
  animation: blue-pulse 2s infinite;
  background: #006ad9;
  box-shadow: 0 0 0 0 #006ad9;
}
.hoverTextPrimaryColor {
  transition: 0.3s;
}
.hoverTextPrimaryColor:hover {
  color: #e67e22;
}
.hover-text-primary-color-shadow {
  transition: 0.3s;
}
.hover-text-primary-color-shadow:hover {
  color: #e67e22;
  text-shadow: #e67e22 0 0 10px;
}
.hover-text-green-color-shadow {
  transition: 0.3s;
}
.hover-text-green-color-shadow:hover {
  color: #15615b !important;
  text-shadow: #4cd137 0 0 10px !important;
}
.textShadowPrimary {
  text-shadow: #e67e22 0 0 10px;
}
.rounded-corners {
  border-radius: 0.5rem;
}
.rounded-circle {
  border-radius: 100%;
}
.rounded {
  border-radius: 10000px;
}
.transition {
  transition: 0.3s;
}
.transition-all > * {
  transition: 0.3s;
}
.op-0 {
  opacity: 0;
}
.op-0_1 {
  opacity: 0.1;
}
.op-0_2 {
  opacity: 0.2;
}
.op-0_3 {
  opacity: 0.3;
}
.op-0_4 {
  opacity: 0.4;
}
.op-0_5 {
  opacity: 0.5;
}
.op-0_6 {
  opacity: 0.6;
}
.op-0_7 {
  opacity: 0.7;
}
.op-0_8 {
  opacity: 0.8;
}
.op-0_9 {
  opacity: 0.9;
}
.op-1 {
  opacity: 1;
}
@media screen and (max-width: 400px) {
  .heading__primary {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 370px) {
  .heading__primary {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 400px) {
  .heading__secondary {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 370px) {
  .heading__secondary {
    max-width: 80%;
    margin-right: 10%;
    margin-left: 10%;
  }
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.sticky:before,
.sticky:after {
  content: "";
  display: table;
}
.no-select,
.no-select * {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.no-select:focus,
.no-select *:focus {
  outline: none !important;
}
.-error-text {
  color: #ea2027;
}
.-warning-text {
  color: #e67e22;
}
.-info-text {
  color: #006ad9;
}
.-success-text {
  color: #4cd137;
}
.f {
  display: flex;
}
.f-row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
.f-align-center {
  display: flex;
  align-items: center;
}
.f-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.f-justify-between {
  display: flex;
  justify-content: space-between;
}
.f-center-justify-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.f-start-justify-between {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.f-justify-center {
  display: flex;
  justify-content: center;
}
.f-justify-center-align-start {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.f-center-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.f-column {
  display: flex;
  flex-direction: column;
}
.f-column-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.f-column-vertical-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.f-column-vertical-start {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.f-column-horizontal-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-relative {
  position: relative;
}
.p-abs-bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-abs-top-full {
  position: absolute;
  top: 100%;
}
.p-abs-top-right {
  position: absolute;
  top: 0;
  right: 0;
}
.p-abs-top-left {
  position: absolute;
  top: 0;
  left: 0;
}
.p-abs-left {
  position: absolute;
  left: 0;
}
.p-abs-full {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.p-abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
}
.p-fixed-top-right {
  position: fixed;
  top: 0;
  right: 0;
}
.border {
  border: 1px solid;
}
.border-bottom,
.border-bottom-variable-color-white-gray {
  border-bottom: 1px solid;
}
.border-white {
  border: 1px solid #fff;
}
.border-white-2x {
  border: 2px solid #fff;
}
.border-gray {
  border: 1px solid #34495e;
}
.border-light {
  border: 1px solid #e5f5ee;
}
.border-transparent {
  border: 1px solid transparent;
}
.border-left-light {
  border-left: 1px solid #e5f5ee;
}
.no-border {
  border: none;
}
.shadow-white {
  box-shadow: #fff 0px 0px 15px 0px;
}
.shadow-lite {
  box-shadow: #7f8c8d 0px 1px 15px 0px, #dcdde1 0px 0px 0px 1px;
}
.shadow-soft-lite-right {
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.04), -1px 1px 2px rgba(0, 0, 0, 0.08);
}
.shadow-soft-lite-left {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.04), 1px 1px 2px rgba(0, 0, 0, 0.08);
}
.shadow-soft-lite-right-inset {
  box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.03) inset,
    -1px 0px 2px rgba(0, 0, 0, 0.06) inset;
}
.shadow-soft-lite-left-inset {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.03) inset,
    1px 1px 2px rgba(0, 0, 0, 0.06) inset;
}
.shadow-soft-lite {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
}
.shadow-red {
  box-shadow: 0 2px 25px 10px rgba(234, 32, 39, 0.5);
}
.text-shadow-primary {
  text-shadow: 0 0 10px rgba(230, 126, 34, 0.5);
}
.shadow-red-half {
  box-shadow: 0 2px 15px 5px rgba(234, 32, 39, 0.5);
}
.shadow-primary-green {
  box-shadow: rgba(21, 97, 91, 0.5) 0 0 5px 0px;
}
.shadow-primary-green-wide {
  box-shadow: rgba(76, 209, 55, 0.5) 0 0 15px 3px;
}
.in-larger-than-lg {
  display: none !important;
}
@media screen and (min-width: 1281px) {
  .in-larger-than-lg {
    display: flex !important;
  }
}
.in-larger-than-md {
  display: none !important;
}
@media screen and (min-width: 1025px) {
  .in-larger-than-md {
    display: flex !important;
  }
}
.in-larger-than-md-lg {
  display: none !important;
}
@media screen and (min-width: 1130px) {
  .in-larger-than-md-lg {
    display: flex !important;
  }
}
.in-smaller-than-md {
  display: none !important;
}
@media screen and (max-width: 1025px) {
  .in-smaller-than-md {
    display: flex !important;
  }
}
.in-larger-than-sm {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .in-larger-than-sm {
    display: flex !important;
  }
}
.in-larger-than-sm-md {
  display: none !important;
}
@media screen and (min-width: 900px) {
  .in-larger-than-sm-md {
    display: flex !important;
  }
}
.in-smaller-than-sm {
  display: none !important;
}
@media screen and (max-width: 769px) {
  .in-smaller-than-sm {
    display: flex !important;
  }
}
.in-smaller-than-sm-md {
  display: none !important;
}
@media screen and (max-width: 900px) {
  .in-smaller-than-sm-md {
    display: flex !important;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../../assets/icomoon/fonts/icomoon.eot?31qzaf");
  src: url("../../assets/icomoon/fonts/icomoon.eot?31qzaf")
      format("embedded-opentype"),
    url("../../assets/icomoon/fonts/icomoon.ttf?31qzaf") format("truetype"),
    url("../../assets/icomoon/fonts/icomoon.woff?31qzaf") format("woff"),
    url("../../assets/icomoon/fonts/icomoon.svg?31qzaf#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-vpn-for-business:before {
  content: "\e9a5";
}
.icon-affiliate-partners:before {
  content: "\e9a3";
}
.icon-billing:before {
  content: "\e9a4";
}
.icon-press-area:before {
  content: "\e9a6";
}
.icon-leak-test:before {
  content: "\e9a2";
}
.icon-android:before {
  content: "\e99a";
}
.icon-apple:before {
  content: "\e99b";
}
.icon-find-recommend-server:before {
  content: "\e99c";
}
.icon-ip-address-checker:before {
  content: "\e99d";
}
.icon-speed-test:before {
  content: "\e99e";
}
.icon-status:before {
  content: "\e99f";
}
.icon-vpn-issues:before {
  content: "\e9a0";
}
.icon-web-rtc:before {
  content: "\e9a1";
}
.icon-emergency-fill:before {
  content: "\e998";
}
.icon-emergency-line:before {
  content: "\e999";
}
.icon-youtube:before {
  content: "\e997";
}
.icon-opera:before {
  content: "\e995";
}
.icon-app-store:before {
  content: "\e996";
}
.icon-expire:before {
  content: "\e984";
}
.icon-x:before {
  content: "\e985";
}
.icon-news:before {
  content: "\e986";
}
.icon-protocol-and-security:before {
  content: "\e987";
}
.icon-tips:before {
  content: "\e988";
}
.icon-compare:before {
  content: "\e989";
}
.icon-cyber-security:before {
  content: "\e98a";
}
.icon-famous-vpn:before {
  content: "\e98b";
}
.icon-Internet-censorship:before {
  content: "\e98c";
}
.icon-vpn-technology:before {
  content: "\e98d";
}
.icon-facebook:before {
  content: "\e98e";
}
.icon-instagram:before {
  content: "\e98f";
}
.icon-discord:before {
  content: "\e990";
}
.icon-share:before {
  content: "\e991";
}
.icon-topics:before {
  content: "\e992";
}
.icon-calender:before {
  content: "\e993";
}
.icon-twitter:before {
  content: "\e994";
}
.icon-file:before {
  content: "\e97d";
}
.icon-image:before {
  content: "\e97e";
}
.icon-paw:before {
  content: "\e97f";
}
.icon-play-store:before {
  content: "\e980";
}
.icon-qr-code:before {
  content: "\e981";
}
.icon-telegram:before {
  content: "\e982";
}
.icon-whatsapp:before {
  content: "\e983";
}
.icon-invisible:before {
  content: "\e971";
}
.icon-visible:before {
  content: "\e972";
}
.icon-tag:before {
  content: "\e973";
}
.icon-link:before {
  content: "\e974";
}
.icon-high-stability-fill:before {
  content: "\e975";
}
.icon-fast-line:before {
  content: "\e976";
}
.icon-fast-fill:before {
  content: "\e977";
}
.icon-low-stability-line:before {
  content: "\e978";
}
.icon-snail-line:before {
  content: "\e979";
}
.icon-snail-fill:before {
  content: "\e97a";
}
.icon-low-stability-fill:before {
  content: "\e97b";
}
.icon-high-stability-line:before {
  content: "\e97c";
}
.icon-movie-fill:before {
  content: "\e965";
}
.icon-kids-line:before {
  content: "\e966";
}
.icon-kids-fill:before {
  content: "\e967";
}
.icon-music-line:before {
  content: "\e968";
}
.icon-music-fill:before {
  content: "\e969";
}
.icon-movie-line:before {
  content: "\e96a";
}
.icon-moon:before {
  content: "\e96b";
}
.icon-trash:before {
  content: "\e96c";
}
.icon-palette:before {
  content: "\e96d";
}
.icon-sun:before {
  content: "\e96e";
}
.icon-settings:before {
  content: "\e96f";
}
.icon-search:before {
  content: "\e970";
}
.icon-list:before {
  content: "\e957";
}
.icon-filter:before {
  content: "\e962";
}
.icon-login:before {
  content: "\e963";
}
.icon-server-status:before {
  content: "\e964";
}
.icon-grid-fill:before {
  content: "\e917";
}
.icon-grid-line:before {
  content: "\e961";
}
.icon-ip-static-line:before {
  content: "\e908";
}
.icon-developers-fill:before {
  content: "\e90e";
}
.icon-anti-sanction-line:before {
  content: "\e936";
}
.icon-anti-sanction-fill:before {
  content: "\e946";
}
.icon-stream-line:before {
  content: "\e947";
}
.icon-stream-fill:before {
  content: "\e948";
}
.icon-ip-static-fill:before {
  content: "\e949";
}
.icon-security-plus-line:before {
  content: "\e94a";
}
.icon-security-plus-fill:before {
  content: "\e94b";
}
.icon-p2p-line:before {
  content: "\e94c";
}
.icon-p2p-fill:before {
  content: "\e94d";
}
.icon-game-plus-line:before {
  content: "\e94e";
}
.icon-game-plus-fill:before {
  content: "\e94f";
}
.icon-download-apps-line:before {
  content: "\e950";
}
.icon-developers-line:before {
  content: "\e951";
}
.icon-download-apps-fill:before {
  content: "\e952";
}
.icon-user-line:before {
  content: "\e953";
}
.icon-user-fill:before {
  content: "\e954";
}
.icon-arrow-down:before {
  content: "\e955";
}
.icon-preview:before {
  content: "\e956";
}
.icon-info:before {
  content: "\e958";
}
.icon-logout:before {
  content: "\e959";
}
.icon-chevron-top:before {
  content: "\e95a";
}
.icon-chevron-right:before {
  content: "\e95b";
}
.icon-chevron-left:before {
  content: "\e95c";
}
.icon-chevron-down:before {
  content: "\e95d";
}
.icon-arrow-right:before {
  content: "\e95e";
}
.icon-arrow-top:before {
  content: "\e95f";
}
.icon-arrow-left:before {
  content: "\e960";
}
.icon-copy:before {
  content: "\e944";
}
.icon-save:before {
  content: "\e945";
}
.icon-clock:before {
  content: "\e943";
}
.icon-gateway:before {
  content: "\e940";
}
.icon-crypto-currency:before {
  content: "\e941";
}
.icon-question-mark:before {
  content: "\e942";
}
.icon-rules:before {
  content: "\e938";
}
.icon-percent:before {
  content: "\e90a";
}
.icon-shine:before {
  content: "\e932";
}
.icon-stars:before {
  content: "\e937";
}
.icon-circle-checkbox:before {
  content: "\e939";
}
.icon-refresh:before {
  content: "\e93a";
}
.icon-home:before {
  content: "\e93b";
}
.icon-access-denied:before {
  content: "\e93c";
}
.icon-play:before {
  content: "\e93d";
}
.icon-card:before {
  content: "\e93e";
}
.icon-edit:before {
  content: "\e93f";
}
.icon-help:before {
  content: "\e92a";
}
.icon-warning:before {
  content: "\e92b";
}
.icon-email:before {
  content: "\e92c";
}
.icon-check:before {
  content: "\e92d";
}
.icon-username:before {
  content: "\e92e";
}
.icon-reset-password:before {
  content: "\e92f";
}
.icon-recovery-account:before {
  content: "\e930";
}
.icon-discount:before {
  content: "\e931";
}
.icon-speaker:before {
  content: "\e933";
}
.icon-renew-account:before {
  content: "\e934";
}
.icon-buy-account:before {
  content: "\e935";
}
.icon-android-app:before {
  content: "\e900";
}
.icon-android-os:before {
  content: "\e901";
}
.icon-anydesk:before {
  content: "\e902";
}
.icon-blackberry:before {
  content: "\e903";
}
.icon-browser-extension:before {
  content: "\e904";
}
.icon-buy-and-extension-account:before {
  content: "\e905";
}
.icon-check-internet-status:before {
  content: "\e906";
}
.icon-checkout-dns:before {
  content: "\e907";
}
.icon-chrome:before {
  content: "\e909";
}
.icon-close:before {
  content: "\e90b";
}
.icon-consoles:before {
  content: "\e90c";
}
.icon-desktops-and-laptops:before {
  content: "\e90d";
}
.icon-features:before {
  content: "\e90f";
}
.icon-firefox:before {
  content: "\e910";
}
.icon-internet:before {
  content: "\e911";
}
.icon-ios-app:before {
  content: "\e912";
}
.icon-kill-switch-functionality:before {
  content: "\e913";
}
.icon-linux:before {
  content: "\e914";
}
.icon-location:before {
  content: "\e915";
}
.icon-lock:before {
  content: "\e916";
}
.icon-mac-os:before {
  content: "\e918";
}
.icon-menu:before {
  content: "\e919";
}
.icon-mobiles-and-tablets:before {
  content: "\e91a";
}
.icon-modems:before {
  content: "\e91b";
}
.icon-more:before {
  content: "\e91c";
}
.icon-my-ip:before {
  content: "\e91d";
}
.icon-playstation:before {
  content: "\e91e";
}
.icon-setup-dns:before {
  content: "\e91f";
}
.icon-support-and-FAQ:before {
  content: "\e920";
}
.icon-support:before {
  content: "\e921";
}
.icon-tools:before {
  content: "\e922";
}
.icon-tutorials:before {
  content: "\e923";
}
.icon-tv-app:before {
  content: "\e924";
}
.icon-user:before {
  content: "\e925";
}
.icon-wifi:before {
  content: "\e926";
}
.icon-windows-os:before {
  content: "\e927";
}
.icon-windows-phone:before {
  content: "\e928";
}
.icon-xbox:before {
  content: "\e929";
}
.loading {
  background-image: url("./../../assets/vectors/svg/ChitaVPN-pattern-online-chat.svg");
  background-size: 75px 75px;
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.loading.-hidden {
  display: none;
}
.loading .gradient {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-size: 100%;
  background-image: linear-gradient(
    130deg,
    rgba(15, 138, 120, 0.95),
    rgba(15, 138, 66, 0.95)
  );
}
.loading .gradient img {
  width: 200px;
}
.loading .gradient > div {
  padding: 1rem 0;
  display: flex;
  align-items: center;
}
.loading .gradient > div > *:not(:last-child) {
  margin-right: 1rem;
}
.loading .gradient > div strong {
  color: white;
  font-weight: 600;
  font-size: 1.5rem;
}
@media screen and (max-width: 350px) {
  .loading .gradient > div strong {
    font-size: 1.3rem;
  }
}
.loading .gradient > div span {
  color: white;
  font-size: 1.5rem;
}
@media screen and (max-width: 350px) {
  .loading .gradient > div span {
    font-size: 1.3rem;
  }
}
.loading .gradient p {
  color: #dcdde1;
  font-size: 1.1rem;
}
@media screen and (max-width: 350px) {
  .loading .gradient p {
    font-size: 1rem;
  }
}
.loading .gradient > section {
  width: 400px;
  height: 400px;
  position: absolute;
  top: calc(50% - 200px);
  left: calc(50% - 200px);
}
@media screen and (max-width: 700px) {
  .loading .gradient > section {
    display: none;
  }
}
.loading .gradient > section div {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.loading .gradient > section div:nth-child(1) {
  transform: rotate(0deg);
}
.loading .gradient > section div:nth-child(2) {
  transform: rotate(22.5deg);
}
.loading .gradient > section div:nth-child(2) span {
  transform: rotate(-22.5deg);
}
.loading .gradient > section div:nth-child(3) {
  transform: rotate(45deg);
}
.loading .gradient > section div:nth-child(3) span {
  transform: rotate(-45deg);
}
.loading .gradient > section div:nth-child(4) {
  transform: rotate(67.5deg);
}
.loading .gradient > section div:nth-child(4) span {
  transform: rotate(-67.5deg);
}
.loading .gradient > section div span {
  font-size: 2rem;
  opacity: 0.5;
  color: #efefef;
  position: absolute;
}
.loading .gradient > section div span:nth-child(1) {
  left: 0;
  top: 0;
}
.loading .gradient > section div span:nth-child(2) {
  top: 0;
  right: 0;
}
.loading .gradient > section div span:nth-child(3) {
  left: 0;
  bottom: 0;
}
.loading .gradient > section div span:nth-child(4) {
  right: 0;
  bottom: 0;
}
#chat-header {
  border-bottom: 5px solid #0c524d !important;
}
@media screen and (max-width: 600px) {
  #chat-header .remove-in-mobile {
    display: none !important;
  }
}
#chat-header .additional-links {
  margin-left: 0.5rem !important;
}
@media screen and (max-width: 600px) {
  #chat-header .additional-links {
    margin-left: 0.25rem !important;
  }
}
#chat-header > div:first-child {
  background-color: transparent !important;
}
#chat-header > * {
  z-index: 2 !important;
}
#chat-header > .chita-wrapper {
  z-index: 1 !important;
  width: 100% !important;
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
  height: 150px !important;
  overflow: hidden !important;
  background-size: 75px 75px !important;
}
#chat-header > .chita-wrapper .gradient {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 1 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: #0c524d !important;
  background-image: url("./../../assets/images/png/ChitaVPN-polygons.png") !important;
  background-size: 150px !important;
}
#chat-header > .chita-wrapper img {
  width: 75px !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 2rem !important;
  z-index: 2 !important;
  animation: chitaHead infinite 7s !important;
}
@media screen and (max-width: 600px) {
  #chat-header > .chita-wrapper img {
    width: 50px !important;
  }
}
@media screen and (max-width: 400px) {
  #chat-header > .chita-wrapper img {
    left: 1rem !important;
    width: 50px !important;
  }
}
#chat-body {
  background-color: rgba(15, 138, 81, 0.26) !important;
}
#chat-body > div > div.cc-1o220 {
  background-color: #efefef !important;
  bottom: 3rem !important;
  border-radius: 2rem !important;
  left: 1rem !important;
  right: 1rem !important;
  width: calc(100% - 2rem) !important;
}
#chat-body > div > div.cc-1o220::before {
  background-color: none !important;
  display: none !important;
}
#chat-body > div > div.cc-1o220 textarea {
  padding-left: 1rem !important;
}
#chat-body > div > div.cc-1nvun {
  background-color: transparent !important;
  bottom: 0.5rem !important;
  padding-left: 2rem !important;
}
#chat-body
  > div
  > div.cc-1nvun
  > div
  > span[data-type="smiley"]
  > span:last-child:empty,
#chat-body
  > div
  > div.cc-1nvun
  > div
  > span[data-type="file"]
  > span:last-child:empty,
#chat-body
  > div
  > div.cc-1nvun
  > div
  > span[data-type="speech"]
  > span:last-child:empty {
  background-color: #61997f !important;
}
#chat-body
  > div
  > div.cc-1nvun
  > div
  > span[data-state="recording"]
  > span:first-child {
  background-color: #e67e22 !important;
}
#chat-body
  > div
  > div.cc-1nvun
  > div
  > span[data-state="recording"]
  > span:last-child
  > span {
  background-color: #e67e22 !important;
}
#chat-body > div > div.cc-15pwe > div {
  bottom: 65px !important;
  left: 1rem !important;
  width: calc(100% - 2rem) !important;
  border-radius: 1rem !important;
}
#chat-body > div > div.cc-15pwe > div [data-type="gif"] > span:nth-child(2) {
  overflow-y: scroll !important;
  max-height: 134px !important;
}
#chat-body > div > div.cc-1anly > div,
#chat-body > div > div.cc-1anly > a {
  bottom: 105px !important;
  width: calc(100% - 2.5rem) !important;
  left: 0.5rem !important;
  border-radius: 2rem !important;
}
#chat-body > div > div.cc-q205d {
  bottom: 102px !important;
}
#chat-body > div > div.cc-q205d > div {
  padding-inline-start: 64px !important;
}
#chat-body > div > div.cc-q205d > div > div > div span.cc-dvx9d,
#chat-body > div > div.cc-q205d > div > div > div span.cc-dvx9d {
  font-size: 14px !important;
}
#chat-body
  > div
  > div.cc-q205d
  > div
  > div
  > div
  > div[data-from="operator"]
  > span:first-child {
  width: 48px !important;
  height: 48px !important;
  inset-inline-start: -56px !important;
}
#chat-body
  > div
  > div.cc-q205d
  > div
  > div
  > div
  > div[data-from="operator"]
  > span:first-child
  > span[style] {
  background: white;
  box-sizing: border-box !important;
  width: 48px !important;
  height: 48px !important;
}
