/* ------------------------------------------------------------------------------

  Template Name: Morris
  Description: Morris - App & Product Landing Page
  Author: Murren
  Author URI: http://themeforest.net/user/murren20
  Version: 1.0

  1.  Global

      1.1 General
      1.2 Loader
      1.3 Typography
      1.4 Forms
      1.5 Buttons
      1.6 Icons
      1.7 Utilities

  2.  Header

      2.1 Navbar
      2.2 Brand
      2.3 Navigation
      2.4 Navbar Fixed

  3.  Home

      3.1 Magnific popup

  4.  Partners

      4.1 Owl Carousel

  5.  Features
  6.  Reviews
  7.  Banner
  8.  Prices
  9.  Footer
  10  Modals
  11. Responsive styles

      11.1 Min width 768px
      11.2 Min width 992px


/*-------------------------------------------------------------------------------
  1. Global
-------------------------------------------------------------------------------*/



/* 1.1 General */



@import url('bootstrap.min.css');
@import url('font-awesome.min.css');
@import url('animate.css');
@import url('magnific-popup.css');
@import url('owl.carousel.min.css');
@import url('owl.theme.default.css');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700|Open+Sans:400,600,700|Playfair+Display:400,400i,700,700i');

html{
  -webkit-font-smoothing: antialiased;
}

body{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.8;
  color:#909090;
  --app-download-banner-height: 0px;
}

body.has-app-download-banner{
  --app-download-banner-height: 48px;
}

::-webkit-scrollbar{
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #243640;
}

::selection{
  background-color:#243640;
  color:#fff;
}

-webkit-::selection{
    background-color:#243640;
    color:#fff;
}

::-moz-selection{
    background-color:#243640;
    color:#fff;
}



/* 1.2 Loader */



.loader{
  position: fixed;
  overflow: hidden;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background:#fff;
  color:#4b4b4b;
  text-align: center;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #243640;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}



/* 1.3 Typography */



h1,
.h1{
  font-family: 'Montserrat', sans-serif;
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 700;
  color: #4B4B4C;
}

h2,
.h2{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #4B4B4C;
}

h3,
.h3{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color:#4B4B4C;
}

h4,
.h4{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color:#4B4B4C;
}

h5,
.h5{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color:#4B4B4C;
}

h6,
.h6{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color:#4B4B4C;
}

.pf{
  font-family: 'Playfair Display', serif;
}

a {
  color:#243640;
  -webkit-transition: color .3s ease-out;
       -o-transition: color .3s ease-out;
          transition: color .3s ease-out;
}

a:hover,
a:focus {
  color:#243640;
  outline: none;
}

a:focus{
  text-decoration: none;
}



/* 1.4 Forms */



.form-control,
textarea.form-control{
  color: #9F9F9F;
  border-radius: 0.5rem;
  padding-left: 22px;
  -webkit-box-shadow:none;
          box-shadow:none;
  -webkit-transition: all .15s;
       -o-transition: all .15s;
          transition: all .15s;
}

.form-control:focus {
  border-color: #243640;
  outline: 0;
  -webkit-box-shadow:none;
          box-shadow:none;
}


textarea.form-control{
  height: 120px;
  padding-top: 14px;
  resize:none;
}

.form-control::-moz-placeholder {
  color: #9F9F9F;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #9F9F9F;
}

.form-control::-webkit-input-placeholder {
  color: #9F9F9F
}

.input-group .form-control {
  border-radius: 30px 0 0 30px;
}


label.error{
  display: block;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  margin:10px 20px 0;
  color: #111;
}

label.error .fa{
  margin-right: 4px;
}



/* 1.5 Buttons */



.btn{
  position: relative;
  display: inline-block;
  cursor: pointer;
  background:#243640;
  border:2px solid #243640;
  padding:1rem 1rem 1rem;
  border-radius: 30px;
  text-decoration: none;
  font-size: 12px;
  color:#fff;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: background-color .3s ease-out;
       -o-transition: background-color .3s ease-out;
          transition: background-color .3s ease-out;
}

.btn:focus{
  outline: none!important;
  -webkit-box-shadow:none;
  box-shadow: none;
}

.btn:hover,
.btn:focus{
  border-color:#243640;
  background-color:transparent;
  color: #243640;
}

.btn .fa{
  font-size: 1.1rem;
  margin-right: 5px;
  color: #fff;
}

.btn:hover .fa,
.btn:focus .fa{
  color: #243640;
}

.btn-b-white{
  color: #fff;
  border-color:#fff;
  background: transparent;
}


.btn-b-white:hover,
.btn-b-white:focus{
  border-color:#fff;
  background-color: #fff;
  color: #243640;
}




.btn-b-apply{
  width: 400px;
font-size: 14px;
  color: #fff;
  border-color:#fff;
  background: transparent;
}


.btn-b-apply:hover,
.btn-b-apply:focus{
  border-color:#fff;
  background-color: #fff;
  color: #243640;
}



.btn-b-gray{
  border-color: #ececec;
  background: #ececec;
  color: #1f1f1f;
}


/* 1.6 Icons */



.fa{
  display: inline-block;
  color:#243640;
}

a.fa:hover,
a.fa:focus{
  text-decoration: none;
}



/* 1.7 Utilities */




.section{
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section-title{
  margin:0 0 1rem 0;
}
.section-apply{
  margin:0 0 1rem 0;
  color: #ffffff;
}

.section-title + p{
  margin-bottom: 0;
}

.section-body{
  margin-top: 8rem;
}

.masked{
  position: relative;
}

.masked:before{
  content:'';
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}

.rel-1{
  position: relative;
  z-index: 1;
}

.text-primary{
  color:#243640!important;
}

.bg-primary{
  background: #243640!important;
}



/*-------------------------------------------------------------------------------
  2. Header
-------------------------------------------------------------------------------*/



/* 2.1 Navbar */

.app-download-banner{
  display: none;
}

body.has-app-download-banner .app-download-banner{
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  min-height: var(--app-download-banner-height);
  background: #0a9a8d;
  color: #fff;
  -webkit-box-shadow: 0 8px 24px rgba(36, 54, 64, 0.18);
          box-shadow: 0 8px 24px rgba(36, 54, 64, 0.18);
}

.app-download-banner .container{
  height: var(--app-download-banner-height);
}

.app-download-banner-inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.8rem;
}

.app-download-banner-text{
  min-width: 0;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.2;
}

.app-download-banner-button{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0.48rem 0.82rem;
  border-radius: 999px;
  background: #fff;
  color: #243640;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
}

.app-download-banner-button:hover,
.app-download-banner-button:focus{
  color: #243640;
  text-decoration: none;
}



.navbar{
  position: absolute;
  z-index: 10;
  top:0;
  left:0;
  width: 100%;
  margin:0;
  border:0;
  padding-top:2rem;
  padding-bottom: 1rem;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

body.has-app-download-banner .navbar{
  top: var(--app-download-banner-height);
}

.navbar-toggler{
  padding: 0;
  cursor: pointer;
  margin-top: 0.5rem;
}

.navbar-toggler:focus{
  outline: none;
}

.navbar-toggler-icon{
  display: block;
  height: 2px;
  margin-bottom: 3px;
  background: #fff;
  margin-bottom: 0.3rem;
}



/* 2.2 Brand */



.navbar-brand{
  font-weight: 700;
  color: #fff;
  font-size: 1.7rem;
  line-height: 1;
  display: inline-block;
  padding: 0;
}

.navbar-brand:hover,
.navbar-brand:focus{
  text-decoration: none;
  color: #fff;
}
.navbar-brand .normal-logo {
  display: none;
}
.navbar-brand .sticky-logo {
  display: block;
}

/* 2.4 Navigation */



.navbar-nav{
  color: #3b3b3b;
  padding-top: 1rem;
}

.navbar-nav .nav-item{
  margin-bottom: 1px;
}

.navbar-nav .nav-link{
  color: #fff;
  padding-left: 1rem;
  padding-right: 1rem;

}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active{
  color: #243640;
  background: #243640;
  color: #fff;
  font-weight: bold;
}

.nav-language{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.35rem;
  padding-top: 0.45rem;
}

.language-option{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  padding: 0.28rem 0.48rem;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
  -o-transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.language-option:hover,
.language-option:focus{
  outline: none;
  background: rgba(255, 255, 255, 0.24);
}

.language-option.is-active{
  border-color: #fff;
  background: #fff;
  color: #243640;
}

.navbar-fixed .language-option{
  border-color: rgba(36, 54, 64, 0.22);
  background: rgba(36, 54, 64, 0.06);
  color: #243640;
}

.navbar-fixed .language-option:hover,
.navbar-fixed .language-option:focus{
  background: rgba(36, 54, 64, 0.12);
}

.navbar-fixed .language-option.is-active{
  border-color: #0a9a8d;
  background: #0a9a8d;
  color: #fff;
}

.language-flag{
  font-size: 0.92rem;
  line-height: 1;
}

.language-code{
  letter-spacing: 0;
}




/* 2.4 Navbar Fixed*/



.navbar-fixed{
  position: fixed;
  top:0;
  padding-top: 1rem;
  background-color:rgba(255,255,255,0.95);
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

body.has-app-download-banner .navbar-fixed{
  top: var(--app-download-banner-height);
}
.navbar-fixed .normal-logo {
  display: block;
}
.navbar-fixed .sticky-logo {
  display: none;
}

.navbar-fixed .navbar-brand{
  color:#4B4B4C;
}

.navbar-fixed .navbar-toggler-icon{
  background: #4B4B4C;
}

.navbar-fixed .nav-link{
  color: #3b3b3b;
}



/*-------------------------------------------------------------------------------
  3. Home
-------------------------------------------------------------------------------*/



.masthead{
  background: url(../images/backgrounds/emppass-app-background-current.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.masthead.masked:before{
  background: linear-gradient(110deg, rgba(36, 54, 64, 0.88) 0%, rgba(36, 54, 64, 0.80) 52%, rgba(36, 54, 64, 0.72) 100%);
}

.opener{
  color:#fff;
  padding: 6rem 0 4.5rem;
  height: 100vh;
  display: table-cell;
  vertical-align: middle;
  width: 1%;
}

body.has-app-download-banner .opener{
  padding-top: calc(6rem + var(--app-download-banner-height));
}

.hero-row{
  min-height: calc(100vh - 10.5rem);
}

.hero-copy{
  position: relative;
  z-index: 2;
}

.hero-copy h1{
  font-size: 3.7rem;
  line-height: 1.08;
}

.hero-eyebrow{
  display: none;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.78);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lead-text{
  max-width: 39rem;
  color: rgba(255, 255, 255, 0.78);
  opacity: 1;
}

.lead-controls{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.7rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-lead{
  display: inline-block;
  opacity: 0.92;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  -o-transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}

.btn-lead img{
  display: block;
  width: 132px;
  height: auto;
}

.btn-lead:hover,
.btn-lead:focus{
  color: #fff;
  border-color: #fff;
  opacity: 1;
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}

.hero-phone-showcase{
  position: relative;
  width: 100%;
  max-width: 560px;
  height: 620px;
  margin: 0 auto;
}

.hero-device{
  position: absolute;
  aspect-ratio: 720 / 1495;
  -webkit-filter: drop-shadow(0 28px 44px rgba(0, 0, 0, 0.28));
          filter: drop-shadow(0 28px 44px rgba(0, 0, 0, 0.28));
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.hero-device-main{
  z-index: 3;
  left: 50%;
  top: 0;
  width: 255px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hero-device-left,
.hero-device-right{
  z-index: 2;
  top: 85px;
  width: 198px;
  opacity: 0.9;
  -webkit-animation: heroPhoneFloat 6s ease-in-out infinite;
          animation: heroPhoneFloat 6s ease-in-out infinite;
}

.hero-device-left{
  left: 10px;
  -webkit-transform: rotate(-7deg);
      -ms-transform: rotate(-7deg);
          transform: rotate(-7deg);
}

.hero-device-right{
  right: 10px;
  -webkit-transform: rotate(7deg);
      -ms-transform: rotate(7deg);
          transform: rotate(7deg);
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
}

.hero-device-screen{
  position: absolute;
  z-index: 1;
  top: 1.45%;
  right: 2.95%;
  bottom: 1.4%;
  left: 2.95%;
  overflow: hidden;
  border-radius: 11.5% / 5.5%;
  background: #f3f7f7;
}

.hero-device-screen img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.hero-device-frame{
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@-webkit-keyframes heroPhoneFloat{
  0%, 100%{
    margin-top: 0;
  }
  50%{
    margin-top: -12px;
  }
}

@keyframes heroPhoneFloat{
  0%, 100%{
    margin-top: 0;
  }
  50%{
    margin-top: -12px;
  }
}

@media (max-width: 991.98px){
  .opener{
    height: auto;
    min-height: 100vh;
    padding-top: 6.5rem;
  }

  body.has-app-download-banner .opener{
    padding-top: calc(6.5rem + var(--app-download-banner-height));
  }

  .hero-row{
    min-height: 0;
  }

  .hero-copy{
    text-align: center;
  }

  .hero-copy h1{
    font-size: 3.25rem;
  }

  .hero-row > .mb-5{
    margin-bottom: 1rem!important;
  }

  .lead-text{
    margin-right: auto;
    margin-left: auto;
  }

  .lead-controls{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .hero-phone-showcase{
    height: 426px;
    max-width: 430px;
  }

  .hero-device-main{
    width: 205px;
  }

  .hero-device-left,
  .hero-device-right{
    top: 68px;
    width: 160px;
  }
}

@media (max-width: 575.98px){
  .hero-phone-showcase{
    height: 350px;
    max-width: 320px;
  }

  .hero-copy h1{
    font-size: 2.75rem;
  }

  .hero-row > .mb-5{
    margin-bottom: 0.9rem!important;
  }

  .hero-device-main{
    width: 168px;
  }

  .hero-device-left,
  .hero-device-right{
    top: 58px;
    width: 128px;
  }

  .hero-device-left{
    left: 0;
  }

  .hero-device-right{
    right: 0;
  }

  .btn-lead img{
    width: 118px;
  }
}



/* 3.1 Magnific popup */


.mfp-zoom-out-cur{
  padding-right: 0;
}

.mfp-figure{
  box-shadow: none;
}

.mfp-iframe-scaler{
  overflow: visible;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close{
  padding: 0;
  margin-top: -10px;
  font-family: inherit;
  font-size: 40px;
  font-weight: 300;
  line-height: 0;
}

img.mfp-img{
  min-height: 250px;
}

.mfp-bottom-bar{
  margin-top: -30px;
  letter-spacing: 0.1em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.mfp-title{
  padding-right:5em;
}

.mfp-bg{
  background-color: #141414;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b{
  display: none;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b{
  display: none;
}

.mfp-wrap .mfp-content {
  -webkit-perspective: 1300px;
          perspective: 1300px

}

.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform:scale(0) rotateY(60deg);
  -o-transform:scale(0) rotateY(60deg);
  transform:scale(0) rotateY(60deg);
}

.mfp-bg {
  opacity: 0;
  -webkit-transition: .5s;
       -o-transition: .5s;
          transition: .5s;
}

.mfp-wrap .mfp-figure,
.mfp-wrap .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
       -o-transition: .3s ease-in-out;
          transition: .3s ease-in-out;
  -webkit-transform: rotateX(-60deg);
      -ms-transform: rotateX(-60deg);
       -o-transform: rotateX(-60deg);
          transform: rotateX(-60deg);
}

.mfp-bg {
  opacity: 0;
  -webkit-transition: .5s;
       -o-transition: .5s;
          transition: .5s;
}

.mfp-wrap.mfp-ready .mfp-figure,
.mfp-wrap.mfp-ready .mfp-iframe-scaler {
  opacity: 1;
  -webkit-transform:rotateX(0);
      -ms-transform:rotateX(0);
       -o-transform:rotateX(0);
          transform:rotateX(0);
}

.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-wrap.mfp-removing .mfp-figure ,
.mfp-wrap.mfp-removing .mfp-iframe-scaler {
  opacity: 0;
  -webkit-transform: rotateX(-60deg);
      -ms-transform: rotateX(-60deg);
       -o-transform: rotateX(-60deg);
          transform: rotateX(-60deg);

}

.mfp-removing.mfp-bg {
  opacity: 0;
}



/* ------------------------------------------------------------------------------- */
/*  4. Partners
/* ------------------------------------------------------------------------------- */



.partners{
  text-align: center;
  padding: 5rem 0;
}

.partner{
  opacity: 0.6;
}



/* 4.1 Owl carousel */



.owl-carousel .owl-item img{
  width: auto;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
  background: #243640;
}

.owl-theme .owl-nav.disabled + .owl-dots{
  margin-top: 3rem;
}


/* ------------------------------------------------------------------------------- */
/*  5. Features
/* ------------------------------------------------------------------------------- */



.features .media h1{
  width: 6rem;
}

.account-scroll-section{
  position: relative;
  height: 300vh;
  background: #243640;
}

.emppass-scroll-section{
  position: relative;
  height: 860vh;
  background: linear-gradient(135deg, #f6fbfb 0%, #edf6f2 48%, #fff5ef 100%);
}

.account-sticky{
  position: -webkit-sticky;
  position: sticky;
  top: 61px;
  min-height: calc(100vh - 61px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  padding: 4.5rem 0;
}

.account-scroll-row{
  min-height: calc(100vh - 10rem);
}

.account-phone-column{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.account-phone{
  position: relative;
  width: 100%;
  max-width: 370px;
  aspect-ratio: 720 / 1495;
  -webkit-filter: drop-shadow(0 28px 45px rgba(36, 54, 64, 0.18));
          filter: drop-shadow(0 28px 45px rgba(36, 54, 64, 0.18));
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.account-phone-screen{
  position: absolute;
  z-index: 1;
  top: 1.45%;
  right: 2.95%;
  bottom: 1.4%;
  left: 2.95%;
  overflow: hidden;
  border-radius: 11.5% / 5.5%;
  background: #f3f7f7;
}

.account-phone-shot{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  opacity: 0;
  -webkit-transform: translateY(32px) scale(1.035);
      -ms-transform: translateY(32px) scale(1.035);
          transform: translateY(32px) scale(1.035);
  -webkit-filter: blur(8px);
          filter: blur(8px);
  -webkit-transition: opacity 0.55s ease, -webkit-transform 0.65s ease, -webkit-filter 0.65s ease;
  transition: opacity 0.55s ease, -webkit-transform 0.65s ease, -webkit-filter 0.65s ease;
  -o-transition: opacity 0.55s ease, transform 0.65s ease, filter 0.65s ease;
  transition: opacity 0.55s ease, transform 0.65s ease, filter 0.65s ease;
  transition: opacity 0.55s ease, transform 0.65s ease, filter 0.65s ease, -webkit-transform 0.65s ease, -webkit-filter 0.65s ease;
}

.account-phone-shot.is-active{
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
      -ms-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  -webkit-filter: blur(0);
          filter: blur(0);
}

.account-phone-frame{
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.account-copy-column{
  color: #53636b;
}

.account-eyebrow{
  display: inline-block;
  margin-bottom: 1.1rem;
  color: #0a9a8d;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.account-copy-stack{
  position: relative;
  min-height: 255px;
  -webkit-transition: min-height 0.28s ease;
  -o-transition: min-height 0.28s ease;
  transition: min-height 0.28s ease;
}

.account-copy-panel{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(28px);
      -ms-transform: translateY(28px);
          transform: translateY(28px);
  -webkit-filter: blur(8px);
          filter: blur(8px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.58s ease, -webkit-filter 0.58s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.58s ease, -webkit-filter 0.58s ease;
  -o-transition: opacity 0.5s ease, transform 0.58s ease, filter 0.58s ease;
  transition: opacity 0.5s ease, transform 0.58s ease, filter 0.58s ease;
  transition: opacity 0.5s ease, transform 0.58s ease, filter 0.58s ease, -webkit-transform 0.58s ease, -webkit-filter 0.58s ease;
}

.account-copy-panel.is-active{
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: blur(0);
          filter: blur(0);
}

.account-copy-panel .section-title{
  margin-bottom: 1.25rem;
  color: #243640;
  font-size: 2.0rem;
}

.account-copy-panel p{
  max-width: 34rem;
  margin-bottom: 0;
  color: #53636b;
  font-size: 1.05rem;
}

.account-progress{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.7rem;
  margin-top: 1.5rem;
}

.account-progress-dot{
  display: block;
  width: 2.3rem;
  height: 0.35rem;
  padding: 0;
  border: 0;
  border-radius: 1rem;
  background: rgba(36, 54, 64, 0.2);
  cursor: pointer;
  -webkit-transition: width 0.35s ease, background-color 0.35s ease;
  -o-transition: width 0.35s ease, background-color 0.35s ease;
  transition: width 0.35s ease, background-color 0.35s ease;
}

.account-progress-dot:focus{
  outline: none;
}

.account-progress-dot:focus-visible{
  -webkit-box-shadow: 0 0 0 3px rgba(10, 154, 141, 0.18);
          box-shadow: 0 0 0 3px rgba(10, 154, 141, 0.18);
}

.account-progress-dot.is-active{
  width: 4.4rem;
  background: #0a9a8d;
}

.account-scroll-section + .section{
  position: relative;
  z-index: 1;
  background: #fff;
}

.account-scroll-section .account-sticky{
  color: #fff;
}

.account-scroll-section .account-phone{
  -webkit-filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.36));
          filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.36));
}

.account-scroll-section .account-copy-column,
.account-scroll-section .account-eyebrow,
.account-scroll-section .account-copy-panel .section-title,
.account-scroll-section .account-copy-panel p{
  color: #fff;
}

.account-scroll-section .account-progress-dot{
  background: rgba(255, 255, 255, 0.24);
}

.account-scroll-section .account-progress-dot.is-active{
  background: #fff;
}

.emppass-scroll-section .account-sticky{
  color: #243640;
}

.emppass-scroll-section .account-phone{
  max-width: 360px;
  -webkit-filter: drop-shadow(0 28px 45px rgba(36, 54, 64, 0.18));
          filter: drop-shadow(0 28px 45px rgba(36, 54, 64, 0.18));
}

.emppass-scroll-section .account-copy-column{
  color: #53636b;
}

.emppass-scroll-section .account-eyebrow{
  color: #0a9a8d;
}

.emppass-scroll-section .account-copy-panel .section-title{
  color: #243640;
}

.emppass-scroll-section .account-copy-panel p{
  color: #53636b;
}

.emppass-copy-stack{
  min-height: 330px;
}

.emppass-scroll-section .account-progress{
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 20rem;
}

.emppass-scroll-section .account-progress-dot{
  width: 1.6rem;
  background: rgba(36, 54, 64, 0.2);
}

.emppass-scroll-section .account-progress-dot.is-active{
  width: 3.6rem;
  background: #0a9a8d;
}

.emppass-scroll-section + .section{
  position: relative;
  z-index: 1;
  background: #fff;
}

@media (max-width: 991.98px){
  .account-scroll-section{
    height: 330vh;
  }

  .emppass-scroll-section{
    height: 940vh;
  }

  .account-sticky{
    top: 58px;
    min-height: calc(100vh - 58px);
    padding: 1.75rem 0 1.45rem;
  }

  .account-scroll-row{
    min-height: calc(100vh - 7rem);
  }

  .account-phone{
    width: 64vw;
    max-width: 250px;
  }

  .emppass-scroll-section .account-phone{
    max-width: 235px;
  }

  .plans-phone{
    max-width: 235px;
  }

  .account-scroll-section .account-phone-column{
    margin-bottom: 1.35rem!important;
  }

  .emppass-scroll-section .account-phone-column,
  .plans-scroll-section .account-phone-column{
    margin-top: 1.35rem!important;
  }

  .account-copy-column{
    text-align: center;
  }

  .account-copy-stack{
    min-height: 250px;
  }

  .emppass-copy-stack{
    min-height: 320px;
  }

  .account-copy-panel .section-title{
    font-size: 2rem;
  }

  .account-copy-panel p{
    max-width: 32rem;
    margin-right: auto;
    margin-left: auto;
    font-size: 0.98rem;
  }

  .account-progress{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .emppass-scroll-section .account-progress{
    max-width: 100%;
  }
}

@media (max-width: 575.98px){
  .account-sticky{
    padding: 1.2rem 0 1.2rem;
  }

  .account-scroll-row{
    min-height: 0;
  }

  .account-phone{
    width: 48vw;
    max-width: 176px;
  }

  .account-copy-stack{
    min-height: 0;
  }

  .emppass-copy-stack{
    min-height: 0;
  }

  .plans-copy-stack{
    min-height: 0;
  }

  .emppass-scroll-section .account-phone,
  .plans-phone{
    max-width: 160px;
  }

  .account-copy-panel .section-title{
    margin-bottom: 0.75rem;
    font-size: 1.48rem;
    line-height: 1.18;
  }

  .account-copy-panel p{
    font-size: 0.88rem;
    line-height: 1.55;
  }

  .emppass-scroll-section .account-copy-panel p,
  .plans-scroll-section .account-copy-panel p{
    color: #3f4d54;
  }

  .account-eyebrow{
    margin-bottom: 0.65rem;
    font-size: 0.7rem;
  }

  .account-progress{
    gap: 0.45rem;
    margin-top: 0.85rem;
  }

  .emppass-scroll-section .account-phone-column,
  .plans-scroll-section .account-phone-column{
    margin-top: 1.95rem!important;
  }

  .account-progress-dot{
    width: 1.55rem;
    height: 0.3rem;
  }

  .account-progress-dot.is-active{
    width: 3rem;
  }

  .emppass-scroll-section .account-progress-dot{
    width: 1.25rem;
  }

  .emppass-scroll-section .account-progress-dot.is-active{
    width: 2.6rem;
  }
}

.chart{
  display: inline-block;
  margin:0 20px;
  position: relative;
  color: #4d606f;
}

.chart-content{
  position: absolute;
  top:28px;
  left:40px;
  right: 40px;
  text-align: center;
}

.chart-title{
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.chart-number{
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 700;
  color: #323c46;
}

.line{
  display: block;
  width:3rem;
  margin:0.5rem auto;
  border-radius: 3px;
  border-top: 3px solid #243640;
}

.chart-type{
  font-size:0.9rem;
  font-weight: 600;
}

.plans-scroll-section{
  position: relative;
  height: 460vh;
  background: linear-gradient(135deg, #f6fbfb 0%, #edf6f2 48%, #fff5ef 100%);
}

.plans-scroll-section .account-sticky{
  color: #243640;
}

.plans-scroll-section .account-copy-column{
  color: #53636b;
}

.plans-scroll-section .account-eyebrow{
  color: #0a9a8d;
}

.plans-scroll-section .account-copy-panel .section-title{
  color: #243640;
}

.plans-scroll-section .account-copy-panel h6{
  margin-bottom: 1rem;
  color: #243640;
  font-size: 1.05rem;
  line-height: 1.4;
}

.plans-scroll-section .account-copy-panel p{
  color: #53636b;
}

.plans-copy-stack{
  min-height: 570px;
}

.plans-progress{
  margin-top: 2rem;
}

.plans-phone{
  max-width: 360px;
}

.phone-zoom-stage{
  position: relative;
  display: block;
  width: 100%;
  max-width: 370px;
  margin-right: auto;
  margin-left: auto;
}

.phone-zoom-stage .account-phone{
  margin-right: auto;
  margin-left: auto;
}

.phone-zoom-button,
.phone-mobile-viewer{
  display: none;
}

@media (min-width: 992px){
  .account-sticky{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 2rem 0;
  }

  .account-scroll-row{
    min-height: calc(100vh - 61px - 4rem);
  }

  .phone-zoom-stage{
    --phone-stage-max-width: 370px;
    --phone-stage-fit-width: 40vh;
    width: min(100%, var(--phone-stage-max-width), var(--phone-stage-fit-width));
    max-width: var(--phone-stage-max-width);
  }

  .emppass-scroll-section .phone-zoom-stage,
  .plans-scroll-section .phone-zoom-stage{
    --phone-stage-max-width: 360px;
  }

  .plans-scroll-section .phone-zoom-stage{
    --phone-stage-fit-width: 36vh;
    -webkit-transform: translateY(-1.8rem);
        -ms-transform: translateY(-1.8rem);
            transform: translateY(-1.8rem);
  }
}

body.mobile-viewer-open{
  overflow: hidden;
}

@media (max-width: 991.98px){
  .plans-scroll-section{
    height: 500vh;
  }

  .plans-copy-stack{
    min-height: 590px;
  }

  .plans-phone{
    max-width: 270px;
  }
}

@media (max-width: 575.98px){
  .plans-copy-stack{
    min-height: 0;
  }

  .plans-scroll-section .account-copy-panel h6{
    margin-bottom: 0.6rem;
    font-size: 0.9rem;
    line-height: 1.35;
  }

  .plans-progress{
    margin-top: 0.9rem;
  }

  .plans-scroll-section .account-phone-column{
    margin-top: 1.95rem!important;
  }

  .plans-phone{
    width: 42vw;
    max-width: 142px;
  }

  .phone-zoom-button{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    top: -0.55rem;
    right: -0.65rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 2.45rem;
    height: 2.45rem;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #243640;
    color: #fff;
    -webkit-box-shadow: 0 12px 26px rgba(36, 54, 64, 0.22);
            box-shadow: 0 12px 26px rgba(36, 54, 64, 0.22);
  }

  .phone-zoom-stage{
    display: inline-block;
    width: auto;
    max-width: none;
  }

  .phone-zoom-button .fa{
    color: #fff;
    font-size: 0.95rem;
  }

  .phone-zoom-button span{
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .phone-mobile-viewer{
    position: fixed;
    z-index: 3000;
    inset: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.35rem;
  }

  .phone-mobile-viewer.is-open{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .phone-mobile-viewer-backdrop{
    position: absolute;
    inset: 0;
    background: rgba(36, 54, 64, 0.92);
  }

  .phone-mobile-viewer-panel{
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: min(100%, 430px);
    height: calc(100vh - 0.7rem);
    height: calc(100dvh - 0.7rem);
    max-height: calc(100vh - 0.7rem);
    padding: 0.5rem;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38);
            box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38);
  }

  .phone-mobile-viewer-panel img{
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: none;
    margin: 0 auto;
    border-radius: 6px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .phone-mobile-viewer-close{
    position: fixed;
    z-index: 2;
    top: 0.75rem;
    right: 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 2.15rem;
    height: 2.15rem;
    border: 1px solid rgba(36, 54, 64, 0.12);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.96);
    color: #243640;
    -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
            box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    line-height: 1;
    text-align: center;
  }

  .phone-mobile-viewer-close .fa{
    color: #243640;
    font-size: 0.95rem;
  }
}



/*-------------------------------------------------------------------------------
  6. Reviews
-------------------------------------------------------------------------------*/


.review img{
  border-radius: 50%;
  display: block;
  margin:0 auto;
}



/*-------------------------------------------------------------------------------
  7. Banner
-------------------------------------------------------------------------------*/



.contact-section{
  position: relative;
  overflow: hidden;
  padding: 7rem 0;
  background: #243640;
  color: #fff;
}

.contact-section:before{
  content:'';
  position: absolute;
  inset: 0;
  background: url(../images/backgrounds/emppass-app-background-current.jpg) 50% 50% no-repeat;
  background-size: cover;
  opacity: 0.1;
}

.contact-section .container{
  position: relative;
  z-index: 1;
}

.contact-eyebrow{
  display: inline-block;
  margin-bottom: 1rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.74);
}

.contact-title{
  max-width: 29rem;
  margin-bottom: 1.25rem;
  color: #fff;
  font-size: 2.8rem;
}

.contact-copy{
  max-width: 34rem;
  margin-bottom: 1.8rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.02rem;
}

.contact-actions{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.85rem;
}

.btn-contact-primary,
.btn-contact-secondary{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.45rem;
  min-width: 9.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-contact-primary{
  border-color: #fff;
  background: #fff;
  color: #243640;
}

.btn-contact-primary .fa{
  color: #243640;
}

.btn-contact-primary:hover,
.btn-contact-primary:focus{
  background: transparent;
  color: #fff;
}

.btn-contact-primary:hover .fa,
.btn-contact-primary:focus .fa{
  color: #fff;
}

.btn-contact-secondary{
  border-color: rgba(255, 255, 255, 0.65);
  background: transparent;
  color: #fff;
}

.btn-contact-secondary .fa{
  color: #fff;
}

.btn-contact-secondary:hover,
.btn-contact-secondary:focus{
  border-color: #fff;
  background: #fff;
  color: #243640;
}

.btn-contact-secondary:hover .fa,
.btn-contact-secondary:focus .fa{
  color: #243640;
}

.contact-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.contact-card{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 10rem;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  text-decoration: none;
  -webkit-transition: background-color 0.25s ease, border-color 0.25s ease, -webkit-transform 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease, -webkit-transform 0.25s ease;
  -o-transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}

.contact-card:hover,
.contact-card:focus{
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  text-decoration: none;
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
}

.contact-icon{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.25rem;
          flex: 0 0 3.25rem;
  width: 3.25rem;
  height: 3.25rem;
  margin-right: 1rem;
}

.contact-icon-fa{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
}

.contact-icon-fa .fa{
  color: #fff;
  font-size: 1.55rem;
}

.contact-card-body{
  display: block;
  min-width: 0;
}

.contact-label,
.contact-value,
.contact-note{
  display: block;
}

.contact-label{
  margin-bottom: 0.15rem;
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.contact-value{
  overflow-wrap: anywhere;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.contact-note{
  margin-top: 0.45rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  line-height: 1.55;
}

.modal-contact-list{
  display: grid;
  gap: 0.9rem;
}

.modal-contact-link{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  border: 1px solid #edf0f2;
  border-radius: 8px;
  color: #243640;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.modal-contact-link:hover,
.modal-contact-link:focus{
  border-color: #243640;
  color: #243640;
  text-decoration: none;
}

.modal-contact-link img{
  margin-right: 0.85rem;
}

@media (max-width: 991.98px){
  .contact-section{
    padding: 5.5rem 0;
  }

  .contact-title{
    font-size: 2.25rem;
  }
}

@media (max-width: 575.98px){
  .contact-grid{
    grid-template-columns: 1fr;
  }

  .contact-actions .btn{
    width: 100%;
  }
}



/*-------------------------------------------------------------------------------
  8. Prices
-------------------------------------------------------------------------------*/



.col-price{
  display: inline-block;
}

.pricing{
  background: #f8f8f8;
  text-align: center;
  padding: 3.25em 3.25em 3.25em 3.25em;
}

.pricing-dollar{
  font-family: 'Montserrat', sans-serif;
  vertical-align: top;
  font-size: 1.2rem;
  font-weight: 700;
  color: #3b3b3b;
}

.pricing-price{
  margin-bottom: 1.625em;
}

.pricing h6{
  font-size: 0.8rem;
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}

.pricing ul li{
  margin-bottom: 0.5rem;
}
.pricing .btn{
  margin-top: 1rem;
}

.lead-price .pricing{
  border:1px solid #cacaca;
}



/* ------------------------------------------------------------------------------- */
/*  9. Footer
/* ------------------------------------------------------------------------------- */



.footer{
  padding:60px 0 40px;
}

.social a{
  display: inline-block;
  padding: 1px;
  margin:0 15px;
  color: #C2C2C2;
}

.social a:hover{
  color: #243640;
}
.copy{
  margin-top: 10px;
}


/* ------------------------------------------------------------------------------- */
/*  8. Modals
/* ------------------------------------------------------------------------------- */



.modal-header{
  display: block;
}



/* ------------------------------------------------------------------------------- */
/*  11. Responsive styles
/* ------------------------------------------------------------------------------- */



/* 11.1 Min width 768px */



@media (min-width: 768px){




/* 11.2 Min width 992px */



@media (min-width: 992px){


  /* Navigation */


  .navbar-nav{
    padding-top: 0;
  }

  .navbar-expand-lg .navbar-nav .nav-link{
    padding: 0;
  }

  .navbar-nav .nav-item{
    margin-left: 2rem;
  }

  .nav-language{
    padding-top: 0;
  }

  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link.active{
    color: #243640;
    background: none;
  }
}

}
