.applications_banner .title {
  min-height: 215px;
  padding: 50px 0;
}
.applications_banner .title h1 {
  color: var(--title_color);
  font-size: 54px;
  font-weight: 700;
  line-height: 74px;
}
.applications_banner .title .links a {
  font-size: 18px;
  color: var(--theme_color);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 1rem;
}
.applications_banner .title .links a:last-child {
  margin-bottom: 0;
}
.applications_banner .title .links a:hover i {
  right: -5px;
}
.applications_banner .title .links a span {
  width: 24px;
  height: 24px;
  background: no-repeat center / contain;
}
.applications_banner .title .links a i {
  display: block;
  width: 8px;
  height: 13px;
  background: url(../img/right-full.svg) no-repeat center / contain;
  transition: all 0.3s;
  position: relative;
  right: 0;
}
.applications_main {
  background-color: #f1f8ff;
  padding: 3rem 0;
}
.applications_main .main .container {
  display: grid;
  gap: 2rem 23px;
  grid-template-columns: repeat(4, 1fr);
}
.applications_main .main .container li.app a {
  height: 100%;
  display: block;
  background-color: #fff;
  transition: all 0.3s;
  border-radius: 8px;
  padding: 36px 0 42px;
  min-height: 378px;
}
.applications_main .main .container li.app a:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.applications_main .main .container li.app .img {
  height: 135px;
  margin: 0 1rem;
}
.applications_main .main .container li.app .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.applications_main .main .container li.app .info {
  margin-top: 20px;
  padding: 0 9.396%;
}
.applications_main .main .container li.app .info h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 33px;
  color: #242424;
}
.applications_main .main .container li.app .info p {
  color: #606060;
  line-height: 30px;
  margin-top: 1rem;
  font-size: 18px;
}
.applications_main .main .container li.app .info ul {
  margin: 28px 0 10px;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.applications_main .main .container li.app .info ul li {
  color: #848489;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}
.applications_main .main .container li.app .info ul li:hover span {
  opacity: 1;
  pointer-events: all;
}
.applications_main .main .container li.app .info ul li i {
  display: block;
  width: 2rem;
  height: 2rem;
  background: no-repeat center / contain;
}
.applications_main .main .container li.app .info ul li span {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 8px);
  white-space: nowrap;
  background-color: #f8f8f8;
  border-radius: 4px;
  font-size: 12px;
  padding: 4px 10px;
  transition: all .3s;
  opacity: 0;
  pointer-events: none;
}

.applications_main .main ul li.know .con {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  transition: all 0.3s;
  border-radius: 8px;
  padding: 2.2234765%;
}
.applications_main .main ul li.know .con:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.applications_main .main ul li.know .con .img {
  overflow: hidden;
  padding-bottom: 52.83688%;
  border-radius: 8px;
  position: relative;
}
.applications_main .main ul li.know .con .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.applications_main .main ul li.know .con .info {
  padding: 1rem 18px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.applications_main .main ul li.know .con .info span {
  color: var(--theme_color);
  font-weight: 500;
  cursor: default;
}
.applications_main .main ul li.know .con .info h2 {
  color: var(--title_color);
  font-size: 26px;
  font-weight: 700;
  line-height: 33px;
  margin: 10px 0 24px;
  flex: 1;
}
.applications_main .main ul li.know .con .info .links {
  display: flex;
  gap: 1rem 10%;
  flex-wrap: wrap;
  width: 100%;
}
.applications_main .main ul li.know .con .info strong {
  display: block;
  width: max-content;
  margin-left: 24px;
  position: relative;
  color: var(--theme_color);
  font-size: 19px;
  font-weight: 500;
  line-height: 25px;
}
.applications_main .main ul li.know .con .info strong:hover {
  text-decoration: underline;
}
.applications_main .main ul li.know .con .info strong::before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: no-repeat center;
  position: absolute;
  left: -24px;
  top: 4px;
}
.applications_main .main ul li.know .con .info strong.pdf::before {
  background-image: url(../img/icon-dl.svg);
}
.applications_main .main ul li.know .con .info strong.watch::before {
  background-image: url(../img/External-Link.svg);
}
.applications_main .main ul li.know .con .info strong.learmore::before {
  background-image: url(../img/Knowledge-Hub.svg);
  background-size: 76%;
}


.applications_other {
  padding: 4rem 0 5rem;
}
.applications_other .main {
  margin-top: 58px;
}
.applications_other .main ul {
  display: grid;
  gap: 40px 1.904762%;
  grid-template-columns: repeat(3, 1fr);
}
.applications_other .main ul li a {
  min-height: 98px;
  height: 100%;
  display: flex;
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  transition: all 0.3s;
  padding: 18px;
}
.applications_other .main ul li a:hover {
  background-color: var(--theme_color);
  border-color: var(--theme_color);
}
.applications_other .main ul li a:hover span {
  filter: contrast(0) brightness(20);
}
.applications_other .main ul li a:hover h3 {
  color: #fff;
}
.applications_other .main ul li a:hover i {
  filter: contrast(0) brightness(20);
}
.applications_other .main ul li span {
  display: block;
  min-width: 36px;
  height: 36px;
  background: no-repeat center / contain;
}
.applications_other .main ul li h3 {
  color: var(--title_color);
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}
.applications_other .main ul li i {
  display: block;
  min-width: 8px;
  height: 13px;
  background: url(../img/right-full.svg) no-repeat center / contain;
  position: relative;
  right: 0;
}
