@font-face {
  font-family: Lato;
  src: url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
}

@font-face {
  font-family: Myriad;
	src: url('/content/dam/multibrand/nl/nl/products/ponente/Myriad-Pro-Regular.ttf');
}

@font-face {
  font-family: Myriad Bold;
	src: url('/content/dam/multibrand/nl/nl/products/ponente/Myriad-Pro-Bold.ttf');
}
/* CSS Document */
* {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-decoration: none;
  font-family: 'Lato', sans-serif;
}

*, ::after, ::before {
  box-sizing: border-box;
}

body {
  background-image: url("/content/dam/multibrand/nl/nl/products/fasenra/background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.container {
  width: 100% !important;
  max-width: 1140px !important;
}
/*--------------------*/
/******NEW CODE********/
/*--------------------*/
.navbar, .top-header, .item-more, .logo-medicine-txt, .middle-content {
  display: none !important;
}

.top-header, .primary-navigation, .navbar-default {
  border: none !important;
}
/*--------------------*/
/*****END NEW CODE*****/
/*--------------------*/
.fas_hero_section {
  position: relative;
	/*background: url(../images/Header-achtergrond.jpg) center center no-repeat;*/
  background-size: cover;
	/*min-height: 100vh;*/
  overflow: hidden;
}

.fas_hero_section .logo {
  position: relative;
  margin: 10px 0px;
}

.fas_hero_section .logo img {
  display: inline-block;
  vertical-align: top;
  max-width: 200px;
  margin-left: 70px;
}

.fas_hero_section .top-right-logo {
  position: relative;
  margin: 10px 0px;
  text-align: right;
}

.fas_hero_section .top-right-logo img {
  display: inline-block;
  vertical-align: top;
  max-width: 190px;
  margin-right: 70px;
}

.fas_hero_section .top-text {
  position: relative;
  margin: 150px 0px 100px 0px;
  margin-left: 70px;
}

.fas_hero_section .top-text h1 {
  color: #FFFFFF;
  font-family: 'Myriad', sans-serif;
  font-size: 60px;
  font-weight: 700;
  margin: 0px;
  padding: 0px;
}

.fas_hero_section .top-text h1 sup {
  position: relative;
  top: -20px;
  font-size: 20px;
}

.fas_hero_section .top-paragraph {
  position: relative;
  padding: 30px 0px;
  margin-left: 70px;
  z-index: 1;
}

.fas_hero_section .top-paragraph::before {
  position: absolute;
  content: "";
  top: 0px;
  left: -200px;
  bottom: 0px;
  right: 0px;
  width: calc(100vw + 200px);
  width: -webkit-calc(100vw + 200px);
  width: -ms-calc(100vw + 200px);
  width: -moz-calc(100vw + 200px);
  width: -o-calc(100vw + 200px);
  background: linear-gradient(269.23deg, rgba(229,98,185,0) 40%, rgba(229,98,185,0.5) 100%);
	/*opacity: 0.3;*/
  z-index: -1;
}

.fas_hero_section .top-paragraph p {
  font-family: 'Lato', sans-serif;
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 700;
  margin: 0px;
  padding: 0px;
}

.fas_hero_section .top-list {
  position: relative;
  padding: 30px 0px;
  margin-left: 70px;
  z-index: 1;
}

.fas_hero_section .top-list::before {
  position: absolute;
  content: "";
  top: 0px;
  left: -200px;
  bottom: -20px;
  right: 0px;
  width: calc(100vw + 200px);
  width: -webkit-calc(100vw + 200px);
  width: -ms-calc(100vw + 200px);
  width: -moz-calc(100vw + 200px);
  width: -o-calc(100vw + 200px);
  background: linear-gradient(269.23deg, rgba(196,17,136,0) 40%, rgba(196,17,136,0.5) 100%);
	/*opacity: 0.5;*/
  z-index: -1;
}

.fas_hero_section .top-list .boxes {
  position: relative;
  padding: 10px 10px;
  display: flex;
  width: 100%;
  max-width: 550px;
  border-bottom: 1px solid #FFFFFF;
}

.fas_hero_section .top-list .boxes:last-child {
  border-bottom: none;
}

.fas_hero_section .top-list .boxes .icons {
  position: relative;
  margin-right: 15px;
}

.fas_hero_section .top-list .boxes .icons img {
  max-height: 40px;
  min-height: 40px;
}

img.img-fluid.icon-left {
  max-width: 70px!important;
  max-height: 70px!important;
  margin-top: -14px;
}

.fas_hero_section .top-list .boxes p,.references p, .references a {
  font-size: 15px;
  font-weight: 400;
  font-family: 'Myriad Bold', sans-serif;
  color: #FFFFFF;
  margin: 0px;
  padding: 0px;
}

.references a {
  text-decoration: underline;
}

@media(max-width:1199px) {
  .fas_hero_section .logo img {
    max-width: 150px;
    margin-left: 50px;
  }

  .fas_hero_section .top-right-logo img {
    max-width: 120px;
    margin-right: 50px;
  }

  .fas_hero_section .top-text {
    margin: 100px 0px 50px 0px;
    margin-left: 50px;
  }

  .fas_hero_section .top-text h1 {
    font-size: 50px;
  }

  .fas_hero_section .top-text h1 sup {
    top: -15px;
    font-size: 15px;
  }

  .fas_hero_section .top-paragraph {
    margin-left: 50px;
  }

  .fas_hero_section .top-paragraph p {
    font-size: 22px;
  }

  .fas_hero_section .top-list {
    position: relative;
    padding: 20px 0px;
    margin-left: 50px;
  }

  .fas_hero_section .top-list .boxes .icons {
    margin-right: 10px;
  }

  .fas_hero_section .top-list .boxes .icons img {
    max-height: 30px;
    min-height: 30px;
  }
}

@media(max-width:991px) {
  .fas_hero_section .logo img {
    max-width: 150px;
    margin-left: 35px;
  }

  .fas_hero_section .top-right-logo img {
    max-width: 120px;
    margin-right: 35px;
  }

  .fas_hero_section .top-text {
    margin: 75px 0px 35px 0px;
  }

  .fas_hero_section .top-text h1 {
    font-size: 40px;
  }

  .fas_hero_section .top-paragraph {
    margin-left: 35px;
  }

  .fas_hero_section .top-paragraph p {
    font-size: 20px;
  }

  .fas_hero_section .top-list {
    position: relative;
    padding: 20px 0px;
    margin-left: 35px;
  }
}

@media(max-width:767px) {
  .fas_hero_section .logo img {
    max-width: 150px;
    margin-left: 15px;
  }

  .fas_hero_section .top-right-logo img {
    max-width: 100px;
    margin-right: 15px;
  }

  .fas_hero_section .top-text {
    margin: 50px 0px 15px 0px;
  }

  .fas_hero_section .top-text h1 {
    font-size: 30px;
    text-align: center;
  }

  .fas_hero_section .top-paragraph {
    margin-left: 15px;
  }

  .fas_hero_section .top-paragraph p {
    font-size: 18px;
  }

  .fas_hero_section .top-list {
    position: relative;
    padding: 20px 0px;
    margin-left: 15px;
  }
}
/*** #### Section One ### ***/
.fas_section_one {
  position: relative;
  padding: 40px;
  background-color: #F8F7FC;
  margin-top: 40px;
}

.fas_section_one.no_background {
  background-color: white !important;
  margin-top: 0px;
}

.fas_section_one .iner {
  position: relative;
  padding: 35px;
}

.fas_section_one .text-box {
  margin-top: 25px;
}

.fas_section_one .text-box h2 {
  color: #333f48;
  font-size: 25px;
  font-family: 'Myriad', sans-serif;
  line-height: 35px;
  font-weight: 700;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}

.fas_section_one.no_background .text-box h2 {
  color: #AD2572;
  font-size: 25px;
  font-family: 'Myriad', sans-serif;
  line-height: 35px;
  font-weight: 700;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}

.text-box h2 {
  color: #AD2572;
  font-size: 25px;
  font-family: 'Myriad', sans-serif;
  line-height: 35px;
  font-weight: 700;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}

.fas_section_one .text-box p {
  font-family: 'Lato', sans-serif;
  color: #4f4f4f;
  font-size: 16px;
  font-weight: 400;
  margin: 10px 0px;
}

.fas_section_one .action-btn {
  margin-top: 20px;
  position: relative;
}

@media(max-width:1199px) {
  .fas_section_one {
    padding: 30px 0px;
  }

  .fas_section_one .iner {
    padding: 15px 25px;
  }

  .fas_section_one .text-box h2 {
    font-size: 22px;
    line-height: 30px;
    margin: 0px 0px 20px 0px;
  }

  .fas_section_one .text-box p {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
  }
}

@media(max-width:991px) {
  .fas_section_one {
    padding: 20px 0px;
  }

  .fas_section_one .iner {
    padding: 15px 15px;
  }

  .fas_section_one .text-box h2 {
    font-size: 20px;
    line-height: 30px;
    margin: 0px 0px 15px 0px;
  }
}

@media(max-width:767px) {
  .fas_section_one {
    padding: 15px 0px;
  }

  .fas_section_one .iner {
    padding: 15px 15px;
  }

  .fas_section_one .text-box h2 {
    font-size: 18px;
    line-height: 25px;
  }
}
/*** ### Btns ### ***/
.fas_primary_btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 10px 35px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  outline: none;
  border: none;
  border-radius: 10px;
  color: #c41188 !important;
  background: #FFFFFF;
  border: 2px solid #c41188;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none !important;
  font-family: 'Myriad', sans-serif;
}

.fas_primary_btn.marginda {
  background: #c41188;
  color: #FFFFFF !important;
  border: 2px solid #c41188;
}

.fas_primary_btn.green {
  background: #FFFFFF;
  color: #00b398 !important;
  border: 2px solid #00b398;
}

.fas_primary_btn.green_active {
  background: #00b398;
  color: #FFFFFF !important;
  border: 2px solid #00b398;
}

@media(max-width:1199px) {
  .fas_primary_btn {
    padding: 8px 25px;
  }
}
/*** ###  Section Two ### **/
.fas_section_two {
  position: relative;
  padding: 15px 35px;
  border: 2px solid #c41188;
  border-radius: 8px;
}
/*** Left Box ***/
.fas_section_two .left-box {
  position: relative;
  margin: 15px 0px;
}

.fas_section_two .left-box h2 {
  font-family: 'Myriad', sans-serif;
  color: #344049;
  font-size: 15px;
  font-weight: 700;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  text-transform: uppercase;
}

.fas_section_two .left-box h3 {
  font-family: 'Myriad', sans-serif;
  color: #c41188;
  font-size: 25px;
  font-weight: 700;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}

.fas_section_two .left-box p {
  font-family: 'Myriad', sans-serif;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  margin: 10px 0px 20px 0px;
}

.fas_section_two .left-box .action-btn {
  position: relative;
}

.fas_section_two .left-box .action-btn a {
  margin: 15px 0px 0px 0px;
}

@media(max-width:1199px) {
  .fas_section_two .iner {
    padding: 15px 25px;
  }

  .fas_section_two .left-box h3 {
    font-family: 'Myriad', sans-serif;
    font-size: 22px;
    margin: 0px 0px 20px 0px;
  }

  .fas_section_two .left-box p {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    margin: 10px 0px 15px 0px;
  }
}

@media(max-width:991px) {
  .fas_section_two .iner {
    padding: 15px 15px;
  }

  .fas_section_two .left-box h3 {
    font-family: 'Myriad', sans-serif;
    font-size: 20px;
    margin: 0px 0px 20px 0px;
  }
}

@media(max-width:767px) {
  .fas_section_two .iner {
    padding: 15px 15px;
  }

  .fas_section_two .left-box h3 {
    font-family: 'Myriad', sans-serif;
    font-size: 18px;
  }
}
/*** Right Box ***/
.fas_section_two .right-box {
  position: relative;
  margin: 15px 0px;
}

.fas_section_two .right-box .video-box {
  position: relative;
  margin: 0px 0px 30px 0px;
}

.fas_section_two .right-box .text-box {
  position: relative;
  margin: 50px 0px 0px 0px;
}

.fas_section_two .right-box h2 {
  font-family: 'Myriad', sans-serif;
  color: #333f48;
  font-size: 16px;
  font-weight: 400;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  text-transform: uppercase;
}

.fas_section_two .right-box p {
  font-family: 'Lato', sans-serif;
  color: #344049;
  font-size: 15px;
  font-weight: 700;
  margin: 0px 0px 10px 0px;
}

.fas_section_two .right-box .action-btn {
  position: relative;
}

@media(max-width:1199px) {
  .fas_section_two .right-box h2 {
    font-size: 15px;
  }
}
/*** #### Section Three ### ***/
.fas_section_three {
  position: relative;
  padding: 40px 0px;
  background: #FFFFFF;
}

.fas_section_three.notop {
  padding: 0px 0px;
}

.fas_section_three .iner {
  position: relative;
  padding: 15px 35px;
}

.fas_section_three h2 {
  font-family: 'Myriad', sans-serif;
  color: #333f48;
  font-size: 25px;
  font-weight: 700;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}

.fas_section_three h3 {
  font-family: 'Myriad', sans-serif;
  color: #333333;
  font-size: 15px;
  font-weight: 700;
  margin: 10px 0px;
  text-transform: uppercase;
}

.fas_section_three p {
  font-family: 'Myriad', sans-serif;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  margin: 10px 0px;
}

.fas_section_three p a {
  color: inherit;
  text-decoration: none;
}

.fas_section_three .action-btn {
  position: relative;
}

.fas_section_three .action-btn a {
  margin: 10px 0px 0px 0px;
}

@media(max-width:1199px) {
  .fas_section_three {
    padding: 30px 0px;
  }

  .fas_section_three .iner {
    padding: 30px 25px;
  }

  .fas_section_three h2 {
    font-size: 22px;
  }

  .fas_section_three p {
    font-size: 15px;
  }
}

@media(max-width:991px) {
  .fas_section_three {
    padding: 20px 0px;
  }

  .fas_section_three .iner {
    padding: 15px 15px;
  }

  .fas_section_three h2 {
    font-size: 20px;
  }
}

@media(max-width:767px) {
  .fas_section_three {
    padding: 20px 15px;
  }

  .fas_section_three .iner {
    padding: 15px 15px;
  }

  .fas_section_three h2 {
    font-size: 18px;
  }

  a.fas_primary_btn.marginda.right {
    float: left !important;
  }
}
/*** Top Box ***/
.fas_section_three .top-box {
  position: relative;
  background: #f2fbfa;
  border-radius: 8px;
  margin-bottom: 15px;
}

.fas_section_three .top-box .image-box {
  position: relative;
  margin: 15px 0px;
}

.fas_section_three .top-box .text-box {
  position: relative;
  margin: 0px 0px 15px 0px;
}

.fas_section_three .action-btn a {
  margin: 20px 0px 0px 0px;
}

.fas_section_three .top-box h2 {
  color: #00b398;
}

.fas_section_three .top-box p {
  color: #333333;
}
/*** Bottom Box ***/
.fas_section_three .bottom-box {
  position: relative;
  padding: 15px 0px;
}

.fas_section_three .bottom-box p {
  margin-bottom: 30px;
}
/*** Logo Box ***/
.logo-box {
  position: relative;
  padding: 15px 0px 0px 0px;
}

.logo-box img {
  display: block;
  margin: auto;
  max-width: 150px;
}

a.fas_primary_btn.marginda.right {
  float: right;
}

.container.iner.top-box {
  max-width: 1000px;
}

.component-section.container.no-style.fas_section_three {
/*display: none;*/
  ;
}

.small-image {
  width: 250px;
  max-width: 100%;
}

.min-h {
  min-height: 1000px;
}

.color-p {
  color: #AD2572 !important;
}
/*** ### Section One ### ***/

h2, h3 {
  font-family: 'Lato', sans-serif;
}

.fesenra-section-one {
  position: relative;
  padding: 50px 15px;
}

.fesenra-section-one .main-box .boxes h2 {
  font-size: 40px;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0px;
  padding: 0px;
}

.fesenra-section-one .main-box .boxes h3 {
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0px;
  padding: 0px;
  margin-left: 10px;
}

.fesenra-section-one .main-box .boxes h3 span {
  color: #569f8e;
}

.fesenra-section-one .main-box .boxes p {
  font-size: 16px;
  color: #FFFFFF;
  margin: 0px;
  padding: 0px;
  text-align: left;
}

.fesenra-section-one .main-box {
  position: relative;
  display: -o-flexbox;
  display: -ms-flexbox;
  display: -moz-flexbox;
  display: -webkit-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.fesenra-section-one .main-box .boxes {
  position: relative;
  -ms-flex: 0 0 33.333333%;
  -webkit-flex: 0 0 33.333333%;
  -moz-flex: 0 0 33.333333%;
  -o-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 125px;
}

.fesenra-section-one .main-box .boxes .iner {
  position: relative;
  height: 100%;
}

.fesenra-section-one .main-box .boxes .iner .iner-all {
  position: relative;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  padding: 30px;
  padding-bottom: 120px;
}

.fesenra-section-one .main-box .boxes .counter {
  position: absolute;
  top: -25px;
  left: -25px;
  width: 70px;
  height: 70px;
  min-width: 70px;
  max-width: 70px;
  border-radius: 50%;
  background: #2ca78b;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

.fesenra-section-one .main-box .boxes .text-box {
  position: relative;
  width: 100%;
}

.fesenra-section-one .main-box .boxes .icon-image {
  position: absolute;
  left: 50%;
  bottom: -90px;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  display: block;
  margin: auto;
  width: 175px;
  height: 175px;
  border-radius: 50%;
  background: #FFFFFF;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
}

.fesenra-section-one .main-box .boxes .icon-image img {
  max-height: 90px;
}

.fesenra-section-one .main-box .boxes.blue .iner {
	/*background: #af2274;*/
  background: rgba(0, 0, 0,0.5);
  border-radius: 15px;
}

.fesenra-section-one .main-box .boxes.dark .iner {
  background: #02b397;
}

.fesenra-section-one .main-box .boxes.dark h2 {
  color: #af2274;
}

.row-one {
  position: relative;
}

.row-two {
  position: relative;
}

@media (max-width:1024px) {
  .fesenra-section-one .main-box .boxes {
    position: relative;
    -ms-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -o-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width:767px) {
  .fesenra-section-one {
    padding: 50px 15px 50px 30px;
  }

  .fesenra-section-one .main-box .boxes {
    position: relative;
    -ms-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -o-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .fesenra-section-one .main-box .boxes .counter {
    top: -20px;
    left: -20px;
    width: 50px;
    height: 50px;
    min-width: 50px;
    max-width: 50px;
  }

  .fesenra-section-one .main-box .boxes h2 {
    font-size: 25px;
    text-align: center;
  }
}

.banner-parent {
  margin-top: 50px;
  margin-bottom: 50px;
}

.banner {
  padding: 30px;
  min-height: 175px;
}

.banner h1 {
  color: #FFFFFF;
  font-family: 'Myriad Bold', sans-serif;
  font-size: 40px;
  font-weight: 700;
  margin: 0px;
  padding: 0px;
}

.banner p {
  font-size: 15px;
  font-weight: 300;
  font-family: 'Myriad', sans-serif;
  color: #FFFFFF;
  margin: 0px;
  padding: 0px;
}

.banner a {
  text-decoration: none !important;
}

