@font-face {
  font-family: "Inter";
  font-weight: 300;
  src: url("/static/fonts/Inter/Inter_18pt-Light.ttf");
}
@font-face {
  font-family: "Inter";
  font-weight: 400;
  src: url("/static/fonts/Inter/Inter_18pt-Regular.ttf");
}
@font-face {
  font-family: "Inter";
  font-weight: 500;
  src: url("/static/fonts/Inter/Inter_18pt-Medium.ttf");
}
@font-face {
  font-family: "Inter";
  font-weight: 600;
  src: url("/static/fonts/Inter/Inter_18pt-SemiBold.ttf");
}
@font-face {
  font-family: "Inter";
  font-weight: 700;
  src: url("/static/fonts/Inter/Inter_18pt-Bold.ttf");
}
@font-face {
  font-family: "Inter";
  font-weight: 800;
  src: url("/static/fonts/Inter/Inter_18pt-ExtraBold.ttf");
}
@font-face {
  font-family: "SourceSerif";
  font-weight: 300;
  src: url("/static/fonts/SourceSerif/SourceSerif4_18pt-Light.ttf");
}
@font-face {
  font-family: "SourceSerif";
  font-weight: 400;
  src: url("/static/fonts/SourceSerif/SourceSerif4_18pt-Regular.ttf");
}
@font-face {
  font-family: "SourceSerif";
  font-weight: 500;
  src: url("/static/fonts/SourceSerif/SourceSerif4_18pt-Medium.ttf");
}
@font-face {
  font-family: "SourceSerif";
  font-weight: 600;
  src: url("/static/fonts/SourceSerif/SourceSerif4_18pt-SemiBold.ttf");
}
@font-face {
  font-family: "SourceSerif";
  font-weight: 700;
  src: url("/static/fonts/SourceSerif/SourceSerif4_18pt-Bold.ttf");
}
@font-face {
  font-family: "SourceSerif";
  font-weight: 800;
  src: url("/static/fonts/SourceSerif/SourceSerif4_18pt-ExtraBold.ttf");
}
:root {
  --color-store-bg: #004DA5;
  --color-store-icon-bg: #F5F7FD;
}
@media (max-width: 992px) {
  :root {
    --section-height: auto;
  }
}

* {
  font-family: "Inter";
}

body {
  background-color: #f8f8f8 !important;
  overflow-x: hidden;
}

.bg-success {
  background-color: #0D7ABB !important;
}

.content-nav li a:hover {
  color: #0D7ABB;
}

.news-date {
  background-color: #0D7ABB;
}

.news-wrapper .news-block .pic-wrapper .news-date {
  background-color: #0D7ABB;
}
.news-wrapper .news-block .news a {
  color: #0D7ABB;
}
.news-wrapper .news-block .news a p {
  color: #0D7ABB !important;
}
.news-wrapper .news-block .read-more {
  border-color: #0D7ABB !important;
  color: #0D7ABB !important;
}

.more-articles .article a:hover {
  color: #0D7ABB;
}

.pagination .page-item .page-link {
  color: #0D7ABB !important;
  border-color: #0D7ABB !important;
}
.pagination .page-item.active .page-link {
  color: white !important;
  background-color: #0D7ABB !important;
}
.pagination .page-item:hover .page-link {
  color: white !important;
  background-color: #0D7ABB !important;
}

.latest-news-wrapper a:hover {
  color: #0D7ABB;
}

.download {
  color: #0D7ABB !important;
}

.service-types input[type=radio]:checked + .service-type:before {
  background-color: #0D7ABB;
}

.service-types input[type=radio]:checked + .service-type .circle {
  border-color: #0D7ABB;
}

.service-types input[type=radio]:checked + .service-type .title, .service-types input[type=radio]:checked + .service-type .description {
  color: #0D7ABB;
}

.mid-form > .input input:focus {
  -webkit-box-shadow: 0 0 6px #0D7ABB;
  box-shadow: 0 0 6px #0D7ABB;
  border: 1px solid #0D7ABB;
}

.appointment-table .day-of-week .day-info .holiday {
  background-color: #0D7ABB;
}

.appointment-table .day-of-week .time-slot .slot.available {
  border-color: #0D7ABB;
}

.appointment-table .day-of-week .time-slot .slot.selected {
  background-color: #0D7ABB;
}

.websites .website .title {
  color: #0D7ABB !important;
}
.websites .website .btn {
  background-color: #0D7ABB !important;
}

.mid-btn-outlined {
  border-color: #0D7ABB;
  color: #0D7ABB;
}

.mid-btn-filled {
  background-color: #0D7ABB;
}

.search-result .title {
  color: #0D7ABB !important;
}
.search-result .link {
  color: #0D7ABB !important;
}

.agencies .agency {
  border-color: #0D7ABB;
}
.agencies .agency .name {
  color: #0D7ABB;
}
.agencies .agency a:hover {
  color: #0D7ABB;
}

.border-top-primary {
  border-top: 4px solid #0D7ABB;
}

.article .body {
  background-color: transparent !important;
}

.more-articles-wrapper .more-articles .article {
  background-color: transparent !important;
}

#section-search .search-field {
  position: relative;
  display: flex;
  align-items: center;
}
#section-search .search-field input {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 16px;
  padding-left: 48px;
}
#section-search .search-field input:focus, #section-search .search-field input:active, #section-search .search-field input:focus-visible {
  border: none;
  outline: none;
}
#section-search .search-field input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
#section-search .search-field .icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: transparent;
  border: none;
}

.navbar-sm .dropdown .home a {
  display: block;
}

header {
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}
header .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}
header .header-wrapper .image {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  header .header-wrapper .image {
    width: 50px;
    height: 50px;
  }
}
header .header-wrapper .title {
  color: #0D7ABB;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  header .header-wrapper .title {
    font-size: 16px;
  }
}
header .header-wrapper .subtitle {
  font-size: 16px;
  color: #2D363F;
  font-weight: 300 !important;
}
@media (max-width: 767.98px) {
  header .header-wrapper .subtitle {
    font-size: 14px;
  }
}
header .header-wrapper .year-slogan {
  color: #0e87cf;
  font-size: 18px;
  text-align: end;
  font-style: italic;
  line-height: 140%;
}

#nav-bar {
  position: relative;
  text-align: center;
  background-color: #0D7ABB;
  color: #FFFFFF !important;
}
@media (max-width: 991.98px) {
  #nav-bar {
    padding: 8px 0;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #89929D;
  }
}
#nav-bar .nav {
  height: 54px;
}
@media (max-width: 991.98px) {
  #nav-bar .nav {
    display: none;
  }
}
#nav-bar .nav a {
  color: white;
}
#nav-bar .nav a:hover {
  color: rgba(255, 255, 255, 0.5);
}
#nav-bar .nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 13.33px;
}
#nav-bar .nav ul ul li {
  line-height: 20px;
  max-width: 350px;
  border-bottom: 1px solid #EDEDED;
  background-color: #FFFFFF;
  z-index: 10000;
  white-space: normal;
  width: 350px;
}
#nav-bar .nav ul ul li:hover {
  color: #0e87cf;
}
#nav-bar .nav ul ul li:hover::after {
  height: 100%;
  content: "";
  width: 3px;
  position: absolute;
  top: 0;
  bottom: 1px;
  left: 0;
  background-color: #0e87cf;
}
#nav-bar .nav ul ul li:hover > a {
  color: #0e87cf;
}
#nav-bar .nav ul ul li a {
  display: block;
  padding: 10px 20px;
  color: black;
}
#nav-bar .nav ul ul li.has-dropdown {
  padding: 10px 20px;
  color: #FFFFFF;
}
#nav-bar .nav ul li.open ul {
  max-height: 3000px !important;
}
#nav-bar .nav ul > li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 17px;
  height: 20px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
#nav-bar .nav ul > li.last::after {
  display: none;
}
#nav-bar .nav ul > li:hover {
  color: rgba(255, 255, 255, 0.7);
  cursor: default;
}
#nav-bar .nav ul > li:hover > ul {
  max-height: 1000px;
  opacity: 1;
  overflow: visible;
}
#nav-bar .nav > ul > li {
  position: relative;
  display: inline-block;
  line-height: 54px;
  padding: 0 22px;
}
#nav-bar .nav > ul > li > ul {
  text-align: left;
  position: absolute;
  left: -4px;
  top: 100%;
  z-index: 10000;
  overflow: hidden;
  max-height: 0;
  min-width: 100%;
}
#nav-bar .nav > ul > li > ul > li {
  display: block;
  min-width: 100%;
  transform: translate(0px, -20px) rotateX(90deg);
  transform-origin: center top;
  opacity: 0;
}
#nav-bar .search-langs {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
}
#nav-bar .search-langs .search-box {
  display: flex;
  align-items: center;
  justify-content: end;
}
#nav-bar .search-langs .search-box form {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}
#nav-bar .search-langs .search-box form button {
  background-color: transparent;
  border: none;
}
#nav-bar .search-langs .search-box form input {
  width: 100%;
  background-color: transparent;
  border: none;
  font-size: 16px;
  font-weight: 300;
  text-align: end;
  padding: 0;
}
#nav-bar .search-langs .search-box form input:focus {
  outline: none;
}
#nav-bar .search-langs .lang-box {
  position: relative;
}
#nav-bar .search-langs .lang-box .current-lang {
  cursor: pointer;
  font-size: 13.33px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 6px;
}
#nav-bar .search-langs .lang-box .langs {
  position: absolute;
  margin-top: 40px;
  top: 0;
  right: 0;
  background-color: white;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  text-align: start;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  z-index: 1;
}
@media (max-width: 767.98px) {
  #nav-bar .search-langs .lang-box .langs {
    bottom: -130px;
  }
}
#nav-bar .search-langs .lang-box .langs.show {
  transition: all 0.4s;
  visibility: visible;
  opacity: 1;
}
#nav-bar .search-langs .lang-box .langs a {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  padding: 12px;
}
@media (max-width: 767.98px) {
  #nav-bar .search-langs .lang-box .langs a {
    padding: 8px;
    font-size: 14px;
  }
}
#nav-bar .search-langs .lang-box .langs a:hover, #nav-bar .search-langs .lang-box .langs a:focus {
  color: #0e87cf;
  background-color: #F4F7FB;
}
#nav-bar .search-langs .lang-box .langs a.active {
  color: #0e87cf;
}
#nav-bar .burger {
  width: 24px;
  height: 18px;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
#nav-bar .burger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  border-radius: 3px;
  transition: all 0.3s ease;
}
#nav-bar .burger span:nth-child(1) {
  top: 0;
}
#nav-bar .burger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
#nav-bar .burger span:nth-child(3) {
  bottom: 0;
}
#nav-bar .burger.active span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg);
}
#nav-bar .burger.active span:nth-child(2) {
  opacity: 0;
}
#nav-bar .burger.active span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg);
}

#nav-bar .years-20-icon-hover,
#nav-bar .years-20-icon {
  position: absolute;
  right: 88px;
  top: 0;
  width: 114px;
}

#nav-bar .years-20-icon {
  z-index: 1;
}

#nav-bar .years-20-icon:hover {
  opacity: 0;
}

#nav-bar .mobile-menu {
  display: none;
  height: 54px;
}

#nav-bar .mobile-menu .menu-open {
  position: absolute;
  top: 11px;
  left: 15px;
  cursor: pointer;
  line-height: 33px;
}

#nav-bar .mobile-menu .menu-open .menu-lines {
  float: left;
  margin-right: 10px;
}

#nav-bar .nav > ul > li > ul > li > ul {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 100%;
  overflow: hidden;
  max-width: 0;
  transform: translate3d(10px, 0, 0);
  transition: opacity 0.5s, transform 0.5s;
}

#nav-bar .nav > ul > li > ul > li > ul > li {
  position: relative;
  min-width: 200px;
  width: 100%;
}

#nav-bar .nav > ul > li > ul > li.anim {
  opacity: 1;
  transform: translate(0px, 0px) rotateX(0deg);
  transition: transform 0.2s, opacity 0.2s;
}

#nav-bar .nav > ul > li > ul > li:hover > ul {
  max-width: 1000px;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.navbar-sm {
  background-color: #0D7ABB;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s;
}
.navbar-sm * {
  text-align: center;
  list-style-type: none;
  font-size: 14px;
  font-weight: 300;
  color: white;
  cursor: pointer;
}
.navbar-sm.open {
  max-height: 2000px;
  transition: max-height 3s;
}
.navbar-sm .dropdown {
  padding: 0;
}
.navbar-sm .dropdown .home {
  line-height: 54px;
  text-transform: uppercase;
}
.navbar-sm .dropdown .home a:hover, .navbar-sm .dropdown .home a:active, .navbar-sm .dropdown .home a:focus {
  color: #0e87cf;
}
.navbar-sm .dropdown .home .dropdown {
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  transition: max-height 0.5s, opacity 1s;
  transition-delay: 0s;
}
.navbar-sm .dropdown .home .dropdown li a {
  display: block;
  line-height: 54px;
}
.navbar-sm .dropdown .home .dropdown li a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-sm .dropdown .home .dropdown li.has-drowdown .dropdown {
  display: none;
}
.navbar-sm .dropdown .home.open .dropdown {
  background-color: #0e87cf;
  max-height: 1000px;
  visibility: visible;
  opacity: 1;
  transition: ease max-height 2s, opacity 3s;
  transition-delay: 0s;
}

#footer {
  background-color: #2D363F;
  padding-bottom: 0;
}
#footer .links {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 35px;
}

#footer-bottom {
  background-color: #2D363F;
}
#footer-bottom p {
  color: #89929D;
}

.appstore-googleplay {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 991.98px) {
  .appstore-googleplay {
    justify-content: center;
    margin: 12px 0 24px 0;
  }
}
.appstore-googleplay a {
  display: block;
  height: 42px;
}
.appstore-googleplay a img {
  height: 100%;
}

.breadcrumbs-wrapper {
  background-color: transparent;
}
.breadcrumbs-wrapper .breadcrumbs {
  color: #0D7ABB;
}
.breadcrumbs-wrapper .breadcrumbs a {
  color: #0D7ABB !important;
}

.home-wrapper .section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.home-wrapper .section-title .title {
  font-weight: 600;
  font-size: 22px;
  text-transform: uppercase;
  color: #0D7ABB;
  border-left: 4px solid #0D7ABB;
  padding-left: 12px;
}
@media (max-width: 991.98px) {
  .home-wrapper .section-title .title {
    font-size: 16px;
  }
}
.home-wrapper .section-title .see-all-link {
  font-size: 15px;
  font-weight: 500;
  color: #2D363F;
}
.home-wrapper .president-quote {
  overflow-x: hidden;
  background-color: white;
  padding: 140px 0;
}
@media (max-width: 991.98px) {
  .home-wrapper .president-quote {
    padding: 130px 0;
  }
}
@media (max-width: 767.98px) {
  .home-wrapper .president-quote {
    padding: 100px 0;
  }
}
@media (max-width: 991.98px) {
  .home-wrapper .president-quote img.grayscale {
    width: 200% !important;
  }
}
@media (max-width: 767.98px) {
  .home-wrapper .president-quote img.grayscale {
    width: 300% !important;
  }
}
.home-wrapper .president-quote .quote {
  height: 100%;
  background-color: #F4F7FB;
  padding: 24px;
  font-style: italic;
}
.home-wrapper .president-quote .quote .title {
  font-family: "SourceSerif";
  font-size: 23px;
  color: #0D7ABB;
  text-align: end;
  margin-bottom: 12px;
  font-weight: 600;
}
.home-wrapper .president-quote .quote .subtitle {
  font-size: 19px;
  color: black;
  font-weight: 300;
  text-align: justify;
  line-height: 170%;
}
.home-wrapper .main-news {
  padding: 60px 0;
}
.home-wrapper .main-news .first-news .image {
  position: relative;
  width: 100%;
  aspect-ratio: 1.9;
  margin-bottom: 12px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .home-wrapper .main-news .first-news .image {
    aspect-ratio: 1.6;
  }
}
.home-wrapper .main-news .first-news .image img {
  transition: transform 0.4s;
}
.home-wrapper .main-news .first-news .image .date {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 4px 6px;
  background-color: #f8f8f8;
  font-size: 12px;
  color: #0D7ABB;
}
.home-wrapper .main-news .first-news .image .date svg {
  width: 16px;
  height: 16px;
}
.home-wrapper .main-news .first-news .image:hover img {
  transform: scale(1.01);
}
.home-wrapper .main-news .first-news .title {
  color: #0D7ABB;
  border-left: 4px solid #0D7ABB;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 8px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .home-wrapper .main-news .first-news .title {
    font-size: 16px;
  }
}
.home-wrapper .main-news .first-news .description {
  color: #2D363F;
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-left: 12px;
}
@media (max-width: 767.98px) {
  .home-wrapper .main-news .first-news .description {
    font-size: 14px;
  }
}
.home-wrapper .main-news .news-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.home-wrapper .main-news .news-box .news {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 12px;
}
.home-wrapper .main-news .news-box .news .image {
  display: flex;
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.home-wrapper .main-news .news-box .news .image img {
  transition: transform 0.4s;
}
.home-wrapper .main-news .news-box .news:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.home-wrapper .main-news .news-box .news .date {
  color: #89929D;
  font-size: 12px;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: 400;
}
.home-wrapper .main-news .news-box .news .title {
  color: #2D363F;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  line-height: 120%;
}
.home-wrapper .main-news .news-box .news:hover .image img {
  transform: scale(1.03);
}
.home-wrapper .video {
  padding: 60px 0;
  background-color: white;
}
.home-wrapper .video .video-container video {
  width: 100%;
  aspect-ratio: 1.8;
}
.home-wrapper .latest-news {
  padding: 60px 0;
}
.home-wrapper .latest-news .card-lg {
  position: relative;
  width: 100%;
  aspect-ratio: 1.8;
  overflow: hidden;
  background-color: #F4F7FB;
}
.home-wrapper .latest-news .card-lg .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #FFFFFF;
  padding: 18px 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  backdrop-filter: blur(15.24);
}
.home-wrapper .latest-news .card-lg .info .title {
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 8px;
  font-weight: 500;
}
.home-wrapper .latest-news .card-lg .info .date {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
}
.home-wrapper .latest-news .card-lg img {
  transition: transform 0.4s;
}
.home-wrapper .latest-news .card-lg:hover img {
  transform: scale(1.03);
}
.home-wrapper .latest-news .card {
  border: none;
  background-color: transparent;
}
.home-wrapper .latest-news .card .image {
  width: 100%;
  aspect-ratio: 1.8;
  margin-bottom: 12px;
  overflow: hidden;
}
.home-wrapper .latest-news .card .image img {
  transition: transform 0.4s;
}
.home-wrapper .latest-news .card .info .title {
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 15px;
  line-height: 140%;
  margin-bottom: 4px;
  color: #0D7ABB;
  font-weight: 700;
}
.home-wrapper .latest-news .card .info .date {
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
}
.home-wrapper .latest-news .card:hover .image img {
  transform: scale(1.03);
}
.home-wrapper .latest-news .card:hover .info .title {
  text-decoration: underline;
}
.home-wrapper .latest-news .card:hover .info .date {
  color: black;
}
.home-wrapper .mfa-news {
  padding: 60px 0;
  background-color: white;
}
.home-wrapper .mfa-news .mfa-news-card {
  display: flex;
  align-items: center;
  gap: 12px;
}
.home-wrapper .mfa-news .mfa-news-card .image {
  display: flex;
  flex-shrink: 0;
  width: 200px;
  aspect-ratio: 1.8;
  overflow: hidden;
}
.home-wrapper .mfa-news .mfa-news-card .image img {
  transition: transform 0.4s ease;
}
.home-wrapper .mfa-news .mfa-news-card .date {
  font-size: 15px;
  color: #89929D;
  margin-bottom: 11px;
  font-weight: 300;
}
.home-wrapper .mfa-news .mfa-news-card .title {
  font-size: 15px;
  color: #2D363F;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 400;
}
.home-wrapper .mfa-news .mfa-news-card:hover .image img {
  transform: scale(1.03);
}
.home-wrapper .mfa-news .mfa-news-card:hover .title {
  text-decoration: underline;
}
.home-wrapper .actual-headings {
  padding: 60px 0;
}
.home-wrapper .actual-headings .actual-heading {
  cursor: pointer;
}
.home-wrapper .actual-headings .actual-heading .image {
  width: 100%;
  aspect-ratio: 1.5;
  margin-bottom: 12px;
  overflow: hidden;
}
.home-wrapper .actual-headings .actual-heading .image img {
  transition: transform 0.4s ease;
}
.home-wrapper .actual-headings .actual-heading .image:hover img {
  transform: scale(1.03);
}
.home-wrapper .actual-headings .actual-heading .title {
  font-size: 15px;
}
.home-wrapper .actual-headings .actual-heading:hover .title {
  text-decoration: underline;
}
.home-wrapper .essential-information {
  padding: 60px 0;
  background-color: white;
}
.home-wrapper .essential-information .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  background-color: #F4F7FB;
}
.home-wrapper .essential-information .box:hover {
  color: #0D7ABB;
}
.home-wrapper .essential-information .box:hover .title {
  color: #0D7ABB;
}
.home-wrapper .essential-information .box:focus {
  color: #0D7ABB;
}
.home-wrapper .essential-information .box:focus .title {
  color: #0D7ABB;
}
.home-wrapper .essential-information .box .title {
  font-size: 20px;
  color: #2D363F;
}
@media (max-width: 767.98px) {
  .home-wrapper .essential-information .box .title {
    font-size: 16px;
  }
}
.home-wrapper .essential-information .box .icon-box {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  flex-shrink: 0;
}
.home-wrapper .essential-information .box .icon-box svg {
  width: 30px;
  height: 30px;
  background-color: unset;
}

/*# sourceMappingURL=app-new-design-2025.css.map */
