/*** Uncomment only for local testing ***/
/*** Uncomment this when going i ***/
@font-face {
  font-family: Lucas;
  src: url(https://www.nespresso.com/shared_res/agility/commons/fonts/Nespresso_Lucas/Web_Fonts/Light/NespressoLucas-Light.woff2) format("woff2"), url(https://www.nespresso.com/shared_res/agility/commons/fonts/NespressoLucas-Light.woff) format("woff");
  font-style: normal;
  font-display: swap;
  font-weight: 300;
}
@font-face {
  font-family: Lucas;
  src: url(https://www.nespresso.com/shared_res/agility/commons/fonts/Nespresso_Lucas/Web_Fonts/Regular/NespressoLucas-Regular.woff2) format("woff2"), url(https://www.nespresso.com/shared_res/agility/commons/fonts/NespressoLucas-Regular.woff) format("woff");
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: Lucas;
  src: url(https://www.nespresso.com/shared_res/agility/commons/fonts/Nespresso_Lucas/Web_Fonts/Med/NespressoLucas-Med.woff2) format("woff2"), url(https://www.nespresso.com/shared_res/agility/commons/fonts/NespressoLucas-Medium.woff) format("woff");
  font-style: normal;
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: Lucas;
  src: url(https://www.nespresso.com/shared_res/agility/commons/fonts/Nespresso_Lucas/Web_Fonts/SemiBd/NespressoLucas-SemiBd.woff2) format("woff2"), url(https://www.nespresso.com/shared_res/agility/commons/fonts/NespressoLucas-SemiBd.woff) format("woff");
  font-style: normal;
  font-display: swap;
  font-weight: 600;
}
@font-face {
  font-family: Lucas;
  src: url(https://www.nespresso.com/shared_res/agility/commons/fonts/Nespresso_Lucas/Web_Fonts/Bold/NespressoLucas-Bold.woff2) format("woff2"), url(https://www.nespresso.com/shared_res/agility/commons/fonts/NespressoLucas-Bold.woff) format("woff");
  font-style: normal;
  font-display: swap;
  font-weight: 700;
}
@font-face {
  font-family: Lucas;
  src: url(https://www.nespresso.com/shared_res/agility/commons/fonts/Nespresso_Lucas/Web_Fonts/XtraBd/NespressoLucas-XtraBd.woff2) format("woff2"), url(https://www.nespresso.com/shared_res/agility/commons/fonts/NespressoLucas-XtraBd.woff) format("woff");
  font-style: normal;
  font-display: swap;
  font-weight: 800;
}
/* ==========================================================================
Tools: functions, mixin
========================================================================== */
html.with-featherlight {
  /* disable global scrolling when featherlights are visible */
  overflow: hidden;
}

#offer_detail {
  font-family: Lucas, Helvetica, Arial, sans-serif;
}
#offer_detail h3 {
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 3px;
  font-weight: 800;
  margin-bottom: 30px;
}
#offer_detail p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 1px;
}
#offer_detail p .bolder {
  font-weight: 500;
}
#offer_detail p .mcaps {
  display: inline-block;
  width: 50px;
}

.lightbox {
  display: none;
}
.lightbox a {
  color: #000;
}

.featherlight {
  display: none;
  /* dimensions: spanning the background from edge to edge */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  /* z-index needs to be >= elements on the site. */
  /* position: centering content */
  text-align: center;
  /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
  white-space: nowrap;
  /* styling */
  cursor: pointer;
  background: #333;
  /* IE8 "hack" for nested featherlights */
  background: rgba(0, 0, 0, 0);
}

/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8);
}

.featherlight:before {
  /* position: trick to center content vertically */
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.featherlight .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  padding: 40px 0px 40px 40px;
  border-radius: 4px;
  margin-left: 5%;
  margin-right: 5%;
  max-width: 768px;
  width: 90%;
  background: #fff;
  cursor: auto;
  white-space: normal;
}

/* contains the content */
.featherlight .featherlight-inner {
  display: block;
  color: #000;
  overflow: auto;
  padding-right: 40px;
  padding-left: 5px;
}

/* don't show these though */
.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none;
}

.featherlight .featherlight-close-icon {
  /* position: centering vertical and horizontal */
  position: absolute;
  z-index: 9999;
  top: 0px;
  right: 0px;
  font-size: 20px;
  /* dimensions: 25px x 25px */
  line-height: 40px;
  width: 40px;
  /* styling */
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #dedede;
  /* Set the background in case it overlaps the content */
  color: #000;
  border: none;
  padding: 0;
}

/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.featherlight .featherlight-image {
  /* styling */
  width: 100%;
}

.featherlight-iframe .featherlight-content {
  /* removed the border for image croping since iframe is edge to edge */
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.featherlight iframe {
  /* styling */
  border: none;
}

.featherlight * {
  /* See https://github.com/noelboss/featherlight/issues/42 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* hide non featherlight items when printing */
@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}
/* ==========================================================================
Variables
========================================================================== */
#plugenplay-container {
  width: 100%;
  height: 100%;
  color: #000000;
  position: relative;
  background-color: #ffffff;
  font-family: Lucas, Helvetica, Arial, sans-serif;
  /* ==========================================================================
  Reset
  ========================================================================== */
  /* ==========================================================================
  Nespresso Base styles
  ========================================================================== */
  /*** Tablet ***/
  /*** Mobile ***/
  /* ==========================================================================
  Buttons
  ========================================================================== */
  /* ==========================================================================
  Header styles
  ========================================================================== */
  /*** Desktop ***/
  /*** Tablet ***/
  /*** Mobile ***/
  /* ==========================================================================
  Body styles
  ========================================================================== */
  /*** Desktop ***/
  /*** Tablet ***/
  /*** Mobile ***/
  /*** Mobile ***/
  /* ==========================================================================
  Footer styles
  ========================================================================== */
  /*** Desktop ***/
  /*** Tablet ***/
  /*** Mobile ***/
}
#plugenplay-container * {
  box-sizing: border-box;
}
#plugenplay-container .wrapper {
  padding: 40px;
  max-width: 996px;
  width: 100%;
  margin: 0 auto;
}
#plugenplay-container .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
#plugenplay-container .half_col {
  width: 50%;
}
#plugenplay-container .green_bold {
  font-weight: bold;
  color: #3e8704;
}
#plugenplay-container .bolder {
  font-weight: 600;
}
#plugenplay-container .link {
  color: #000000;
  border-bottom: 1px solid #000000;
}
#plugenplay-container .link:hover {
  color: #8f7247;
  border-color: #8f7247;
}
#plugenplay-container .background {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#plugenplay-container html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
#plugenplay-container body {
  margin: 0;
  padding: 0;
}
#plugenplay-container h1, #plugenplay-container h2, #plugenplay-container h3, #plugenplay-container h4, #plugenplay-container h5, #plugenplay-container p, #plugenplay-container blockquote, #plugenplay-container figure, #plugenplay-container ol, #plugenplay-container ul {
  margin: 0;
  padding: 0;
}
#plugenplay-container h1, #plugenplay-container h2, #plugenplay-container h3, #plugenplay-container h4, #plugenplay-container h5 {
  font-size: inherit;
}
#plugenplay-container strong {
  font-weight: bold;
}
#plugenplay-container a, #plugenplay-container button {
  transition: 0.3s;
}
#plugenplay-container a {
  text-decoration: none;
}
#plugenplay-container ::-moz-focus-inner {
  padding: 0;
  border: 0;
}
#plugenplay-container :focus {
  outline: 0;
}
#plugenplay-container img {
  max-width: 100%;
  height: auto;
  border: 0;
}
#plugenplay-container h1, #plugenplay-container h2, #plugenplay-container h3, #plugenplay-container h4, #plugenplay-container h5 {
  font-family: Lucas, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#plugenplay-container h1 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 800;
  letter-spacing: 9px;
}
#plugenplay-container h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: 6px;
}
#plugenplay-container h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
  letter-spacing: 3px;
}
#plugenplay-container h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  letter-spacing: 2px;
}
#plugenplay-container h5 {
  font-size: 14px;
  line-height: 21px;
  font-weight: 800;
  letter-spacing: 1px;
}
#plugenplay-container p {
  font-family: Lucas, Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}
#plugenplay-container p.xl {
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: 2px;
}
#plugenplay-container p.l {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 1px;
}
#plugenplay-container p.m {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 1px;
}
#plugenplay-container p.s {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 1px;
}
#plugenplay-container p.xs {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}
@media only screen and (max-width: 768px) {
  #plugenplay-container h1 {
    font-size: 26px;
    line-height: 31px;
    font-weight: 800;
    letter-spacing: 4px;
  }
  #plugenplay-container h2 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 300;
    letter-spacing: 3px;
  }
  #plugenplay-container h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 800;
    letter-spacing: 2px;
  }
  #plugenplay-container p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 1px;
  }
}
#plugenplay-container .base-btn {
  font-size: 14px;
  padding: 12px 30px;
  letter-spacing: 1px;
  border: 1px solid transparent;
  box-sizing: border-box;
  font-family: Lucas, Helvetica, Arial, sans-serif;
  border-radius: 3px;
  font-weight: 600;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 20px;
}
#plugenplay-container .base-btn--green {
  color: #fff;
  background: #3e8704;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
}
#plugenplay-container .base-btn--green:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
  background: #337204;
}
#plugenplay-container .base-btn--green:active {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  background: #337204;
}
#plugenplay-container .base-btn--brown {
  color: #fff;
  background: #8f7247;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
}
#plugenplay-container .base-btn--brown:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
  background: #79613c;
}
#plugenplay-container .base-btn--brown:active {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  background: #79613c;
}
#plugenplay-container .base-btn--light {
  color: #000;
  border: 1px solid #000;
  background: #ffffff;
}
#plugenplay-container .base-btn--light:hover {
  background: #000;
  color: #fff;
}
#plugenplay-container .base-btn--light:active {
  color: #fff;
  background: #262626;
}
#plugenplay-container .base-btn--dark {
  color: #fff;
  border: 1px solid #fff;
  background: #000000;
}
#plugenplay-container .base-btn--dark:hover {
  background: #fff;
  color: #000;
}
#plugenplay-container .base-btn--dark:active {
  color: #000;
  background: #D9D9D9;
}
#plugenplay-container header {
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  margin: auto;
  position: relative;
  padding-bottom: 0px;
}
#plugenplay-container header h1 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  letter-spacing: 6px;
}
#plugenplay-container header img {
  max-width: 300px;
}
#plugenplay-container header i {
  font-size: 13px;
}
#plugenplay-container header .scroll {
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #000000;
}
#plugenplay-container header .scroll:hover {
  color: #8f7247;
}
#plugenplay-container header .block_container {
  display: flex;
  justify-content: flex-end;
}
#plugenplay-container header .block_container .block_text {
  width: calc(996px / 2);
  max-width: calc(996px / 2);
  padding: 80px 40px 80px 0;
}
#plugenplay-container header .block_container .block_visual {
  width: 50%;
  background-position: left top;
}
#plugenplay-container header .block_container .block_visual.desktop {
  display: block;
}
#plugenplay-container header .block_container .block_visual.mobile {
  display: none;
}
@media only screen and (max-width: 1056px) {
  #plugenplay-container header.background {
    background-position: top left;
  }
  #plugenplay-container header .block_container {
    flex-wrap: wrap;
    justify-content: center;
  }
  #plugenplay-container header .block_container .block_text {
    width: 100%;
    max-width: 70%;
    padding-left: 40px;
    padding-bottom: 0;
    text-align: center;
  }
  #plugenplay-container header .block_container .block_visual {
    width: 100%;
    height: 550px;
  }
  #plugenplay-container header .block_container .block_visual.desktop {
    display: none;
  }
  #plugenplay-container header .block_container .block_visual.mobile {
    background-position: top center;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  #plugenplay-container header {
    padding-bottom: 0px;
  }
  #plugenplay-container header h1 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 5px;
  }
}
@media only screen and (max-width: 767px) {
  #plugenplay-container header {
    text-align: center;
  }
  #plugenplay-container header .top_visual {
    order: 1;
  }
  #plugenplay-container header .block_container .block_text {
    max-width: 100%;
  }
}
#plugenplay-container #offer {
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 0px;
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, -50%);
}
#plugenplay-container #offer .row {
  justify-content: space-between;
}
#plugenplay-container #offer .offer_block {
  padding: 30px 10px 30px 30px;
  max-width: 300px;
  width: 100%;
  text-align: center;
}
#plugenplay-container #offer .offer_block img {
  width: auto;
  max-height: 300px;
}
#plugenplay-container #offer .offer_block .offer_text {
  display: flex;
  justify-content: space-around;
}
#plugenplay-container #offer .offer_block .offer_text p {
  line-height: 16px;
  text-align: center;
  margin: 0px 0 0 25px;
}
#plugenplay-container #offer .offer_block .offer_text p.nomargin {
  margin: 5px 0 0;
}
#plugenplay-container #offer .offer_block .offer_text p .i {
  text-align: center;
  color: #8f7247;
  display: inline-block;
  border: 1px solid #8f7247;
  border-radius: 50%;
  padding: 0px 7px;
  width: 18px;
  height: 18px;
}
#plugenplay-container #offer .offer_block .offer_text p .i:hover {
  background-color: #8f7247;
  color: #ffffff;
}
#plugenplay-container #offer .offer_block .offer_text p a:hover .i {
  background-color: #8f7247;
  color: #ffffff;
}
#plugenplay-container #offer .offer_block .offer_text p a:hover .link {
  color: #8f7247;
  border-color: #8f7247;
}
#plugenplay-container #offer .text_block {
  padding: 30px 0;
  margin-right: 30px;
  width: 100%;
  max-width: 360px;
}
#plugenplay-container #offer .text_block p.xl {
  font-size: 24px;
  margin-bottom: 10px;
}
#plugenplay-container #offer .text_block p.xl .bolder {
  font-weight: 600;
}
#plugenplay-container #offer .text_block p.m {
  font-size: 18px;
}
#plugenplay-container #offer .text_block .base-btn {
  margin-bottom: 0;
}
#plugenplay-container #offer .extra_block {
  max-width: 300px;
  border-left: 1px solid #d9d9de;
  align-items: center;
  align-self: normal;
}
#plugenplay-container #offer .extra_block .info_divider {
  margin-left: -13px;
}
#plugenplay-container #offer .extra_block .info_divider span {
  font-size: 21px;
  text-align: center;
  padding: 6px 10px;
  width: 25px;
  height: 25px;
  line-height: 13px;
  display: block;
  border-radius: 50%;
  background-color: #d9d9de;
  color: #ffffff;
}
#plugenplay-container #offer .extra_block .extra_info {
  padding: 30px;
}
#plugenplay-container #offer .extra_block .extra_info p {
  font-size: 13px;
  font-weight: 300;
  margin: auto 0;
}
#plugenplay-container #offer .extra_block .extra_info p strong {
  font-size: 16px;
  font-weight: 600;
}
#plugenplay-container #gemini_tower {
  background-position: bottom center;
}
#plugenplay-container #gemini_tower .wrapper {
  padding: 0 40px;
}
#plugenplay-container #gemini_tower .wrapper img {
  max-width: 350px;
  margin-right: 40px;
}
#plugenplay-container #gemini_tower .wrapper h2 {
  font-size: 24px;
  line-height: 32px;
}
#plugenplay-container #gemini_tower .wrapper .block_text {
  padding-right: 40px;
}
#plugenplay-container #gemini_tower .wrapper .base-btn {
  margin-bottom: 0;
}
#plugenplay-container #waarom_zenius {
  background-color: #f9f9f9;
}
#plugenplay-container #waarom_zenius .block_container {
  display: flex;
  justify-content: flex-end;
}
#plugenplay-container #waarom_zenius .block_container .block_text {
  width: calc(996px / 2);
  max-width: calc(996px / 2);
  padding: 80px 40px 80px 0;
}
#plugenplay-container #waarom_zenius .block_container .block_text h2 {
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 10px;
  letter-spacing: 9px;
}
#plugenplay-container #waarom_zenius .block_container .block_text ul {
  list-style: none;
  margin-bottom: 20px;
}
#plugenplay-container #waarom_zenius .block_container .block_text ul li {
  display: flex;
}
#plugenplay-container #waarom_zenius .block_container .block_text ul li i {
  margin-right: 15px;
  color: #3e8704;
  margin-top: 3px;
  vertical-align: top;
  font-size: 16px;
}
#plugenplay-container #waarom_zenius .block_container .block_text ul li p {
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
#plugenplay-container #waarom_zenius .block_container .block_text .link {
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 300;
  color: #000000;
  text-decoration: none;
  padding-bottom: 0px;
  border-bottom: 1px solid #000000;
}
#plugenplay-container #waarom_zenius .block_container .block_text .link:hover {
  color: #8f7247;
  border-color: #8f7247;
}
#plugenplay-container #waarom_zenius .block_container .block_visual {
  width: 50%;
  background-position: left center;
}
#plugenplay-container #koffies {
  background-position: bottom center;
}
#plugenplay-container #koffies .wrapper {
  padding: 0 40px;
}
#plugenplay-container #koffies .wrapper img {
  max-width: 350px;
  margin-right: 40px;
}
#plugenplay-container #koffies .wrapper h2 {
  font-size: 24px;
  line-height: 32px;
}
#plugenplay-container #koffies .wrapper .block_text {
  padding-right: 40px;
}
#plugenplay-container #koffies .wrapper .base-btn {
  margin-bottom: 0;
}
#plugenplay-container #benefits {
  background-color: #ffffff;
  padding: 20px 40px 40px;
}
#plugenplay-container #benefits .wrapper {
  padding: 40px 0;
}
#plugenplay-container #benefits h2 {
  text-align: center;
  font-size: 36px;
  line-height: 48px;
  font-weight: 800;
  letter-spacing: 9px;
  margin-bottom: 40px;
}
#plugenplay-container #benefits .blocks {
  justify-content: space-between;
  align-items: stretch;
}
#plugenplay-container #benefits .blocks .block {
  width: calc((100% - 60px) / 4);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
}
#plugenplay-container #benefits .blocks .block img {
  padding: 20px 0px;
  max-width: 115px;
  margin-bottom: 15px;
}
#plugenplay-container #benefits .blocks .block p {
  font-size: 15px;
  line-height: 19px;
}
#plugenplay-container #benefits .blocks.row::after {
  display: none !important;
}
@media only screen and (max-width: 1056px) {
  #plugenplay-container #offer {
    width: calc(100% - 60px);
  }
  #plugenplay-container #gemini_tower .block_container .block_text {
    padding-left: 40px;
  }
  #plugenplay-container #waarom_zenius .block_container .block_text {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 850px) {
  #plugenplay-container .nomob {
    display: none;
  }
  #plugenplay-container #offer {
    transform: translate(-50%, -50%);
  }
  #plugenplay-container #offer .row {
    justify-content: space-around;
    flex-wrap: wrap;
  }
  #plugenplay-container #offer .offer_block {
    padding: 30px 10px 30px 0px;
  }
  #plugenplay-container #offer .text_block {
    padding: 40px 20px;
    width: auto;
  }
  #plugenplay-container #offer .extra_block {
    max-width: 100%;
    width: 100%;
    border-left: none;
    border-top: 1px solid #d9d9de;
  }
  #plugenplay-container #offer .extra_block .info_divider {
    margin: -13px auto 0;
  }
  #plugenplay-container #offer .extra_block .extra_info {
    width: 100%;
    padding: 20px 30px 30px;
  }
  #plugenplay-container #offer .extra_block .extra_info p {
    width: 100%;
  }
  #plugenplay-container #gemini_tower .wrapper {
    padding: 40px;
  }
  #plugenplay-container #gemini_tower .wrapper img {
    max-width: 250px;
    margin-right: 40px;
  }
  #plugenplay-container #gemini_tower .wrapper .block_text {
    padding-right: 20px;
  }
  #plugenplay-container #waarom_zenius .block_container {
    flex-wrap: wrap;
    justify-content: center;
  }
  #plugenplay-container #waarom_zenius .block_container .block_text {
    width: 100%;
    max-width: 100%;
    padding: 80px 40px 80px 40px;
  }
  #plugenplay-container #waarom_zenius .block_container .block_text h2 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 10px;
    letter-spacing: 7px;
  }
  #plugenplay-container #waarom_zenius .block_container .block_visual {
    width: 100%;
    height: 350px;
    background-position: left bottom;
  }
  #plugenplay-container #koffies .wrapper {
    padding: 40px;
  }
  #plugenplay-container #koffies .wrapper img {
    max-width: 250px;
    margin-right: 40px;
  }
  #plugenplay-container #koffies .wrapper .block_text {
    padding-right: 20px;
  }
  #plugenplay-container #benefits {
    background-color: #ffffff;
    padding: 20px 40px 40px;
  }
  #plugenplay-container #benefits .wrapper {
    padding: 40px 0;
  }
  #plugenplay-container #benefits h2 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 800;
    letter-spacing: 7px;
  }
  #plugenplay-container #benefits .blocks {
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  #plugenplay-container #benefits .blocks .block {
    width: calc((100% - 30px) / 2);
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #plugenplay-container .row {
    flex-wrap: wrap;
  }
  #plugenplay-container .half_col {
    width: 100%;
  }
  #plugenplay-container #offer {
    transform: translate(-50%, -250px);
  }
  #plugenplay-container #offer .row {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #plugenplay-container #offer .offer_block {
    padding: 30px 0px 30px 0px;
    margin: 0 auto;
    max-width: 100%;
  }
  #plugenplay-container #offer .text_block {
    width: 100%;
    margin-right: 0px;
    text-align: center;
    margin: 0 auto;
    padding-top: 0;
  }
  #plugenplay-container #gemini_tower .wrapper {
    padding: 40px 40px 0;
  }
  #plugenplay-container #gemini_tower .wrapper img {
    margin: 0;
  }
  #plugenplay-container #gemini_tower .wrapper .block_text {
    order: -1;
    padding-right: 0px;
    text-align: center;
  }
  #plugenplay-container #gemini_tower .wrapper .block_text h2 {
    margin-top: 40px;
    font-size: 22px;
    line-height: 30px;
  }
  #plugenplay-container #waarom_zenius .block_container {
    flex-wrap: wrap;
    justify-content: center;
  }
  #plugenplay-container #waarom_zenius .block_container .block_text {
    width: 100%;
    max-width: 100%;
    padding: 50px 40px 50px 40px;
  }
  #plugenplay-container #waarom_zenius .block_container .block_text h2 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 10px;
    letter-spacing: 7px;
  }
  #plugenplay-container #waarom_zenius .block_container .block_visual {
    width: 100%;
    height: 350px;
    background-position: left bottom;
  }
  #plugenplay-container #koffies .wrapper {
    padding: 40px 40px 0;
  }
  #plugenplay-container #koffies .wrapper img {
    margin: 0;
  }
  #plugenplay-container #koffies .wrapper .block_text {
    order: -1;
    padding-right: 0px;
    text-align: center;
  }
}
@media only screen and (max-width: 580px) {
  #plugenplay-container #offer .text_block p.xl {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 1px;
  }
  #plugenplay-container #benefits {
    padding: 0px 30px 40px;
  }
  #plugenplay-container #benefits h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    letter-spacing: 5px;
  }
  #plugenplay-container #benefits .blocks .block {
    width: 100%;
    margin-bottom: 30px;
  }
}

/*# sourceMappingURL=main.css.map */
