@media screen and (max-width: 991px) {
  .full-width-column {
    overflow: hidden;
  }
}
.full-width-column .--outer-top {
  position: relative;
  max-width: 1440px;
  margin: auto;
}
.full-width-column .--outer-top .--inner-top {
  position: absolute;
  max-height: 900px;
  overflow: hidden;
  left: 40%;
  top: -32rem;
  z-index: -1;
  width: auto;
}
@media screen and (min-width: 768px) {
  .full-width-column .--outer-top .--inner-top {
    left: 63%;
  }
}
.full-width-column .--outer-top .--inner-top img {
  opacity: 0.02;
  animation: rotate-bg 60s linear infinite;
}
@media screen and (max-width: 992px) {
  .full-width-column .--outer-top .--inner-top img {
    width: 50rem;
    height: auto;
  }
}
@keyframes rotate-bg {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 992px) {
  .full-width-column .--outer-top .--inner-top {
    top: -63rem;
  }
  .full-width-column .--outer-top .--inner-top img {
    opacity: 0.02;
  }
}
.full-width-column .--outer-btm {
  max-width: 1440px;
  position: relative;
  margin: auto;
}
.full-width-column .--outer-btm .--inner-btm {
  position: absolute;
  width: 123%;
  height: 900px;
  left: -22rem;
  overflow: hidden;
  bottom: -90rem;
  opacity: 0.02;
  z-index: -1;
}
.full-width-column .--outer-btm .--inner-btm img {
  animation: rotate-bg 60s linear infinite;
}
@media screen and (max-width: 992px) {
  .full-width-column .--outer-btm .--inner-btm img {
    width: 392px;
    height: 380px;
  }
}
@keyframes rotate-bg {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 993px) {
  .full-width-column .--outer-btm .--inner-btm {
    left: -53rem;
    bottom: -51rem;
    width: 65%;
  }
  .full-width-column .--outer-btm .--inner-btm img {
    width: 100%;
    height: auto;
  }
}
.full-width-column .title {
  margin-bottom: 4rem;
}
.full-width-column .title h2 {
  margin: 0;
}
@media screen and (min-width: 992px) {
  .full-width-column .title {
    margin-bottom: 8rem;
  }
}
.full-width-column .--content {
  margin-bottom: 4rem;
  max-width: 100%;
  padding-left: 0;
}
@media screen and (min-width: 992px) {
  .full-width-column .--content {
    margin-bottom: 8rem;
    max-width: 75.2rem;
    padding-left: 3.5rem;
  }
}
.full-width-column .--content p {
  color: var(--gray-02);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.48px;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .full-width-column .--content p {
    font-size: 2.4rem;
    letter-spacing: 0;
  }
}
.full-width-column .text-end {
  text-align: left !important;
}
@media screen and (min-width: 992px) {
  .full-width-column .text-end {
    text-align: right !important;
  }
}
.full-width-column.expansion .row {
  justify-content: center;
}
.full-width-column.expansion .text-end {
  text-align: center !important;
}
.full-width-column.expansion .title {
  text-align: center;
  margin-bottom: 4.8rem;
}
@media screen and (min-width: 992px) {
  .full-width-column.expansion .title {
    margin-bottom: 3.2rem;
  }
}
.full-width-column.expansion .title p {
  color: var(--gray-02);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0;
  margin: 1.6rem 0 0 0;
}
@media screen and (min-width: 992px) {
  .full-width-column.expansion .title p {
    font-size: 1.8rem;
    letter-spacing: -0.36px;
  }
}
.full-width-column.expansion::after, .full-width-column.expansion::before {
  display: none;
}
.full-width-column.no-backgrd .--outer-top,
.full-width-column.no-backgrd .--outer-btm {
  display: none;
}

.full-width-column.team-base .btn.btn-arrow {
  padding: 1.2rem 1.6rem;
}
.full-width-column.team-base .btn.btn-arrow svg {
  display: none !important;
}/*# sourceMappingURL=style.css.map */