<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.references .cover_cont {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 20px 80px;
}
.references .cover_cont img {
  width: 100%;
}
.references .cover_cont .abs_title_cont {
  position: absolute;
  left: 13%;
}
.references .cover_cont .abs_title_cont .abs_title_cont_title {
  width: 330px;
  background-color: #ffffff;
  padding: 14px 20px;
}
.references .cover_cont .abs_title_cont .abs_title_cont_title h1, .references .cover_cont .abs_title_cont .abs_title_cont_title span {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 10px;
  line-height: 12px;
  text-transform: uppercase;
}
.references .cover_cont .abs_title_cont .abs_title_cont_tree {
  min-width: 334px;
  background-color: rgba(0, 0, 0, 0.65);
  padding: 13px 20px;
}
.references .cover_cont .abs_title_cont .abs_title_cont_tree a {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2.8px;
  line-height: 16px;
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  .references .cover_cont {
    padding: 20px 0 20px 80px;
  }
}
@media (max-width: 800px) {
  .references .cover_cont {
    height: 24vh;
    margin-bottom: 20px;
  }
  .references .cover_cont img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .references .cover_cont .abs_title_cont {
    position: absolute;
    left: 80px;
    bottom: -22px;
  }
  .references .cover_cont .abs_title_cont .abs_title_cont_title {
    padding: 20px 14px 20px 0;
  }
  .references .cover_cont .abs_title_cont .abs_title_cont_tree {
    background-color: #ffffff;
    padding: 10px 0;
  }
  .references .cover_cont .abs_title_cont .abs_title_cont_tree a {
    color: #000000;
    font-size: 10px;
    letter-spacing: 2px;
    line-height: 11px;
  }
}
@media (max-width: 700px) {
  .references .cover_cont {
    padding: 0 10px 20px 10px;
  }
  .references .cover_cont .abs_title_cont {
    left: 10px;
  }
  .references .cover_cont .abs_title_cont .abs_title_cont_title {
    width: fit-content;
  }
}
.references .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 80px;
}
.references .content .row {
  width: 100%;
  max-width: 940px;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.references .content .row .row_title {
  width: 100%;
  display: block;
  color: #D5A173;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  line-height: 24px;
  text-align: center;
}
.references .content .row .back_cont {
  position: absolute;
  left: 0;
}
.references .content .row::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 40px);
  width: 80px;
  height: 1px;
  background-color: #D5A173;
}
.references .content .content_category_box {
  width: 100%;
  max-width: 940px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 40px 0;
}
.references .content .content_category_box a {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  opacity: 0.5;
}
.references .content .content_category_box a::after {
  display: none;
}
.references .content .content_category_box a._active, .references .content .content_category_box a:hover {
  opacity: 1;
}
.references .content .content_category_box a img {
  height: 42px;
  width: 64px;
  object-fit: contain;
  margin-right: 10px;
}
@media (max-width: 900px) {
  .references .content .content_category_box a img {
    display: none;
  }
}
.references .content .content_category_box a .title_cont {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.references .content .content_category_box a .title_cont span {
  color: #000000;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 7.14px;
  line-height: 11px;
}
.references .content .content_category_box a .title_cont span.entry_title {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 10px;
  line-height: 16px;
  text-transform: capitalize;
  margin-top: 5px;
}
.references .content .content_category_box .separator {
  height: 42px;
  width: 1px;
  background-color: #000000;
}
.references .content .content_category_box.level3 {
  justify-content: flex-start;
}
.references .content .content_category_box.level3 .separator {
  margin: 0 50px;
}
.references .content .content_category_dropdown {
  width: 100%;
  max-width: 500px;
  height: 64px;
  background-color: #EDEDED;
  margin-bottom: 20px;
  z-index: 10;
}
@media (min-width: 800px) {
  .references .content .content_category_dropdown {
    display: none;
  }
}
.references .content .content_category_dropdown .content_category_dropdown_active {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 17px;
  text-align: center;
}
.references .content .content_category_dropdown .content_category_dropdown_active::after {
  content: "";
  position: absolute;
  left: calc(50% - 3px);
  top: calc(50% + 8px);
  height: 8px;
  width: 6px;
  background-image: url("../img/svg/arrow_simple.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.references .content .content_category_dropdown .content_category_dropdown_wrapper {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  display: none;
  background-color: #EDEDED;
  border-top: 1px solid #000000;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.references .content .content_category_dropdown .content_category_dropdown_wrapper a {
  position: relative;
  top: auto;
  left: auto;
  display: block;
  width: 100%;
  color: #000000;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 17px;
  text-align: center;
  padding: 15px 10px;
}
.references .content .content_category_dropdown .content_category_dropdown_wrapper a::after {
  display: none;
}
.references .content .content_text {
  width: 100%;
  max-width: 940px;
  margin-bottom: 40px;
}
.references .content .content_text h2 {
  margin-bottom: 20px;
}
.references .content .images_grid {
  width: 100%;
  max-width: 940px;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 0;
  margin-top: 0;
}
.references .content .images_grid .basic {
  width: 100%;
  height: auto !important;
  display: flex;
  align-items: center;
  margin-bottom: 3px !important;
  margin-top: 0 !important;
}
.references .content .images_grid .basic .images_grid_title_box {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  transform: translateY(-50%);
  padding: 14px 20px;
}
.references .content .images_grid .basic .images_grid_title_box .images_grid_cover {
  width: 100%;
}
.references .content .images_grid .basic .images_grid_title_box .icon {
  position: absolute;
  width: 200px;
  height: 200px;
  object-fit: contain;
}
@media (max-width: 1000px) {
  .references .content .images_grid .basic .images_grid_title_box .icon {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 600px) {
  .references .content .images_grid .basic .images_grid_title_box .icon {
    width: 100px;
    height: 100px;
  }
}
.references .content .images_grid .basic .images_grid_title_box h3 {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 10px;
  line-height: 12px;
  text-transform: uppercase;
}
.references .content .images_grid .basic .images_grid_title_box h3::after {
  content: "";
  display: inline-block;
  width: 55px;
  height: 6px;
  background-image: url("../img/svg/arrow_small.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 14px;
}
.references .content .images_grid .basic .images_grid_title_box.left {
  left: 0;
  padding-right: 60px;
}
.references .content .images_grid .basic .images_grid_title_box.left .icon {
  left: calc(100% - 60px);
}
.references .content .images_grid .basic .images_grid_title_box.right {
  right: 0;
  padding-left: 60px;
}
.references .content .images_grid .basic .images_grid_title_box.right .icon {
  right: calc(100% - 60px);
}
.references .content .images_grid.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
.references .content .images_grid.grid .basic {
  margin: 0 !important;
}
@media (max-width: 700px) {
  .references .content .images_grid.grid {
    grid-gap: 10px;
  }
}
@media (max-width: 600px) {
  .references .content .images_grid.grid {
    grid-template-columns: 1fr 1fr;
  }
}
.references .content .images_grid .image_grid_video {
  grid-column: 1/4;
  grid-row: 2/3;
}
@media (max-width: 600px) {
  .references .content .images_grid .image_grid_video {
    grid-column: 1/3;
  }
}
.references .content .content_line {
  height: 1px;
  width: 60px;
  background-color: #000000;
  margin: 40px 0;
}
.references .content .bottom_category_box {
  width: 100%;
  max-width: 940px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 40px 0;
}
.references .content .bottom_category_box a {
  color: #000000;
  font-size: 10px;
  letter-spacing: 8px;
  line-height: 11px;
  text-transform: uppercase;
}
.references .content .bottom_category_box .separator {
  height: 6.5px;
  width: 1px;
  background-color: #000000;
}
@media (max-width: 1000px) {
  .references .content {
    padding: 0 0 0 80px;
  }
}
@media (max-width: 800px) {
  .references .content {
    margin-bottom: 30px;
  }
  .references .content .row {
    display: none;
  }
  .references .content .content_category_box {
    display: none;
  }
  .references .content .content_line {
    display: none;
  }
  .references .content .bottom_category_box {
    display: none;
  }
}
@media (max-width: 700px) {
  .references .content {
    padding: 0 10px;
  }
}
@media (max-width: 550px) {
  .references .content .basic {
    min-height: 120px;
  }
  .references .content .basic .images_grid_cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .references .content .basic .images_grid_title_box h3 {
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 7.14px;
    line-height: 12px;
  }
  .references .content .basic .images_grid_title_box h3::after {
    display: none !important;
  }
  .references .content .basic .images_grid_title_box.left {
    left: 0;
    padding: 14px 40px 14px 0 !important;
  }
  .references .content .basic .images_grid_title_box.left .icon {
    left: calc(100% - 40px) !important;
  }
  .references .content .basic .images_grid_title_box.right {
    right: 0;
    padding: 14px 0 14px 40px !important;
  }
  .references .content .basic .images_grid_title_box.right .icon {
    right: calc(100% - 40px) !important;
  }
}

/*# sourceMappingURL=refences.css.map */
</pre></body></html>