.text_module {
  background-position: center !important;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  z-index: 1;
  overflow-y: visible;
}
@media only screen and (max-width: 980px) {
  .text_module {
    padding: 50px 0;
  }
}
.text_module.black-section .text h1,
.text_module.black-section .text h2,
.text_module.black-section .text h3,
.text_module.black-section .text h4,
.text_module.black-section .text h5,
.text_module.black-section .text h6,
.text_module.black-section .text p,
.text_module.black-section .text ul,
.text_module.black-section .text li {
  color: #fff !important;
}
.text_module .section-cap {
  position: absolute;
  left: 50%;
  right: 0;
  top: -67px;
  transform: translateX(-50%);
  height: 70px;
  color: #fff;
  pointer-events: none;
  z-index: 1;
  width: 100vw;
  max-width: none;
  padding: 0 !important;
}
@media only screen and (max-width: 2000px) {
  .text_module .section-cap {
    width: 2000px;
  }
}
.text_module .section-cap .cap-svg {
  width: 100%;
  height: 100%;
  display: block;
}
.text_module .text-wrapper {
  max-width: 100%;
  width: 65%;
  margin: 0 auto;
}
@media only screen and (max-width: 900px) {
  .text_module .text-wrapper {
    width: 75%;
  }
}
@media only screen and (max-width: 540px) {
  .text_module .text-wrapper {
    width: 80%;
    padding: 0;
  }
}
.text_module .text-wrapper a:not(.sbtn) {
  position: relative;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
}
.text_module .text-wrapper a:not(.sbtn)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 1px;
  opacity: 1;
  width: 100%;
  background: #004f59;
  transform: translateX(-50%);
  transition: all 0.1s ease-in-out;
}
.text_module .text-wrapper a:not(.sbtn):hover::after,
.text_module .text-wrapper a:not(.sbtn):focus-visible::after {
  transform: translate(-50%, 2px);
  opacity: 0.75;
}
.text_module .text-wrapper .text h1,
.text_module .text-wrapper .text h2 {
  margin-bottom: 65px;
}
@media only screen and (max-width: 540px) {
  .text_module .text-wrapper .text h1,
  .text_module .text-wrapper .text h2 {
    margin-bottom: 25px;
  }
}
.text_module .text-wrapper .text h3,
.text_module .text-wrapper .text h4,
.text_module .text-wrapper .text h5,
.text_module .text-wrapper .text h6,
.text_module .text-wrapper .text ul,
.text_module .text-wrapper .text p {
  margin-bottom: 25px;
}
.text_module .text-wrapper img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.text_module .text-wrapper .line-separated {
  border-top: 2px solid;
  border-bottom: 2px solid;
  padding: 3rem;
  margin: 2rem 0;
}
.text_module .text-wrapper .buttons {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
.text_module .text-wrapper .buttons .sbtn {
  margin-bottom: 1rem;
}
.text_module .text-wrapper .buttons .sbtn:focus-visible {
  outline: -webkit-focus-ring-color auto 1px !important;
  outline-offset: 4px;
}
.text_module .text-wrapper .buttons .sbtn.btn-dark:hover {
  background-color: white !important;
  color: #004f59 !important;
}
.text_module .text-wrapper .buttons .sbtn.btn-light:hover {
  background-color: #004f59 !important;
  color: white !important;
}
.text_module .text-wrapper .buttons.horizontal {
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.text_module .text-wrapper .buttons.horizontal .sbtn {
  min-width: 280px;
  margin-right: 1rem;
}
.text_module .text-wrapper ul {
  list-style: disc;
  padding-left: 22px;
}
