body {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

h1 {
  font-size: 45px;
  line-height: 50px;
}

h2 {
  font-size: 35px;
  line-height: 40px;
}

h3 {
  font-size: 25px;
  line-height: 30px;
}

h4 {
  font-size: 20px;
  line-height: 25px;
}

h5 {
  font-size: 18px;
  line-height: 22px;
}

p, a, li, span {
  font-family: Poppins, sans-serif;
}

body {
  background-color: #F4F4F4 !important;
  overflow-x: hidden !important;
}

.wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrapper .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: Wrap;
      flex-wrap: Wrap;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrapper .defaultWidth {
  max-width: 1200px;
  width: 100%;
}

.wrapper .flex_no_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.navigationWrapper {
  position: fixed;
  background-color: #F4F4F4;
  top: 0;
  left: 0;
  height: 130px;
  -webkit-transition: 1s;
  transition: 1s;
  z-index: 1000;
}

.navigationWrapperSKR {
  height: 60px;
}

.subBar {
  width: 100%;
  height: 10px;
  top: 130px;
  -webkit-transition: 1s;
  transition: 1s;
  position: fixed;
  z-index: 1000;
}

.subBarSKR {
  top: 60px;
}

.subBarWrapper {
  max-height: 0px;
  -webkit-transition: 1s;
  transition: 1s;
  overflow: hidden;
  top: 130px;
  transition: 1s;
  position: fixed;
  z-index: 1000;
}

.sbwSKR {
  top: 60px;
}

.headTrigger {
  top: 130px;
  position: fixed;
}

.logoWrapper {
  position: relative;
  width: 250px;
  height: 130px;
  -webkit-transition: 1s;
  transition: 1s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.logoWrapper .logoNative {
  position: absolute;
  width: 100%;
  height: auto;
  -webkit-transition: 1s;
  transition: 1s;
  left: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.logoWrapper .logoScrolled {
  -webkit-transition: 1s;
  transition: 1s;
  position: absolute;
  left: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  opacity: 0;
}

.logoNSKR {
  opacity: 0 !important;
}

.logoSSKR {
  opacity: 1 !important;
}

.logoSKR {
  width: 50px !important;
  height: 60px !important;
}

.navigation {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  position: relative;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 15px;
}

.navigation .topbarNavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  opacity: 100;
  -webkit-transition: 1s;
  transition: 1s;
}

.navigation .topbarNavi li {
  margin-left: 10px;
  -webkit-transition: 1s;
  transition: 1s;
  font-weight: 300;
  font-size: 14px;
  cursor: pointer;
}

.navigation .topbarNavi li a {
  text-decoration: none;
  color: #D65108;
}

.navigation .mainNavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  list-style: none;
  top: 0px;
  -webkit-transition: 1s;
  transition: 1s;
  margin: 10px 0 0 0;
}

.navigation .mainNavi li {
  -webkit-transition: 1s;
  transition: 1s;
  margin-left: 15px;
  cursor: pointer;
  font-weight: 700;
}

.navigation .mainNavi li a {
  text-decoration: none;
  color: #0C1B33;
}

.topbarSKR {
  opacity: 0 !important;
  pointer-events: none;
}

.mainNavSKR {
  top: -25px !important;
  color: white !important;
}

.mainNavSKR li {
  color: white !important;
}

.mainNavSKR li a {
  color: white !important;
}

.navHover {
  opacity: 0.5;
}

.subBarActive {
  max-height: 300px;
}

.submenu {
  width: 100%;
  text-align: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 5px 10px 5px;
}

.submenu .subnavTitle {
  color: white;
  font-size: 20px;
  font-weight: 600;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-right: 20px;
}

.submenu .sub_li {
  color: White;
  margin: 5px 10px 5px 10px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-transition: 1s;
  transition: 1s;
}

.submenu .sub_li a {
  color: White;
  text-decoration: none;
}

.phActive {
  pointer-events: none !important;
  opacity: 1 !important;
}

.frontPageHeader {
  position: relative;
  width: 100%;
}

.frontPageHeader .frontVideoContainer {
  width: 100%;
  position: absolute;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.frontPageHeader .frontVideoContainer video {
  margin-left: 50vw;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 110%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.frontPageHeader .defaultWidth {
  height: 100%;
  position: Relative;
}

.frontPageHeader .frontBottomBar {
  position: absolute;
  bottom: 0;
  width: 70%;
  height: 15px;
  z-index: 10;
}

.frontPageHeader .frontOverlay {
  width: 100vw;
  position: relative;
  height: 100%;
}

.frontPageHeader .frontPageContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 80%;
  max-width: 700px;
  top: 0;
  padding: 170px 0 100px 0;
  overflow: hidden;
}

.frontPageHeader .frontPageContent h1 {
  font-size: 40px;
  line-height: 45px;
  margin: 10px 0px 10px 130px;
}

.frontPageHeader .frontPageContent p {
  margin: 0 0 0 130px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
}

.frontPageHeader .frontPageContent .frontWave {
  max-width: 300px;
  width: 100%;
  margin-left: 130px;
}

.frontPageHeader .frontPageContent .frontHeadBlock {
  height: 1000px;
  width: 100px;
  position: absolute;
  top: 0;
}

.wrapperBackground {
  background-size: cover;
  position: center;
  margin: 20px 0 0 0;
  padding: 25px 0 25px 0;
}

.abcta_overlay {
  padding: 50px 15px 50px 15px;
}

.abcta_overlay .abcta_content {
  max-width: 400px;
  text-align: center;
}

.abcta_overlay span {
  display: block;
  color: White;
}

.abcta_overlay .abcta_title {
  font-size: 30px;
  line-height: 35px;
  margin: 0 0 10px 0;
  font-weight: 800;
}

.abcta_overlay .abcta_content {
  font-weight: 600;
}

.abcta_overlay .abcta_btns {
  margin-top: 10px;
}

.abcta_overlay .abcta_btns span {
  margin: 5px;
  font-weight: 600;
}

.abcta_overlay .abcta_btns span a {
  color: white;
}

.wrapper {
  background-size: cover;
  background-position: center;
}

.footer_blocks {
  width: 50%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
}

.footer_flex {
  padding: 25px 10px 25px 10px;
}

.footer_col {
  padding: 15px 20px 0 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.footer_col .footerInnerCol {
  margin: 15px 0 15px 0;
}

.footer_col span {
  display: block;
  color: white;
}

.footer_col .footerTitle {
  font-weight: 700;
}

.footer_col .footerItem,
.footer_col .footerTextArea {
  font-size: 15px;
}

.footer_col a {
  color: White;
  text-decoration: none;
}

.footer_text_block {
  text-align: right;
}

.footer_big_text {
  color: white;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  max-width: 600px;
  display: block;
}

.intHeadBuffer {
  width: 100%;
  height: 100px;
}

.int_head_wrap {
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
}

.int_head_wrap .int_head_overlay {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(29%, rgba(255, 255, 255, 0.796423)), to(rgba(0, 212, 255, 0)));
  background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0.796423) 29%, rgba(0, 212, 255, 0) 100%);
  position: relative;
}

.int_head_wrap .int_head_overlay .int_head_squiggle {
  position: absolute;
  top: 50px;
  width: 350px;
}

.int_head_wrap .int_head_overlay .int_cqc {
  position: relative;
  padding: 110px 15px 50px 15px;
}

.int_head_wrap .int_head_overlay .int_cqc h1 {
  color: #0C1B33;
  font-size: 50px;
  line-height: 55px;
  margin: 0;
}

.int_head_wrap .int_head_overlay .int_cqc .int_bar {
  width: 60%;
  position: absolute;
  height: 12px;
  bottom: 0;
  background-color: #D65108;
}

.singlePublication {
  width: 100%;
  max-width: 500px;
  margin: 20px;
  position: relative;
}

.singlePublication .publicationLine {
  width: 100%;
  height: 5px;
  background-color: #D65108;
}

.singlePublication .publicationTitle {
  color: #0C1B33;
  font-size: 30px;
  font-weight: 600;
  line-height: 33px;
  margin: 0 0 10px 0;
}

.singlePublication .publicationDate {
  display: block;
  color: #0C1B33;
  margin: 10px 0 10px 0;
}

.singlePublication .publicationDesc {
  display: block;
  color: #0C1B33;
  font-weight: 500;
  margin: 10px 0 10px 0;
}

.singlePublication .publicationLink {
  margin: 10px 0 0 0;
}

.singlePublication .publicationLink a {
  color: #D65108;
  font-weight: 700;
  text-decoration: none;
}

.postmMta {
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

.postmMta span {
  font-weight: 700;
  display: block;
  font-size: 20px;
  line-height: 22px;
  color: #0C1B33;
  margin-bottom: 10px;
}

.paddedWrap {
  padding: 15px;
}

.mobile_navi {
  background-color: #489FB5;
  padding: 10px 5px 10px 5px;
}

.mobile_navi .mobile_navi_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile_navi .mobile_navi_inner .mob_logo {
  position: relative;
  width: 80px;
  height: auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.mobile_navi .mobile_navi_inner .mob_l {
  -ms-flex-item-align: Center;
      -ms-grid-row-align: Center;
      align-self: Center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
}

.mobile_navi .mobile_navi_inner .mob_l i {
  color: white;
  font-size: 30px;
}

.mobileOptionsNavi {
  background-color: #D65108;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 99999999;
}

.mobileOptionsNavi .mobileOptionsInner {
  max-height: 90vh;
  width: 100%;
  overflow: auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: center;
}

.mobileOptionsNavi .mobileLegalMenu {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mobileOptionsNavi .mobileLegalMenu span {
  display: block;
  margin: 0px 10px 0px 10px;
  font-size: 14px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: center;
}

.mobileOptionsNavi .mobileLegalMenu span a {
  color: white;
  -webkit-text-decoration: None;
          text-decoration: None;
}

.mobileOptionsNavi .mobileOptionsClose {
  margin: 0 0 20px 0;
}

.mobileOptionsNavi .mobileOptionsClose i {
  color: white;
  font-size: 40px;
}

.mobileOptionsNavi .mobileOptionsTitle {
  font-weight: 600;
  color: white;
  margin: 20px 0 20px 0;
}

.mobileOptionsNavi .mobileOptionsTitle span {
  font-size: 30px;
  line-height: 30px;
}

.mobileOptionsNavi .mobileItem {
  display: block;
  margin: 5px 0 5px 0;
  list-style: none;
}

.mobileOptionsNavi .mobileItem a {
  color: White;
  text-decoration: none;
}

.mobileOptionsNavi .mobileOptionsLogo {
  width: 100%;
  margin-top: 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mobileOptionsNavi .mobileOptionsLogo img {
  width: 80px;
  height: auto;
}

@media (min-width: 768px) {
  .mobile_navi {
    display: none;
  }
}

@media (max-width: 900px) {
  .logoWrapper {
    width: 150px;
  }
  .frontPageHeader .frontVideoContainer video {
    margin-left: 0;
    -webkit-transform: translate(0%);
            transform: translate(0%);
    width: auto;
    position: absolute;
    left: 50%;
    /* % of surrounding element */
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    /* % of current element */
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .navigation .mainNavi li {
    margin-left: 5px;
  }
}

@media (max-width: 768px) {
  .navigationWrapper, .headTrigger, .subBar, .intHeadBuffer {
    display: none;
  }
  .frontPageHeader .frontPageContent {
    padding: 50px 15px 50px 15px;
    width: 100%;
  }
  .frontPageHeader .frontPageContent h1 {
    font-size: 30px;
    line-height: 33px;
    margin: 10px 0 10px 0;
  }
  .frontPageHeader .frontPageContent .frontHeadBlock {
    display: none;
  }
  .frontPageHeader .frontPageContent p {
    margin: 10px 0 10px 0;
  }
  .frontPageHeader .frontPageContent .frontWave {
    max-width: 90%;
    margin-left: 0 !important;
    text-align: left;
  }
  .cc_bg_img {
    display: none !important;
  }
  .oLine {
    width: 100% !important;
  }
  .footer_blocks {
    width: 100% !important;
  }
  .footer_text_block {
    margin-top: 25px !important;
    text-align: center !important;
  }
  .MsimpleCC, .mSmallCC {
    padding: 15px;
  }
  .mContactContainer {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .mContactDetail {
    width: 100% !important;
    max-width: 100% !important;
  }
  .mContactForm {
    width: 100% !important;
    max-width: 100% !important;
    padding: 20px 0 20px 0 !important;
  }
  .mCaseStudy {
    width: 100% !important;
    margin: 20px !important;
  }
  .int_head_title h1 {
    font-size: 35px !important;
    line-height: 36px !important;
  }
  .mSmallImage {
    width: 100% !important;
  }
  .mSimpleHalfCC {
    width: 100% !important;
  }
  .contactIdentWrap {
    padding: 15px !important;
  }
}

.mIconCTA {
  margin: 10px 0 10px 0;
}

.searchContainer {
  width: 100%;
  text-align: center;
}

.searchFlex {
  width: 100%;
}

#searchContent {
  width: 100%;
  position: relative;
}

#searchContent .btn {
  font-family: Poppins, sans-serif;
}

#searchContent .searchInput {
  width: 100%;
  position: Relative;
  margin-bottom: 10px;
}

#searchContent .searchInput input {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  width: 80%;
  padding: 20px;
  text-align: center;
}

.searchResultContainer {
  width: 100%;
  position: relative;
}

.searchResultContainer .singleSearchItem {
  width: 100%;
  max-width: 700px;
  background-color: white;
  border-radius: 25px;
  border: solid 1px #D65108;
  text-align: center;
  padding: 20px;
  margin: 20px 0 20px 0;
}
/*# sourceMappingURL=composition.css.map */