.resource_main {
  padding: 8rem 0 12rem;
}
.resource_main .main {
  flex: 1;
  max-width: 86.7rem;
  padding-top: 0.8rem;
}
.resource_main .main .btn_filter {
  display: none;
}
.resource_main .main .head {
  margin-top: 0.4rem;
}
.resource_main .main .video {
  position: relative;
  width: 100%;
  padding-bottom: 53.98%;
  overflow: hidden;
  cursor: pointer;
  margin-top: 3.8rem;
}
.resource_main .main .video video, .resource_main .main .video iframe {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.resource_main .main .video .btn_play {
  position: absolute;
  width: 8rem;
  height: 8rem;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  border: 3px solid #fff;
  border-radius: 50%;
  background: url("../img/play.svg") no-repeat center / contain;
  transition: all 0.4s, opacity 0.3s;
  cursor: pointer;
}
.resource_main .main .video .btn_play:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.resource_main .main .video.active .btn_play {
  opacity: 0;
}
.resource_main .main .title {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  color: #1c1c1c;
  padding-left: 4.1rem;
  margin-bottom: 2.4rem;
}
.resource_main .main .title::before {
  width: 2.3rem;
  height: 2.3rem;
  position: absolute;
  left: 0;
  top: 0.4rem;
  content: '';
  background: url("../img/subtitle-icon2.svg") no-repeat center / contain;
}
.resource_main .main .capatibilities_box {
  margin-top: 4.6rem;
}
.resource_main .main .capatibilities_box table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1.5rem;
}
.resource_main .main .capatibilities_box table tbody tr:nth-child(odd) {
  background-color: #f8f8f8;
}
.resource_main .main .capatibilities_box table th {
  color: #fff;
  background-color: var(--primary);
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0.9rem 3.3rem 1.2rem;
  text-align: left;
  font-weight: 600;
  letter-spacing: 0.2px;
}
.resource_main .main .capatibilities_box table td {
  font-size: 1.4rem;
  font-weight: 500;
  color: #242424;
  padding: 1.3rem 3.2rem 1.1rem;
  /* width: 50%; */
}
.resource_main .main .related_box {
  border-top: 1px solid #ededed;
  padding-top: 2.2rem;
  margin-top: 10.7rem;
}
.resource_main .main .related_box .title {
  margin-bottom: 2.8rem;
}
.resource_main .main .related_box ul {
  padding-left: 4.1rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 0;
}
.resource_main .main .related_box a {
  font-size: 1.4rem;
  font-weight: 500;
  color: rgba(36, 36, 36, 0.7);
  padding: 0 2.3rem;
  position: relative;
  transition: all 0.3s;
  font-weight: 600;
  letter-spacing: -0.2px;
}
.resource_main .main .related_box a::before {
  background: url("../img/icon-link.svg") no-repeat center / contain;
  width: 1.3rem;
  height: 1.3rem;
  position: absolute;
  left: 0;
  top: 2px;
  content: '';
  filter: contrast(0) brightness(0);
  transition: all 0.3s;
}
.resource_main .main .related_box a:hover {
  color: var(--primary);
}
.resource_main .main .related_box a:hover::before {
  filter: unset;
}
.resource_main p {
  font-size: 1.8rem;
  line-height: 3.2rem;
  color: #222222;
  margin-top: 1.6rem;
}
.resource_main .left {
  width: 36.3rem;
  background-color: #f7f7f7;
  padding: 0.8rem 2.65% 6.1rem;
  position: sticky;
  top: 12rem;
}
.resource_main .resource_sidebar .taxonomy.active .title::after {
  transform: rotate(180deg);
}
.resource_main .resource_sidebar .taxonomy.active .box {
  opacity: 1;
}
.resource_main .resource_sidebar .title {
  cursor: pointer;
  font-size: 2.2rem;
  color: #161616;
  font-weight: 600;
  border-bottom: 1px solid #d5dbdb;
  padding: 2.3rem 0;
}
.resource_main .resource_sidebar .box {
  /* opacity: 0; */
  /* display: none; */
  transition: opacity 0.3s;
}
.resource_main .resource_sidebar .links {
  padding-top: 2.2rem;
}
.resource_main .resource_sidebar .links li {
  position: relative;
  cursor: pointer;
  font-size: 1.8rem;
  color: #4b5563;
  transition: all 0.3s;
}
.resource_main .resource_sidebar .links li.active,
.resource_main .resource_sidebar .links li:hover {
  color: var(--primary);
}
.resource_main .resource_sidebar .links li.active {
  font-weight: 600;
}
.resource_main .resource_sidebar .links li + li {
  margin-top: 2.2rem;
}
@media screen and (max-width: 768px) {
  .resource_main {
    padding: 2rem 0 4rem;
  }
  .resource_main .left {
    width: 100%;
    position: static;
    top: unset;
    min-width: unset;
    padding: 0;
  }
  .resource_main .resource_sidebar {
    margin-top: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    transition: all 0.3s;
  }
  .resource_main .resource_sidebar.active {
    pointer-events: all;
  }
  .resource_main .resource_sidebar.active .close {
    opacity: 1;
  }
  .resource_main .resource_sidebar.active .con {
    opacity: 1;
    transform: translate(0);
  }
  .resource_main .resource_sidebar .close {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
    opacity: 0;
  }
  .resource_main .resource_sidebar .con {
    position: absolute;
    left: 0;
    top: 0;
    width: min(300px, 80vw);
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow: rgba(0 0 0/10%) 0 0 24px;
    transition: all 0.3s;
    opacity: 0;
    transform: translateX(-100%);
  }
  .resource_main .resource_sidebar .con .close_box {
    padding: 32px 20px 20px;
    border-bottom: 1px solid #eee;
    text-align: right;
  }
  .resource_main .resource_sidebar .con .close_box .close {
    display: inline-block;
    width: 15px;
    height: 15px;
    filter: brightness(0);
    background: url('../img/mobile-menu/close.svg') no-repeat center / contain;
    cursor: pointer;
    transition: all 0.3s;
  }
  .resource_main .resource_sidebar .con .close_box .close:hover {
    transform: rotate(180deg);
  }
  .resource_main .resource_sidebar .con .close_box + div {
    flex: 1;
    overflow: auto;
    padding-top: 1.2rem;
  }
  .resource_main .resource_sidebar .con .close_box + div::-webkit-scrollbar {
    width: 5px;
  }
  .resource_main .resource_sidebar .con .close_box + div::-webkit-scrollbar-thumb {
    background: #888888;
    border-radius: 10px;
  }
  .resource_main .resource_sidebar .title {
    font-size: 18px;
    padding: 14px 20px;
  }
  .resource_main .resource_sidebar .box {
    padding: 1rem 20px 20px;
  }
  .resource_main .resource_sidebar .links {
    margin: 0;
  }
  .resource_main .resource_sidebar .links li {
    font-size: 14px;
  }
  .resource_main .resource_sidebar .links li::before {
    width: 14px;
    height: 14px;
  }
  .resource_main .resource_sidebar .links li + li {
    margin-top: 12px;
  }
  .resource_main .main {
    max-width: unset;
    width: 100%;
    padding: 0;
  }
  .resource_main .main .btn_filter {
    width: 22px;
    height: 22px;
    display: block;
    content: '';
    background: url("../img/mobile-menu/nav-btn.svg") no-repeat center / contain;
    margin-left: auto;
    cursor: pointer;
    margin-bottom: 1rem;
  }
  .resource_main .main .head {
    margin-top: 1rem;
  }
  .resource_main .main .video {
    margin-top: 1rem;
  }
  .resource_main .main .video .btn_play {
    width: 3rem;
    height: 3rem;
  }
  .resource_main .main .title {
    font-size: 18px;
    padding-left: 2rem;
    margin-bottom: 1rem;
  }
  .resource_main .main .title::before {
    width: 16px;
    height: 16px;
    top: 3px;
  }
  .resource_main .main .capatibilities_box {
    margin-top: 2rem;
  }
  .resource_main .main .capatibilities_box table {
    margin-top: 1rem;
  }
  .resource_main .main .capatibilities_box table th {
    font-size: 15px;
    padding: 12px 20px;
    letter-spacing: unset;
  }
  .resource_main .main .capatibilities_box table td {
    font-size: 14px;
    padding: 14px 20px;
  }
  .resource_main .main .related_box {
    margin-top: 2rem;
    padding-top: 1rem;
  }
  .resource_main .main .related_box .title {
    margin-bottom: 1rem;
  }
  .resource_main .main .related_box ul {
    display: block;
    padding: 0;
  }
  .resource_main .main .related_box a {
    font-size: 0.9rem;
    padding-left: 1.5rem;
    letter-spacing: unset;
    display: block;
  }
  .resource_main .main .related_box a::before {
    width: 10px;
    height: 10px;
    top: 4px;
  }
  .resource_main .main .related_box li + li {
    margin-top: 10px;
  }
}
/*# sourceMappingURL=resource.css.map */