@charset "UTF-8";
/*
Theme Name: Peptonic Medical AB
Theme URI: https://www.peptonicmedical.se/
Description: Bootstrap 5.3
Version: 2.0
Author: Plucera Webbyrå
Author URI: https://www.plucera.se/
*/
BODY {
  color: #414042;
  font-family: neulis-sans, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.35;
}

.archive {
  margin: 70px 0 0;
  text-align: center;
}
.archive A {
  display: inline-block;
  padding: 10px 12px;
  border: 1px solid #722448;
  border-radius: 3px;
  color: #722448;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}
.archive A:hover {
  background-color: #fbf1ef;
  color: #231f20;
}

.label {
  position: relative;
  margin: -4px 0 27px;
  padding: 0 0 9px;
  color: #e1babc;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.label:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 45px;
  height: 2px;
  background-color: #fff;
}

NAV#main_menu {
  position: absolute;
  top: 0;
  width: 590px;
  max-width: 100%;
  /*height: 1000px;*/
  z-index: 1100;
}
NAV#main_menu BUTTON#menu_toggle {
  position: fixed;
  right: 100px;
  width: 50px;
  height: 50px;
  background: url("img/bg/menu-button-off.webp") center center no-repeat;
  background-size: 50px 50px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  outline: 0;
  z-index: 400;
  text-indent: -10000px;
}
NAV#main_menu BUTTON#menu_toggle:hover {
  background-image: url("img/bg/menu-button-on.webp");
}
NAV#main_menu #main_menu_box {
  position: fixed;
  width: 590px;
  max-width: 100%;
  height: 100%;
  padding-top: 190px;
  padding-bottom: 50px;
  background-color: rgba(114, 36, 72, 0.9);
  overflow-y: scroll;
  /* Undermeny nivå 1 */
  /* Undermeny nivå 1 */
  /* Undermeny nivå 2 */
  /* Undermeny nivå 2 */
  /* Företagsmeny */
  /* Företagsmeny */
  /* Investerarmeny */
  /* Investerarmeny */
  /* Kontaktmeny */
  /* Kontaktmeny */
}
NAV#main_menu #main_menu_box NAV {
  display: grid;
  align-content: center;
}
NAV#main_menu #main_menu_box UL {
  width: 320px;
  max-width: 100%;
  margin: 0 0 0 70px;
  padding: 0;
}
NAV#main_menu #main_menu_box LI {
  position: relative;
  list-style-type: none;
}
NAV#main_menu #main_menu_box LI:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
NAV#main_menu #main_menu_box A {
  display: block;
  margin-bottom: 17px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}
NAV#main_menu #main_menu_box A:hover {
  text-decoration: underline;
}
NAV#main_menu #main_menu_box .toggle-sub {
  display: none;
}
NAV#main_menu #main_menu_box .sub-menu {
  margin-left: 0;
}
NAV#main_menu #main_menu_box .sub-menu LI {
  border-bottom: 1px solid #fff;
}
NAV#main_menu #main_menu_box .sub-menu A {
  margin: 0;
  padding: 12px 0;
  font-size: 24px;
  font-weight: 700;
  text-transform: none;
}
NAV#main_menu #main_menu_box .sub-menu A:hover {
  text-decoration: none;
}
NAV#main_menu #main_menu_box .sub-menu .menu-item-has-children .toggle-sub {
  position: absolute;
  right: 0;
  top: 13px;
  display: block;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.2) url("img/bg/submenu-toggle.webp") center top no-repeat;
  background-size: 30px 60px;
  cursor: pointer;
  text-indent: -10000px;
}
NAV#main_menu #main_menu_box .sub-menu .menu-item-has-children .toggle-sub:hover {
  background-color: rgba(0, 0, 0, 0.45);
}
NAV#main_menu #main_menu_box .sub-menu .menu-item-has-children .toggle-sub.open-menu {
  background-position: center bottom;
}
NAV#main_menu #main_menu_box .sub-menu .sub-menu {
  margin: 0 0 15px 0;
}
NAV#main_menu #main_menu_box .sub-menu .sub-menu LI {
  margin-top: 5px;
  border-bottom: none;
}
NAV#main_menu #main_menu_box .sub-menu .sub-menu LI:first-child {
  margin-top: 0;
}
NAV#main_menu #main_menu_box .sub-menu .sub-menu A {
  margin: 0;
  padding: 0;
  border-bottom: none;
  font-size: 15px;
  font-weight: 400;
}
NAV#main_menu #main_menu_box .sub-menu .sub-menu A:hover {
  text-decoration: underline;
}
NAV#main_menu #main_menu_box .sub-menu .sub-menu .toggle-sub {
  display: none;
}
NAV#main_menu #main_menu_box #investor-menu,
NAV#main_menu #main_menu_box #contact-menu {
  margin: 85px 0 0;
}
NAV#main_menu #main_menu_box #contact-menu UL {
  position: relative;
}
NAV#main_menu #main_menu_box #contact-menu LI A {
  margin: 0;
  padding: 12px 0;
  font-size: 24px;
  font-weight: 700;
  text-transform: none;
}
NAV#main_menu #main_menu_box #contact-menu LI A:hover {
  text-decoration: none;
}
NAV#main_menu #main_menu_box #contact-menu LI:last-child {
  position: absolute;
  right: 0;
  top: 16px;
  width: 25px;
  height: 25px;
}
NAV#main_menu #main_menu_box #contact-menu LI:last-child A {
  width: 25px;
  height: 25px;
  padding: 0;
  background: url("img/bg/icon-linkedin.webp") center center no-repeat;
  background-size: 25px 25px;
  text-indent: -10000px;
}
NAV#main_menu #main_menu_box #contact-menu LI:last-child A:hover {
  text-decoration: none;
}

NAV#main_menu.closed {
  right: -590px;
  transition: right 0.5s;
}

NAV#main_menu.open {
  right: 0px;
  transition: right 1s;
}

/* Animate button */
#main_menu:has(+ #sticky-header.header) BUTTON#menu_toggle {
  top: 65px;
  transition: all 0.5s;
}

#main_menu:has(+ #sticky-header.header_alt) BUTTON#menu_toggle {
  top: 20px;
  transition: all 0.5s;
}

/* Animate button */
/* Toggle sub-menus */
.sub-menu .toggle-sub + .sub-menu {
  display: none;
}

.sub-menu .toggle-sub.open-menu + .sub-menu {
  display: block;
}

/* Toggle sub-menus */
/* Undermeny */
#sub_menu NAV {
  width: 100%;
  height: 90px;
  background-color: #f5dcd7;
  text-align: center;
}
#sub_menu UL {
  display: inline-block;
  margin: 28px 0 0;
  padding: 0;
}
#sub_menu LI {
  float: left;
  margin: 0 0 0 40px;
  list-style-type: none;
}
#sub_menu LI:first-child {
  margin-left: 0;
}
#sub_menu LI.current_page_item A {
  font-weight: 700;
}
#sub_menu A {
  display: inline-block;
  padding: 6px 0;
  border-bottom: 2px solid #fff;
  color: #722448;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}
#sub_menu A:hover {
  border-color: #722448;
}

/* Undermeny */
/* Sidfotsmeny */
#footer-menu UL {
  display: inline-block;
  margin: -4px 0 0;
  padding: 0;
}
#footer-menu LI {
  float: left;
  margin-left: 35px;
  list-style-type: none;
}
#footer-menu LI:first-child {
  margin-left: 0;
}
#footer-menu A {
  display: block;
  font-size: 15px;
  font-weight: 700;
}

/* Sidfotsmeny */
#top-container {
  position: relative;
  overflow: hidden;
}

/* #sticky-header */
#sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
#sticky-header .logo {
  position: absolute;
  left: 100px;
}
#sticky-header .logo IMG {
  width: auto;
}

#sticky-header.header {
  height: 140px;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.5s;
}
#sticky-header.header .logo {
  top: 70px;
  transition: all 0.5s;
}
#sticky-header.header .logo IMG {
  height: 50px;
  transition: all 0.5s;
}

#sticky-header.header_alt {
  height: 90px;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
}
#sticky-header.header_alt .logo {
  top: 33px;
  transition: all 0.5s;
}
#sticky-header.header_alt .logo IMG {
  height: 35px;
  transition: all 0.5s;
}

/* #sticky-header */
/* HEADER */
HEADER {
  background: url("img/bg/header-home.webp") center center no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}
HEADER .col-12 {
  padding-bottom: 230px;
  background: url("img/bg/header-form.webp") center bottom no-repeat;
  background-size: auto 230px;
}
HEADER H1 {
  max-width: 750px;
  margin: 315px auto 45px;
  font-size: 50px;
  font-weight: 700;
}
HEADER P {
  max-width: 750px;
  margin: 0 auto 70px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}
HEADER P:last-child {
  margin-bottom: 0;
}
HEADER A {
  display: inline-block;
  height: 42px;
  padding: 10px 12px 0;
  border: 2px solid #fff;
  border-radius: 3px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}
HEADER A:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.page-template-start HEADER {
  height: 1000px;
  padding-bottom: 270px;
}
.page-template-start HEADER H1 {
  margin: 365px auto 50px;
  font-size: 60px;
}

/* HEADER */
#main.standard.page,
#main.standard.people {
  padding: 115px 0 130px;
}
#main.standard.page H1,
#main.standard.people H1 {
  margin: 0 0 65px;
  color: #722448;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
}
#main.standard.page P,
#main.standard.people P {
  margin: 0 0 20px;
  font-size: 16px;
}
#main.standard.page P:first-child,
#main.standard.people P:first-child {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
}
#main.standard.page P:last-child,
#main.standard.people P:last-child {
  margin-bottom: 0;
}
#main.standard.page A,
#main.standard.people A {
  display: inline-block;
  color: #722448;
}
#main.standard.page A:hover,
#main.standard.people A:hover {
  color: #414042;
}
#main.standard.page IMG,
#main.standard.people IMG {
  width: 100%;
  height: auto;
}

#business-model {
  padding: 110px 0 130px;
  background-color: #fbf1ef;
}
#business-model H2 {
  margin: -4px 0 20px;
  color: #722448;
  font-size: 36px;
  font-weight: 700;
}
#business-model H3 {
  margin: 0 0 20px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
}
#business-model H4 {
  margin: 0;
  color: #722448;
  font-size: 16px;
  font-weight: 700;
}
#business-model P {
  margin: 0 0 20px;
  font-size: 16px;
}
#business-model P:last-child {
  margin-bottom: 0;
}
#business-model H2 + P {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
}
#business-model A {
  display: inline-block;
  color: #722448;
}
#business-model A:hover {
  color: #414042;
}

#our-values {
  padding: 115px 0 130px;
}
#our-values H2 {
  margin: 0;
  color: #722448;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
#our-values H3 {
  margin: 0 0 20px;
  color: #722448;
  font-size: 30px;
  font-weight: 700;
}
#our-values IMG {
  width: 90px;
  height: 90px;
  margin: -55px 0 30px;
  border-radius: 50%;
}
#our-values P, #our-values UL, #our-values OL, #our-values TABLE, #our-values FORM {
  margin: 0 25px 20px;
  font-size: 16px;
}
#our-values P:last-child, #our-values UL:last-child, #our-values OL:last-child, #our-values TABLE:last-child, #our-values FORM:last-child {
  margin-bottom: 0;
}
#our-values A {
  display: inline-block;
  color: #722448;
}
#our-values A:hover {
  color: #414042;
}
#our-values .col-lg-6 {
  text-align: center;
}
#our-values .col-lg-6:last-child H3 {
  color: #e1babc;
}

/* #press-news.alternative */
#press-news.alternative {
  padding-bottom: 125px;
  background-color: #fbf1ef;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#press-news.alternative H2 {
  margin-bottom: 70px;
  text-align: center;
}
#press-news.alternative .archive {
  position: absolute;
  right: 24px;
  top: 0;
  bottom: auto;
}

/* #press-news */
#press-news {
  padding: 130px 0 140px;
  background-color: #fbf1ef;
  background-repeat: no-repeat, no-repeat;
  background-size: 387px 387px, auto 610px;
  background-position: left top, calc(50% - 850px + 183.5px) center;
}
#press-news .col-xl-3,
#press-news .col-lg-4,
#press-news .col-12 {
  position: relative;
}
#press-news H2 {
  margin: -12px 0 0;
  color: #fff;
  font-size: 42px;
  font-weight: 600;
}
#press-news .archive {
  position: absolute;
  bottom: 0;
  margin: 0;
}
#press-news .archive A {
  color: #fff;
  border-color: #fff;
}
#press-news .archive A:hover {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
}
#press-news .box {
  height: 100%;
  padding: 36px 40px 40px;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
#press-news .box P {
  margin: 0 0 0;
}
#press-news .box .date {
  float: left;
  margin: 0 0 16px;
  padding-bottom: 3px;
  border-bottom: 1px solid #c37581;
  font-size: 14px;
}
#press-news .box .date STRONG {
  font-weight: 700;
}
#press-news .box .head {
  clear: both;
  margin: 0 0 16px;
  line-height: 1.33;
}
#press-news .box .head A {
  display: block;
  color: #c37581;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
#press-news .box .head A:hover {
  text-decoration: underline;
}
#press-news .box .excerpt {
  margin: 0 0 0px;
  -webkit-hyphens: auto;
          hyphens: auto;
}
#press-news .box .excerpt A {
  display: block;
  color: #414042;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}
#press-news .box .excerpt A:hover {
  text-decoration: underline;
}
#press-news .box .excerpt A SPAN {
  color: #c37581;
  text-decoration: underline;
}
#press-news .box .arrow {
  position: absolute;
  bottom: -25px;
  right: 55px;
  width: 50px;
  height: 50px;
}
#press-news .box .arrow A {
  display: block;
  width: 50px;
  height: 50px;
  background: url("img/bg/arrow.webp") center center no-repeat;
  background-size: 50px 50px;
  border-radius: 50%;
  text-indent: -10000px;
}
/* #press-news */
/* #investor-block-boxes */
#investor-block-boxes {
  padding: 120px 0 130px;
}
#investor-block-boxes H2 {
  margin: 0 0 60px;
  color: #722448;
  font-size: 38px;
  font-weight: 700;
}
#investor-block-boxes .box {
  padding: 24px 50px;
  background-color: #fbf1ef;
  color: #231f20;
  font-size: 18px;
  font-weight: 300;
}
#investor-block-boxes .box P {
  margin: 0;
  border-top: 1px solid #e1babc;
}
#investor-block-boxes .box P:first-child {
  border-top: none;
}
#investor-block-boxes .box STRONG {
  color: #722448;
  font-weight: 600;
}
#investor-block-boxes .box A {
  display: block;
  padding: 20px 30px 20px 0;
  background: url("img/bg/pdf.webp") right center no-repeat;
  background-size: 24px auto;
  color: #231f20;
  text-decoration: none;
}
#investor-block-boxes .box A:hover {
  text-decoration: underline;
}
#investor-block-boxes .box SPAN {
  float: right;
  display: inline-block;
}
#investor-block-boxes .calendar P {
  padding: 20px 0;
}

/* #investor-block-boxes */
/* #share-media */
#share-media H2,
#product-portfolio H2 {
  margin: 0 0 30px;
  color: #722448;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
}
#share-media P,
#product-portfolio P {
  margin: 0 0 20px;
}

#share-media {
  padding: 130px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#share-media .col-xl-4 {
  padding-right: 64px;
}
#share-media .col-xl-4:last-child {
  padding-right: 24px;
}
#share-media H2 {
  min-height: 99px;
  color: #fff;
}
#share-media P {
  color: #fff;
}
#share-media .archive {
  float: left;
  margin: 27px 0 0;
}
#share-media .archive A {
  color: #fff;
  border-color: #fff;
}
#share-media .archive A:hover {
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
}
#share-media .iframe-container {
  margin-top: 60px;
  border: 15px solid #fff;
}

/* #share-media */
/* #product-portfolio */
#product-portfolio {
  padding: 130px 0;
}
#product-portfolio .col-xxl-4 {
  padding-right: 64px;
}
#product-portfolio IMG {
  display: block;
  width: 100%;
  height: auto;
}
#product-portfolio .archive {
  float: left;
  margin: 31px 0 0;
}
#product-portfolio .label {
  color: #c37581;
}
#product-portfolio .label:before {
  background-color: #e1babc;
}

/* #product-portfolio */
.page-template-people .fancybox-bg {
  background-color: #002f2f !important;
}
.page-template-people .fancybox-is-open .fancybox-bg {
  opacity: 0.97;
}
.page-template-people .fancybox-content {
  position: relative;
  max-width: 978px;
  background-color: transparent;
  color: #fff;
}
.page-template-people .fancybox-content P, .page-template-people .fancybox-content UL, .page-template-people .fancybox-content OL, .page-template-people .fancybox-content TABLE, .page-template-people .fancybox-content FORM {
  margin-bottom: 20px;
  line-height: 1.25;
}
.page-template-people .fancybox-content P:last-child, .page-template-people .fancybox-content UL:last-child, .page-template-people .fancybox-content OL:last-child, .page-template-people .fancybox-content TABLE:last-child, .page-template-people .fancybox-content FORM:last-child {
  margin-bottom: 0;
}
.page-template-people .fancybox-content H2 {
  margin: -5px 0 0;
  font-size: 22px;
  font-weight: 500;
}
.page-template-people .fancybox-content H2 + P {
  position: relative;
  margin-bottom: 18px;
  padding-bottom: 25px;
  font-size: 17px;
  font-weight: 300;
}
.page-template-people .fancybox-content H2 + P:after {
  content: "";
  background: #ffcd1c;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 7px;
  width: 60px;
}
.page-template-people .fancybox-content A {
  display: inline-block;
}
.page-template-people .fancybox-content STRONG {
  font-weight: 600;
}
.page-template-people .fancybox-content .fancybox-close-small {
  right: 24px;
  top: 24px;
  width: 54px;
  height: 54px;
  background: url("img/bg/close.webp") center center no-repeat;
  background-size: 20px auto;
  border: 4px solid;
}
.page-template-people .fancybox-content .fancybox-close-small:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.page-template-people .fancybox-content .fancybox-close-small SVG {
  display: none;
}
.page-template-people .fancybox-content IMG {
  float: left;
  width: 43%;
  max-width: 400px;
  padding: 15px;
  background-color: #fff;
}
.page-template-people .fancybox-content .person-info {
  float: right;
  width: calc(57% - 40px);
  max-width: 490px;
}

.person-box {
  float: left;
  width: calc(25% - 60px);
  margin: 0 0 80px 80px;
}
.person-box:nth-child(4n+1) {
  clear: left;
  margin-left: 0;
}
.person-box .img-box {
  position: relative;
  cursor: pointer;
}
.person-box .img-box:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.5s;
}
.person-box .img-box .short-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 20px 30px 25px;
  background: url("img/bg/gradient.webp") left bottom repeat-x;
  z-index: 2;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}
.person-box .img-box .short-info STRONG {
  display: block;
  font-size: 23px;
  font-weight: 700;
}
.person-box .img-box DIV {
  position: absolute;
  right: -35px;
  bottom: -35px;
  width: 70px;
  height: 70px;
  background: #e1babc url(img/bg/open-bio.webp) center center no-repeat;
  background-size: 70px 70px;
  border-radius: 50%;
  z-index: 3;
  transition: all 0.5s;
}
.person-box .img-box:hover DIV {
  background-color: #722448;
  transition: all 0.5s;
}
.person-box .img-box:hover:after {
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
}
.person-box IMG {
  width: 100%;
  height: auto;
}

FOOTER {
  padding: 90px 0 70px;
  background: #722448 url("img/bg/footer.webp") center top no-repeat;
  background-size: auto 538px;
  color: #fff;
  font-size: 11px;
}
FOOTER .col-lg-2:last-child,
FOOTER .col-lg-3:last-child {
  text-align: right;
}
FOOTER .col-lg-2:last-child P,
FOOTER .col-lg-3:last-child P {
  margin-top: 75px;
}
FOOTER .col-lg-8,
FOOTER .col-lg-6 {
  text-align: center;
}
FOOTER .col-lg-8 P,
FOOTER .col-lg-6 P {
  margin-top: 75px;
}
FOOTER .logo {
  display: block;
  width: 175px;
  height: 50px;
  margin-bottom: 75px;
}
FOOTER .logo IMG {
  width: 100%;
  height: auto;
}
FOOTER #social_icons {
  float: right;
  margin: 0;
  padding: 0;
}
FOOTER #social_icons LI {
  float: left;
  margin: 0 0 0 15px;
  list-style-type: none;
}
FOOTER #social_icons LI:first-child {
  margin-left: 0;
}
FOOTER #social_icons A {
  display: block;
  width: 34px;
  height: 34px;
}
FOOTER #social_icons A IMG {
  width: 100%;
  height: auto;
}
FOOTER P {
  margin: 0 0 16px;
}
FOOTER A {
  color: #fff;
  text-decoration: none;
}
FOOTER A:hover {
  text-decoration: underline;
}

/* Bootstrap XXX-Large container */
@media (min-width: 1648px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1568px;
  }
}
/* Bootstrap XXX-Large container */
/* Responsive iframes */
.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.iframe-container IFRAME {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#map_box .iframe-container {
  padding-top: 26%;
}

/* Responsive iframes */
@media (max-width: 1547px) {
  /* Latest press & news */
  #press-news {
    background-size: 387px 387px, auto 660px;
    background-position: left top, calc(50% - 850px + 95.5px) center;
  }
  /* Latest press & news */
  /* FOOTER */
  #footer-menu LI {
    width: 33.333333%;
    margin-bottom: 5px;
    margin-left: 0;
  }
  /* FOOTER */
}
@media (max-width: 1399px) {
  /* Latest press & news */
  #press-news {
    background-size: 387px 387px, cover;
    background-position: left top, right center;
  }
  #press-news .col-xl-3 {
    width: 33.33333333%;
    margin-bottom: 20px;
  }
  #press-news .col-xl-3:first-child {
    width: 100%;
    overflow: hidden;
  }
  #press-news H2 {
    float: left;
    max-width: 330px;
    line-height: 1.1;
  }
  #press-news .archive {
    position: static;
    float: right;
  }
  /* Latest press & news */
  /* #press-news.alternative */
  #press-news.alternative H2 {
    max-width: none;
    margin-top: 0;
  }
  /* #press-news.alternative */
  #product-portfolio .col-xxl-8 {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  #investor-block-boxes .col-xl-6:first-child {
    margin-bottom: 100px;
  }
  #investor-block-boxes H2 {
    margin-bottom: 30px;
  }
  #investor-block-boxes .archive {
    margin-top: 50px;
  }
  #share-media .col-xl-4 {
    margin-top: 80px;
  }
  #share-media .col-xl-4:first-child, #share-media .col-xl-4:last-child {
    margin-top: 0;
  }
  #share-media .label {
    margin-bottom: 10px;
  }
  #share-media H2 {
    min-height: 0;
    margin-bottom: 20px;
  }
  #share-media H2 BR {
    display: none;
  }
  #share-media .archive {
    margin-top: 0;
  }
  #share-media .iframe-container {
    margin-top: 80px;
  }
  #our-values H2 {
    font-size: 32px;
  }
  #our-values P, #our-values UL, #our-values OL, #our-values TABLE, #our-values FORM {
    margin: 0 0 20px;
  }
  /* FOOTER */
  #footer-menu LI {
    width: 100%;
  }
  /* FOOTER */
}
@media (max-width: 991px) {
  #sticky-header .logo {
    left: 70px;
  }
  NAV#main_menu BUTTON#menu_toggle {
    right: 70px;
  }
  .page-template-start HEADER {
    height: 700px;
    padding-bottom: 140px;
  }
  .page-template-start HEADER H1 {
    margin: 270px auto 25px;
    font-size: 45px;
    line-height: 1.1;
  }
  .page-template-start HEADER P {
    font-size: 22px;
  }
  /* Latest press & news */
  #press-news {
    background-position: left top, center center;
  }
  #press-news .col-xl-3 {
    width: 100%;
    margin-bottom: 60px;
  }
  #press-news .col-xl-3:last-child {
    margin-bottom: 0;
  }
  /* Latest press & news */
  /* #press-news.alternative */
  #press-news.alternative H2 {
    font-size: 35px;
  }
  #press-news.alternative .col-lg-4 {
    margin-bottom: 60px;
  }
  #press-news.alternative .col-lg-4:last-child {
    margin-bottom: 0;
  }
  /* #press-news.alternative */
  /* #main.standard.page */
  #main.standard.page H1 {
    margin: 0 0 35px;
    font-size: 35px;
  }
  #main.standard.page IMG {
    margin-top: 20px;
  }
  /* #main.standard.page */
  /* #business-model */
  #business-model .col-lg-6:first-child {
    margin-bottom: 20px;
  }
  #business-model H2 {
    font-size: 29px;
  }
  /* #business-model */
  /* #our-values */
  #our-values H2 {
    font-size: 35px;
  }
  #our-values H3 {
    margin-bottom: 5px;
    font-size: 25px;
  }
  #our-values IMG {
    margin: 50px 0 10px;
  }
  /* #our-values */
  FOOTER {
    background-size: auto 100%;
  }
  FOOTER .top .col-lg-2 {
    width: 50%;
  }
  FOOTER .top .col-lg-2:first-child {
    order: 1;
  }
  FOOTER .top .col-lg-2:last-child {
    order: 2;
  }
  FOOTER .top .col-lg-8 {
    order: 3;
  }
  FOOTER .top .logo {
    margin-bottom: 40px;
  }
  FOOTER .btm .col-lg-3:first-child {
    display: none;
  }
  FOOTER .btm .col-lg-6 {
    width: 50%;
    text-align: left;
  }
  FOOTER .btm .col-lg-3:last-child {
    width: 50%;
    text-align: right;
  }
  FOOTER .btm .col-lg-6 P,
  FOOTER .btm .col-lg-3 P {
    margin-top: 20px;
  }
  #footer-menu {
    margin-bottom: 60px;
  }
  #footer-menu LI {
    width: calc(33.3333333% - 10px);
    margin-left: 15px;
  }
  #footer-menu LI:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  /* #sticky-header */
  #sticky-header .logo {
    left: 48px;
  }
  #sticky-header.header {
    height: 118px;
    transition: all 0.5s;
  }
  #sticky-header.header .logo {
    top: 43px;
    transition: all 0.5s;
  }
  #sticky-header.header_alt {
    height: 70px;
    transition: all 0.5s;
  }
  #sticky-header.header_alt .logo {
    top: 23px;
    transition: all 0.5s;
  }
  #sticky-header.header_alt .logo IMG {
    height: 35px;
    transition: all 0.5s;
  }
  /* #sticky-header */
  /* Animate button */
  #main_menu:has(+ #sticky-header.header) BUTTON#menu_toggle {
    top: 34px;
    transition: all 0.5s;
  }
  #main_menu:has(+ #sticky-header.header_alt) BUTTON#menu_toggle {
    top: 10px;
    transition: all 0.5s;
  }
  /* Animate button */
  /* #main_menu */
  NAV#main_menu BUTTON#menu_toggle {
    right: 48px;
  }
  /* #main_menu */
  /* HEADER */
  HEADER .col-12 {
    padding-bottom: 180px;
    background-size: auto 180px;
  }
  HEADER H1 {
    margin-top: 220px !important;
    font-size: 38px !important;
  }
  .page-template-start HEADER {
    height: 660px;
    padding-bottom: 140px;
  }
  /* HEADER */
  /* #investor-block-boxes */
  #investor-block-boxes .box {
    padding: 14px 40px;
  }
  /* #investor-block-boxes */
  /* #press-news.alternative */
  #press-news.alternative {
    padding-bottom: 210px;
  }
  #press-news.alternative .archive {
    right: auto;
    left: 24px;
    top: auto;
    bottom: -90px;
  }
  #press-news.alternative .row {
    position: relative;
  }
  #press-news.alternative .col-12 {
    position: static;
  }
  /* #press-news.alternative */
  FOOTER .top .logo {
    margin-bottom: 65px;
  }
  FOOTER .btm SPAN {
    display: block;
    width: 0px;
    height: 0px;
    opacity: 0;
  }
  #footer-menu {
    margin-bottom: 40px;
  }
  #footer-menu LI {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  /* #sticky-header */
  #sticky-header .logo {
    left: 24px;
  }
  #sticky-header.header {
    height: 118px;
    transition: all 0.5s;
  }
  #sticky-header.header .logo {
    top: 37px;
    transition: all 0.5s;
  }
  #sticky-header.header .logo IMG {
    height: 35px;
    transition: all 0.5s;
  }
  #sticky-header.header_alt {
    height: 70px;
    transition: all 0.5s;
  }
  #sticky-header.header_alt .logo {
    top: 25.5px;
    transition: all 0.5s;
  }
  #sticky-header.header_alt .logo IMG {
    height: 30px;
    transition: all 0.5s;
  }
  /* #sticky-header */
  /* #main_menu */
  NAV#main_menu BUTTON#menu_toggle {
    right: 24px;
  }
  /* #main_menu */
  /* HEADER */
  HEADER .col-12 {
    padding-bottom: 140px;
    background-size: auto 140px;
  }
  HEADER H1 {
    margin-top: 150px !important;
  }
  .page-template-start HEADER {
    height: auto;
    padding-bottom: 50px;
  }
  .page-template-start HEADER H1 {
    margin-bottom: 15px;
    font-size: 28px !important;
  }
  .page-template-start HEADER P {
    margin-bottom: 35px;
    font-size: 18px;
  }
  .page-template-start HEADER P:last-child {
    margin-bottom: 0;
  }
  /* HEADER */
  /* Latest press & news */
  #press-news {
    background-size: 250px 250px, cover;
  }
  #press-news H2 {
    float: none;
    max-width: none;
    margin: 0;
    font-size: 34px;
  }
  #press-news .archive {
    float: none;
    text-align: left;
    margin-top: 15px;
  }
  /* Latest press & news */
  /* #investor-block-boxes */
  #investor-block-boxes H2 {
    font-size: 34px;
  }
  #investor-block-boxes .box P {
    overflow: hidden;
  }
  #investor-block-boxes .box STRONG,
  #investor-block-boxes .box SPAN {
    display: block;
  }
  #investor-block-boxes .box SPAN {
    float: left;
    clear: both;
  }
  #investor-block-boxes .col-xl-6:first-child .box A {
    margin-left: -12px;
  }
  #investor-block-boxes .col-xl-6:first-child .box STRONG {
    margin-left: 12px;
  }
  /* #investor-block-boxes */
  FOOTER .btm .col-lg-6,
  FOOTER .btm .col-lg-3:last-child {
    width: 100%;
    text-align: center;
  }
  FOOTER .btm .col-lg-6 P,
  FOOTER .btm .col-lg-3:last-child P {
    margin: 0 0 20px;
  }
}/*# sourceMappingURL=style.css.map */