body {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.owl-carousel {
  height: 100%;
}

.owl-carousel .owl-stage-outer {
  height: 100%;
}

.owl-carousel .owl-stage {
  height: 100%;
}

.owl-carousel .owl-item {
  height: 100%;
}

.owl-carousel .item {
  height: 100%;
}

.mobile .banner {
  position: relative;
}

.mobile .banner .logo {
  position: absolute;
  top: 25%;
  left: 0;
  width: calc(100% - 3.8rem);
  height: 4.0625rem;
  padding-top: 1rem;
  z-index: 1000;
  background-color: white;
}

.mobile .banner .logo img {
  max-width: 100%;
}

.mobile .banner .logo::after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  width: 0;
  height: 0;
  border-bottom: 5.0625rem solid white;
  border-right: 3.8rem solid transparent;
}

.mobile .offer {
  padding: 4rem;
}

.mobile .offer a {
  text-decoration: none;
  color: #002758;
}

.mobile .offer .content {
  padding: 0 3rem;
  text-align: center;
}

.mobile .desc {
  padding: 3.5rem;
  background-position: 80% center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  letter-spacing: 1px;
  text-align: center;
  font-size: 1.5rem;
}

.mobile .desc .cta2 {
  text-align: center;
}

.mobile .desc .cta2 a {
  background-color: #002455;
  border: 1px solid #007BAC;
  display: inline-block;
  vertical-align: middle;
  border-radius: 1rem;
  color: white;
  text-decoration: none;
  font-size: 1rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  padding: .25rem .5rem;
  line-height: 1;
  text-align: center;
}

.mobile footer {
  padding: 3.5rem 3.5rem 1rem;
}

.mobile footer .right-side {
  text-align: right;
  color: #000;
  text-transform: uppercase;
}

.mobile footer .left-side {
  padding-top: 1rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.4);
  font-size: .625rem;
}

.mobile footer .left-side a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.4);
}

.mobile .owl-dots {
  text-align: center;
}

.mobile .owl-dots .owl-dot {
  vertical-align: middle;
  position: relative;
  display: inline-block;
  border: 1px solid #002455;
  background-color: #fff;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
}

.mobile .owl-dots .owl-dot::after {
  content: '';
  display: block;
  background-color: #002455;
  border-radius: 50%;
  width: .7rem;
  height: .7rem;
  margin-left: .15rem;
  margin-top: .15rem;
}

.mobile .owl-dots .owl-dot.active {
  width: 1.2rem;
  height: 1.2rem;
  border-color: #007BAC;
}

.mobile .owl-dots .owl-dot.active::after {
  width: .8rem;
  height: .8rem;
  margin-left: .2rem;
  margin-top: .2rem;
}

.mobile .cta {
  text-align: center;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
}

.mobile .cta a {
  background-color: #002455;
  border: 1px solid #007BAC;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  color: white;
  text-decoration: none;
  font-size: 1.25rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  padding: .5rem .25rem 0;
  text-transform: uppercase;
  width: 2rem;
  height: 2rem;
  line-height: 1;
  text-align: center;
}

.mobile .cta a i {
  padding-top: .14rem;
  margin-left: -.2rem;
}

.desktop {
  display: none;
}

@media (min-width: 1200px) {
  .mobile {
    display: none;
  }
  .desktop {
    display: block;
  }
  .desktop .slider-area {
    position: relative;
    width: calc(100% - 408px);
    height: 100vh;
    top: 0;
    left: 408px;
    right: 0;
    z-index: 10;
  }
  .desktop .slider-area img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .desktop .content-area {
    position: absolute;
    width: 408px;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    z-index: 20;
  }
  .desktop .content-area .logo-area {
    position: absolute;
    background-color: white;
    padding-left: 70px;
    padding-right: 2rem;
    /* max-width: 615px; */
    height: 6.75rem;
    margin-top: 5.5rem;
  }
  .desktop .content-area .logo-area::after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    width: 0;
    height: 0;
    border-bottom: 6.75rem solid white;
    border-right: 3.8rem solid transparent;
  }
  .desktop .content-area .logo-area img {
    padding-top: 1rem;
    vertical-align: middle;
  }
  .desktop .content-area .content {
    width: 478px;
    height: 100%;
  }
  .desktop .content-area .content .content-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100%;
  }
  .desktop .content-area .content .content-row p {
    display: block;
    padding-left: 70px;
    max-width: 408px;
    -ms-flex-item-align: end;
        align-self: flex-end;
    font-size: 1.3rem;
    margin: 0;
    padding-bottom: 2rem;
  }
  .desktop .content-area::after {
    content: '';
    position: absolute;
    top: 0;
    left: 408px;
    display: block;
    width: 0;
    height: 0;
    z-index: -1;
    border-bottom: 100vh solid white;
    border-right: 369px solid transparent;
  }
  .desktop nav {
    position: absolute;
    top: 50%;
    right: 0;
    left: 478px;
    width: calc(100% - 478px);
    background-color: white;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    z-index: 50;
    margin-top: -4rem;
  }
  .desktop nav ul {
    list-style-type: none;
    width: 75%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .desktop nav ul li {
    padding: 1rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
    max-width: 230px;
  }
  .desktop nav ul li a {
    display: block;
    color: #002758;
    text-decoration: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: relative;
    z-index: 75;
    padding: .75rem;
    letter-spacing: 1px;
    line-height: 1;
    font-size: 1.25rem;
    -webkit-transition: all .75s ease-in-out;
    transition: all .75s ease-in-out;
  }
  .desktop nav ul li a .group-logo img {
    max-width: 100%;
    height: auto;
  }
  .desktop nav ul li a .group-desc {
    position: absolute;
    padding: .75rem;
    left: 0;
    right: 0;
    background-color: white;
    display: block;
    opacity: 0;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
    height: 0;
    -webkit-transition: all .75s ease-in-out;
    transition: all .75s ease-in-out;
  }
  .desktop nav ul li a:hover {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.16);
  }
  .desktop nav ul li a:hover .group-desc {
    opacity: 1;
    height: auto;
  }
  .desktop nav .nav-header {
    text-align: center;
    font-size: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .desktop footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-top: 2rem;
    padding-bottom: 1.5rem;
    padding-right: 2.2rem;
    padding-left: 70px;
    font-size: 1.25rem;
  }
  .desktop footer .left-side {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.4);
  }
  .desktop footer .left-side a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.4);
  }
}

@media (min-width: 1570px) {
  .desktop .content-area .content .content-row p {
    font-size: 2.486vh;
    padding-bottom: 10rem;
  }
  nav {
    margin-top: -2rem;
  }
  nav .nav-header {
    text-align: center;
    font-size: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
/*# sourceMappingURL=theme.css.map */