.elementor-18340 .elementor-element.elementor-element-8a3e272 > .elementor-widget-container{margin:-100px -450px 150px -450px;padding:-3px -3px 00px -3px;}.elementor-18340 .elementor-element.elementor-element-524b164{text-align:center;}.elementor-18340 .elementor-element.elementor-element-e3b14e6{text-align:center;}.elementor-18340 .elementor-element.elementor-element-cd4c497{text-align:center;}.elementor-18340 .elementor-element.elementor-element-5d8407c{text-align:center;}.elementor-18340 .elementor-element.elementor-element-f4c53df{text-align:center;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-e4d2912 */.ofh9x-pricing-section,
.ofh9x-pricing-section * {
  box-sizing: border-box;
}

.ofh9x-pricing-section {
  display: block;
  width: 100%;
  padding: 70px 20px;
  background: transparent;
  font-family: Arial, Helvetica, sans-serif;
}

.ofh9x-pricing-wrap {
  display: block;
  max-width: 1280px;
  margin: 0 auto;
}

.ofh9x-pricing-head {
  display: block;
  text-align: center;
  margin-bottom: 44px;
}

.ofh9x-main-title {
  display: block;
  color: #04103B;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.5px;
}

.ofh9x-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
  align-items: stretch;
}

.ofh9x-plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: transparent;
  border: 1px solid rgba(33, 48, 131, 0.18);
  border-radius: 22px;
  padding: 30px 22px;
  color: #04103B;
  box-shadow: none;
  transition: all 0.3s ease;
}

.ofh9x-plan-card:hover {
  transform: translateY(-6px);
  border-color: #213083;
  box-shadow: 0 18px 40px rgba(4, 16, 59, 0.08);
}

.ofh9x-featured-card {
  border: 2px solid #213083;
  transform: none;
}

.ofh9x-featured-card:hover {
  transform: translateY(-6px);
}

.ofh9x-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  background: #213083;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  padding: 7px 18px;
  border-radius: 50px;
  letter-spacing: 0.3px;
}

.ofh9x-plan-name {
  display: block;
  min-height: 58px;
  color: #04103B;
  font-size: 23px;
  line-height: 1.25;
  font-weight: 800;
  margin-bottom: 10px;
}

.ofh9x-plan-desc {
  display: block;
  min-height: 86px;
  color: rgba(4, 16, 59, 0.72);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 22px;
}

.ofh9x-price-box {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  min-height: 52px;
  margin-bottom: 6px;
}

.ofh9x-price {
  display: block;
  color: #04103B;
  font-size: 44px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -1px;
}

.ofh9x-duration {
  display: block;
  color: rgba(4, 16, 59, 0.68);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}

.ofh9x-old-price {
  display: block;
  min-height: 20px;
  color: rgba(4, 16, 59, 0.45);
  font-size: 16px;
  font-weight: 700;
  text-decoration: line-through;
  margin-top: 8px;
}

.ofh9x-save {
  display: block;
  min-height: 22px;
  color: #213083;
  font-size: 14px;
  font-weight: 800;
  margin-top: 4px;
  margin-bottom: 24px;
}

.ofh9x-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  background: #213083;
  color: #ffffff;
  text-decoration: none;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 34px;
  transition: all 0.3s ease;
}

.ofh9x-btn:hover {
  background: #04103B;
  color: #ffffff;
  transform: translateY(-2px);
}

.ofh9x-feature-list {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-top: auto;
}

.ofh9x-feature {
  position: relative;
  display: block;
  color: #04103B;
  font-size: 14.5px;
  line-height: 1.4;
  font-weight: 700;
  padding-left: 28px;
}

.ofh9x-feature::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  width: 19px;
  height: 19px;
  background: rgba(33, 48, 131, 0.1);
  color: #213083;
  border-radius: 50%;
  font-size: 12px;
  line-height: 19px;
  font-weight: 900;
  text-align: center;
}

@media (max-width: 1100px) {
  .ofh9x-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }
}

@media (max-width: 640px) {
  .ofh9x-pricing-section {
    padding: 50px 16px;
  }

  .ofh9x-main-title {
    font-size: 30px;
  }

  .ofh9x-card-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .ofh9x-plan-card {
    padding: 28px 22px;
  }

  .ofh9x-plan-name,
  .ofh9x-plan-desc {
    min-height: auto;
  }

  .ofh9x-price {
    font-size: 40px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-89386e3 */.ofhc7p-compare-section,
.ofhc7p-compare-section * {
  box-sizing: border-box;
}

.ofhc7p-compare-section {
  display: block;
  width: 100%;
  padding: 60px 20px;
  background: transparent;
  font-family: Arial, Helvetica, sans-serif;
}

.ofhc7p-compare-wrap {
  display: block;
  max-width: 1180px;
  margin: 0 auto;
}

.ofhc7p-compare-heading {
  display: block;
  text-align: center;
  margin-bottom: 34px;
}

.ofhc7p-main-title {
  display: block;
  color: #04103B;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}

.ofhc7p-main-text {
  display: block;
  max-width: 720px;
  margin: 0 auto;
  color: rgba(4, 16, 59, 0.72);
  font-size: 16px;
  line-height: 1.7;
}

.ofhc7p-scroll-box {
  display: block;
  width: 100%;
  overflow: visible;
  border-radius: 24px;
  border: 1px solid rgba(33, 48, 131, 0.16);
  box-shadow: 0 18px 45px rgba(4, 16, 59, 0.07);
  background: transparent;
}

.ofhc7p-table-card {
  display: block;
  width: 100%;
  min-width: 0;
  background: transparent;
  padding-top: 18px;
}

.ofhc7p-table-row {
  display: grid;
  grid-template-columns: 1.12fr repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid rgba(33, 48, 131, 0.12);
}

.ofhc7p-table-row:last-child {
  border-bottom: none;
}

.ofhc7p-table-head {
  position: sticky;
  top: 0;
  z-index: 20;
  background: #ffffff;
  border-bottom: 2px solid rgba(33, 48, 131, 0.22);
  border-radius: 24px 24px 0 0;
  box-shadow: 0 10px 24px rgba(4, 16, 59, 0.06);
}

.ofhc7p-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  padding: 16px 14px;
  color: #04103B;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
  text-align: center;
  border-right: 1px solid rgba(33, 48, 131, 0.12);
  word-break: normal;
}

.ofhc7p-cell:last-child {
  border-right: none;
}

.ofhc7p-feature-head {
  justify-content: flex-start;
  color: #04103B;
  font-size: 22px;
  font-weight: 900;
  text-align: left;
  background: rgba(33, 48, 131, 0.035);
  border-radius: 24px 0 0 0;
}

.ofhc7p-feature-cell {
  justify-content: flex-start;
  text-align: left;
  font-size: 14.5px;
  font-weight: 900;
  background: rgba(33, 48, 131, 0.035);
}

.ofhc7p-plan-head {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 245px;
  padding: 28px 14px 22px;
  background: #ffffff;
}

.ofhc7p-popular-head {
  margin-top: -18px;
  padding-top: 44px;
  border: 2px solid rgba(33, 48, 131, 0.72);
  border-bottom: 2px solid rgba(33, 48, 131, 0.72);
  background: rgba(33, 48, 131, 0.035);
  z-index: 22;
  overflow: visible;
}

.ofhc7p-popular-badge {
  position: absolute;
  top: -17px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #213083;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  padding: 8px 18px;
  border-radius: 50px;
  margin: 0;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(33, 48, 131, 0.22);
}

.ofhc7p-plan-name {
  display: block;
  min-height: 46px;
  color: #04103B;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
  margin-bottom: 12px;
}

.ofhc7p-plan-price {
  display: block;
  color: #04103B;
  font-size: 36px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.8px;
  margin-bottom: 8px;
}

.ofhc7p-plan-price span {
  color: rgba(4, 16, 59, 0.68);
  font-size: 13px;
  font-weight: 800;
  margin-left: 3px;
}

.ofhc7p-plan-old {
  display: block;
  color: rgba(4, 16, 59, 0.48);
  font-size: 13px;
  font-weight: 800;
  text-decoration: line-through;
  margin-bottom: 5px;
}

.ofhc7p-plan-save {
  display: block;
  color: #213083;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 17px;
}

.ofhc7p-plan-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 126px;
  min-height: 39px;
  background: #213083;
  color: #ffffff;
  border-radius: 9px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
  transition: all 0.3s ease;
}

.ofhc7p-plan-btn:hover {
  background: #04103B;
  color: #ffffff;
  transform: translateY(-2px);
}

.ofhc7p-check,
.ofhc7p-cross {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin-right: 7px;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 900;
}

.ofhc7p-check {
  background: rgba(33, 48, 131, 0.1);
  color: #213083;
}

.ofhc7p-cross {
  background: rgba(4, 16, 59, 0.08);
  color: #04103B;
}

.ofhc7p-scroll-box::-webkit-scrollbar {
  height: 9px;
}

.ofhc7p-scroll-box::-webkit-scrollbar-track {
  background: rgba(33, 48, 131, 0.08);
  border-radius: 20px;
}

.ofhc7p-scroll-box::-webkit-scrollbar-thumb {
  background: #213083;
  border-radius: 20px;
}

@media (max-width: 1024px) {
  .ofhc7p-compare-wrap {
    max-width: 100%;
  }

  .ofhc7p-scroll-box {
    overflow-x: auto;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
  }

  .ofhc7p-table-card {
    min-width: 960px;
  }

  .ofhc7p-table-row {
    grid-template-columns: 170px repeat(4, 197px);
  }
}

@media (max-width: 768px) {
  .ofhc7p-compare-section {
    padding: 50px 16px;
  }

  .ofhc7p-main-title {
    font-size: 30px;
  }

  .ofhc7p-main-text {
    font-size: 15px;
  }

  .ofhc7p-scroll-box {
    border-radius: 18px;
  }

  .ofhc7p-table-card {
    min-width: 900px;
  }

  .ofhc7p-table-row {
    grid-template-columns: 155px repeat(4, 186px);
  }

  .ofhc7p-feature-head {
    font-size: 18px;
  }

  .ofhc7p-cell {
    padding: 15px 11px;
    font-size: 13.5px;
  }

  .ofhc7p-plan-head {
    min-height: 230px;
    padding: 25px 12px 20px;
  }

  .ofhc7p-popular-head {
    padding-top: 42px;
  }

  .ofhc7p-plan-name {
    font-size: 18px;
  }

  .ofhc7p-plan-price {
    font-size: 31px;
  }

  .ofhc7p-plan-btn {
    width: 118px;
    min-height: 38px;
    font-size: 12.5px;
  }
}

@media (max-width: 480px) {
  .ofhc7p-main-title {
    font-size: 26px;
  }

  .ofhc7p-compare-heading {
    margin-bottom: 26px;
  }

  .ofhc7p-table-card {
    min-width: 860px;
  }

  .ofhc7p-table-row {
    grid-template-columns: 145px repeat(4, 178px);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-460bdcd */.ofx84-feature-section,
.ofx84-feature-section * {
  box-sizing: border-box;
}

.ofx84-feature-section {
  display: block;
  width: 100%;
  padding: 70px 20px;
  background: transparent;
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
}

.ofx84-feature-wrap {
  display: block;
  max-width: 1120px;
  margin: 0 auto;
}

.ofx84-feature-head {
  display: block;
  max-width: 780px;
  margin: 0 auto 46px;
  text-align: center;
}

.ofx84-small-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #213083;
  background: rgba(33, 48, 131, 0.08);
  border: 1px solid rgba(33, 48, 131, 0.14);
  border-radius: 50px;
  padding: 9px 18px;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 16px;
}

.ofx84-main-title {
  display: block;
  color: #04103B;
  font-size: 38px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -0.5px;
  margin-bottom: 14px;
}

.ofx84-head-text {
  display: block;
  color: rgba(4, 16, 59, 0.72);
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
}

.ofx84-slider-box {
  display: block;
  width: 100%;
  overflow: visible;
  padding: 6px 0 10px;
}

.ofx84-feature-track {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  align-items: stretch;
}

.ofx84-feature-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 245px;
  padding: 32px 30px 30px;
  background: transparent;
  border: 1px solid rgba(33, 48, 131, 0.18);
  border-radius: 24px;
  color: #04103B;
  box-shadow: 0 16px 38px rgba(4, 16, 59, 0.07);
  transition: all 0.35s ease;
  overflow: hidden;
  animation: ofx84StepSlide 0.75s ease both;
}

.ofx84-feature-card:nth-child(1) {
  animation-delay: 0.05s;
}

.ofx84-feature-card:nth-child(2) {
  animation-delay: 0.15s;
}

.ofx84-feature-card:nth-child(3) {
  animation-delay: 0.25s;
}

.ofx84-feature-card:nth-child(4) {
  animation-delay: 0.35s;
}

.ofx84-feature-card:nth-child(5) {
  grid-column: 1 / -1;
  max-width: 545px;
  width: 100%;
  margin: 0 auto;
  animation-delay: 0.45s;
}

.ofx84-feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: #213083;
  opacity: 0.9;
}

.ofx84-feature-card::after {
  content: "";
  position: absolute;
  right: -55px;
  top: -55px;
  width: 140px;
  height: 140px;
  background: rgba(33, 48, 131, 0.07);
  border-radius: 50%;
  transition: all 0.35s ease;
}

.ofx84-feature-card:hover {
  transform: translateY(-7px);
  border-color: #213083;
  box-shadow: 0 24px 55px rgba(4, 16, 59, 0.12);
}

.ofx84-feature-card:hover::after {
  transform: scale(1.2);
  background: rgba(33, 48, 131, 0.11);
}

.ofx84-feature-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  min-height: 58px;
  background: #213083;
  color: #ffffff;
  border-radius: 18px;
  font-size: 17px;
  font-weight: 900;
  margin-bottom: 22px;
  box-shadow: 0 12px 24px rgba(33, 48, 131, 0.22);
}

.ofx84-feature-title {
  position: relative;
  z-index: 1;
  display: block;
  color: #04103B;
  font-size: 22px;
  line-height: 1.28;
  font-weight: 900;
  margin-bottom: 13px;
}

.ofx84-feature-text {
  position: relative;
  z-index: 1;
  display: block;
  color: rgba(4, 16, 59, 0.74);
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
}

@keyframes ofx84StepSlide {
  from {
    opacity: 0;
    transform: translateX(35px) translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}

@media (max-width: 900px) {
  .ofx84-feature-section {
    padding: 55px 16px;
  }

  .ofx84-main-title {
    font-size: 30px;
  }

  .ofx84-head-text {
    font-size: 15px;
  }

  .ofx84-feature-track {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .ofx84-feature-card:nth-child(5) {
    grid-column: auto;
    max-width: 100%;
  }

  .ofx84-feature-card {
    min-height: auto;
    padding: 28px 24px;
  }
}

@media (max-width: 520px) {
  .ofx84-main-title {
    font-size: 27px;
  }

  .ofx84-feature-head {
    margin-bottom: 32px;
  }

  .ofx84-feature-title {
    font-size: 19px;
  }

  .ofx84-feature-text {
    font-size: 14.5px;
  }

  .ofx84-feature-icon {
    width: 52px;
    height: 52px;
    min-height: 52px;
    border-radius: 16px;
  }
}/* End custom CSS */