.planticine-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #fff;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.05);
  z-index: 1; }
  .planticine-nav .nav-topbar {
    padding: 0.85rem 0; }
  .planticine-nav .nav-topbar-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .planticine-nav .nav-topbar-logo-wrapper {
    width: 8rem;
    display: block;
    transform: translateY(3px); }
    .planticine-nav .nav-topbar-logo-wrapper img {
      width: 100%;
      height: auto;
      display: block; }
  .planticine-nav .nav-items-list {
    display: flex;
    justify-content: flex-end; }
  .planticine-nav .nav-items {
    display: flex;
    align-items: center; }
    @media (max-width: 768px) {
      .planticine-nav .nav-items {
        display: none; } }
    .planticine-nav .nav-items a {
      display: block;
      text-decoration: none;
      margin-left: 3rem;
      color: #727d84;
      text-transform: uppercase;
      font-size: 0.9rem;
      font-weight: 600;
      transition: color 0.25s; }
      .planticine-nav .nav-items a.active {
        color: #644696; }
  .planticine-nav .nav-topbar-link {
    color: #8dc63f !important;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    font-size: 1rem;
    display: block;
    margin: 0;
    width: 8rem;
    text-align: right; }
    @media (max-width: 768px) {
      .planticine-nav .nav-topbar-link {
        display: none; } }
    .planticine-nav .nav-topbar-link img {
      height: 1.5rem;
      width: auto;
      display: block; }
  .planticine-nav .nav-burger-wrapper {
    display: none; }
    @media (max-width: 768px) {
      .planticine-nav .nav-burger-wrapper {
        display: block; } }
  .planticine-nav .nav-burger {
    width: 1.75rem;
    height: 1.5rem;
    opacity: 0.6;
    margin-left: auto;
    background-size: cover;
    background-position: center;
    background-image: url("images/open-menu.svg"); }
    .planticine-nav .nav-burger.active {
      background-image: url("images/close.svg");
      width: 1.5rem;
      padding: 0 0.25rem; }
  .planticine-nav .nav-mobile-menu {
    display: none;
    position: fixed;
    z-index: 98;
    top: 3rem;
    left: 0;
    height: calc(100vh - 3rem);
    width: 100vw;
    background-color: #fff;
    justify-content: center;
    align-items: center; }
    .planticine-nav .nav-mobile-menu.active {
      display: flex; }
    .planticine-nav .nav-mobile-menu ul {
      padding: 0;
      margin: 0;
      text-align: center; }
    .planticine-nav .nav-mobile-menu li {
      padding: 0;
      margin: 3rem 0;
      list-style-type: none; }
    .planticine-nav .nav-mobile-menu a {
      text-decoration: none;
      font-weight: 600;
      font-size: 1.3rem;
      color: #727d84;
      text-transform: uppercase; }
      .planticine-nav .nav-mobile-menu a img {
        height: 2rem;
        width: auto;
        display: block;
        margin: 0 auto; }

.planticine-hero {
  padding: 7rem 0 3rem; }
  @media (max-width: 768px) {
    .planticine-hero {
      padding: 5rem 0 1rem; } }
  .planticine-hero .hero__wrapper {
    padding: 2rem 0 0;
    display: flex;
    align-items: center; }
    @media (max-width: 768px) {
      .planticine-hero .hero__wrapper {
        flex-direction: column-reverse;
        padding: 0; } }
  .planticine-hero .hero__img-wrapper {
    width: 40%; }
    @media (max-width: 768px) {
      .planticine-hero .hero__img-wrapper {
        width: 90%;
        margin-top: 1.5rem;
        margin-bottom: 2rem; } }
  .planticine-hero .hero__img {
    width: 100%;
    height: auto;
    display: block; }
    @media (max-width: 768px) {
      .planticine-hero .hero__img {
        margin: 1rem 0 0; } }
  .planticine-hero .hero__info {
    width: 45%;
    margin-left: 10%; }
    @media (max-width: 768px) {
      .planticine-hero .hero__info {
        width: 100%;
        margin-left: 0; } }
  .planticine-hero .hero__info-top {
    text-align: left; }
  .planticine-hero .hero__info-top-text {
    display: flex;
    text-align: left;
    width: 100%; }
    .planticine-hero .hero__info-top-text h1 {
      color: #000;
      text-align: left;
      margin: 0;
      line-height: 1;
      font-weight: 300;
      text-transform: uppercase;
      font-size: 3.35rem; }
      @media (max-width: 992px) {
        .planticine-hero .hero__info-top-text h1 {
          font-size: 2.35rem; } }
      @media (max-width: 768px) {
        .planticine-hero .hero__info-top-text h1 {
          font-size: 1.5rem;
          line-height: 1.5; } }
    .planticine-hero .hero__info-top-text span {
      color: #644696;
      text-transform: uppercase;
      font-size: 4.5rem;
      font-weight: 900; }
      @media (max-width: 992px) {
        .planticine-hero .hero__info-top-text span {
          font-size: 3rem; } }
      @media (max-width: 768px) {
        .planticine-hero .hero__info-top-text span {
          font-size: 2rem; } }
    .planticine-hero .hero__info-top-text .hero__info-img {
      height: 8rem;
      width: auto;
      object-fit: contain;
      display: block;
      margin-left: 0.5rem; }
  .planticine-hero .hero__info-text h2 {
    color: #000;
    font-size: 1.25rem;
    line-height: 1.4;
    margin: 2.5rem 0;
    font-weight: 300; }
    .planticine-hero .hero__info-text h2 span {
      color: #644696;
      font-weight: 600; }
  @media (max-width: 576px) {
    .planticine-hero .hero__buttonWrapper {
      display: flex;
      justify-content: center; } }
  .planticine-hero .hero__button {
    background-color: #644696;
    text-transform: uppercase;
    font-size: 1.25rem;
    color: #fff;
    padding: 1rem 3rem;
    text-decoration: none;
    transition: all 0.4s;
    margin-bottom: 2rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1; }
    .planticine-hero .hero__button:hover {
      background-color: #583e85; }
    @media (max-width: 576px) {
      .planticine-hero .hero__button {
        text-align: center;
        font-size: 1.25rem; } }

.planticine-biovaxin .biovaxin-title {
  text-align: center;
  margin: 2.5rem 0;
  font-size: 2.5rem;
  font-weight: 300;
  color: #000; }
  .planticine-biovaxin .biovaxin-title span {
    color: #644696;
    font-weight: 900; }
.planticine-biovaxin .biovaxin-img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px; }
.planticine-biovaxin .biovaxin-columns {
  margin-top: 2rem;
  margin-bottom: 6rem;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .planticine-biovaxin .biovaxin-columns {
      flex-direction: column;
      margin-top: 0;
      margin-bottom: 2rem; } }
.planticine-biovaxin .biovaxin-column {
  width: 48%; }
  .planticine-biovaxin .biovaxin-column:nth-child(1) {
    margin-top: 0.15rem; }
  @media (max-width: 768px) {
    .planticine-biovaxin .biovaxin-column {
      width: 100%; } }
  .planticine-biovaxin .biovaxin-column p {
    font-size: 1.25rem;
    line-height: 1.4;
    text-align: left;
    font-weight: 300;
    color: #000; }
    @media (max-width: 768px) {
      .planticine-biovaxin .biovaxin-column p {
        font-size: 1rem; } }
    .planticine-biovaxin .biovaxin-column p span {
      color: #644696;
      font-weight: 900; }

.planticine-efficiency {
  padding: 2rem 0; }
  .planticine-efficiency .efficiency-title {
    color: #000;
    text-align: left;
    margin: 1.5rem 0 0.5rem;
    font-size: 1.5rem;
    font-weight: 300; }
    .planticine-efficiency .efficiency-title span {
      color: #644696;
      font-weight: 600; }
    @media (max-width: 576px) {
      .planticine-efficiency .efficiency-title {
        font-size: 1.5rem;
        line-height: 1.3; } }
  .planticine-efficiency .efficiency__text {
    color: #000;
    font-weight: 900;
    font-size: 1.1rem;
    font-style: italic;
    margin-top: 0; }
  .planticine-efficiency .efficiency-img {
    display: block;
    margin: 2rem auto;
    width: 100%;
    max-width: 1200px; }

.planticine__video {
  max-width: 80%;
  margin: 0 auto; }
  @media (max-width: 576px) {
    .planticine__video {
      max-width: 90%; } }

.video__title {
  text-align: center;
  margin: 2.5rem 0 3rem;
  font-size: 2.5rem;
  color: #000;
  font-weight: 400; }
  @media (max-width: 576px) {
    .video__title {
      font-size: 1.75rem; } }
  .video__title span {
    color: #644696;
    font-weight: 900; }

.video__poster {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  position: relative;
  transform-style: preserve-3d; }
  .video__poster:hover .play {
    background: #644696;
    cursor: pointer;
    opacity: 1; }
    .video__poster:hover .play span {
      border-left: 30px solid white; }
      @media (max-width: 768px) {
        .video__poster:hover .play span {
          border-left: 15px solid white; } }
  .video__poster .poster {
    display: block;
    width: 100%;
    cursor: pointer; }
  .video__poster .play {
    position: absolute;
    top: 0;
    bottom: 15%;
    right: 20%;
    margin: auto;
    width: 100px;
    height: 100px;
    border: solid 3px #644696;
    border-radius: 100%;
    box-shadow: 0 0 0 0 black;
    transition: background 0.25s ease-in-out;
    animation: pulse 2s infinite;
    transform: scale(1) translateZ(20px); }
    @media (max-width: 768px) {
      .video__poster .play {
        border: solid 3px #644696;
        width: 50px;
        height: 50px;
        bottom: 25%; } }
    .video__poster .play span {
      width: 0;
      height: 0;
      border-top: 20px solid transparent;
      border-left: 30px solid #644696;
      border-bottom: 20px solid transparent;
      position: absolute;
      top: 30%;
      left: 38%; }
      @media (max-width: 768px) {
        .video__poster .play span {
          border-top: 10px solid transparent;
          border-left: 15px solid #644696;
          border-bottom: 10px solid transparent; } }

.video__modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #ededed;
  z-index: 1;
  align-items: center;
  justify-content: center;
  opacity: 0;
  animation: fadeIn 0.35s ease-in-out forwards; }
  .video__modal.active {
    display: flex; }

.video__close {
  cursor: pointer;
  position: fixed;
  right: 2rem;
  top: 2rem;
  width: 1.5rem;
  height: auto; }

.video__wrapper {
  width: 60%; }
  @media (max-width: 576px) {
    .video__wrapper {
      width: 100%; } }

.video__player {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .video__player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@keyframes pulse {
  0% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(71, 8, 9, 0.3); }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 20px rgba(0, 112, 131, 0); }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(0, 112, 131, 0); } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.planticine-support {
  padding: 0; }
  @media (max-width: 576px) {
    .planticine-support {
      padding: 0; } }
  .planticine-support .support-title {
    color: #000;
    margin: 1.5rem 0 0;
    font-size: 2.25rem;
    font-weight: 300; }
    @media (max-width: 576px) {
      .planticine-support .support-title {
        font-size: 1.5rem;
        line-height: 1.3;
        text-align: center; } }
    .planticine-support .support-title span {
      color: #644696;
      font-weight: 900; }
  .planticine-support .support-img {
    display: block;
    margin: 2rem auto 0;
    width: 100%;
    max-width: 800px; }

.planticine__video {
  max-width: 80%;
  margin: 0 auto; }
  @media (max-width: 576px) {
    .planticine__video {
      max-width: 90%; } }

.video__title {
  text-align: center;
  margin: 2.5rem 0 3rem;
  font-size: 2.5rem;
  color: #000;
  font-weight: 400; }
  @media (max-width: 576px) {
    .video__title {
      font-size: 1.75rem; } }
  .video__title span {
    color: #644696;
    font-weight: 900; }

.video__poster {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  position: relative;
  transform-style: preserve-3d; }
  .video__poster:hover .play {
    background: #644696;
    cursor: pointer;
    opacity: 1; }
    .video__poster:hover .play span {
      border-left: 30px solid white; }
      @media (max-width: 768px) {
        .video__poster:hover .play span {
          border-left: 15px solid white; } }
  .video__poster .poster {
    display: block;
    width: 100%;
    cursor: pointer; }
  .video__poster .play {
    position: absolute;
    top: 0;
    bottom: 15%;
    right: 20%;
    margin: auto;
    width: 100px;
    height: 100px;
    border: solid 3px #644696;
    border-radius: 100%;
    box-shadow: 0 0 0 0 black;
    transition: background 0.25s ease-in-out;
    animation: pulse 2s infinite;
    transform: scale(1) translateZ(20px); }
    @media (max-width: 768px) {
      .video__poster .play {
        border: solid 3px #644696;
        width: 50px;
        height: 50px;
        bottom: 25%; } }
    .video__poster .play span {
      width: 0;
      height: 0;
      border-top: 20px solid transparent;
      border-left: 30px solid #644696;
      border-bottom: 20px solid transparent;
      position: absolute;
      top: 30%;
      left: 38%; }
      @media (max-width: 768px) {
        .video__poster .play span {
          border-top: 10px solid transparent;
          border-left: 15px solid #644696;
          border-bottom: 10px solid transparent; } }

.video__modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #ededed;
  z-index: 1;
  align-items: center;
  justify-content: center;
  opacity: 0;
  animation: fadeIn 0.35s ease-in-out forwards; }
  .video__modal.active {
    display: flex; }

.video__close {
  cursor: pointer;
  position: fixed;
  right: 2rem;
  top: 2rem;
  width: 1.5rem;
  height: auto; }

.video__wrapper {
  width: 60%; }
  @media (max-width: 576px) {
    .video__wrapper {
      width: 100%; } }

.video__player {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .video__player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@keyframes pulse {
  0% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(71, 8, 9, 0.3); }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 20px rgba(0, 112, 131, 0); }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(0, 112, 131, 0); } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.planticine-yield {
  padding: 5rem 0 0; }
  .planticine-yield .yield-title {
    color: #000;
    text-align: left;
    margin: 1.5rem 0 4rem;
    font-size: 1.6rem;
    font-weight: 300; }
    @media (max-width: 576px) {
      .planticine-yield .yield-title {
        font-size: 1.5rem;
        line-height: 1.3;
        text-align: center; } }
    .planticine-yield .yield-title span {
      color: #644696;
      font-weight: 900; }
  .planticine-yield .yield__items {
    display: flex;
    flex-direction: column; }
    .planticine-yield .yield__items .yield__item {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin: 0.5rem auto;
      color: #1d1d1b; }
      @media (max-width: 768px) {
        .planticine-yield .yield__items .yield__item {
          flex-direction: column;
          align-items: center; } }
      .planticine-yield .yield__items .yield__item .yield__right {
        width: 55%;
        min-width: 300px;
        display: flex;
        flex-direction: column;
        align-items: center; }
        .planticine-yield .yield__items .yield__item .yield__right .yield__text {
          width: 90%;
          min-width: 300px; }
        .planticine-yield .yield__items .yield__item .yield__right .yield__right-img {
          width: 80%;
          min-width: 300px;
          height: auto; }
          .planticine-yield .yield__items .yield__item .yield__right .yield__right-img img {
            display: block;
            width: 100%;
            height: 100%; }
  .planticine-yield .yield__img {
    display: block;
    width: 35%;
    min-width: 300px;
    height: auto; }
  .planticine-yield .yield__text {
    color: #000;
    font-size: 1.35rem;
    line-height: 1.4;
    width: calc(100% - 20rem);
    font-weight: 400; }
    @media (max-width: 768px) {
      .planticine-yield .yield__text {
        width: 100%;
        text-align: center; } }
    @media (max-width: 576px) {
      .planticine-yield .yield__text {
        font-size: 1.25rem; } }
    .planticine-yield .yield__text span {
      font-weight: 600; }
    .planticine-yield .yield__text .yield__color {
      color: #5D2C87; }

.planticine-planticineis {
  padding: 2rem 0 0; }
  @media (max-width: 576px) {
    .planticine-planticineis {
      padding: 0; } }
  .planticine-planticineis .support-title {
    color: #000;
    margin: 1.5rem 0 0;
    font-size: 2.25rem;
    font-weight: 300;
    text-align: center; }
    @media (max-width: 576px) {
      .planticine-planticineis .support-title {
        font-size: 1.5rem;
        line-height: 1.3;
        text-align: center; } }
    .planticine-planticineis .support-title span {
      color: #644696;
      font-weight: 900; }
  .planticine-planticineis .support-img {
    display: block;
    margin: 2rem auto 0;
    width: 100%;
    max-width: 900px; }

.planticine-planticineis2 {
  padding: 2rem 0 0; }
  @media (max-width: 576px) {
    .planticine-planticineis2 {
      padding: 0; } }
  .planticine-planticineis2 .support-title {
    color: #000;
    margin: 1.5rem 0 0;
    font-size: 2.25rem;
    font-weight: 300;
    text-align: center; }
    @media (max-width: 576px) {
      .planticine-planticineis2 .support-title {
        font-size: 1.5rem;
        line-height: 1.3;
        text-align: center; } }
    .planticine-planticineis2 .support-title span {
      color: #644696;
      font-weight: 900; }
  .planticine-planticineis2 .support-img {
    display: block;
    margin: 2rem auto 0;
    width: 100%;
    max-width: 1000px; }

.planticine-effective {
  padding: 5rem 0; }
  @media (max-width: 768px) {
    .planticine-effective {
      padding: 3rem 0 2rem; } }
  .planticine-effective .effective-title {
    text-align: left;
    margin: 1.5rem 0;
    font-size: 2rem;
    font-weight: 300;
    color: #000; }
    @media (max-width: 576px) {
      .planticine-effective .effective-title {
        font-size: 1.5rem;
        line-height: 1.3; } }
    .planticine-effective .effective-title span {
      color: #644696;
      font-weight: 900; }
  .planticine-effective .effective-subtitle {
    text-align: left;
    margin: 2rem auto;
    font-size: 1.25rem;
    line-height: 1.35; }
    @media (max-width: 576px) {
      .planticine-effective .effective-subtitle {
        font-size: 1.2rem;
        line-height: 1.3; } }
    .planticine-effective .effective-subtitle span {
      color: #644696;
      font-weight: 600; }
  .planticine-effective .effective-columns {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 768px) {
      .planticine-effective .effective-columns {
        flex-direction: column; } }
  .planticine-effective .effective-column {
    width: 47%; }
    @media (max-width: 768px) {
      .planticine-effective .effective-column {
        width: 100%; } }
  .planticine-effective .effective-item {
    margin: 2rem 0; }
  .planticine-effective .effective-item-top {
    display: flex;
    align-items: center;
    margin-bottom: 2rem; }
    @media (max-width: 768px) {
      .planticine-effective .effective-item-top {
        flex-direction: column; } }
  .planticine-effective .effective-item-top-img {
    display: block;
    height: 6rem;
    width: auto;
    margin-right: 2rem; }
    @media (max-width: 768px) {
      .planticine-effective .effective-item-top-img {
        margin: 0; } }
  .planticine-effective .effective-item-top-text {
    text-transform: uppercase;
    font-style: italic;
    font-weight: 600;
    font-size: 1.25rem; }
  .planticine-effective .effective-item-content {
    margin: 0.5rem 0;
    min-height: 130px; }
  .planticine-effective .effective-item-content-row {
    display: flex;
    align-items: center;
    font-style: italic; }
    @media (max-width: 768px) {
      .planticine-effective .effective-item-content-row {
        flex-direction: column;
        margin: 1rem auto;
        max-width: 350px;
        align-items: flex-start; } }
    .planticine-effective .effective-item-content-row span {
      line-height: 1.25;
      margin-left: 0;
      margin-right: 0.5rem;
      color: #644696;
      font-weight: 900; }
      @media (max-width: 768px) {
        .planticine-effective .effective-item-content-row span {
          width: auto;
          font-size: 1.25rem;
          margin: 0.25rem 0; } }
  .planticine-effective .effective-item-content-row-title {
    font-weight: 300;
    font-size: 1rem;
    margin: 0;
    white-space: nowrap;
    width: 30%; }
    @media (max-width: 768px) {
      .planticine-effective .effective-item-content-row-title {
        font-size: 1.2rem;
        width: 100%; } }
  .planticine-effective .effective-item-content-row-right {
    margin: 0.3rem 0; }
    @media (max-width: 768px) {
      .planticine-effective .effective-item-content-row-right {
        margin-left: 0;
        margin-top: 0.35rem;
        width: 100%; } }
    .planticine-effective .effective-item-content-row-right span {
      color: #1d1d1b;
      margin-right: 0; }
  .planticine-effective .effective__comments {
    display: flex; }
    @media (max-width: 768px) {
      .planticine-effective .effective__comments {
        flex-direction: column;
        max-width: 350px;
        margin: 0 auto; } }
    .planticine-effective .effective__comments .comments__items {
      display: flex;
      flex-direction: column;
      padding: 1rem; }
      @media (max-width: 768px) {
        .planticine-effective .effective__comments .comments__items {
          padding: 0; } }
      .planticine-effective .effective__comments .comments__items .comments__item {
        color: #1d1d1b;
        margin: 0.3rem 0;
        font-style: italic; }
        .planticine-effective .effective__comments .comments__items .comments__item span {
          line-height: 1.25;
          font-weight: 900; }

.planticine-universal {
  padding: 1rem 0; }
  .planticine-universal .universal-title {
    text-align: left;
    margin: 1.5rem 0 0 0;
    font-size: 2.6rem;
    font-weight: 300;
    color: #000; }
    @media (max-width: 576px) {
      .planticine-universal .universal-title {
        font-size: 1.5rem;
        line-height: 1.3; } }
    .planticine-universal .universal-title span {
      color: #644696;
      font-weight: 900; }
  .planticine-universal .universal-columns {
    margin: 1rem 0 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    @media (max-width: 768px) {
      .planticine-universal .universal-columns {
        flex-direction: column; } }
    @media (max-width: 576px) {
      .planticine-universal .universal-columns {
        margin: 0; } }
  .planticine-universal .universal-column {
    width: 48%; }
    @media (max-width: 768px) {
      .planticine-universal .universal-column {
        width: 100%; } }
  .planticine-universal .universal__img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 900px; }
  .planticine-universal .universal-column-text {
    line-height: 1.35;
    font-size: 2rem;
    color: #000;
    font-weight: 300; }
    @media (max-width: 768px) {
      .planticine-universal .universal-column-text {
        margin-bottom: 3rem; } }
    @media (max-width: 576px) {
      .planticine-universal .universal-column-text {
        font-size: 1.3rem;
        line-height: 1.3; } }
    .planticine-universal .universal-column-text span {
      color: #644696;
      font-weight: 900; }
  .planticine-universal .universal-column-table {
    border-top: 3px solid #9d9c93;
    border-bottom: 1px solid #9d9c93; }
  .planticine-universal .universal-column-table-row {
    padding: 0.2rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #9d9c93; }
  .planticine-universal .universal-column-table-title {
    text-transform: uppercase;
    margin: 0.25rem 0; }
    .planticine-universal .universal-column-table-title span {
      color: #644696;
      font-weight: 600; }
  .planticine-universal .universal-column-table-text {
    margin: 0; }
  .planticine-universal .universal-extra {
    font-size: 1rem;
    text-align: left;
    font-style: italic;
    width: 60%; }

.planticine-protection {
  padding: 3rem 0; }
  .planticine-protection .protection-title {
    text-align: left;
    margin: 1.5rem 0;
    font-size: 2.6rem;
    font-weight: 300;
    color: #000; }
    @media (max-width: 576px) {
      .planticine-protection .protection-title {
        font-size: 1.5rem;
        line-height: 1.3;
        text-align: center; } }
    .planticine-protection .protection-title span {
      color: #644696;
      font-weight: 900; }
  .planticine-protection .protection-subtitle {
    text-align: left;
    margin: 2rem 0;
    font-size: 1.25rem;
    line-height: 1.35;
    color: #1d1d1b;
    font-weight: 300; }
    @media (max-width: 576px) {
      .planticine-protection .protection-subtitle {
        font-size: 1.3rem;
        line-height: 1.3; } }
    .planticine-protection .protection-subtitle span {
      color: #644696;
      font-weight: 900; }
  .planticine-protection .protection-extra {
    text-align: left;
    font-style: italic;
    margin: 3rem auto 0; }
  .planticine-protection .protection-images {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1000px;
    margin: 4rem auto 0; }
    @media (max-width: 768px) {
      .planticine-protection .protection-images {
        flex-direction: column; } }
    .planticine-protection .protection-images .protection-img-wrapper {
      width: 50%; }
      @media (max-width: 768px) {
        .planticine-protection .protection-images .protection-img-wrapper {
          width: 100%; } }
      .planticine-protection .protection-images .protection-img-wrapper img {
        width: 100%;
        height: auto;
        display: block; }
  .planticine-protection .protection__buttonWrapper {
    width: 100%;
    display: flex;
    justify-content: center; }
    .planticine-protection .protection__buttonWrapper .protection__button {
      background-color: #644696;
      text-transform: uppercase;
      font-size: 1.25rem;
      color: #fff;
      padding: 1rem 4rem;
      text-decoration: none;
      transition: all 0.4s;
      display: inline-block;
      margin: 5rem auto 0; }
      .planticine-protection .protection__buttonWrapper .protection__button:hover {
        background-color: #583e85; }
      @media (max-width: 576px) {
        .planticine-protection .protection__buttonWrapper .protection__button {
          padding: 1rem 3rem;
          text-align: center;
          font-size: 1.25rem; } }

.planticine-map {
  padding: 3rem 0; }
  @media (max-width: 768px) {
    .planticine-map {
      padding: 1rem 0 5rem; } }
  .planticine-map .map-title {
    text-align: left;
    margin: 1.5rem 0;
    font-size: 2.5rem;
    font-weight: 300;
    color: #000; }
    @media (max-width: 576px) {
      .planticine-map .map-title {
        text-align: center;
        font-size: 1.5rem; } }
    .planticine-map .map-title span {
      color: #644696;
      font-weight: 900; }
  .planticine-map .planticine-map-img {
    width: 100%;
    height: auto;
    display: block;
    margin: 3rem auto 0;
    max-width: 850px; }

.planticine-contact {
  margin-top: 5rem;
  margin-bottom: 3rem; }
  @media (max-width: 576px) {
    .planticine-contact {
      margin: 2.5rem 0 0; } }
  .planticine-contact .contact-title {
    text-align: center;
    margin: 4rem 0;
    font-size: 2.5rem;
    font-weight: 300;
    color: #000; }
    @media (max-width: 576px) {
      .planticine-contact .contact-title {
        font-size: 1.5rem;
        margin: 0 0 2.5rem; } }
    .planticine-contact .contact-title span {
      color: #5D2C87;
      font-weight: 900; }
  .planticine-contact p {
    margin: 0; }

@media (max-width: 768px) {
  .planticine-contact {
    margin-top: 2.5rem;
    margin-bottom: 5rem; } }
.planticine-contact .planticine__title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.75rem;
  color: #5D2C87;
  margin: 0 auto 3rem;
  text-align: center; }

.planticine-contact .planticine__subtitle {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.75rem;
  margin: 2rem 0 1rem;
  color: #5D2C87; }

.planticine-contact .section__title {
  margin: 4rem 0 2rem 0; }

.planticine-contact .accordion__items {
  margin-left: 1rem; }

@media (max-width: 768px) {
  .planticine-contact .accordion__items {
    margin: 0; } }
.accordion__item {
  border-bottom: 1px solid #b3b2b2; }

.planticine-contact .accordion {
  color: #000;
  cursor: pointer;
  padding: 0.5rem 1rem;
  width: 100%;
  text-align: left;
  font-size: 1.3rem;
  transition: 0.4s;
  position: relative;
  border: 1px solid #b3b2b2;
  border-bottom: none;
  font-weight: 300; }

@media (max-width: 768px) {
  .planticine-contact .accordion {
    padding-right: 2.5rem;
    font-size: 1.1rem; } }
.planticine-contact .accordion span {
  font-weight: 600; }

.planticine-contact .accordion1 {
  background-color: #5D2C87;
  color: #fff; }

.planticine-contact .accordion2 {
  background-color: #000;
  color: #fff; }

.planticine-contact .accordion3 {
  background-color: #706f6f;
  color: #fff; }

.planticine-contact .accordion4 {
  color: #5D2C87;
  border: none;
  cursor: auto;
  margin: 2rem 0 1rem;
  padding: 0.5rem 1rem 0.5rem 0;
  width: 100%;
  font-weight: 600;
  text-align: left;
  font-size: 1.3rem;
  transition: 0.4s;
  position: relative;
  border-bottom: none;
  font-weight: 300; }

@media (max-width: 768px) {
  .planticine-contact .accordion4 {
    padding-right: 2.5rem;
    font-size: 1.1rem; } }
.planticine-contact .accordion4 span {
  font-weight: 600; }

.planticine-contact .accordion:after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 30%;
  margin: 0 0.5rem;
  transition: all 0.3s;
  transform-origin: center; }

.planticine-contact .active:after {
  transform: rotate(-90deg); }

.planticine-contact .panel {
  transition: max-height 0.2s ease-out;
  color: #706f6f;
  font-weight: 300; }

.planticine-contact .panel .panel__title {
  display: block;
  width: 25%;
  padding: 1rem;
  font-size: 1rem;
  background-color: #ececec; }

@media (max-width: 768px) {
  .planticine-contact .panel .panel__title {
    width: 100%;
    font-size: 0.9rem; } }
.planticine-contact .panel .panel__title span {
  font-weight: 600; }

.planticine-contact .panel .panel__text {
  width: 75%;
  padding: 1rem;
  font-size: 0.9rem; }

@media (max-width: 768px) {
  .planticine-contact .panel .panel__text {
    width: 100%;
    font-size: 0.8em; } }
.planticine-contact .panel .panel__text span {
  font-weight: 600; }

.planticine-contact .panel__row {
  max-height: max-content;
  display: flex;
  border: 1px solid #b3b2b2;
  border-bottom: none; }

@media (max-width: 768px) {
  .planticine-contact .panel__row {
    flex-direction: column; } }
.planticine-contact .panel__row-bottom {
  border-bottom: 1px solid #b3b2b2; }

* {
  box-sizing: border-box; }

.planticine-body {
  margin: 0;
  font-family: kyrial-display-pro, sans-serif;
  font-size: 15px; }

.planticine-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto; }

  .hero__button {
    background-color: #644696;
    text-transform: uppercase;
    font-size: 1.25rem;
    color: #fff;
    padding: 1rem 3rem;
    text-decoration: none;
    transition: all 0.4s;
    margin-bottom: 2rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
  }
/*# sourceMappingURL=style.css.map */
