<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("/wp-content/plugins/yp-plugin-core/assets/css/flexboxgrid.min.css");
body {
  min-height: 100%;
}

.fa,
.fab,
.fad,
.fal,
.far,
.fas {
  font-family: "Font Awesome 5 Free";
  line-height: inherit;
}

.svg-icon {
  width: 18px;
  height: 18px;
}

h3 {
  font-size: 54px;
  font-weight: 600;
  line-height: 54px;
  margin: 0;
  padding: 0;
}

h5 {
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  margin: 0;
  padding: 0;
}

h4 {
  font-size: 28px;
  line-height: 22px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.vc-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vc-container.gap {
  gap: 1.5rem;
}

.nav-sub-term-yp ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-sub-term-yp ul li {
  cursor: pointer;
  list-style: none;
}

.vc-post {
  border-radius: 0;
}

.mb-2 {
  margin-bottom: 2rem;
}

.text-center {
  text-align: center;
}

.grid {
  display: -ms-grid;
  display: grid;
}

.arrow.down:before, .arrow.down:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 50%;
  background-color: inherit;
  padding-bottom: 5%;
  z-index: 1;
}

.arrow.down:before {
  right: 50%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
}

.arrow.down:after {
  left: 50%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
}

@media (max-width: 425px) {
  h3 {
    font-size: 24px;
    line-height: 24px;
  }
  h4 {
    font-size: 20px;
    line-height: 20px;
  }
  h5 {
    font-size: 18px;
    line-height: 18px;
  }
}

.post-tab-style-10 .vc-main-title {
  text-align: center;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.post-tab-style-10 .vc-main-title .vc-title {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.post-tab-style-10 .vc-main-title .vc-title::after {
  content: "";
  position: absolute;
  left: calc(95% / 2);
  bottom: 0;
  background-color: #eee;
  width: 5%;
  height: 1px;
}

.post-tab-style-10 .vc-main-title .vc-title h3 {
  font-size: 36px;
  line-height: 30px;
}

.post-tab-style-10 .vc-main-title .nav-sub-term-yp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  gap: 1rem;
}

.post-tab-style-10 .vc-main-title .nav-sub-term-yp li {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: block;
  border-radius: 0;
  list-style: none;
  color: black;
  padding: 0.25rem 0.5rem;
  margin-right: -15px;
  cursor: pointer;
  text-align: center;
}

.post-tab-style-10 .vc-main-title .nav-sub-term-yp li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 25%;
  right: 0;
  border-right: 1px solid black;
  height: 50%;
}

.post-tab-style-10 .vc-main-title .nav-sub-term-yp li.active, .post-tab-style-10 .vc-main-title .nav-sub-term-yp li:hover {
  background-color: transparent;
  margin-right: -15px;
  color: #ffc300;
  border: 1px solid #ffc300;
}

.post-tab-style-10 .vc-post i {
  color: #ffc300;
}

.post-tab-style-10 .vc-post .entry-meta {
  margin: 0;
}

.post-tab-style-10 .vc-post .vc-thumbnail {
  position: relative;
  overflow: hidden;
  height: calc(110px + 5rem);
}

.post-tab-style-10 .vc-post .vc-thumbnail img {
  position: absolute;
  left: calc(100% / 2);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;;
  max-width: none;
  height: 100%;
  object-fit: cover;
}
.post-tab-style-10 .content-post-tab-yp {
    padding: 10px;
}
.post-tab-style-10 .vc-post .vc-info {
  padding: 1rem 0;
}

.post-tab-style-10 .vc-post .vc-info .vc-sub-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 0;
  margin-bottom: -3px;
  color: black;
}
.post-tab-style-10 .vc-post .vc-info .vc-sub-info svg {
    width: 10px;
    height: 10px;
    color: #ffc300;
    margin-bottom: 1px;
    margin-right: 4px;
}

.post-tab-style-10 .vc-post .vc-info .vc-sub-info &gt; div:first-child {
  border-right: 1px solid #eee;
  padding-right: 0.5rem;
}

.post-tab-style-10 .vc-post .vc-info .vc-sub-info &gt; div {
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: black;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
}

.post-tab-style-10 .vc-post .vc-info .vc-sub-info &gt; div i {
  margin-right: 0.25rem;
}

.post-tab-style-10 .vc-post .vc-info .vc-title h3,
.post-tab-style-10 .vc-post .vc-info .excerpt {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  box-orient: vertical;
  line-clamp: 3;
}

.post-tab-style-10 .vc-post .vc-info .vc-title {
  display: block;
  min-height: calc(54px + 1rem);
}

.post-tab-style-10 .vc-post .vc-info .vc-title h3 {
  color: black;
  font-size: 19px;
  line-height: 19px;
  margin-bottom: 0;
}

.post-tab-style-10 .vc-post .vc-info .excerpt {
  line-height: 16px;
  font-size: 16px;
}

.post-tab-style-10 .vc-post .vc-info .vc-view-more {
  margin: 0.75rem 0;
  color: black;
  font-size: 22px;
  font-weight: 600;
}

.post-tab-style-10 .vc-post .vc-info .vc-view-more i {
  font-size: 14px;
}

.post-tab-style-10 .vc-post:hover {
  background-color: #005555;
}

.post-tab-style-10 .vc-post:hover .vc-info .vc-sub-info &gt; div,
.post-tab-style-10 .vc-post:hover .vc-info .vc-title h3,
.post-tab-style-10 .vc-post:hover .vc-info .vc-view-more,
.post-tab-style-10 .vc-post:hover .vc-info .excerpt {
  color: black;
}

.post-tab-style-10 .divide {
  height: 2px;
}

.post-tab-style-10 .border-multi-color {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b6cd5b+0,b6cd5b+33,fecf59+33,fecf59+66,e0706f+66,e0706f+100 */
  background: #b6cd5b;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#b6cd5b), color-stop(33%, #b6cd5b), color-stop(33%, #fecf59), color-stop(66%, #fecf59), color-stop(66%, #e0706f), to(#e0706f));
  background: linear-gradient(to right, #b6cd5b 0%, #b6cd5b 33%, #fecf59 33%, #fecf59 66%, #e0706f 66%, #e0706f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6cd5b', endColorstr='#e0706f',GradientType=1 );
  /* IE6-9 */
}

.post-tab-style-10 .vc-view-all {
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #005555;
  padding: 7px 25px;
  cursor: pointer;
  font-size: 16px;
  transition: all ease-in-out 250ms;
}
.post-tab-style-10 .vc-view-all:hover {
    background: #ddd;
}
.post-tab-style-10 .vc-view-all a {
  color: white !important;
}
.post-tab-style-10 .vc-view-all:hover a{
  color: #000!important;
}

@media (max-width: 998px) {
  .post-tab-style-10 .vc-main-title .vc-title::after {
    left: calc(85% / 2);
    width: 15%;
  }
  .post-tab-style-10 .vc-main-title .nav-sub-term-yp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .post-tab-style-10 .vc-main-title .nav-sub-term-yp li {
    width: 100%;
  }
  .post-tab-style-10 .vc-main-title .nav-sub-term-yp li::after {
    border-right: 0 !important;
    border-bottom: 1px solid black !important;
    top: auto !important;
    bottom: -0.5rem !important;
    left: 0 !important;
    right: auto !important;
    height: 2px !important;
    width: 100% !important;
  }
}
</pre></body></html>