* {
  margin: 0;
  padding: 0;
  border: 0;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style: none !important;
  padding-left: 0 !important;
}

ol,
li {
  margin: 0;
  padding: 0;
}

button {
  cursor: pointer;
  border: none;
  background: inherit;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

input[type=number] {
  -webkit-appearance: textfield;
  -webkit-appearance--moz-appearance: textfield;
  -webkit-appearance--moz-appearance-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.ess-reset-select {
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  outline: none;
}
.ess-reset-select::-ms-expand {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #202124;
}

.ess-bg-primary h1,
.ess-bg-primary h2,
.ess-bg-primary h3,
.ess-bg-primary h4,
.ess-bg-primary h5,
.ess-bg-primary h6 {
  color: #ffffff;
}
.ess-bg-primary p {
  color: #ffffff;
}

p {
  color: #5f6368;
  line-height: 1.875rem;
}

a {
  transition: all 0.3s ease;
}

.ess-text-base {
  color: #ef982a;
}

.ess-text-secondary {
  color: #5f6368;
}

.ess-text-dark {
  color: #202124;
}

@media only screen and (min-width: 992px) {
  .ess-section-tite {
    margin-bottom: 4.375rem;
  }
}
@media only screen and (max-width: 991px) {
  .ess-section-tite {
    margin-bottom: 2.5rem;
  }
}

.ess-title {
  line-height: 1.5;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .ess-title {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .ess-title {
    font-size: 1.75rem;
  }
}

.ess-subtitle {
  line-height: 1.7;
}
@media only screen and (min-width: 992px) {
  .ess-subtitle {
    font-size: 1.25rem;
  }
}

.ess-secondary-link {
  color: #5f6368;
}
.ess-secondary-link:hover {
  color: #202124;
}

.ess-social-link {
  color: #202124;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-weight: 500;
}
.ess-social-link:hover {
  color: #EFA829;
}

.ess-social-link__icon {
  height: 1.875rem;
  width: 1.875rem;
  border-radius: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #EFA829;
  background-color: #fcefd9;
}

.ess-fw-500 {
  font-weight: 500;
}

@media only screen and (max-width: 1199px) {
  .ess-link-xl-max_secondary {
    font-weight: 400 !important;
    color: #5f6368;
  }
  .ess-link-xl-max_secondary:hover {
    color: #202124;
  }
  .ess-link-xl-max_absolute {
    position: absolute;
    inset: 0;
    color: #f8f9fa;
    color: transparent;
  }
  .ess-link-xl-max_absolute:hover, .ess-link-xl-max_absolute:focus, .ess-link-xl-max_absolute:active {
    color: #f8f9fa;
    color: transparent;
  }
}
.ess-link-style:hover {
  color: inherit;
}
.ess-link-style:hover .ess-link-style__text::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.ess-link-style.active {
  color: inherit;
}
.ess-link-style.active .ess-link-style__text::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.ess-link-style .ess-link-style__text {
  position: relative;
}
.ess-link-style .ess-link-style__text::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: -3px;
  left: 0;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 100%;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.nav-link {
  color: #5f6368;
  font-weight: 500;
}
.nav-link:hover {
  color: #202124;
}

html,
body {
  height: 100%;
  width: 100%;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1rem;
  font-optical-sizing: auto;
  overflow-x: hidden;
}
body.block {
  overflow-y: hidden;
  margin-right: 0.9375rem;
}

.ess-wrapper {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 992px) {
  .ess-wrapper:has(.ess-header.fixed) .ess-main {
    margin-top: 4.9375rem;
  }
}
@media screen and (min-width: 577px) and (max-width: 991px) {
  .ess-wrapper:has(.ess-header.fixed) .ess-main {
    margin-top: 3.9375rem;
  }
}
@media screen and (max-width: 576px) {
  .ess-wrapper:has(.ess-header.fixed) .ess-main {
    margin-top: 3.6875rem;
  }
}
.ess-wrapper:has(.ess-header.fixed) .ess-hero__content {
  padding-top: 3.75rem;
}

.ess-main {
  position: relative;
  flex: 1 1 auto;
}
@media screen and (min-width: 992px) {
  .ess-main {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 991px) {
  .ess-main {
    margin-top: 4rem;
  }
}

.ess-sticky-element {
  position: sticky;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .ess-sticky-element.ess-sticky-element_top-100 {
    top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .ess-sticky-element.ess-sticky-element_top-100 {
    top: 80px;
  }
}

.ess-scroll-margin-area {
  scroll-margin-top: 150px;
}

.ess-bg-primary {
  background-color: #2970ef;
  color: #ffffff;
}
.ess-bg-primary.ess-bg-primary_gradient {
  background: -webkit-linear-gradient(to right, #7095f4, #2970ef);
  background: linear-gradient(to right, #7095f4, #2970ef);
}

.ess-bg-base {
  background-color: #EFA829;
  color: #202124;
}
.ess-bg-base p {
  color: #202124;
}
.ess-bg-base.ess-bg-base_gradient {
  background: -webkit-linear-gradient(to right, #f3c858, #EFA829);
  background: linear-gradient(to right, #f3c858, #EFA829);
}

.ess-bg-success {
  background-color: #1e8e3e;
}
.ess-bg-success p, .ess-bg-success h3, .ess-bg-success i {
  color: #ffffff;
}
.ess-bg-success.ess-bg-success_gradient {
  background: -webkit-linear-gradient(to right, #27b850, #1e8e3e);
  background: linear-gradient(to right, #27b850, #1e8e3e);
}

.ess-bg-success-accent {
  background-color: #2aef98;
}

.ess-stiky-item {
  position: sticky;
  position: -webkit-sticky;
  top: 1.875rem;
}

.ess-js-item {
  display: none;
}
.ess-js-item.active {
  display: block;
}

.ess-w-fit-content {
  width: fit-content;
}

.ess-h-fit-content {
  height: fit-content;
}

@media only screen and (min-width: 1600px) {
  .ess-subsections-gap {
    gap: 11.25rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1599px) {
  .ess-subsections-gap {
    gap: 8.75rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .ess-subsections-gap {
    gap: 8.75rem;
  }
}
@media screen and (max-width: 767px) {
  .ess-subsections-gap {
    gap: 7.5rem;
  }
}

@media only screen and (min-width: 992px) {
  .ess-section-padding_top {
    padding-top: 7.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .ess-section-padding_top {
    padding-top: 5rem;
  }
}

@media only screen and (min-width: 992px) {
  .ess-section-padding_bottom {
    padding-bottom: 7.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .ess-section-padding_bottom {
    padding-bottom: 5.625rem;
  }
}

.ess-radius-10 {
  border-radius: 0.625rem;
}

.ess-radius-30 {
  border-radius: 1.875rem;
}

.pt-40 {
  padding-top: 2.5rem;
}

.pb-40 {
  padding-bottom: 2.5rem;
}

.ess-scroll-x {
  overflow-x: scroll;
  overflow-y: hidden;
}
@media screen and (min-width: 1200px) {
  .ess-scroll-x::-webkit-scrollbar {
    display: none;
  }
}

.ess-mw-300 {
  min-width: 300px;
}

@media screen and (min-width: 992px) {
  .w-lg-100 {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .w-lg-auto {
    width: auto !important;
  }
}
.ess-box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #EFA829;
}

.ess-box-icon_md {
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  font-size: 1.8em;
}

@media only screen and (min-width: 1200px) {
  .ess-cta__left {
    padding: 6.25rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .ess-cta__left {
    padding: 5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .ess-cta__left {
    padding: 4.375rem;
  }
}
@media screen and (max-width: 767px) {
  .ess-cta__left {
    padding: 3.125rem;
  }
}

.ess-cta__right {
  display: flex;
  justify-content: end;
}
.ess-cta__right img {
  height: 330px;
  object-fit: contain;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .ess-cta__right img {
    margin-bottom: 4.375rem;
  }
}
@media screen and (max-width: 767px) {
  .ess-cta__right img {
    margin-bottom: 3.125rem;
    max-height: 220px;
    margin-left: 1.25rem;
  }
}

.form-label {
  margin-bottom: 0.25rem;
}

.form-control,
.form-select {
  border-radius: 0.625rem;
}

.loader {
  width: 28px;
  height: 28px;
  border: 5px solid #FFF;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  position: relative;
  z-index: 1;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 992px) {
  .ess-saas-page-image img {
    padding: 0 3.125rem;
  }
}
@media screen and (max-width: 991px) {
  .ess-saas-page-image {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.ess-coockie {
  background: #202124;
  backdrop-filter: blur(4px);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  color: green;
  box-shadow: rgba(255, 255, 255, 0.2) 0px 30px 90px;
}
.ess-coockie.ess-hidden {
  display: none;
}

.ess-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: fit-content;
  z-index: 4;
  background-color: #ffffff;
  box-shadow: 4px 4px 36px 0px rgba(192, 192, 192, 0.16), -4px -4px 36px 0px rgba(192, 192, 192, 0.12);
}

.ess-logo-img {
  object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .ess-logo-img {
    width: 8.375rem;
  }
}

.ess-header__content {
  background-color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .ess-header.active .ess-header__menu-holder {
    transform: translateX(0);
    visibility: visible;
    transition: transform 400ms ease 0ms, visibility 400ms ease 0ms;
  }
  .ess-header.active .ess-header__menu-content {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: visibility 400ms ease 400ms, transform 400ms ease 400ms;
  }
  .ess-header__menu-holder {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    transform: translateX(-100%);
    visibility: hidden;
    transform-origin: left center;
    transition: transform 400ms ease 0ms, visibility 400ms ease 0ms;
  }
  .ess-overlay {
    position: absolute;
    inset: 0;
    background-color: #000;
    opacity: 0.7;
    cursor: pointer;
  }
  .ess-header__menu-content {
    flex-grow: 1;
    max-width: 280px;
    background-color: #ffffff;
    height: 100%;
    overflow-y: auto;
    padding: 1.875rem;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: visibility, transform 400ms ease 0ms;
  }
  .ess-menu-btn {
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1.6em;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f9fa;
    border-radius: 0.625rem;
    border: 1px solid;
    border-color: #f8f9fa;
  }
  .ess-menu-btn:hover {
    background-color: #d3d4d5;
    border-color: #c6c7c8;
  }
}
.ess-form-required::after {
  content: " *";
  color: #FF5733;
  font-size: 17px;
  display: inline;
}

.ess-chosen-checkbox_inherit-style .chosen-sl-search input[type=text] {
  border-radius: 0.1875rem;
}

.ess-chosen-checkbox_border-none .chosen-sl-content {
  border: none;
  padding: 0;
}

.form-control::placeholder {
  color: #a7aaaf;
  font-weight: normal;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #3cd668;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(30, 142, 62, 0.25);
}

.ess-btn-group {
  padding: 4px 6px;
  border-radius: 50px;
  background: #fff;
  border: 0.5px solid hsla(228, 16%, 63%, 0.4);
  box-shadow: 0 0 10px hsla(228, 16%, 63%, 0.2), 4px 4px 10px hsla(228, 16%, 63%, 0.2);
  cursor: default;
  width: fit-content;
  display: flex;
  gap: 0.6875rem;
}
.ess-btn-group .ess-btn-group__btn {
  border: 0 solid transparent;
  background: transparent;
  padding: 6px 24px;
  margin: 0 -2px;
  color: #273043;
  font-size: 17px;
  border-radius: 12px;
  transition: background 0.2s ease-in-out;
}
.ess-btn-group .ess-btn-group__btn:not(:last-child) {
  position: relative;
}
.ess-btn-group .ess-btn-group__btn:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -4px;
  width: 1px;
  background-color: hsla(228, 16%, 63%, 0.3);
}
@media screen and (max-width: 991px) {
  .ess-btn-group .ess-btn-group__btn {
    padding: 0.375rem 0.5rem;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.ess-btn-group .ess-btn-group__btn:first-child {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
.ess-btn-group .ess-btn-group__btn:last-child {
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
.ess-btn-group .ess-btn-group__btn:hover {
  background: hsl(228, 16%, 95%);
}
.ess-btn-group .ess-btn-group__btn:active {
  background: hsl(228, 16%, 86%);
}
.ess-btn-group .ess-btn-group__btn.active {
  background: hsl(228, 16%, 86%);
}

@keyframes tooltip-animation-right {
  0% {
    transform: translateX(-75px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes tooltip-animation-left {
  0% {
    transform: translateX(75px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes tooltip-animation-normal {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.btn {
  font-weight: 500 !important;
}

.btn-warning {
  background-color: #EFA829 !important;
  outline: #EFA829 !important;
}
.btn-warning:hover {
  background-color: #f1b241 !important;
}

.btn-primary {
  background-color: #2970ef !important;
  outline: #2970ef;
}

.btn-success {
  background-color: #1e8e3e !important;
  outline: #1e8e3e !important;
  border-color: #1e8e3e !important;
}
.btn-success:hover {
  background-color: #219b44 !important;
  border-color: #219b44 !important;
}

.btn-outline-success {
  border-color: #1e8e3e !important;
}
.btn-outline-success:hover {
  background-color: #1e8e3e !important;
}

.ess-slider__dots {
  display: flex;
  gap: 0.625rem;
  align-items: center;
  justify-content: center;
}

.ess-slider__dot {
  cursor: pointer;
  height: 16px;
  width: 16px;
  background-color: #ddd;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
}
.ess-slider__dot:hover {
  background-color: #ef982a;
}
.ess-slider__dot.active {
  width: 120px;
  height: 10px;
  border-radius: 0.625rem;
  background: linear-gradient(#ef982a 0 0) 0/0% no-repeat #ddd;
  animation: l1 8000ms infinite linear;
}

@keyframes l1 {
  100% {
    background-size: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .ess-list-dots {
    margin-left: 1.5rem;
  }
}
.ess-list-dots .ess-list-dots__dot-holder {
  padding-left: 16px;
  position: relative;
}
.ess-list-dots .ess-list-dots__dot-holder:not(:last-child)::after {
  content: "";
  top: 32px;
  left: -16px;
  height: 100%;
  position: absolute;
  width: 1px;
  background-color: #e5e7eb;
}
.ess-list-dots .ess-list-dots__dot {
  top: 12px;
  z-index: 1;
  left: -24px;
  display: flex;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 1rem;
  height: 1rem;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.152);
}
.ess-list-dots .ess-list-dots__dot::after {
  content: "";
  border-radius: 50%;
  position: absolute;
  background-color: #0062ff;
  width: 0.5rem;
  height: 0.5rem;
}

.ess-list-dots_home .ess-list-dots__dot-holder:not(:last-child)::after {
  top: 25px;
}
.ess-list-dots_home .ess-list-dots__dot {
  top: 5px;
}

@media only screen and (max-width: 991px) {
  .ess-list-circle-checks {
    margin-left: 1.5rem;
  }
}

.ess-list-circle-checks__item {
  position: relative;
  padding-left: 16px;
}
.ess-list-circle-checks__item::after {
  content: "\f058";
  font-family: FontAwesome;
  position: absolute;
  font-size: 1.25rem;
  top: 8px;
  left: -24px;
  color: #2970ef;
}

.ess-list-checks {
  margin-left: 1.5rem;
}

.ess-list-checks__item {
  position: relative;
  padding-left: 4px;
}
.ess-list-checks__item::after {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  font-size: 0.875rem;
  top: 0;
  left: -24px;
  color: #1e8e3e;
}

.ess-js-dropdown {
  position: relative;
}
.ess-js-dropdown .ess-js-dropdown__content {
  display: none;
  position: absolute;
}
.ess-js-dropdown.active .ess-js-dropdown__content {
  display: block;
}

.ess-js-dropdown__content_bottom {
  top: 100%;
  margin-top: 0.3125rem;
}

.ess-js-dropdown__content_left {
  left: 0;
}

.ess-js-dropdown__content_right {
  right: 0;
}

.ess-js-dropdown__content_center {
  left: -50%;
  transform: translateX(-50%);
}

.ess-hero-section {
  overflow: hidden;
}
@media only screen and (min-width: 1600px) {
  .ess-hero-section {
    padding: 13.4375rem 0;
  }
}
@media only screen and (max-width: 1599px) {
  .ess-hero-section {
    padding: 8.75rem 0;
  }
}
@media only screen and (max-width: 1399px) {
  .ess-hero-section {
    padding: 7.5rem 0;
  }
}
@media only screen and (max-width: 1199px) {
  .ess-hero-section {
    padding: 6.25rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .ess-hero-section {
    padding: 1.875rem 0 3.75rem 0;
  }
}
.ess-hero-section .ess-hero-section__left {
  position: relative;
  z-index: 2;
}
.ess-hero-section .ess-hero-section__left {
  position: relative;
  z-index: 1;
}
.ess-hero-section h1 {
  font-weight: bold;
  line-height: 1.33;
}
@media only screen and (min-width: 992px) {
  .ess-hero-section h1 {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 991px) {
  .ess-hero-section h1 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .ess-hero-section h1 {
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 1600px) {
  .ess-hero-section img {
    position: relative;
    left: 20%;
  }
}
@media screen and (min-width: 992px) {
  .ess-hero-section img {
    scale: 1.15;
  }
}

.ess-features-nav .btn-group-lg > .btn:first-child, .ess-features-nav .btn-lg:first-child {
  border-radius: 1.875rem 0 0 1.875rem;
}
.ess-features-nav .btn-group-lg > .btn:last-child, .ess-features-nav .btn-lg:last-child {
  border-radius: 0 1.875rem 1.875rem 0;
}

.ess-partners-list {
  padding: 3.125rem 0;
}

.ess-partners-list__item {
  display: flex;
  align-items: center;
  padding: 1.5625rem;
  background-color: #f2f4f6;
}
@media screen and (min-width: 992px) {
  .ess-partners-list__item {
    border-radius: 1.875rem;
    padding: 1.5625rem;
  }
}
@media screen and (max-width: 991px) {
  .ess-partners-list__item {
    border-radius: 0.625rem;
    padding: 1.125rem;
  }
}
.ess-partners-list__item img {
  object-fit: contain;
}
@media screen and (min-width: 992px) {
  .ess-partners-list__item img {
    max-width: 10.625rem;
    height: 5rem;
  }
}
@media screen and (max-width: 991px) {
  .ess-partners-list__item img {
    max-width: 7.5rem;
    height: 2.5rem;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .ess-slider__content_partners-area {
    min-height: 30.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .ess-slider__content_partners-area {
    min-height: 28.5rem;
  }
}
@media screen and (max-width: 767px) {
  .ess-slider__content_partners-area {
    min-height: 22.5rem;
  }
}

.ess-pp .ess-scroll-x::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.ess-custom-link.active {
  position: relative;
  color: #1e8e3e;
}
.ess-custom-link.active::before {
  content: "";
  position: absolute;
  top: calc(100% - 3px);
  left: 0;
  right: 0;
  height: 3px;
  background-color: #1e8e3e;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .ess-js-switch-holder {
    display: none;
  }
  .ess-js-switch-holder.active {
    display: block;
  }
}

.ess-pp-cards-holder {
  overflow: hidden;
  padding: 2rem 0;
}

.ess-pp-card {
  height: 100%;
}
@media screen and (min-width: 992px) {
  .ess-pp-card {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-color: #dee2e6;
  }
}
@media screen and (max-width: 991px) {
  .ess-pp-card {
    border: 1px solid #dee2e6;
    border-radius: 1.875rem;
    margin: 0 2.5rem;
  }
}

@media screen and (min-width: 992px) {
  .ess-pp-card-holder:first-child .ess-pp-card {
    border-radius: 1.875rem 0 0 1.875rem;
  }
  .ess-pp-card-holder:nth-last-child(2) .ess-pp-card {
    border-right: 1px solid #dee2e6;
    border-radius: 0 1.875rem 1.875rem 0;
  }
}
@media screen and (max-width: 991px) {
  .ess-pp-card-holder {
    width: 100vw;
    min-width: 100%;
  }
}

.ess-pp-card__single-child {
  border: 1px solid #dee2e6;
  border-radius: 1.875rem;
}

.ess-pp-card__most-popular {
  border: 1px solid #1e8e3e;
  position: relative;
}
.ess-pp-card__most-popular ~ .ess-pp-card:not(:last-child) {
  border-left: none;
}
.ess-pp-card__most-popular::before {
  content: "Cel mai popular";
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% + 1px);
  color: #1e8e3e;
  font-weight: 500;
  text-align: center;
  font-size: 0.875rem;
  padding: 0.3125rem 1.875rem;
  background-color: #d0f5da;
  border-radius: 1.875rem 1.875rem 0 0;
  border: 1px solid #d0f5da;
}
@media screen and (max-width: 991px) {
  .ess-pp-card__most-popular {
    border-radius: 0 0 1.875rem 1.875rem;
    margin-top: 2rem;
  }
  .ess-pp-card__most-popular::before {
    border-radius: 1.875rem 1.875rem 0 0;
  }
}

.ess-pp-card__header {
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 1.875rem 1.875rem 1.25rem 1.875rem;
  border-bottom: 1px solid #dee2e6;
}
.ess-pp-card__header p {
  margin-bottom: 1.25rem;
}

.ess-pp-card__title {
  color: #5f6368;
  margin-bottom: 1.5rem;
  font-weight: normal;
}

.ess-pp-card__price-holder {
  flex-grow: 1;
  height: 6.5rem;
}

.ess-pp-card__price {
  color: #1e8e3e;
  font-size: 2.25rem;
  margin-right: 0.625rem;
}

.ess-pp-card__currency {
  color: #5f6368;
  font-weight: 700;
}

.ess-pp-card__content {
  padding: 1.25rem 1.875rem 1.875rem 1.875rem;
}

.ess-pp-benefits-list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.ess-pp-benefits-list li {
  position: relative;
  font-size: 0.875rem;
  color: #5f6368;
  padding-left: 1.875rem;
}
.ess-pp-benefits-list li::before {
  content: "\f00c";
  font-family: FontAwesome;
  left: 0;
  position: absolute;
  top: 0;
  color: #EFA829;
}
.ess-pp-benefits-list .ess-js-dropdown {
  display: inline-block;
}
.ess-pp-benefits-list .ess-js-dropdown.ess-js-dropdown_hover:hover .ess-js-dropdown__content {
  display: block;
  animation: noti 0.2s forwards ease-in;
}
.ess-pp-benefits-list .ess-js-dropdown .ess-js-dropdown__action {
  color: #5f6368;
  transition: color 0.3s ease;
  text-decoration: underline;
  text-decoration-style: dotted;
  font-weight: 500;
}
.ess-pp-benefits-list .ess-js-dropdown .ess-js-dropdown__action:hover, .ess-pp-benefits-list .ess-js-dropdown .ess-js-dropdown__action:focus, .ess-pp-benefits-list .ess-js-dropdown .ess-js-dropdown__action:active {
  color: #EFA829;
}
.ess-pp-benefits-list .ess-js-dropdown .ess-js-dropdown__content {
  background: #ffffff;
  z-index: 1;
  padding: 0.5rem 0.75rem;
  min-width: 200px;
  max-width: 250px;
  border-radius: 0.625rem;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  opacity: 0;
}
.ess-pp-benefits-list .ess-js-dropdown.active .ess-js-dropdown__content {
  animation: noti 0.2s forwards ease-in;
}
@keyframes noti {
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 991px) {
  .ess-b-cards .col-lg-4 {
    max-width: 20rem;
    margin-right: 30px;
  }
}

.ess-b-card {
  height: 100%;
  padding: 2.25rem;
  border-radius: 1.875rem;
  position: relative;
  min-width: 20rem;
}

.ess-b-card__tilte {
  margin-bottom: 2.25rem;
}

.ess-b-card__img-1 {
  margin-top: 2.25rem;
  height: 250px;
  width: 250px;
  border-radius: 50%;
  position: relative;
}
.ess-b-card__img-1 img {
  position: relative;
  z-index: 2;
  height: 100%;
  border-radius: 50%;
  width: 100%;
  object-fit: cover;
}
.ess-b-card__img-1::before {
  content: "";
  position: absolute;
  z-index: 1;
  background-color: #EFA829;
  width: 100%;
  height: 100%;
  top: 10px;
  left: 15px;
  border-radius: 50%;
}

.ess-joe-ivi {
  margin-top: 6.625rem;
  background-color: #2970ef;
  position: relative;
  top: -1.25rem;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
}

.ess-b-card__img-2 {
  position: absolute;
  bottom: -20%;
  right: -20%;
  height: 25rem;
  width: 25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2.25rem;
  border-radius: 50%;
}
@media screen and (max-width: 991px) {
  .ess-b-card__img-2 {
    height: 21.875rem;
    width: 21.875rem;
  }
}
.ess-b-card__img-2 img {
  display: block;
  object-fit: cover;
  border-radius: 50%;
  height: 100%;
  width: 100%;
}

.ess-b-card__img-3 {
  margin-top: 2.25rem;
  position: relative;
}
.ess-b-card__img-3::before {
  content: "";
  position: absolute;
  width: 5rem;
  height: 5rem;
  background-color: #EFA829;
  z-index: 1;
  left: 8.75rem;
  top: 0.625rem;
  border-radius: 50%;
}
.ess-b-card__img-3 img {
  width: 10rem;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}

.ess-b-card__img-4 {
  display: flex;
  justify-content: end;
}
.ess-b-card__img-4 img {
  height: 8.75rem;
  border-radius: 50%;
}

.ess-contact-form {
  box-shadow: 4px 4px 36px 0px rgba(192, 192, 192, 0.16), -4px -4px 36px 0px rgba(192, 192, 192, 0.12);
}
@media screen and (min-width: 992px) {
  .ess-contact-form {
    padding: 2.25rem;
  }
}
@media screen and (max-width: 991px) {
  .ess-contact-form {
    padding: 1.75rem;
  }
}

.ess-logo-img__grayscale {
  filter: grayscale(100%);
}

/*# sourceMappingURL=style.min.css.map */
