@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  border: none;
  outline: none;
}

html {
  font-size: 16px;
}

a:hover,
a:focus {
  text-decoration: none !important;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #222222;
}

p {
  margin: 0;
  color: #222222;
}

input,
textarea,
a,
button {
  outline: none !important;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

a {
  color: #1A4999;
}

a:hover {
  color: #1A4999;
}

h2 {
  font-size: 2rem;
}
@media (max-width: 991px) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.875rem;
}

a {
  text-decoration: none;
}

body {
  font-weight: 400;
  line-height: 1.7;
  background-color: #fff;
  color: #222222;
  font-family: "Kufam", sans-serif;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-semi-bold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.form-group {
  margin-bottom: 25px;
}

.form-control {
  padding: 10px 15px;
  border: 2px solid #F2F4F7;
  background-color: #fff;
  border-radius: 30px;
  height: 49px;
}
.form-control:focus {
  background-color: #F5F5F5;
  border-color: #1A4999 !important;
  box-shadow: none;
}

textarea.form-control {
  height: auto;
}

.bg-primary {
  background-color: #1A4999 !important;
}

.text-primary {
  color: #1A4999 !important;
}

.text-primary-2 {
  color: #047985;
}

.bg-primary-2 {
  background-color: #047985;
}

.border-primary {
  border-color: #1A4999 !important;
}

button {
  cursor: pointer;
}

.pointer {
  cursor: pointer;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: none;
}

.input-icon {
  position: relative;
}

.input-icon .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
}

.input-icon.icon-right .icon {
  inset-inline-start: 20px;
}

.input-icon.icon-right .form-control {
  padding-inline-start: 55px;
}

.input-icon.icon-left .icon {
  inset-inline-end: 20px;
}

.input-icon.icon-left .form-control {
  padding-inline-end: 55px;
}

::-moz-placeholder {
  color: #C3C3C3 !important;
  font-size: 16px;
}

::placeholder {
  color: #C3C3C3 !important;
  font-size: 16px;
}

.btn {
  padding: 12px 24px;
  font-size: 1.1rem;
  border-radius: 50px;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(180deg, #1A4999 0%, #007CBD 100%);
  border-color: transparent;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn-primary::before {
  position: absolute;
  width: 100%;
  content: "";
  height: 100%;
  width: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
  top: 0;
  z-index: -1;
  background: #1A4999;
  border-color: transparent;
}
.btn-primary:hover, .btn-primary:focus {
  color: #fff !important;
  border-color: transparent;
  background: linear-gradient(180deg, #1A4999 0%, #007CBD 100%);
  box-shadow: none !important;
}
.btn-primary:hover::before, .btn-primary:focus::before {
  width: 100%;
  left: 0;
  right: auto;
}
.btn-primary .icon {
  width: 44px;
  height: 28px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-primary .icon img {
  filter: brightness(0) invert(1);
}

.btn-secondary {
  color: #19345A;
  background: #E8EBEF;
  border-color: #E8EBEF;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn-secondary::before {
  position: absolute;
  width: 100%;
  content: "";
  height: 100%;
  width: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
  top: 0;
  z-index: -1;
  background-color: #1A4999 !important;
  border-color: #1A4999;
}
.btn-secondary:hover, .btn-secondary:focus {
  color: #fff !important;
  border-color: #E8EBEF;
  background-color: #E8EBEF !important;
  box-shadow: none !important;
}
.btn-secondary:hover::before, .btn-secondary:focus::before {
  width: 100%;
  left: 0;
  right: auto;
}

.btn-light {
  color: #475467;
  background: #F2F4F7;
  border-color: #F2F4F7;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn-light::before {
  position: absolute;
  width: 100%;
  content: "";
  height: 100%;
  width: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
  top: 0;
  z-index: -1;
  background-color: #1A4999 !important;
  border-color: #1A4999;
}
.btn-light:hover, .btn-light:focus {
  color: #fff !important;
  border-color: #F2F4F7;
  background-color: #F2F4F7 !important;
  box-shadow: none !important;
}
.btn-light:hover::before, .btn-light:focus::before {
  width: 100%;
  left: 0;
  right: auto;
}

.btn-light-primary {
  color: #22252D;
  background: #F7FDFE;
  border-color: #F2F4F7;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn-light-primary::before {
  position: absolute;
  width: 100%;
  content: "";
  height: 100%;
  width: 0;
  right: 0;
  transition: all 0.3s ease-in-out;
  top: 0;
  z-index: -1;
  background-color: #1A4999 !important;
  border-color: #1A4999;
}
.btn-light-primary:hover, .btn-light-primary:focus {
  color: #fff !important;
  border-color: #F6FAF4;
  background-color: #F6FAF4 !important;
  box-shadow: none !important;
}
.btn-light-primary:hover::before, .btn-light-primary:focus::before {
  width: 100%;
  left: 0;
  right: auto;
}

.btn-white {
  color: #000;
  background: #FFF;
  border-color: #E6E8E4;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn-white::before {
  position: absolute;
  width: 100%;
  content: "";
  height: 100%;
  width: 0;
  width: 0%;
  right: 0;
  transition: all 0.3s ease-in-out;
  top: 0;
  border-radius: 6px;
  z-index: -1;
  background-color: #1A4999;
}
.btn-white:hover, .btn-white:focus {
  color: #fff !important;
  border-color: #1A4999;
  background-color: #FFF !important;
  box-shadow: none !important;
}
.btn-white:hover::before, .btn-white:focus::before {
  width: 100%;
  left: 0;
  right: auto;
}

.btn-outline-primary {
  color: #1A4999;
  background: transparent;
  border-color: #1A4999;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.btn-outline-primary::before {
  position: absolute;
  width: 100%;
  content: "";
  height: 100%;
  width: 0;
  width: 0%;
  right: 0;
  transition: all 0.3s ease-in-out;
  top: 0;
  z-index: -1;
  background-color: #1A4999;
}
.widget_item--profile-content h5 {
    color: #4446bf;
}

.btn-outline-primary img {
  transition: filter 0.4s ease-in-out;
}

.btn-outline-primary:hover, .btn-outline-primary:focus {
  color: #000 !important;
  border-color: #1A4999;
  background-color: transparent !important;
  box-shadow: none !important;
  color: #FFF !important;
}

.btn-outline-primary:hover::before, .btn-outline-primary:focus::before {
  width: 100%;
  left: 0;
  right: auto;
}

.main-header {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  padding: 24px 0;
  background-color: #fff;
}
.main-header .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.main-header .overlay:not(.collapsed) {
  visibility: visible;
  opacity: 0.7;
}
@media (max-width: 991px) {
  .main-header {
    padding: 20px 0 10px;
  }
  .main-header .toggleMenu {
    max-width: 20px;
  }
}
@media (max-width: 991px) {
  .main-header .navbar .navbar-collapse {
    position: fixed;
    width: 100%;
    z-index: 11111;
    background: rgb(255, 255, 255);
    top: 0px;
    inset-inline-end: -100%;
    box-shadow: rgba(41, 41, 41, 0.1098039216) 0px 20px 20px;
    display: block;
    transition: all 0.2s ease-in-out;
    height: 100%;
  }
  .main-header .navbar .navbar-collapse .navbar-toggler {
    position: absolute;
    inset-inline-end: 32%;
    top: 3%;
    z-index: 22;
  }
  .main-header .navbar .navbar-collapse .navbar-nav {
    padding: 20px 20px 0;
  }
  .main-header .navbar .navbar-collapse.show {
    inset-inline-end: -30%;
  }
  .main-header .navbar .navbar-collapse.show .ss {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.7;
  }
}
@media (min-width: 991px) {
  .main-header .navbar .navbar-collapse .navbar-nav {
    border: 1px solid #D9D9D9;
    border-radius: 30px;
    overflow: hidden;
  }
}
.main-header .navbar .navbar-collapse .nav-item:not(:last-of-type) {
  margin-inline-end: 2px;
}
.main-header .navbar .navbar-collapse .nav-link {
  cursor: pointer;
  display: inline-block;
  padding: 15px 15px;
  font-size: 14px;
  color: #1E1E1E;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  position: relative;
}
@media (min-width: 992px) {
  .main-header .navbar .navbar-collapse .nav-link.active {
    background-color: #1A4999;
    color: #FFF;
  }
}
@media (max-width: 991px) {
  .main-header .navbar .navbar-collapse .nav-link.active {
    color: #1A4999;
  }
}
@media (min-width: 992px) {
  .main-header .navbar .navbar-collapse .nav-item:hover .nav-link {
    background-color: #1A4999;
    color: #FFF;
  }
}
.main-header.internal .navbar-toggler {
  color: #FFF;
}
.main-header.internal .navbar-brand img {
  filter: brightness(0) invert(1);
}
@media (min-width: 992px) {
  .main-header.internal .navbar .navbar-collapse .nav-link {
    color: #FFF;
  }
  .main-header.internal .navbar .navbar-collapse .nav-link::before {
    background-color: #FFF;
  }
}
@media (max-width: 991px) {
  .main-header .navbar-brand img {
    max-height: 50px;
  }
  .main-header .navbar-toggler:focus {
    box-shadow: none !important;
  }
}

.navbar-toggler {
  border: 0;
}

.navbar-toggler {
  position: relative;
}
.navbar-toggler:not(.collapsed) i::before {
  content: "\f00d";
}

@media (max-width: 1250px) {
  .main-header .navbar .navbar-collapse .nav-link {
    padding: 8px 9px;
    font-size: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .main-header .navbar .navbar-collapse .nav-link {
    padding: 9px 7px;
    font-size: 10px;
  }
}
.navbar-toggler::after {
  content: "☰";
  font-size: 24px;
  color: #000;
  transition: transform 0.3s ease;
}

.navbar-toggler.collapsed::after {
  content: "☰";
}

.navbar-collapse .navbar-toggler:not(.collapsed)::after {
  content: "✖";
}

@media (min-width: 1200px) {
  .container {
    width: 1700px;
    max-width: 100%;
  }
}
.section {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .section {
    padding: 30px 0;
  }
}

.font-12 {
  font-size: 12px;
}

.section-home {
  position: relative;
  z-index: 1;
}
.section-home .section-content {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  height: 750px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-home .home-title {
  font-size: 3rem;
}
@media (max-width: 991px) {
  .section-home .section-content {
    height: auto;
    padding: 70px 20px;
  }
  .section-home .home-title {
    font-size: 1.7rem;
  }
  .section-home .home-text {
    font-size: 14px;
  }
  .section-home .home-image img {
    max-width: 200px;
  }
}

.section-title {
  font-size: 3rem;
}
@media (max-width: 991px) {
  .section-title {
    font-size: 2rem;
  }
}

.section-entry-title {
  display: inline-block;
  background: linear-gradient(180deg, rgba(26, 73, 153, 0.1) 0%, rgba(0, 124, 189, 0.1) 100%);
  border-radius: 48px;
  padding: 11px 19px;
}

.background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.background-video video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.background-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.widget_item-feature {
  border-radius: 32px;
  padding: 50px 40px;
}
.widget_item-feature .widget_item-title {
  font-size: 2rem;
}
.widget_item-feature.widget-1 {
  background-color: #daeaf3;
}
.widget_item-feature.widget-2 {
  background-color: #fff9d1;
}
.widget_item-feature.widget-3 {
  background-color: #f8f4f1;
}
.widget_item-feature.widget-4 {
  background-color: #f3f5f9;
}

.sticky-col {
  position: sticky;
  top: 30px;
}

.widget_item-testimonial {
  padding: 40px;
  background: #ffffff;
  box-shadow: 0px 8px 36px rgba(17, 17, 17, 0.06);
  box-shadow: 0px 8px 36px rgba(17, 17, 17, 0.06);
  border-radius: 24px;
}

.section-testimonial .section-content {
  position: relative;
  overflow: hidden;
  padding: 70px;
  z-index: 1;
  background: radial-gradient(126.67% 126.67% at 50% -3.06%, rgba(23, 42, 48, 0) 0%, rgba(26, 73, 153, 0.1) 100%), radial-gradient(182.11% 182.11% at 48.85% -21.33%, rgba(0, 124, 189, 0.16) 0%, rgba(0, 124, 189, 0) 100%), #ffffff;
  border-radius: 48px;
}
@media (min-width: 992px) {
  .section-testimonial .section-content::before {
    position: absolute;
    content: "";
    background: url(../images/bg-testimonial.png);
    width: 94%;
    height: 95%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
}
@media (max-width: 991px) {
  .section-testimonial .section-content {
    padding: 20px;
  }
}
.section-testimonial .section-content .circle-glow {
  position: absolute;
  z-index: -1;
  width: 782px;
  height: 782px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(8, 110, 179, 0.15);
  filter: blur(100px);
}

.swiper-testimonial.is-looped .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.2;
  transition: opacity 0.4s ease;
}

.swiper-testimonial.is-looped .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.swiper-action .swiper-next,
.swiper-action .swiper-prev {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #FAFBFD;
  flex: 0 0 auto;
  cursor: pointer;
  margin: 0px 10px;
  transition: background-color 0.2s ease-in-out;
}
.swiper-action .swiper-next:hover,
.swiper-action .swiper-prev:hover {
  background-color: #1A4999;
  color: #FFF;
}
.swiper-action .swiper-next:hover img,
.swiper-action .swiper-prev:hover img {
  filter: brightness(0) invert(1);
}

.section-card .section-content {
  background: radial-gradient(126.67% 126.67% at 50% -3.06%, rgba(23, 42, 48, 0) 0%, rgba(26, 73, 153, 0.1) 100%), radial-gradient(182.11% 182.11% at 48.85% -21.33%, rgba(0, 124, 189, 0.16) 0%, rgba(0, 124, 189, 0) 100%), #FFFFFF;
  border-radius: 48px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 70px;
}
@media (max-width: 991px) {
  .section-card .section-content {
    padding: 20px;
  }
}
.section-card .circle-glow {
  background: rgba(1, 150, 156, 0.2);
  filter: blur(100px);
  position: absolute;
  z-index: -1;
  width: 782px;
  height: 782px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.benefits-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: auto auto;
  gap: 40px;
  align-items: center;
  justify-content: center;
}

.product-image-center {
  grid-column: 2/3;
  grid-row: 1/3;
  z-index: 10;
  text-align: center;
}

.top-left {
  grid-column: 3/4;
  grid-row: 1/2;
  background: #FFFAF7;
  margin-inline-start: auto;
}

.top-right {
  background-color: #DAEAF3;
  grid-column: 1/2;
  grid-row: 1/2;
}

.bottom-left {
  grid-column: 3/4;
  grid-row: 2/3;
  background-color: #F4F5F6;
}

.bottom-right {
  background-color: #D0EEEF;
  margin-inline-start: auto;
  grid-column: 1/2;
  grid-row: 2/3;
}

.benefit-card {
  box-shadow: 0px 8px 36px rgba(17, 17, 17, 0.06);
  border-radius: 24px;
  padding: 25px;
  width: 280px;
  max-width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .benefit-card {
    width: auto;
  }
}
.benefit-card h2 {
  font-size: 14px;
  font-weight: 700;
  color: #303030;
  margin-bottom: 10px;
}
.benefit-card p {
  font-size: 12px;
  color: #5A5A5A;
}
.benefit-card .card-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-bottom: 15px;
  margin-right: 0;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: transparent;
}
.benefit-card:nth-of-type(1) .card-icon {
  background-color: #BBD5E5;
}
.benefit-card:nth-of-type(2) .card-icon {
  background-color: #AEDEDF;
}
.benefit-card:nth-of-type(4) .card-icon {
  background-color: #E1EEFB;
}
.benefit-card:nth-of-type(5) .card-icon {
  background-color: #FBEBE2;
}

@media (max-width: 900px) {
  .benefits-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .product-image-center {
    order: 2;
  }
  .benefit-card {
    order: 1;
    margin: auto;
  }
  .benefits-header h1 {
    font-size: 28px;
  }
}
.accordion .accordion-item {
  border: 0 !important;
  margin-bottom: 24px;
  background: #FFFFFF;
  box-shadow: 0px 8px 36px rgba(17, 17, 17, 0.06);
  border-radius: 24px;
}
.accordion .accordion-item .accordion-header .accordion-button {
  color: #222222;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 40px;
  background-color: transparent;
  box-shadow: none !important;
}
.accordion .accordion-item .accordion-header .accordion-button:hover, .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #1A4999;
}
.accordion .accordion-item .accordion-header .accordion-button::after {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: url(../images/arrow-up.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #FAFBFD;
}
.accordion .accordion-item .accordion-body {
  padding: 0 40px 40px;
}

.text-gray {
  color: #5A5A5A;
}

.section-care .section-content {
  background: radial-gradient(126.67% 126.67% at 50% -3.06%, rgba(23, 42, 48, 0) 0%, rgba(26, 73, 153, 0.1) 100%), radial-gradient(182.11% 182.11% at 48.85% -21.33%, rgba(0, 124, 189, 0.16) 0%, rgba(0, 124, 189, 0) 100%), #FFFFFF;
  border-radius: 48px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 70px;
}
@media (max-width: 991px) {
  .section-care .section-content {
    padding: 30px 20px;
  }
}
@media (min-width: 991px) {
  .section-care .section-content::before {
    position: absolute;
    content: "";
    background: url(../images/bg-avatar-care.png);
    width: 94%;
    height: 95%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.section-care .section-content .circle-glow {
  background: rgba(8, 110, 179, 0.15);
  filter: blur(100px);
  position: absolute;
  z-index: -1;
  width: 782px;
  height: 782px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main-footer {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .main-footer {
    padding: 30px 0;
  }
}
.main-footer .footer-content {
  background-color: #FAFBFD;
  border-radius: 40px;
  padding: 80px;
}
@media (max-width: 991px) {
  .main-footer .footer-content {
    padding: 30px;
  }
}

.social-media {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.social-media li:not(:last-of-type) {
  margin-inline-end: 12px;
}
.social-media li a {
  border-radius: 8px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  transition: background-color 0.3s ease-in-out;
}

@media (max-width: 991px) {
  html {
    font-size: 12px;
  }
  main {
    overflow: hidden;
  }
}/*# sourceMappingURL=main.css.map */


@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: unset;
    }
}
.page{
  padding-top: 90px;
}
@media(max-width: 991px){
  .page{
    padding-top: 70px;
  }
}
.main-header{
  position: fixed;
}
.main-header.fixed {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 10px 0;
  transition: all 0.3s ease-in-out;
}