/* #region GENERAL */
body {
  font-weight: 300;
}

section {
  padding: 60px 0;
  color: #4d4d4d;
}

h1 {
  font-size: 1.3rem;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  margin: 1.5rem auto 0;
  max-width: 992px;
}
@media (min-width: 576px) {
  h1 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 3rem;
    margin-top: 1.5rem;
  }
}
@media (min-width: 1400px) {
  h1 {
    font-size: 4rem;
  }
}

h2 {
  text-align: center;
  color: #ff6600;
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 60px;
}
@media (min-width: 576px) {
  h2 {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 2.5rem;
  }
}

h3 {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
}

h4 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
}

p {
  margin-bottom: 2rem;
}

input {
  font-family: "Open Sans, " -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.img-container {
  text-align: center;
}

section, h1, h2, h3, h4, p, li, img, svg, div {
  transition: width 1s ease-in-out;
}

.page-container {
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 1050;
  display: none;
}

.up-button {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  margin: 0 auto;
  width: calc(40px + 2%);
  padding-bottom: calc(40px + 2%);
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  z-index: 2;
  transition: border-radius 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.up-button:after {
  content: "";
  box-sizing: content-box;
  border-top: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  display: block;
  margin: 0 auto;
  width: calc((40px + 2%) / 2);
  padding-bottom: calc((40px + 2%) / 2);
  position: absolute;
  top: 50%;
  left: 0%;
  right: 0%;
  transform: translate(0%, -30%) rotate(45deg);
}
.up-button:hover {
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.8);
}

#preload {
  display: none;
}

/* #endregion */
/* #region LANG-SWITCHER */
.lang-switcher {
  border: 2px solid #ff6600;
  border-radius: 0.25rem;
  margin: 0.3rem 0.5rem;
  width: 120px;
}
.lang-switcher a {
  float: left;
  display: block;
  width: 25%;
  height: 100%;
  text-decoration: none !important;
  font-weight: 700;
  color: #ff6600;
  background-color: transparent;
  text-align: center;
  font-size: 0.875rem;
}
.lang-switcher a.active {
  color: #fff;
  background-color: #ff6600;
}
.lang-switcher:after {
  content: "";
  display: table;
  clear: both;
}

/* #endregion */
/* #region HEADER */
header {
  position: relative;
}
@media (min-width: 768px) {
  header.fitToWindow .video-container {
    width: 100%;
    position: absolute;
    top: auto;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  header.fitToWindow .title-container {
    top: 35%;
  }
}
header video {
  display: none;
  width: 100%;
}
@media (min-width: 768px) {
  header video {
    display: inline-block;
  }
}
header .video-container {
  position: relative;
}
@media (min-width: 768px) {
  header .video-container {
    margin-top: 0;
    bottom: auto;
    top: 0;
  }
}
@media (min-width: 768px) {
  header .video-container:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("/LandingPages/JC360/images/header/video_shadow.png");
    background-repeat: repeat-x;
  }
}
header .video-container img {
  display: inline-block;
  width: 100%;
  position: relative;
  top: -5px;
}
@media (min-width: 768px) {
  header .video-container img {
    display: none;
  }
}
header #VideoIframe {
  position: relative;
  z-index: -1;
}
header .title-container {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 75%;
}
@media (min-width: 768px) {
  header .title-container {
    top: 35%;
  }
}
header .slidein-container {
  display: inline-block;
  position: fixed;
  top: 20%;
  right: 0;
  overflow: hidden;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  background-color: transparent;
  padding: 5px 0 5px 5px;
  z-index: 1100;
  transform: translate(0, -50%);
}
header .slidein-container.large {
  pointer-events: none;
  display: block;
  padding-left: 60px;
  padding-right: 0;
  top: calc(20% + 30px);
  left: auto;
  transform: none;
  width: auto;
}
header .slidein-container.large.modal-version {
  display: none;
  padding-left: 5px;
  padding-right: 5px;
  top: 50%;
  left: 50%;
  width: 85vw;
  max-width: 490px;
  transform: translate(-50%, -50%);
}
header .slidein-container.large.modal-version .form-container {
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 0;
}
header .slidein-container.large.modal-version .appointment-form {
  width: auto;
}
header .phone-button {
  position: relative;
  right: -108px;
  padding: 0.3125rem 1rem 0.3125rem 0.3125rem;
  cursor: pointer;
  background-color: #ffffff;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-out;
}
header .phone-button.active {
  right: 0;
}
header .phone-button svg, header .phone-button a {
  vertical-align: middle;
}
header .phone-button svg:hover {
  animation: shake 0.5s ease-in-out;
}
header .phone-button svg path {
  fill: #4d4d4d;
}
header .phone-button a {
  color: #129cdd;
  font-weight: 700;
}
header .calendar-button {
  position: absolute;
  padding: 0.3125rem;
  cursor: pointer;
  background-color: #ffffff;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-out;
  display: inline-block;
  top: 0;
  left: -50px;
  pointer-events: auto;
}
header .calendar-button:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -5px;
  background-color: #ffffff;
  height: 120%;
  width: 5px;
  box-shadow: none;
}
header .calendar-button svg, header .calendar-button a {
  vertical-align: middle;
}
header .calendar-button svg path {
  fill: #4d4d4d;
  transition: all 0.2s ease-out;
}
header .calendar-button:hover svg path {
  fill: #129cdd;
}
header .form-container {
  position: relative;
  padding: 1rem;
  background-color: #ffffff;
  transition: all 0.3s ease-out;
  right: -494px;
  pointer-events: auto;
  max-height: none;
  border-bottom-left-radius: 0.5rem;
  overflow-y: visible;
}
header .form-container.active {
  right: 0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
}
header .appointment-form {
  position: relative; /* for .btn-close */
  font-size: 0.875rem;
  width: 460px;
}
header .appointment-form p {
  margin-bottom: 0.5rem;
}
header .appointment-form h4 {
  font-size: 1.5rem;
  color: #ff6600;
  margin: 0.5rem 0;
}
header .appointment-form .field-group {
  padding: 0 2rem;
  margin-bottom: 0.5rem;
}
header .appointment-form label {
  width: 100%;
  margin-top: 0.25rem;
}
header .appointment-form .text-field {
  width: 100%;
  color: #4d4d4d;
  background-color: #e6e6e6;
  padding: 6px 3px;
  border: 2px solid transparent;
  border-top: 2px solid #ccc;
  border-radius: 5px;
}
header .appointment-form .text-field.error {
  border-color: #ff0000;
}
header .appointment-form .form-footer {
  text-align: center;
}
header .appointment-form .btn-close {
  position: absolute;
  top: -20px;
  right: -12px;
  color: #4d4d4d;
  cursor: pointer;
  padding: 0px 2px;
  background-color: #e6e6e6;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 0.8;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
}
header .appointment-form .btn-close:hover, header .appointment-form .btn-close:active {
  color: #ffffff;
  background-color: #129cdd;
}
header .appointment-form .appointment-company-row {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
header .form-success-message {
  display: none;
  text-align: center;
}
header .form-success-message p {
  margin: 0 auto 1rem;
  width: 60%;
}
header .btn-submit,
header .btn-appointment-close {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
  border: none;
  border-radius: 5px;
  background-color: #129cdd;
  color: #ffffff;
  padding: 5px 10px;
  cursor: pointer;
  width: 132px;
  transition: all 0.2s ease-in-out;
}
header .btn-submit:hover,
header .btn-appointment-close:hover {
  background-color: #37b7f3;
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-5px);
  }
  40% {
    transform: translateX(5px);
  }
  60% {
    transform: translateX(-5px);
  }
  80% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
/* #endregion */
/* #region NAVBAR */
nav {
  position: relative;
  z-index: 3;
}
nav .navbar-toggler {
  background-color: transparent;
  cursor: pointer;
  outline: none !important;
}
nav .navbar-toggler .navbar-toggler-icon {
  width: auto;
  height: auto;
}
nav .navbar-toggler .navbar-toggler-icon svg path {
  fill: #666666;
  transition: fill 0.2s ease-in-out;
}
nav .navbar-toggler:hover svg path {
  fill: #4d4d4d;
}
nav .logo-container {
  display: inline-block;
}
nav .logo {
  max-height: 36px;
  width: auto;
}
@media (min-width: 768px) {
  nav .logo {
    max-height: 36px;
    width: auto;
  }
}
nav.navbar {
  background-color: #ffffff;
  /*&:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #ffffff;
      transition: top .2s ease-in;
      z-index: -1;

      @media (min-width: 768px){
          top: -100%;
      }
  }

  &.sticky:after {
      top: 0;
      box-shadow: 0 0 6px 0 rgba(0,0,0,.5);
  }*/
}
@media (min-width: 768px) {
  nav.navbar {
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }
}
nav.navbar .navbar-nav a.nav-link {
  color: #ff6600;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75rem;
  padding: 0.1rem 0;
  margin: 0.3rem 0.5rem;
  border-top: 2px solid transparent;
}
@media (min-width: 768px) {
  nav.navbar .navbar-nav a.nav-link {
    margin: 0.3rem 1rem;
    position: relative;
  }
}
@media (min-width: 768px) {
  nav.navbar .navbar-nav a.nav-link.highlighted {
    background-color: #129cdd;
    border-radius: 0.25rem;
    color: #ffffff;
    padding: 0.25rem 1.25rem;
    transition: all 0.2s ease-in-out;
  }
}
@media (min-width: 768px) {
  nav.navbar .navbar-nav a.nav-link.highlighted:after {
    display: none;
  }
}
@media (min-width: 768px) {
  nav.navbar .navbar-nav a.nav-link.highlighted:hover, nav.navbar .navbar-nav a.nav-link.highlighted.active {
    background-color: #0e7bae;
  }
}
@media (min-width: 768px) {
  nav.navbar .navbar-nav a.nav-link:after {
    content: "";
    display: block;
    position: absolute;
    left: 1%;
    right: 1%;
    margin: 0 auto;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: #ff6600;
    transition: width 0.05s ease-in-out;
  }
}
@media (min-width: 768px) {
  nav.navbar .navbar-nav a.nav-link:hover:after, nav.navbar .navbar-nav a.nav-link.active:after {
    width: 100%;
    transition: width 0.2s ease-in-out;
  }
}

/* #endregion */
/* #region HERO */
.hero-container {
  min-height: 100vh;
  width: 100%;
  background-image: url(/LandingPages/JC360/images/header/service_hero.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.hero-container h1 {
  position: static;
  top: auto;
  margin: 0 0 2rem;
}
.hero-container .hero-lead {
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .hero-container .hero-lead {
    font-size: 1.25rem;
  }
}
.hero-container:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.7;
}
.hero-container .container {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
  padding-top: calc(80px + 5%);
  color: #ffffff;
}
.hero-container .button-container,
.hero-container .play-link-container {
  text-align: center;
}
.hero-container .play-link-container {
  padding-top: 15px;
  padding-bottom: 30px;
}
.hero-container .button {
  display: inline-block;
  width: 100%;
  border: 0.125rem solid #ffffff;
  border-radius: 0.3125rem;
  background-color: #29a314;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  padding: 1rem;
  margin-bottom: 1rem;
  box-shadow: 0px 6px 10px 0 rgba(0, 0, 0, 0.5);
  color: #4d4d4d;
  text-decoration: none !important;
  transition: all 0.2s ease-in-out;
  color: #ffffff;
}
.hero-container .button:hover {
  background-color: #238c11;
}
@media (min-width: 576px) {
  .hero-container .button {
    width: 16rem;
    font-size: 2rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.hero-container .play-link {
  font-size: 1.1rem;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  vertical-align: middle;
  outline: none !important;
}
.hero-container .play-link:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(/LandingPages/JC360/images/service/play.svg);
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}

/* #endregion */
/* #region BRIEF */
section.brief {
  background-color: #ff6600;
  color: #ffffff;
  box-shadow: inset 0 20px 40px -20px #000;
  padding: 30px 0;
}
section.brief > .container > .row {
  position: relative;
}
section.brief .brief-list {
  list-style: none;
  margin: 0;
}
section.brief .brief-list li {
  background-image: url(/LandingPages/JC360/images/brief/bullet_white.png);
  background-repeat: no-repeat;
  background-position: 0 7px;
  padding-left: 40px;
  font-size: 1.25rem;
  margin: 1rem 0;
}
section.brief .img-container {
  position: absolute;
  right: 0;
  top: 100%;
}
@media (min-width: 992px) {
  section.brief .img-container {
    top: 40%;
  }
}
@media (min-width: 1200px) {
  section.brief .img-container {
    top: 20%;
  }
}
section.brief .img-container img {
  width: 18rem;
}
@media (min-width: 576px) {
  section.brief .img-container img {
    width: 22rem;
  }
}
@media (min-width: 992px) {
  section.brief .img-container img {
    width: 26rem;
  }
}
@media (min-width: 1200px) {
  section.brief .img-container img {
    width: 34rem;
  }
}

/* #endregion */
/* #region PRODUCTIVITY */
section.productivity {
  margin-top: 6rem;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 4px solid #ffffff;
}
section.productivity .row {
  margin-left: 0;
  margin-right: 0;
}
section.productivity h2 {
  color: #ffffff;
  background-color: #ff6600;
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.5;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 1%;
  right: 1%;
  margin: 0 auto;
  transform: translate(0, -50%);
  padding: 2rem 0.5rem;
}
section.productivity h2 em {
  font-style: normal;
  font-size: 4rem;
}
section.productivity .benefit {
  color: #ffffff;
  height: 350px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  outline: 4px solid #ffffff;
}
section.productivity .benefit.left-top {
  background-image: url("/LandingPages/JC360/images/productivity/img_1.jpg");
}
section.productivity .benefit.right-top {
  background-image: url("/LandingPages/JC360/images/productivity/img_2.jpg");
}
section.productivity .benefit.left-bottom {
  background-image: url("/LandingPages/JC360/images/productivity/img_3.jpg");
}
section.productivity .benefit.right-bottom {
  background-image: url("/LandingPages/JC360/images/productivity/img_4.jpg");
}
section.productivity .benefit:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.6;
}
section.productivity .benefit .content-container {
  position: absolute;
  z-index: 1;
  width: 90%;
  max-width: 600px;
  padding: 0 0;
  text-align: center;
  margin: 0 auto;
  left: 1%;
  right: 1%;
}
section.productivity .benefit .content-container > h3 {
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin: 0;
}
section.productivity .benefit .content-container > hr {
  background-color: #ff6600;
  height: 2px;
  width: 30%;
  margin: 0.5rem auto 0.75rem;
}
section.productivity .benefit:nth-child(1) .content-container, section.productivity .benefit:nth-child(2) .content-container {
  top: 10%;
}
@media (min-width: 768px) {
  section.productivity .benefit:nth-child(1) .content-container, section.productivity .benefit:nth-child(2) .content-container {
    top: 10%;
  }
}
@media (min-width: 992px) {
  section.productivity .benefit:nth-child(1) .content-container, section.productivity .benefit:nth-child(2) .content-container {
    bottom: auto;
    top: 50%;
    transform: translate(0, -50%);
  }
}
section.productivity .benefit:nth-child(3) .content-container, section.productivity .benefit:nth-child(4) .content-container {
  bottom: 0;
}
section.productivity .icon-container {
  margin-bottom: 2rem;
}

/* #endregion */
/* #region INSTRUCTIONS */
section.instructions h3 {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: left;
  margin-bottom: 1.5rem;
}
section.instructions .img-container {
  max-width: 140px;
  margin: 0 auto;
}
section.instructions .cards-container {
  text-align: center;
}
section.instructions .card {
  vertical-align: top;
  border-radius: 0.5rem;
  border: none;
}
section.instructions .card-text {
  text-align: left;
  font-size: 0.875rem;
}

/* #endregion */
/* #region ACTION */
section.action {
  position: relative;
  margin: 0;
  padding: 0;
}
section.action .try-container {
  background-color: #e6e6e6;
  background-position: bottom center;
}
section.action .try-container .container {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
section.action .try-container .subtitle {
  font-size: 1.2rem;
  font-weight: 700;
}
section.action .try-container a.button {
  display: inline-block;
  width: 100%;
  border: 0.125rem solid #ffffff;
  border-radius: 0.3125rem;
  background-color: #29a314;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  box-shadow: 0px 6px 10px 0 rgba(0, 0, 0, 0.5);
  color: #4d4d4d;
  text-decoration: none !important;
  transition: all 0.2s ease-in-out;
  color: #ffffff;
}
section.action .try-container a.button:hover {
  background-color: #238c11;
}
@media (min-width: 576px) {
  section.action .try-container a.button {
    width: 21rem;
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  section.action .col-block:nth-child(1) {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  section.action .col-block:nth-child(2) {
    margin-top: 0;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  section.action:before {
    width: 50%;
    height: 100%;
  }
}

/* #endregion */
/* #region DEMO */
section.demo {
  padding-top: 0;
}
section.demo .container {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
}
section.demo .container > p {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
section.demo a.button {
  display: inline-block;
  border: 0.125rem solid #ff6600;
  color: #ff6600;
  background-color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.3rem 0.8rem;
  text-decoration: none !important;
  transition: all 0.2s ease-in-out;
  margin: 1rem 0;
}
section.demo a.button:hover {
  color: #ffffff;
  background-color: #ff6600;
  border-color: #ff6600;
}
section.demo .img-fluid {
  max-height: 500px;
}

/* #endregion */
/* #region TESTIMONIALS */
section.testimonials h2 {
  margin-bottom: 0;
}
section.testimonials .logos-container {
  text-align: center;
  margin: 0 auto;
}
section.testimonials .logo {
  display: inline-block;
  margin: 0.3125em 0;
}
@media (min-width: 992px) {
  section.testimonials .logo img {
    width: 150px;
  }
}
@media (min-width: 1200px) {
  section.testimonials .logo img {
    width: auto;
  }
}
section.testimonials .slider ul {
  list-style: none;
}
section.testimonials .slider ul li {
  padding: 1rem;
}
section.testimonials .feature-image {
  display: inline-block;
  border: 0.3125rem solid #ff6600;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: middle;
}
section.testimonials .feature-reference {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  margin: 30px 0 0;
}
@media (min-width: 768px) {
  section.testimonials .feature-reference {
    width: calc(100% - 220px - 40px);
    padding: 0 0 0 30px;
  }
}
section.testimonials .feature-reference p:nth-child(2) {
  margin: 0;
}
section.testimonials .feature-image img {
  filter: grayscale(100%);
  vertical-align: middle;
}
section.testimonials .feature-reference em {
  font-weight: 700;
  font-style: italic;
}
section.testimonials .feature-reference strong {
  font-weight: 700;
}
section.testimonials .unslider {
  max-width: 1000px;
}
section.testimonials .unslider .unslider-nav ol li {
  width: 12px;
  height: 12px;
}

/* #endregion */
/* #region LINKS */
section.links {
  box-shadow: inset 0 60px 60px -60px rgba(0, 0, 0, 0.5);
  background-image: url(/LandingPages/JC360/images/links/link_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  section.links {
    background-attachment: fixed;
  }
}
section.links ul {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
section.links ul li {
  display: block;
}
@media (min-width: 576px) {
  section.links ul li {
    display: inline-block;
  }
}
section.links ul li a {
  width: 100%;
  display: block;
  border: 0.16rem solid #ffffff;
  color: #ffffff;
  padding: 0.4rem 0.8rem;
  text-transform: uppercase;
  margin: 1rem auto;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none !important;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
section.links ul li a:hover {
  background-color: #ffffff;
  color: #23a9b4;
}
@media (min-width: 576px) {
  section.links ul li a {
    width: 310px;
    margin: 0.5rem;
  }
}
@media (min-width: 1200px) {
  section.links ul li a {
    width: auto;
  }
}

/* #endregion */
/* #region SERVICE */
section.service {
  margin-bottom: -140px;
  padding-top: 30px;
}
section.service h2 {
  margin-top: 2rem;
  line-height: 1.5;
}
section.service .cards-container {
  text-align: center;
}
section.service .card {
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 0.5rem;
  border: none;
  margin-top: 30px;
}
section.service .card-title {
  color: #ff6600;
  font-size: 1.75rem;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  border-bottom: 3px solid #ff6600;
}
@media (min-width: 768px) {
  section.service .card-title {
    min-height: 75px;
  }
}
@media (min-width: 992px) {
  section.service .card-title {
    min-height: 0;
  }
}
section.service .card-text {
  text-align: left;
  padding: 0;
  margin: 0;
  min-height: 6rem;
}
section.service .img-container {
  margin: 0 auto;
  width: 160px;
}
section.service .img-container svg path {
  fill: #b3b3b3;
}
section.service .card-link {
  margin: 1rem 0 0 0;
  text-align: left;
}
section.service .card-link span {
  color: #ff6600;
  font-size: 1.25rem;
  text-decoration: none;
  padding-right: 5px;
}
section.service .card-link a {
  color: #129cdd;
  text-decoration: underline;
  font-size: 1.2rem;
  font-weight: 700;
  vertical-align: 2px;
}

/* #endregion */
/* #region TARGET */
section.target .img-container {
  padding: 0 3% 6%;
}
section.target img {
  border: 0.2rem solid #4d4d4d;
}
section.target p {
  padding: 0 10px;
}

/* #endregion */
/* #region PRICE */
section.price {
  text-align: center;
  padding-top: 0;
}
@media (min-width: 768px) {
  section.price {
    padding-top: 60px;
  }
}
section.price h2 {
  margin: 2rem 0 1rem;
}
section.price .large-text {
  margin: 0 0 -1rem;
}
@media (min-width: 576px) {
  section.price .large-text {
    margin: 0 0 -2rem;
  }
}
section.price .large-text > strong {
  color: #ff6600;
  font-size: 5rem;
  font-weight: 700;
}
@media (min-width: 576px) {
  section.price .large-text > strong {
    font-size: 9rem;
  }
}
section.price p {
  margin: 0;
}
section.price p > em {
  color: #ff6600;
  font-style: normal;
  font-weight: 700;
  font-size: 1.4em;
  text-transform: uppercase;
}
section.price .narrow-box {
  max-width: 28rem;
  margin: 0.5rem auto 0;
  font-size: 0.875rem;
  padding: 1rem 1rem 0;
  border-top: 5px solid #ff6600;
}
section.price .narrow-box b {
  font-weight: 700;
  font-size: 1rem;
}
section.price .narrow-box p {
  margin-bottom: 1rem;
}

/* #endregion */
/* #region PACKAGE */
section.package {
  background-color: #e6e6e6;
}
section.package h2 {
  margin-bottom: 6rem;
}
section.package h3 {
  font-size: 1rem;
}
section.package p {
  height: 6.5rem;
}
section.package .img-container {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  margin: 0 auto 1rem;
}
section.package .col-first .row:nth-child(1) .img-container {
  background-color: #b76694;
}
section.package .col-first .row:nth-child(2) .img-container {
  background-color: #7981b5;
}
section.package .col-first .row:nth-child(3) .img-container {
  background-color: #1da9be;
}
section.package .col-first .row:nth-child(4) .img-container {
  background-color: #84c073;
}
section.package .col-second .row:nth-child(1) .img-container {
  background-color: #c1d22c;
}
section.package .col-second .row:nth-child(2) .img-container {
  background-color: #f49c4c;
}
section.package .col-second .row:nth-child(3) .img-container {
  background-color: #e39a7d;
}
section.package .col-second .row:nth-child(4) .img-container {
  background-color: #ea556d;
}
section.package svg path {
  fill: #ffffff;
}

/* #endregion */
/* #region DASHBOARD */
section.dashboard h2 {
  margin-top: 2rem;
}
section.dashboard .item-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
section.dashboard .item-list li {
  padding: 10% 0;
  border-top: 2px solid #b3b3b3;
}
section.dashboard .item-list li:first-child {
  padding-top: 0;
  border: none;
}
section.dashboard h3 {
  text-align: left;
  margin: -0.5rem 0 2rem;
  line-height: 1.5;
}
@media (min-width: 992px) {
  section.dashboard h3 {
    margin: 1rem 0 2rem;
  }
}
section.dashboard .img-container {
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.3);
}
section.dashboard .img-container img {
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

/* #endregion */
/* #region ACTIVITY */
section.activity h2 {
  margin-top: 2rem;
}
section.activity .item-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
section.activity .item-list li {
  padding: 8% 0;
  border-top: 2px solid #b3b3b3;
}
section.activity .item-list li:first-child {
  padding-top: 2rem;
  border: none;
}
section.activity h3 {
  text-align: left;
  margin: -0.5rem 0 1rem;
  line-height: 1.5;
}
@media (min-width: 992px) {
  section.activity h3 {
    margin: 1rem 0;
  }
}
section.activity .has-margin {
  margin-bottom: 1rem;
}

/* #endregion */
/* #region REPORTS */
section.reports h2 {
  margin-top: 2rem;
}

/* #endregion */
/* #region CONTACT */
section.contact {
  box-shadow: inset 0 60px 60px -60px rgba(0, 0, 0, 0.5);
  background-color: #4d4d4d;
  color: #b3b3b3;
  padding-bottom: 0;
}
section.contact h3 {
  color: #ff6600;
  text-transform: uppercase;
  text-align: left;
}
section.contact .form-container {
  padding-top: 0.5rem;
}
section.contact .row #ContactForm {
  text-align: right;
  margin: 0 0 0 auto;
  position: relative;
}
section.contact p {
  font-weight: 700;
}
section.contact p > a {
  color: #b3b3b3;
}
section.contact .text-field {
  width: 100%;
  border-radius: 0.4rem;
  border: none;
  border-top: 2px solid transparent;
  border-bottom: 2px solid #666666;
  margin-bottom: 1rem;
  padding: 0.5rem;
  background-color: #333333;
  font-weight: 400;
  color: #b3b3b3;
}
section.contact .text-field.error {
  border: 2px solid #ff0000;
}
section.contact .comment {
  resize: none;
  height: 12rem;
}
section.contact ::-webkit-input-placeholder {
  color: #666666;
  opacity: 1;
}
section.contact ::-moz-placeholder {
  color: #666666;
  opacity: 1;
}
section.contact :-ms-input-placeholder {
  color: #666666;
  opacity: 1;
}
section.contact :-moz-placeholder {
  color: #666666;
  opacity: 1;
}
section.contact .btn-submit {
  background-color: #129cdd;
  background-image: url(/LandingPages/JC360/images/contact/icon_send_mail.svg);
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  outline: none !important;
  position: absolute;
  bottom: -4%;
  right: 10%;
  cursor: pointer;
  box-shadow: 0 0.3rem 0.5rem 0.05rem rgba(0, 0, 0, 0.5);
  transition: box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
section.contact .btn-submit:hover {
  background-color: #37b7f3;
  animation: fly 0.6s ease-in-out;
}
section.contact .form-message {
  visibility: hidden;
  margin: 1.5rem 0 0;
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
}
section.contact .form-message.alert-success, section.contact .form-message.alert-danger {
  visibility: visible;
}
section.contact .contact-line p,
section.contact .contact-line svg {
  vertical-align: top;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}
section.contact .contact-line p {
  font-size: 0.875rem;
  margin-bottom: 1rem;
  display: inline-block;
}
section.contact .contact-line div:nth-child(2) {
  padding-left: 0;
}
section.contact .social-links {
  text-align: right;
  padding-right: 70px;
}
@media (min-width: 992px) {
  section.contact .social-links {
    margin-top: -1rem;
  }
}
section.contact .social-links svg {
  width: 50px;
  height: 50px;
  transition: filter 0.2s ease-in-out;
  filter: drop-shadow(0px 1px 0px rgba(0, 0, 0, 0.5));
}
section.contact .social-links svg:hover path {
  fill: #666666;
}
section.contact .social-links svg path {
  fill: #999999;
  transition: fill 0.2s ease-in-out;
}
section.contact .copyright {
  margin-top: 2rem;
  border-top: 2px solid #666666;
  font-size: 0.875rem;
  padding-top: 1rem;
}
section.contact .copyright p {
  margin: 0;
}
section.contact .copyright a {
  color: #b3b3b3;
}
section.contact .footer-block {
  margin-top: 2rem;
}
section.contact .footer-block:first-child {
  margin-top: 0;
}
@media (min-width: 992px) {
  section.contact .footer-block {
    margin-top: 0;
  }
}

@keyframes fly {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 50px -50px;
  }
  51% {
    background-position: -50px -50px;
  }
  52% {
    background-position: -50px 50px;
  }
  100% {
    background-position: 0 0;
  }
}
/* #endregion */