@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

.rbv26-wrapper,
.rbv26-wrapper * {
  box-sizing: border-box;
  min-width: 0;
}

.rbv26-wrapper {
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #17212b;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.rbv26-wrapper .rbv26-section {
  width: 100% !important;
}

.rbv26-wrapper .rbv26-section-white {
  background: #ffffff;
}

.rbv26-wrapper .rbv26-section-tint {
  background: linear-gradient(180deg, #fff7f3 0%, #f8fbfc 100%);
}

.rbv26-wrapper .rbv26-container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}

.rbv26-wrapper .rbv26-title,
.rbv26-wrapper .rbv26-intro,
.rbv26-wrapper .rbv26-card-title,
.rbv26-wrapper .rbv26-card-text {
  text-align: center !important;
}

.rbv26-wrapper .rbv26-title {
  margin: 0;
  color: #17212b;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.rbv26-wrapper .rbv26-intro {
  margin: 14px auto 0;
  max-width: 760px;
  color: #5c6670;
  line-height: 1.7;
  font-weight: 450;
}

.rbv26-wrapper .rbv26-grid {
  display: grid !important;
  align-items: stretch !important;
}

.rbv26-wrapper .rbv26-card {
  position: relative;
  height: 100% !important;
  display: grid;
  justify-items: center;
  align-content: start;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #f1d7cf;
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(225, 83, 38, 0.11);
  overflow: hidden;
  transition: transform 280ms ease, border-color 280ms ease, box-shadow 280ms ease, background 280ms ease;
}

.rbv26-wrapper .rbv26-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(255, 69, 0, 0.13), transparent 42%);
  opacity: 0;
  transition: opacity 280ms ease;
  pointer-events: none;
}

.rbv26-wrapper .rbv26-card:hover {
  transform: translateY(-7px);
  border-color: rgba(255, 69, 0, 0.42);
  box-shadow: 0 24px 58px rgba(225, 83, 38, 0.18);
  background: #ffffff;
}

.rbv26-wrapper .rbv26-card:hover::before {
  opacity: 1;
}

.rbv26-wrapper .rbv26-card-alt {
  background: rgba(255, 255, 255, 0.9);
}

.rbv26-wrapper .rbv26-card-alt:hover {
  transform: translateY(-5px) scale(1.012);
  border-color: rgba(13, 95, 102, 0.34);
  box-shadow: 0 24px 56px rgba(13, 95, 102, 0.15);
}

.rbv26-wrapper .rbv26-icon {
  position: relative;
  display: grid;
  place-items: center;
  margin: 0 auto;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff4500 0%, #0d5f66 100%);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(255, 69, 0, 0.2);
  transition: transform 280ms ease, box-shadow 280ms ease;
  z-index: 1;
}

.rbv26-wrapper .rbv26-card:hover .rbv26-icon {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(13, 95, 102, 0.22);
}

.rbv26-wrapper .rbv26-i {
  display: inline-block;
  color: #ffffff;
  line-height: 1;
  text-align: center;
}

.rbv26-wrapper .rbv26-card-title {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #17212b;
  font-weight: 760;
  line-height: 1.24;
  letter-spacing: 0;
}

.rbv26-wrapper .rbv26-card-text {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #5c6670;
  line-height: 1.62;
  font-weight: 430;
}

.rbv26-wrapper.rbv26-js .rbv26-card {
  opacity: 0;
  transform: translateY(18px);
}

.rbv26-wrapper.rbv26-js .rbv26-card.rbv26-revealed {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 1024px) {
  .rbv26-wrapper .rbv26-section {
    padding: 92px 0;
  }

  .rbv26-wrapper .rbv26-container {
    padding: 0 24px;
  }

  .rbv26-wrapper .rbv26-title {
    font-size: 42px;
    white-space: nowrap;
  }

  .rbv26-wrapper .rbv26-intro {
    font-size: 17px;
    margin-bottom: 44px;
  }

  .rbv26-wrapper .rbv26-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rbv26-wrapper .rbv26-grid {
    gap: 24px;
  }

  .rbv26-wrapper .rbv26-card {
    min-height: 292px;
    padding: 38px 30px 34px;
  }

  .rbv26-wrapper .rbv26-icon {
    width: 72px;
    height: 72px;
    margin-bottom: 25px;
  }

  .rbv26-wrapper .rbv26-i {
    font-size: 29px;
  }

  .rbv26-wrapper .rbv26-card-title {
    font-size: 21px;
    margin-bottom: 13px;
  }

  .rbv26-wrapper .rbv26-card-text {
    font-size: 15.5px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .rbv26-wrapper .rbv26-section {
    padding: 72px 0;
  }

  .rbv26-wrapper .rbv26-container {
    padding: 0 22px;
  }

  .rbv26-wrapper .rbv26-title {
    font-size: 34px;
  }

  .rbv26-wrapper .rbv26-intro {
    font-size: 16px;
    margin-bottom: 34px;
  }

  .rbv26-wrapper .rbv26-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .rbv26-wrapper .rbv26-card {
    min-height: 268px;
    padding: 32px 24px 28px;
    border-radius: 20px;
  }

  .rbv26-wrapper .rbv26-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 21px;
  }

  .rbv26-wrapper .rbv26-i {
    font-size: 26px;
  }

  .rbv26-wrapper .rbv26-card-title {
    font-size: 19px;
    margin-bottom: 11px;
  }

  .rbv26-wrapper .rbv26-card-text {
    font-size: 14.5px;
  }
}

@media (min-width: 430px) and (max-width: 767px) {
  .rbv26-wrapper .rbv26-section {
    padding: 54px 0;
  }

  .rbv26-wrapper .rbv26-container {
    padding: 0 16px;
  }

  .rbv26-wrapper .rbv26-title {
    font-size: 28px;
  }

  .rbv26-wrapper .rbv26-intro {
    font-size: 14.5px;
    line-height: 1.58;
    margin-bottom: 26px;
  }

  .rbv26-wrapper .rbv26-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .rbv26-wrapper .rbv26-card {
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 16px;
  }

  .rbv26-wrapper .rbv26-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 17px;
  }

  .rbv26-wrapper .rbv26-i {
    font-size: 22px;
  }

  .rbv26-wrapper .rbv26-card-title {
    font-size: 16px;
    margin-bottom: 9px;
  }

  .rbv26-wrapper .rbv26-card-text {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media (min-width: 375px) and (max-width: 429px) {
  .rbv26-wrapper .rbv26-section {
    padding: 48px 0;
  }

  .rbv26-wrapper .rbv26-container {
    padding: 0 12px;
  }

  .rbv26-wrapper .rbv26-title {
    font-size: 25px;
  }

  .rbv26-wrapper .rbv26-intro {
    font-size: 13.5px;
    line-height: 1.52;
    margin-bottom: 22px;
  }

  .rbv26-wrapper .rbv26-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .rbv26-wrapper .rbv26-card {
    min-height: 222px;
    padding: 19px 11px 18px;
    border-radius: 14px;
  }

  .rbv26-wrapper .rbv26-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 14px;
  }

  .rbv26-wrapper .rbv26-i {
    font-size: 20px;
  }

  .rbv26-wrapper .rbv26-card-title {
    font-size: 14.5px;
    margin-bottom: 8px;
  }

  .rbv26-wrapper .rbv26-card-text {
    font-size: 12.4px;
    line-height: 1.45;
  }
}

@media (min-width: 320px) and (max-width: 374px) {
  .rbv26-wrapper .rbv26-section {
    padding: 42px 0;
  }

  .rbv26-wrapper .rbv26-container {
    padding: 0 10px;
  }

  .rbv26-wrapper .rbv26-title {
    font-size: 22px;
  }

  .rbv26-wrapper .rbv26-intro {
    font-size: 12.8px;
    line-height: 1.48;
    margin-bottom: 20px;
  }

  .rbv26-wrapper .rbv26-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .rbv26-wrapper .rbv26-card {
    min-height: 214px;
    padding: 17px 9px 16px;
    border-radius: 13px;
  }

  .rbv26-wrapper .rbv26-icon {
    width: 44px;
    height: 44px;
    margin-bottom: 12px;
  }

  .rbv26-wrapper .rbv26-i {
    font-size: 18px;
  }

  .rbv26-wrapper .rbv26-card-title {
    font-size: 13.5px;
    margin-bottom: 7px;
  }

  .rbv26-wrapper .rbv26-card-text {
    font-size: 11.8px;
    line-height: 1.42;
  }
}