:root {
  --royal-blue: #2469e0;
  --link-red: #db0000;
  --grey: #868686;
  --white: white;
  --487496: #397bad;
  --black: black;
  --lt-grey: #d0d2d3;
  --_colors---lime: #a2b53a;
  --_colors---drk-blue: #1f4598;
  --_colors---green: #07aa4d;
  --_colors---lt-blue: #679fd5;
  --_colors---teal: #00757a;
  --_colors---red: #ef393e;
  --_colors---orange: #f79320;
  --_colors---fuscia: #d2148a;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: #333;
  height: 100%;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.375rem;
  font-weight: 400;
  line-height: 1.2em;
}

h2 {
  color: #333;
  text-align: left;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.3em;
}

h3 {
  margin-top: 9px;
  margin-bottom: 6px;
  font-family: Libre Franklin, sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.3em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3em;
}

p {
  margin-bottom: 9px;
  font-family: Libre Franklin, sans-serif;
  font-size: .95rem;
  font-weight: 300;
  line-height: 1.5;
}

a {
  color: #db0000;
  text-decoration: none;
  transition: all .225s;
}

a:hover {
  color: var(--royal-blue);
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 30px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

li {
  margin-bottom: 6px;
  font-family: Roboto, sans-serif;
  line-height: 22px;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 10px;
  font-weight: 700;
  display: block;
}

.wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  display: flex;
}

.contain {
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  min-height: 20px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  transition: all .225s;
  display: block;
}

.contain.footer {
  background-image: none;
  margin-top: -22px;
  padding-bottom: 0;
  display: flex;
}

.nav-link {
  padding-left: 20px;
  padding-right: 20px;
  font-family: Libre Franklin, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 21px;
  transition: all .225s;
}

.nav-link:hover {
  color: #db0000;
  transform: translate(0, -4px);
}

.nav-link.w--current {
  color: #e90000;
}

.social-link {
  padding: 4px 6px;
  transition: all .225s;
}

.social-link:hover {
  filter: invert();
}

.navigation {
  z-index: 999;
  background-color: #fff;
  background-image: url('../png/rainbow_rule_3h.png');
  background-position: 0 100%;
  background-repeat: repeat-x;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4px;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  position: sticky;
  inset: 0% 0% auto;
}

.nav-menu {
  justify-content: space-around;
  align-items: center;
  width: 80%;
  display: flex;
}

.logo-link {
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4px;
  transition: all .225s;
  overflow: visible;
}

.logo-link:hover {
  transform: scale(1.05);
}

.logo-link.w--current {
  z-index: 100;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  inset: 0% auto;
}

.headiing-section {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 24px;
  font-family: Libre Franklin, sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 44px;
}

.icon {
  display: none;
}

.cols-aligned {
  align-items: center;
  margin-left: -9px;
  margin-right: -9px;
  display: flex;
}

.cols-aligned.all-the-best {
  align-items: center;
  display: flex;
}

.col1 {
  padding-left: 0;
  padding-right: 12px;
}

.col1.pic-right {
  padding-right: 0;
}

.col2 {
  min-height: 12px;
  padding-left: 12px;
  padding-right: 0;
}

.col2.pic-left {
  padding-left: 0;
}

.text-block-left {
  padding-left: 12px;
  padding-right: 30px;
}

.text-block-right {
  padding-left: 30px;
  padding-right: 12px;
}

.section-panarama {
  margin-top: 40px;
  margin-bottom: 40px;
}

.panarama-shopping {
  background-image: url('../jpg/pan09-8064.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 600px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.rainbow-vertical {
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.horizontal-pic {
  width: 100%;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.full-width-description {
  margin-top: 12px;
  margin-bottom: 40px;
  padding-top: 0;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #db0000;
  border: 1px solid #eb0000;
  border-radius: 9px;
  width: 20%;
  margin: 36px auto 20px;
  padding: 3px 13px;
  font-family: Libre Franklin, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 26px;
  transition: all .225s;
  display: block;
  position: static;
  inset: 0% 0% auto;
}

.button:hover {
  color: #db0000;
  background-color: #fff;
  border-style: solid;
  border-color: #eb0000;
  width: 21%;
  padding-left: 20px;
  padding-right: 20px;
}

.button.button-50 {
  background-color: var(--link-red);
  border-style: solid;
  border-color: #868686;
  width: 50%;
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 22px;
}

.button.button-50:hover {
  color: #db0000;
  background-color: #fff;
}

.button.button-left {
  background-color: #868686;
  border-style: none;
  width: 50%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
}

.button.button-left:hover {
  color: #fff;
  background-color: #db0000;
}

.button.medium {
  border-color: var(--grey);
  background-color: #db0000;
  width: auto;
  margin-top: 24px;
  font-size: 16px;
  display: inline-block;
}

.button.medium:hover {
  border-color: var(--link-red);
  background-color: var(--white);
  padding-left: 13px;
  padding-right: 13px;
}

.button.button-75 {
  width: 75%;
}

.panarama-garden {
  background-image: url('../jpg/garden_pic.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 700px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.sp20 {
  height: 20px;
}

.footer {
  background-color: #f7f7f7;
  background-image: url('../png/rainbow_rule_3h.png');
  background-position: 0 0;
  background-repeat: repeat-x;
  width: 100%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 36px 11px;
  position: static;
  inset: auto 0% 0%;
}

.footer-header {
  letter-spacing: .25em;
  margin-bottom: 22px;
  font-family: Libre Franklin, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.footer-columns-block {
  width: 100%;
  display: flex;
}

.footer-logo-image {
  width: 75px;
}

.footer-logo-image.w--current {
  width: 45%;
}

.register {
  color: #666;
  margin-top: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 9px;
  font-weight: 300;
  line-height: 12px;
}

.footer-col {
  flex-direction: column;
  width: 25%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-col.office {
  width: 30%;
  padding-right: 63px;
}

.footer-col.apps {
  width: 25%;
  display: block;
}

.footer-link {
  color: #333;
  margin-bottom: 16px;
  font-family: Libre Franklin, sans-serif;
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
}

.footer-link:hover {
  color: #db0000;
}

.container {
  border-left: 1px #7c7c7c;
}

.address {
  margin-bottom: 12px;
  font-family: Libre Franklin, sans-serif;
  font-size: 13px;
  line-height: 20px;
}

.app-image {
  margin-bottom: 9px;
  transition: all .225s;
  display: block;
}

.app-image:hover {
  filter: invert();
}

.sp10 {
  height: 10px;
}

.content {
  flex: 1 0 auto;
  margin-top: 0;
  padding: 30px 12px;
  display: block;
}

.slider {
  flex: 0 auto;
  height: 100%;
  position: relative;
}

.slide-1 {
  object-fit: cover;
  background-color: #d7d8d6;
  position: relative;
}

.slide-2 {
  background-image: url('../jpg/slide_dah16-21360.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 800px;
  overflow: hidden;
}

.slide-text-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.scroll-text {
  color: #fff;
  text-align: center;
  padding-top: 9px;
  padding-bottom: 36px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  position: absolute;
  inset: auto 0% 0%;
}

.scroll-text.red {
  color: #d51d10;
}

.slide-nav {
  display: none;
}

.we-color {
  color: #fff;
  letter-spacing: -.01em;
  font-family: Libre Franklin, sans-serif;
  font-size: 7em;
  font-weight: 600;
  line-height: 7em;
  display: block;
}

.we-color.spanish {
  color: #fff;
  text-shadow: none;
  font-size: 6em;
}

.we-color.korean {
  color: #fff;
  text-shadow: none;
}

.we-color.red {
  color: #e41102;
  text-shadow: 0 -6px 8px #fff, 0 8px 11px #fff;
}

.we-color.dutch {
  color: #fff;
  text-shadow: none;
  font-size: 6.5em;
}

.we-color.german, .we-color.french {
  font-size: 6em;
}

.we-color.russian {
  font-size: 6.5em;
}

.we-color.on-map {
  color: #e42012;
  font-size: 6em;
  display: none;
}

.slide-3 {
  overflow: hidden;
}

.scroll-arrow {
  padding-top: 7px;
  position: relative;
  inset: auto 0% 0%;
}

.more-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.img-block-2 {
  background-image: url('../jpg/slide_dah16-21360.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-section {
  flex: 1 0 auto;
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  position: relative;
}

.img-block-3 {
  background-image: url('../jpg/20200203_154447_1600x990.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.img-block-4 {
  background-image: url('../jpg/slide_bfp11-11244.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.img-block-5 {
  background-image: url('../jpg/slide_pics_0009_layer-11.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.img-block-6 {
  background-image: url('../jpg/slide_img_0140.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.img-block-1 {
  background-color: #fff;
  background-image: url('../map_1600x990.html');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.img-block-1.bw {
  background-image: url('../jpg/map_bw.jpg'), url('../png/world-on-white.png');
  background-position: 50% 0, 50% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 1400px;
}

.img-block-7 {
  background-image: url('../jpg/slide_bcl_trials.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.img-block-8 {
  background-image: url('../jpg/slide_pics_0003_layer-17.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.nav-container {
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
}

.social-icon-block {
  margin-left: 31px;
}

.social-link-footer {
  margin-right: 9px;
  transition: all .225s;
}

.social-link-footer:hover {
  filter: invert();
}

.footer-logo-link {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.footer-logo-block {
  text-align: center;
  border-left: 1px solid #9c9c9c;
  width: 20%;
  padding-left: 0;
}

.social-footer-block {
  justify-content: flex-start;
  display: flex;
}

.full-width {
  width: 100%;
}

.company-cols {
  margin-top: 21px;
}

.company-col1 {
  padding-left: 0;
}

.company-logo {
  margin-bottom: 16px;
}

.company-logo.wave {
  margin-right: 17px;
}

.company-back-link {
  flex-flow: row;
  place-content: flex-start;
  align-items: center;
  transition: all .225s;
  display: inline-block;
}

.company-back-link:hover {
  color: #db0000;
  margin-left: -4px;
}

.back-arrow {
  display: inline-block;
  position: relative;
  top: -8px;
}

.company-text-back {
  color: #333;
  padding-left: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
  display: inline-block;
}

.content-home {
  flex: none;
}

.photo-block {
  height: auto;
}

.hint {
  width: 90%;
  margin-top: 7px;
  margin-bottom: 18px;
}

.pressdate {
  margin-bottom: 14px;
}

.presstitle {
  margin-top: 1px;
  margin-bottom: 2px;
  font-size: 15px;
  display: block;
}

.faq h3 {
  margin-top: 18px;
  margin-bottom: 11px;
}

.faq p {
  border-left: 1px dotted #db0000;
  margin-left: 50px;
  padding-left: 20px;
  line-height: 24px;
}

.faq a {
  color: #db0000;
  border-bottom: 1px #db0000;
}

.faq a:hover {
  color: #db0000;
}

.contact-countries {
  align-items: flex-end;
  display: flex;
}

.button-contact {
  text-align: center;
  background-color: #868686;
  border-radius: 6px;
  display: block;
}

.button-contact:hover {
  color: #fff;
  background-color: #eb0000;
}

.link-block {
  display: inline-block;
  position: relative;
}

.link-block:hover {
  color: #db0000;
  background-color: #fff;
}

.title-box {
  background-color: var(--487496);
  background-image: url('../jpg/button_bkg_red3.jpg'), url('../jpg/button_bkg_white.jpg'), url('../jpg/button_bkg_red.jpg');
  background-position: 50%, 50%, 50%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: cover, cover, cover;
  border: 1px solid #000;
  border-radius: 15px;
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 21px;
  transition: opacity .25s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.title-box:hover {
  color: #db0000;
  background-color: #db0000;
}

.title-box.b1 {
  background-color: var(--link-red);
  background-image: url('../jpg/b1.jpg');
  background-position: 50%;
  background-size: contain;
  border-style: none;
  padding-top: 36px;
  transition: all .225s;
}

.title-box.b1:hover {
  background-image: url('../jpg/b1_dark.jpg');
  background-position: 50%;
  background-size: contain;
}

.title-box.b2 {
  background-color: var(--link-red);
  background-image: url('../jpg/b2.jpg');
  background-position: 50%;
  background-size: contain;
  padding: 20px;
  transition: all .225s;
}

.title-box.b2:hover {
  background-image: url('../jpg/b2_dark.jpg');
  background-position: 50%;
  background-size: contain;
}

.title-box.b3 {
  background-color: var(--link-red);
  background-image: url('../jpg/b3.jpg');
  background-position: 50%;
  background-size: contain;
  transition: all .225s;
}

.title-box.b3:hover {
  background-image: url('../jpg/b3_dark.jpg');
  background-position: 50%;
  background-size: contain;
}

.title-box.b4 {
  background-color: var(--link-red);
  background-image: url('../jpg/b4.jpg');
  background-position: 50%;
  background-size: contain;
  transition: all .225s;
}

.title-box.b4:hover {
  background-image: url('../jpg/b4_dark.jpg');
  background-position: 50%;
  background-size: contain;
}

.centered {
  color: #fff;
  text-align: center;
  flex: 0 auto;
  line-height: 42px;
}

.box-subhead {
  color: #fff;
  text-align: center;
  flex: 0 auto;
  align-self: auto;
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
}

.icon-arrow-white {
  flex: 0 auto;
  margin-left: 28px;
  margin-right: 28px;
  padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  display: block;
}

.cols-careers {
  margin-bottom: 15px;
}

.list {
  margin-top: 10px;
}

.close-window {
  text-align: center;
  width: 35%;
  display: inline-block;
  position: relative;
  inset: 0% auto auto;
}

.close-window-link {
  text-align: center;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 61px;
}

.slideshow {
  text-align: center;
  background-color: #ddd0;
  height: 75vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: 0%;
}

.slideshow-block {
  margin-top: 80px;
}

.caption-bkg {
  z-index: 150;
  background-color: #0009;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -1px;
  padding: 10px 18%;
  font-size: 16px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.caption-bkg:focus {
  border: 1px solid var(--link-red);
}

.slide-caption {
  color: #fff;
  font-size: 16px;
  line-height: 1.2em;
  position: relative;
}

.science-s1 {
  background-image: url('../jpg/slide_create_20180503_165515_mr1525370295059.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
}

.slideshow-nav {
  inset: 0% 0% auto;
}

.science-s3 {
  background-image: url('../jpg/slide_create_joshkirshenbaum02al2sm.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.science-s4 {
  background-image: url('../jpg/slide_create_helixlab.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.science-s5 {
  background-image: url('../jpg/slide_create_custday2017_12.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.science-s6 {
  background-image: url('../jpg/slide_create_dsc_0809.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.science-s9 {
  background-image: url('../jpg/slide_create_greenhouse.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.science-s10 {
  background-image: url('../jpg/slide_create_pas17-23662.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-bkg-support {
  z-index: 100;
  background-color: #000;
  padding: 50px 60px;
  display: block;
  position: absolute;
  inset: 0%;
}

.support-s1 {
  background-image: url('../jpg/slide_support_bhc07-4240.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
}

.support-s3 {
  background-image: url('../jpg/slide_support_custserv_33.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.support-s4 {
  background-image: url('../jpg/slide_support_humanresources.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.support-s5 {
  background-image: url('../jpg/slide_support_dscf0113annasamjimjeffbill.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.support-s6 {
  background-image: url('../jpg/slide_support_finance03.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.support-s7 {
  background-image: url('../jpg/slide_support_image2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.support-s8 {
  background-image: url('../jpg/slide_support_ipad_webtrack_sellsheet_sm.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-bkg-connect {
  z-index: 100;
  background-color: #000;
  padding: 50px 60px;
  display: block;
  position: absolute;
  inset: 0%;
}

.sales-s1 {
  background-image: url('../jpg/slides_sales_2014customerday16.jpg');
  background-position: 0 0;
  background-size: auto;
  margin-left: auto;
  margin-right: auto;
}

.sales-s3 {
  background-image: url('../jpg/slides_sales_20190620_215956787_ios.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.sales-s4 {
  background-image: url('../jpg/slide_connect_marketing.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.sales-s5 {
  background-image: url('../jpg/slides_sales_bhc13-15336.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.sales-s6 {
  background-image: url('../jpg/slides_sales_burpeeretail31.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.sales-s8 {
  background-image: url('../jpg/slides_sales_dsc_1128growertalks.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.sales-s9 {
  background-image: url('../jpg/slides_sales_dsc_1132jasonforceinterview.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.sales-s10 {
  background-image: url('../jpg/slides_sales_img_6709-2.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.sales-s12 {
  background-image: url('../jpg/slides_sales_pasplanninggroup2018.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.intro-p {
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.slide-bkg-deliver {
  z-index: 100;
  background-color: #000;
  padding: 50px 60px;
  display: block;
  position: absolute;
  inset: 0%;
}

.deliver-s1 {
  background-image: url('../jpg/slide_supply_greenhouse.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
}

.deliver-s2 {
  background-image: url('../jpg/slide_supply_dsc_1192labtour.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.deliver-s4 {
  background-image: url('../jpg/slide_supply_dsc_1211labtourbeto.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.deliver-s5 {
  background-image: url('../jpg/slide_supply_edwin_verheijen.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.deliver-s6 {
  background-image: url('../jpg/slide_supply_flavatar_03.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.deliver-s8 {
  background-image: url('../jpg/slide_supply_seedproc01_02.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.deliver-s9 {
  background-image: url('../jpg/slide_supply_seedproc02_01.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.deliver-s10 {
  background-image: url('../jpg/slide_supply_seedproc05.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.deliver-s11 {
  background-image: url('../jpg/slide_supply_toddcavins2016_01.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.left-arrow:focus, .right-arrow:focus {
  border: 1px solid var(--link-red);
}

.ball-logo-white {
  width: 60px;
  position: absolute;
  inset: 108px auto auto 19%;
}

.leadership {
  margin-bottom: 9px;
}

.leader-text p {
  line-height: 18px;
}

.paragraph {
  line-height: 22px;
}

.badge {
  float: left;
  margin-right: 16px;
}

.cols-aligned-top {
  align-items: flex-start;
  margin-left: -9px;
  margin-right: -9px;
  display: flex;
}

.support-s9 {
  background-image: url('../jpg/slide_support_mailroom.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.support-s10 {
  background-image: url('../jpg/slide_support_it.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.support-s11 {
  background-image: url('../jpg/slide_support_reception.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.deliver-s12 {
  background-image: url('../jpg/slide_deliver_seedprocessing.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.color-red {
  color: var(--link-red);
}

.ribbons-movie {
  width: 100%;
  height: 100%;
  top: 0;
}

.empty-div-over-slides {
  z-index: 100;
  margin-top: 86px;
  position: absolute;
  inset: 0%;
}

.poster {
  box-shadow: 1px 1px 3px 0 var(--grey);
  width: 80px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 12px;
}

.poster-block {
  align-items: center;
  display: flex;
}

.slide-photo-container {
  margin-left: auto;
  margin-right: auto;
}

.slide-photo-container:focus {
  border: 1px solid var(--link-red);
}

.sales-photo {
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.center-text {
  text-align: center;
  margin-top: 12px;
}

.logo-block {
  border: 1px solid var(--link-red);
  border-radius: 15px;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 280px;
  min-height: 25px;
  margin: 8px;
  padding: 16px;
  display: flex;
}

.logo-block.text {
  width: 580px;
}

.logos-head {
  color: var(--black);
  text-align: center;
  flex: 0 auto;
  margin-bottom: 0;
  font-size: 21px;
  line-height: 1.2em;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #db0000;
  border: 1px solid #eb0000;
  border-radius: 9px;
  margin-left: auto;
  margin-right: auto;
  padding: 6px 16px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  transition: all .225s;
  display: block;
  position: static;
  inset: 0% 0% auto;
}

.button-2:hover {
  color: #db0000;
  background-color: #fff;
  border-style: solid;
  border-color: #eb0000;
  padding-left: 20px;
  padding-right: 20px;
}

.logo-thumb {
  object-fit: contain;
  width: auto;
  height: 32px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.logo-thumb.decender {
  height: 38px;
}

.logo-packs-flex {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.logo-pack-description {
  flex: 0 auto;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.5em;
}

.logo-pack-heading {
  text-align: left;
  margin-bottom: 13px;
  font-size: 18px;
  font-weight: 600;
}

.media-flex {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 86px;
  display: flex;
}

.media-link {
  background-color: var(--grey);
  color: #fff;
  text-align: center;
  border-radius: 15px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 15px 9px 9px;
  font-size: 32px;
  line-height: 1.4em;
  display: flex;
  position: relative;
}

.media-link.m-4 {
  background-image: url('../jpg/m-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.media-link.m-4:hover {
  background-image: url('../jpg/m-4-drk.jpg');
}

.media-link.m-1 {
  color: var(--white);
  text-align: center;
  background-image: url('../jpg/m-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.media-link.m-1:hover {
  background-image: url('../jpg/m-1-drk.jpg');
}

.media-link.m-2 {
  background-image: url('../jpg/m-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.media-link.m-2:hover {
  background-image: url('../jpg/m-2-drk.jpg');
}

.media-link.m-3 {
  background-image: url('../jpg/m-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.media-link.m-3:hover {
  background-image: url('../jpg/m-3-drk.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.media-block {
  width: 23.5%;
  height: 300px;
  margin-bottom: 13px;
  margin-left: 0;
  margin-right: 0;
}

.media-title {
  color: #fff;
}

.heading-5 {
  font-size: 1.8125rem;
}

.intro {
  font-size: 15px;
}

.form-block {
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.text-field {
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 6px;
  line-height: 1.5em;
}

.text-field:focus {
  border: 1px solid var(--link-red);
  background-color: #f3f3f3;
}

.text-field::placeholder {
  color: #2469e0f2;
  font-size: 14px;
}

.captcha {
  margin-top: 25px;
  margin-bottom: 25px;
}

.form-text {
  font-size: 15px;
  line-height: 1.6em;
}

.button-submit {
  background-color: var(--link-red);
  color: #fff;
  border-radius: 5px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-size: 16px;
  line-height: 1.3em;
}

.button-submit:hover {
  background-color: #444;
}

.button-submit:active {
  background-color: #d20f8a;
}

.form-error {
  color: var(--link-red);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3em;
}

.giving-block {
  margin-bottom: 28px;
  padding-left: 2em;
  padding-right: 2em;
}

.giving-title {
  color: var(--royal-blue);
  font-size: 17px;
}

.checkbox-field {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.2em;
}

.checkbox {
  margin-right: 8px;
}

.giving-text {
  font-size: 16px;
}

.giving-text-field {
  border-radius: 10px;
  min-height: 100px;
  margin-bottom: 18px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
}

.giving-text-field:focus {
  border: 1px solid var(--link-red);
  background-color: #f3f3f3;
}

.giving-text-field::placeholder {
  color: #444;
}

.giving-label {
  color: var(--royal-blue);
  margin-top: 18px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
}

.body {
  flex-direction: column;
  display: flex;
}

.panel-button-2 {
  background-color: var(--grey);
  color: #fff;
  cursor: pointer;
  width: 45%;
  margin-bottom: 14px;
  padding: 9px;
}

.form-wrapper {
  border: 1px solid #b9b9b9;
  padding-top: 14px;
}

.body-2 {
  font-size: 15px;
  line-height: 1.4em;
}

.button-left {
  color: #fff;
  text-align: center;
  background-color: #db0000;
  border: 1px solid #eb0000;
  border-radius: 9px;
  margin: 12px auto 12px 0;
  padding: 3px 17px;
  font-family: Libre Franklin, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 26px;
  transition: all .225s;
  display: inline-block;
  position: static;
  inset: 0% 0% auto;
}

.button-left:hover {
  color: #db0000;
  background-color: #fff;
  border-style: solid;
  border-color: #eb0000;
  padding-left: 18px;
  padding-right: 18px;
}

.map-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: flex-start;
  min-width: 400px;
  max-width: 1200px;
  min-height: 400px;
  max-height: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.map-category-block {
  width: 15%;
  padding-top: 21px;
}

.map-image-block {
  width: 85%;
  position: relative;
}

.map-button-new {
  color: #fff;
  text-align: center;
  background-color: #acacac;
  border-radius: 6px;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  margin-bottom: 9px;
  margin-right: 0;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 14px;
  line-height: 1.2em;
  display: flex;
}

.map-button-new:hover {
  color: #fff;
  background-color: #838080;
}

.map-button-new.w--current {
  color: #fff;
  background-color: #db0000;
  margin-left: 7px;
  margin-right: 7px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.map-button-new.breeding-companies {
  background-color: #a2b53a;
}

.map-button-new.breeding-companies:hover {
  background-color: var(--grey);
}

.map-button-new.advanced-research {
  background-color: #1f4598;
}

.map-button-new.advanced-research:hover {
  background-color: var(--grey);
}

.map-button-new.breeding-locations {
  background-color: #07aa4d;
}

.map-button-new.breeding-locations:hover {
  background-color: var(--grey);
}

.map-button-new.seed-vegetative {
  background-color: #679fd5;
}

.map-button-new.seed-vegetative:hover {
  background-color: var(--grey);
}

.map-button-new.seed-tech {
  background-color: #00757a;
}

.map-button-new.seed-tech:hover {
  background-color: var(--grey);
}

.map-button-new.distribution {
  background-color: #ef393e;
}

.map-button-new.distribution:hover {
  background-color: var(--grey);
}

.map-button-new.young-plant {
  background-color: #f79320;
}

.map-button-new.young-plant:hover {
  background-color: var(--grey);
}

.map-button-new.advanced, .map-button-new.advanced-op {
  background-color: #d2148a;
}

.map-button-new.advanced-op:hover {
  background-color: var(--grey);
}

.map-button-new.home-office {
  background-color: #222;
}

.map-button-new.home-office.w--current {
  margin-left: 0;
}

.map-listing-link {
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 14px;
  text-decoration: none;
  display: block;
}

.map-listing-link:hover {
  text-decoration: none;
}

.map-section {
  margin-bottom: 122px;
}

.map-hq {
  z-index: 10;
  width: 100%;
  display: block;
  position: absolute;
  left: 2%;
}

.map-breeding-companies, .map-adv-research {
  z-index: 10;
  width: 100%;
  display: none;
  position: absolute;
  left: 2%;
}

.map-only {
  z-index: 0;
  width: 95%;
  display: none;
  position: absolute;
  inset: 0% 0% auto 2%;
}

.map-breeding-locations, .map-seed-veg {
  z-index: 10;
  width: 100%;
  display: none;
  position: absolute;
  left: 2%;
}

.map-list-block {
  display: block;
  position: relative;
  top: 41px;
}

.map-seed-technology, .map-distribution, .map-young-plant, .map-advanced-operations {
  z-index: 10;
  width: 100%;
  display: none;
  position: absolute;
  left: 2%;
}

.footnote {
  font-size: 12px;
}

.map-flex-advanced-research {
  border: 1px solid var(--lt-grey);
  border-radius: 6px;
  margin-left: 190px;
  padding: 9px;
  display: none;
  box-shadow: 0 2px 5px #0003;
}

.map-discover {
  background-color: var(--lt-grey);
  color: var(--white);
  text-align: center;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 25%;
  margin-right: 19px;
  padding: 9px 18px;
  font-weight: 600;
  display: flex;
}

.map-discover.breeding {
  background-color: var(--_colors---lime);
}

.map-discover.advanced-research {
  background-color: var(--_colors---drk-blue);
}

.map-discover.breeding-locations {
  background-color: var(--_colors---green);
}

.map-discover.seed-vegetative {
  background-color: var(--_colors---lt-blue);
}

.map-discover.seed-tech {
  background-color: var(--_colors---teal);
}

.map-discover.distribution {
  background-color: var(--_colors---red);
}

.map-discover.young-plant {
  background-color: var(--_colors---orange);
}

.map-discover.advanced {
  background-color: var(--_colors---fuscia);
  font-size: 1rem;
  line-height: 1.2;
}

.map-cell {
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  width: 25%;
}

.map-all-cells {
  justify-content: space-between;
  width: 75%;
  display: flex;
}

.map-flex-breeding-companies, .map-flex-breeding-locations, .map-flex-seed-veg, .map-flex-seed-tech, .map-flex-distribution, .map-flex-young-plant, .map-flex-advanced-operations {
  border: 1px solid var(--lt-grey);
  border-radius: 6px;
  margin-left: 190px;
  padding: 9px;
  display: none;
  box-shadow: 0 2px 5px #0003;
}

.bkg-breeding-companies {
  background-color: #a2b53a;
}

.bkg-advanced-research {
  background-color: #1f4598;
}

.bkg-breeding-locations {
  background-color: #07aa4d;
}

.bkg-seed-veg {
  background-color: #679fd5;
}

.bkg-seed-technology {
  background-color: #00757a;
}

.bkg-distribution {
  background-color: #ef393e;
}

.bkg-young-plant {
  background-color: #f79320;
}

.bkg-additional-ball {
  background-color: #d2148a;
}

.map-margin {
  margin-left: 190px;
}

.map-button-test {
  color: #fff;
  text-align: center;
  background-color: #acacac;
  border-radius: 6px;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  margin-bottom: 9px;
  margin-right: 0;
  padding: 9px 6px;
  font-size: 14px;
  line-height: 1.2em;
  display: flex;
}

.map-button-test:hover {
  color: #fff;
  background-color: #838080;
}

.map-button-test.w--current {
  color: #fff;
  background-color: #db0000;
  margin-left: 7px;
  margin-right: 7px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.map-button-test.breeding-companies {
  background-color: #a2b53a;
}

.map-button-test.breeding-companies:hover {
  background-color: var(--grey);
}

.map-button-test.advanced-research {
  background-color: #1f4598;
}

.map-button-test.advanced-research:hover {
  background-color: var(--grey);
}

.map-button-test.breeding-locations {
  background-color: #07aa4d;
}

.map-button-test.breeding-locations:hover {
  background-color: var(--grey);
}

.map-button-test.seed-vegetative {
  background-color: #679fd5;
}

.map-button-test.seed-vegetative:hover {
  background-color: var(--grey);
}

.map-button-test.seed-tech {
  background-color: #00757a;
}

.map-button-test.seed-tech:hover {
  background-color: var(--grey);
}

.map-button-test.distribution {
  background-color: #ef393e;
}

.map-button-test.distribution:hover {
  background-color: var(--grey);
}

.map-button-test.young-plant {
  background-color: #f79320;
}

.map-button-test.young-plant:hover {
  background-color: var(--grey);
}

.map-button-test.advanced, .map-button-test.advanced-op {
  background-color: #d2148a;
}

.map-button-test.advanced-op:hover {
  background-color: var(--grey);
}

.map-button-test.home-office {
  background-color: #222;
}

.paragraph-2 {
  font-size: .9rem;
}

.paragraph-3 {
  font-size: .9375rem;
}

.heading-6 {
  font-size: 2.375rem;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 28px;
    line-height: 34px;
  }

  h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .contain.footer {
    padding: 12px;
  }

  .nav-link {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 13px;
    line-height: 18px;
  }

  .social-link {
    padding-left: 6px;
    padding-right: 6px;
  }

  .navigation {
    z-index: 999;
    padding-left: 12px;
    padding-right: 10px;
  }

  .nav-menu {
    justify-content: space-around;
    align-items: center;
    width: 85%;
    padding-top: 2px;
    padding-bottom: 0;
  }

  .logo-link.w--current {
    display: block;
  }

  .headiing-section {
    font-size: 36px;
  }

  .ball-logo-top {
    display: block;
  }

  .icon {
    padding-top: 12px;
    font-size: 37px;
    line-height: 37px;
  }

  .cols-aligned {
    margin-left: -9px;
    margin-right: -9px;
  }

  .col1 {
    padding-right: 18px;
  }

  .text-block-left {
    padding-left: 20px;
    padding-right: 8px;
  }

  .text-block-right {
    padding-left: 12px;
    padding-right: 20px;
  }

  .section-panarama {
    margin-bottom: 0;
  }

  .panarama-shopping {
    height: 300px;
    margin-bottom: 0;
  }

  .section-header {
    margin-top: 16px;
  }

  .panarama-garden {
    height: 400px;
    margin-bottom: 42px;
  }

  .footer {
    padding-bottom: 6px;
  }

  .footer-columns-block {
    width: 100%;
  }

  .footer-logo-image {
    width: 50px;
  }

  .register {
    line-height: 13px;
  }

  .footer-col {
    width: auto;
    margin-right: 18px;
  }

  .footer-col.office {
    width: 26%;
    margin-right: 14px;
    padding-right: 0;
  }

  .footer-col.apps {
    width: auto;
    margin-right: 12px;
    padding-right: 0;
  }

  .footer-link {
    font-size: 13px;
  }

  .menu-button {
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .address {
    font-size: 12px;
  }

  .content {
    padding-top: 20px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .slider {
    height: 50vh;
  }

  .we-color.spanish {
    font-size: 4.5em;
  }

  .we-color.korean {
    font-size: 6em;
  }

  .we-color.dutch {
    font-size: 4em;
  }

  .we-color.chinese {
    font-size: 5.5em;
  }

  .we-color.german, .we-color.french {
    font-size: 4em;
  }

  .we-color.russian {
    font-size: 4.5em;
  }

  .img-block-2 {
    background-position: 50%;
    background-size: cover;
    height: 100%;
  }

  .slider-section {
    height: 50vh;
  }

  .img-block-3 {
    background-size: cover;
  }

  .img-block-4 {
    height: 100%;
  }

  .img-block-5 {
    background-size: cover;
    height: 100%;
  }

  .img-block-6 {
    height: 100%;
  }

  .img-block-1 {
    background-position: 50%;
    background-size: contain;
    height: 100%;
  }

  .img-block-7, .img-block-8 {
    height: 100%;
  }

  .social-icon-block {
    margin-left: 20px;
  }

  .social-link-footer {
    margin-right: 24px;
    padding-top: 0;
    padding-bottom: 9px;
  }

  .footer-logo-link {
    margin-right: 19px;
  }

  .footer-logo-block {
    padding-left: 36px;
  }

  .social-footer-block {
    flex-wrap: wrap;
    place-content: space-between flex-start;
    align-items: flex-start;
    width: 75%;
    display: flex;
  }

  .contact-countries {
    align-items: flex-end;
  }

  .title-box {
    padding: 14px;
  }

  .title-box.b1, .title-box.b2, .title-box.b3, .title-box.b4 {
    padding: 12px;
  }

  .centered {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 26px;
  }

  .box-subhead {
    font-size: 14px;
    line-height: 19px;
  }

  .icon-arrow-white {
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slideshow {
    height: 50vh;
  }

  .slide-bkg-support {
    padding: 123px 15px 25px;
  }

  .slide-bkg-connect {
    padding: 46px 15px 25px;
  }

  .slide-bkg-deliver {
    padding: 123px 15px 25px;
  }

  .ball-logo-white {
    display: none;
    top: 122px;
    left: 32%;
  }

  .cols-aligned-top {
    margin-left: -9px;
    margin-right: -9px;
  }

  .poster-block {
    margin-bottom: 20px;
  }

  .sales-photo {
    object-fit: contain;
    min-width: auto;
    max-width: 600px;
  }

  .logos-head {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 26px;
  }

  .media-flex {
    margin-bottom: 135px;
  }

  .media-link {
    font-size: 28px;
  }

  .media-block {
    height: 250px;
  }

  .form-block {
    width: 100%;
    margin-top: 12px;
  }

  .map-block {
    flex-flow: wrap;
    justify-content: center;
  }

  .map-category-block {
    flex-flow: wrap;
    justify-content: center;
    width: 100%;
    padding-top: 0;
    display: flex;
  }

  .map-image-block {
    width: 100%;
    margin-top: -121px;
  }

  .map-button-new {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 25%;
    min-width: 25%;
    margin: 4px;
    font-size: 14px;
    display: flex;
  }

  .map-button-new.w--current {
    margin-left: 7px;
    margin-right: 7px;
  }

  .map-button-new.distribution {
    font-weight: 400;
  }

  .map-section {
    margin-bottom: 0;
  }

  .map-hq {
    inset: 0% 0% auto;
  }

  .map-only {
    width: 100%;
  }

  .map-list-block {
    margin-top: 150px;
    top: 6px;
  }

  .footnote {
    width: 100%;
  }

  .map-flex-advanced-research {
    flex-wrap: wrap;
    margin-left: 0;
    display: none;
  }

  .map-discover {
    width: 100%;
    margin-bottom: 9px;
    margin-right: 0;
  }

  .map-all-cells {
    width: 100%;
  }

  .map-flex-breeding-companies, .map-flex-breeding-locations {
    flex-wrap: wrap;
    margin-left: 0;
    display: none;
  }

  .map-flex-seed-veg, .map-flex-seed-tech, .map-flex-distribution, .map-flex-young-plant {
    flex-wrap: wrap;
    margin-left: 0;
  }

  .map-flex-advanced-operations {
    flex-wrap: wrap;
    margin-left: 0;
    display: none;
  }

  .map-margin {
    margin-left: 0;
  }

  .map-button-test {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 25%;
    min-width: 25%;
    margin: 4px;
    font-size: 14px;
    display: flex;
  }

  .map-button-test.w--current {
    margin-left: 7px;
    margin-right: 7px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    line-height: 32px;
  }

  p {
    font-size: 14px;
    line-height: 24px;
  }

  .contain.footer {
    padding-left: 12px;
    padding-right: 12px;
  }

  .nav-link {
    color: #fff;
    border: 1px #000;
    border-bottom: 1px solid #bdbdbd;
    font-size: 16px;
    font-weight: 600;
  }

  .nav-link:hover {
    color: #141414;
  }

  .social-link {
    padding-left: 13px;
    padding-right: 13px;
  }

  .navigation {
    height: 80px;
    padding-left: 20px;
  }

  .nav-menu {
    color: #353535;
    background-color: #a3a2a2;
    width: 100%;
  }

  .logo-link {
    padding-top: 12px;
    top: -8px;
  }

  .headiing-section {
    font-size: 32px;
  }

  .cols-aligned, .cols-aligned.all-the-best {
    display: block;
  }

  .col1 {
    padding-right: 0;
  }

  .col2 {
    padding-left: 0;
  }

  .text-block-right {
    margin-top: 12px;
    margin-bottom: 24px;
    padding-left: 12px;
  }

  .panarama-shopping {
    height: 300px;
  }

  .section-header {
    margin-top: 5px;
  }

  .full-width-description {
    padding-left: 12px;
    padding-right: 12px;
  }

  .button {
    width: 45%;
  }

  .button:hover {
    width: 55%;
  }

  .panarama-garden {
    height: 300px;
  }

  .footer {
    padding-bottom: 0;
  }

  .footer-columns-block {
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .register {
    font-size: 9px;
  }

  .footer-col.office {
    width: 65%;
    margin-top: 26px;
    padding-right: 6px;
  }

  .footer-col.apps {
    flex: 1;
    margin-right: 0;
  }

  .footer-col.company, .footer-col.resources {
    flex: 1;
  }

  .content {
    padding-top: 14px;
  }

  .slider {
    height: 400px;
  }

  .mask {
    height: 350px;
  }

  .we-color.spanish {
    font-size: 3em;
  }

  .we-color.korean {
    font-size: 4.5em;
  }

  .we-color.dutch {
    font-size: 3em;
  }

  .we-color.chinese {
    font-size: 4em;
  }

  .we-color.german, .we-color.french, .we-color.russian {
    font-size: 3em;
  }

  .slider-section {
    height: 400px;
    padding-top: 80px;
  }

  .social-icon-block {
    margin-top: 9px;
    margin-bottom: 9px;
    margin-left: 0;
  }

  .menu-button {
    background-color: #eee;
    margin-bottom: 4px;
  }

  .menu-button.w--open {
    background-color: #c7c7c7;
  }

  .menu-icon {
    padding-top: 2px;
    font-size: 40px;
    line-height: 40px;
  }

  .social-link-footer {
    margin-left: 4px;
    margin-right: 4px;
  }

  .footer-logo-block {
    width: 30%;
    margin-top: 26px;
    padding-left: 34px;
  }

  .social-footer-block {
    justify-content: space-between;
    width: 90%;
  }

  .company-col1 {
    margin-bottom: 18px;
    padding-right: 0;
  }

  .back-arrow {
    top: -6px;
  }

  .company-text-back {
    font-size: 28px;
  }

  .hint {
    width: 100%;
  }

  .faq p {
    margin-left: 25px;
  }

  .contact-countries {
    font-size: 12px;
    display: block;
  }

  .button-contact {
    margin-bottom: 9px;
    font-size: 14px;
  }

  .link-block {
    margin-bottom: 20px;
  }

  .title-box {
    padding: 10px;
  }

  .centered {
    font-size: 18px;
    line-height: 1.2em;
  }

  .box-subhead {
    font-size: 17px;
    line-height: 23px;
  }

  .cols-careers {
    margin-bottom: 0;
  }

  .close-window {
    width: 30%;
  }

  .close-window-link {
    top: 46px;
  }

  .slideshow {
    background-color: #dddddd21;
    height: 300px;
  }

  .slideshow-block {
    margin-top: 60px;
  }

  .caption-bkg {
    position: absolute;
  }

  .slide-caption {
    font-size: 15px;
  }

  .science-s1 {
    background-position: 50% 0;
  }

  .img-jobs {
    display: none;
  }

  .ball-logo-white {
    width: 50px;
    top: 105px;
  }

  .cols-aligned-top {
    display: block;
  }

  .sales-photo {
    max-width: 450px;
  }

  .center-text {
    line-height: 1.6em;
  }

  .logo-block.text {
    width: 525px;
  }

  .logos-head {
    font-size: 30px;
    line-height: 34px;
  }

  .button-2 {
    width: 45%;
  }

  .button-2:hover {
    width: 55%;
  }

  .media-flex {
    flex-wrap: wrap;
    margin-bottom: 167px;
  }

  .media-link {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .media-block {
    flex: 1;
    margin-left: 5px;
    margin-right: 5px;
  }

  .form-text {
    font-size: 15px;
  }

  .map-block {
    display: block;
  }

  .map-category-block {
    flex-flow: column;
    width: 100%;
  }

  .map-image-block {
    margin-top: 0;
    display: none;
  }

  .map-button-new {
    width: 100%;
    margin-left: 0;
    margin-right: 5px;
    font-size: 14px;
  }

  .map-button-new.w--current {
    margin-left: 5px;
    margin-right: 5px;
  }

  .map-button-new.home-office {
    display: none;
  }

  .map-section {
    margin-bottom: 12px;
  }

  .map-list-block {
    margin-top: 0;
  }

  .map-flex-advanced-research, .map-flex-breeding-companies, .map-flex-breeding-locations, .map-flex-seed-veg, .map-flex-seed-tech, .map-flex-distribution, .map-flex-young-plant, .map-flex-advanced-operations {
    margin-left: 0;
  }

  .map-button-test {
    width: 100%;
    margin-left: 0;
    margin-right: 5px;
    font-size: 14px;
  }

  .map-button-test.w--current {
    margin-left: 5px;
    margin-right: 5px;
  }

  .map-button-test.home-office {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 10px;
    font-size: 29px;
    line-height: 1.2em;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
    line-height: 26px;
  }

  p {
    font-size: 14px;
  }

  .contain.footer {
    background-color: #f7f7f7;
    margin-top: 0;
    padding-left: 6px;
    padding-right: 6px;
  }

  .nav-link, .nav-link.w--current {
    font-size: 16px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 0;
  }

  .logo-link {
    flex: 0 auto;
    padding-left: 0;
  }

  .headiing-section {
    margin-top: 16px;
    font-size: 30px;
    line-height: 36px;
  }

  .ball-logo-top {
    width: 55px;
  }

  .icon {
    padding-top: 0;
    font-size: 30px;
  }

  .cols-aligned {
    display: block;
  }

  .col1 {
    padding-right: 0;
  }

  .text-block-left {
    padding-right: 20px;
  }

  .section-panarama {
    margin-top: 0;
  }

  .panarama-shopping {
    height: 200px;
    margin-top: 0;
  }

  .section-header {
    margin-top: 92px;
  }

  .panarama-garden {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .footer {
    padding: 3px 9px 4px;
  }

  .footer-columns-block {
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
  }

  .footer-col {
    width: 50%;
  }

  .footer-col.office {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }

  .footer-col.apps {
    text-align: center;
    flex: 1;
    margin-top: 12px;
    margin-left: 0;
  }

  .footer-col.company {
    flex: 0 auto;
    align-items: flex-start;
    width: 49%;
    margin-right: 0;
    padding-right: 9px;
    display: flex;
  }

  .footer-col.resources {
    flex: 0 auto;
    width: 49%;
    margin-right: 0;
    padding-right: 0;
  }

  .content {
    padding-bottom: 9px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .slider, .mask {
    height: 300px;
  }

  .we-color.spanish {
    font-size: 2em;
  }

  .we-color.korean {
    font-size: 2.5em;
  }

  .we-color.dutch {
    font-size: 1.7em;
  }

  .we-color.chinese, .we-color.german {
    font-size: 2em;
  }

  .we-color.french {
    font-size: 1.7em;
  }

  .we-color.russian {
    font-size: 2em;
  }

  .slider-section {
    height: 300px;
    padding-top: 80px;
  }

  .social-link-footer {
    margin-left: 12px;
    margin-right: 12px;
  }

  .footer-logo-link {
    text-align: center;
  }

  .footer-logo-block {
    border-left-style: none;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .social-footer-block {
    flex-wrap: wrap;
    place-content: flex-start center;
    width: 100%;
  }

  .back-arrow {
    top: -3px;
  }

  .company-text-back {
    font-size: 19px;
  }

  .home-img {
    margin: 6px 0;
    padding-left: 9px;
    padding-right: 0;
  }

  .faq p {
    margin-left: 10px;
  }

  .contact-countries:hover {
    display: block;
  }

  .title-box {
    padding: 21px;
  }

  .centered {
    margin-bottom: 14px;
  }

  .close-window {
    width: 30%;
  }

  .slideshow {
    background-color: #ddd0;
    height: 300px;
  }

  .slideshow-block {
    margin-top: 58px;
  }

  .caption-bkg {
    padding-left: 5%;
    padding-right: 5%;
    inset: auto 0% 0%;
  }

  .slide-caption {
    font-size: 14px;
  }

  .science-s1, .science-s3 {
    background-position: 50% 0;
  }

  .icon-left, .icon-right {
    position: relative;
    top: -95px;
  }

  .ball-logo-white {
    width: 40px;
    top: 108px;
  }

  .heading-3 {
    font-size: 20px;
  }

  .cols-aligned-top {
    display: block;
  }

  .sales-photo {
    max-width: 300px;
  }

  .logo-block.text {
    width: 280px;
  }

  .logos-head {
    margin-bottom: 14px;
  }

  .media-flex {
    flex-flow: column wrap;
    margin-bottom: 0;
  }

  .media-link {
    height: 100px;
    margin-bottom: 9px;
    padding-top: 9px;
    font-size: 23px;
  }

  .media-block {
    width: 90%;
    margin: 1px 11px;
  }

  .giving-block {
    padding-left: 1em;
    padding-right: 1em;
  }

  .map-block {
    min-width: 0;
    min-height: 0;
  }

  .map-category-block {
    padding-top: 0;
  }

  .map-button-new {
    margin-top: 9px;
    margin-left: 0;
    margin-right: 0;
  }

  .map-button-new.w--current {
    margin-left: 5px;
    margin-right: 5px;
  }

  .map-listing-link {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 14px;
  }

  .map-section {
    margin-bottom: 12px;
  }

  .map-discover {
    margin-right: 0;
  }

  .map-cell {
    width: 100%;
  }

  .map-all-cells {
    flex-direction: column;
    justify-content: flex-start;
  }

  .map-flex-distribution {
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .map-button-test {
    margin-top: 9px;
    margin-left: 0;
    margin-right: 0;
  }

  .map-button-test.w--current {
    margin-left: 5px;
    margin-right: 5px;
  }
}


