.node--template-home-highlight > .content {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 20px 32px;
  background-color: rgba(255, 255, 255, 0.0901960784);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}
.node--template-home-highlight > .content .field--name-title h2 {
  line-height: 1;
  margin-top: 0;
}
@media (min-width: 769px) {
  .node--template-home-highlight > .content .field--name-title h2 {
    margin-top: 40px;
  }
}
.node--template-home-highlight > .content .field--name-title h2 a {
  color: #fff;
  font-size: 1.8rem;
  font-family: "Merriweather";
  font-weight: 400;
  line-height: 1.27777778;
}
.node--template-home-highlight > .content .field--name-field-resume p {
  font-weight: normal;
}
.node--template-home-highlight > .content .parent-menu-container {
  font-family: "Avenir";
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.65px;
  margin-bottom: 24px;
}
.node--template-home-highlight > .content .texts-container p {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.25;
}
.node--template-home-highlight > .content .links-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.node--template-home-highlight > .content .links-container * {
  height: 100%;
}
.node--template-home-highlight > .content .links-container .node__links {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.node--template-home-highlight > .content .links-container ul,
.node--template-home-highlight > .content .links-container li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.node--template-home-highlight > .content .links-container ul:before,
.node--template-home-highlight > .content .links-container li:before {
  display: none;
}
.node--template-home-highlight > .content .links-container a {
  position: relative;
  display: block;
  color: #000;
  text-align: left;
  padding-left: 0;
  background-color: transparent;
  background-size: calc(8px * 4 * 0.8125) calc(8px * 4 * 0.8125);
  background-repeat: no-repeat;
  background-position: calc(100% - 4px) center;
  background-image: url("../../assets/images/button/btn-red.svg");
  line-height: 1;
  padding: 12px 16px;
  text-decoration: none;
  margin: 0;
  color: transparent;
  background-position: calc(100% - 24px) 17px;
}
.node--template-home-highlight > .content .links-container a:before, .node--template-home-highlight > .content .links-container a:after {
  content: "";
  position: absolute;
  font-size: 1.1rem;
  top: 50%;
  left: 50%;
  display: block;
  transform: translateX(-50%) translateY(-50%);
  text-indent: 0;
  color: #fff;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.375s;
}
.node--template-home-highlight > .content .links-container a:before {
  left: auto;
  right: 0;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  border: 1px dashed #A71930;
  background-color: transparent;
  transform: translateY(-50%);
}
.node--template-home-highlight > .content .links-container a:after {
  content: "\e908";
  left: auto;
  right: 6px;
  font-family: "icomoon";
  width: auto;
  height: auto;
  display: block;
  text-align: center;
  vertical-align: middle;
  opacity: 1;
}
.node--template-home-highlight > .content .links-container a:hover {
  color: #000;
}
.node--template-home-highlight > .content .links-container a:hover:before {
  border: 1px solid #A71930;
  background-color: #A71930;
}
.node--template-home-highlight > .content .links-container a:after {
  content: "\e901";
  font-family: "icomoon";
  width: auto;
  height: auto;
  display: block;
  text-align: center;
  vertical-align: middle;
}
.node--template-home-highlight > .content .links-container a:hover {
  color: transparent;
}
.node--template-home-highlight > .content .links-container a:before {
  top: 30px;
  right: 20px;
}
.node--template-home-highlight > .content .links-container a:after {
  top: 30px;
  right: 26px;
}