.tcl-magazine-hero__content {
  position: relative;
}
.tcl-magazine-hero__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.tcl-magazine-hero__image svg {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  z-index: 2;
}
.tcl-magazine-hero__image .tcl-picture {
  width: 100%;
  height: 100%;
}
.tcl-magazine-hero__image .tcl-picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media (max-width: 767px) {
  .tcl-magazine-hero__image {
    position: relative;
    height: auto;
  }
  .tcl-magazine-hero__image .tcl-picture {
    height: 0;
    padding-bottom: 133.3333333333%;
  }
  .tcl-magazine-hero__image .tcl-picture img {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.tcl-magazine-hero__text {
  padding-top: 195px;
  padding-bottom: 94px;
  position: relative;
  z-index: 2;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 767px) {
  .tcl-magazine-hero__text {
    width: calc(100% - 60px);
    margin-top: -100px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 60px;
  }
}
.tcl-magazine-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-magazine-hero__heading u {
  position: relative;
  text-decoration: none;
  display: inline-block;
}
@media (min-width: 1200px) {
  .tcl-magazine-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-magazine-hero__heading u[data-animation=true]:before {
    width: calc(100% + 14px);
  }
}
@media (max-width: 1199px) {
  .tcl-magazine-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-magazine-hero__heading u[data-animation=true] {
    background-size: 100% 100%;
  }
}
@media (max-width: 1199px) {
  .tcl-magazine-hero__heading {
    font-size: 51px;
    word-wrap: break-word;
  }
}
@media (max-width: 1199px) {
  .tcl-magazine-hero__heading {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .tcl-magazine-hero__heading {
    font-size: 30px;
    padding-top: 10px !important;
  }
}
.tcl-magazine-hero__sub-heading {
  font-family: "Montserrat";
  font-style: normal;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 26px;
  line-height: 1.19;
  margin-top: 5px;
}
@media (max-width: 1199px) {
  .tcl-magazine-hero__sub-heading {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .tcl-magazine-hero__sub-heading {
    font-size: 16px;
    margin-top: 40px;
  }
}
.tcl-magazine-hero__heading, .tcl-magazine-hero__sub-heading {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  border-radius: 7px 0px 0px 7px;
  background: #fff;
  padding: 2px 20px;
}
@media (max-width: 767px) {
  .tcl-magazine-hero__heading, .tcl-magazine-hero__sub-heading {
    border-radius: 7px 7px 0px 0px;
  }
}
.tcl-magazine-hero__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f2f2f8;
  gap: 25px;
}
@media (max-width: 1199px) {
  .tcl-magazine-hero__menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .tcl-magazine-hero__menu {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 2000000;
  }
}
.tcl-magazine-hero__menu-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media (max-width: 1199px) {
  .tcl-magazine-hero__menu-item {
    -ms-flex-preferred-size: calc(50% - 12.5px);
        flex-basis: calc(50% - 12.5px);
  }
}
@media (max-width: 767px) {
  .tcl-magazine-hero__menu-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.tcl-magazine-hero__menu-item a {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  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;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  position: relative;
  padding-right: 40px;
}
.tcl-magazine-hero__menu-item a:hover {
  opacity: 0.7;
}
.tcl-magazine-hero__menu-item a .tcl-arrow {
  position: absolute;
  content: "";
  right: 12px;
  top: 50%;
  margin-top: -15px;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-bottom-width: 14px;
  border-top-width: 14px;
  border-left: 18px solid;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media (max-width: 767px) {
  .tcl-magazine-hero__menu-item a .tcl-arrow {
    margin-top: -7px;
    border-bottom-width: 8px;
    border-top-width: 8px;
    border-left: 10px solid;
  }
}
.tcl-magazine-hero__menu-item > a {
  height: 90px;
  border-bottom: 5px solid;
  color: var(--link-color);
  padding: 10px;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .tcl-magazine-hero__menu-item > a {
    height: 60px;
    font-size: 16px;
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 10px 30px;
  }
}
.tcl-magazine-hero__menu-item > a .tcl-arrow {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-top: -9px;
}
@media (max-width: 1199px) {
  .tcl-magazine-hero__menu-item > a {
    font-size: 20px;
  }
}
.tcl-magazine-hero__menu-item:not(.has-sub-menu) > a {
  padding-right: 10px;
}
.tcl-magazine-hero__sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #f2f2f8;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  z-index: 10;
}
.tcl-magazine-hero__sub-menu a {
  min-height: 72px;
  color: #4b4b4b;
}
.tcl-magazine-hero__sub-menu a:not(:last-child) {
  border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
  .tcl-magazine-hero__sub-menu {
    position: static;
    visibility: visible;
    opacity: 1;
    display: none;
    -webkit-transition: none;
    transition: none;
    background-color: #fff;
  }
  .tcl-magazine-hero__sub-menu a {
    padding-left: 30px;
    margin-left: 40px;
    border-bottom: 1px solid #f2f2f8 !important;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    min-height: 58px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .tcl-magazine-hero__sub-menu a .tcl-arrow {
    display: none;
  }
}
.tcl-magazine-hero .opened .tcl-magazine-hero__sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.tcl-magazine-hero .opened.tcl-magazine-hero__menu-item > a .tcl-arrow {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.tcl-magazine-hero__mobile-button {
  display: none;
}
@media (max-width: 767px) {
  .tcl-magazine-hero__mobile-button {
    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;
    height: 60px;
    background-color: #f2f2f8;
    width: calc(100% + 34px);
    margin-left: -17px;
    font-size: 16px;
    font-weight: 600;
    gap: 11px;
  }
}