body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  line-height: 40px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Klavika, sans-serif;
  color: #000;
  font-size: 36px;
  line-height: 42px;
  font-weight: 300;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Klavika, sans-serif;
  color: #333;
  font-size: 26px;
  line-height: 33px;
  font-weight: 300;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

p {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Klavika, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

a {
  color: #2196f3;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

li {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

img {
  display: inline-block;
  max-width: 100%;
  margin-top: 8px;
  border-radius: 3px;
}

strong {
  font-weight: 500;
}

blockquote {
  margin-bottom: 20px;
  padding: 0px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 16px;
}

figure {
  margin-bottom: 20px;
}

figcaption {
  margin-top: 7px;
  color: rgba(51, 51, 51, .56);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.navigation-link {
  height: 60px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.navigation-link:hover {
  color: #2196f3;
}

.navigation-link.white {
  font-family: Roboto, sans-serif;
  color: #fff;
  line-height: 22px;
  font-weight: 300;
}

.navigation-link.white:hover {
  color: #f1f1f1;
}

.navigation-link.white.w--current {
  color: #a8a8a8;
}

.navigation-bar {
  background-color: #fff;
}

.navigation-bar.dark {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 3px;
  background-color: #5d5d5d;
}

.navigation-menu.on-bottom {
  float: none;
  text-align: center;
}

.brand-text {
  margin-top: 16px;
  margin-bottom: 0px;
  font-size: 23px;
  line-height: 26px;
  font-weight: 400;
}

.brand-link {
  height: 60px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.brand-link:hover {
  opacity: 0.66;
}

.brand-link.on-top {
  display: block;
  float: none;
  text-align: center;
}

.brand-link.left-spacing {
  display: block;
  margin-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.section {
  position: relative;
  background-color: transparent;
}

.fixed-image-section {
  height: 600px;
  padding: 172px 20px 117px;
  background-image: url('../images/Our-Strategy.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #fff;
  text-align: center;
}

.fixed-image-section.ob {
  background-image: url('../images/C.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.fixed-image-section.performance {
  background-image: -webkit-linear-gradient(256deg, #000, transparent 45%), url('../images/Performance.jpg');
  background-image: linear-gradient(194deg, #000, transparent 45%), url('../images/Performance.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.fixed-image-section.sam {
  background-image: -webkit-linear-gradient(307deg, #000, transparent 35%), url('../images/social.jpg');
  background-image: linear-gradient(143deg, #000, transparent 35%), url('../images/social.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.fixed-image-section.fo {
  background-image: url('../images/sustainability.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.hero-section {
  height: 600px;
  padding-top: 172px;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(288deg, #000, transparent 48%), url('../images/Prysmian-New-HQ.jpg');
  background-image: linear-gradient(162deg, #000, transparent 48%), url('../images/Prysmian-New-HQ.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-heading {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 46px;
  font-weight: 300;
}

.hero-heading.os {
  text-align: right;
}

.hero-heading.product {
  text-align: right;
}

.hero-heading.environment {
  text-align: right;
}

.hero-subheading {
  margin-bottom: 30px;
  padding-left: 5px;
  font-size: 20px;
  line-height: 24px;
}

.section-subheading {
  font-family: Klavika, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 100;
}

.section-subheading.center {
  color: #dbdbdb;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}

.social-icon-link {
  padding: 3px;
  opacity: 1;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
}

.social-icon-link:hover {
  opacity: 0.5;
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer.accent {
  background-color: #f1f1f1;
}

.float-right {
  float: right;
}

.footer-text {
  display: block;
  margin-top: 10px;
  font-size: 16px;
}

.link {
  display: inline;
  margin-bottom: 10px;
  color: #e9a82a;
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
}

.link:hover {
  color: #00bfa5;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.rich-text h1 {
  margin-top: 30px;
}

.rich-text h3 {
  margin-top: 30px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  font-family: Klavika, sans-serif;
  font-weight: 300;
  text-align: center;
}

.rich-text h5 {
  margin-top: 30px;
}

.rich-text h4 {
  margin-top: 30px;
  font-family: Klavika, sans-serif;
  font-weight: 400;
  text-align: center;
}

.rich-text h6 {
  margin-top: 30px;
}

.image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container-2 {
  color: #fff;
  text-align: left;
}

.heading {
  font-family: Klavika, sans-serif;
  color: #00bfa5;
  font-weight: 300;
  text-align: center;
}

.body {
  font-family: Roboto, sans-serif;
}

.row {
  display: block;
  margin-top: 30px;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper {
  display: block;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.container-1089 {
  display: block;
  max-width: 1089px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2%;
  padding-left: 2%;
}

.div-block-ke {
  padding: 60px 3% 50px;
  background-color: transparent;
  font-family: Klavika, sans-serif;
}

.div-block-ke.grey {
  background-color: #f1f1f1;
}

.div-block-ke.light-grey {
  background-color: #fcfcfc;
}

.div-block-ke.dark-grey {
  background-color: #a8a8a8;
}

.container-2 {
  text-align: left;
}

.link-block {
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
  color: #333;
  font-weight: 300;
}

.link-block.w--current {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 3px;
  background-color: #f1f1f1;
}

.footer-navbar-section {
  display: block;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.hero-button {
  margin-right: 15px;
  border-radius: 3px;
  background-color: #00bfa5;
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.hero-button:hover {
  background-color: #029e89;
}

.section-key-events {
  display: block;
  padding-top: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-more {
  padding-top: 100px;
  padding-bottom: 30px;
}

.rtb {
  display: block;
  font-weight: 300;
}

.heading-3 {
  margin-bottom: 0px;
  background-image: url('../images/youtube.svg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
}

.heading-4 {
  margin-top: 30px;
  font-family: Klavika, sans-serif;
  font-weight: 400;
  text-align: center;
}

.col {
  opacity: 0.9;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.col:hover {
  opacity: 1;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000006, 0.6000000000000006);
  -ms-transform: scale(0.6000000000000006, 0.6000000000000006);
  transform: scale(0.6000000000000006, 0.6000000000000006);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media (max-width: 991px) {
  .hamburger-button:hover {
    color: #2196f3;
  }
  .hamburger-button.w--open {
    background-color: #333;
  }
  .hamburger-button.white {
    color: #fff;
  }
  .navigation-menu {
    background-color: #5d5d5d;
  }
  .container-2 {
    padding-left: 10px;
  }
  .heading-3 {
    background-image: url('../images/youtube.svg');
    font-size: 14px;
    line-height: 18px;
  }
  .heading-4 {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .brand-link.on-top {
    float: left;
  }
  .brand-link.left-spacing {
    padding-left: 0px;
  }
  .section {
    padding-right: 0px;
    padding-left: 0px;
  }
  .fixed-image-section {
    padding-top: 100px;
  }
  .hero-section {
    padding-top: 100px;
  }
  .section-subheading {
    text-align: left;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .link {
    font-size: 20px;
    line-height: 38px;
  }
  .row {
    margin-bottom: 0px;
    text-align: center;
  }
  .row.landscape {
    margin-top: 0px;
  }
  .container-1089 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .link-block {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }
  .col {
    margin-bottom: 25px;
  }
}

@media (max-width: 479px) {
  h2 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
  }
  p {
    font-size: 16px;
    line-height: 20px;
  }
  strong {
    font-weight: 400;
  }
  .fixed-image-section {
    padding-top: 150px;
    padding-left: 10px;
    background-image: url('../images/Prysmian_6-7-15_327.jpg');
    background-position: 50% 0px;
  }
  .hero-section {
    padding-top: 150px;
    padding-left: 10px;
  }
  .hero-heading {
    font-size: 38px;
    line-height: 42px;
  }
  .footer-text {
    font-size: 10px;
  }
  .link {
    font-size: 16px;
    line-height: 32px;
  }
  .rich-text h2 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
  }
  .row {
    display: block;
  }
  .container-2 {
    padding-left: 0px;
  }
  .link-block.w--current {
    font-size: 14px;
  }
  .heading-4 {
    font-size: 16px;
    line-height: 20px;
  }
}

@font-face {
  font-family: 'Klavika';
  src: url('../fonts/klavika-light.eot') format('embedded-opentype'), url('../fonts/klavika-light.woff') format('woff'), url('../fonts/klavika-light.ttf') format('truetype'), url('../fonts/original-klavika-light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Klavika';
  src: url('../fonts/klavika-medium.eot') format('embedded-opentype'), url('../fonts/klavika-medium.woff') format('woff'), url('../fonts/klavika-medium.ttf') format('truetype'), url('../fonts/original-klavika-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Klavika';
  src: url('../fonts/Klavika-regular.eot') format('embedded-opentype'), url('../fonts/Klavika-regular.woff') format('woff'), url('../fonts/Klavika-regular.ttf') format('truetype'), url('../fonts/Klavika-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}