/* Emnify custom CSS */

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/*
  This is a legacy CSS file where we only keep what's absolutely necessary.
  The long term goal is to remove it altogether.
*/

/* ----- BASE ----- */
html {
  font-size: 16px;
}
body {
  -webkit-font-smoothing: auto;
  font-family: 'Como', sans-serif;
  font-size: 1rem;
  line-height: 1.5625rem;
  font-weight: 400;
  color: #000035;
  margin: 0;
  transition: overflow 0.4s;
  background: transparent !important;
}
body.overflow {
  overflow: hidden;
}
.page-wrap {
  overflow: hidden;
}
a {
  text-decoration: none;
  transition: 0.4s;
  color: #00f38c;
}
a:hover {
  text-decoration: none;
  color: #2ea179;
}
img:where(:not(.noauto)) {
  max-width: 100%;
  width: auto;
  height: auto;
}
button:focus,
button:active {
  box-shadow: none;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blue-bg {
  background: #000035;
  overflow: hidden;
  position: relative;
}
.row {
  margin-left: -1rem;
  margin-right: -1rem;
}
.link-underline {
  color: #000035;
  text-decoration: underline;
}
.link-underline:hover {
  color: #00f38c;
  text-decoration: underline;
}
.title {
  text-align: center;
  margin-bottom: 6.3rem;
}
.title h6 {
  margin-bottom: 1.1rem;
}
.title h3 {
  margin-bottom: 3.9rem;
}
.title p {
  margin: 0 auto;
  max-width: 57rem;
}
.row-fluid {
  width: 100%;
}
.row-fluid [class*='span'] {
  display: block;
  float: none;
  width: 100%;
  min-height: 1px;
  margin-left: 0 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 0;
}
/* ----- /BASE ----- */
/*  */
/* ----- TYPOGRAPHY ----- */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}
h1,
h2,
h4,
h5 {
  font-family: 'Como', sans-serif;
}
h1,
.h1 {
  font-size: 10.625rem;
  line-height: 10rem;
  font-weight: 500;
}
h2 {
  font-size: 8.125rem;
  line-height: 8.125rem;
  font-weight: 500;
}
.h2 {
  font-size: 7.5rem;
  line-height: 8.125rem;
  font-weight: 500;
}
h3 {
  font-size: 5.625rem;
  line-height: 6.25rem;
  font-weight: 400;
}
.h3 {
  font-size: 3.75rem;
  line-height: 4.375rem;
  font-weight: 700;
}
h4 {
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 400;
}
.h4 {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.5rem;
}
h6 {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3.3px;
}
.lead {
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 400;
  color: #000035;
}
/* ----- /TYPOGRAPHY ----- */
/*  */
/* ----- BUTTONS ----- */
.btn {
  font-family: 'Como', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-border-radius: 2.625rem;
  -moz-border-radius: 2.625rem;
  -ms-border-radius: 2.625rem;
  border-radius: 2.625rem;
  border: 0;
  font-size: 1.25rem;
  padding: 1.6rem 2.8rem;
  letter-spacing: 5.9px;
}
.btn--white {
  background-color: #fff;
  color: #000035;
}
.btn--white:hover {
  background-color: #00f38c;
  color: #000035;
}
.btn--green {
  background-color: #00f38c;
  color: #000035;
}
.btn--green:hover {
  background-color: #000035;
  color: #fff;
}
.btn--arrow {
  color: #fff;
  padding: 0;
}
.btn--arrow .arrow {
  display: inline-block;
  width: 1.75rem;
  height: 1rem;
  margin-left: -0.55rem;
  transition: 0.4s;
}
.btn--arrow .arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: inline-block;
  vertical-align: -0.1rem;
}
.btn--arrow:hover {
  color: #00f38c;
}
.btn--arrow:hover .arrow {
  transform: translateX(10px);
}
.btn--white-outline {
  border: 2px solid #fff;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.9rem 2.3rem;
  letter-spacing: 4.9px;
}
.btn--white-outline img {
  margin-left: 0.4rem;
}
.btn--white-outline:hover {
  background-color: #fff;
  color: #000035;
}
.btn--blue {
  background-color: #000035;
  color: #fff;
}
.btn--blue:hover {
  background-color: #00f38c;
  color: #000035;
}
/* ----- /BUTTONS ----- */
/*  */

/* Header Light */
.emnify-light-header .header .header-nav .btn--white-outline {
  color: #000035;
  border-color: #000035;
}
.emnify-light-header .header .header-nav .btn--white-outline:hover {
  background-color: #000035;
  color: #fff;
}
.emnify-light-header .header .menu li a {
  color: #000035;
}
.emnify-light-header .header .menu-btn span {
  background-color: #000035;
}
.emnify-light-header .header .dropdown-lang .dropdown-toggle {
  color: #000035;
}
.emnify-light-header .header.fixed .menu > li > a {
  color: #fff;
}
.emnify-light-header .header.fixed .header-nav .btn--white-outline {
  border: 2px solid #fff;
  color: #fff;
}
.emnify-light-header .header.fixed .header-nav .btn--white-outline:hover {
  background: #fff;
  color: #000035;
}
.emnify-light-header .header.fixed .dropdown-lang .dropdown-toggle {
  color: #fff;
}
.emnify-light-header .header.fixed .menu-btn span {
  background-color: #fff;
}

/* Fixed Header */
.header.fixed {
  position: fixed;
  background-color: #000035;
  padding: 2.3rem 0 3rem;
}
.header.fixed .breadcrumb {
  margin-bottom: 0;
}
.header.fixed .logo {
  height: 5rem;
  margin-top: 0.5rem;
}
.header .logo img {
  max-height: 100%;
}
/* ----- /HEADER ----- */
/*  */
/* ----- FIXED MENU ----- */
.fixed-menu {
  position: fixed;
  right: -32.6vh;
  top: 52.6vh;
  display: flex;
  flex-wrap: wrap;
  transform: rotate(90deg);
  z-index: 1001;
  height: 5.625rem;
}
.fixed-menu ul {
  display: flex;
  flex-wrap: wrap;
}
.fixed-menu ul li {
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.15);
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 400;
  letter-spacing: 3.5px;
  height: 100%;
  width: 21.6vh;
  transition: 0.4s;
}
.fixed-menu ul li:hover {
  background-color: #00f38c;
}
.fixed-menu ul a {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.fixed-menu .download {
  background-color: #000419;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 5.625rem;
}
.fixed-menu .download img {
  transform: rotate(-90deg);
  max-width: 2.3rem;
}
/* ----- /FIXED MENU ----- */
/*  */
/* ----- BREADCRUMB ----- */
.breadcrumb {
  position: relative;
  z-index: 100;
  margin-bottom: 2.6rem;
}
.breadcrumb .breadcrumb-item {
  font-size: 0.6875rem;
  text-transform: uppercase;
  line-height: 0.625rem;
  font-weight: 400;
  font-family: 'Avenir', sans-serif;
  letter-spacing: 2.1px;
}
.breadcrumb .breadcrumb-item.active {
  color: #00f6b7;
}
.breadcrumb a {
  color: #00f6b7;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.7rem;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: '»';
  color: #00f6b7;
  padding-right: 0.7rem;
}
body.overflow .breadcrumb {
  z-index: 100;
}
.emnify-light-header .header.sticky:not(.fixed) .breadcrumb-item a {
  color: #000035;
}
.emnify-light-header
  .header.sticky:not(.fixed)
  .breadcrumb
  .breadcrumb-item
  + .breadcrumb-item::before {
  color: #000035;
}

/* ----- /BREADCRUMB ----- */
/*  */
/* ----- MEDIA ----- */
@media (min-width: 576px) {
  .container {
    max-width: 50.75rem;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 65rem;
  }
  .header .header-nav {
    max-width: 63.7rem;
  }
  .header .header-nav nav {
    max-width: 56.7rem;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 80rem;
  }
  .header .header-nav {
    max-width: 78.7rem;
  }
  .header .header-nav nav {
    max-width: 71.7rem;
  }
}
@media (min-width: 1200px) {
  .row-fluid {
    width: 100%;
  }
  .container {
    max-width: 97rem;
  }
  .header .header-nav nav {
    max-width: 100%;
  }
  .header .header-nav {
    max-width: 95.5rem;
  }
  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 90rem;
  }
  .header .header-nav {
    max-width: 88.1rem;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 96.5rem;
  }
  .header .header-nav {
    max-width: 95rem;
  }
  .header .dropdown-lang {
    left: 1.8rem;
  }
}
@media (min-width: 1680px) {
  .header .dropdown-lang {
    left: 3.6rem;
  }
}
@media (max-width: 1900px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 1599px) {
  html {
    font-size: 13px;
  }
}
@media (max-width: 1439px) {
  html {
    font-size: 12px;
  }
}
@media (max-width: 1679px) {
  /* ----- HEADER ----- */
  .header .sub-menu {
    width: 87.5rem;
  }
  .header .sub-menu .menu-col {
    padding: 4.1rem 0.3rem 5.2rem 2rem;
  }
  .header .sub-menu .menu-col:last-child {
    padding: 4.1rem 0.8rem 4.1rem 0.8rem;
  }
  .header .sub-menu .menu-col:nth-child(2) {
    padding: 4.1rem 0.3rem 4.1rem 2.8rem;
  }
  .header .btn--white-outline {
    margin-left: 1.4rem;
    padding: 1rem 1.5rem;
  }
  .header .menu-arrows li {
    margin-right: 0;
  }
  .header .sub-menu .menu-col:last-child::after {
    height: 23.375rem;
  }
  /* ----- /HEADER ----- */
}
@media (max-width: 1439px) {
  html {
    font-size: 11px;
  }
  /* ----- HEADER ----- */
  .header .logo {
    width: 6rem;
    margin-top: 0;
    margin-bottom: 0;
  }
  .header .sub-menu {
    width: 88.7rem;
  }
  .header .menu-arrows li {
    margin-right: 0;
  }
  .header .dropdown-lang .dropdown-menu li a {
    padding: 0.25rem 0.3rem 0.25rem 0.6rem;
  }
  .header .dropdown-lang {
    left: 1.2rem;
  }

  /* ----- /HEADER ----- */
  /*  */
}
@media (max-width: 1199px) {
  /* ----- TYPOGRAPHY ----- */
  h1,
  .h1 {
    font-size: 6.5rem;
    line-height: 6.5rem;
  }
  h2 {
    font-size: 3.5rem;
    line-height: 4.1rem;
  }
  h3 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
  /* ----- /TYPOGRAPHY ----- */
  /*  */
  /* ----- BUTTONS ----- */
  .btn {
    font-size: 1rem;
    letter-spacing: 4px;
  }
  /* ----- /BUTTONS ----- */
  /*  */
  /* ----- FIXED MENU ----- */
  .fixed-menu {
    display: none;
  }
  /* ----- /FIXED MENU ----- */
  /*  */
  /* ----- HEADER ----- */
  .header {
    padding: 3.3rem 0 1rem;
    justify-content: flex-end;
  }
  body .header .header-nav nav {
    left: 2rem !important;
    top: 12.7rem !important;
    position: fixed;
    right: 2rem !important;
    bottom: auto !important;
  }
  .header .header-nav nav {
    position: fixed;
    inset: 11.9rem 3.7rem 0;
    transition: 0.4s;
    background: #fff;
    flex-direction: column;
    visibility: hidden;
    opacity: 0;
  }
  .header.menu-open nav {
    opacity: 1;
    visibility: visible;
  }
  .header .header-nav {
    align-items: flex-start;
    padding: 0 3.6rem;
  }
  .header .menu {
    display: none;
  }
  .header .logo {
    position: static;
    z-index: 1000;
    order: 1;
    margin-left: 0;
    margin-right: auto;
    width: 4.7rem;
    height: auto;
  }
  .header .menu-btn {
    position: relative;
    width: 4.5rem;
    height: 3.2rem;
    order: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .header .menu-btn span {
    display: block;
    width: 3.3rem;
    height: 0.5rem;
    background-color: #fff;
    margin-bottom: 0.8rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    border-radius: 1rem;
    transition: 0.4s;
  }
  .header .menu-btn span:nth-child(2) {
    width: 4.3rem;
  }
  .header .menu-btn span:last-child {
    margin-bottom: 0;
    width: 2.4rem;
  }
  .header .btn--white-outline {
    display: none;
  }
  .header .menu-btn.active span {
    position: absolute;
    top: 1.4rem;
    transform: rotate(45deg);
    width: 4.1rem;
    right: -0.4rem;
  }
  .header .menu-btn.active span:nth-child(2) {
    display: none;
  }
  .header .menu-btn.active span:nth-child(3) {
    transform: rotate(-45deg);
  }
  .header .dropdown-lang {
    position: relative;
    order: 2;
    margin-top: 1.1rem;
    margin-right: 0.7rem;
    left: auto;
  }
  .header .dropdown-lang .dropdown-toggle {
    font-size: 1.45rem;
  }
  .header .dropdown-lang .dropdown-toggle img {
    width: 1.72rem;
    margin-right: 1.1rem;
  }
  .header .dropdown-lang .dropdown-menu {
    margin-left: 1.7rem !important;
    width: 4.2rem;
  }
  .header .dropdown-lang .dropdown-menu li {
    font-size: 1.45rem;
  }
  .header .mobile-menu {
    display: block;
    width: 100%;
    overflow-y: auto;
    text-align: center;
    padding-bottom: 4.18rem;
  }
  .header .mobile-menu ul li > a {
    color: #000035;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    padding-right: 3rem;
    transition: 0s;
  }
  .header .mobile-menu .menu a::after {
    content: '';
    position: absolute;
    right: 0;
    background-image: url(//4374869.fs1.hubspotusercontent-na1.net/hubfs/4374869/raw_assets/public/Emnify2022%20NB/img/arrow-right-green-2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 2.6rem;
    height: 2rem;
    top: 0rem;
    left: auto;
    opacity: 1;
    border: 0;
    transition: 0.4s;
  }
  .header .mobile-menu .menu a:hover::after {
    transform: translateX(5px);
  }
  .header .mobile-menu ul li {
    font-size: 1.45rem;
    text-transform: uppercase;
    letter-spacing: 3.3px;
    margin-bottom: 1.6rem;
    line-height: 2.09rem;
    text-align: left;
  }
  .header .mobile-menu .btn-download {
    background: #00f38c;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5.54rem;
    height: 5.54rem;
    position: absolute;
    right: 0;
    top: -2rem;
    z-index: 200;
    padding: 1.6rem;
  }
  .header .mobile-menu .top-menu {
    border-bottom: 3px solid #f5f5f5;
    padding: 3.1rem 4rem 1rem;
  }
  .header .mobile-menu .menu {
    display: block;
    width: 100%;
    padding: 3.1rem 4rem 2rem;
    margin: 0;
    max-width: 100%;
  }
  .header .mobile-menu .menu li {
    font-weight: 700;
    margin-bottom: 2.1rem;
    min-height: 2.4rem;
  }
  .header .mobile-menu .btn {
    font-size: 1.45rem;
    font-weight: 500;
    padding: 1.5rem 2.8rem;
    letter-spacing: 4.8px;
    margin: 0 -2rem;
  }
  .header .mobile-menu .btn::after {
    display: none;
  }
  .header .mobile-menu .sub-menu {
    position: static;
    max-height: 0;
    overflow: hidden;
    width: auto;
    border: 0;
    background: transparent;
    transition: 0s;
  }
  .header .mobile-menu .has-sub-menu.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 100;
    padding: 4.7rem 4rem 2rem;
    overflow-y: auto;
    margin-bottom: 0;
  }
  .header .mobile-menu .has-sub-menu.active > .sub-menu {
    max-height: 100%;
    margin: 4.4rem -1.2rem 0;
    text-align: center;
    visibility: visible;
    opacity: 1;
  }
  .header .mobile-menu .has-sub-menu.active > a {
    border-bottom: 5px solid #00f38c;
    padding-bottom: 0.5rem;
  }
  .header .mobile-menu .has-sub-menu.active > a::after {
    transform: scale(-1, 1);
  }
  .header .mobile-menu .sub-menu a::after {
    background-image: url(//4374869.fs1.hubspotusercontent-na1.net/hubfs/4374869/raw_assets/public/Emnify2022%20NB/img/arrow-right-blue.svg);
  }
  .header .mobile-menu .sub-menu ul {
    width: 100%;
    padding: 0 1.2rem;
    margin-bottom: 2.5rem;
  }
  .header .mobile-menu .sub-menu li {
    margin-bottom: 2.15rem;
  }
  .header.fixed {
    padding: 2.3rem 0 2rem;
  }
  .header.fixed .logo {
    margin-top: 0;
  }
  .header .mobile-menu .has-sub-menu.active > a:hover::after {
    transform: scale(-1, 1) translateX(5px);
  }
  .header .sub-menu .btn--blue {
    color: #fff;
    margin: 0 auto;
  }
  /* ----- /HEADER ----- */
  /*  */
  /* ----- BREADCRUMBS ----- */
  .breadcrumb {
    max-width: 71.4rem;
    margin: 1rem auto 0;
  }
  /* ----- /BREADCRUMBS ----- */
  /*  */
}
@media (max-width: 1023px) {
}
@media (max-width: 991px) {
  /* ----- BASE ----- */
  .title {
    margin-bottom: 2.3rem;
  }
  .title h3 {
    margin-bottom: 1.9rem;
  }
  /* ----- /BASE ----- */
  /*  */
  /* ----- BREADCRUMBS ----- */
  .breadcrumb {
    max-width: 56.6rem;
  }
  /* ----- /BREADCRUMBS ----- */
  /*  */
}
@media (max-width: 767px) {
  /* ----- BASE ----- */
  body {
    font-size: 1.45rem;
    line-height: 2.27rem;
  }
  .container {
    padding: 0 1rem;
  }
  .col {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  /* ----- /BASE ----- */
  /*  */
  /* ----- TYPOGRAPHY ----- */
  h1,
  .h1 {
    font-size: 4rem;
    line-height: 4.2rem;
  }
  h2 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
  .h2 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
  h3 {
    font-size: 2.72rem;
    line-height: 3.63rem;
  }
  .h3 {
    font-size: 2.72rem;
    line-height: 3.63rem;
  }
  h4 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
  .h4 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
  h6 {
    font-size: 1.45rem;
    line-height: 2rem;
  }
  .lead {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
  /* ----- /TYPOGRAPHY ----- */
  /*  */
  /* ----- HEADER ----- */
  .header .menu-btn span {
    width: 3.3rem;
    height: 0.5rem;
  }
  .header .sub-menu .menu-col:last-child::after {
    bottom: -12.1rem;
  }
  .header .container {
    max-width: 100%;
  }
  .breadcrumb {
    max-width: 100%;
    padding: 0 2.7rem;
  }
  /* ----- /HEADER ----- */
  /*  */
}
/* ----- /MEDIA ----- */
/*  */

/* added 04.12.2022 */

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 0;
}

/* added 06.12.2022 */
/* OT Cookie Banner creates an invisible button causing a white gap at the bottom of the page */

#ot-sdk-btn.ot-sdk-show-settings,
#ot-sdk-btn.optanon-show-settings {
  display: none;
}

.em-ghosted-text {
  filter: blur(20px);
  opacity: 0.75;
  animation: animblur 4s ease 0s infinite;
}

@keyframes animblur {
  0%,
  100% {
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20px);
  }
  50% {
    -webkit-filter: blur(30px);
    -moz-filter: blur(30px);
    -o-filter: blur(30px);
    -ms-filter: blur(30px);
  }
}

.logo .logo-blue {
  display: none;
}
.logo.is-light .logo-blue {
  display: block;
}
.logo.is-light .logo-white {
  display: none;
}
.header.fixed .logo.is-light .logo-blue {
  display: none;
}
.header.fixed .logo.is-light .logo-white {
  display: block;
}

@media (max-width: 1199px) {
  .breadcrumb-container {
    /* display: none; */
  }
}

body.mobile-menu-open main#main-content:before {
  content: '';
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000a;
  z-index: 500;
}

.hs-blog-post a.author {
  color: #000035;
}


@media (max-width: 767px) {
  .section-why-emnify .container{
    padding: 0 1.5rem;
  }
}