.tcl-hero__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tcl-hero__wrapper--full {
  padding: 60px 0;
  min-height: calc(100vh - 90px);
}
.tcl-hero__wrapper--medium {
  padding: 150px 0;
}
.tcl-hero__wrapper--small {
  padding: 50px 0;
}
.tcl-hero__wrapper--background-gradient {
  background: linear-gradient(157.66deg, #0ca78b 17.31%, #71dd2a 86.75%);
  position: relative;
}
@media (min-width: 1200px) {
  .tcl-hero__wrapper--background-gradient .tcl-hero__heading u:before {
    background: linear-gradient(357.24deg, rgba(255, 255, 255, 0.27) 18.87%, rgba(255, 255, 255, 0.096) 96.1%), rgba(255, 255, 255, 0.3);
    border-radius: 2px;
  }
}
@media (max-width: 1199px) {
  .tcl-hero__wrapper--background-gradient .tcl-hero__heading u {
    background-image: linear-gradient(transparent calc(100% - 15px), rgba(255, 255, 255, 0.3) 15px);
  }
}
.tcl-hero__wrapper--background-gradient .tcl-hero__supheading {
  background: none;
  background-clip: inherit;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}
.tcl-hero__wrapper--background-gradient .tcl-hero__intro ul li::before {
  background-color: #fff;
}
.tcl-hero__wrapper--background-gradient .tcl-hero__intro a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-decoration: underline;
  color: #ffffff;
  -webkit-transition: text-shadow ease 0.3s;
  transition: text-shadow ease 0.3s;
  background: none;
  background-clip: inherit;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}
.tcl-hero__wrapper--background-gradient .tcl-hero__intro a img,
.tcl-hero__wrapper--background-gradient .tcl-hero__intro a svg {
  width: auto;
  height: 12px;
  position: relative;
}
.tcl-hero__wrapper--background-gradient .tcl-hero__intro a:hover {
  color: #ffffff;
  text-shadow: 0px 5px 10px rgba(52, 58, 64, 0.1);
}
.tcl-hero__wrapper--background-gradient .tcl-hero__heading,
.tcl-hero__wrapper--background-gradient .tcl-hero__supheading,
.tcl-hero__wrapper--background-gradient .tcl-hero__intro {
  color: #fff;
}
.tcl-hero__wrapper--background-gradient .tcl-hero__button--primary a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 800px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background: linear-gradient(121.61deg, #0ca78b 19.69%, #71dd2a 100%), #d9d9d9;
  color: #ffffff;
  border: 0;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  padding: 10px 30px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(357.24deg, rgba(255, 255, 255, 0.9) 18.87%, rgba(255, 255, 255, 0.32) 96.1%), rgba(255, 255, 255, 0.7);
  color: #4b4b4b;
}
.tcl-hero__wrapper--background-gradient .tcl-hero__button--primary a:focus {
  outline-offset: 2px;
}
.tcl-hero__wrapper--background-gradient .tcl-hero__button--primary a:focus:not(:focus-visible) {
  outline: 0;
}
.tcl-hero__wrapper--background-gradient .tcl-hero__button--primary a:focus-visible {
  outline-offset: 2px;
}
.tcl-hero__wrapper--background-gradient .tcl-hero__button--primary a img,
.tcl-hero__wrapper--background-gradient .tcl-hero__button--primary a svg {
  width: auto;
  height: 12px;
  position: relative;
}
.tcl-hero__wrapper--background-gradient .tcl-hero__button--primary a span {
  position: relative;
}
.tcl-hero__wrapper--background-gradient .tcl-hero__button--primary a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  background: linear-gradient(137.94deg, rgba(113, 221, 42, 0.14) 8.03%, #71dd2a 47.02%, #71dd2a 93.85%), linear-gradient(121.61deg, #0ca78b 19.69%, #71dd2a 100%), #d9d9d9;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.tcl-hero__wrapper--background-gradient .tcl-hero__button--primary a:hover {
  color: #ffffff;
}
.tcl-hero__wrapper--background-gradient .tcl-hero__button--primary a:hover:before {
  opacity: 1;
}
.tcl-hero__wrapper--background-gradient .tcl-hero__button--primary a:active:before {
  opacity: 1;
}
.tcl-hero__wrapper--background-gradient .tcl-hero__button--primary a:hover {
  color: #4b4b4b;
}
.tcl-hero__wrapper--background-gradient .tcl-hero__button--primary a:before {
  background: linear-gradient(357.24deg, rgba(255, 255, 255, 0.9) 18.87%, rgba(255, 255, 255, 0.32) 96.1%), #ffffff;
}
.tcl-hero__wrapper--background-gradient .tcl-hero__button--primary a:active {
  color: #000000;
}
.tcl-hero__wrapper--background-gradient .tcl-hero__button--secondary a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 800px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 8px 30px;
  border: 2px solid #fff;
  background: none;
  color: #ffffff;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.tcl-hero__wrapper--background-gradient .tcl-hero__button--secondary a:focus {
  outline-offset: 2px;
}
.tcl-hero__wrapper--background-gradient .tcl-hero__button--secondary a:focus:not(:focus-visible) {
  outline: 0;
}
.tcl-hero__wrapper--background-gradient .tcl-hero__button--secondary a:focus-visible {
  outline-offset: 2px;
}
.tcl-hero__wrapper--background-gradient .tcl-hero__button--secondary a img,
.tcl-hero__wrapper--background-gradient .tcl-hero__button--secondary a svg {
  width: auto;
  height: 12px;
  position: relative;
}
.tcl-hero__wrapper--background-gradient .tcl-hero__button--secondary a span {
  position: relative;
}
.tcl-hero__wrapper--background-gradient .tcl-hero__button--secondary a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background: linear-gradient(357.24deg, rgba(255, 255, 255, 0.45) 18.87%, rgba(255, 255, 255, 0.16) 96.1%), rgba(255, 255, 255, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.3s linear, background-color 0.3s linear;
  transition: opacity 0.3s linear, background-color 0.3s linear;
}
.tcl-hero__wrapper--background-gradient .tcl-hero__button--secondary a:hover {
  color: #4b4b4b;
}
.tcl-hero__wrapper--background-gradient .tcl-hero__button--secondary a:hover:before {
  opacity: 1;
}
.tcl-hero__wrapper--background-gradient .tcl-hero__button--secondary a:active {
  color: #000000;
}
.tcl-hero__wrapper--background-gradient .tcl-hero__button--cta a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 800px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background: linear-gradient(359deg, #9650c8 45.46%, rgba(150, 80, 200, 0) 111.16%), rgba(204, 151, 242, 0.8);
  color: #ffffff;
  border: 0;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  padding: 10px 30px;
  position: relative;
  overflow: hidden;
}
.tcl-hero__wrapper--background-gradient .tcl-hero__button--cta a:focus {
  outline-offset: 2px;
}
.tcl-hero__wrapper--background-gradient .tcl-hero__button--cta a:focus:not(:focus-visible) {
  outline: 0;
}
.tcl-hero__wrapper--background-gradient .tcl-hero__button--cta a:focus-visible {
  outline-offset: 2px;
}
.tcl-hero__wrapper--background-gradient .tcl-hero__button--cta a img,
.tcl-hero__wrapper--background-gradient .tcl-hero__button--cta a svg {
  width: auto;
  height: 12px;
  position: relative;
}
.tcl-hero__wrapper--background-gradient .tcl-hero__button--cta a span {
  position: relative;
}
.tcl-hero__wrapper--background-gradient .tcl-hero__button--cta a:hover {
  text-shadow: -0.15px -0.15px 0 #ffffff, 0.15px 0.15px #ffffff;
  -webkit-box-shadow: 0px 5px 10px rgba(52, 58, 64, 0.1);
          box-shadow: 0px 5px 10px rgba(52, 58, 64, 0.1);
}
.tcl-hero__wrapper--background-gradient .tcl-hero__button--cta a:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 600;
}
.tcl-hero__wrapper--background-gradient .tcl-hero__button--text a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-decoration: underline;
  color: #fff;
  -webkit-transition: text-shadow ease 0.3s;
  transition: text-shadow ease 0.3s;
  background-clip: inherit;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}
.tcl-hero__wrapper--background-gradient .tcl-hero__button--text a img,
.tcl-hero__wrapper--background-gradient .tcl-hero__button--text a svg {
  width: auto;
  height: 12px;
  position: relative;
}
.tcl-hero__wrapper--background-gradient .tcl-hero__button--text a:hover {
  color: #fff;
  text-shadow: 0px 5px 10px rgba(52, 58, 64, 0.1);
}
.tcl-hero__wrapper--background-gradient .tcl-hero__figure-top {
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .tcl-hero__wrapper--background-gradient .tcl-hero__figure-top {
    top: -5px;
  }
}
.tcl-hero__wrapper--background-gradient .tcl-hero__figure-top svg {
  width: 100%;
  height: auto;
}
.tcl-hero__wrapper--background-gradient .tcl-hero__figure-bottom {
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
}
.tcl-hero__wrapper--background-gradient .tcl-hero__figure-bottom svg {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0px;
}
.tcl-hero__wrapper--background-white .tcl-hero__button--primary a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 800px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background: linear-gradient(121.61deg, #0ca78b 19.69%, #71dd2a 100%), #d9d9d9;
  color: #ffffff;
  border: 0;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  padding: 10px 30px;
  position: relative;
  overflow: hidden;
}
.tcl-hero__wrapper--background-white .tcl-hero__button--primary a:focus {
  outline-offset: 2px;
}
.tcl-hero__wrapper--background-white .tcl-hero__button--primary a:focus:not(:focus-visible) {
  outline: 0;
}
.tcl-hero__wrapper--background-white .tcl-hero__button--primary a:focus-visible {
  outline-offset: 2px;
}
.tcl-hero__wrapper--background-white .tcl-hero__button--primary a img,
.tcl-hero__wrapper--background-white .tcl-hero__button--primary a svg {
  width: auto;
  height: 12px;
  position: relative;
}
.tcl-hero__wrapper--background-white .tcl-hero__button--primary a span {
  position: relative;
}
.tcl-hero__wrapper--background-white .tcl-hero__button--primary a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  background: linear-gradient(137.94deg, rgba(113, 221, 42, 0.14) 8.03%, #71dd2a 47.02%, #71dd2a 93.85%), linear-gradient(121.61deg, #0ca78b 19.69%, #71dd2a 100%), #d9d9d9;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.tcl-hero__wrapper--background-white .tcl-hero__button--primary a:hover {
  color: #ffffff;
}
.tcl-hero__wrapper--background-white .tcl-hero__button--primary a:hover:before {
  opacity: 1;
}
.tcl-hero__wrapper--background-white .tcl-hero__button--primary a:active:before {
  opacity: 1;
}
.tcl-hero__wrapper--background-white .tcl-hero__button--secondary a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 800px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding: 8px 30px;
  border: 2px solid #0ca78b;
  background: linear-gradient(121.61deg, #0ca78b 19.69%, #71dd2a 100%), #d9d9d9;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.tcl-hero__wrapper--background-white .tcl-hero__button--secondary a:focus {
  outline-offset: 2px;
}
.tcl-hero__wrapper--background-white .tcl-hero__button--secondary a:focus:not(:focus-visible) {
  outline: 0;
}
.tcl-hero__wrapper--background-white .tcl-hero__button--secondary a:focus-visible {
  outline-offset: 2px;
}
.tcl-hero__wrapper--background-white .tcl-hero__button--cta a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 800px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background: linear-gradient(122deg, #9650c8 19.69%, #c58fec 100%, #9650c8 100%), #9650c8;
  color: #ffffff;
  border: 0;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  padding: 10px 30px;
  position: relative;
  overflow: hidden;
}
.tcl-hero__wrapper--background-white .tcl-hero__button--cta a:focus {
  outline-offset: 2px;
}
.tcl-hero__wrapper--background-white .tcl-hero__button--cta a:focus:not(:focus-visible) {
  outline: 0;
}
.tcl-hero__wrapper--background-white .tcl-hero__button--cta a:focus-visible {
  outline-offset: 2px;
}
.tcl-hero__wrapper--background-white .tcl-hero__button--cta a img,
.tcl-hero__wrapper--background-white .tcl-hero__button--cta a svg {
  width: auto;
  height: 12px;
  position: relative;
}
.tcl-hero__wrapper--background-white .tcl-hero__button--cta a span {
  position: relative;
}
.tcl-hero__wrapper--background-white .tcl-hero__button--cta a:hover {
  text-shadow: -0.15px -0.15px 0 #ffffff, 0.15px 0.15px #ffffff;
  -webkit-box-shadow: 0px 5px 10px rgba(52, 58, 64, 0.1);
          box-shadow: 0px 5px 10px rgba(52, 58, 64, 0.1);
}
.tcl-hero__wrapper--background-white .tcl-hero__button--cta a:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 600;
}
.tcl-hero__wrapper--background-white .tcl-hero__button--text a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-decoration: underline;
  color: #55af19;
  -webkit-transition: text-shadow ease 0.3s;
  transition: text-shadow ease 0.3s;
  background: linear-gradient(121.61deg, #0ca78b 19.69%, #71dd2a 100%), #d9d9d9;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.tcl-hero__wrapper--background-white .tcl-hero__button--text a img,
.tcl-hero__wrapper--background-white .tcl-hero__button--text a svg {
  width: auto;
  height: 12px;
  position: relative;
}
.tcl-hero__wrapper--background-white .tcl-hero__button--text a:hover {
  color: #55af19;
  text-shadow: 0px 5px 10px rgba(52, 58, 64, 0.1);
}
.tcl-hero__supheading {
  font-family: "Montserrat";
  font-style: normal;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.18;
  letter-spacing: 0.2em;
  color: #55af19;
  margin-bottom: 15px;
  background: linear-gradient(121.61deg, #0ca78b 19.69%, #71dd2a 100%), #d9d9d9;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.tcl-hero__heading {
  font-family: "Montserrat";
  font-style: normal;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 64px;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.tcl-hero__heading u {
  position: relative;
  text-decoration: none;
  display: inline-block;
}
@media (min-width: 1200px) {
  .tcl-hero__heading u:before {
    content: "";
    position: absolute;
    bottom: 3px;
    height: 15px;
    width: 0;
    left: -6px;
    background: linear-gradient(121.61deg, #0ca78b 19.69%, #71dd2a 100%), #d9d9d9;
    z-index: -1;
    -webkit-transition: width 0.7s linear;
    transition: width 0.7s linear;
  }
  .tcl-hero__heading u[data-animation=true]:before {
    width: calc(100% + 14px);
  }
}
@media (max-width: 1199px) {
  .tcl-hero__heading u {
    display: inline;
    background-image: linear-gradient(white calc(100% - 15px), rgba(11, 64, 55, 0) 15px), linear-gradient(121.61deg, #0ca78b 19.69%, #71dd2a 100%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    background-position: 0 -3px;
    -webkit-transition: background-size 1s;
    transition: background-size 1s;
  }
  .tcl-hero__heading u[data-animation=true] {
    background-size: 100% 100%;
  }
}
@media (max-width: 1199px) {
  .tcl-hero__heading {
    font-size: 51px;
    word-wrap: break-word;
  }
}
.tcl-hero__intro {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  margin-top: 50px;
}
.tcl-hero__intro a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-decoration: underline;
  color: #55af19;
  -webkit-transition: text-shadow ease 0.3s;
  transition: text-shadow ease 0.3s;
  background: linear-gradient(121.61deg, #0ca78b 19.69%, #71dd2a 100%), #d9d9d9;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.tcl-hero__intro a img,
.tcl-hero__intro a svg {
  width: auto;
  height: 12px;
  position: relative;
}
.tcl-hero__intro a:hover {
  color: #55af19;
  text-shadow: 0px 5px 10px rgba(52, 58, 64, 0.1);
}
.tcl-hero__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .tcl-hero__buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.tcl-hero__button a {
  display: block;
}
.tcl-hero__link a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-decoration: underline;
  color: #55af19;
  -webkit-transition: text-shadow ease 0.3s;
  transition: text-shadow ease 0.3s;
  background: linear-gradient(121.61deg, #0ca78b 19.69%, #71dd2a 100%), #d9d9d9;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-transform: uppercase;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tcl-hero__link a img,
.tcl-hero__link a svg {
  width: auto;
  height: 12px;
  position: relative;
}
.tcl-hero__link a:hover {
  color: #55af19;
  text-shadow: 0px 5px 10px rgba(52, 58, 64, 0.1);
}
.tcl-hero__link a span {
  margin-right: 10px;
}
.tcl-hero__link a svg {
  width: 30px;
  height: auto;
}
.tcl-hero__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1199px) {
  .tcl-hero__image {
    display: none;
  }
}
.tcl-hero__image picture {
  border-radius: 8px;
  overflow: hidden;
  width: 600px;
}
.tcl-hero__image picture img {
  width: 100%;
}