.tcl-header {
  position: sticky;
  background-color: rgba(255, 255, 255, 0);
  z-index: 9;
  top: 0;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.tcl-header.sticky-header {
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  background-color: #fff;
  -webkit-backdrop-filter: blur(20px) saturate(180%);
          backdrop-filter: blur(20px) saturate(180%);
}
.tcl-header__wrapper {
  position: relative;
}
.tcl-header__progress-bar {
  position: absolute;
  top: 100%;
  width: 0px;
  height: 6px;
  border-radius: 0px 5px 5px 0px;
  background: linear-gradient(121.61deg, #0ca78b 19.69%, #71dd2a 100%, #71dd2a 100%);
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}
.tcl-header__logo {
  margin-right: 30px;
  position: relative;
}
@media (max-width: 1199px) {
  .tcl-header__logo {
    margin-right: 0;
  }
}
.tcl-header__logo .tcl-picture {
  width: 200px;
}
.tcl-header__logo img {
  max-width: 200px;
  width: 100%;
}
.tcl-header__logo-light {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.tcl-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: height 0.3s linear;
  transition: height 0.3s linear;
}
@media (max-width: 1199px) {
  .tcl-header__content {
    height: 70px;
    -webkit-filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0px 4px 40px rgba(0, 0, 0, 0.1));
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.tcl-header__content.sticky-header {
  height: 70px;
}
.tcl-header__content.sticky-header a {
  color: #4b4b4b;
}
.tcl-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  gap: 20px;
}
@media (max-width: 1199px) {
  .tcl-header__menu {
    display: none;
  }
}
.tcl-header__menu-link {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*@media (min-width: 1200px) {
    &:focus-within {
      .tcl-header {
        &__submenu {
          visibility: visible;
          opacity: 1;
        }
      }
    }
  }*/
  /*&:hover {
    .tcl-header__submenu {
      visibility: visible;
      opacity: 1;
    }
  }*/
}
.tcl-header__menu-link > a, .tcl-header__menu-link > button.no-link-fr {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 156%;
  color: #000000;
  text-decoration: none;
  padding: 10px 0;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: font-weight 0.3s ease, color 0.3s ease;
  transition: font-weight 0.3s ease, color 0.3s ease;
  border: none;
  background-color: transparent;
}
.tcl-header__menu-link > a span, .tcl-header__menu-link > button.no-link-fr span {
  position: relative;
}
.tcl-header__menu-link > a span:after, .tcl-header__menu-link > button.no-link-fr span:after {
  content: "";
  height: 5px;
  width: 0;
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  border-radius: 1px;
  background: linear-gradient(110deg, #0ca78b 0%, #71dd2a 100%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.tcl-header__menu-link > a:hover span:after, .tcl-header__menu-link > button.no-link-fr:hover span:after {
  width: 100%;
}
.tcl-header__menu-link > button.no-link-fr span {
  margin-right: 8px;
}
.tcl-header__menu-link > button.no-link-fr.active svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.tcl-header__menu-link > button.no-link-fr svg {
  width: 14px;
  height: auto;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.tcl-header__menu-link button:not(.no-link-fr) {
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 3px;
  background-color: transparent;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tcl-header__menu-link button:not(.no-link-fr).active svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.tcl-header__menu-link button:not(.no-link-fr) svg {
  width: 14px;
  height: auto;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.tcl-header__top-header {
  display: block;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .tcl-header__top-header {
    margin-bottom: 20px;
    color: #55af19;
    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;
  }
}
@media (max-width: 1199px) {
  .tcl-header__top-header {
    width: 100% !important;
    color: #231f20;
    padding: 10px 15px 10px 30px;
    font-size: 16px;
    text-decoration: none;
  }
}
.tcl-header__top-header:hover {
  color: #55af19;
  text-shadow: 0 5px 10px rgba(52, 58, 64, 0.1);
}
.tcl-header__submenu {
  min-width: 620px;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1490196078));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1490196078));
  position: absolute;
  top: calc(100% - 10px);
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}
.tcl-header__submenu_center {
  min-width: 930px;
}
.tcl-header__submenu_center .tcl-header__submenu-left, .tcl-header__submenu_center .tcl-header__submenu-right {
  width: 33.3333%;
}
.tcl-header__submenu.active {
  visibility: visible;
  opacity: 1;
}
.tcl-header__submenu-wrapper {
  clip-path: polygon(24px 10px, 100% 10px, 100% 100%, 0 100%, 0 10px, 46px 10px, 35px 0);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  border-radius: 0 0 20px 20px;
}
.tcl-header__submenu-left {
  width: 50%;
  padding: 30px 20px 20px;
}
.tcl-header__submenu-right {
  width: 50%;
  padding: 30px 20px 20px;
  background-color: #f3f3f3;
  border-radius: 0 0 20px 0;
}
.tcl-header__submenu-right--links {
  background-color: #fff;
}
.tcl-header__submenu-card-image {
  margin-bottom: 10px;
}
.tcl-header__submenu-card-image img {
  vertical-align: top;
  height: 50px;
  width: auto;
}
.tcl-header__submenu-card-heading {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #4b4b4b;
  font-weight: 600;
  margin-bottom: 10px;
}
.tcl-header__submenu-card-description {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  font-size: 12px;
  color: #4b4b4b;
  margin-bottom: 20px;
}
.tcl-header__submenu-card-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;
}
.tcl-header__submenu-card-link a img,
.tcl-header__submenu-card-link a svg {
  width: auto;
  height: 12px;
  position: relative;
}
.tcl-header__submenu-card-link a:hover {
  color: #55af19;
  text-shadow: 0 5px 10px rgba(52, 58, 64, 0.1);
}
@media (max-width: 1199px) {
  .tcl-header__submenu-article {
    padding: 20px 17px 30px;
  }
}
.tcl-header__submenu-article-heading {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  font-weight: 600;
  color: #4b4b4b;
  margin-bottom: 10px;
}
.tcl-header__submenu-article-image {
  margin-bottom: 10px;
}
.tcl-header__submenu-article-image img {
  vertical-align: top;
  height: auto;
  width: 100%;
  border-radius: 5px;
}
.tcl-header__submenu-article-author {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
}
.tcl-header__submenu-article-author {
  font-size: 12px;
  font-weight: 500;
  color: #4b4b4b;
  margin-bottom: 10px;
}
.tcl-header__submenu-article-author 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-header__submenu-article-author a img,
.tcl-header__submenu-article-author a svg {
  width: auto;
  height: 12px;
  position: relative;
}
.tcl-header__submenu-article-author a:hover {
  color: #55af19;
  text-shadow: 0 5px 10px rgba(52, 58, 64, 0.1);
}
.tcl-header__submenu-article-description {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  font-size: 12px;
  font-weight: 500;
  color: #4b4b4b;
  margin-bottom: 10px;
}
.tcl-header__submenu-article-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;
}
.tcl-header__submenu-article-link a img,
.tcl-header__submenu-article-link a svg {
  width: auto;
  height: 12px;
  position: relative;
}
.tcl-header__submenu-article-link a:hover {
  color: #55af19;
  text-shadow: 0 5px 10px rgba(52, 58, 64, 0.1);
}
.tcl-header__submenu-quote-icon {
  margin-bottom: 20px;
}
.tcl-header__submenu-quote-icon svg {
  height: 38px;
  width: auto;
}
.tcl-header__submenu-quote-text {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  font-weight: 600;
  margin-bottom: 20px;
}
.tcl-header__submenu-quote-position {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  font-size: 12px;
  font-weight: 600;
}
.tcl-header__submenu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-decoration: none;
  color: #4b4b4b;
  margin-bottom: 20px;
}
.tcl-header__submenu-link:hover .tcl-header__submenu-link-heading span:after {
  width: 100%;
}
.tcl-header__submenu-link:last-child {
  margin-bottom: 0;
}
.tcl-header__submenu-link-icon {
  width: 50px;
  height: 42px;
  position: relative;
  margin-right: 20px;
}
.tcl-header__submenu-link-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.tcl-header__submenu-link-heading {
  width: calc(100% - 50px - 20px);
}
.tcl-header__submenu-link-heading span {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  font-weight: 500;
  color: #4b4b4b;
  position: relative;
}
.tcl-header__submenu-link-heading span:after {
  content: "";
  height: 3px;
  width: 0;
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  border-radius: 1px;
  background: linear-gradient(110deg, #0ca78b 0%, #71dd2a 100%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.tcl-header__submenu-link-heading div {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  font-size: 12px;
  font-weight: 500;
}
.tcl-header__buttons {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199px) {
  .tcl-header__buttons {
    display: none;
  }
}
.tcl-header__additional-button {
  white-space: nowrap;
}
.tcl-header__additional-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-header__additional-button--secondary a:focus {
  outline-offset: 2px;
}
.tcl-header__additional-button--secondary a:focus:not(:focus-visible) {
  outline: 0;
}
.tcl-header__additional-button--secondary a:focus-visible {
  outline-offset: 2px;
}
.tcl-header__additional-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-header__additional-button--cta a:focus {
  outline-offset: 2px;
}
.tcl-header__additional-button--cta a:focus:not(:focus-visible) {
  outline: 0;
}
.tcl-header__additional-button--cta a:focus-visible {
  outline-offset: 2px;
}
.tcl-header__additional-button--cta a img,
.tcl-header__additional-button--cta a svg {
  width: auto;
  height: 12px;
  position: relative;
}
.tcl-header__additional-button--cta a span {
  position: relative;
}
.tcl-header__additional-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-header__additional-button--cta a:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 600;
}
.tcl-header__additional-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;
  color: #ffffff !important;
}
.tcl-header__additional-button--primary a:focus {
  outline-offset: 2px;
}
.tcl-header__additional-button--primary a:focus:not(:focus-visible) {
  outline: 0;
}
.tcl-header__additional-button--primary a:focus-visible {
  outline-offset: 2px;
}
.tcl-header__additional-button--primary a img,
.tcl-header__additional-button--primary a svg {
  width: auto;
  height: 12px;
  position: relative;
}
.tcl-header__additional-button--primary a span {
  position: relative;
}
.tcl-header__additional-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-header__additional-button--primary a:hover {
  color: #ffffff;
}
.tcl-header__additional-button--primary a:hover:before {
  opacity: 1;
}
.tcl-header__additional-button--primary a:active:before {
  opacity: 1;
}
.tcl-header__additional-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-header__additional-button--text a img,
.tcl-header__additional-button--text a svg {
  width: auto;
  height: 12px;
  position: relative;
}
.tcl-header__additional-button--text a:hover {
  color: #55af19;
  text-shadow: 0 5px 10px rgba(52, 58, 64, 0.1);
}
.tcl-header__additional-button a {
  display: block;
}
.tcl-header__contact-us {
  margin-left: 30px;
}
@media (max-width: 1199px) {
  .tcl-header__contact-us {
    display: none;
  }
}
.tcl-header__contact-us 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;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0);
}
.tcl-header__contact-us a:focus {
  outline-offset: 2px;
}
.tcl-header__contact-us a:focus:not(:focus-visible) {
  outline: 0;
}
.tcl-header__contact-us a:focus-visible {
  outline-offset: 2px;
}
.tcl-header__burger {
  width: 22px;
  height: 18px;
  position: relative;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  position: absolute;
  left: 0;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .tcl-header__burger {
    display: block !important;
  }
}
.tcl-header__burger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #123352;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.tcl-header__burger span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}
.tcl-header__burger span:nth-child(2) {
  top: 8px;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}
.tcl-header__burger span:nth-child(3) {
  top: 16px;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}
.tcl-header__burger.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0px;
  left: 0px;
}
.tcl-header__burger.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.tcl-header__burger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 16px;
  left: 0px;
}
.tcl-header__search {
  position: relative;
}
.tcl-header__search button {
  border: 0;
  padding: 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
}
.tcl-header__search button img {
  width: 20px;
}
.tcl-header__search-box {
  position: absolute;
  width: 470px;
  top: calc(100% + 20px);
  right: 0;
  background: #fff;
  display: block;
  border-radius: 0px 0px 20px 20px;
  background: #fff;
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
}
.tcl-header__search-heading {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  font-weight: 600;
  color: #4b4b4b;
  margin-bottom: 8px;
  padding-top: 15px;
  text-align: center;
}
.tcl-header__search-input {
  position: relative;
  max-width: 320px;
  margin: 0 auto;
}
.tcl-header__search-input button {
  position: absolute;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 45px;
  padding-right: 4px;
  top: 0;
  right: 0;
  background: linear-gradient(121.61deg, #0ca78b 19.69%, #71dd2a 100%), #d9d9d9;
  border-radius: 0px 24px 24px 0px;
  cursor: pointer;
  z-index: 2;
}
.tcl-header__search-input button img {
  height: 20px;
  width: auto;
}
.tcl-header__search-input input {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  width: 100%;
  height: 42px;
  border-radius: 54px;
  border: 2px solid #0ca78b;
  padding: 0 20px;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.tcl-header__search-form {
  background: #f3f3f3;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 0px 0px 20px 20px;
  padding-bottom: 15px;
}
@media (max-width: 1199px) {
  .tcl-header__search {
    display: none;
  }
}
.tcl-header__search-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}
.tcl-header__search-buttons button {
  height: 54px;
  border-radius: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  line-height: 21px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: transparent;
  padding: 0 40px;
  cursor: pointer;
  position: relative;
  color: #55af19;
  font-size: 16px;
  height: 40px;
}
.tcl-header__search-buttons button span {
  position: relative;
  z-index: 1;
  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-header__search-buttons button:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  border-radius: 54px;
  border: 2px solid transparent;
  background: linear-gradient(121.61deg, #0ca78b 19.69%, #71dd2a 100%) border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.tcl-header__search-buttons button:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background: linear-gradient(121.61deg, #0ca78b 19.69%, #71dd2a 100%), #d9d9d9;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  border-radius: 54px;
}
.tcl-header__search-buttons button:hover {
  color: #ffffff;
}
.tcl-header__search-buttons button:hover:after {
  opacity: 1;
}
.tcl-header__search-buttons button:hover span {
  background: none;
  background-clip: inherit;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}
.tcl-header__search-buttons button.active {
  color: #ffffff;
}
.tcl-header__search-buttons button.active:after {
  opacity: 1;
}
.tcl-header__search-buttons button.active span {
  background: none;
  background-clip: inherit;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
}
.tcl-header__switcher {
  margin-left: 20px;
  margin-right: 20px;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  width: 135px;
  height: 45px;
}
@media (max-width: 1199px) {
  .tcl-header__switcher {
    display: none !important;
  }
}
.tcl-header__switcher-wrapper {
  position: absolute;
  top: 0;
}
.tcl-header__switcher-current {
  width: 135px;
  height: 45px;
  border: 1px solid #cfcfcf;
  border-radius: 10px 10px 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5px;
  cursor: pointer;
}
.tcl-header__switcher-current img {
  width: 30px;
  margin-right: 5px;
}
.tcl-header__switcher-current span {
  margin-right: 10px;
  text-transform: uppercase;
  background: linear-gradient(122deg, #0ca78b 19.69%, #71dd2a 100%, #71dd2a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tcl-header__switcher-current svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.tcl-header__switcher-current.active {
  border-radius: 10px 10px 0px 0px;
}
.tcl-header__switcher-current.active svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.tcl-header__switcher-list {
  width: 285px;
  background-color: #fff;
  position: absolute;
  top: calc(100% - 1px);
  right: 0;
  border-radius: 10px 0px 0px 10px;
  border: solid 1px #cfcfcf;
  z-index: 1;
}
.tcl-header__switcher-list a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
  width: 100%;
  height: 45px;
  border-bottom: 1px solid #cfcfcf;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #4b4b4b;
}
.tcl-header__switcher-list a.active {
  font-weight: bold;
  cursor: default;
}
.tcl-header__switcher-list a img {
  width: 30px;
  margin-right: 20px;
}
.tcl-header__switcher-list a:last-child {
  border-bottom: 0px;
}
.tcl-header__switcher-mobile {
  font-size: 18px;
  font-weight: 400;
  position: relative;
  background: linear-gradient(121.61deg, #0ca78b 19.69%, #71dd2a 100%);
  border: 1px solid #d7d7d7;
  border-radius: 0px 0px 8px 8px;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 5px;
  margin-bottom: 20px;
}
.tcl-header__switcher-mobile-wrapper {
  min-height: 45px;
}
.tcl-header__switcher-mobile-current {
  width: 110px;
  height: 45px;
  border: solid 1px #cfcfcf;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 6px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 15px;
  cursor: pointer;
  margin-bottom: -1px;
}
.tcl-header__switcher-mobile-current span {
  margin-right: 10px;
  text-transform: uppercase;
  background: linear-gradient(122deg, #0ca78b 19.69%, #71dd2a 100%, #71dd2a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
}
.tcl-header__switcher-mobile-current svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.tcl-header__switcher-mobile-current.active {
  border-radius: 8px 8px 0px 0px;
}
.tcl-header__switcher-mobile-current.active svg {
  -webkit-transform: rotate(0deg) !important;
      -ms-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
}
.tcl-header__switcher-mobile-list {
  border: 1px solid #cfcfcf;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 8px 0px 0px 8px;
}
.tcl-header__switcher-mobile-list a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 45px;
  border-bottom: 1px solid #cfcfcf;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  padding: 0 15px;
  color: #4b4b4b;
}
.tcl-header__switcher-mobile-list a img {
  width: 30px;
  margin-right: 15px;
}
.tcl-header__switcher-mobile-list a.active {
  font-weight: bold;
}
.tcl-header__switcher-mobile-list a svg {
  margin-right: 10px;
}
.tcl-header__switcher-mobile-list a:last-child {
  border-bottom: 0;
}
.tcl-header__mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  top: 70px;
  width: 100%;
  height: calc(100vh - 70px);
  left: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
  transition: visibility 0.3s ease, opacity 0.3s ease;
  overflow: auto;
  border-width: 0, 0px, 0px, 0px;
  border-style: solid;
  border-color: rgb(215, 215, 215);
}
.tcl-header__mobile.open {
  opacity: 1;
  visibility: visible;
}
.tcl-header__mobile-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.tcl-header__mobile-particles .particle {
  position: absolute;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #55af19;
}
@-webkit-keyframes particle-animation-1 {
  0% {
    -webkit-transform: translate3d(41vw, 56vh, 49px);
            transform: translate3d(41vw, 56vh, 49px);
  }
  100% {
    -webkit-transform: translate3d(51vw, 73vh, 74px);
            transform: translate3d(51vw, 73vh, 74px);
  }
}
@keyframes particle-animation-1 {
  0% {
    -webkit-transform: translate3d(41vw, 56vh, 49px);
            transform: translate3d(41vw, 56vh, 49px);
  }
  100% {
    -webkit-transform: translate3d(51vw, 73vh, 74px);
            transform: translate3d(51vw, 73vh, 74px);
  }
}
.tcl-header__mobile-particles .particle:nth-child(1) {
  -webkit-animation: particle-animation-1 60s infinite;
          animation: particle-animation-1 60s infinite;
  opacity: 0.23;
  height: 10px;
  width: 10px;
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
  -webkit-transform: translate3d(20vw, 45vh, 1px);
          transform: translate3d(20vw, 45vh, 1px);
}
@-webkit-keyframes particle-animation-2 {
  0% {
    -webkit-transform: translate3d(75vw, 21vh, 87px);
            transform: translate3d(75vw, 21vh, 87px);
  }
  100% {
    -webkit-transform: translate3d(51vw, 79vh, 59px);
            transform: translate3d(51vw, 79vh, 59px);
  }
}
@keyframes particle-animation-2 {
  0% {
    -webkit-transform: translate3d(75vw, 21vh, 87px);
            transform: translate3d(75vw, 21vh, 87px);
  }
  100% {
    -webkit-transform: translate3d(51vw, 79vh, 59px);
            transform: translate3d(51vw, 79vh, 59px);
  }
}
.tcl-header__mobile-particles .particle:nth-child(2) {
  -webkit-animation: particle-animation-2 60s infinite;
          animation: particle-animation-2 60s infinite;
  opacity: 0.26;
  height: 8px;
  width: 8px;
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
  -webkit-transform: translate3d(60vw, 82vh, 49px);
          transform: translate3d(60vw, 82vh, 49px);
}
@-webkit-keyframes particle-animation-3 {
  0% {
    -webkit-transform: translate3d(85vw, 89vh, 17px);
            transform: translate3d(85vw, 89vh, 17px);
  }
  100% {
    -webkit-transform: translate3d(34vw, 58vh, 98px);
            transform: translate3d(34vw, 58vh, 98px);
  }
}
@keyframes particle-animation-3 {
  0% {
    -webkit-transform: translate3d(85vw, 89vh, 17px);
            transform: translate3d(85vw, 89vh, 17px);
  }
  100% {
    -webkit-transform: translate3d(34vw, 58vh, 98px);
            transform: translate3d(34vw, 58vh, 98px);
  }
}
.tcl-header__mobile-particles .particle:nth-child(3) {
  -webkit-animation: particle-animation-3 60s infinite;
          animation: particle-animation-3 60s infinite;
  opacity: 0.48;
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
  -webkit-transform: translate3d(9vw, 15vh, 21px);
          transform: translate3d(9vw, 15vh, 21px);
}
@-webkit-keyframes particle-animation-4 {
  0% {
    -webkit-transform: translate3d(11vw, 20vh, 31px);
            transform: translate3d(11vw, 20vh, 31px);
  }
  100% {
    -webkit-transform: translate3d(54vw, 69vh, 56px);
            transform: translate3d(54vw, 69vh, 56px);
  }
}
@keyframes particle-animation-4 {
  0% {
    -webkit-transform: translate3d(11vw, 20vh, 31px);
            transform: translate3d(11vw, 20vh, 31px);
  }
  100% {
    -webkit-transform: translate3d(54vw, 69vh, 56px);
            transform: translate3d(54vw, 69vh, 56px);
  }
}
.tcl-header__mobile-particles .particle:nth-child(4) {
  -webkit-animation: particle-animation-4 60s infinite;
          animation: particle-animation-4 60s infinite;
  opacity: 0.08;
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
  -webkit-transform: translate3d(86vw, 38vh, 62px);
          transform: translate3d(86vw, 38vh, 62px);
}
@-webkit-keyframes particle-animation-5 {
  0% {
    -webkit-transform: translate3d(67vw, 21vh, 63px);
            transform: translate3d(67vw, 21vh, 63px);
  }
  100% {
    -webkit-transform: translate3d(67vw, 26vh, 35px);
            transform: translate3d(67vw, 26vh, 35px);
  }
}
@keyframes particle-animation-5 {
  0% {
    -webkit-transform: translate3d(67vw, 21vh, 63px);
            transform: translate3d(67vw, 21vh, 63px);
  }
  100% {
    -webkit-transform: translate3d(67vw, 26vh, 35px);
            transform: translate3d(67vw, 26vh, 35px);
  }
}
.tcl-header__mobile-particles .particle:nth-child(5) {
  -webkit-animation: particle-animation-5 60s infinite;
          animation: particle-animation-5 60s infinite;
  opacity: 0.11;
  height: 7px;
  width: 7px;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
  -webkit-transform: translate3d(28vw, 80vh, 27px);
          transform: translate3d(28vw, 80vh, 27px);
}
@-webkit-keyframes particle-animation-6 {
  0% {
    -webkit-transform: translate3d(87vw, 31vh, 35px);
            transform: translate3d(87vw, 31vh, 35px);
  }
  100% {
    -webkit-transform: translate3d(74vw, 31vh, 5px);
            transform: translate3d(74vw, 31vh, 5px);
  }
}
@keyframes particle-animation-6 {
  0% {
    -webkit-transform: translate3d(87vw, 31vh, 35px);
            transform: translate3d(87vw, 31vh, 35px);
  }
  100% {
    -webkit-transform: translate3d(74vw, 31vh, 5px);
            transform: translate3d(74vw, 31vh, 5px);
  }
}
.tcl-header__mobile-particles .particle:nth-child(6) {
  -webkit-animation: particle-animation-6 60s infinite;
          animation: particle-animation-6 60s infinite;
  opacity: 0.13;
  height: 8px;
  width: 8px;
  -webkit-animation-delay: -1.2s;
          animation-delay: -1.2s;
  -webkit-transform: translate3d(9vw, 15vh, 25px);
          transform: translate3d(9vw, 15vh, 25px);
}
@-webkit-keyframes particle-animation-7 {
  0% {
    -webkit-transform: translate3d(84vw, 59vh, 61px);
            transform: translate3d(84vw, 59vh, 61px);
  }
  100% {
    -webkit-transform: translate3d(37vw, 39vh, 13px);
            transform: translate3d(37vw, 39vh, 13px);
  }
}
@keyframes particle-animation-7 {
  0% {
    -webkit-transform: translate3d(84vw, 59vh, 61px);
            transform: translate3d(84vw, 59vh, 61px);
  }
  100% {
    -webkit-transform: translate3d(37vw, 39vh, 13px);
            transform: translate3d(37vw, 39vh, 13px);
  }
}
.tcl-header__mobile-particles .particle:nth-child(7) {
  -webkit-animation: particle-animation-7 60s infinite;
          animation: particle-animation-7 60s infinite;
  opacity: 0.29;
  height: 7px;
  width: 7px;
  -webkit-animation-delay: -1.4s;
          animation-delay: -1.4s;
  -webkit-transform: translate3d(90vw, 83vh, 93px);
          transform: translate3d(90vw, 83vh, 93px);
}
@-webkit-keyframes particle-animation-8 {
  0% {
    -webkit-transform: translate3d(5vw, 55vh, 77px);
            transform: translate3d(5vw, 55vh, 77px);
  }
  100% {
    -webkit-transform: translate3d(57vw, 36vh, 27px);
            transform: translate3d(57vw, 36vh, 27px);
  }
}
@keyframes particle-animation-8 {
  0% {
    -webkit-transform: translate3d(5vw, 55vh, 77px);
            transform: translate3d(5vw, 55vh, 77px);
  }
  100% {
    -webkit-transform: translate3d(57vw, 36vh, 27px);
            transform: translate3d(57vw, 36vh, 27px);
  }
}
.tcl-header__mobile-particles .particle:nth-child(8) {
  -webkit-animation: particle-animation-8 60s infinite;
          animation: particle-animation-8 60s infinite;
  opacity: 0.23;
  height: 8px;
  width: 8px;
  -webkit-animation-delay: -1.6s;
          animation-delay: -1.6s;
  -webkit-transform: translate3d(8vw, 51vh, 25px);
          transform: translate3d(8vw, 51vh, 25px);
}
@-webkit-keyframes particle-animation-9 {
  0% {
    -webkit-transform: translate3d(4vw, 65vh, 70px);
            transform: translate3d(4vw, 65vh, 70px);
  }
  100% {
    -webkit-transform: translate3d(42vw, 1vh, 61px);
            transform: translate3d(42vw, 1vh, 61px);
  }
}
@keyframes particle-animation-9 {
  0% {
    -webkit-transform: translate3d(4vw, 65vh, 70px);
            transform: translate3d(4vw, 65vh, 70px);
  }
  100% {
    -webkit-transform: translate3d(42vw, 1vh, 61px);
            transform: translate3d(42vw, 1vh, 61px);
  }
}
.tcl-header__mobile-particles .particle:nth-child(9) {
  -webkit-animation: particle-animation-9 60s infinite;
          animation: particle-animation-9 60s infinite;
  opacity: 0.3;
  height: 10px;
  width: 10px;
  -webkit-animation-delay: -1.8s;
          animation-delay: -1.8s;
  -webkit-transform: translate3d(4vw, 86vh, 55px);
          transform: translate3d(4vw, 86vh, 55px);
}
@-webkit-keyframes particle-animation-10 {
  0% {
    -webkit-transform: translate3d(11vw, 38vh, 83px);
            transform: translate3d(11vw, 38vh, 83px);
  }
  100% {
    -webkit-transform: translate3d(29vw, 22vh, 84px);
            transform: translate3d(29vw, 22vh, 84px);
  }
}
@keyframes particle-animation-10 {
  0% {
    -webkit-transform: translate3d(11vw, 38vh, 83px);
            transform: translate3d(11vw, 38vh, 83px);
  }
  100% {
    -webkit-transform: translate3d(29vw, 22vh, 84px);
            transform: translate3d(29vw, 22vh, 84px);
  }
}
.tcl-header__mobile-particles .particle:nth-child(10) {
  -webkit-animation: particle-animation-10 60s infinite;
          animation: particle-animation-10 60s infinite;
  opacity: 0.9;
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  -webkit-transform: translate3d(86vw, 37vh, 75px);
          transform: translate3d(86vw, 37vh, 75px);
}
@-webkit-keyframes particle-animation-11 {
  0% {
    -webkit-transform: translate3d(90vw, 30vh, 55px);
            transform: translate3d(90vw, 30vh, 55px);
  }
  100% {
    -webkit-transform: translate3d(16vw, 89vh, 71px);
            transform: translate3d(16vw, 89vh, 71px);
  }
}
@keyframes particle-animation-11 {
  0% {
    -webkit-transform: translate3d(90vw, 30vh, 55px);
            transform: translate3d(90vw, 30vh, 55px);
  }
  100% {
    -webkit-transform: translate3d(16vw, 89vh, 71px);
            transform: translate3d(16vw, 89vh, 71px);
  }
}
.tcl-header__mobile-particles .particle:nth-child(11) {
  -webkit-animation: particle-animation-11 60s infinite;
          animation: particle-animation-11 60s infinite;
  opacity: 0.08;
  height: 7px;
  width: 7px;
  -webkit-animation-delay: -2.2s;
          animation-delay: -2.2s;
  -webkit-transform: translate3d(81vw, 85vh, 18px);
          transform: translate3d(81vw, 85vh, 18px);
}
@-webkit-keyframes particle-animation-12 {
  0% {
    -webkit-transform: translate3d(41vw, 34vh, 11px);
            transform: translate3d(41vw, 34vh, 11px);
  }
  100% {
    -webkit-transform: translate3d(72vw, 31vh, 5px);
            transform: translate3d(72vw, 31vh, 5px);
  }
}
@keyframes particle-animation-12 {
  0% {
    -webkit-transform: translate3d(41vw, 34vh, 11px);
            transform: translate3d(41vw, 34vh, 11px);
  }
  100% {
    -webkit-transform: translate3d(72vw, 31vh, 5px);
            transform: translate3d(72vw, 31vh, 5px);
  }
}
.tcl-header__mobile-particles .particle:nth-child(12) {
  -webkit-animation: particle-animation-12 60s infinite;
          animation: particle-animation-12 60s infinite;
  opacity: 0.78;
  height: 6px;
  width: 6px;
  -webkit-animation-delay: -2.4s;
          animation-delay: -2.4s;
  -webkit-transform: translate3d(51vw, 64vh, 10px);
          transform: translate3d(51vw, 64vh, 10px);
}
@-webkit-keyframes particle-animation-13 {
  0% {
    -webkit-transform: translate3d(10vw, 26vh, 32px);
            transform: translate3d(10vw, 26vh, 32px);
  }
  100% {
    -webkit-transform: translate3d(81vw, 42vh, 30px);
            transform: translate3d(81vw, 42vh, 30px);
  }
}
@keyframes particle-animation-13 {
  0% {
    -webkit-transform: translate3d(10vw, 26vh, 32px);
            transform: translate3d(10vw, 26vh, 32px);
  }
  100% {
    -webkit-transform: translate3d(81vw, 42vh, 30px);
            transform: translate3d(81vw, 42vh, 30px);
  }
}
.tcl-header__mobile-particles .particle:nth-child(13) {
  -webkit-animation: particle-animation-13 60s infinite;
          animation: particle-animation-13 60s infinite;
  opacity: 0.6;
  height: 10px;
  width: 10px;
  -webkit-animation-delay: -2.6s;
          animation-delay: -2.6s;
  -webkit-transform: translate3d(8vw, 56vh, 54px);
          transform: translate3d(8vw, 56vh, 54px);
}
@-webkit-keyframes particle-animation-14 {
  0% {
    -webkit-transform: translate3d(77vw, 53vh, 3px);
            transform: translate3d(77vw, 53vh, 3px);
  }
  100% {
    -webkit-transform: translate3d(81vw, 16vh, 89px);
            transform: translate3d(81vw, 16vh, 89px);
  }
}
@keyframes particle-animation-14 {
  0% {
    -webkit-transform: translate3d(77vw, 53vh, 3px);
            transform: translate3d(77vw, 53vh, 3px);
  }
  100% {
    -webkit-transform: translate3d(81vw, 16vh, 89px);
            transform: translate3d(81vw, 16vh, 89px);
  }
}
.tcl-header__mobile-particles .particle:nth-child(14) {
  -webkit-animation: particle-animation-14 60s infinite;
          animation: particle-animation-14 60s infinite;
  opacity: 0.13;
  height: 10px;
  width: 10px;
  -webkit-animation-delay: -2.8s;
          animation-delay: -2.8s;
  -webkit-transform: translate3d(28vw, 5vh, 78px);
          transform: translate3d(28vw, 5vh, 78px);
}
@-webkit-keyframes particle-animation-15 {
  0% {
    -webkit-transform: translate3d(67vw, 36vh, 96px);
            transform: translate3d(67vw, 36vh, 96px);
  }
  100% {
    -webkit-transform: translate3d(33vw, 19vh, 41px);
            transform: translate3d(33vw, 19vh, 41px);
  }
}
@keyframes particle-animation-15 {
  0% {
    -webkit-transform: translate3d(67vw, 36vh, 96px);
            transform: translate3d(67vw, 36vh, 96px);
  }
  100% {
    -webkit-transform: translate3d(33vw, 19vh, 41px);
            transform: translate3d(33vw, 19vh, 41px);
  }
}
.tcl-header__mobile-particles .particle:nth-child(15) {
  -webkit-animation: particle-animation-15 60s infinite;
          animation: particle-animation-15 60s infinite;
  opacity: 0.6;
  height: 9px;
  width: 9px;
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
  -webkit-transform: translate3d(12vw, 87vh, 43px);
          transform: translate3d(12vw, 87vh, 43px);
}
.tcl-header__mobile-blob {
  display: none;
}
.tcl-header__mobile-menu {
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 25px;
}
.tcl-header__mobile-menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.tcl-header__mobile-menu-link > a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  font-weight: bold;
  color: #231f20;
  text-decoration: none;
  min-height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #d7d7d7;
  padding-left: 30px;
}
.tcl-header__mobile-menu-link > span {
  height: 50px;
  width: 50px;
  position: absolute;
  right: 5px;
  top: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.3 ease;
  transition: -webkit-transform 0.3 ease;
  transition: transform 0.3 ease;
  transition: transform 0.3 ease, -webkit-transform 0.3 ease;
}
.tcl-header__mobile-menu-link > span.active {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.tcl-header__mobile-submenu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tcl-header__mobile-submenu > a:not(.tcl-header__top-header) {
  font-weight: normal;
  min-height: 50px;
  border-bottom: 1px solid #d7d7d7;
  color: #231f20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
  padding: 5px 15px 5px 30px;
}
.tcl-header__mobile-footer {
  background: #fff;
  position: relative;
}
.tcl-header__mobile-footer-bottom {
  -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.2);
  padding-bottom: 30px;
  padding-top: 1px;
}
.tcl-header__mobile-copyright {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #4b4b4b;
  width: 100%;
  text-align: center;
  padding: 0 20px;
  margin-top: 28px;
  margin-bottom: 43px;
}
.tcl-header__mobile-copyright p {
  margin: 0 0;
}
.tcl-header__mobile-message {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #4b4b4b;
  width: 100%;
  text-align: center;
  padding: 0 20px;
}
.tcl-header__mobile-message p {
  margin: 0 0;
}
.tcl-header__mobile-social {
  position: static;
  padding: 25px 20px;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.tcl-header__mobile-social-link {
  text-decoration: none;
  margin: 0 8px;
}
.tcl-header__mobile-login {
  margin-top: auto;
  margin-bottom: 20px;
  text-align: center;
}
.tcl-header__mobile-login 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;
  font-size: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tcl-header__mobile-login a img,
.tcl-header__mobile-login a svg {
  width: auto;
  height: 12px;
  position: relative;
}
.tcl-header__mobile-login a:hover {
  color: #55af19;
  text-shadow: 0 5px 10px rgba(52, 58, 64, 0.1);
}
.tcl-header__mobile-login a svg {
  margin-left: 15px;
}
.tcl-header__mobile-contact-us a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  background: linear-gradient(121.61deg, #0ca78b 19.69%, #71dd2a 100%);
  border-radius: 8px 8px 0px 0px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  height: 50px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1200px) and (max-width: 1580px) {
  .tcl-header__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto !important;
  }
  .tcl-header__menu {
    width: 100%;
    -webkit-box-ordinal-group: 101;
        -ms-flex-order: 100;
            order: 100;
  }
}
@-webkit-keyframes morph-header {
  0% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
    background: linear-gradient(45deg, #73e02b 0%, #55af19 100%);
  }
  50% {
    border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
    background: linear-gradient(45deg, #73e02b 0%, #55af19 100%);
  }
  100% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
    background: linear-gradient(45deg, #73e02b 0%, #55af19 100%);
  }
}
@keyframes morph-header {
  0% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
    background: linear-gradient(45deg, #73e02b 0%, #55af19 100%);
  }
  50% {
    border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
    background: linear-gradient(45deg, #73e02b 0%, #55af19 100%);
  }
  100% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
    background: linear-gradient(45deg, #73e02b 0%, #55af19 100%);
  }
}