.bottomLink {
  text-align: center;
  width: 300px;
  margin: 0 auto;
  display: block;
  font-family: "Inter";
  /* text-decoration: underline; */
  font-weight: 500 !important;
  text-underline-offset: 4px;
  /* text-decoration: underline; */
}

.bottomLink a {
  text-decoration: underline;
}

.page-homepage {
  background-color: #fdfdfd;
}

.home .wrap-header-top {
  background-color: #fff;
  /* display: flex; */
}

/*section global-leader*/
.section-global-leader {
  position: relative;
  padding-bottom: 100px;
  background-position: right center;
  background-size: 60%;
  background-repeat: no-repeat;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(240, 240, 240, 1) 100%
  );
}

@media (max-width: 768px) {

  .section-global-leader .img-poster:before {
    width: 63.3px;
    height: 89.6px;
    top: 136px;
    left: 33px;
    border-top-left-radius: 10px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 6px;
  }


  .section-global-leader .img-poster:after {
    width: 9.3px;
    height: 53px;
    top: 47px;
    left: 93px;
    border-top-left-radius: 2px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 3px;
  }
}

.nav-buttons {
  z-index: 100;
}

.single-segment-button {margin-left: -33px;/* margin-top: -35px; */height: 50px;display: flex;justify-content: center;align-items: center;padding: 14px 51px 15px;border-radius: 5px;background-color: #00b5d3;font-family: Inter;font-size: 18px;font-weight: normal;font-stretch: normal;font-style: normal;line-height: 1.5;letter-spacing: normal;text-align: center;color: #fff;width: unset;z-index: 9999;}

.section-discover .single-segment-button {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

a.item-nav-buttons-link.bg-blue:before {
  border-radius: 30px 10px 30px 10px;
}

a.item-nav-buttons-link {
  position: relative;
  transition: 0.5s;
  height: 100%;
  width: 155%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.32) 80%, rgba(0, 0, 0, 0.34) 90%, rgba(0, 0, 0, 0.36) 100%);
}


.item-nav-buttons:hover {
  margin-top: -10px;
  transition: all 0.5s ease;

}

.item-nav-buttons-link h6 {
  position: absolute;
  width: 100%;
  /*left: 54px;*/
  bottom: 34px;
  margin: 0;
  padding-right: 0;
  font-family: "Demo";
  font-size: 24px;
  font-weight: normal;
  /*line-height: 1.96;*/
  color: #fff;
  text-align: center;
  z-index: 10;
  transform: skewX(-24deg);
  font-stretch: normal;
  font-style: normal;
  line-height: 0.96;
  letter-spacing: normal;
}

@media (min-width: 768px) {
  .item-nav-buttons-link h6.finland-segments-buttons {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .item-nav-buttons-link h6 {
    transform: unset;
  }
}

.item-nav-buttons-link h6 span {
  font-family: Inter;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: normal;
  text-align: center;
  display: block;
  color: #fff;
}

/*Section Innovative solutions*/
.section-innovat {
  padding-top: 70px;
  padding-bottom: 70px;
}

.sec-title {
  font-family: "Demo";
  font-size: 48px;
  font-weight: normal;
  line-height: 1.21;
  color: #002b45;
}

.sec-desc {
  font-family: "Inter";
  font-size: 18px;
  font-weight: normal;
  line-height: 1.56;
  color: #002c45;
}

.video-link {
  margin-bottom: 40px;
  display: block;
  text-align: center;
  font-family: "Inter";
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  color: #002c45 !important;
  /*border-bottom: 1px soldi#002c45;*/
}

a.video-link .video-link-text {
  /*border-bottom: 1px solid #002c45;*/
  text-decoration: underline;
  text-underline-offset: 3px;
}

a.video-link:hover {
  color: #00b5d3 !important;
}

.video-link img {
  max-width: 24px;
  max-height: 24px;
  min-height: 24px;
  min-width: 24px;
  object-fit: contain;
}

.posts-wrap {
  margin-bottom: 64px;
  display: flex;
  justify-content: center;
  padding-top: 50px;
}

.post-cart-item {
  flex: 1;
}

.post-cart-item.section-service-item {
  max-width: 333px;
}

.post-cart-item:not(:nth-last-child(-n + 3)) {
  /*margin-bottom: 35px;*/
}

.section-innovat .post-feature-img {
  margin-bottom: 24px;
  overflow: hidden;
  max-height: 350px;
  border-radius: 5px;
}

.section-subtitle {
  margin: 0;
  padding-bottom: 20px;
}

.post-feature-img img {
  width: 100%;
  height: 350px;
  max-width: 384px;
  max-height: 350px;
  object-fit: cover;
  border-radius: 5px;
  transition: transform 0.5s ease;
}

.post-feature-img img:hover {
}

.post-desc-title {
  margin-bottom: 8px;
  font-family: "Inter";
  font-size: 32px;
  font-weight: normal;
  line-height: 1.53;
  color: #002b46;
  /* margin-top: 20px; */
}

.post-desc-text {
  font-family: "Inter";
  font-size: 18px;
  font-weight: normal;
  line-height: 1.56;
  color: #002c45;
  margin-bottom: 0;
}

.section-innovat .btn-view-more {
  max-width: max-content;
  padding: 14px 24px;
  font-family: 'Inter';
}

/* Section Organic fertilizers */

.section-organic-fertil {
  padding: 70px 0;
  padding-bottom: 70px;
  /*margin-bottom: 70px;*/
  background-color: #f2fbfd;
  border: solid 1px rgba(0, 181, 211, 0.2);
  border-radius: 5px;
  background-color: #f2fbfd !important;
}

.section-organic-fertil img {
  max-width: 486px;
  max-height: 444px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}

.mb-64 {
  margin-bottom: 64px;
}

.fertil-img-wrap {
  margin-right: 52px;
}

.top-quality-row {
  justify-content: space-between;
}

.list-quality {
  /*margin-bottom: 24px;*/
  list-style: none;
  display: flex;
  flex-direction: column;
  /*gap: 8px;*/
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .list-quality {
    margin-bottom: 16px;
  }
}

.item-list-quality:not(:last-child) {
  margin-bottom: 12px;
}

li.item-list-quality,
.item-list-quality a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.item-list-quality .benefits-icon-title {
  font-size: 18px;
}

li.item-list-quality img {
  margin-right: 8px;
  width: 60px;
  height: 60px;
  max-width: 60px;
  max-height: 60px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}

/*Section Rich variety*/
.section-rich-variety {
  /* padding: 100px 0; */
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-rich-variety .post-feature-img {
  max-height: 216px;
  overflow: hidden;
}

.section-rich-variety .post-feature-img img {
  max-width: 384px;
  max-height: 216px;
  width: 100%;
  height: 216px;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}

.section-rich-variety .posts-wrap {
  margin-bottom: 0;
}

.sec-subtitle {
  font-family: "Inter";
  font-size: 24px;
  font-weight: 300;
  line-height: 1.42;
  color: #002b46;
}

.section-rich-variety .sec-desc {
  margin-bottom: 0px;
}

.section-organic-fertil .sec-subtitle {
  margin-bottom: 16px;
}

.section-organic-fertil .sec-subtitle {
  margin-bottom: 16px;
}

.section-organic-fertil .sec-desc {
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .section-organic-fertil .sec-desc {
    margin-bottom: 16px;
  }
}

.learn-more-link {
  font-family: "Inter";
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  color: #002c45;
  /*border-bottom: 1px solid #002c45;*/
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: 0.2s;
}

.learn-more-link:hover {
  color: #00b5d3;
  /*border-bottom: 1px solid #00b5d3;*/
}

/*Section Sustainable products*/
.section-sustainable {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-sustainable .sec-desc {
  margin-bottom: 24px;
}

.section-sustainable a.learn-more-link {
  margin-bottom: 40px;
  display: inline-block;
}

.list-sustainable {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  gap: 88px;
  margin-bottom: 0;
}

.item-list-sustainable {
  /* pointer-events: none; */
}

.item-list-sustainable img {
  width: 160px;
  height: 145px;
  object-fit: contain;
  object-position: center;
}
/*awards slider*/
@media (min-width: 768px) {
  .awards_slider_wrapper {
    overflow: visible !important;
    position: relative;
    table-layout: fixed;
    width: 100%;
    margin: 0;

    .slick-list {
      position: relative;
      display: block;
      overflow: hidden;
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      transform: translate3d(0, 0, 0);
    }

    .slick-track {
      position: relative;
      top: 0;
      left: 0;
      display: block;
      margin-left: auto;
      margin-right: auto;
      box-sizing: inherit;
    }

    .slick-slide {
      float: left;
      height: 100%;
      min-height: 1px;
    }

    .item-list-sustainable {
      display: flex !important;
      justify-content: center;
      align-items: center;
    }

    button.slick-next,
    button.slick-prev {
      background: transparent !important;
      border: 0;
      position: absolute;
      color: #00b5d3 !important;
      width: 24px;
      padding: 0;
    }

    button.slick-next {
      left: auto;
      right: 0;
      transform: translate(10px, 0);
    }

    button.slick-prev {
      left: 0;
      right: auto;
      transform: translate(-10px, 0);
    }

    .fal::before {
      font-size: 64px;
      font-weight: 200;
      height: auto;
      display: inline-block;
      width: 24px;
    }

    .fa-angle-right:before {
      content: url("../../../../layout/components/digital-tools-block/assets/icons/chevron-right-solid.svg");
    }

    .fa-angle-left:before {
      content: url("../../../../layout/components/digital-tools-block/assets/icons/chevron-left-solid.svg");
    }
  }
}

/*section-easy-to-use*/

.section-easy-to-use {
  padding-bottom: 120px;
}

.section-easy-to-use .sec-desc {
  margin-bottom: 40px;
}

.section-easy-item img {
  margin-bottom: 24px;
  width: 100%;
  max-width: 588px;
  max-height: 330px;
  height: 330px;
  object-fit: cover;
  border-radius: 5px;
}

/*Section safety*/

.section-safety {
  /*padding-bottom: 120px;*/
  margin-top: 70px;
}

.section-safety .sec-desc {
  margin-bottom: 40px;
}

ul.safety-tabs {
  justify-content: center;
}

ul.safety-tabs li {
  position: relative;
}

section.section-safety .safety-tab-cont img {
  /*width: 100% !important;*/
  max-height: 273px;
  max-width: 486px;
  width: 100%;
  background: rgb(255, 255, 255);
  /* background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(221,221,221,1) 100%); */
  border-radius: 5px !important;
}

.img-zoom-wrap {
  position: relative;

  display: flex;
  justify-content: flex-end;
}

button.zoom-img img {
  max-width: 20px;
  transform: rotate(140deg);
}

button.btn.zoom-img {
  position: absolute;
  right: 28px;
  top: 16px;
}

button.btn.zoom-img:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

button.btn.zoom-img:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e3e7ea !important;
  background: url("../../../../assets/icons/double-arrow.png") no-repeat center
    center;
  background-size: 30px 30px;
  transform: rotate(318deg);
  opacity: 0.8;
}

#tutorialsplaneModal .modal-dialog {
  max-width: fit-content;
}

#tutorialsplaneModal .modal-dialog .modal-header {
  padding-bottom: 0;
  padding-top: 10px;
  border-bottom: 0;
}

#tutorialsplaneModal .modal-dialog .modal-body {
  padding: 10px;
}

.modal-img {
  width: 100%;
  min-height: 80vh;
  max-height: 80vh;
  object-fit: cover;
}

ul.safety-tabs .nav-item .nav-link {
  position: relative;
  padding: 15px 35px 14px;
  font-family: "Inter";
  font-size: 24px;
  font-weight: normal;
  line-height: 1.42;
  color: #002b46;
  outline: none;
  border: none;
}

ul.safety-tabs .nav-item .nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  transform: scaleX(0);
  height: 4px;
  bottom: 10px;
  left: 32px !important;
  background-color: var(--blue);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

ul.safety-tabs .nav-item .nav-link.active::after {
  width: calc(100% - 64px);
  transform: scaleX(1);
  transform-origin: bottom left;
}

ul.safety-tabs {
  border: none;
}

.safety-tabs .line-separator {
  display: none;
}

ul.safety-tabs li:last-child .line-separator {
  visibility: hidden;
}

ul.safety-tabs .nav-item .nav-link.active + .line-separator {
  display: none;
}

.hide-separator {
  display: none;
}

ul.safety-tabs .nav-item .nav-link.active {
  margin-bottom: 0;
  background-color: #f3f3f3;
  color: #00b5d3;
  border: 0;
  height: 100%;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

ul.safety-tabs .nav-item .nav-link:hover {
  border-color: transparent;
}

.safety-tab-cont {
  padding: 70px 0;
  /*margin-bottom: 70px;*/
}

.safety-tab-cont {
  background-color: #f3f3f3;
}

.safety-tab-cont .tab-title {
  margin-bottom: 16px;
  font-family: "Inter";
  font-size: 24px;
  font-weight: bold;
  line-height: 1.42;
}

.safety-tab-cont .tab-desc {
  margin-bottom: 16px;
  font-family: "Inter";
  font-size: 24px;
  font-weight: normal;
  line-height: 1.42;
}

.safety-tab-cont {
  background-color: #f3f3f3;
  height: auto;
  min-height: 400px;
}

.safety-tab-cont img {
  /* border-radius: 5px; */
}

.section-experts {
  margin-top: 70px;
  margin-bottom: 70px;
}

.video-wrap iframe {
  width: 100%;
  max-height: 674px;
  height: 35vw;
}

.youtube-container {
  display: block;
  width: 100%;
  max-height: 674px;
  margin: 0 auto;
  padding-top: 40px;
}

.youtube-player {
  margin: 0 auto;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  cursor: pointer;
  border-radius: 5px;
}

img.youtube-thumbnail {
  position: absolute;
  margin: auto;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

div.youtube-play-btn {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url("../img/icons/play_arrow_fff.svg") no-repeat center center;
  background-size: 50px 50px;
  border-radius: 50%;
  background-color: #00b5d3;
}

.youtube-iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*Section Service*/
.section-service {
  background: #fdfdfd;
  padding-top: 70px;
  margin-bottom: 70px;
}

.section-service .sec-desc {
  margin-bottom: 40px;
}

.section-service .post-desc-text {
  margin-bottom: 0;
}

.post-cart-item:after {
  content: "";
  display: none;
}

.section-service .posts-wrap {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
}

span.blue-num {
  display: inline-block;
  width: 84px;
  min-width: 84px;
  height: 84px;
  font-family: "Demo";
  font-weight: normal;
  font-size: 48px;
  background-color: #8fe6e5;
  text-align: center;
  line-height: 84px;
  border-radius: 500px;
  color: #fff;
}

.section-service span.blue-num {
  margin-bottom: 24px;
}

/*Section section-discover*/

.section-discover {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-discover .segment-icons-title-container {
  font-family: Inter;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: center;
  color: #002b46;
  padding-bottom: 40px;
}

.section-discover .segment-icons-title-container .segment-icons-title {
  /*max-width: 70%;*/
  font-family: Inter;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: center;
  color: #002b46;
}

.section-discover .buttons-nav-row {
  margin-top: 0;
}

.section-discover .post-desc-title {
  margin-bottom: 0;
}

.section-discover .sec-desc {
  margin-bottom: 40px;
  font-family: Inter;
  font-size: 32px;
  font-weight: normal;
  line-height: 1.53;
  text-align: center;
  color: #002b46;
}

.discover-title {
  margin-bottom: 24px;
  text-align: center;
}

.home .section-breadcrumb-nav,
.home .header-bottom {
  display: none;
}

.page-homepage .global-leader-wrap .text-wrap {
  margin-top: 120px;
  padding-left: 179px;
}

.page-homepage .symbol {
  height: 100px;
  margin-top: -50px;
  display: block;
  position: relative;
  z-index: 8888;
  width: 98px;
}

.hero-image-corner-rounder-1,
.hero-image-corner-rounder-2,
.hero-image-corner-rounder-3 {
  display: none;
}

.homepage-iframe {
  width: 100%;
  display: none;
  padding-top: 42px;
}

.videoBox {
  padding-top: 42px;
}

.videoBox .videoPlaceholder {
  max-height: 674px;
  min-height: 317px;
  min-width: 1200px;
  object-fit: cover;
}

.videoBox .videoPlaceholderIcon {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 99999;
}

@media only screen and (min-width: 1200px) {
  .section-organic-fertil .content {
    padding-left: 51px;
  }
}

@media (max-width: 1200px) {
  .img-zoom-wrap {
    padding-top: 14px;
    justify-content: center;
  }
}

.experts .videoBox {
  width: 100%;
  display: block;
}

.experts .videoBox .guides-video-thumbnail-title {
  position: absolute;
  top: 40px;
  left: 35px;
  font-family: Inter;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.experts .videoBox .videoPlaceholder {
  object-fit: cover;
  height: 500px;
  border-radius: 5px;
}

.experts .videoPlaceholder {
  width: 100%;
  height: 315px;
}

.experts .videoPlaceholderIcon {
  object-fit: contain;
  position: absolute;
  z-index: 99999;
  width: 117.9px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 117.9px;
}

.experts .videoPlaceholderIcon:hover {
  opacity: 0.7;
  transition: 0.2s;
  cursor: pointer;
}

.title-desc-product {
  font-weight: normal;
  color: #002c45;
}
.title-section-Demo.guides {
  margin-top: 100px;
}

.title-section-Demo.trials {
  margin-top: 40px;
}

.intro-crop-img {
  height: 266px;
  max-width: 483px !important;
}

.posts-wrap .post-desc-title {
  margin-top: 20px;
}

.section-service .posts-wrap .post-desc-title {
  margin-top: 0px;
}

.videoBox {
  width: unset !important;
}

.buttons-nav-row {
  position: relative;
  z-index: 100;
}


.item-list-quality .benefits-icon-title {
  font-size: 18px;
  display: inline-block;
  font-family: Inter;
  color: #002c45;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.sec-desc {
  font-size: 18px;
}

.section-service .post-desc {
  margin-top: 0px;
}

.section-service .section-service-item {
  margin-top: 0;
}

.story__blk {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}

.story__thumb {
  width: 100%;
  height: 674px;
  position: relative;
}
.story__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video__blk {
  position: relative;
  text-align: center;
}
.video__blk a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #00b5d3;
  width: 104px;
  height: 104px;
  display: inline-block;
  line-height: 104px;
  border-radius: 50%;
  color: #fff;
  font-size: 37px;
  margin-bottom: 16px;
}

.video__blk a i {
  margin-left: 10px;
  margin-top: -4px;
}
.video__blk p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  margin: 0;
}


.videoThumbnail {
  width: 100%;
  position: relative;
  border-radius: 5px;
  max-height: 600px;
  box-sizing: border-box;
  line-height: 24px;
  text-align: start;
  object-fit: cover;
  display: inline-block;
  overflow: hidden;
}

.videoThumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  box-sizing: border-box;
  display: block;
  line-height: 24px;
  text-align: start;
  vertical-align: middle;
}


.venobox:hover ~.videoThumbnail img{
  transition: 0.25s all!important;
  transform: scale(1.1)!important;
}


.venoframe.vbvid {
  width: 1200px !important;
  height: 700px !important;
}

.vbox-close {
  font-size: 42px !important;
  overflow: visible !important;
}

.accordion-item .acord-posts .accordion-body {
  padding-left: 40px;
}

@media (min-width: 1300px) and (max-width: 1400px) {
  .global-leader-title {
    font-size: 50px;
  }
}
@media (min-width: 1400px) and (max-width: 1500px) {
  .global-leader-title {
    font-size: 56px;
  }
}

@media (max-width: 768px) {
  .section-innovat > .container {
    margin-left: 0;
    margin-right: 0;
    max-width: unset;
  }

  .bottomLink {
    display: none !important;
  }
}


.homepageHeader-2, .homepageHeader-3{
  display: none;
}



.header-buttons-container button{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
  background-color: #fff;
  border: 0.1px solid slategray;
}

.header-buttons-container button.highlighted {
  width: 16px;
  height: 16px;
}


@media  (min-width: 769px) and (max-width: 999px) {
  .video__blk a {
    margin-top: 190px;
  }
}

@media   (max-width: 769px) {
  .video__blk a {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);

    margin: 0;
    padding: 0;
  }
}


@media (max-width: 992px) {
  .hero-image-text-container {
    display: none;
  }
}


.hero-image-text-container .hero-image-caption {
  max-width: 546px;
  font-family: Inter;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.hero-image-text-container .hero-image-credit {
  font-family: Inter;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.29;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

/*.homepageHeader {*/
/*  animation: headerImagesFadeIn 0.8s;*/
/*}*/


/*@keyframes headerImagesFadeIn {*/
/*  0% {*/
/*    opacity: 0;*/
/*  }*/
/*  100% {*/
/*    opacity: 1;*/
/*  }*/
/*}*/
.homepageHeaderWrap {
  position: relative;
  width: 100%;
}
/* home page responsive ==============================================================*/

.hero-container{
  position: relative;
  display: flex;
  width: 100%;
  flex-flow: row nowrap;
  height: 100%;
  align-items: center;

}
.homepageHeader{
  position: relative;
  width: 100% ;
}

/*=================================*/

.header-new-design{
  transition: 0.3s;
  height: 100%;
  position: absolute;
  left: -2.3vw;
  width: 23vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='344.639' height='700.021' viewBox='0 0 344.639 700.021'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='-0.035' y1='0.029' x2='0.825' y2='0.946' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%238fe6e5'/%3E%3Cstop offset='0.222' stop-color='%2348cedc'/%3E%3Cstop offset='0.443' stop-color='%2300b5d3'/%3E%3Cstop offset='0.621' stop-color='%2303b6d3'/%3E%3Cstop offset='0.764' stop-color='%230290ad'/%3E%3Cstop offset='0.882' stop-color='%23016c89'/%3E%3Cstop offset='1' stop-color='%23002846'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath id='Path_1560' data-name='Path 1560' d='M1451.629,1365.789l-9.386.2c-4.053,0-7.385-3.456-9.017-6.525L1116.96,678.693s-6.058-9.211,1.32-9.211l7.337-.158a8.935,8.935,0,0,1,8.4,5c46.6,97.922,318.6,686.5,319.146,687.9S1453.238,1365.789,1451.629,1365.789Z' transform='translate(-1104.552 -676.586) rotate(0.4)' stroke='rgba(0,0,0,0)' stroke-miterlimit='10' stroke-width='1' fill='url(%23linear-gradient)'/%3E%3C/svg%3E%0A");  background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(2.1vw, 3.2vw);
}

@media (max-width: 800px) {
  .header-new-design {
    transform: translate(-20px, -23.2px);
    background-size: 231px;
    /* width: 360px; */
    background-position: bottom right;
    height: auto;
    width: 30vw;
    z-index: 0;
    left: unset;
  }
  .global-leader-title{
    margin-top: 25px !important;
  }
}
@media (min-width: 360px) and (max-width: 400px) {
  .header-new-design {
    rotate: 2deg;
  }
}
@media (max-width: 360px){
  .header-new-design {
    rotate: 3.5deg;
  }
}
@media (min-width: 395px) and (max-width: 550px) {
  .header-new-design {
    transform: translate(-20px, -23.2px);
    background-size: 231px;
    background-position: bottom right;
    width: 30vw;
    z-index: 0;
    rotate: 0.5deg;
  }
}

.img-poster-container {
  display: none;
  position: absolute;
  top: 49.4%;
  margin-bottom: -50%;
  transform: translate(0, -50%);
  left: 3.6vw;
}

.img-poster-big {
  transform: skew(24deg) translateZ(0px);
  width: 149.3px;
  height: 209.6px;
  background-color: #09b8d4;
  border-radius: 23px 9px 23px 9px;
}

.img-poster-mini {
  transform: skew(24deg) translateZ(0px);
  width: 19.3px;
  height: 126.6px;
  background-color: #8fe6e6;
  border-radius: 4px 6px 4px 6px;
  margin-bottom: 80px;
  margin-left: -15px;
}

.hero-image-text-container {
  position: absolute;
  bottom: 50px;
  left :35%
}

.header-buttons-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  column-gap: 30px;
  z-index: 9999;
  position: absolute;
  bottom: 30px;
  right: 17%;
  transition: 0.5s;
  opacity: 0;
}

/* yair =================================================================*/



.title-text-container{
  /*padding-top: 192px;*/
  padding-left: 174px;
  width: 45%;
}


.global-leader-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: "Demo";
  font-size: 64px;
  font-weight: normal;
  line-height: 1.03;
  color: #002b45;
  display: block;
  position: relative;
  z-index: 9999 !important;
}

.global-leader-subtitle {
  font-family: "Inter";
  font-size: 24px;
  font-weight: normal;
  line-height: 1.42;
  color: #002b45;
}

.homepageHeader > img {
  width: 100%;
  /*position: absolute;*/
  /*  bottom: 0;*/
}

.section-global-leader .buttons-nav-row {
  margin-left: 194px;
  margin-top: -200px;

}

.item-nav-buttons {
  width: 201px;
  height: 283px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  transform: skewX(24deg);
  overflow: hidden;
  border-radius: 30px 10px 30px 10px;
}

a.item-nav-buttons-link img {
  transform: skew(-24deg);
  max-width: unset;
  height: 100%;
  position: relative;
  z-index: -1;
}

/* @media =================================================================*/

@media(min-width: 100px) and  (max-width: 1700px) {

  .section-global-leader .buttons-nav-row {
    margin-top: 0 !important;
  }
  .hero-container{
    margin-bottom:30px;
  }
  }

@media (min-width: 1300px) and (max-width: 1400px) {

  .global-leader-title {
    font-size: 42px!important;
  }

  .hero-image-caption{
    font-size: 22px!important;
    line-height: 1;
  }

  .hero-image-credit{
    font-size: 14px;
  }

  .hero-image-text-container {
    left :40%
  }
}

@media (min-width: 1200px) and (max-width: 1300px) {
  /*title*/
  .global-leader-title {
    font-size: 42px !important;
  }

  /*3-buttons*/
  .section-global-leader .buttons-nav-row {
    margin-top: 90px;
  }


  /*texts===*/
  .hero-image-caption {
    font-size: 22px !important;
    line-height: 1;
  }

  .hero-image-credit {
    font-size: 12px;
  }

  .hero-image-text-container {
    left: 40%;
  }
  .img-poster-container {
    transform: translate(0, -4vw) scale(0.7);
  }

    .global-leader-subtitle {
      font-size: 20px !important;
  }



}


@media (min-width: 1000px) and (max-width: 1200px) {
  /*title*/
  .global-leader-title {
    font-size: 36px!important;
  }

  .global-leader-subtitle {
    font-size: 19px!important;
    line-height: 1!important;
  }

  /*3-buttons margin-top */
  .section-global-leader .buttons-nav-row {
    margin-top: 40px;
  }

  .img-poster-container {
    transform: translate(0, -50%) scale(0.7);
    left:-1%;

  }

  /*texts===*/
  .hero-image-caption{
    font-size: 22px !important;
    line-height: 1.5 !important;
  }

  .hero-image-credit{
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  .hero-image-text-container {
    left :40%;
  }

  .title-text-container {
    /*padding-top: 150px;*/
    padding-left: 130px;
   }

}


@media (min-width: 800px) and (max-width: 1000px) {
  /*title*/
  .global-leader-title {
    font-size: 24px!important;
  }
   /*3-buttons  margin-top */
  .section-global-leader .buttons-nav-row {
    margin-top: 10px;
  }

  .img-poster-container {
    transform: translate(0, -50%) scale(0.7);
  }



  .global-leader-subtitle {
    font-size: 19px!important;
    line-height: 1!important;
  }

  /*texts===*/
  .hero-image-caption{
    font-size: 22px !important;
    line-height: 1.5 !important;
  }

  .hero-image-credit{
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  .hero-image-text-container {
    left :40%;
  }

  .title-text-container {
    /*padding-top: 100px;*/
    padding-left: 70px;
  }

  .img-poster-container {
    left:-1%;

  }
}


@media (min-width: 400px) and (max-width: 800px) {

  /*title*/
  .global-leader-title {
    margin-left: 20px;
    font-family: Demo;
    font-size: 28px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: normal;
    text-align: left;
    color: #002c45;
    margin-top: 15px;
    width: 95%;
    padding-right: 20px;
    margin-bottom: 8px;
  }

  .global-leader-subtitle{
    margin-left: 20px;
    font-family: Inter;
    font-size: 16px!important;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #002c45;

  }
  /*3-buttons  margin-top */
  .section-global-leader .buttons-nav-row {
    margin-top: 10px;
  }

  .hero-container {
    flex-flow:  wrap-reverse;
  }

  .img-poster-container {
    transform: translate(0, -50%) scale(0.8);
    left: 7vw;
    top: 39vw;
  }

  .title-text-container{
    padding: 0 !important;
    width: 100% !important;
  }



}

@media (min-width: 400px) and (max-width: 600px) {


  /*title*/
  /*.global-leader-title {*/
  /*  font-size: 20px !important;*/
  /*  width: 95%;*/
  /*  padding-right: 20px;*/
  /*}*/

  /*.global-leader-subtitle{*/
  /*  font-size: 14px!important;*/

  /*}*/

  .img-poster-container {
    transform: translate(0, -50%) scale(0.6);
    left: 0%;
    /* top: 53%; */
  }

}



@media (max-width: 768px) {
  .second-segment-van-buttons {
    padding-right: 12px !important;
    row-gap: 20px;
  }


  .buttons-nav-row.first {
    margin-top: 0;
    margin-left: unset;
  }


  .nav-buttons.segment-van-buttons, .second-segment-van-buttons {
    padding-right: 24px;
  }
  .item-nav-buttons:not(:last-child) {
    /* margin-right: 0; */
    margin-bottom: 20px;
  }
  .nav-buttons {
    padding: 0 12px;
    flex-direction: column;
  }
  .item-nav-buttons {
    width: 100%;
    transform: none;
    width: 100%;
  }


  a.item-nav-buttons-link img {
    margin: 0;
    height: 100px;
    min-height: 100px;
    max-height: 100px;
    width: 100%;
    min-width: 100%;
    border-radius: 5px;
    object-fit: cover !important;
    background-size: cover;
    background-repeat: no-repeat;
    transform: skew(0deg) scale(1);
  }

  a.item-nav-buttons-link {
    position: relative;
    width: 100%;
    transform: none;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 0%);
    /*mask-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);*/
  }


  .item-nav-buttons {
   height:auto;
    border-radius: 5px;


  }

  .section-global-leader {
    padding-bottom: 60px;
  }

}

@media (max-width: 768px) {
  .single-segment-button {
    width: 92.3%;
    margin-left: 8px;
    height: 44px;
  }

  .section-discover .single-segment-button {
    width: 92%;
  }

  .section-innovat {
    margin-top: 0px;
  }
}



@media(max-width: 400px) {
  /*title*/
  .global-leader-title {
    margin-left: 20px;
    font-family: Demo;
    font-size: 28px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: normal;
    text-align: left;
    color: #002c45;
    margin-bottom: 4px;
    /*margin-top: -14px;*/
    padding-right: 20px;
  }

  .global-leader-subtitle{
    margin-left: 20px;
    font-family: Inter;
    font-size: 16px!important;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #002c45;

  }
  /*3-buttons  margin-top */
  .section-global-leader .buttons-nav-row {
    margin-top: 10px;
  }

  .hero-container {
    flex-flow:  wrap-reverse;
  }

  .img-poster-container {
    transform: translate(0, -50%) scale(0.45);
    left: -3%;
    top: 39vw;
  }

  .title-text-container{
    padding: 0 !important;
    width: 100% !important;
  }

}

@media (min-width: 1400px) and (max-width: 1455px) {
  .header-buttons-container {
    bottom: 13%;
  }
}

@media (min-width: 700px) and (max-width: 800px) {
  .header-buttons-container {
    bottom: 24%;
    right: 27%;
  }
}

@media (min-width: 580px) and (max-width: 700px) {
  .header-buttons-container {
    bottom: 26%;
    right: 27%;
  }
}

@media (min-width: 460px) and (max-width: 580px) {
  .header-buttons-container {
    bottom: 30%;
    right: 27%;
  }
}

@media (min-width: 400px) and (max-width: 460px) {
  .header-buttons-container {
    bottom: 34%;
    right: 27%;
  }
}



@media (min-width: 380px) and (max-width: 400px) {
  .header-buttons-container {
    bottom: 43%;
    right: 22%;
  }
}

@media (min-width: 370px) and (max-width: 380px) {
  .header-buttons-container {
    bottom: 46%;
    right: 22%;
  }
}

@media (min-width: 350px) and (max-width: 370px) {
  .header-buttons-container {
    bottom: 48%;
    right: 22%;
  }
}

@media (max-width: 350px) {
  .header-buttons-container {
    bottom: 52%;
    right: 22%;
  }
}


@media (max-width: 300px) {
  .header-buttons-container {
    bottom: 62%;
    right: 22%;
  }
}


@media (min-width: 768px) and (max-width: 992px) {
  .section-global-leader .buttons-nav-row {
    margin-left: unset;
    padding-left: 24px;
    padding-right: 32px;
  }
}

/* after 14.11 */
@media (min-width: 770px) {
  .item-nav-buttons-link h6 {
    /* width: 51%; */
    /* margin-left: 173px; */
    margin-bottom: -5px;
    /* max-width: 179px; */
    padding: 0 65px;
  }
}

.item-nav-buttons {
  margin: 0 23px;
}

@media (max-width: 768px) {
  .safety-tab-cont .img-zoom-wrap{
    padding-top: 0;
  }

  .safety-tab-cont .img-zoom-wrap:after {
    content:'';
    position:absolute;
    left: 3%;
    top:0;
    width: 94%;
    border-radius: 5px;
    height:100%;
    display:inline-block;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(43, 43, 43, 0) 50%, rgba(0, 0, 0, 0.8));
  }

  /*.mobile-menu-search-icon{*/
  /*  display: none;*/
  /*}*/
  .parallax img{
    height: 271.7px;
    width: 100%;
    object-fit: cover;
  }
}

@media (min-width: 768px) and (max-width: 1420px) {
  .section-global-leader .buttons-nav-row{
    padding-top: 20px;
  }
}

.parallax img {
  -webkit-mask-image: linear-gradient(to top, rgba(255,255,255,1) 0%,rgba(255,255,255,0.75) 50%);
  -webkit-mask-image: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,1) 29%);
}

@media (min-width: 768px) {
  .section-global-leader .buttons-nav-row{
    min-height: 6vw;
  }
}