h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.17;
  letter-spacing: -0.03em;
  color: #292930;
  margin: 0 0 20px 0;
}

h3 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.33;
  letter-spacing: 0.2px;
  color: #000000;
  margin: 0 0 20px 0;
}

h4 {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.33;
  letter-spacing: 0.2px;
  color: #000000;
  margin: 0 0 20px 0;
}

h5 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: 0.2px;
  margin: 0 0 16px 0;
}

h6 {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.33;
  letter-spacing: 0.2px;
  color: #000000;
  margin: 0 0 12px 0;
}

p {
  font-size: 18px;
  line-height: 2;
  color: rgba(0, 0, 0, 0.6);
  margin: 0 0 28px 0;
}
p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 1536px) {
  h1 {
    font-size: 56px;
  }
  h2 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 1440px) {
  h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 44px;
  }
}
@media only screen and (max-width: 1280px) {
  h1 {
    font-size: 44px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 30px;
  }
  p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 21px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }
}
.page-title {
  background-color: #0b0f14;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-family: "Century Gothic";
  padding: 0px 78px;
  position: relative;
  overflow: hidden;
}
.page-title__col {
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page-title__overlay-r {
  position: absolute;
  z-index: 3;
  right: -10%;
  bottom: -80%;
  width: 73%;
  height: 100%;
  text-align: right;
  background: linear-gradient(
    83deg,
    rgba(58, 170, 53, 0.79) 2.29%,
    rgba(58, 170, 53, 0) 58.72%
  );
  opacity: 0.8;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transform: matrix(-0.93, 0.36, 0.36, 0.93, 0, 0);
}
.page-title::before {
  content: "";
  width: 96.9%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/wwa/hero-overlay.webp");
}
.page-title__text {
  max-width: 100%;
  padding: 170px 0 138px 0;
  position: relative;
  z-index: 3;
}
.page-title__text h1 {
  font-size: 64px;
  line-height: 1.57;
  font-weight: 400;
  margin: 0 0 13px 0;
}
.page-title__text p {
  font-size: 20px;
  line-height: 1.55;
  margin: 0;
  color: #fff;
  max-width: 800px;
}
.page-title__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding: 0 0 30px 0;
  list-style: none;
  position: relative;
  z-index: 9;
}
.page-title__nav__item {
  position: relative;
  margin: 0px 6px;
}
.page-title__nav__item::before {
  content: "";
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 24px;
  border-right: 1px solid rgba(55, 63, 72, 0.4);
}
.page-title__nav__item:last-of-type::before {
  content: none;
}
.page-title__nav__item a {
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  line-height: 27px;
  position: relative;
  padding: 10px 31px 10px 10px;
}
.page-title__nav__item a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 11px;
  width: 10px;
  height: 10px;
  background-image: url("../img/wwa/arrow-nav.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s linear;
}
.page-title__nav__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-100%, 100%);
  right: 11px;
  width: 10px;
  height: 10px;
  background-image: url("../img/wwa/arrow-nav.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s linear;
  opacity: 0;
}
.page-title__nav__item a:hover::before {
  transform: translate(100%, -130%);
  opacity: 0;
}
.page-title__nav__item a:hover::after {
  transform: translate(0%, -50%);
  opacity: 1;
}
.page-title__nav__item:first-of-type {
  margin-left: 0;
}
.page-title__nav__item:first-of-type a {
  padding-left: 0;
}

.page-title__overlay-m {
  display: none;
}

@media only screen and (max-width: 1700px) {
  .page-title::before {
    left: -10%;
    background-position: right top;
  }
}
@media only screen and (max-width: 1536px) {
  .page-title::before {
    left: -20%;
  }
  .page-title {
    padding: 0 58px;
  }
  .page-title__text h1 {
    font-size: 56px;
    line-height: 1.2;
  }
  .page-title__text p {
    font-size: 18px;
    line-height: 1.557;
  }
  .page-title__col {
    min-height: 521px;
  }
  .page-title__overlay-r {
    right: -25%;
  }
}
@media only screen and (max-width: 1280px) {
  .page-title {
    padding: 0 38px;
  }
  .page-title__text h1 {
    font-size: 52px;
    line-height: 1.55;
  }
  .page-title__nav__item a {
    font-size: 14px;
  }
  .page-title__nav__item::before {
    height: 20px;
  }
  .page-title__text {
    padding: 140px 0px 50px 0px;
    min-height: 373px;
  }
  .page-title__col {
    min-height: 450px;
  }
}
@media only screen and (max-width: 1199px) {
  .page-title__overlay-m {
    display: block;
    right: -15%;
    opacity: 0.6;
  }
}
@media only screen and (max-width: 991px) {
  .page-title__col {
    min-height: 427px;
  }
  .page-title {
    padding: 0 12px;
  }
  .page-title__text h1 {
    font-size: 38px;
  }
  .page-title__text p {
    font-size: 16px;
  }
  .page-title__text {
    padding: 110px 0px 50px 0px;
    min-height: 350px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .page-title__text h1 {
    font-size: 32px;
    margin-bottom: 11px;
  }
  .page-title__nav {
    display: none;
  }
  .page-title--carrer .page-title__text,
  .page-title--carrer .page-title__col {
    min-height: 280px;
  }
  .page-title--carrer .page-title__nav {
    display: flex;
  }
  .page-title--carrer .page-title__nav__item {
    margin: 0;
  }
  .page-title--carrer .page-title__nav__item::before {
    right: 8px;
  }
  .page-title--carrer .page-title__nav__item a {
    padding: 5px 35px 5px 0px;
  }
  .page-title--carrer .page-title__nav__item a::before,
  .page-title--carrer .page-title__nav__item a::after {
    right: 18px;
  }
  .page-title__text {
    padding: 56px 0px 50px 0px;
  }
  .page-title::after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      179.14deg,
      rgba(0, 0, 0, 0.66) 8.59%,
      rgba(0, 0, 0, 0.42) 110.85%
    );
  }
  .page-title::before,
  .page-title__overlay-m {
    z-index: 3;
  }
  .page-title__col {
    min-height: 350px;
  }
}
@media only screen and (max-width: 575px) {
  .page-title__text {
    padding: 103px 0px 71px 0px;
    min-height: 294px;
  }
  .page-title--carrer .page-title__text {
    padding-bottom: 40px;
  }
  .page-title__text h1 {
    font-size: 28px;
  }
  .page-title__text p {
    font-size: 14px;
  }
  .page-title__overlay-m {
    background: linear-gradient(
      206.43deg,
      rgba(58, 170, 53, 0.24) -1.72%,
      rgba(58, 170, 53, 0.24) 39.12%
    );
    opacity: 0.8;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: matrix(-0.92, 0.39, 0.39, 0.92, 0, 0);
    width: 140%;
    right: -40%;
    bottom: -80%;
  }
  .page-title__overlay-r {
    width: 140%;
    right: -40%;
    bottom: -80%;
  }
}
@media only screen and (max-width: 414px) {
  .page-title--carrer .page-title__nav__item a {
    font-size: 13px;
  }
  .page-title--carrer .page-title__nav__item::before {
    content: none;
  }
  .page-title--carrer .page-title__nav__item:last-of-type a {
    padding-right: 5px;
  }
  .page-title--carrer .page-title__nav__item a {
    padding: 5px 27px 5px 0px;
  }
  .page-title--carrer .page-title__nav__item a::before,
  .page-title--carrer .page-title__nav__item a::after {
    right: 10px;
  }
  .page-title--carrer .page-title__nav__item:last-of-type a::before,
  .page-title--carrer .page-title__nav__item:last-of-type a::after {
    right: -12px;
  }
}
@media only screen and (max-width: 358px) {
  .page-title--carrer .page-title__nav__item a {
    font-size: 12px;
  }
}
.about-hub {
  padding: 88px 0px 183px 0px;
  font-family: "Century Gothic", sans-serif;
  position: relative;
  z-index: 3;
  background-color: #f5f7fb;
}
.about-hub__text {
  padding: 39px 16px 40px 15px;
  margin: 0 0 0 auto;
  max-width: 654px;
}
.about-hub__text h2 {
  letter-spacing: 0;
  line-height: 1.05;
  color: #252525;
  font-weight: 600;
  margin: 0 0 53px 0;
}
.about-hub__text p {
  line-height: 1.7761;
  color: #2c2c2c;
  margin: 0 0 32px 0;
}
.about-hub__text p:last-of-type {
  margin-bottom: 0;
}
.about-hub__text a {
  text-decoration: none;
  margin-top: 12px;
  display: inline-block;
  padding: 0px 23px 0px 0px;
  color: #3aaa35;
  transition: all 0.4s ease;
  position: relative;
}
.about-hub__text a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  width: 10px;
  height: 10px;
  background-image: url("../img/arrow-dgreen.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s linear;
}
.about-hub__text a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-100%, 100%);
  right: 0;
  width: 10px;
  height: 10px;
  background-image: url("../img/arrow-dgreen.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s linear;
  opacity: 0;
}
.about-hub__text a:hover::before {
  transform: translate(100%, -130%);
  opacity: 0;
}
.about-hub__text a:hover::after {
  transform: translate(0%, -50%);
  opacity: 1;
}
.about-hub__text a:hover {
  color: #3aaa35;
}
.about-hub__text--rt {
  padding: 40px 27.5% 40px 72px;
}
.about-hub__img {
  padding-left: 48px;
  height: 100%;
  position: relative;
}
.about-hub__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.about-hub__lt {
  padding-top: 70px;
}
.about-hub__lt:first-of-type .informations__text {
  padding-top: 40px;
}
.about-hub__rt {
  padding: 70px 0px 24px 0px;
}

.play-video {
  position: absolute;
  left: 50%;
  top: calc(50% + 6px);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.play-video__img {
  width: 139px;
  height: 139px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 13px auto;
  position: relative;
}
.play-video__img::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transform: scale(1);
  animation: scaleBorder 4s ease infinite;
}
.play-video__img img {
  max-width: 100%;
  width: 23px;
  height: 28px;
  object-fit: contain;
}
.play-video p {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.7411;
  color: #ffffff;
  position: relative;
  z-index: 2;
}

@keyframes scaleBorder {
  20%,
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
}
.popup-video {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
}
.popup-video__wrap {
  width: 100%;
  max-width: 70%;
  position: relative;
  top: -20%;
  transition: 0.4s ease;
}
.popup-video__wrap__iframe {
  overflow: hidden;
  border: 2px solid #3aaa35;
  border-radius: 4px;
}
.popup-video__wrap__close {
  position: absolute;
  top: -44px;
  right: 0;
  background-color: rgba(255, 255, 255, 0.4);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 99;
}
.popup-video__wrap__close:hover {
  transform: rotate(180deg);
}
.popup-video__wrap__close img {
  filter: brightness(0) invert(1);
  display: block;
  position: relative;
  left: -0.5px;
}
.popup-video iframe {
  width: 100% !important;
  height: 600px;
  display: block;
}

.popup-video.active-video {
  opacity: 1;
  visibility: visible;
  transition: 0.4s ease;
  top: 50%;
}

.popup-video.active-video .popup-video__wrap {
  top: 0;
  transition: 0.4s ease;
}

@media only screen and (max-width: 1536px) {
  .about-hub {
    padding: 70px 0px 160px;
  }
  .about-hub__text h2 {
    line-height: 1.22;
    margin-bottom: 32px;
  }
  .play-video__img {
    width: 120px;
    height: 120px;
  }
  .play-video p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1399px) {
  .about-hub__text {
    max-width: 570px;
  }
  .popup-video iframe {
    height: 550px;
  }
}
@media only screen and (max-width: 1280px) {
  .about-hub__img {
    padding-left: 40px;
  }
  .about-hub {
    padding: 60px 0px 140px;
  }
  .popup-video iframe {
    height: 480px;
  }
  .play-video__img {
    width: 100px;
    height: 100px;
  }
  .play-video p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-hub__text {
    max-width: 482px;
  }
  .popup-video iframe {
    height: 450px;
  }
}
@media only screen and (max-width: 991px) {
  .about-hub {
    padding-top: 30px;
  }
  .about-hub__text {
    max-width: 720px;
    padding-top: 0;
    padding-bottom: 30px;
    margin: 0 auto;
  }
  .about-hub__img {
    padding-left: 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100vw - 48px);
  }
  .popup-video__wrap {
    max-width: 85%;
  }
  .popup-video iframe {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .about-hub__text {
    max-width: 540px;
  }
  .popup-video__wrap {
    max-width: calc(100% - 48px);
  }
  .popup-video iframe {
    height: 380px;
  }
}
@media only screen and (max-width: 575px) {
  .about-hub {
    padding-left: 12px;
    padding-right: 12px;
  }
  .about-hub__text {
    max-width: 100%;
  }
  .about-hub__img {
    width: calc(100vw - 12px);
  }
  .popup-video__wrap {
    max-width: calc(100% - 12px);
  }
  .popup-video iframe {
    height: 350px;
  }
}
.features {
  font-family: "Century Gothic", sans-serif;
  position: relative;
  z-index: 4;
  padding: 0px 90px;
  margin-top: -49px;
}
.features__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 17px;
  padding-bottom: 40px;
}
.features__list__item {
  width: calc(25% - 13px);
}
.features__list__item__box {
  background: linear-gradient(
      174.36deg,
      #ffffff 36.29%,
      rgba(255, 255, 255, 0.91) 53.92%,
      rgba(255, 255, 255, 0.73) 71.66%
    ),
    #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 40px 32px 60px 32px;
  margin-bottom: 24px;
  transition: all 0.4s ease;
  height: calc(100% - 24px);
}
.features__list__item__box:hover {
  box-shadow: 23.0357131958px 16.7532463074px 81.6720733643px 0px
    rgba(107, 107, 107, 0.1490196078);
}
.features__list__item__icon {
  margin-bottom: 20px;
}
.features__list__item__icon img {
  height: 42px;
  object-fit: contain;
}
.features__list__item__text {
  max-width: 96%;
}
.features__list__item__text h5 {
  margin-bottom: 29px;
  line-height: 29px;
  color: #484848;
}
.features__list__item__text p {
  font-size: 16px;
  line-height: 1.62;
  letter-spacing: 0.25px;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 26px;
}
.features__list__item__text p:last-of-type {
  margin-bottom: 0;
}

@media only screen and (max-width: 1536px) {
  .features {
    padding: 0px 70px;
  }
}
@media only screen and (max-width: 1280px) {
  .features__list__item__box {
    padding: 30px 25px 40px 25px;
  }
  .features__list__item__text h5 {
    margin-bottom: 22px;
  }
  .features {
    padding: 0px 50px;
  }
  .features__list {
    column-gap: 12px;
  }
  .features__list__item {
    width: calc(25% - 9px);
  }
}
@media only screen and (max-width: 1199px) {
  .features__list__item {
    width: calc(50% - 9px);
  }
  .features__list__item__box {
    margin-bottom: 12px;
    height: calc(100% - 12px);
  }
}
@media only screen and (max-width: 991px) {
  .features {
    padding: 0px 24px;
  }
}
@media only screen and (max-width: 767px) {
  .features {
    margin-top: -70px;
  }
  .features__list__item {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .features__list__item__box {
    padding: 25px 15px 25px 15px;
  }
  .features__list__item__text h5 {
    margin-bottom: 16px;
  }
  .features__list__item__text p {
    font-size: 14px;
  }
}
.gallery {
  padding: 32px 0px 83px 0px;
  background-color: #fff;
}
.gallery__wrap {
  display: grid;
  width: 100%;
  grid-auto-flow: dense;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
}
.gallery__wrap__item {
  position: relative;
  background-color: #3baa3535;
}
.gallery__wrap__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.gallery__wrap__item--horizontal {
  grid-column: span 2;
}
.gallery__wrap__item--vertical {
  grid-row: span 2;
}

@media only screen and (max-width: 1280px) {
  .gallery {
    padding: 5px 0px 65px;
  }
  .gallery__wrap {
    grid-gap: 12px;
  }
}
@media only screen and (max-width: 991px) {
  .gallery__wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .gallery__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 575px) {
  .gallery {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 55px;
  }
}
.hub-cta {
  margin-bottom: 126px;
  font-family: "Century Gothic", sans-serif;
  position: relative;
  z-index: 2;
}
.hub-cta__box {
  background: linear-gradient(
      174.36deg,
      #ffffff 36.29%,
      rgba(255, 255, 255, 0.91) 53.92%,
      rgba(255, 255, 255, 0.73) 71.66%
    ),
    #ffffff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 47px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.hub-cta__box__title {
  width: 70%;
}
.hub-cta__box__title h3 {
  margin: 0;
  font-size: 32px;
  line-height: 39px;
  color: #484848;
  padding-right: 30px;
}
.hub-cta__box__btn {
  width: 30%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.hub-cta__box__btn a {
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  line-height: 34px;
  background-color: #1d7f35;
  border: 1px solid #1d7f35;
  border-radius: 4px;
  padding: 9px 41px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.hub-cta__box__btn a:hover::after {
  transform: translateY(0);
}
.hub-cta__box__btn a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #3aaa35;
  z-index: 1;
  transform: translateY(100%);
  transition: all 0.4s ease;
}
.hub-cta__box__btn a span {
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1536px) {
  .hub-cta {
    margin-bottom: 100px;
  }
  .hub-cta__box__title h3 {
    font-size: 30px;
    line-height: 1.22;
  }
}
@media only screen and (max-width: 1280px) {
  .hub-cta__box__title h3 {
    font-size: 28px;
  }
  .hub-cta__box__btn a {
    font-size: 16px;
    padding: 8px 32px;
  }
  .hub-cta__box {
    padding: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .hub-cta__box__title h3 {
    font-size: 26px;
  }
  .hub-cta__box {
    padding: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .hub-cta__box__title h3 {
    font-size: 24px;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .hub-cta__box {
    flex-direction: column;
  }
  .hub-cta__box__title,
  .hub-cta__box__btn {
    width: 100%;
  }
  .hub-cta__box__btn a {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .hub-cta__box__title h3 {
    font-size: 21px;
  }
  .hub-cta__box {
    padding: 20px 15px;
  }
  .hub-cta__box__btn a {
    font-size: 15px;
    line-height: 28px;
  }
  .hub-cta {
    margin-bottom: 80px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.site {
  overflow: hidden;
}

.inspira-wrap {
  position: relative;
}
.inspira-wrap__overlay {
  width: 120%;
  height: 900px;
  position: absolute;
  right: -20%;
  top: 480px;
  background: linear-gradient(
    132.42deg,
    rgba(58, 170, 53, 0.98) 4.66%,
    rgba(58, 170, 53, 0) 47.08%
  );
  opacity: 0.1;
  transform: matrix(-0.92, 0.39, 0.39, 0.92, 0, 0);
}

@media only screen and (max-width: 1199px) {
  .inspira-wrap__overlay {
    right: -25%;
  }
}
@media only screen and (max-width: 991px) {
  .inspira-wrap__overlay {
    right: -30%;
  }
}
@media only screen and (max-width: 767px) {
  .inspira-wrap__overlay {
    display: none;
  }
}

/*# sourceMappingURL=inspira-hub.css.map */
