@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: var(--fs-32);
  margin: var(--spacing-2) 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: var(--fs-16);
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: var(--fs-16);
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: var(--lh-xlg);
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: var(--bw-thin) dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-family: "Mukta", sans-serif;
  padding-top: 0 !important;
}



.bfc-container {
/*  max-width: 1065px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  */
}
@media screen and (min-width: 576px) {
  .bfc-container {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .bfc-container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.bfc-static-header-img {
  max-width: 100%;
  height: auto;
  max-height: 160px;
  display: block;
  object-fit: contain;
}
.header-nav__container {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
}
#header .header-body {
  position: relative;
  z-index: 9999;
}
/*
.header-nav {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 50;
  background-color: #ffffff;
  border-bottom: 1px solid #e2e8f0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
	*/
.header-nav__container {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
@media (min-width: 640px) {
  .header-nav__container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.header-nav__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.header-nav__left {
  display: flex;
  align-items: center;
  gap: 3rem;
  width: 100%;
  justify-content: space-between;
}

.header-nav__logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.header-nav__logo img {
  height: 3rem;
  width: auto;
  display: block;
  object-fit: contain;
}
@media (max-width: 767px) {
  .header-nav__logo img {
    height: 3rem;
  }
}

.header-nav__menu {
  display: none;
  gap: 2rem;
  font-weight: 500;
  color: #0f172a;
}
@media (max-width: 1250px) {
  .header-nav__menu {
    gap: 15px;
  }
}
@media (min-width: 1024px) {
  .header-nav__menu {
    display: flex;
  }
}

.header-nav__menu-item-wrapper {
  position: relative;
}

.header-nav__menu-item {
  padding: 0 0 0.25rem 0;
  border: none;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: #0f172a;
  font-weight: 500;
  text-decoration: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  position: relative;
}
.header-nav__menu-item::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: transparent;
  display: none;
}
.header-nav__menu-item:hover::before {
  display: block;
}

.header-nav__menu-item-wrapper .header-nav__menu-item::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid currentColor;
  transition: transform 0.2s ease;
  opacity: 0.7;
  margin-left: 0.25rem;
}

.header-nav__menu-item-wrapper:hover .header-nav__menu-item::after {
  transform: rotate(180deg);
}

.header-nav__menu-item:hover {
  color: #047857;
}

.header-nav__menu-item--active {
  border-bottom-color: #047857;
  color: #047857;
}

.header-nav__submenu {
  position: absolute;
  top: calc(100% + 0.25rem);
  left: 0;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 0.25rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0;
  min-width: 200px;
  display: none;
  z-index: 100;
}

.header-nav__menu-item-wrapper:hover .header-nav__submenu {
  display: block;
}

.header-nav__submenu-item-wrapper {
  position: relative;
}
.header-nav__submenu-item-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(100% - 2px);
  width: 15px;
  height: 100%;
  background-color: transparent;
  display: none;
}
.header-nav__submenu-item-wrapper:hover::before {
  display: block;
}

.header-nav__submenu-item {
  display: block;
  padding: 0.5rem 1rem;
  color: #0f172a;
  text-decoration: none;
  font-weight: 400;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.header-nav__submenu-item-wrapper .header-nav__submenu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 0.75rem;
}

.header-nav__submenu-item-wrapper .header-nav__submenu-item::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid currentColor;
  transition: transform 0.2s ease;
  opacity: 0.7;
  margin-left: 0.5rem;
}

.header-nav__submenu-item-wrapper:hover .header-nav__submenu-item::after {
  transform: translateX(2px);
}

.header-nav__submenu-item:hover {
  background-color: #f8fafc;
  color: #047857;
}

.header-nav__submenu-level3 {
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 0.25rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0;
  min-width: 180px;
  display: none;
  margin-left: 0.5rem;
  z-index: 101;
}

.header-nav__submenu-item-wrapper:hover .header-nav__submenu-level3 {
  display: block;
}

.header-nav__submenu-level3-item {
  display: block;
  padding: 0.5rem 1rem;
  color: #0f172a;
  text-decoration: none;
  font-weight: 400;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.header-nav__submenu-level3-item:hover {
  background-color: #f8fafc;
  color: #047857;
}

.header-nav__toggle {
  display: block;
  color: #1e293b;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  position: relative;
}
@media (min-width: 1024px) {
  .header-nav__toggle {
    display: none;
  }
}
.header-nav__toggle .lucide-menu {
  display: block;
}
.header-nav__toggle .lucide-x {
  display: none;
}

.header-nav__toggle--active .lucide-menu {
  display: none;
}

.header-nav__toggle--active .lucide-x {
  display: block;
}

.header-nav__mobile {
  display: none;
  border-top: 1px solid #e2e8f0;
  background-color: #ffffff;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 1024px) {
  .header-nav__mobile {
    display: none !important;
  }
}

.header-nav__mobile--open {
  display: block;
}

.header-nav__mobile-wrapper {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  box-sizing: border-box;
}

.header-nav__mobile-menu {
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
}

.header-nav__mobile-item-wrapper {
  border-bottom: 2px solid transparent;
}
.header-nav__mobile-item-wrapper:last-child {
  margin-bottom: 0;
}

.header-nav__mobile-item {
  text-align: left;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid transparent;
  font-weight: 500;
  color: #0f172a;
  background: transparent;
  border: none;
  text-decoration: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-nav__mobile-item[data-submenu-toggle]::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid currentColor;
  transition: transform 0.2s ease;
  margin-left: 0.5rem;
  opacity: 0.7;
}

.header-nav__mobile-item-wrapper--open .header-nav__mobile-item[data-submenu-toggle]::after {
  transform: rotate(180deg);
}

.header-nav__mobile-item:hover {
  color: #047857;
}

.header-nav__mobile-item--active {
  border-bottom-color: #047857;
  color: #047857;
}

.header-nav__mobile-submenu {
  display: none;
  padding-left: 1rem;
}

.header-nav__mobile-submenu--open {
  display: block;
}

.header-nav__mobile-submenu-item-wrapper {
  position: relative;
}

.header-nav__mobile-submenu-item {
  display: block;
  padding: 5px 0;
  color: #0f172a;
  text-decoration: none;
  font-weight: 400;
  font-size: 0.875rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  background: transparent;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-nav__mobile-submenu-item-wrapper .header-nav__mobile-submenu-item[data-submenu-level3-toggle]::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid currentColor;
  transition: transform 0.2s ease;
  opacity: 0.7;
  margin-left: 0.5rem;
}

.header-nav__mobile-submenu-item-wrapper--open .header-nav__mobile-submenu-item[data-submenu-level3-toggle]::after {
  transform: rotate(180deg);
}

.header-nav__mobile-submenu-item:hover {
  color: #047857;
}

.header-nav__mobile-submenu-level3 {
  display: none;
  padding-left: 1rem;
}

.header-nav__mobile-submenu-level3--open {
  display: block;
}

.header-nav__mobile-submenu-level3-item {
  display: block;
  padding: 0.5rem 0;
  color: #0f172a;
  text-decoration: none;
  font-weight: 400;
  font-size: 0.8125rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.header-nav__mobile-submenu-level3-item:hover {
  color: #047857;
}

*/
.bfc-hero {
  margin-top: 10px;
  margin-bottom: clamp(20px, 4vw, 40px);
  overflow: hidden;
}
.bfc-hero .bfc-hero-slide-js-wrapper {
  margin-bottom: 0;
}
.bfc-hero .slick-dots {
  font-size: 0;
  line-height: 0;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 6px;
  right: 0;
  z-index: 1;
}
.bfc-hero .slick-dots li {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.6;
  padding: 0 3px;
  margin: 0;
  width: 20px;
  height: 20px;
}
.bfc-hero .slick-dots li button {
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  padding: 0;
  margin: 0;
  display: block;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bfc-hero .slick-dots li.slick-active button {
  background: #fff;
}

.bfc-hero-slide-item img {
  max-width: 100%;
  height: auto;
}

.rt-hero {
  position: relative;
  background-color: #0f172a;
  overflow: hidden;
  min-height: 450px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .rt-hero {
    min-height: 400px;
  }
}

.rt-hero__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  opacity: 0.4;
  padding: 0;
  margin: 0;
}

.rt-hero__background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.rt-hero__container {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
  z-index: 10;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .rt-hero__container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.rt-hero__content {
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .rt-hero__content {
    max-width: 100%;
  }
}

.rt-hero__title {
  font-size: 3rem;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 1rem;
  letter-spacing: -0.025em;
  color: #ffffff;
}
@media (min-width: 768px) {
  .rt-hero__title {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .rt-hero__title {
    font-size: 4.5rem;
    margin-bottom: 2rem;
  }
}

.rt-hero__title-gradient {
  color: transparent;
  background-clip: text;
  background-image: linear-gradient(to right, #34d399, #99f6e4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rt-hero__description {
  font-size: 1.25rem;
  color: #cbd5e1;
  margin-bottom: 2.5rem;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.625;
}
@media (max-width: 767px) {
  .rt-hero__description {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
    max-width: 100%;
  }
}

.rt-hero__actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}
@media (min-width: 640px) {
  .rt-hero__actions {
    flex-direction: row;
  }
}

.rt-hero__button {
  background-color: #059669;
  color: #ffffff;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  font-weight: 700;
  font-size: 1.125rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  border: none;
  cursor: pointer;
  text-decoration: none;
}
.rt-hero__button:hover {
  background-color: #10b981;
  box-shadow: 0 10px 15px -3px rgba(16, 185, 129, 0.25), 0 4px 6px -4px rgba(16, 185, 129, 0.25);
}
@media (max-width: 767px) {
  .rt-hero__button {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
  }
}

.icon-grid {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8fafc;
}
@media (max-width: 1023px) {
  .icon-grid {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .icon-grid {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.icon-grid__container {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  box-sizing: border-box;
}

.icon-grid__header {
  text-align: center;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}
@media (max-width: 1023px) {
  .icon-grid__header {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .icon-grid__header {
    margin-bottom: 20px;
  }
}

.icon-grid__title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1rem;
  margin-top: 0;
}
@media (max-width: 1023px) {
  .icon-grid__title {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .icon-grid__title {
    font-size: 1.5rem;
  }
}

.icon-grid__description {
  color: #475569;
  font-size: 1.125rem;
  margin: 0;
}
@media (max-width: 767px) {
  .icon-grid__description {
    font-size: 1rem;
  }
}

.icon-grid__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .icon-grid__grid {
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .icon-grid__grid {
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

.icon-grid__card {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 0.75rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  border: 1px solid #e2e8f0;
}
@media (max-width: 1023px) {
  .icon-grid__card {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .icon-grid__card {
    padding: 1.25rem;
  }
}
.icon-grid__card:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.icon-grid__card:hover .icon-grid__icon--emerald {
  background-color: #059669;
  color: #ffffff;
}
.icon-grid__card:hover .icon-grid__icon--blue {
  background-color: #2563eb;
  color: #ffffff;
}
.icon-grid__card:hover .icon-grid__icon--purple {
  background-color: #9333ea;
  color: #ffffff;
}
.icon-grid__card:hover .icon-grid__link {
  gap: 0.75rem;
}
.icon-grid__card:hover {
  border-color: rgba(16, 185, 129, 0.3);
}
.icon-grid__card.icon-grid__card--blue:hover {
  border-color: rgba(37, 99, 235, 0.3);
}

.icon-grid__icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  transition-property: background-color, color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (max-width: 1023px) {
  .icon-grid__icon {
    width: 3rem;
    height: 3rem;
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 767px) {
  .icon-grid__icon {
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 1rem;
  }
}

.icon-grid__icon--emerald {
  background-color: #ecfdf5;
  color: #047857;
}

.icon-grid__icon--blue {
  background-color: #eff6ff;
  color: #1d4ed8;
}

.icon-grid__icon--purple {
  background-color: #faf5ff;
  color: #7e22ce;
}

.icon-grid__card-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.75rem;
  margin-top: 0;
}
@media (max-width: 767px) {
  .icon-grid__card-title {
    margin-bottom: 0.5rem;
  }
}

.icon-grid__card-description {
  color: #64748b;
  margin-bottom: 1.5rem;
  line-height: 1.625;
  margin-top: 0;
}
@media (max-width: 1023px) {
  .icon-grid__card-description {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 767px) {
  .icon-grid__card-description {
    margin-bottom: 1rem;
  }
}

.icon-grid__link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  text-decoration: none;
  transition-property: gap;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.icon-grid__link--blue {
  color: #1d4ed8;
}

.icon-grid__link--emerald {
  color: #047857;
}

.icon-grid__link--purple {
  color: #7e22ce;
}

.mobile-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f8fafc;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .mobile-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .mobile-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.mobile-section__container {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
}
@media (min-width: 640px) {
  .mobile-section__container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .mobile-section__container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.mobile-section__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
}
@media (min-width: 1024px) {
  .mobile-section__wrapper {
    flex-direction: row;
    gap: 5rem;
  }
}

.mobile-section__content {
  width: 100%;
}
@media (min-width: 1024px) {
  .mobile-section__content {
    width: 41.666667%;
  }
}

.mobile-section__badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  color: #475569;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.mobile-section__title {
  font-size: 1.875rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1.25rem;
  line-height: 1.25;
  margin-top: 0;
}
@media (min-width: 768px) {
  .mobile-section__title {
    font-size: 2.25rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .mobile-section__title br {
    display: none;
  }
}

.mobile-section__title-highlight {
  color: #2563eb;
}

.mobile-section__description {
  font-size: 1.125rem;
  color: #64748b;
  margin-bottom: 2rem;
  line-height: 1.625;
  margin-top: 0;
}
@media (max-width: 767px) {
  .mobile-section__description {
    margin-bottom: 1.5rem;
  }
}

.mobile-section__features {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 767px) {
  .mobile-section__features {
    margin-bottom: 1.5rem;
  }
}

.mobile-section__feature-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media (max-width: 767px) {
  .mobile-section__feature-item {
    gap: 0.5rem;
  }
}

.mobile-section__feature-icon {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #d1fae5;
  color: #047857;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.mobile-section__feature-text {
  color: #334155;
  font-weight: 500;
}

.mobile-section__downloads {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.mobile-section__download-button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background-color: #0f172a;
  color: #ffffff;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  text-decoration: none;
}
.mobile-section__download-button:hover {
  background-color: #1e293b;
}

.mobile-section__download-text {
  text-align: left;
}

.mobile-section__download-label {
  font-size: 0.625rem;
  line-height: 1;
  color: #cbd5e1;
}

.mobile-section__download-name {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
}

.mobile-section__phone-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {
  .mobile-section__phone-wrapper {
    width: 33.333333%;
    justify-content: flex-end;
  }
}

.mobile-section__phone {
  width: 280px;
  height: 560px;
  background-color: #f1f5f9;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  border: 8px solid #000000;
  overflow: hidden;
  transform: rotate(-2deg);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  position: relative;
  box-sizing: border-box;
}
.mobile-section__phone:hover {
  transform: rotate(0deg);
}

.mobile-section__phone-notch {
  width: 100%;
  height: 1.5rem;
  background-color: #e2e8f0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.mobile-section__phone-notch-inner {
  width: 6rem;
  height: 1rem;
  background-color: #1e293b;
  border-radius: 0 0 0.75rem 0.75rem;
}

.mobile-section__phone-screen {
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 0;
}

.mobile-section__phone-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

.mobile-section__phone-greeting {
  font-size: 0.75rem;
  line-height: 1;
  color: #94a3b8;
  margin: 0;
}

.mobile-section__phone-name {
  font-size: 0.875rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0;
  line-height: 1;
}

.mobile-section__phone-avatar {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #e2e8f0;
  flex-shrink: 0;
}

.mobile-section__phone-balance-card {
  background: linear-gradient(to bottom right, #1d4ed8, #14b8a6);
  border-radius: 0.75rem;
  padding: 1.25rem;
  color: #ffffff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.5rem;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.mobile-section__phone-balance-decoration {
  position: absolute;
  right: 0;
  top: 0;
  width: 6rem;
  height: 6rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(2rem, -2rem);
}

.mobile-section__phone-balance-label {
  font-size: 0.75rem;
  opacity: 0.8;
  margin-bottom: 0.25rem;
  margin-top: 0;
  line-height: 1;
}

.mobile-section__phone-balance-amount {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top: 0;
  line-height: 1.2;
}

.mobile-section__phone-balance-details {
  display: flex;
  gap: 0.5rem;
}

.mobile-section__phone-balance-detail {
  font-size: 0.625rem;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  line-height: 1;
}

.mobile-section__phone-actions {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.mobile-section__phone-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.mobile-section__phone-action-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.mobile-section__phone-action-icon svg {
  width: 1rem;
  height: 1rem;
}

.mobile-section__phone-action-icon--emerald {
  background-color: #ecfdf5;
  color: #047857;
}

.mobile-section__phone-action-icon--blue {
  background-color: #eff6ff;
  color: #1d4ed8;
}

.mobile-section__phone-action-icon--orange {
  background-color: #fff7ed;
  color: #f97316;
}

.mobile-section__phone-action-icon--slate {
  background-color: #f8fafc;
  color: #475569;
}

.mobile-section__phone-action-label {
  font-size: 0.625rem;
  color: #64748b;
}

.mobile-section__phone-transactions {
  flex: 1;
  overflow-y: auto;
  padding-bottom: 0.5rem;
  min-height: 0;
}

.mobile-section__phone-transactions-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0.75rem;
}

.mobile-section__phone-transactions-title {
  font-weight: 700;
  font-size: 0.875rem;
  color: #1e293b;
  margin: 0;
  line-height: 1;
}

.mobile-section__phone-transactions-link {
  font-size: 0.625rem;
  color: #047857;
  font-weight: 500;
  text-decoration: none;
  line-height: 1;
}

.mobile-section__phone-transactions-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.mobile-section__phone-transaction {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem;
  border-radius: 0.5rem;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  box-sizing: border-box;
}
.mobile-section__phone-transaction:hover {
  background-color: #f8fafc;
}

.mobile-section__phone-transaction-left {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex: 1;
  min-width: 0;
}

.mobile-section__phone-transaction-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.mobile-section__phone-transaction-icon svg {
  width: 1rem;
  height: 1rem;
}

.mobile-section__phone-transaction-icon--red {
  background-color: #fef2f2;
  color: #ef4444;
}

.mobile-section__phone-transaction-icon--emerald {
  background-color: #ecfdf5;
  color: #047857;
}

.mobile-section__phone-transaction-icon--blue {
  background-color: #eff6ff;
  color: #1d4ed8;
}

.mobile-section__phone-transaction-info {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}

.mobile-section__phone-transaction-name {
  font-size: 0.75rem;
  font-weight: 600;
  color: #1e293b;
  margin: 0;
  line-height: 1.2;
}

.mobile-section__phone-transaction-category {
  font-size: 0.625rem;
  color: #94a3b8;
  margin: 0;
  line-height: 1.2;
}

.mobile-section__phone-transaction-amount {
  font-size: 0.75rem;
  font-weight: 700;
  color: #1e293b;
  line-height: 1;
  white-space: nowrap;
}

.mobile-section__phone-transaction-amount--positive {
  color: #047857;
}

.mobile-section__phone-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  background-color: #ffffff;
  border-top: 1px solid #f1f5f9;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  z-index: 10;
  box-sizing: border-box;
}

.mobile-section__phone-nav-item {
  color: #cbd5e1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-section__phone-nav-item svg {
  width: 1.25rem;
  height: 1.25rem;
}

.mobile-section__phone-nav-item--active {
  color: #047857;
}

.mobile-section__phone-nav-center {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #2563eb;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-1rem);
  box-shadow: 0 10px 15px -3px rgba(16, 185, 129, 0.2), 0 4px 6px -4px rgba(16, 185, 129, 0.2);
  flex-shrink: 0;
}
.mobile-section__phone-nav-center svg {
  width: 1.5rem;
  height: 1.5rem;
}

.green-loan {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 1023px) {
  .green-loan {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .green-loan {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.green-loan__container {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  box-sizing: border-box;
}

.green-loan__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.green-loan__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 1.5rem;
  margin-top: 0;
}
@media (min-width: 768px) {
  .green-loan__title {
    font-size: 2.25rem;
    margin-bottom: 1.25rem;
  }
}

.green-loan__description {
  font-size: 1.125rem;
  color: #475569;
  margin-bottom: 3rem;
  max-width: 42rem;
  margin-top: 0;
}
@media (max-width: 767px) {
  .green-loan__description {
    margin-bottom: 1.5rem;
  }
}

.green-loan__image-wrapper {
  width: 100%;
  max-width: 56rem;
}
@media (max-width: 767px) {
  .green-loan__image-wrapper {
    max-width: 100%;
  }
}

.green-loan__image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 1rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  border: 1px solid #f1f5f9;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
@media (max-width: 767px) {
  .green-loan__image {
    border-radius: 0.5rem;
  }
}
.green-loan__image:hover {
  transform: scale(1.01);
}

.bfc-screen-link {
  background: none;
  border: none;
  bottom: 0;
  cursor: pointer;
  font-size: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.bfc-product-services .bfc-section-title {
  margin: 0;
  margin-bottom: clamp(20px, 4vw, 45px);
  padding: 10px;
  background-color: #00A94F;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: clamp(24px, 4vw, 30px);
  line-height: 1;
}
.bfc-product-services .bfc-btn-wrap {
  text-align: center;
}
.bfc-product-services .bfc-btn {
  text-decoration: none;
  display: inline-block;
  background-color: #0473EA;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border-radius: 48px;
  padding: clamp(20px, 4vw, 25px) clamp(50px, 4vw, 85px);
  font-size: clamp(20px, 4vw, 24px);
  line-height: 1;
  transition: all 0.3s ease-in-out;
}
.bfc-product-services .bfc-btn:hover {
  background-color: #00A94F;
}
.bfc-product-services .bfc-btn::after {
  content: "→";
  font-size: clamp(18px, 4vw, 22px);
  display: inline-block;
  margin-left: 10px;
}

.bfc-service-item-wrap {
  display: grid;
  gap: 15px;
  margin-bottom: 45px;
}
@media screen and (min-width: 420px) {
  .bfc-service-item-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .bfc-service-item-wrap {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 15px;
  }
}

.bfc-service-item {
  position: relative;
  overflow: hidden;
  text-align: center;
  background-color: #0473EA;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.bfc-service-item a {
  text-decoration: none;
  color: inherit;
}
.bfc-service-item figure {
  margin: 0;
  overflow: hidden;
}
.bfc-service-item img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.bfc-service-item .bfc-service-item__title {
  font-size: clamp(18px, 4vw, 24px);
  line-height: 1;
  margin: 0;
  padding: clamp(18px, 4vw, 28px);
}
.bfc-service-item .bfc-service-item__title a::before {
  content: "";
  position: absolute;
  inset: 0;
}
.bfc-service-item:hover {
  background-color: #00A94F;
}
.bfc-service-item:hover img {
  transform: scale(1.1);
}

.bfc-offer {
  margin-top: 60px;
  margin-bottom: 60px;
}
.bfc-offer .bfc-offer-main-content {
  position: relative;
  background-color: #33a854;
  padding: 160px 32px;
}
.bfc-offer .bfc-offer-main-content::before, .bfc-offer .bfc-offer-main-content::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 120px;
  background-repeat: no-repeat;
  background-size: cover;
}
.bfc-offer .bfc-offer-main-content::before {
  top: 0;
  background-image: url("../images/wave-pattern-top.webp");
}
.bfc-offer .bfc-offer-main-content::after {
  bottom: 0;
  background-image: url("../images/wave-pattern-bottom.webp");
}
.bfc-offer .bfc-offer-main-content__header {
  margin: 0 auto 32px 0;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .bfc-offer .bfc-offer-main-content__header {
    max-width: 700px;
  }
}
@media screen and (min-width: 768px) {
  .bfc-offer .bfc-offer-main-content__header {
    margin-bottom: 0;
  }
}
.bfc-offer .bfc-offer-main-content__header p {
  text-align: center;
  font-family: "Mukta", sans-serif;
  font-size: clamp(26px, 4vw, 32px);
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}
.bfc-offer .bfc-section-title {
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 700;
  font-family: "Mukta", sans-serif;
  color: #fff;
  margin: 0;
  line-height: 1.3;
}
.bfc-offer .bfc-offer-main-content__main {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  color: #fff;
  gap: 36px;
}
@media screen and (min-width: 768px) {
  .bfc-offer .bfc-offer-main-content__main {
    flex-direction: row;
  }
}
.bfc-offer .bfc-offer-main-content__main .bfc-btn {
  position: relative;
  display: inline-block;
  font-size: clamp(30px, 4vw, 36px);
  color: inherit;
  text-decoration: none;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .bfc-offer .bfc-offer-main-content__main .bfc-btn {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .bfc-offer .bfc-offer-main-content__main .bfc-btn {
    margin-top: 80px;
  }
}
.bfc-offer .bfc-offer-main-content__main .bfc-btn::after {
  content: "→";
  font-size: clamp(18px, 4vw, 22px);
  display: inline-block;
  margin-left: 10px;
}
.bfc-offer .bfc-offer-main-content__main .bfc-btn:hover {
  color: #d1ffd9;
}
.bfc-offer .bfc-offer-main-content__text-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bfc-offer-item {
  display: flex;
  align-items: center;
  color: #fff;
  background-repeat: no-repeat;
  background-position: left center;
  font-size: clamp(30px, 4vw, 36px);
  line-height: 1.7;
  font-weight: 600;
  margin-bottom: 20px;
}
.bfc-offer-item:last-child {
  margin-bottom: 0;
}
.bfc-offer-item svg {
  color: #fff;
  fill: #fff;
}
.bfc-offer-item.flight svg {
  width: clamp(52px, 3vw, 72px);
  height: clamp(43px, 3vw, 63px);
  margin-right: 20px;
}
.bfc-offer-item.savings svg {
  width: clamp(53px, 3vw, 63px);
  height: clamp(32px, 3vw, 42px);
  margin-right: 20px;
}
.bfc-offer-item.loans svg {
  width: clamp(38px, 3vw, 48px);
  height: clamp(36px, 3vw, 46px);
  margin-right: 35px;
}
.bfc-offer-item.bills svg {
  width: clamp(49px, 3vw, 59px);
  height: clamp(46px, 3vw, 56px);
  margin-right: 22px;
}
.bfc-offer-item a {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
}
.bfc-offer-item a:hover {
  color: #d1ffd9;
  fill: #d1ffd9;
}
.bfc-offer-item a:hover svg {
  fill: #d1ffd9;
}

.bfc-offer-item-icon {
  max-width: 60px;
  margin-right: 20px;
}

.bfc-offer-main-content__img-col {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .bfc-offer-main-content__img-col {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  .bfc-offer-main-content__img-col {
    width: auto;
    max-width: 650px;
  }
}
.bfc-offer-main-content__img-col figure {
  margin: 0;
}
.bfc-offer-main-content__img-col img {
  width: 100%;
  display: block;
  height: auto;
}
@media screen and (min-width: 1200px) {
  .bfc-offer-main-content__img-col img {
    min-width: 750px;
    margin-left: -100px;
  }
}

.bfc-cta__main-content {
  padding: 24px;
  background-image: url("../images/cta-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 755px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
.bfc-cta__main-content .bfc-cta__title {
  max-width: 600px;
  margin: 0;
  padding-top: 160px;
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 400;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .bfc-cta__main-content .bfc-cta__title {
    padding-top: 250px;
  }
}
.bfc-cta__main-content .bfc-cta__sub-title {
  margin: 60px 0 40px;
  max-width: 540px;
  font-size: clamp(26px, 4vw, 36px);
  font-weight: 400;
  line-height: 1.3;
}
.bfc-cta__main-content .bfc-btn--cta {
  display: inline-block;
  padding: 25px 30px;
  background-color: #D9D9D9;
  border-radius: 10px;
  line-height: 1;
  font-size: clamp(20px, 4vw, 24px);
  font-weight: 700;
  color: #000;
  text-decoration: none;
}
.bfc-cta__main-content .bfc-btn--cta:hover {
  background-color: #00A94F;
  color: #fff;
}

.bfc-footer {
  margin-top: 30px;
}
.bfc-footer .bfc-container {
  padding-top: 300px;
  padding-bottom: clamp(40px, 4vw, 60px);
  background-image: url("../images/footer-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (min-width: 576px) {
  .bfc-footer .bfc-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px) {
  .bfc-footer .bfc-container {
    padding-top: 450px;
  }
}
@media screen and (min-width: 1200px) {
  .bfc-footer .bfc-container {
    padding-top: 600px;
    padding-left: 70px;
    padding-right: 70px;
  }
}
.bfc-footer a:hover {
  color: #0473EA;
}

.bfc-footer-links-wrap {
  display: grid;
  gap: 24px;
}
@media screen and (min-width: 380px) {
  .bfc-footer-links-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .bfc-footer-links-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.bfc-footer-links__title {
  font-size: clamp(18px, 4vw, 20px);
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
  line-height: 1;
}

.bfc-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bfc-footer-links li {
  margin-bottom: 10px;
  line-height: 1;
}
.bfc-footer-links li:last-child {
  margin-bottom: 0;
}
.bfc-footer-links a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
}

.bfc-footer-contact-wrap {
  margin-top: clamp(24px, 4vw, 50px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}
.bfc-footer-contact-wrap a {
  color: inherit;
  font-weight: 600;
}

.bfc-footer-contact-box {
  flex-grow: 1;
}
.bfc-footer-contact-box .bfc-footer-box-title__desc {
  line-height: 1.7;
}

.bfc-footer-bottom {
  margin-top: 60px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 24px 12px;
}
@media screen and (min-width: 768px) {
  .bfc-footer-bottom {
    flex-direction: row;
  }
}

.bfc-footer__socials {
  order: 1;
}
@media screen and (min-width: 768px) {
  .bfc-footer__socials {
    order: 2;
  }
}

.bfc-footer__copyright {
  text-align: center;
  order: 2;
}
@media screen and (min-width: 768px) {
  .bfc-footer__copyright {
    order: 1;
    flex-grow: 2;
  }
}

.bfc-footer__socials {
  display: flex;
}

.bfc-footer__socials--links {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 12px;
}
.bfc-footer__socials--links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c4d7dc;
  border-radius: 20px;
  text-decoration: none;
  color: inherit;
  width: 38px;
  height: 38px;
  font-size: 0;
  background-repeat: no-repeat;
  background-size: auto 12px;
  background-position: center;
}
.bfc-footer__socials--links a:hover {
  color: #0473EA;
}
.bfc-footer__socials--links li {
  display: flex;
  line-height: 1;
}
.bfc-footer__socials--links li.fb svg {
  width: 7px;
  height: 12px;
}
.bfc-footer__socials--links li.lnkd svg {
  width: 14px;
  height: 12px;
}
.bfc-footer__socials--links li.tw svg {
  width: 13px;
  height: 9px;
}
.bfc-footer__socials--links li:hover a {
  background-color: #c4d7dc;
}

.footer {
  background-color: rgba(148, 163, 184, 0.1);
  color: #94a3b8;
  padding-top: 4rem;
  padding-bottom: 2rem;
  border-top: 1px solid #1e293b;
}
@media (max-width: 1023px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

.footer__container {
  width: 100%;
  max-width: 1536px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  box-sizing: border-box;
}

.footer__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  margin-bottom: 4rem;
}
@media (max-width: 1023px) {
  .footer__grid {
    margin-bottom: 30px;
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .footer__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .footer__grid {
    gap: 20px;
    margin-bottom: 20px;
  }
}

.footer__company-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #000000;
  margin-bottom: 8px;
}

.footer__company-name {
  font-size: 1.25rem;
  font-weight: 700;
}

.footer__company-description {
  font-size: 0.915rem;
  line-height: 1.625;
  margin-bottom: 20px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .footer__company-description {
    margin-bottom: 10px;
  }
}

.footer__social {
  display: flex;
  gap: 1rem;
}

.footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  background-color: #1e293b;
  border-radius: 50%;
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  cursor: pointer;
  text-decoration: none;
}
.footer__social-link:hover {
  background-color: #047857;
}

.footer__social-icon {
  width: 1rem;
  height: 1rem;
  fill: #ffffff;
}

.footer__title {
  font-size: 0.995rem;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .footer__title {
    margin-bottom: 5px;
  }
}

.footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.footer__link {
  font-size: 0.915rem;
  color: #94a3b8;
  text-decoration: none;
  transition-property: color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  line-height: 28px !important;
}
.footer__link:hover {
  color: #34d399;
}

.footer__bottom {
  border-top: 1px solid #0f172a;
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
}
@media (max-width: 767px) {
  .footer__bottom {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .footer__bottom {
    flex-direction: row;
  }
}

.footer__copyright {
  margin: 0;
}

.footer__legal-links {
  display: flex;
  gap: 1.5rem;
  margin-top: 1rem;
  padding-right:80px;
}
@media (min-width: 768px) {
  .footer__legal-links {
    margin-top: 0;
  }
}

.footer__legal-link {
  color: #94a3b8;
  text-decoration: none;
  transition-property: color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.footer__legal-link:hover {
  color: #34d399;
}

.top-nav {
  background-color: #f8fafc;
  color: #0f172a;
  font-size: 0.85rem;
  line-height: 1rem;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  display: none;
}
@media (min-width: 768px) {
  .top-nav {
    display: block;
  }
}

.top-nav__container {
  width: 100%;
  max-width: 1536px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
}
@media (min-width: 640px) {
  .top-nav__container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.top-nav__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-nav__left {
  display: flex;
  gap: 1.5rem;
}

.top-nav__right {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.top-nav__item {
  font-weight: 500;
  color: inherit;
  cursor: pointer;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.top-nav__item:hover {
  color: #047857;
}

.top-nav__link {
  font-weight: 600;
  color: inherit;
  text-decoration: inherit;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.top-nav__link:hover {
  color: #047857;
}

.top-nav__button {
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 solid;
  text-transform: none;
  text-indent: 0;
  text-shadow: none;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-weight: 600;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.top-nav__button:hover {
  color: #047857;
}

.top-nav__divider {
  height: 0.75rem;
  width: 1px;
  background-color: #e2e8f0;
  margin:0px 5px;
}
