.elementor-9396 .elementor-element.elementor-element-7cda2e3{--display:flex;}/* Start custom CSS for html, class: .elementor-element-21ce455 *//* .c_tryForFree (reset)
-------------------------------------------------------------*/
.c_tryForFree * {
  all: revert-layer;
  margin: 0;
  padding: 0;
}

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

.c_tryForFree :focus {
  outline: 0;
}

.c_tryForFree :active {
  -webkit-tap-highlight-color: transparent;
}

.c_tryForFree svg {
  width: 1em;
  height: 1em;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  user-select: none;
  fill: currentColor;
  pointer-events: none;
  display: inline-flex;
}

/* .c_tryForFree
-------------------------------------------------------------*/
.c_tryForFree {
    margin-inline: -0.625rem;
}

/* .c_tryForFree__button
-------------------------------------------------------------*/
.c_tryForFree__button {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    min-height: 3.2rem;
    font-size: 1.125rem;
    font-weight: 500;
    cursor: pointer;
    background-color: #FF7F00;
    padding-inline: 1.75rem 1.25rem;
    border-radius: 0.5rem;
}

.c_tryForFree__button svg {
    font-size: 1.75rem;
}

/* .c_tryForFree .c_modal
-------------------------------------------------------------*/
.c_tryForFree .c_modal {
  display: flex;
  align-items: center;
  justify-content: center;
  inset: 0;
  z-index: 9999;
  position: fixed;
  pointer-events: none;
}
.c_tryForFree .c_modal__bg {
  inset: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s, visibility 0.3s;
}
.c_tryForFree .c_modal__content {
  display: flex;
  flex-direction: column;
  position: absolute;
  background-color: white;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8);
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
}
@media (max-width: 575px) {
  .c_tryForFree .c_modal__content {
    inset: 0;
    top: 4.724rem;
  }
}
@media (min-width: 576px) {
  .c_tryForFree .c_modal__content {
    width: min(calc(100% - 2rem), 40rem);
    max-height: calc(100% - 4.724rem);
    margin: auto;
    margin-top: 4.724rem;
    overflow: hidden;
    border-radius: 0.5rem;
  }
}
.c_tryForFree .c_modal__header {
  gap: 1rem;
  flex: none;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.c_tryForFree .c_modal__main {
  flex-grow: 1;
  padding: 1rem;
  position: relative;
  overflow: hidden auto;
  overscroll-behavior-y: none;
}
.c_tryForFree .c_modal__footer {
  flex: none;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  position: relative;
  border-top: 0.0625rem solid lightgrey;
}
.c_tryForFree .c_modal__title {
  display: flex;
  justify-content: center;
  flex-grow: 1;
  font-weight: bold;
  font-size: clamp(1.125rem, 7vw, 1.75rem);
  text-align: center;
}
.c_tryForFree .c_modal__close {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  cursor: pointer;
  font-size: 1.25rem;
  position: relative;
}

.c_tryForFree #tryForFreeModal:checked ~ *{
  pointer-events: all;
}

.c_tryForFree #tryForFreeModal:checked ~ * .c_modal__bg {
  opacity: 1;
  visibility: visible;
}
.c_tryForFree #tryForFreeModal:checked ~ * .c_modal__content {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

/* bugfix */
.jupiterx-site ~ .hubspot-form-container {
    display: none
}/* End custom CSS */