/* APP VARIABLES */
.accordion__custom .card {
  border: 1px solid #2E2E2E;
  border-radius: 0;
  background-color: transparent;
}
.accordion__custom .card-header {
  border-bottom: 0;
  border-radius: 0;
  padding: 2rem 1.5rem;
  background-color: #fff;
  transition: all ease 0.3s;
}
.accordion__custom .card-header__trigger {
  font-family: "muli", sans-serif;
  font-size: 2rem;
  font-weight: normal;
  line-height: 3.2rem;
  color: #2E2E2E;
  position: relative;
  padding-left: 45px;
}
.accordion__custom .card-header__trigger:not(.collapsed)::before {
  transform: rotate(-360deg);
}
.accordion__custom .card-header__trigger::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 22px;
  z-index: 2;
  width: 16px;
  height: 2px;
  background-color: #EA3731;
  transform: rotate(90deg);
  transition: all ease 0.3s;
}
.accordion__custom .card-header__trigger::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 22px;
  z-index: 2;
  width: 16px;
  height: 2px;
  background-color: #EA3731;
}
.accordion__custom .card-header__trigger:hover, .accordion__custom .card-header__trigger:focus {
  text-decoration: none;
}
.accordion__custom .card-header.active {
  background-color: #f2f2f2;
}
.accordion__custom .card-header:hover, .accordion__custom .card-header:focus {
  background-color: #f2f2f2;
}
.accordion__custom .card-body {
  border-bottom: 0;
  border-radius: 0;
  padding: 2rem 6rem;
  background-color: #f2f2f2;
  font-family: "muli", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 3.2rem;
  color: #2E2E2E;
}
.accordion__custom .card-body p {
  font-family: "muli", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 3.2rem;
  color: #2E2E2E;
}
@media screen and (max-width: 575px) {
  .accordion__custom .card-header__trigger {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .accordion__custom .card-body {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
  .accordion__custom .card-body p {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.accordion__default .card {
  border: 0;
  border-top: 1px solid #F3F3F3;
  border-bottom: 1px solid #F3F3F3;
  border-radius: 0;
  background-color: transparent;
}
.accordion__default .card-header {
  border-bottom: 0;
  border-radius: 0;
  padding: 1rem;
  background-color: #fff;
  transition: all ease 0.3s;
}
.accordion__default .card-header__trigger {
  width: 100%;
  font-family: "muli", sans-serif;
  font-size: 2rem;
  font-weight: normal;
  line-height: 3.2rem;
  color: #2E2E2E;
  text-align: left;
  padding-right: 30px;
  position: relative;
}
.accordion__default .card-header__trigger::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #2E2E2E;
  border-right: 2px solid #2E2E2E;
  opacity: 1;
  transform: rotate(45deg);
  transition: all ease 0.3s;
}
.accordion__default .card-header__trigger:hover {
  color: #EA3731;
  text-decoration: none;
}
.accordion__default .card-header__trigger:focus {
  text-decoration: none;
}
.accordion__default .card-header.active .card-header__trigger {
  color: #EA3731;
}
.accordion__default .card-header.active .card-header__trigger::after {
  transform: rotate(-135deg);
  opacity: 0.4;
}
.accordion__default .card-body {
  border-bottom: 0;
  border-radius: 0;
  padding: 1.5rem 2.5em 3.5rem 2.5rem;
  font-family: "muli", sans-serif;
  font-size: 2rem;
  font-weight: normal;
  line-height: 2.6rem;
  color: #2E2E2E;
  text-align: left;
}
.accordion__default .card-body p {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: #2E2E2E;
}
.accordion__default .card-body p strong {
  font-weight: 600;
  color: black;
}
.accordion__default .card .collapse.show ~ .card-header .card-header__trigger {
  color: #EA3731;
}

.recent-news {
  position: relative;
}
.recent-news::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  z-index: 0;
  background-color: #fff;
}
.recent-news .section {
  position: relative;
}
.recent-news .section__title {
  letter-spacing: 0.1rem;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .recent-news .section__title {
    margin-bottom: 15px;
    text-align: center;
  }
}
.recent-news .section__action {
  position: relative;
  display: flex;
  align-items: center;
}
.recent-news .article {
  position: relative;
  margin-bottom: 60px;
}
.recent-news .article__img {
  width: 100%;
  height: 325px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .recent-news .article__img {
    height: 225px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1750px) {
  .recent-news .article__img {
    height: 275px;
  }
}
.recent-news .article__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.recent-news .article__title {
  position: relative;
  margin-bottom: 15px;
}
.recent-news .article__title a {
  color: #2E2E2E;
  text-decoration: none;
}
.recent-news .article__title a:hover, .recent-news .article__title a:focus {
  color: #EA3731;
}
.recent-news .article__tag {
  font-family: "muli", sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #2E2E2E;
  margin-top: 15px;
  margin-bottom: 30px;
}
.recent-news .article__tag-brown {
  color: #d27777;
}
.recent-news .article__tag-yellow {
  color: #FFD215;
}
.recent-news .article__tag-red {
  color: #EA3731;
}
.recent-news .article__tag-orange {
  color: #ff6d2c;
}
.recent-news .article__tag-purple {
  color: #bf4b96;
}
.recent-news .article__tag-blue {
  color: #2f47eb;
}
.recent-news .article__tag-green {
  color: #04bf7b;
}
.recent-news .article__date {
  color: #6F6F6F;
}
.recent-news .article__date .double-dash {
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #6F6F6F;
  margin: 5px;
}

.ugt {
  position: relative;
}
@media screen and (max-width: 1199px) {
  .ugt .ugt__nav {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .ugt .ugt__nav__mobile {
    display: flex;
  }
}
.ugt main {
  position: relative;
  margin-top: 75px;
}
.ugt main ul:not(.pagination__list):not(.sidebar__links ul) {
  list-style: none;
  padding-left: 4.5rem;
}
.ugt main ul:not(.pagination__list):not(.sidebar__links ul) li {
  position: relative;
  font-size: 2rem;
  color: #4D4D4D;
  font-weight: 300;
  font-family: "Muli", sans-serif;
  margin-bottom: 5px;
}
@media screen and (max-width: 1199px) {
  .ugt main ul:not(.pagination__list):not(.sidebar__links ul) li {
    font-size: 1.6rem;
  }
}
.ugt main ul:not(.pagination__list):not(.sidebar__links ul) li::before {
  content: "";
  position: absolute;
  left: -4rem;
  top: 1.4rem;
  width: 20px;
  height: 2px;
  background-color: #EA3731;
}
.ugt main ul:not(.pagination__list):not(.sidebar__links ul).style-reset {
  padding-left: 0;
}
.ugt main ul:not(.pagination__list):not(.sidebar__links ul).style-reset li {
  position: relative;
}
.ugt main ul:not(.pagination__list):not(.sidebar__links ul).style-reset li::before {
  display: none;
}
.ugt main .title h1 {
  color: #EA3731;
}
@media screen and (max-width: 575px) {
  .ugt main {
    margin-top: 50px;
  }
}
.ugt .content article blockquote {
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-family: "muli", sans-serif;
  color: #4D4D4D;
  padding-left: 120px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .ugt .content article blockquote {
    padding-left: 15px;
  }
}
.ugt .content article h2 {
  font-family: "muli", sans-serif;
  font-size: 4.8rem;
  font-weight: normal;
  line-height: 6.2rem;
  color: #2E2E2E;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .ugt .content article h2 {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
}
.ugt .content article h3 {
  font-family: "muli", sans-serif;
  font-size: 3.2rem;
  font-weight: normal;
  line-height: 4.8rem;
  color: #2E2E2E;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .ugt .content article h3 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
.ugt .content article h4 {
  font-family: "muli", sans-serif;
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 3.6rem;
  color: #2E2E2E;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .ugt .content article h4 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
.ugt .content article p {
  font-family: "muli", sans-serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #2E2E2E;
}
.ugt header .nav-item:not(.nav-block):not(.is-logo)::after {
  background-color: #EA3731;
}
.ugt header .navbar-menu .nav-item.active .nav-link {
  color: #EA3731;
}
.ugt header .has-submenu .sub-item.active .nav-link {
  color: #EA3731;
}
@media screen and (max-width: 1750px) {
  .ugt footer .block__logo {
    display: none;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1750px) {
  .ugt footer .block__widget {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.ugt .sidebar__filters .style-arrow .filter::before {
  background-color: #EA3731;
}
.ugt .sidebar__filters .style-arrow .filter::after {
  border-color: #EA3731;
}
@media screen and (max-width: 767px) {
  .ugt .slideshow .slider .slide.slide__dual .wrapper {
    padding-top: 60px !important;
  }
}

.ugt .faq {
  background-color: #fff;
}
.ugt .faq.is-mobile main {
  margin-top: 0;
}
.ugt .faq.is-mobile main > section:first-child {
  padding-top: 50px;
}
.ugt .faq section {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 575px) {
  .ugt .faq section.title {
    border-bottom: 1px solid #EFEFEF;
  }
}