/*!
Theme Name: ncba-ig
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ncba-ig
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you have learned.

ncba-ig is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# Plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
--------------------------------------------------------------*/
@import "./responsiveness.css";
@font-face {
  font-family: "Averta";
  src: url("fonts/Averta-Regular.woff2") format("woff2"), url("fonts/Averta-Regular.woff") format("woff"), url("fonts/Averta-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-size: 15px;
  font-style: normal;
  font-family: "Averta", sans-serif;
  letter-spacing: 0.75px;
  line-height: 25px;
  color: #564846;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: bold;
  color: #564846;
}

.width-80 {
  width: 80%;
  height: auto;
  margin: auto;
}

.banner {
  width: 100%;
  height: auto;
  margin: auto;
}
.banner img {
  width: 100%;
  height: auto;
}

.top-section ul#for-menu-bx {
  padding: 0;
  margin: 0 30px;
}
.top-section ul#for-menu-bx li {
  list-style-type: none;
  display: inline-block;
  margin-right: 20px;
}
.top-section ul#for-menu-bx li a {
  text-decoration: none;
  font-weight: 16px;
  font-weight: 600;
  color: #564846;
}
.top-section ul#for-menu-bx li a:hover {
  color: #3ab3e5;
  transition: 0.5s ease;
}
.top-section .current-menu-item {
  border-bottom: 2px solid #3ab3e5;
}
.top-section .current-menu-item a {
  color: #3ab3e5;
}

header {
  background-color: #3ab3e5;
  border: none;
}
header ul {
  padding: 0;
  margin: 0;
}
header ul li {
  list-style-type: none;
  display: inline-block;
}

.ubermenu.ubermenu-main .ubermenu-item-level-0 {
  margin: 0 19px !important;
}

.ubermenu .ubermenu-target {
  padding: 15px 8px !important;
}

.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
  font-size: 14px !important;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target > .ubermenu-sub-indicator {
  right: -11px !important;
}

.navbar {
  background-color: #3ab3e5;
  width: 100%;
  height: auto;
  margin: auto;
}
.navbar ul {
  padding: 0;
  margin: 0;
}
.navbar ul li {
  list-style-type: none;
  display: inline-block;
}

.learn-more-bx {
  color: #3ab3e5;
}
.learn-more-bx:hover {
  color: #564846;
  transition: color 0.3s ease;
}

footer {
  background-color: #564846;
  width: 100%;
  color: #d9d9d9;
  background-color: #1d1311;
  background-image: url(images/ncba-silhouette-light.png);
  background-repeat: no-repeat;
  background-size: cover;
}
footer a {
  color: #d9d9d9;
  text-decoration: none;
}
footer a:hover {
  color: #3ab3e5;
  opacity: 0.8;
  transition: 0.5s ease;
}
footer .social-bx {
  list-style-type: none;
}
footer .social-bx ul {
  padding: 0;
  margin: 0;
}
footer .social-bx ul li {
  display: inline-block;
  padding-right: 10px;
}
footer .footer-top {
  margin: 4% 0;
}
footer .footer-top h5 {
  color: #fff;
  margin-bottom: 20px;
}
footer ul.footer-nav {
  padding: 0;
  margin-bottom: 0;
}
footer ul.footer-nav li {
  list-style: none;
}
footer ul.footer-nav li a {
  padding: 9px 0;
  display: block;
  color: #d9d9d9;
}
footer ul.footer-nav li a:hover {
  color: #3ab3e5;
  transition: 0.5s ease;
}

.date-bx {
  font-size: 11px;
}

.moreArticles {
  color: #3ab3e5;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: bold;
}

.learn-more-btn {
  display: inline-flex; /* Keeps text and arrow aligned */
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #3ab3e5;
  text-decoration: none;
  transition: color 0.3s ease;
}

.arrow-right {
  /* Hover effect for the text */
  /* Hover effect for the arrow */
}
.arrow-right:hover {
  color: #564846;
}
.arrow-right:hover::after {
  margin-left: 10px; /* Moves the arrow slightly on hover */
}
.arrow-right::after {
  font-family: "Font Awesome 5 Free"; /* Ensure correct font */
  content: "\f105"; /* Default right arrow */
  font-weight: 900; /* Bold icons */
  margin-left: 7px; /* Space between text and arrow */
  transition: margin-left 0.3s ease; /* Smooth hover effect */
}

.news-cont .news-bx {
  background: #fafeff;
  border-bottom: 6px solid #beecff;
  height: auto;
}
.news-cont .news-bx a {
  text-decoration: none;
}
.news-cont .news-bx a h5 {
  color: #1b1d21;
}
.news-cont .news-bx a h5:hover {
  color: #3ab3e5;
  transition: color 0.3s ease;
}
.news-cont .news-bx a img:hover {
  filter: brightness(0.8);
  transition: 3ms;
}

.btn-primary {
  background-color: #3ab3e5;
  border: none;
  padding: 8px 25px;
  border-radius: 8px;
}
.btn-primary:hover {
  background-color: #3ab3e5;
  transition: 0.5s ease;
  color: #564846;
  opacity: 0.8;
}

.btn-secondary {
  background-color: #38302e;
  border: none;
  padding: 8px 25px;
  border-radius: 8px;
}
.btn-secondary:hover {
  background-color: #3ab3e5;
  transition: 0.5s ease;
  color: white;
  opacity: 0.8;
}

.white-bg {
  width: 100%;
  height: auto;
  background-color: #fff;
  background-image: url(images/white_pattern.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
}

#home-slider {
  width: 100%;
  height: auto;
  color: #fff;
}
#home-slider img {
  width: 100%;
  height: auto;
}
#home-slider .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15.5%;
  display: flex;
  gap: 85.4%;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  width: 20%;
  margin: auto;
  border-radius: 30px;
  align-items: center;
  align-items: center;
  padding: 0px 4px;
}
#home-slider .owl-nav button.owl-next,
#home-slider .owl-nav button.owl-prev {
  border: none !important;
  color: white;
  text-align: center;
  z-index: 999;
}
#home-slider .owl-nav button.owl-next:hover,
#home-slider .owl-nav button.owl-prev:hover {
  background-color: transparent;
}
#home-slider .owl-nav button.owl-next span,
#home-slider .owl-nav button.owl-prev span {
  background: #3ab3e5;
  padding: 0px 7px;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  height: 16px;
  width: 17px;
  justify-content: center;
}
#home-slider .owl-nav button.owl-next span:hover,
#home-slider .owl-nav button.owl-prev span:hover {
  color: #564846;
  transition: 0.5s ease;
  border-radius: 30px !important;
}
#home-slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 14.6%;
  justify-content: center; /* Centers buttons */
  margin: auto;
  border-radius: 15px;
}
#home-slider .owl-dots .owl-dot span {
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  transform: scale(1);
}
#home-slider .owl-dots .active span {
  background-color: #3ab3e5;
  padding: 2px 13px;
  border-radius: 20px;
  transform: scale(1.2);
}
#home-slider .slide-bx {
  position: absolute;
  left: 10%;
  bottom: 20%;
  background-color: rgba(63, 48, 37, 0.9);
  border-radius: 10px;
  width: 318px;
  padding: 20px;
}
#home-slider .slide-bx p {
  font-size: 20px;
  font-weight: 400;
}

.search-bx {
  background-color: black;
  width: 100%;
  height: auto;
  color: #fff;
  display: none;
  position: fixed;
  top: 0;
  z-index: 999;
}
.search-bx input {
  background-color: transparent;
  color: #fff;
  border-radius: 0;
  padding: 0 10px;
  margin: 0;
  border: 1px solid white;
}
.search-bx input:focus {
  border: 1px solid white;
  background-color: transparent;
  color: white;
  opacity: 0.8;
  outline: none; /* Removes default focus outline */
  box-shadow: none; /* Removes focus shadow */
}
.search-bx button.search-btn {
  background-color: white;
  color: #564846;
  margin-left: -10px;
  border-radius: 0;
}
.search-bx button.search-btn:hover {
  transition: 0.5s ease;
  opacity: 0.8;
}

#close-search button {
  background-color: transparent;
  border: none;
  padding: 10px 20px !important;
}
#close-search button .fa-times {
  color: #3ab3e5 !important;
}
#close-search button:hover {
  color: #3ab3e5;
  transition: 0.5s ease;
}

#btn-search {
  background-color: transparent;
  border: none;
  color: #564846;
  font-weight: 600;
}

.our-services {
  width: 50%;
  margin: auto;
  cursor: pointer;
}
.our-services a {
  text-decoration: none;
}
.our-services a:hover {
  opacity: 0.8;
  color: #3ab3e5;
}
.our-services a img {
  width: 110px;
  height: auto;
  padding-bottom: 10px;
}
.our-services a h6 {
  padding-top: 10px;
  color: #6a5f58;
}

.about-ig {
  background-color: #d7f3ff;
}
.about-ig span {
  color: #3ab3e5;
}
.about-ig img {
  width: 100%;
  height: auto;
}

.search-page h3 {
  background-color: transparent;
  padding-bottom: 0;
}
.search-page a.search-result {
  width: 100%;
  background-color: #beecff;
  padding: 15px 15px;
  border-radius: 5px;
  color: #564846;
  text-decoration: none;
  font-size: 22px;
}
.search-page a.search-result:hover {
  opacity: 0.8;
  transition: 0.5s ease;
  color: #3ab3e5;
}

.search-cont {
  border: 1px solid #beecff;
  border-radius: 0;
}
.search-cont button {
  background-color: #3ab3e5;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 0;
}
.search-cont button:hover {
  background-color: #3ab3e5;
  transition: 0.5s ease;
  color: #564846;
  opacity: 0.8;
}

.our-solution .nav-tabs {
  border: none;
}
.our-solution .nav-tabs .nav-item.show .nav-link,
.our-solution .nav-tabs .nav-link.active {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 3px solid #3ab3e5;
  color: #3ab3e5;
}
.our-solution .nav-link {
  border: none;
  color: #6a5f58;
  font-weight: 600;
}
.our-solution .nav-link:hover {
  border: 0;
  color: #564846;
  opacity: 0.8;
  border-bottom: 3px solid #6a5f58;
}

.news-cont-px {
  background: #fafeff;
  border-bottom: 6px solid #d7f3ff;
  height: auto;
}
.news-cont-px img {
  width: 100%;
  height: auto;
}
.news-cont-px a {
  text-decoration: none;
}
.news-cont-px a h5 {
  color: #1b1d21;
}
.news-cont-px a h5:hover {
  color: #3ab3e5;
  transition: color 0.3s ease;
}

.single-personal-cont ul#personal-menu {
  padding: 0;
  margin: 0 30px 30px 0;
}
.single-personal-cont ul#personal-menu li {
  display: block;
  border-bottom: 1px solid #564846;
  position: relative;
}
.single-personal-cont ul#personal-menu li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #564846;
  text-decoration: none;
  padding: 7px 10px;
}
.single-personal-cont ul#personal-menu li a::after {
  font-family: "Font Awesome 5 Free"; /* Ensure correct font */
  content: "\f105"; /* Default right arrow */
  font-weight: 900; /* Bold icons */
  transition: margin-left 0.3s ease; /* Smooth hover effect */
}
.single-personal-cont ul#personal-menu li:hover {
  background-color: #beecff;
  transition: background-color 0.5s ease;
  opacity: 0.8;
}
.single-personal-cont ul#personal-menu li:hover a::after {
  margin-left: 5px; /* Moves arrow slightly for hover effect */
  transition: background-color 0.5s ease;
}

.talk-to-us-cont {
  background-color: #3ab3e5;
  width: 100%;
  height: auto;
  color: #fff;
}
.talk-to-us-cont h1 {
  color: #fff;
}
.talk-to-us-cont a.learn-more-white {
  background-color: #fff;
  padding: 9px 25px;
  font-weight: bold;
}
.talk-to-us-cont a.learn-more-white:hover {
  background-color: #564846;
  color: #fff;
  transition: 0.5s ease;
}

.owl-carousel .owl-stage {
  display: flex;
}
.owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}

.sol-img img {
  width: 50px !important;
  height: 50px !important;
  margin: auto !important;
}

#home-business-insurance-slider .owl-dots .owl-dot span,
#home-personal-insurance-slider .owl-dots .owl-dot span {
  background-color: #120b09;
  transition: all 0.3sease-in-out;
  transform: scale(1);
  margin: 0 7px;
  width: 7px;
  height: 7px;
}
#home-business-insurance-slider .owl-dots .active span,
#home-personal-insurance-slider .owl-dots .active span {
  background-color: #3ab3e5;
  padding: 1px 9px;
  border-radius: 20px;
  transform: scale(1.2);
}
#home-business-insurance-slider .owl-dots .active span,
#home-personal-insurance-slider .owl-dots .active span {
  padding: 1px 9px;
  border-radius: 20px;
  transform: scale(1.2);
}
#home-business-insurance-slider .owl-nav button.owl-prev,
#home-personal-insurance-slider .owl-nav button.owl-prev {
  position: absolute;
  color: #120b09;
  top: 30%;
  left: -5%;
  font-size: 40px;
}
#home-business-insurance-slider .owl-nav button.owl-next,
#home-personal-insurance-slider .owl-nav button.owl-next {
  position: absolute;
  color: #120b09;
  top: 30%;
  right: -5%;
  font-size: 40px;
}
#home-business-insurance-slider .owl-nav button:hover,
#home-business-insurance-slider .owl-next:hover,
#home-personal-insurance-slider .owl-nav button:hover,
#home-personal-insurance-slider .owl-next:hover {
  background-color: transparent;
  color: #3ab3e5;
}

.commercial-banner {
  width: 100%;
  min-height: 543px;
  position: relative;
  background-image: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.commercial-banner img {
  width: 100%;
  height: auto;
}
.commercial-banner .cap-bx {
  width: 25%;
  height: auto;
  position: absolute;
  right: 10%;
  top: 25%;
  z-index: 10;
}
.commercial-banner .cap-bx .cap-b-cont {
  background-color: rgba(56, 48, 46, 0.7);
  padding: 20px;
  border-radius: 7px;
}

.cont-location {
  border: none;
  border-bottom: 6px solid #beecff;
}
.cont-location:hover {
  background-color: #edf8fd;
  border-bottom: 6px solid #39b3e5;
  transition: ease 3ms;
}
.cont-location a {
  color: #564846;
  text-decoration: none;
}
.cont-location a.avail-btn {
  color: #39b3e5;
  font-weight: bold;
  display: block;
  margin-top: 30px;
}

.gen-banner {
  width: 100%;
  min-height: 376px;
  position: relative;
  background-image: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.gen-banner h2 {
  position: absolute;
  left: 11%;
  bottom: 41%;
  z-index: 10;
  color: white;
}

.gform_heading {
  display: none !important;
}

.claims-bx ul.claim-nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.claims-bx ul.claim-nav li a {
  text-decoration: none;
  color: #564846;
  display: flex; /* Make it a flex container */
  justify-content: space-between; /* Push icon to the right */
  align-items: center; /* Center vertically */
  border-bottom: 1px solid #000;
  padding: 10px 15px; /* Add some spacing */
}
.claims-bx ul.claim-nav li a::after {
  font-family: "Font Awesome 5 Free"; /* Ensure correct font */
  content: "\f105"; /* Right arrow icon */
  font-weight: 900; /* Bold icon */
  transition: transform 0.3s ease; /* Smooth hover effect */
}
.claims-bx ul.claim-nav li a:hover {
  background-color: #edf8fd;
  border-bottom: 1px solid #39b3e5;
  transition: ease 3ms;
}
.claims-bx .process-cont {
  background-color: #e9f9ff;
  border-bottom: 4px solid #beecff;
  border-radius: 10px;
  min-height: 251px;
  padding-top: 10px;
}
.claims-bx .process-cont h6 {
  color: #3ab3e5;
}

.claim-advt {
  background-color: #d7f3ff;
  width: 100%;
  height: auto;
}
.claim-advt h6 {
  color: #3ab3e5;
}

.report-cont-bx .accordion-item {
  border: none;
}
.report-cont-bx .accordion-item .accordion-header {
  background-color: transparent;
  border-bottom: 1px solid #564846;
}
.report-cont-bx .accordion-button:not(.collapsed) {
  color: black;
  background-color: transparent;
  box-shadow: 0;
  border: none;
}
.report-cont-bx .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
.report-cont-bx .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.report-cont-bx .accordion-button::after {
  transition: all 0.5s;
}

.submit-claims-bx-cont .tabs-left > .nav-tabs {
  border-bottom: 0;
}
.submit-claims-bx-cont .tab-content > .tab-pane,
.submit-claims-bx-cont .pill-content > .pill-pane {
  display: none;
}
.submit-claims-bx-cont .tab-content > .active,
.submit-claims-bx-cont .pill-content > .active {
  display: block;
}
.submit-claims-bx-cont .tabs-left > .nav-tabs > li {
  float: none;
}
.submit-claims-bx-cont .tabs-left > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.submit-claims-bx-cont button.nav-link {
  border-bottom: 1px solid #120b09 !important;
  display: flex; /* Use flex to align text and arrow */
  align-items: center;
  justify-content: space-between; /* Ensures text is on the left, arrow on the right */
  width: 100%;
  text-align: left;
  color: #120b09;
  padding-right: 10px; /* Space for the arrow */
}
.submit-claims-bx-cont button.nav-link:hover {
  background-color: #d7f3ff;
  border-bottom: 1px solid #3ab3e5 !important;
  border-radius: 0;
}
.submit-claims-bx-cont button.nav-link::after {
  font-family: "Font Awesome 5 Free"; /* Ensure correct font */
  content: "\f105"; /* Font Awesome right arrow */
  font-weight: 900; /* Bold icon */
  transition: margin-left 0.3s ease; /* Smooth hover effect */
}
.submit-claims-bx-cont .nav-tabs .nav-link.active {
  background-color: #d7f3ff;
  border-color: none;
  color: #1d1311;
  border-radius: 0 !important;
  border-top: none;
  border-left: none;
  border-right: none;
}
.submit-claims-bx-cont .nav-tabs .nav-link.active:hover {
  background-color: #d7f3ff;
  border-bottom: 1px solid #3ab3e5 !important;
  border-radius: 0;
  border-color: #3ab3e5 !important;
}
.submit-claims-bx-cont .claim-docs {
  background-color: #d7f3ff;
  border-bottom: 4px solid #beecff;
  border-radius: 5px;
}
.submit-claims-bx-cont .claim-docs:hover {
  background-color: #beecff;
  border-bottom: 4px solid #3ab3e5;
}
.submit-claims-bx-cont .claim-docs .fa-file-pdf {
  color: #3ab3e5;
  margin-right: 10px;
}

.our-pillar {
  background-color: #3ab3e5;
}
.our-pillar .item img {
  width: 100px;
  height: 100px;
  margin: auto;
  margin-bottom: 10px;
}
.our-pillar .owl-theme .owl-dots .owl-dot.active span,
.our-pillar .owl-theme .owl-dots .owl-dot:hover span {
  background-color: white !important;
}
.our-pillar .owl-nav button.owl-next,
.our-pillar button.owl-prev {
  color: white !important;
}

.video-container {
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.video-container .video-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-container video {
  width: 100%;
  height: 100%;
}

.play-button-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.play-button-wrapper #circle-play-b {
  cursor: pointer;
  pointer-events: auto;
}
.play-button-wrapper #circle-play-b svg {
  width: 100px;
  height: 100px;
  fill: white;
  stroke: #564846;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  opacity: 0.9;
}

.whybx-bx {
  border-bottom: 6px solid #beecff;
}
.whybx-bx img {
  width: 100%;
  height: auto;
}
.whybx-bx img:hover {
  filter: brightness(0.8);
  transition: 3ms;
}

.twente {
  position: relative;
  width: 100%;
  height: 60vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: right;
  color: white;
}
.twente .background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.twente .caption-bx {
  position: relative;
  z-index: 1;
  max-width: 300px;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 8px;
  color: white;
  right: 10%;
}
.twente .caption-bx h4 {
  color: white;
}

#gform_1_validation_container {
    display: none!important;
}

.ubermenu .ubermenu-target-text {
  font-size: 17px !important;
  font-weight: 500 !important;
}/*# sourceMappingURL=style.css.map */