.elementor-7345 .elementor-element.elementor-element-582293a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-4af8cf5 */.br-hero {
  position: relative;
  min-height: 295px;
  color: #ffffff;
  background:
    linear-gradient(90deg, rgba(1, 16, 38, 0.98) 0%, rgba(3, 27, 62, 0.9) 48%, rgba(3, 27, 62, 0.28) 100%),
    var(--page-hero-img) center right / cover no-repeat;
}

.br-shell {
  width: min(1128px, calc(100% - 32px));
  margin: 0 auto;
}

.br-hero-content {
  min-height: 295px;
  max-width: 680px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.br-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
}

.br-breadcrumb strong {
  color: #20b33f;
}

.br-hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 4.2vw, 54px);
  color: #ffffff;
  line-height: 1.06;
  font-weight: 900;
}

.br-hero h1 span {
  display: block;
  margin-top: 6px;
  color: #20b33f;
  font-size: clamp(29px, 3.3vw, 43px);
}

.br-hero p {
  max-width: 650px;
  margin: 10px 0 10px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
}

.br-hero-badges {
  display: ;
  flex-wrap: wrap;
  gap: 16px;
}

.br-hero-badges span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 900;
}

.br-hero-badges svg {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  fill: #9cf20f;
}

@media (max-width: 760px) {
  .br-hero {
    min-height: auto;
    padding: 46px 0;
    background:
      linear-gradient(90deg, rgba(1, 16, 38, 0.97), rgba(3, 27, 62, 0.9)),
      var(--page-hero-img) center / cover no-repeat;
  }

  .br-hero-content {
    min-height: auto;
  }

  .br-hero-badges {
    gap: 16px;
  }

  .br-hero-badges span {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ab97d77 */.br-services-section {
  padding: 32px 0 26px;
  background: #ffffff;
}

.br-services-section h2 {
  margin: 0;
  color: #071b3e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  line-height: 1.2;
  text-align: center;
  font-weight: 900;
}

.br-services-section h2 span {
  color: #18a83d;
}

.br-title-line {
  width: 58px;
  height: 3px;
  margin: 10px auto 24px;
  background: #20b33f;
  border-radius: 999px;
}

.br-services-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.br-service-card {
  position: relative;
  min-height: 210px;
  padding: 22px 14px 16px;
  overflow: hidden;
  border: 1px solid #dbe4ef;
  border-radius: 7px;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 8px 20px rgba(7, 34, 75, 0.06);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.br-service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(32, 179, 63, 0.08), rgba(32, 179, 63, 0));
  opacity: 0;
  transition: opacity 0.28s ease;
}

.br-service-card:hover {
  transform: translateY(-8px);
  border-color: #20b33f;
  box-shadow: 0 18px 36px rgba(7, 34, 75, 0.16);
}

.br-service-card:hover::before {
  opacity: 1;
}

.br-service-card > * {
  position: relative;
  z-index: 1;
}

.br-service-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 14px;
  display: grid;
  place-items: center;
  color: #061d42;
  transition:
    transform 0.28s ease,
    color 0.28s ease;
}

.br-service-card:hover .br-service-icon {
  transform: scale(1.08) rotate(-2deg);
  color: #20b33f;
}

.br-service-icon svg {
  width: 50px;
  height: 50px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.br-service-icon svg path:last-child,
.br-service-icon svg circle:last-child {
  stroke: #20b33f;
}

.br-service-icon-text {
  border: 2px solid #061d42;
  border-radius: 6px;
  color: #061d42;
  font-size: 17px;
  font-weight: 900;
  box-shadow: inset 0 -4px 0 rgba(32, 179, 63, 0.22);
}

.br-service-card:hover .br-service-icon-text {
  border-color: #20b33f;
  background: #20b33f;
  color: #ffffff;
}

.br-service-card h3 {
  margin: 0 0 10px;
  color: #071b3e;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 900;
}

.br-service-card p {
  margin: 0 0 16px;
  color: #071b3e;
  font-size: 12px;
  line-height: 1.7;
  font-weight: 600;
}

.br-service-card a {
  color: #071b3e;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  transition: color 0.25s ease;
}

.br-service-card a:hover {
  color: #20b33f;
}

@media (max-width: 1100px) {
  .br-services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 680px) {
  .br-services-grid {
    grid-template-columns: 1fr;
  }

  .br-service-card {
    min-height: auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-313753e */.br-why-section {
  padding: 24px 0 22px;
  color: #ffffff;
  background: linear-gradient(90deg, #021936 0%, #05295c 50%, #021936 100%);
}

.br-why-section h2 {
  margin: 0 0 20px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1.2;
  text-align: center;
  font-weight: 900;
}

.br-why-section h2 span {
  color: #20b33f;
}

.br-why-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  align-items: stretch;
}

.br-why-card {
  position: relative;
  min-height: 82px;
  display: grid;
  place-items: center;
  gap: 8px;
  padding: 0 14px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  transition:
    transform 0.28s ease,
    background 0.28s ease;
}

.br-why-card:last-child {
  border-right: 0;
}

.br-why-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.06);
}

.br-why-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  transition:
    transform 0.28s ease,
    background 0.28s ease,
    box-shadow 0.28s ease;
}

.br-why-card:hover .br-why-icon {
  transform: scale(1.12);
  background: rgba(156, 242, 15, 0.12);
  box-shadow: 0 0 20px rgba(156, 242, 15, 0.28);
}

.br-why-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: #9cf20f;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.br-why-card strong {
  max-width: 118px;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.28;
  font-weight: 900;
}

@media (max-width: 1050px) {
  .br-why-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 14px 0;
  }

  .br-why-card:nth-child(4) {
    border-right: 0;
  }
}

@media (max-width: 680px) {
  .br-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .br-why-card {
    border-right: 0;
    min-height: 96px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cd0d8d7 */.br-process-section {
  padding: 24px 0 30px;
  background: #ffffff;
}

.br-process-section h2 {
  margin: 0 0 24px;
  color: #071b3e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  line-height: 1.2;
  text-align: center;
  font-weight: 900;
}

.br-process-section h2 span {
  color: #20b33f;
}

.br-process-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
}

.br-process-track::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 9%;
  right: 9%;
  height: 1px;
  background: repeating-linear-gradient(
    90deg,
    #b9c4d2 0,
    #b9c4d2 7px,
    transparent 7px,
    transparent 14px
  );
}

.br-process-card {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  text-align: center;
}

.br-process-card::after {
  content: "→";
  position: absolute;
  top: 9px;
  right: -20px;
  color: #9aa8b8;
  font-size: 18px;
  font-weight: 900;
}

.br-process-card:last-child::after {
  display: none;
}

.br-process-number {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 50%;
  color: #ffffff;
  background: #20b33f;
  font-size: 12px;
  font-weight: 900;
  box-shadow: 0 8px 18px rgba(32, 179, 63, 0.28);
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease;
}

.br-process-card:hover .br-process-number {
  transform: translateY(-5px) scale(1.08);
  box-shadow: 0 14px 28px rgba(32, 179, 63, 0.42);
}

.br-process-card h3 {
  margin: 0 0 8px;
  color: #071b3e;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 900;
}

.br-process-card p {
  max-width: 132px;
  margin: 0;
  color: #071b3e;
  font-size: 12px;
  line-height: 1.55;
  font-weight: 600;
}

@media (max-width: 900px) {
  .br-process-track {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .br-process-track::before,
  .br-process-card::after {
    display: none;
  }

  .br-process-card {
    min-height: 100px;
    padding: 16px;
    border: 1px solid #dbe4ef;
    border-radius: 7px;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(7, 34, 75, 0.06);
  }

  .br-process-card p {
    max-width: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-51e52f6 */.br-package-doc-section {
  padding: 28px 0 24px;
  background: #ffffff;
}

.br-package-doc-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: stretch;
}

.br-package-panel,
.br-documents-panel {
  border: 1px solid #dbe4ef;
  border-radius: 7px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(7, 34, 75, 0.07);
}

.br-package-panel {
  padding: 16px 16px 14px;
}

.br-package-panel h2,
.br-documents-panel h2 {
  margin: 0 0 14px;
  color: #071b3e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
}

.br-package-panel h2 span {
  color: #20b33f;
}

.br-pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.br-price-card {
  position: relative;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  padding: 18px 16px 14px;
  border: 1px solid #dbe4ef;
  border-radius: 7px;
  text-align: center;
  background: #ffffff;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.br-price-card:hover {
  transform: translateY(-7px);
  border-color: #20b33f;
  box-shadow: 0 18px 36px rgba(7, 34, 75, 0.14);
}

.br-price-card-popular {
  border-color: #20b33f;
}

.br-popular-ribbon {
  position: absolute;
  top: -12px;
  left: 50%;
  width: 126px;
  transform: translateX(-50%);
  border-radius: 999px;
  padding: 4px 8px;
  color: #ffffff;
  background: #20b33f;
  font-size: 9px;
  font-weight: 900;
}

.br-price-card h3 {
  margin: 0;
  color: #071b3e;
  font-size: 17px;
  font-weight: 900;
}

.br-price-card p {
  margin: 2px 0 10px;
  color: #071b3e;
  font-size: 11px;
  font-weight: 700;
}

.br-price-card strong {
  margin-bottom: 12px;
  color: #071b3e;
  font-size: 27px;
  font-weight: 900;
}

.br-price-card ul {
  display: grid;
  gap: 8px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
  text-align: left;
}

.br-price-card li,
.br-documents-content li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #071b3e;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 700;
}

.br-price-card li svg,
.br-documents-content li svg {
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
  fill: #20b33f;
  margin-top: 1px;
}

.br-price-btn {
  width: 120px;
  min-height: 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto auto 0;
  border-radius: 4px;
  color: #ffffff;
  background: #20b33f;
  font-size: 11px;
  font-weight: 900;
  text-decoration: none;
  transition: transform 0.25s ease, background 0.25s ease;
}

.br-price-btn:hover {
  transform: translateY(-2px);
  background: #138730;
}

.br-documents-panel {
  padding: 22px 22px 18px;
}

.br-documents-panel h2 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.br-documents-panel h2 svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: #20b33f;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.br-documents-content {
  display: grid;
  grid-template-columns: 1fr 150px;
  gap: 12px;
  align-items: center;
}

.br-documents-content ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.br-documents-content img {
  width: 150px;
  height: 160px;
  object-fit: cover;
  border-radius: 7px;
  box-shadow: 0 12px 28px rgba(7, 34, 75, 0.16);
}

@media (max-width: 1050px) {
  .br-package-doc-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .br-pricing-grid,
  .br-documents-content {
    grid-template-columns: 1fr;
  }

  .br-documents-content img {
    width: 100%;
    height: 210px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-57ed45f */.br-faq-section {
  padding: 24px 0 22px;
  background: #ffffff;
}

.br-faq-section h2 {
  margin: 0 0 20px;
  color: #071b3e;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  line-height: 1.2;
  text-align: center;
  font-weight: 900;
}

.br-faq-section h2 span {
  color: #20b33f;
}

.br-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 26px;
}

.br-faq-item {
  border: 1px solid #dbe4ef;
  border-radius: 6px;
  background: #f8fafc;
  overflow: hidden;
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.br-faq-item:hover {
  transform: translateY(-2px);
  border-color: #20b33f;
  box-shadow: 0 10px 24px rgba(7, 34, 75, 0.09);
}

.br-faq-item summary {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 9px 14px;
  color: #071b3e;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.br-faq-item summary::-webkit-details-marker {
  display: none;
}

.br-faq-item summary svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: none;
  stroke: #071b3e;
  stroke-width: 2.4;
  stroke-linecap: round;
  transition:
    transform 0.25s ease,
    stroke 0.25s ease;
}

.br-faq-item[open] {
  border-color: #20b33f;
  background: #ffffff;
}

.br-faq-item[open] summary svg {
  transform: rotate(45deg);
  stroke: #20b33f;
}

.br-faq-item p {
  margin: 0;
  padding: 0 14px 13px;
  color: #435168;
  font-size: 12px;
  line-height: 1.65;
  font-weight: 600;
}

@media (max-width: 760px) {
  .br-faq-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ac52ccb */.br-cta-section {
  padding: 0 0 24px;
  background: #ffffff;
}

.br-cta-banner {
  min-height: 84px;
  display: grid;
  grid-template-columns: 118px 1fr auto;
  align-items: center;
  gap: 22px;
  padding: 13px 28px;
  border-radius: 7px;
  color: #ffffff;
  background: linear-gradient(90deg, #021936 0%, #05295c 55%, #021936 100%);
  box-shadow: 0 14px 32px rgba(7, 34, 75, 0.18);
}

.br-cta-image {
  align-self: stretch;
  display: flex;
  align-items: center;
}

.br-cta-image img {
  width: 94px;
  height: 72px;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.22);
}

.br-cta-copy h2 {
  margin: 0 0 7px;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
}

.br-cta-copy p {
  margin: 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 600;
}

.br-cta-actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.br-cta-btn {
  min-width: 178px;
  min-height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 5px;
  padding: 0 18px;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
}

.br-cta-btn svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.br-cta-btn-green {
  color: #ffffff;
  background: #20b33f;
  box-shadow: 0 8px 18px rgba(32, 179, 63, 0.3);
}

.br-cta-btn-dark {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.65);
  background: transparent;
}

.br-cta-btn:hover {
  transform: translateY(-3px);
}

.br-cta-btn-green:hover {
  background: #138730;
  box-shadow: 0 12px 24px rgba(32, 179, 63, 0.4);
}

.br-cta-btn-dark:hover {
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 900px) {
  .br-cta-banner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .br-cta-image,
  .br-cta-actions {
    justify-content: center;
  }
}

@media (max-width: 520px) {
  .br-cta-banner {
    padding: 20px;
  }

  .br-cta-btn {
    width: 100%;
  }
}/* End custom CSS */