.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

.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;
}

.section-top {
  min-height: 670px;
  background-image: url('../images/bg-img.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.section-main-content {
  display: block;
  min-height: 710px;
  padding-top: 0px;
}

.section-contact {
  min-height: 640px;
  padding-top: 60px;
  padding-bottom: 20px;
  background-image: url('../images/shader.png');
  background-position: 50% 0%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.section-links {
  min-height: 370px;
  padding-top: 20px;
  background-image: url('../images/lower-shader.png');
  background-position: 50% 0%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.section-links.pwdpage {
  min-height: 110px;
}

.sectionp-footer {
  min-height: 80px;
  border-style: solid;
  border-width: 1px;
  border-color: #b3b3b3;
  border-radius: 1px;
  background-color: #fff;
}

.body {
  direction: rtl;
  font-family: Assistant, sans-serif;
}

.disclaimer-top {
  margin-top: 15px;
  margin-right: 15px;
  color: #3d424d;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
}

.tl-sticky {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 997;
  display: block;
  width: 300px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}

.grid {
  -ms-grid-columns: minmax(80px, 1fr) minmax(220px, 220px);
  grid-template-columns: minmax(80px, 1fr) minmax(220px, 220px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.top-fixed-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-columns: minmax(50px, 50px) minmax(220px, 220px);
  grid-template-columns: minmax(50px, 50px) minmax(220px, 220px);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  direction: ltr;
}

.accessibility-img {
  border-radius: 100px;
  background-color: #44801a;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.25);
  opacity: 0;
}

.print-cta {
  width: 160px;
  height: 50px;
  border-radius: 100px;
  background-image: linear-gradient(315deg, #ef8331, #f6ab07);
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.25);
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  direction: rtl;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.print-cta:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.print-ico {
  position: static;
  left: auto;
  top: 20%;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  margin-top: 13px;
  margin-right: 20px;
  padding-left: 0px;
}

.text-block {
  margin-top: 0px;
  padding-left: 20px;
  float: left;
  clear: none;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
}

.top-center-container {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.center-logo {
  position: relative;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  clear: both;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.heading {
  position: static;
  margin-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #416940;
  font-size: 40px;
  line-height: 46px;
  font-weight: 600;
  text-align: center;
}

.image {
  position: absolute;
}

.heading-instructions {
  position: static;
  margin-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #416940;
  font-size: 22px;
  line-height: 46px;
  font-weight: 600;
  text-align: center;
}

.columns {
  width: 100%;
}

.movie-col {
  width: 100%;
}

.line2-container {
  position: relative;
  clear: both;
}

.video-lightbox-grid {
  position: relative;
  z-index: 998;
  max-width: 1600px;
  margin-top: 10px;
  margin-right: 20px;
  margin-left: 20px;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.lightbox-link {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.lightbox-link:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%);
}

.lightbox-link.hovereffect {
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transition: -webkit-transform 400ms ease, -webkit-filter 400ms ease;
  transition: -webkit-transform 400ms ease, -webkit-filter 400ms ease;
  transition: transform 400ms ease, filter 400ms ease;
  transition: transform 400ms ease, filter 400ms ease, -webkit-transform 400ms ease, -webkit-filter 400ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.lightbox-link.hovereffect:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.tabs-menu {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  clear: both;
  border-bottom: 2px solid #f39437;
  background-color: #fff;
  text-align: center;
}

.tab-active {
  height: 40px;
  min-width: 210px;
  margin-left: 10px;
  border-radius: 6px;
  background-color: #f1f1f1;
}

.tab-active.w--current {
  height: 50px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #f39437;
  color: #fff;
}

.tab-active.hack15 {
  background-color: #f1f1f1;
}

.tab-text {
  color: #416940;
  font-size: 22px;
  text-align: center;
}

.tab-text:active {
  color: #fff;
}

.text-block-2 {
  color: #fff;
  font-size: 22px;
  text-align: center;
}

.text-block-3 {
  font-size: 22px;
  text-align: center;
}

.tabs-content {
  margin-top: 0px;
  border-top: 0px none #f39437;
}

.tab-pane-tab-1 {
  border: 0px none #000;
}

.container {
  max-width: 1110px;
}

.container-num-marker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 710px;
  margin: 30px;
  padding: 30px;
  -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;
  border-radius: 6px;
  background-color: #f1f1f1;
  font-size: 40px;
  line-height: 100px;
  text-align: center;
}

.tab-container {
  max-width: 1110px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.diary-banner-bg {
  max-width: 1110px;
  min-height: 160px;
  margin-bottom: 40px;
  border-radius: 6px;
  background-color: #fff;
  background-image: url('../images/diary-bg-right.png'), url('../images/diary-bg-left.png');
  background-position: 100% 50%, 0% 100%;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.1);
}

.banner-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 325px 30px 30px;
  justify-items: center;
  grid-auto-flow: column;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  direction: rtl;
}

.diary-banner-heading {
  color: #f39437;
  font-size: 30px;
  font-weight: 400;
}

.diary-banner-text-container {
  padding-left: 60px;
}

.diary-banner-text {
  margin-top: 10px;
  color: #3d424d;
  font-size: 18px;
  font-weight: 400;
}

.banner-cta {
  width: 180px;
  height: 50px;
  border-radius: 100px;
  background-image: linear-gradient(315deg, #ef8331, #f6ab07);
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.25);
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  direction: rtl;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.banner-cta:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.cal-ico {
  position: static;
  left: auto;
  top: 20%;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  width: 23px;
  margin-top: 15px;
  margin-right: 20px;
}

.contact-form {
  max-width: 1110px;
  min-height: 330px;
  margin-bottom: 40px;
  border: 2px solid #f39437;
  border-radius: 6px;
  background-color: #fff;
  background-image: url('../images/form-bg-top-right.png'), url('../images/form-bg-bottom-left.png');
  background-position: 100% 0%, 0% 100%;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
  box-shadow: 0 0 0 4px #ffe7cf, 0 6px 24px 0 rgba(0, 0, 0, 0.1);
}

.heading-form {
  margin-top: 10px;
  padding-right: 20px;
  color: #fff;
  font-weight: 600;
}

.links-title {
  max-width: 1110px;
}

.links-title-cols {
  max-width: 1110px;
  margin-bottom: 20px;
}

.links-title-text {
  color: #43801a;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

.title-line {
  margin-top: 35px;
  border-bottom: 2px solid #d2d2d2;
}

.links-grid {
  display: -ms-grid;
  display: grid;
  max-width: 1280px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  direction: rtl;
}

.footer-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  height: 130px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(243, 148, 55, 0);
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 hsla(0, 0%, 84.7%, 0.5);
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
}

.footer-link-block:hover {
  border-width: 1px;
  border-color: #f39437;
}

.logo-img {
  position: static;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}

.disclaimer {
  color: #767676;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.fotterlinks-disclaimer {
  max-width: 1110px;
}

.diary-cta-text {
  margin-top: 0px;
  padding-left: 26px;
  float: left;
  clear: none;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
}

.side-barcode {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 90px;
  margin-top: 56px;
  margin-left: -30px;
  float: left;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  direction: ltr;
}

.bold-text {
  margin-left: -30px;
  padding-left: 0px;
}

.bold-text.pwd-page {
  text-align: right;
}

.grid-2 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-colomns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
}

.footer-disclaimer {
/*
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
*/
  min-width: 690px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #015697;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}



.neopharm-logo {
  display: inline-block;
  direction: ltr;
}

.column-4 {
  direction: ltr;
}

.footer-disclaimer-mobile {
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #015697;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.tbdm-footer {
  min-height: 30px;
  background-color: #ecf2ff;
  text-align: center;
}

.footer-credits-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 30px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  direction: ltr;
  color: #015697;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.link-block {
  text-decoration: none;
}

.toolbox-credit-linkblock {
  text-decoration: none;
}

.form-grid {
  margin-top: 30px;
  -ms-grid-columns: 1fr 1.25fr 1fr;
  grid-template-columns: 1fr 1.25fr 1fr;
}

.phone-field {
  padding-right: 20px;
}

.submit-container {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.checkbox-selection1-container {
  padding-right: 20px;
}

.submit-button {
  width: 190px;
  height: 50px;
  border-radius: 100px;
  background-image: linear-gradient(225deg, #088337, #2a943c 36%, #5aab44 74%, #6db447);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  font-size: 20px;
  font-weight: 700;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.submit-button:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.text-field {
  display: block;
  width: 320px;
  height: 50px;
  margin-right: 10px;
  border-radius: 6px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.text-field:focus {
  font-size: 18px;
}

.text-field::-webkit-input-placeholder {
  font-size: 18px;
}

.text-field:-ms-input-placeholder {
  font-size: 18px;
}

.text-field::-ms-input-placeholder {
  font-size: 18px;
}

.text-field::placeholder {
  font-size: 18px;
}

.field-label {
  margin-right: 10px;
  color: #3d424d;
  font-size: 18px;
  font-weight: 600;
}

.checkbox-field {
  margin-right: 0px;
  direction: rtl;
}

.checkbox-field.lower {
  margin-right: 30px;
}

.checkbox {
  width: 20px;
  height: 20px;
  margin-top: 4px;
  float: right;
  clear: left;
  border-width: 1.5px;
  border-color: #a0a0a0;
  border-radius: 4px;
  direction: rtl;
}

.checkbox.w--redirected-checked {
  border-width: 1.5px;
  border-color: #f39437;
  border-radius: 4px;
  background-color: #f39437;
}

.checkbox-label {
  margin-top: 4px;
  padding-right: 30px;
  font-size: 18px;
}

.checkbox-label.small {
  max-width: 730px;
  font-size: 16px;
}

.field-label-checkboxes {
  margin-right: 10px;
  margin-bottom: 10px;
  color: #3d424d;
  font-size: 18px;
  font-weight: 600;
}

.link {
  color: #2670c3;
  font-weight: 600;
  text-decoration: underline;
}

.checkbox-link {
  color: #2670c3;
  font-weight: 600;
  text-decoration: underline;
}

.text-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  color: #416940;
  font-size: 20px;
  line-height: 40px;
}

.success-message {
  height: 100%;
  margin-top: 40px;
  margin-right: 40px;
  margin-left: 40px;
  border-radius: 6px;
  background-color: #edfced;
}

.text-block-5 {
  color: #6d0e0f;
  text-align: center;
}

.error-message {
  margin-right: 20px;
  margin-left: 20px;
  border-radius: 6px;
}

.tab1-grid {
  justify-items: end;
  -ms-grid-columns: 1.75fr 1fr;
  grid-template-columns: 1.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tab-content-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #f1851b;
  font-size: 47px;
  font-weight: 400;
}

.tab-content-paragraph {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #3d424d;
  font-size: 20px;
  line-height: 32px;
}

.tab1-grid-inner {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tab1-inner-grid-unit {
  width: 100%;
  height: 160px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #fff;
  background-image: url('../images/tab-grid-arrow2x.png');
  background-position: 0% 100%;
  background-size: 44px;
  background-repeat: no-repeat;
  box-shadow: 0 0 5px 0 rgba(243, 148, 55, 0), 0 1px 2px 0 hsla(0, 0%, 52.2%, 0.5);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: box-shadow 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease;
  transition: transform 400ms ease, box-shadow 400ms ease, -webkit-transform 400ms ease;
  text-decoration: none;
}

.tab1-inner-grid-unit:hover {
  box-shadow: 0 0 5px 0 #f39437, 0 1px 2px 0 hsla(0, 0%, 52.2%, 0.5);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.anchor-unit-heading {
  width: 90%;
  height: 50px;
  margin: 30px auto 0px;
  padding-left: 0px;
  color: #44801a;
  font-weight: 400;
  text-align: center;
}

.anchor-unit-heading.unit2 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.anchor-unit-sub-heading-eng {
  width: 90%;
  height: 60px;
  margin: 0px auto;
  padding-left: 0px;
  color: #f39437;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.cimzia-pack-image {
  margin-top: 70px;
}

.tab2-content {
  max-width: 1110px;
}

.tab-content-section {
  padding-top: 40px;
  padding-bottom: 50px;
  border-bottom: 2px solid #d8d8d8;
}

.tab-content-section.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tab-content-section-heading {
  max-width: 900px;
  color: #44801a;
  font-weight: 600;
}

.tab-content-section-paragraph {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #3d424d;
  font-size: 16px;
  line-height: 30px;
}

.orange-dot {
  color: #f39437;
}

.tab-content-section-paragraph-sml {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #3d424d;
  font-size: 16px;
  line-height: 30px;
}

.tab-content-section-paragraph-sml.biggerp {
  margin-bottom: 40px;
  font-size: 20px;
}

.ceringe-container {
  padding-right: 10px;
  padding-left: 10px;
}

.ceringe-mobile {
  display: none;
}

.preparation-columns {
  max-width: 100%;
  min-width: 100%;
  direction: rtl;
}

.preparation-img {
  margin-bottom: 20px;
}

.column-6 {
  padding-top: 20px;
}

.link-2 {
  color: #2670c3;
}

.bluesteel-link {
  color: #2670c3;
}

.top-center-container-pwdpage {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 900px;
  min-height: 500px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 20px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 4px 16px 0 rgba(61, 66, 77, 0.2);
}

.heading-pwd {
  position: static;
  margin-top: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #416940;
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
}

.center-logo-pwdpage {
  position: relative;
  max-width: 300px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  clear: both;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.pwd-form-sep {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #ededed;
}

.pwd-field {
  margin-bottom: 10px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pwd-text {
  max-width: 650px;
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
  color: #3d424d;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.form-pwd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-top-tester {
  min-height: 610px;
  background-image: url('../images/bg-img.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.section-top-accessibility {
  min-height: 500px;
  background-image: url('../images/bg-img.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.external-menu {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 996;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-top: 0px;
  padding-top: 10px;
  -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;
  border-bottom: 2px solid #f39437;
  background-color: #fff;
}

.link-block-2 {
  width: 210px;
  height: 40px;
  min-width: 210px;
}

.external-menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 210px;
  height: 40px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -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;
  border-radius: 6px;
  background-color: #f1f1f1;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #3d424d;
  text-decoration: none;
}

.external-menu-item:hover {
  background-color: #ddd;
}

.external-menu-item.selected {
  height: 50px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #f39437;
  line-height: 20px;
}

.external-menu-link {
  font-size: 22px;
  text-align: center;
  text-decoration: none;
}

.external-menu-link.selected {
  padding-bottom: 10px;
  color: #fff;
}

.grid-3 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.mobile-disclaimer {
  display: none;
}

@media screen and (min-width: 1280px) {
  .section-top {
    min-height: 560px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    background-position: 50% 50%;
  }
  .section-links.pwdpage {
    min-height: 120px;
  }
  .disclaimer-top {
    max-width: 1200px;
  }
  .top-center-container {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .center-logo {
    max-width: 310px;
  }
  .heading {
    margin-bottom: 0px;
    font-size: 30px;
  }
  .video-lightbox-grid {
    margin-bottom: 0px;
  }
  .tabs-menu {
    position: -webkit-sticky;
    position: sticky;
  }
  .tab-content-heading {
    margin-bottom: 0px;
  }
  .tab-content-paragraph {
    margin-top: 30px;
  }
  .top-center-container-pwdpage {
    max-width: 840px;
    min-height: 390px;
    margin-top: 20px;
    padding: 20px 30px 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-pwd {
    font-size: 28px;
    line-height: 46px;
    white-space: normal;
  }
  .center-logo-pwdpage {
    max-width: 210px;
  }
  .pwd-form-sep {
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: 2px solid #ededed;
  }
  .pwd-field {
    height: 50px;
    margin-bottom: 0px;
    padding-left: 20px;
  }
  .pwd-text {
    max-width: 1100px;
    margin-bottom: 20px;
  }
  .form-pwd {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .section-top-tester {
    min-height: 470px;
  }
  .section-top-accessibility {
    min-height: 500px;
  }
}

@media screen and (min-width: 1440px) {
  .section-top {
    min-height: 730px;
  }
  .top-center-container {
    margin-top: 70px;
  }
  .center-logo {
    max-width: 100%;
  }
  .footer-colomns {
    min-height: 110px;
  }
  .top-center-container-pwdpage {
    margin-top: 50px;
  }
  .pwd-field {
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .form-pwd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-top-tester {
    min-height: 630px;
  }
}

@media screen and (max-width: 991px) {
  .section-top {
    min-height: 710px;
    background-image: url('../images/bg-img.jpg');
    background-size: cover;
    background-attachment: scroll;
  }
  .section-contact {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-links {
    margin-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-links.pwdpage {
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .disclaimer-top {
    max-width: 400px;
  }
  .top-center-container {
    margin-top: 40px;
  }
  .heading {
    font-size: 30px;
  }
  .tabs-menu {
    height: 110px;
  }
  .tab-active.refresher.w--current {
    height: 40px;
    margin-bottom: 10px;
    border-radius: 4px;
  }
  .tab-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .column {
    display: none;
  }
  .column-2 {
    display: none;
  }
  .links-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    direction: rtl;
  }
  .disclaimer.pwdpage {
    max-width: 600px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }
  .footer-colomns {
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .form-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .tab1-grid-inner {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .top-center-container-pwdpage {
    margin-top: 40px;
  }
  .pwd-text {
    max-width: 100%;
  }
  .section-top-tester {
    min-height: 710px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    background-image: url('../images/bg-img.jpg');
    background-position: 50% 0%;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .section-top-accessibility {
    min-height: 710px;
    background-image: url('../images/bg-img.jpg');
    background-size: cover;
    background-attachment: scroll;
  }
}

@media screen and (max-width: 767px) {
  .section-top {
    min-height: 640px;
  }
  .disclaimer-top {
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
    text-align: center;
  }
  .center-logo {
    max-width: 60%;
  }
  .heading {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 30px;
    line-height: 36px;
  }
  .heading-instructions {
    padding-right: 30px;
    padding-left: 30px;
    line-height: 30px;
  }
  .tabs-menu {
    height: 170px;
  }
  .column {
    display: none;
  }
  .column-2 {
    display: none;
  }
  .links-grid {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .bold-text.pwd-page {
    margin-right: -160px;
    padding-right: 0px;
  }
  .ceringe-desktop {
    display: none;
  }
  .top-center-container-pwdpage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pwd-text {
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
    text-align: center;
  }
  .section-top-tester {
    min-height: 640px;
  }
  .section-top-accessibility {
    min-height: 640px;
  }
}

@media screen and (max-width: 479px) {
  .section-top {
    display: block;
    min-height: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .section-main-content {
    position: relative;
    padding-top: 10px;
  }
  .section-contact {
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .section-links {
    padding-top: 0px;
  }
  .section-links.pwdpage {
    padding-left: 0px;
  }
  .disclaimer-top {
    width: 95%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
  .tl-sticky {
    z-index: 10000;
  }
  .print-cta {
    height: 40px;
  }
  .print-ico {
    margin-top: 7px;
  }
  .text-block {
    line-height: 40px;
  }
  .top-center-container {
    position: relative;
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .center-logo {
    max-width: 70%;
  }
  .heading {
    max-width: 260px;
    margin-top: 0px;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    white-space: break-spaces;
  }
  .heading.maxw {
    max-width: 300px;
  }
  .heading-instructions {
    max-width: 90%;
    margin-top: 0px;
    font-size: 14px;
    line-height: 20px;
  }
  .video-lightbox-grid {
    position: static;
    margin-bottom: 20px;
    clear: both;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .tabs-menu {
    position: static;
    height: 250px;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 10px;
  }
  .tab-active {
    min-width: 210px;
    margin-bottom: 5px;
    margin-left: 0px;
  }
  .tab-active.w--current {
    height: 40px;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    border-radius: 6px;
  }
  .tabs-content {
    margin-top: 0px;
  }
  .tab-container {
    padding-top: 30px;
  }
  .diary-banner-bg {
    min-height: 370px;
    padding-left: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #e0e0e0;
    background-image: url('../images/diary-bg-left.png'), -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(40%, #fff)), url('../images/diary-bg-top-mobile.png');
    background-image: url('../images/diary-bg-left.png'), linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 40%), url('../images/diary-bg-top-mobile.png');
    background-position: 0% 100%, 0px 0px, 50% -30%;
    background-size: auto, auto, 100%;
    background-repeat: no-repeat, repeat, no-repeat;
    background-attachment: scroll, scroll, scroll;
  }
  .banner-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .diary-banner-heading {
    text-align: center;
  }
  .diary-banner-text-container {
    margin: 40px auto 10px;
    padding-left: 0px;
  }
  .diary-banner-text {
    margin-right: auto;
    margin-left: auto;
    clear: both;
    text-align: center;
  }
  .banner-cta {
    height: 40px;
  }
  .cal-ico {
    margin-top: 7px;
  }
  .contact-form {
    min-height: 650px;
    padding-bottom: 80px;
    padding-left: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #e0e0e0;
    background-image: url('../images/form-bg-top-right.png'), url('../images/form-bg-bottom-left.png');
    background-position: 100% 0%, 0% 100%;
    background-size: auto, auto;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .column {
    display: none;
  }
  .column-2 {
    display: none;
  }
  .links-grid {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .footer-link-block {
    width: 130px;
    height: 90px;
  }
  .logo-img {
    max-width: 70%;
  }
  .disclaimer {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .disclaimer.pwdpage {
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    -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;
    font-size: 16px;
    max-width: 90%;
  }
  .fotterlinks-disclaimer {
    text-align: center;
  }
  .diary-cta-text {
    line-height: 40px;
  }
  .side-barcode {
    position: static;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    margin-top: 40px;
    margin-bottom: -50px;
    margin-left: -30px;
    float: left;
    clear: both;
  }
  .bold-text.pwd-page {
    height: 20px;
    margin-right: -220px;
    margin-left: 0px;
    padding-left: 0px;
  }
  .footer-colomns {
    display: none;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-disclaimer {
    display: none;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .column-3 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .neopharm-logo.mobile {
    padding-right: 40px;
  }
  .column-4 {
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    text-align: center;
  }
  .column-5 {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
  }
  .footer-disclaimer-mobile {
    display: block;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer-disclaimer-mobile.mobile {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-credits-text {
    display: block;
    max-width: 100%;
    min-height: 20px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    line-height: 12px;
  }
  .toolbox-credit-linkblock {
    height: 20px;
    max-width: 100%;
  }
  .container-2 {
    height: 30px;
    padding-top: 5px;
  }
  .form-grid {
    grid-auto-flow: row;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .phone-field {
    padding-right: 20px;
    padding-left: 20px;
  }
  .submit-button {
    margin-right: auto;
    margin-left: auto;
    clear: both;
  }
  .text-field {
    width: 100%;
    margin-right: 0px;
  }
  .checkbox-field.lower {
    margin-right: 10px;
    margin-bottom: 0px;
  }
  .checkbox-label.small {
    margin-bottom: 0px;
  }
  .tab1-grid {
    grid-auto-flow: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .tab-content-heading {
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 30px;
  }
  .tab-content-paragraph {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
    line-height: 24px;
  }
  .tab1-grid-inner {
    padding-right: 10px;
    padding-left: 10px;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .tab1-inner-grid-unit {
    width: 100%;
  }
  .anchor-unit-heading {
    padding-left: 0px;
  }
  .anchor-unit-heading.unit2 {
    width: 95%;
  }
  .anchor-unit-sub-heading-eng {
    width: 95%;
  }
  .cimzia-pack-image {
    max-width: 70%;
    margin-top: 0px;
  }
  .tab-content-section {
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .tab-content-section.flex {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tab-content-section-heading {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 24px;
  }
  .tab-content-section-paragraph {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    line-height: 24px;
  }
  .tab-content-section-paragraph-sml {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
    line-height: 24px;
  }
  .tab-content-section-paragraph-sml.biggerp {
    font-size: 18px;
  }
  .ceringe-desktop {
    display: none;
  }
  .ceringe-mobile {
    display: block;
  }
  .preparation-columns {
    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-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    direction: rtl;
  }
  .column-6 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .top-center-container-pwdpage {
    position: relative;
    height: 400px;
    min-height: 460px;
    margin: 20px 20px 0px;
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .heading-pwd {
    max-width: 230px;
    margin-top: 0px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  .center-logo-pwdpage {
    max-width: 70%;
  }
  .pwd-field {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .pwd-text {
    width: 95%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
  .form-pwd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 240px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section-top-tester {
    display: block;
    min-height: 560px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .section-top-accessibility {
    display: block;
    min-height: 370px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .external-menu {
    position: static;
    height: 300px;
    padding-top: 0px;
  }
  .external-menu-item {
    width: 100%;
  }
  .external-menu-item.selected {
    width: 100%;
    height: 40px;
    border-radius: 6px;
  }
  .external-menu-link.selected {
    padding-bottom: 0px;
  }
  .grid-3 {
    width: 90%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }
  .mobile-disclaimer {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
    text-align: center;
  }
}

#w-node-01db76d07488-76d0747a {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-01db76d0748a-76d0747a {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-01db76d07490-76d0747a {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-01db76d0748c-76d0747a {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-01db76d0748e-76d0747a {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-7beebd23d4bf-bd23d4b7 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: -1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-7beebd23d4c9-bd23d4b7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-7beebd23d4dc-bd23d4b7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-7beebd23d4de-bd23d4b7 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
  -ms-flex-order: 9999;
  order: 9999;
}

#w-node-1f1352a29424-bd23d4b7 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
  -ms-flex-order: 9999;
  order: 9999;
}

#w-node-33b7c95e2ebf-c95e2eaa {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-33b7c95e2ec0-c95e2eaa {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-0e36f39e2522-64cc2ac5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-9fee471ce38a-ee90e80d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-9fee471ce38a-ebaaedd8 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-872fa7e8a38d-ebaaedd8 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-7beebd23d4cd-bd23d4b7 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dd0ba55ee7e0-e3dd06bd {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
  #w-node-01db76d07490-76d0747a {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-01db76d0748c-76d0747a {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-7beebd23d4c9-bd23d4b7 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: stretch;
    justify-self: stretch;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
  #w-node-7beebd23d4cd-bd23d4b7 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
  #w-node-7beebd23d4dc-bd23d4b7 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
  #w-node-33b7c95e2ebb-c95e2eaa {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-0e36f39e251e-64cc2ac5 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-d9f65b2d49bc-ebaaedd8 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-d1dec07bd00a-ebaaedd8 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

