:root {
  /* Typography */
  --font-pri: "Proxima Nova", sans-serif;
  /* Color Palette */
  --color-pri: #1d90c9;
  --color-sec: #001221;
  --color-third: #3b4044;
  --color-text: #888888;
  --color-text-2: #005491;
  --color-white: #fff;
  --color-black: #000;
  --container-width: 124.8rem;
  --container-padding: 1.6rem;
  --z-i-header: 100;
}

.resource {
  margin: 6rem 0rem 10rem;
}
@media screen and (max-width: 992px) {
  .resource {
    margin: 6rem 0rem;
  }
}
@media screen and (max-width: 576px) {
  .resource {
    margin: 4rem 0rem;
  }
}
.resource-wrap {
  gap: 6rem;
}
@media screen and (max-width: 1200px) {
  .resource-wrap {
    gap: 4rem;
  }
}
.resource-heading .title-64 {
  font-size: 6.4rem;
}
@media only screen and (max-width: 1200px) {
  .resource-heading .title-64 {
    font-size: 3.9rem;
  }
}
@media only screen and (max-width: 800px) {
  .resource-heading .title-64 {
    font-size: 2.9rem;
  }
}
.resource-heading .title-64 {
  color: #001221;
  line-height: 130%;
  letter-spacing: -0.128rem;
  text-transform: capitalize;
}
.resource-inner {
  --letter-spacing: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .resource-inner {
    --letter-spacing: 0.8rem;
  }
}
.resource-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: calc(2 * var(--letter-spacing));
  margin: 0 calc(-1 * var(--letter-spacing));
}
.resource-item {
  width: 33.3333333333%;
  padding: 0 var(--letter-spacing);
}
@media screen and (max-width: 767px) {
  .resource-item {
    width: 50%;
  }
}
.resource-box {
  gap: 3.2rem;
}
@media screen and (min-width: 1201px) {
  .resource-box:hover .img img {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
@media screen and (max-width: 767px) {
  .resource-box {
    gap: 2.4rem;
  }
}
@media screen and (max-width: 576px) {
  .resource-box {
    gap: 1.6rem;
  }
}
.resource-box-img {
  user-select: none;
}
.resource-box-img .img {
  overflow: hidden;
  padding-top: 100%;
  position: relative;
}
.resource-box-img .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: 0.4s ease;
}
.resource-img {
  user-select: none;
}
.resource-img .img {
  display: block;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
}
.resource-img .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: 0.4s ease;
}
.resource-content {
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .resource-content {
    gap: 1.6rem;
  }
}
@media screen and (max-width: 576px) {
  .resource-content {
    gap: 1.2rem;
  }
}
.resource-content .title-24 {
  font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .resource-content .title-24 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 800px) {
  .resource-content .title-24 {
    font-size: 1.8rem;
  }
}
.resource-content .title-24 {
  font-weight: 700;
  color: #082823;
  line-height: 120%;
  transition: 0.4s ease;
  letter-spacing: -0.048rem;
  text-transform: capitalize;
}
@media screen and (min-width: 1201px) {
  .resource-content .title-24:hover {
    color: var(--color-pri);
  }
}
@media screen and (max-width: 576px) {
  .resource-content .title-24 {
    font-size: 1.6rem;
  }
}
.resource-content .text-16 {
  color: #667085;
  line-height: 160%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  letter-spacing: -0.032rem;
}
@media screen and (max-width: 576px) {
  .resource-content .text-16 {
    font-size: 1.4rem;
  }
}
.resource-term {
  --letter-spacing: 1.2rem;
}
@media screen and (max-width: 1024px) {
  .resource-term {
    --letter-spacing: 0.8rem;
  }
}
.resource-term .list {
  display: flex;
  flex-wrap: wrap;
  row-gap: calc(2 * var(--letter-spacing));
  margin: 0 calc(-1 * var(--letter-spacing));
}
.resource-term .list-item {
  width: 33.3333333333%;
  padding: 0 var(--letter-spacing);
}
@media screen and (max-width: 1024px) {
  .resource-term .list-item {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .resource-term .list-item {
    width: 100%;
  }
}
.resource-term .list-box {
  height: 100%;
}
.resource-term .list-content {
  gap: 4.8rem;
  padding: 7rem 2.4rem;
  border-radius: 2.4rem;
  background-color: #f9fafb;
}
@media screen and (max-width: 1024px) {
  .resource-term .list-content {
    padding: 4.8rem 2.4rem;
  }
}
.resource-term .list-content .title-24 {
  font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .resource-term .list-content .title-24 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 800px) {
  .resource-term .list-content .title-24 {
    font-size: 1.8rem;
  }
}
.resource-term .list-content .title-24 {
  color: #082823;
  line-height: 120%;
  text-align: center;
  letter-spacing: -0.048rem;
  text-transform: capitalize;
}
.resource-term .list-content .btn-cricle {
  margin: 0 auto;
}
.resource-documents .list-item {
  width: 50%;
}
.resource-gov {
  --letter-spacing: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .resource-gov {
    --letter-spacing: 0.8rem;
  }
}
.resource-gov .list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 4.8rem;
  margin: 0 calc(-1 * var(--letter-spacing));
}
@media screen and (max-width: 1200px) {
  .resource-gov .list {
    row-gap: 2.4rem;
  }
}
.resource-gov .list-item {
  width: 33.3333333333%;
  padding: 0 var(--letter-spacing);
}
@media screen and (max-width: 767px) {
  .resource-gov .list-item {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .resource-gov .list-item {
    width: 100%;
  }
}
.resource-gov .list-box {
  gap: 3.2rem;
}
@media screen and (min-width: 1201px) {
  .resource-gov .list-box:hover .img img {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
@media screen and (max-width: 1200px) {
  .resource-gov .list-box {
    gap: 2.4rem;
  }
}
@media screen and (max-width: 576px) {
  .resource-gov .list-box {
    gap: 1.6rem;
  }
}
.resource-gov .list-img .img {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 1.6rem;
  padding-top: 72.9166666667%;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.resource-gov .list-img .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: 0.4s ease;
}
.resource-gov .list-content {
  gap: 2.4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.resource-gov .list-content .title-24 {
  font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .resource-gov .list-content .title-24 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 800px) {
  .resource-gov .list-content .title-24 {
    font-size: 1.8rem;
  }
}
.resource-gov .list-content .title-24 {
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  transition: 0.4s ease;
  letter-spacing: -0.048rem;
  text-transform: capitalize;
  color: var(--Color-text, #082823);
}
@media screen and (min-width: 1201px) {
  .resource-gov .list-content .title-24:hover {
    color: var(--color-pri);
  }
}
.resource-gov .list-content .text-18 {
  color: #888;
  line-height: normal;
  letter-spacing: -0.036rem;
}
@media screen and (min-width: 1201px) {
  .resource-gov .list-content .text-18:hover {
    text-decoration: underline;
  }
}
.resource-gov .list-content .btn-cricle {
  margin-left: 2.4rem;
}
/*# sourceMappingURL=resource.css.map */
