#lexdomains {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  padding-bottom: 5em;
  background-image: url("../img/lexdomains/lexdomains-background.png"), linear-gradient(to bottom, #437b8b 0%, #44707c 15%, #44707c 97%, #4b8494 100%);
  background-position: top right, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 80% auto, 100% 100%;
  background-blend-mode: multiply;
}
@media (max-width: 991.98px) {
  #lexdomains {
    max-width: 100%;
    margin: 0;
    padding-bottom: 0em;
  }
}
#lexdomains .triangle-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 270px;
  height: 270px;
  fill: #316270;
}
@media (max-width: 991.98px) {
  #lexdomains .triangle-top {
    width: 150px;
    height: 150px;
  }
}
#lexdomains .triangle-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 170px;
  height: 170px;
  fill: #335761;
}
@media (max-width: 991.98px) {
  #lexdomains .triangle-bottom {
    width: 90px;
    height: 90px;
  }
}
#lexdomains .title {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30vh 0px 15vh;
  align-self: stretch;
  width: 100%;
  position: relative;
  flex: 0 0 auto;
  align-items: flex-start;
}
@media (max-width: 991.98px) {
  #lexdomains .title {
    padding: 15vh 2em 5vh;
  }
}
#lexdomains .title .section-title {
  color: white;
  font-weight: 100;
  font-size: 3.45em;
}
@media (max-width: 991.98px) {
  #lexdomains .title .section-title {
    font-size: 3.2em;
    line-height: 1.1;
  }
}
#lexdomains .title .section-description {
  color: white;
  font-weight: 100;
  font-size: 2em;
  text-align: left;
  line-height: 1.1em;
}
@media (max-width: 991.98px) {
  #lexdomains .title .section-description {
    font-size: 1.8em;
  }
}
#lexdomains .domains .domain {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 7em;
}
@media (max-width: 991.98px) {
  #lexdomains .domains .domain {
    flex-direction: column;
    margin-bottom: 0em;
  }
}
#lexdomains .domains .domain .domain-img {
  width: 20%;
  position: relative;
  border-right: 2px solid white;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  #lexdomains .domains .domain .domain-img {
    width: 100%;
    height: 180px;
    border-right: none;
    border-bottom: 6px solid white;
  }
}
#lexdomains .domains .domain .domain-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#lexdomains .domains .domain .domain-img .img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom right, rgba(255, 191, 135, 0.75), rgba(145, 231, 255, 0.75));
  mix-blend-mode: color;
}
@media (max-width: 991.98px) {
  #lexdomains .domains .domain .domain-img .img-overlay {
    background: linear-gradient(to top, rgba(255, 191, 135, 0.75), rgba(145, 231, 255, 0.75) 60%);
  }
}
#lexdomains .domains .domain .domain-content {
  width: 80%;
  padding: 4em;
  background: linear-gradient(to bottom right, #316270 0%, rgba(51, 87, 97, 0) 40%);
}
@media (max-width: 991.98px) {
  #lexdomains .domains .domain .domain-content {
    width: 100%;
    padding: 0em;
    position: relative;
    background: none;
  }
}
#lexdomains .domains .domain .domain-content .domain-title {
  display: inline-flex;
}
@media (max-width: 991.98px) {
  #lexdomains .domains .domain .domain-content .domain-title {
    background: #316270;
    padding: 0.5em 4.5em 0em 2.4em;
    position: absolute;
    top: -3em;
    clip-path: polygon(0 0, calc(100% - 60px) 0, 100% 100%, 0 100%);
  }
}
#lexdomains .domains .domain .domain-content .domain-title h3 {
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 2.2em;
}
@media (max-width: 991.98px) {
  #lexdomains .domains .domain .domain-content .domain-title h3 {
    font-size: 1.8em;
    padding: 0.5em 0.2em;
    line-height: 1em;
  }
}
#lexdomains .domains .domain .domain-content .domain-text {
  color: #e8faff;
  font-weight: 300;
  font-size: 1.4em;
  line-height: 1.3;
}
@media (max-width: 991.98px) {
  #lexdomains .domains .domain .domain-content .domain-text {
    font-size: 1.3em;
    line-height: 1.2;
    background: #316270;
    padding: 3em 2em 1em;
  }
}
#lexdomains .domains .domain .domain-content .specifics {
  margin-top: 1.5em;
}
@media (max-width: 991.98px) {
  #lexdomains .domains .domain .domain-content .specifics {
    margin-top: 0em;
    background: #316270;
  }
}
#lexdomains .domains .domain .domain-content .specifics .specific {
  margin-bottom: 1rem;
}
#lexdomains .domains .domain .domain-content .specifics .specific .specific-title {
  background: white;
  color: #747474;
  padding: 1em 2em;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.1em;
  line-height: 1.1;
}
@media (max-width: 991.98px) {
  #lexdomains .domains .domain .domain-content .specifics .specific .specific-title {
    padding: 1em 1em;
  }
}
#lexdomains .domains .domain .domain-content .specifics .specific .specific-title:not(.collapsed) .mobile-caret {
  transform: rotate(180deg);
}
#lexdomains .domains .domain .domain-content .specifics .specific .specific-title .mobile-caret {
  transform: rotate(0deg);
  color: orange;
  display: none;
  transition: all 0.3s ease;
}
@media (max-width: 991.98px) {
  #lexdomains .domains .domain .domain-content .specifics .specific .specific-title .mobile-caret {
    display: block;
  }
}
#lexdomains .domains .domain .domain-content .specifics .specific .specific-content {
  background: #5c848f;
  color: white;
  font-size: 1.1em;
  line-height: 1.3;
  flex: 1;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  #lexdomains .domains .domain .domain-content .specifics .specific .specific-content {
    font-size: 1.2em;
    line-height: 1.2;
  }
}
#lexdomains .domains .domain .domain-content .specifics .specific .specific-content .padder {
  padding: 2em;
}
@media (max-width: 991.98px) {
  #lexdomains .domains .domain .domain-content .specifics .specific .specific-content .padder {
    padding: 1.5em;
  }
}
#lexdomains .domains .domain .domain-content .specifics .specific .specific-content .triangle-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  fill: #44707c;
}
@media (max-width: 991.98px) {
  #lexdomains .domains .domain .domain-content .specifics .specific .specific-content .triangle-bottom {
    fill: #316270;
  }
}
#lexdomains .domains .domain .domain-content .specifics .specific .specific-content .triangle-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  fill: white;
}
#lexdomains .domains .domain .domain-content .domain-cta {
  margin-top: 1.5em;
  display: flex;
}
@media (max-width: 991.98px) {
  #lexdomains .domains .domain .domain-content .domain-cta {
    margin-top: 0em;
    padding: 2em 1.5rem 12vh;
    background: #316270;
  }
}
#lexdomains .domains .domain .domain-content .domain-cta .cta-btn {
  height: 40px !important;
  font-size: 1.3em;
}

.lex-call-to-action {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3em;
  padding: 7em;
  width: 100%;
  background-color: #335761;
}
@media (max-width: 991.98px) {
  .lex-call-to-action {
    flex-direction: column;
  }
}
.lex-call-to-action .cta-title {
  color: #ffffff;
  font-size: 2.6em;
  text-align: right;
  line-height: 1em;
}
@media (max-width: 991.98px) {
  .lex-call-to-action .cta-title {
    text-align: center;
  }
}
.lex-call-to-action .cta-title .first {
  font-size: 0.9em;
  font-weight: 100;
}
.lex-call-to-action .cta-title .second {
  font-size: 1.2em;
  font-weight: 100;
}