.node--template-embed {
  margin: 40px 0;
}
.node--template-embed > .content {
  position: relative;
  background-color: #002067;
  border-radius: 0px 0px 16px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 24px 0;
  padding-left: 24px;
  padding-right: 24px;
}
.node--template-embed > .content > .content-container {
  position: relative;
  width: 100%;
}
.node--template-embed > .content .texts-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .node--template-embed > .content .texts-container {
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
}
.node--template-embed > .content .texts-container .texts-container-prefix {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  font-family: "Fira Sans";
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.14;
  text-decoration: none;
  color: #fff;
}
.node--template-embed > .content .texts-container .group-texts-container {
  padding-top: 16px;
  padding-left: 0;
  padding-right: 32px;
}
@media (min-width: 768px) {
  .node--template-embed > .content .texts-container .group-texts-container {
    padding-top: 0;
    padding-left: 32px;
    padding-right: 48px;
  }
}
.node--template-embed > .content .texts-container .field--name-field-title {
  position: relative;
}
.node--template-embed > .content .texts-container .field--name-field-title:before {
  content: "";
  position: absolute;
  display: block;
  top: -8px;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .node--template-embed > .content .texts-container .field--name-field-title:before {
    top: 50%;
    left: -16px;
    width: 1px;
    height: 30px;
    transform: translateY(-50%);
  }
}
.node--template-embed > .content .texts-container .field--name-field-title h3 {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 1.12px;
  line-height: 1.375;
  text-decoration: none;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: none !important;
  word-break: break-word;
  margin: 0;
}
@media (min-width: 768px) {
  .node--template-embed > .content .links-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.node--template-embed > .content .links-container .field--name-field-website {
  width: 100%;
  height: 100%;
  text-align: right;
}
.node--template-embed > .content .links-container .field--name-field-website a {
  margin-left: auto;
  margin-right: 0;
  display: inline;
}
.node--template-embed > .content .links-container .field--name-field-website a:before {
  border: 1px solid #fff;
}
.node--template-embed > .content .links-container .field--name-field-website a:after {
  color: #fff;
}
.node--template-embed > .content .links-container .field--name-field-website a:hover a:before {
  background-color: #fff;
}
.node--template-embed > .content .links-container .field--name-field-website a:hover a:after {
  color: #002067;
}
.node--template-embed > .content .links-container .field--name-field-website a:before, .node--template-embed > .content .links-container .field--name-field-website a:after {
  left: calc(100% - 40px);
}
@media (min-width: 768px) {
  .node--template-embed > .content .links-container .node__links {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
  }
}
.node--template-embed > .content .links-container ul,
.node--template-embed > .content .links-container li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  text-align: right;
}
.node--template-embed > .content .links-container ul:before,
.node--template-embed > .content .links-container li:before {
  display: none;
}
.node--template-embed > .content .links-container ul a,
.node--template-embed > .content .links-container li a {
  display: block;
  position: relative;
  display: block;
  width: 41px;
  height: 41px;
  margin: 0;
  padding: 0;
  color: transparent !important;
  background-color: transparent !important;
  overflow: hidden;
  text-indent: -9999px;
  text-decoration: none;
  margin-left: auto;
  margin-right: 0;
}
@media (min-width: 768px) {
  .node--template-embed > .content .links-container ul a,
.node--template-embed > .content .links-container li a {
    display: inline;
  }
}
.node--template-embed > .content .links-container ul a a,
.node--template-embed > .content .links-container li a a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.node--template-embed > .content .links-container ul a::selection,
.node--template-embed > .content .links-container li a::selection {
  background: transparent;
}
.node--template-embed > .content .links-container ul a::-moz-selection,
.node--template-embed > .content .links-container li a::-moz-selection {
  background: transparent;
}
.node--template-embed > .content .links-container ul a:active, .node--template-embed > .content .links-container ul a:focus,
.node--template-embed > .content .links-container li a:active,
.node--template-embed > .content .links-container li a:focus {
  outline-color: transparent;
}
.node--template-embed > .content .links-container ul a:before, .node--template-embed > .content .links-container ul a:after,
.node--template-embed > .content .links-container li a:before,
.node--template-embed > .content .links-container li a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 38px;
  height: 38px;
  text-indent: 0;
  font-weight: 400 !important;
  color: #002067;
  border: 1px solid #002067;
  transform: translateX(-50%) translateY(-50%);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.375s;
  pointer-events: none;
}
.node--template-embed > .content .links-container ul a:before,
.node--template-embed > .content .links-container li a:before {
  border: 1px solid #002067;
  border-radius: 100%;
  background-color: transparent;
}
.node--template-embed > .content .links-container ul a:after,
.node--template-embed > .content .links-container li a:after {
  content: "\e901";
  font-family: "icomoon";
  font-size: 16px;
  height: auto;
  border: 1px solid transparent;
  text-align: center;
}
.node--template-embed > .content .links-container ul a:hover a:before,
.node--template-embed > .content .links-container li a:hover a:before {
  background-color: #002067;
}
.node--template-embed > .content .links-container ul a:hover a:after,
.node--template-embed > .content .links-container li a:hover a:after {
  color: #fff;
}
.node--template-embed > .content .links-container ul a:before,
.node--template-embed > .content .links-container li a:before {
  border: 1px solid #fff;
}
.node--template-embed > .content .links-container ul a:after,
.node--template-embed > .content .links-container li a:after {
  color: #fff;
}
.node--template-embed > .content .links-container ul a:hover a:before,
.node--template-embed > .content .links-container li a:hover a:before {
  background-color: #fff;
}
.node--template-embed > .content .links-container ul a:hover a:after,
.node--template-embed > .content .links-container li a:hover a:after {
  color: #002067;
}