@charset "UTF-8";
body {
  font-family: Roboto, Sans-Serif;
  color: #596170;
  overflow-x: hidden;
}

#display {
  margin-bottom: 1em;
}

.contenu {
  padding-top: 3em;
  margin-left: -15px;
  margin-right: -15px;
}

#sidebar-wrapper {
  z-index: 1000;
  left: 220px;
  width: 0;
  height: 100%;
  margin-left: -220px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #ffffff;
  transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 220px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 600;
}
.sidebar-nav li {
  position: relative;
  line-height: 20px;
  display: inline-block;
  width: 100%;
}
.sidebar-nav li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 3px;
  background-color: #ffffff;
  transition: width 0.2s ease-in;
}
.sidebar-nav li.open a:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: transparent;
}
.sidebar-nav li.open a:active {
  color: #FFFFFF;
  text-decoration: none;
  background-color: transparent;
}
.sidebar-nav li.open a:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: transparent;
}
.sidebar-nav li.open:hover:before {
  width: 100%;
  transition: width 0.2s ease-in;
}
.sidebar-nav li a {
  display: block;
  color: #7c7b81;
  text-decoration: none;
  padding: 10px 15px 10px 30px;
}
.sidebar-nav li a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
}
.sidebar-nav li a:active {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
}
.sidebar-nav li a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
}
.sidebar-nav li:first-child a :not(.langSelectorListItem) {
  color: #FFFFFF;
  background-color: #ffffff;
}
.sidebar-nav li:hover:before {
  width: 100%;
  transition: width 0.2s ease-in;
}
.sidebar-nav > .sidebar-brand {
  height: 65px;
  font-size: 20px;
  line-height: 44px;
}
.sidebar-nav > .sidebar-brand > img {
  max-height: 65px;
  max-width: 180px;
}
.sidebar-nav > .hoverable:before {
  margin-left: -2px;
  background-color: #e51c23;
  color: #ffffff;
}
.sidebar-nav .dropdown-menu {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: none;
  background-color: #ffffff;
  box-shadow: none;
}

.hamburger {
  position: absolute;
  top: 14px;
  z-index: 99999;
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 15px;
  background: transparent;
  border: none;
}
.hamburger:hover {
  outline: none;
}
.hamburger:focus {
  outline: none;
}
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  content: "";
  display: block;
  width: 100px;
  font-size: 14px;
  color: #000000;
  line-height: 32px;
  text-align: center;
  opacity: 0;
}
.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
}
.hamburger.is-closed:hover .hamb-top {
  top: 0;
}
.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
}
.hamburger.is-closed .hamb-top {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #000000;
  top: 5px;
}
.hamburger.is-closed .hamb-middle {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #000000;
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #000000;
  bottom: 5px;
}
.hamburger.is-open .hamb-top {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #000000;
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-open .hamb-middle {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #000000;
  display: none;
}
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
  background-color: #000000;
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-open:before {
  content: "";
  display: block;
  width: 100px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 32px;
  text-align: center;
  opacity: 0;
}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
}

.topicon {
  color: #000000;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.btn-toggle {
  margin: 0 4rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 1.5rem;
  color: #596170;
  background: #cccccc;
}
.btn-toggle:focus, .btn-toggle.focus, .btn-toggle:focus.active, .btn-toggle.focus.active {
  outline: none;
}
.btn-toggle:before, .btn-toggle:after {
  line-height: 1.5rem;
  width: 4rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle:before {
  content: "Off";
  left: -4rem;
}
.btn-toggle:after {
  content: "On";
  right: -4rem;
  opacity: 0.5;
}
.btn-toggle > .handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left 0.25s;
}
.btn-toggle.active {
  transition: background-color 0.25s;
}
.btn-toggle.active > .handle {
  left: 1.6875rem;
  transition: left 0.25s;
}
.btn-toggle.active:before {
  opacity: 0.5;
}
.btn-toggle.active:after {
  opacity: 1;
}
.btn-toggle.btn-sm:before, .btn-toggle.btn-sm:after {
  line-height: -0.5rem;
  color: #596170;
  letter-spacing: 0.75px;
  left: 0.4125rem;
  width: 2.325rem;
}
.btn-toggle.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-xs:before, .btn-toggle.btn-xs:after {
  display: none;
}
.btn-toggle:before, .btn-toggle:after {
  color: #596170;
}
.btn-toggle.active {
  background-color: #e51c23;
}
.btn-toggle.btn-lg {
  margin: 0 5rem;
  padding: 0;
  position: relative;
  border: none;
  height: 2.5rem;
  width: 5rem;
  border-radius: 2.5rem;
}
.btn-toggle.btn-lg:focus, .btn-toggle.btn-lg.focus, .btn-toggle.btn-lg:focus.active, .btn-toggle.btn-lg.focus.active {
  outline: none;
}
.btn-toggle.btn-lg:before, .btn-toggle.btn-lg:after {
  line-height: 2.5rem;
  width: 5rem;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle.btn-lg:before {
  content: "Off";
  left: -5rem;
}
.btn-toggle.btn-lg:after {
  content: "On";
  right: -5rem;
  opacity: 0.5;
}
.btn-toggle.btn-lg > .handle {
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 1.875rem;
  background: #fff;
  transition: left 0.25s;
}
.btn-toggle.btn-lg.active {
  transition: background-color 0.25s;
}
.btn-toggle.btn-lg.active > .handle {
  left: 2.8125rem;
  transition: left 0.25s;
}
.btn-toggle.btn-lg.active:before {
  opacity: 0.5;
}
.btn-toggle.btn-lg.active:after {
  opacity: 1;
}
.btn-toggle.btn-lg.btn-sm:before, .btn-toggle.btn-lg.btn-sm:after {
  line-height: 0.5rem;
  color: #596170;
  letter-spacing: 0.75px;
  left: 0.6875rem;
  width: 3.875rem;
}
.btn-toggle.btn-lg.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-lg.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-lg.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-lg.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-lg.btn-xs:before, .btn-toggle.btn-lg.btn-xs:after {
  display: none;
}
.btn-toggle.btn-sm {
  margin: 0 0.5rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 1.5rem;
}
.btn-toggle.btn-sm:focus, .btn-toggle.btn-sm.focus, .btn-toggle.btn-sm:focus.active, .btn-toggle.btn-sm.focus.active {
  outline: none;
}
.btn-toggle.btn-sm:before, .btn-toggle.btn-sm:after {
  line-height: 1.5rem;
  width: 0.5rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.55rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle.btn-sm:before {
  content: "Off";
  left: -0.5rem;
}
.btn-toggle.btn-sm:after {
  content: "On";
  right: -0.5rem;
  opacity: 0.5;
}
.btn-toggle.btn-sm > .handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #fff;
  transition: left 0.25s;
}
.btn-toggle.btn-sm.active {
  transition: background-color 0.25s;
}
.btn-toggle.btn-sm.active > .handle {
  left: 1.6875rem;
  transition: left 0.25s;
}
.btn-toggle.btn-sm.active:before {
  opacity: 0.5;
}
.btn-toggle.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-sm.btn-sm:before, .btn-toggle.btn-sm.btn-sm:after {
  line-height: -0.5rem;
  color: #596170;
  letter-spacing: 0.75px;
  left: 0.4125rem;
  width: 2.325rem;
}
.btn-toggle.btn-sm.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-sm.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-sm.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-sm.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-sm.btn-xs:before, .btn-toggle.btn-sm.btn-xs:after {
  display: none;
}
.btn-toggle.btn-xs {
  margin: 0 0;
  padding: 0;
  position: relative;
  border: none;
  height: 1rem;
  width: 2rem;
  border-radius: 1rem;
}
.btn-toggle.btn-xs:focus, .btn-toggle.btn-xs.focus, .btn-toggle.btn-xs:focus.active, .btn-toggle.btn-xs.focus.active {
  outline: none;
}
.btn-toggle.btn-xs:before, .btn-toggle.btn-xs:after {
  line-height: 1rem;
  width: 0;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.btn-toggle.btn-xs:before {
  content: "Off";
  left: 0;
}
.btn-toggle.btn-xs:after {
  content: "On";
  right: 0;
  opacity: 0.5;
}
.btn-toggle.btn-xs > .handle {
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.75rem;
  background: #fff;
  transition: left 0.25s;
}
.btn-toggle.btn-xs.active {
  transition: background-color 0.25s;
}
.btn-toggle.btn-xs.active > .handle {
  left: 1.125rem;
  transition: left 0.25s;
}
.btn-toggle.btn-xs.active:before {
  opacity: 0.5;
}
.btn-toggle.btn-xs.active:after {
  opacity: 1;
}
.btn-toggle.btn-xs.btn-sm:before, .btn-toggle.btn-xs.btn-sm:after {
  line-height: -1rem;
  color: #596170;
  letter-spacing: 0.75px;
  left: 0.275rem;
  width: 1.55rem;
}
.btn-toggle.btn-xs.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-xs.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-xs.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-xs.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-xs.btn-xs:before, .btn-toggle.btn-xs.btn-xs:after {
  display: none;
}
.btn-toggle.btn-secondary {
  color: #596170;
  background: #cccccc;
}
.btn-toggle.btn-secondary:before, .btn-toggle.btn-secondary:after {
  color: #596170;
}
.btn-toggle.btn-secondary.active {
  background-color: #e51c23;
}

/* Carroussel CSS */
.services {
  width: 100%;
  height: 45vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1vw;
}
.services > * {
  flex-grow: 1;
}

@media screen and (max-width: 1600px) {
  .services {
    height: 40vh;
  }
}
@media screen and (max-width: 1280px) {
  .services {
    height: 50vh;
  }
}
@media screen and (max-width: 800px) {
  .services {
    height: 40vh;
  }
}
.circle--rotate {
  border-radius: 50%;
  border: 1px #596170 solid;
  width: 43%;
  height: 43%;
  margin: 0 auto 0;
  position: relative;
  transform: rotate(0deg);
  z-index: 0;
  padding: 0;
}
.circle--rotate > li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  z-index: 10;
  visibility: hidden;
}
.circle--rotate > li .icon {
  visibility: visible;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
  background-color: #596170;
  height: 10%;
  width: 10%;
  margin: -5% auto;
  transition: all 500ms ease;
  box-shadow: -10px 10px 25px rgba(0, 0, 0, 0.2);
}
.circle--rotate > li i {
  color: #FFFFFF;
  font-size: 24px;
  margin: auto;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: table;
}
.circle--rotate > li i::before {
  display: table-cell;
  vertical-align: middle;
}
.circle--rotate > li img {
  margin: auto;
}

.circle--slider {
  position: relative;
}
.circle--slider .rotate--circle {
  margin: 0 auto;
}
.circle--slider .circle--rotate > li div {
  position: relative;
  overflow: visible;
  background-color: #1f2845;
}
.circle--slider .circle--rotate > li div span {
  transform: rotate(0deg);
  transition: all 2s;
  opacity: 0;
}
.circle--slider .circle--rotate > li.active div {
  font-size: 20px;
  background-color: #e51c23;
  transition: all 1s;
}
.circle--slider .circle--rotate > li.active div span {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-45deg);
  z-index: -1;
  opacity: 1;
}
.circle--slider .circle--rotate > li.active div span:before {
  position: absolute;
  height: 1px;
  top: -50%;
  right: 140%;
  bottom: 0;
  margin: auto;
  content: "";
  width: 30%;
  height: 30%;
  filter: blur(3px);
  opacity: 0.7;
  border: 6px solid #f48e2a;
  z-index: -1;
}
.circle--slider .circle--rotate > li.active div span:after {
  position: absolute;
  height: 1px;
  top: 100%;
  left: 130%;
  bottom: 0;
  margin: auto;
  content: "";
  width: 40%;
  height: 40%;
  border-radius: 50%;
  opacity: 0.7;
  border: 8px solid #fe9290;
  z-index: 5;
}
.circle--slider .count2 li:nth-child(2) {
  transform: rotate(45deg);
}
.circle--slider .count3 li:nth-child(2) {
  transform: rotate(120deg);
}
.circle--slider .count3 li:nth-child(3) {
  transform: rotate(240deg);
}
.circle--slider .count4 li:nth-child(2) {
  transform: rotate(90deg);
}
.circle--slider .count4 li:nth-child(3) {
  transform: rotate(180deg);
}
.circle--slider .count4 li:nth-child(4) {
  transform: rotate(270deg);
}
.circle--slider .count5 li:nth-child(2) {
  transform: rotate(72deg);
}
.circle--slider .count5 li:nth-child(3) {
  transform: rotate(144deg);
}
.circle--slider .count5 li:nth-child(4) {
  transform: rotate(216deg);
}
.circle--slider .count5 li:nth-child(5) {
  transform: rotate(-72deg);
}
.circle--slider .count6 li:nth-child(2) {
  transform: rotate(60deg);
}
.circle--slider .count6 li:nth-child(3) {
  transform: rotate(120deg);
}
.circle--slider .count6 li:nth-child(4) {
  transform: rotate(180deg);
}
.circle--slider .count6 li:nth-child(5) {
  transform: rotate(240deg);
}
.circle--slider .count6 li:nth-child(6) {
  transform: rotate(-60deg);
}
.circle--slider .count7 li:nth-child(2) {
  transform: rotate(51.5deg);
}
.circle--slider .count7 li:nth-child(3) {
  transform: rotate(103deg);
}
.circle--slider .count7 li:nth-child(4) {
  transform: rotate(154.5deg);
}
.circle--slider .count7 li:nth-child(5) {
  transform: rotate(206deg);
}
.circle--slider .count7 li:nth-child(6) {
  transform: rotate(-103deg);
}
.circle--slider .count7 li:nth-child(7) {
  transform: rotate(-51.5deg);
}
.circle--slider .count8 li:nth-child(2) {
  transform: rotate(45deg);
}
.circle--slider .count8 li:nth-child(3) {
  transform: rotate(90deg);
}
.circle--slider .count8 li:nth-child(4) {
  transform: rotate(135deg);
}
.circle--slider .count8 li:nth-child(5) {
  transform: rotate(180deg);
}
.circle--slider .count8 li:nth-child(6) {
  transform: rotate(-135deg);
}
.circle--slider .count8 li:nth-child(7) {
  transform: rotate(-90deg);
}
.circle--slider .count8 li:nth-child(8) {
  transform: rotate(-45deg);
}
.circle--slider .count9 li:nth-child(2) {
  transform: rotate(40deg);
}
.circle--slider .count9 li:nth-child(3) {
  transform: rotate(80deg);
}
.circle--slider .count9 li:nth-child(4) {
  transform: rotate(120deg);
}
.circle--slider .count9 li:nth-child(5) {
  transform: rotate(160deg);
}
.circle--slider .count9 li:nth-child(6) {
  transform: rotate(-160deg);
}
.circle--slider .count9 li:nth-child(7) {
  transform: rotate(-120deg);
}
.circle--slider .count9 li:nth-child(8) {
  transform: rotate(-80deg);
}
.circle--slider .count9 li:nth-child(9) {
  transform: rotate(-40deg);
}
.circle--slider .count10 li:nth-child(2) {
  transform: rotate(36deg);
}
.circle--slider .count10 li:nth-child(3) {
  transform: rotate(72deg);
}
.circle--slider .count10 li:nth-child(4) {
  transform: rotate(108deg);
}
.circle--slider .count10 li:nth-child(5) {
  transform: rotate(144deg);
}
.circle--slider .count10 li:nth-child(6) {
  transform: rotate(-180deg);
}
.circle--slider .count10 li:nth-child(7) {
  transform: rotate(-144deg);
}
.circle--slider .count10 li:nth-child(8) {
  transform: rotate(-108deg);
}
.circle--slider .count10 li:nth-child(9) {
  transform: rotate(-72deg);
}
.circle--slider .count10 li:nth-child(10) {
  transform: rotate(-36deg);
}
.circle--slider .animate-wrapper {
  width: 25%;
  height: 25%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
}
.circle--slider .animate-title {
  color: #596170;
}
.circle--slider .animate-img {
  width: 25%;
  height: 25%;
  border-radius: 50%;
  overflow: hidden;
}
.circle--slider .animate-img .animate-img__in {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  background-repeat: no-repeat;
  z-index: 3;
  transform: rotate3d(0, 0, 0, 0deg) scale(0.85);
  transition: 0.55s ease-in-out;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-size: cover;
  box-shadow: -20px 20px 50px rgba(0, 0, 0, 0.3);
}
.circle--slider .animate-more {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s 0.4s;
  min-width: 131px;
  overflow: hidden;
  text-align: center;
  z-index: 30;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 15px;
  height: 62px;
  transform: scale(0.8);
  margin-bottom: -60px;
}
.circle--slider .animate.active .animate-more {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.circle--slider .animate.active .animate-img .animate-img__in {
  opacity: 1;
  transform: scale(1);
}
.circle--slider .prev, .circle--slider .next {
  color: #596170;
  font-size: 2em;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  height: 22px;
  width: 87px;
  text-align: center;
  cursor: pointer;
}
.circle--slider .prev span, .circle--slider .next span {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-weight: 700;
}
.circle--slider .prev {
  left: 200px;
}
.circle--slider .next {
  right: 200px;
}

/*****
Slider Input
 */
.input-range {
  position: relative;
  top: 20px;
  left: 50%;
  width: 30%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sequence {
  top: 2vw;
  left: 20%;
  width: 50%;
}

.input-range #range-slider {
  width: calc(100% - 16.66666667%);
  order: 10;
  margin: 0;
  border: none;
  background-color: #f6f1f1;
  margin-top: 0.5vw;
  border-radius: 2vw;
  height: 0.8vw;
}
.input-range #range-slider .ui-slider-range {
  background-color: #bad6ef;
  border-radius: 2vw;
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  transition: all ease 250ms;
  cursor: pointer;
  height: 0.8vw;
}
.input-range #range-slider .ui-slider-handle {
  background-color: #bad6ef;
  border: none;
  width: 1.5vw;
  height: 1.5vw;
  border-radius: 20px;
  transform: translateY(-50%);
  top: 50%;
  margin-left: -0.75vw;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  outline: none;
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  transition: all ease 250ms;
  cursor: pointer;
}
.input-range #range-slider[data-value="1"] .ui-slider-range, .input-range #range-slider[data-value="2"] .ui-slider-range, .input-range #range-slider[data-value="1"] .ui-slider-handle {
  background-color: #f28e92;
}
.input-range #range-slider[data-value="3"] .ui-slider-range, .input-range #range-slider[data-value="4"] .ui-slider-range, .input-range #range-slider[data-value="2"] .ui-slider-handle {
  background-color: #ef787c;
}
.input-range #range-slider[data-value="5"] .ui-slider-range, .input-range #range-slider[data-value="6"] .ui-slider-range, .input-range #range-slider[data-value="3"] .ui-slider-handle {
  background-color: #ed6166;
}
.input-range #range-slider[data-value="7"] .ui-slider-range, .input-range #range-slider[data-value="8"] .ui-slider-range, .input-range #range-slider[data-value="4"] .ui-slider-handle {
  background-color: #ea4a4f;
}
.input-range #range-slider[data-value="9"] .ui-slider-range, .input-range #range-slider[data-value="10"] .ui-slider-range, .input-range #range-slider[data-value="5"] .ui-slider-handle {
  background-color: #e51c23;
}
.input-range .labels {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.input-range .labels .fad {
  width: calc(100% / 6);
  text-align: center;
  cursor: pointer;
  color: #a09b9b;
  -webkit-transition: all ease 250ms;
  -moz-transition: all ease 250ms;
  -o-transition: all ease 250ms;
  transition: all ease 250ms;
}
.input-range .labels .fad:before, .input-range .labels .fad:after {
  font-size: 2vw;
}
.input-range .labels .fad:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.input-range .labels[data-value="1"] .fad:nth-child(-n+1), .input-range .labels[data-value="2"] .fad:nth-child(-n+1) {
  color: #f28e92;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.seqli {
  color: #a09b9b;
}

.sequl[data-intensity="1"] .seqli:nth-child(-n+1), .sequl[data-intensity="2"] .seqli:nth-child(-n+1) {
  color: #f28e92;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.input-range .labels[data-value="3"] .fad:nth-child(-n+2), .input-range .labels[data-value="4"] .fad:nth-child(-n+2) {
  color: #ef787c;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.sequl[data-intensity="3"] .seqli:nth-child(-n+2), .sequl[data-intensity="4"] .seqli:nth-child(-n+2) {
  color: #ef787c;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.input-range .labels[data-value="5"] .fad:nth-child(-n+3), .input-range .labels[data-value="6"] .fad:nth-child(-n+3) {
  color: #ed6166;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.sequl[data-intensity="5"] .seqli:nth-child(-n+3), .sequl[data-intensity="6"] .seqli:nth-child(-n+3) {
  color: #ed6166;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.input-range .labels[data-value="7"] .fad:nth-child(-n+4), .input-range .labels[data-value="8"] .fad:nth-child(-n+4) {
  color: #ea4a4f;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.sequl[data-intensity="7"] .seqli:nth-child(-n+4), .sequl[data-intensity="8"] .seqli:nth-child(-n+4) {
  color: #ea4a4f;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.input-range .labels[data-value="9"] .fad:nth-child(-n+5), .input-range .labels[data-value="10"] .fad:nth-child(-n+5) {
  color: #e51c23;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.sequl[data-intensity="9"] .seqli:nth-child(-n+5), .sequl[data-intensity="10"] .seqli:nth-child(-n+5) {
  color: #e51c23;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.seqdiv {
  padding-left: 0px;
}

.seqdiv li {
  color: #a09b9b;
  display: inline;
}

.seqdiv[data-intensity="1"] .seqdivli:nth-child(-n+2), .seqdiv[data-intensity="2"] .seqdivli:nth-child(-n+1) {
  color: #f28e92;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.seqdiv[data-intensity="3"] .seqdivli:nth-child(-n+2), .seqdiv[data-intensity="4"] .seqdivli:nth-child(-n+2) {
  color: #ef787c;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.seqdiv[data-intensity="5"] .seqdivli:nth-child(-n+3), .seqdiv[data-intensity="6"] .seqdivli:nth-child(-n+3) {
  color: #ed6166;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.seqdiv[data-intensity="7"] .seqdivli:nth-child(-n+4), .seqdiv[data-intensity="8"] .seqdivli:nth-child(-n+4) {
  color: #ea4a4f;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.seqdiv[data-intensity="9"] .seqdivli:nth-child(-n+5), .seqdiv[data-intensity="10"] .seqdivli:nth-child(-n+5) {
  color: #e51c23;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.circle--slider .animate-title h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 16px;
}
.circle--slider .animate-title h6 {
  margin-top: -5px;
}

.intensity {
  width: 250px;
  height: 250px;
  background-color: #cccccc;
  box-shadow: -20px 20px 50px rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  font-size: 2em;
  font-weight: 300;
  color: #FFFFFF;
  zoom: 0.7;
}
.intensity > .intensity-content {
  text-align: center;
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .input-range {
    width: 70%;
  }
  .input-range #range-slider {
    margin-top: 4vw;
  }

  .services {
    height: 55vh;
  }

  .circle--slider .animate-title {
    margin-top: -20px;
  }
  .circle--slider .animate-title h4 {
    margin-top: 13px;
    color: #596170;
    font-size: 12px;
  }
  .circle--slider .animate-title h6 {
    margin-top: 0px;
    font-size: 10px;
  }
  .circle--slider .prev {
    left: 50px;
  }
  .circle--slider .next {
    right: 50px;
  }

  .circle--rotate {
    width: 65%;
    height: 65%;
    margin: 0 auto 0;
    position: relative;
    transform: rotate(0deg);
    z-index: 0;
    padding: 0;
  }

  .circle--slider .animate-wrapper {
    width: 45%;
    height: 45%;
  }
}
@media screen and (max-width: 450px) {
  .input-range {
    width: 100%;
  }

  .circle--slider .animate-more {
    min-width: 151px;
    padding-top: 15px;
  }
  .circle--slider .animate-title h4 {
    margin-top: 13px;
    color: #596170;
    font-size: 10px;
  }
  .circle--slider .animate-title h6 {
    margin-top: 0px;
    font-size: 8px;
  }
}
@media screen and (max-width: 380px) {
  .circle--rotate {
    width: 75%;
    height: 75%;
    margin: 0 auto 0;
    position: relative;
    transform: rotate(0deg);
    z-index: 0;
    padding: 0;
  }

  .circle--slider .animate-wrapper {
    width: 50%;
    height: 50%;
  }
  .circle--slider .prev {
    left: 40px;
  }
  .circle--slider .next {
    right: 40px;
  }
}
@media screen and (max-width: 380px) {
  .circle--slider .prev {
    left: 20px;
  }
  .circle--slider .next {
    right: 20px;
  }
}
@media screen and (max-width: 350px) {
  .circle--slider .prev {
    left: 20px;
  }
  .circle--slider .next {
    right: 20px;
  }
}
/* FILL */
.number {
  width: 200px;
  height: 200px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  margin: 10px;
}
.number .value {
  position: absolute;
  width: 100%;
  height: 40px;
  line-height: 40px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font: bold 60px/40px Arial, sans-serif;
  color: #0066EE;
  text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.15);
}

.animate-img__in i {
  margin: 40%;
  color: #82c8e3;
}

/**** Bootstrap Adddon */
.btn-outline-primary {
  color: #fff;
  background: #007bff;
  border-color: none;
}
.btn-outline-primary:hover {
  color: white;
  background-color: #007bff;
  border-color: none;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: white;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #007bff;
  border-color: none;
}

.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #fff;
  background: #6c757d;
  border-color: none;
}
.btn-outline-secondary:hover {
  color: white;
  background-color: #6c757d;
  border-color: none;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: white;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #6c757d;
  border-color: none;
}

.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: none;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #fff;
  background: #28a745;
  border-color: none;
}
.btn-outline-success:hover {
  color: white;
  background-color: #28a745;
  border-color: none;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: white;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #28a745;
  border-color: none;
}

.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #fff;
  background: #17a2b8;
  border-color: none;
}
.btn-outline-info:hover {
  color: white;
  background-color: #17a2b8;
  border-color: none;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: white;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #17a2b8;
  border-color: none;
}

.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: none;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #fff;
  background: #ffc107;
  border-color: none;
}
.btn-outline-warning:hover {
  color: white;
  background-color: #ffc107;
  border-color: none;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: white;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #ffc107;
  border-color: none;
}

.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ffc107;
  border-color: none;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #fff;
  background: #dc3545;
  border-color: none;
}
.btn-outline-danger:hover {
  color: white;
  background-color: #dc3545;
  border-color: none;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: white;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #dc3545;
  border-color: none;
}

.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: none;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #212529;
  background: #f8f9fa;
  border-color: none;
}
.btn-outline-light:hover {
  color: white;
  background-color: #f8f9fa;
  border-color: none;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: white;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #f8f9fa;
  border-color: none;
}

.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: none;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #fff;
  background: 343a40;
  border-color: none;
}
.btn-outline-dark:hover {
  color: white;
  background-color: 343a40;
  border-color: none;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: white;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: 343a40;
  border-color: none;
}

.btn-link {
  color: #e51c23;
}

.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: 343a40;
  border-color: none;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn, .btn-lg {
  border-radius: 50px;
}

.checkbox-rounded {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border: 1px solid #e51c23;
  background: #ffffff;
  border-radius: 50%;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  color: #303130;
  padding: 5px;
  -webkit-transition: background-color 1s, border-color 1s, color 1s;
  /* Safari */
  transition: background-color 1s, border-color 1s, color 1s;
  transition-timing-function: ease;
}
.checkbox-rounded label {
  width: 100%;
  text-align: center;
  padding: 7%;
  padding-left: 0;
  font-size: 1.7em;
}

.checkbox-rounded input {
  display: none;
}

.checkbox-rounded.checked {
  background-color: #e51c23;
  border: solid 1px #e51c23;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .checkbox-rounded {
    width: 40px;
    height: 40px;
    margin-right: 0px;
  }
  .checkbox-rounded label {
    width: 100%;
    text-align: center;
    padding-left: 0;
    font-size: 1em;
  }
}
.fa-ul > li {
  position: relative;
  padding: 5px;
}

@media screen and (min-width: 620px) {
  .sequenceintensity {
    margin-top: 5%;
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 620px) {
  .sequenceintensity {
    margin-top: 2%;
    margin-bottom: 2%;
  }
}
/*
* Bootstrap 3 XL CSS Grid
*
* Bootstrap 3 XL CSS Grid addition for big and retina screens coverage
*
* Extends Bootstrap v3 by:
* Adding col-xl (1600+), col-xxl (1920+), col-xxxl (2560+)
* Adding visible and hidden options for all three
* Optionally limiting visible-lg, hidden-lg (1200+) classes to max 1600px
* Optionally increasing container fixed width for all three screen sizes
*
* Copyright 2014 Arnis Puskeiris (apbyte, arnico)
* Licensed under the MIT License
* http://opensource.org/licenses/MIT
*/
/* ==========================================================================
   Fix visible-lg and hidden-lg for resolutions over 1600px
   Remove if don't want to use
   ========================================================================== */
@media (min-width: 1600px) {
  .visible-lg {
    display: none !important;
  }

  .hidden-lg {
    display: block !important;
  }

  table.hidden-lg {
    display: table;
  }

  tr.hidden-lg {
    display: table-row !important;
  }

  th.hidden-lg, td.hidden-lg {
    display: table-cell !important;
  }
}
/* ==========================================================================
   Set containers fixed sizes for >1600px, >1920px, >2560px
   Remove all if don't want to use big fixed sizes for all blocks
   You still can use cols with .container-fluid blocks
   ========================================================================== */
@media (min-width: 1600px) {
  .container {
    width: 1530px;
  }
}
@media (min-width: 1920px) {
  .container {
    width: 1830px;
  }
}
@media (min-width: 2560px) {
  .container {
    width: 2490px;
  }
}
/* ==========================================================================
   col-xl, col-xxl, col-xxxl setup.
   Don't remove anything below this line
   ========================================================================== */
.col-xl-1, .col-xxl-1, .col-xxxl-1, .col-xl-2, .col-xxl-2, .col-md-2, .col-xxxl-2, .col-xl-3, .col-xxl-3, .col-md-3, .col-xxxl-3, .col-xl-4, .col-xxl-4, .col-md-4, .col-xxxl-4, .col-xl-5, .col-xxl-5, .col-md-5, .col-xxxl-5, .col-xl-6, .col-xxl-6, .col-md-6, .col-xxxl-6, .col-xl-7, .col-xxl-7, .col-md-7, .col-xxxl-7, .col-xl-8, .col-xxl-8, .col-md-8, .col-xxxl-8, .col-xl-9, .col-xxl-9, .col-md-9, .col-xxxl-9, .col-xl-10, .col-xxl-100, .col-xxxl-10, .col-xl-11, .col-xxl-111, .col-xxxl-11, .col-xl-12, .col-xxl-122, .col-xxxl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 1600px) {
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11 {
    float: left;
  }

  .col-xl-12 {
    float: left;
    width: 100%;
  }

  .col-xl-11 {
    width: 91.66666667%;
  }

  .col-xl-10 {
    width: 83.33333333%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-8 {
    width: 66.66666667%;
  }

  .col-xl-7 {
    width: 58.33333333%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-5 {
    width: 41.66666667%;
  }

  .col-xl-4 {
    width: 33.33333333%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-2 {
    width: 16.66666667%;
  }

  .col-xl-1 {
    width: 8.33333333%;
  }

  .col-xl-pull-12 {
    right: 100%;
  }

  .col-xl-pull-11 {
    right: 91.66666667%;
  }

  .col-xl-pull-10 {
    right: 83.33333333%;
  }

  .col-xl-pull-9 {
    right: 75%;
  }

  .col-xl-pull-8 {
    right: 66.66666667%;
  }

  .col-xl-pull-7 {
    right: 58.33333333%;
  }

  .col-xl-pull-6 {
    right: 50%;
  }

  .col-xl-pull-5 {
    right: 41.66666667%;
  }

  .col-xl-pull-4 {
    right: 33.33333333%;
  }

  .col-xl-pull-3 {
    right: 25%;
  }

  .col-xl-pull-2 {
    right: 16.66666667%;
  }

  .col-xl-pull-1 {
    right: 8.33333333%;
  }

  .col-xl-pull-0 {
    right: 0;
  }

  .col-xl-push-12 {
    left: 100%;
  }

  .col-xl-push-11 {
    left: 91.66666667%;
  }

  .col-xl-push-10 {
    left: 83.33333333%;
  }

  .col-xl-push-9 {
    left: 75%;
  }

  .col-xl-push-8 {
    left: 66.66666667%;
  }

  .col-xl-push-7 {
    left: 58.33333333%;
  }

  .col-xl-push-6 {
    left: 50%;
  }

  .col-xl-push-5 {
    left: 41.66666667%;
  }

  .col-xl-push-4 {
    left: 33.33333333%;
  }

  .col-xl-push-3 {
    left: 25%;
  }

  .col-xl-push-2 {
    left: 16.66666667%;
  }

  .col-xl-push-1 {
    left: 8.33333333%;
  }

  .col-xl-push-0 {
    left: 0;
  }

  .col-xl-offset-12 {
    margin-left: 100%;
  }

  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-xl-offset-9 {
    margin-left: 75%;
  }

  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-xl-offset-6 {
    margin-left: 50%;
  }

  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-xl-offset-3 {
    margin-left: 25%;
  }

  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-xl-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1920px) {
  .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11 {
    float: left;
  }

  .col-xxl-12 {
    float: left;
    width: 100%;
  }

  .col-xxl-11 {
    width: 91.66666667%;
  }

  .col-xxl-10 {
    width: 83.33333333%;
  }

  .col-xxl-9 {
    width: 75%;
  }

  .col-xxl-8 {
    width: 66.66666667%;
  }

  .col-xxl-7 {
    width: 58.33333333%;
  }

  .col-xxl-6 {
    width: 50%;
  }

  .col-xxl-5 {
    width: 41.66666667%;
  }

  .col-xxl-4 {
    width: 33.33333333%;
  }

  .col-xxl-3 {
    width: 25%;
  }

  .col-xxl-2 {
    width: 16.66666667%;
  }

  .col-xxl-1 {
    width: 8.33333333%;
  }

  .col-xxl-pull-12 {
    right: 100%;
  }

  .col-xxl-pull-11 {
    right: 91.66666667%;
  }

  .col-xxl-pull-10 {
    right: 83.33333333%;
  }

  .col-xxl-pull-9 {
    right: 75%;
  }

  .col-xxl-pull-8 {
    right: 66.66666667%;
  }

  .col-xxl-pull-7 {
    right: 58.33333333%;
  }

  .col-xxl-pull-6 {
    right: 50%;
  }

  .col-xxl-pull-5 {
    right: 41.66666667%;
  }

  .col-xxl-pull-4 {
    right: 33.33333333%;
  }

  .col-xxl-pull-3 {
    right: 25%;
  }

  .col-xxl-pull-2 {
    right: 16.66666667%;
  }

  .col-xxl-pull-1 {
    right: 8.33333333%;
  }

  .col-xxl-pull-0 {
    right: 0;
  }

  .col-xxl-push-12 {
    left: 100%;
  }

  .col-xxl-push-11 {
    left: 91.66666667%;
  }

  .col-xxl-push-10 {
    left: 83.33333333%;
  }

  .col-xxl-push-9 {
    left: 75%;
  }

  .col-xxxl-push-8 {
    left: 66.66666667%;
  }

  .col-xxxl-push-7 {
    left: 58.33333333%;
  }

  .col-xxxl-push-6 {
    left: 50%;
  }

  .col-xxxl-push-5 {
    left: 41.66666667%;
  }

  .col-xxxl-push-4 {
    left: 33.33333333%;
  }

  .col-xxxl-push-3 {
    left: 25%;
  }

  .col-xxxl-push-2 {
    left: 16.66666667%;
  }

  .col-xxxl-push-1 {
    left: 8.33333333%;
  }

  .col-xxxl-push-0 {
    left: 0;
  }

  .col-xxxl-offset-12 {
    margin-left: 100%;
  }

  .col-xxxl-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-xxxl-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-xxxl-offset-9 {
    margin-left: 75%;
  }

  .col-xxxl-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-xxxl-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-xxxl-offset-6 {
    margin-left: 50%;
  }

  .col-xxxl-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-xxxl-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-xxxl-offset-3 {
    margin-left: 25%;
  }

  .col-xxxl-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-xxxl-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-xxxl-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 2560px) {
  .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11 {
    float: left;
  }

  .col-xxxl-12 {
    float: left;
    width: 100%;
  }

  .col-xxxl-11 {
    width: 91.66666667%;
  }

  .col-xxxl-10 {
    width: 83.33333333%;
  }

  .col-xxxl-9 {
    width: 75%;
  }

  .col-xxxl-8 {
    width: 66.66666667%;
  }

  .col-xxxl-7 {
    width: 58.33333333%;
  }

  .col-xxxl-6 {
    width: 50%;
  }

  .col-xxxl-5 {
    width: 41.66666667%;
  }

  .col-xxxl-4 {
    width: 33.33333333%;
  }

  .col-xxxl-3 {
    width: 25%;
  }

  .col-xxxl-2 {
    width: 16.66666667%;
  }

  .col-xxxl-1 {
    width: 8.33333333%;
  }

  .col-xxxl-pull-12 {
    right: 100%;
  }

  .col-xxxl-pull-11 {
    right: 91.66666667%;
  }

  .col-xxxl-pull-10 {
    right: 83.33333333%;
  }

  .col-xxxl-pull-9 {
    right: 75%;
  }

  .col-xxxl-pull-8 {
    right: 66.66666667%;
  }

  .col-xxxl-pull-7 {
    right: 58.33333333%;
  }

  .col-xxxl-pull-6 {
    right: 50%;
  }

  .col-xxxl-pull-5 {
    right: 41.66666667%;
  }

  .col-xxxl-pull-4 {
    right: 33.33333333%;
  }

  .col-xxxl-pull-3 {
    right: 25%;
  }

  .col-xxxl-pull-2 {
    right: 16.66666667%;
  }

  .col-xxxl-pull-1 {
    right: 8.33333333%;
  }

  .col-xxxl-pull-0 {
    right: 0;
  }

  .col-xxxl-push-12 {
    left: 100%;
  }

  .col-xxxl-push-11 {
    left: 91.66666667%;
  }

  .col-xxxl-push-10 {
    left: 83.33333333%;
  }

  .col-xxxl-push-9 {
    left: 75%;
  }

  .col-xxxl-push-8 {
    left: 66.66666667%;
  }

  .col-xxxl-push-7 {
    left: 58.33333333%;
  }

  .col-xxxl-push-6 {
    left: 50%;
  }

  .col-xxxl-push-5 {
    left: 41.66666667%;
  }

  .col-xxxl-push-4 {
    left: 33.33333333%;
  }

  .col-xxxl-push-3 {
    left: 25%;
  }

  .col-xxxl-push-2 {
    left: 16.66666667%;
  }

  .col-xxxl-push-1 {
    left: 8.33333333%;
  }

  .col-xxxl-push-0 {
    left: 0;
  }

  .col-xxxl-offset-12 {
    margin-left: 100%;
  }

  .col-xxxl-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-xxxl-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-xxxl-offset-9 {
    margin-left: 75%;
  }

  .col-xxxl-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-xxxl-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-xxxl-offset-6 {
    margin-left: 50%;
  }

  .col-xxxl-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-xxxl-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-xxxl-offset-3 {
    margin-left: 25%;
  }

  .col-xxxl-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-xxxl-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-xxxl-offset-0 {
    margin-left: 0;
  }
}
.visible-xl, .visible-xxl, .visible-xxxl {
  display: none !important;
}

@media (min-width: 1600px) and (max-width: 1919px) {
  .visible-xl {
    display: block !important;
  }

  table.visible-xl {
    display: table;
  }

  tr.visible-xl {
    display: table-row !important;
  }

  th.visible-xl, td.visible-xl {
    display: table-cell !important;
  }
}
@media (min-width: 1920px) and (max-width: 2559px) {
  .visible-xxl {
    display: block !important;
  }

  table.visible-xxl {
    display: table;
  }

  tr.visible-xxl {
    display: table-row !important;
  }

  th.visible-xxl, td.visible-xxl {
    display: table-cell !important;
  }
}
@media (min-width: 2560px) {
  .visible-xxxl {
    display: block !important;
  }

  table.visible-xxxl {
    display: table;
  }

  tr.visible-xxxl {
    display: table-row !important;
  }

  th.visible-xxxl, td.visible-xxxl {
    display: table-cell !important;
  }
}
@media (min-width: 1600px) and (max-width: 1919px) {
  .hidden-xl {
    display: none !important;
  }
}
@media (min-width: 1920px) and (max-width: 2559px) {
  .hidden-xxl {
    display: none !important;
  }
}
@media (min-width: 2560px) {
  .hidden-xxxl {
    display: none !important;
  }
}
/********************************* REgister Form */
/*form styles*/
#msform {
  margin: 50px auto;
  max-width: 600px;
  text-align: center;
  position: relative;
}

#formPairing {
  margin: 50px auto;
  max-width: 800px;
  text-align: center;
  position: relative;
}

#formContact {
  width: 500px;
  margin: 50px auto;
  text-align: center;
  position: relative;
}

#msform fieldset, #formContact fieldset, #formPairing fieldset {
  background: white;
  border: 0 none;
  border-radius: 3px;
  box-shadow: none;
  padding: 20px 30px;
  box-sizing: border-box;
  width: 80%;
  margin: 0 10%;
  /*stacking fieldsets above each other*/
  position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type), #formContact fieldset:not(:first-of-type), #formPairing fieldset:not(:first-of-type) {
  display: none;
}

/*inputs*/
#msform input, #msform textarea {
  padding: 15px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2c3e50;
  font-size: 13px;
}
#msform input[type=radio] {
  width: auto;
}

#formContact input, #formContact textarea {
  padding: 15px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2c3e50;
  font-size: 13px;
}

#formPairing input, #formPairing textarea {
  padding: 15px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  font-family: montserrat;
  color: #2c3e50;
  font-size: 13px;
}

/*buttons*/
#msform .action-button, #formContact .action-button, #formPairing .action-button {
  width: 100px;
  background: #28a745;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 1px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

#msform .action-button:hover, #msform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #28a745;
}

#formContact .action-button:hover, #formContact .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #28a745;
}

#formPairing .action-button:hover, #formPairing .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #28a745;
}

/*headings*/
.fs-title {
  font-size: 15px;
  text-transform: uppercase;
  color: #2c3e50;
  margin-bottom: 10px;
}

.fs-title-contact {
  font-size: 15px;
  text-transform: uppercase;
  color: #2c3e50;
  margin-bottom: 25px;
}

.fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  padding-inline-start: 0px;
  /*CSS counters to number the steps*/
  counter-reset: step;
}
#progressbar li {
  list-style-type: none;
  color: #596170;
  text-transform: uppercase;
  font-size: 9px;
  width: 33.33%;
  float: left;
  position: relative;
}
#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 20px;
  line-height: 20px;
  display: block;
  font-size: 10px;
  color: 333;
  background: rgba(73, 156, 228, 0.1);
  border-radius: 3px;
  margin: 0 auto 5px auto;
}
#progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1;
  /*put it behind the numbers*/
}
#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}
#progressbar li.active {
  font-weight: 500;
}
#progressbar li.active:before, #progressbar li.active:after {
  background: #499ce4;
  color: white;
}

#progresspairing {
  margin-bottom: 30px;
  overflow: hidden;
  padding-inline-start: 0px;
  /*CSS counters to number the steps*/
  counter-reset: step;
}
#progresspairing li {
  list-style-type: none;
  color: #596170;
  text-transform: uppercase;
  font-size: 9px;
  width: 14%;
  float: left;
  position: relative;
}
#progresspairing li:before {
  content: counter(step);
  counter-increment: step;
  width: 20px;
  line-height: 20px;
  display: block;
  font-size: 10px;
  color: 333;
  background: rgba(73, 156, 228, 0.1);
  border-radius: 3px;
  margin: 0 auto 5px auto;
}
#progresspairing li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1;
  /*put it behind the numbers*/
}
#progresspairing li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}
#progresspairing li.active {
  font-weight: 500;
}
#progresspairing li.active:before, #progresspairing li.active:after {
  background: #499ce4;
  color: white;
}

#projector {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.center-div {
  width: 580px;
  height: 374px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -290px;
  margin-top: -187px;
}

.display-flex-center {
  display: flex;
  align-items: center;
}

/************************************* About Us */
.header {
  max-width: 500px;
  margin: 50px auto;
  text-align: center;
}

.header__title {
  margin-bottom: 30px;
  font-weight: 500;
}

.content {
  margin: auto;
}

.content__title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.content__inner {
  background: white;
  min-height: 60vh;
  box-shadow: none;
}

.tabs {
  position: relative;
  padding: 15px;
  height: 100%;
  overflow: hidden;
}

/**************** LAnguage Selector */
/* Language - Selector */
.langSelectorTitle {
  display: block;
  position: relative;
  padding: 9px 30px 10px 44px !important;
  height: 36px;
  font-weight: 400;
}

.langSelectorListItem a {
  display: block;
  position: relative;
  padding: 9px 30px 10px 44px !important;
  height: 36px;
  font-weight: 400;
  background-color: #ffffff;
}

.langSelectorTitle .fa {
  display: block;
  position: absolute;
  right: 13px;
  top: 13px;
  font-size: 12px;
}

.langSelectorBody {
  display: none;
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  top: 100%;
  background-color: inherit;
  transition: all 0.2s ease-in-out;
}

.langSelectorHeader:hover + .langSelectorBody, .langSelectorHeader:focus + .langSelectorBody {
  display: block;
}

.langSelectorBody:hover, .langSelectorBody:focus, .langSelectorBody:active {
  display: block;
}

.langSelectorListItem + .langSelectorListItem {
  border-top: none;
}

.langSelectorListName {
  display: block;
  position: relative;
  padding: 9px 30px 10px 44px;
  height: 36px;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  color: #7c7b81;
}
.langSelectorListName:link, .langSelectorListName:visited {
  text-decoration: none;
  color: #7c7b81;
}
.langSelectorListName:hover, .langSelectorListName:focus, .langSelectorListName:active, .langSelectorListName.active {
  background-color: #e51c23 !important;
  color: #ffffff !important;
}

.langSelectorListNameFlag {
  display: inline-block;
  position: absolute;
  overflow: hidden;
  left: 10px;
  top: 10px;
  width: 24px;
  height: 16px;
  vertical-align: top;
}
.langSelectorListNameFlag img {
  display: block;
  position: absolute;
  left: 50%;
  max-height: 100%;
  transform: translateX(-50%);
}

.langSelectorListNameLabel {
  display: inline-block;
  vertical-align: top;
  color: #FFFFFF;
}

.fa-1-5x {
  font-size: 1.5em;
}

/******************************* Mail ********************/
.frame {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 400px;
  margin-top: 50px;
  margin-left: -200px;
  box-shadow: 4px 8px 16px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 50px;
  border: 1px solid;
  font-family: Roboto, Sans-Serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input[type=checkbox]:checked ~ svg {
  border-color: none !important;
}

.circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #FFFFFF;
}

.ring {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  border: 4px solid #596170;
  border-radius: 50%;
  background-color: #FFFFFF;
  opacity: 1;
}

svg {
  position: absolute;
  top: 0%;
  left: 0%;
}
svg path {
  fill: none;
  stroke: #596170;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: all 0s ease-in-out;
}

.button {
  position: absolute;
  cursor: pointer;
  top: 80%;
  left: 25%;
  background: #28a745;
  color: #fff;
  width: 200px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  text-transform: uppercase;
  line-height: 40px;
  font-family: Roboto, Sans-Serif;
  font-weight: 700;
  outline: none;
}
.button.reset {
  opacity: 0;
  transition: all 0s ease-in;
  z-index: 3;
}
.button.send {
  opacity: 1;
  transform: scale(1);
  transition: all 0s ease-in;
}
.button.send:hover {
  background-color: #28a745 !important;
  cursor: pointer;
}

input[type=checkbox] {
  opacity: 0;
  display: none;
  outline: none;
}
input[type=checkbox]:checked ~ .circle {
  animation: disappear 2s ease-in-out forwards;
}
input[type=checkbox]:checked ~ .ring {
  opacity: 1;
  transition: opacity 0.2s ease-in;
  animation: disappear 2s ease-in-out forwards 0.5s;
}
input[type=checkbox]:checked ~ svg {
  border: none;
}
input[type=checkbox]:checked ~ svg path {
  d: path("M 220,160 L 100,190   L 175,215 L 220,160  L 139,203 L 145,230 L 160,212");
  transition: all 1s cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition-delay: 1.5s;
  animation: fly-away 3s ease-in-out forwards 3s;
}
input[type=checkbox]:checked ~ .button.send {
  background-color: #28a745;
  transition: background 0s;
  transition-delay: 3s;
  animation: button-out 1.5s forwards ease-in-out 3s;
}
input[type=checkbox]:checked ~ .button.reset {
  opacity: 1;
  transition: all 2s ease-in 4s;
}

@keyframes button-out {
  0% {
    transform: translateX(0%);
    width: 200px;
    height: 40px;
  }
  10% {
    transform: translateX(0%);
    color: transparent;
  }
  30% {
    transform: translateX(100px);
    color: transparent;
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
  100% {
    transform: translateX(100px);
    color: transparent;
    width: 0px;
    height: 0px;
  }
}
@keyframes disappear {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  25% {
    transform: translate(-50%, -50%) scale(1.1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1);
  }
  75% {
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    transform: translate(-50%, -50%) scale(0);
  }
}
@keyframes fly-away {
  to {
    transform: translate(450px, -80px) scale(0.1);
  }
}
@media (min-width: 1024px) {
  .modal-dialog {
    width: 800px;
    margin: 30px auto;
  }
}
.text-red {
  color: red;
}

.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a, .list-group-item:first-child, .list-group-item:last-child, .list-group-item {
  border-radius: unset;
  border: none;
  padding: unset;
}

.list-swipe .list-group-item .action:last-child::before, .list-swipe .list-group-item .action:first-child::before {
  position: absolute;
  top: 0;
  content: "";
  width: 100px;
  height: 100%;
}

strong {
  font-family: "";
}

.lead {
  font-family: "";
}

.list-group-item > a > div:first-child:last-child {
  border: 1px solid #303130;
  color: #303130;
}

.list-group-item-heading {
  background-color: #FFFFFF;
  border: 1px solid #303130;
  border-bottom: unset;
  color: #596170;
  margin: unset;
  padding: 15px 10px;
  font-weight: 500;
}

.list-group-item-text {
  padding: 10px;
  background-color: #3f3f3f;
  border: 1px solid #e51c23;
  color: #ffffff;
  text-transform: uppercase;
}

.list-swipe {
  overflow: hidden;
}
.list-swipe .col-xs-12 {
  transition: width linear 200ms;
}
.list-swipe .col-xs-10 {
  transition: width linear 200ms;
}
.list-swipe .list-group-item {
  position: relative;
  display: table;
  width: 100%;
  background: #FFFFFF;
  margin-top: 5px;
}
.list-swipe .list-group-item > div {
  padding: 10px;
}
.list-swipe .list-group-item .action {
  position: absolute;
  width: 100px;
  height: 100%;
  top: 0;
  border: 0;
  color: #FFFFFF;
  outline: none;
  text-align: center;
  background: #3f3f3f;
}
.list-swipe .list-group-item .action:first-child::before {
  right: 100px;
}
.list-swipe .list-group-item .action:last-child::before {
  left: 100px;
}
.list-swipe .list-group-item .action:first-child {
  left: -100px;
}
.list-swipe .list-group-item .action:last-child {
  right: -100px;
}
.list-swipe .list-group-item .action::before {
  background: #3f3f3f;
}
.list-swipe .btn-edit {
  padding: 0;
  margin-top: 19px;
  font-size: 24px;
  line-height: 1;
}

.control-label {
  font-weight: 500;
  font-size: 0.9em;
}

.form-control {
  border: 1px solid #cccccc;
  border-radius: unset;
}

.input-group-addon {
  border: 1px solid #cccccc;
  border-radius: unset;
}

.form-inline {
  display: inline-block;
}

.form-group {
  margin-bottom: 0;
}

.grey-row {
  background-color: #ededed;
}

.checkbox-grey {
  background-color: #ededed;
  padding: 10px;
}
.checkbox-grey input[type=checkbox] {
  background-color: #FFFFFF;
}
.checkbox-grey label {
  color: #000000;
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 0.8em;
  user-select: none;
}
.checkbox-grey label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkbox-grey label input:checked ~ .checkmark {
  background-color: #cccccc;
}
.checkbox-grey label input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-grey label:hover input ~ .checkmark {
  background-color: #FFFFFF;
}
.checkbox-grey label .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #FFFFFF;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.radio {
  background-color: #ededed;
  padding: 10px;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #FFFFFF;
  border: 1px solid #c2c2c2;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.timeDisplay {
  color: #596170;
}

.text-green {
  color: #28a745;
}

.btn-outline {
  text-transform: capitalize;
  color: #ffffff;
  background-color: #e51c23;
  border: solid 1px #e51c23;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 5px;
  line-height: 1.9em;
  transition: background-color 1s, border-color 1s;
  transition-timing-function: ease;
}
.btn-outline:focus {
  outline: unset;
  text-decoration-line: unset;
}
.btn-outline:active {
  outline: unset;
  text-decoration-line: unset;
}
.btn-outline:active:focus {
  outline: unset;
  text-decoration-line: unset;
}
.btn-outline.not-active {
  border: 1px solid #e51c23;
  background: #ffffff;
  color: #303130;
}
.btn-outline.btn-lg {
  width: 83px;
  height: 83px;
  padding: 5px;
  font-size: 1.1em;
}
.btn-outline.btn-xlg {
  width: 120px;
  height: 120px;
  padding: 5px;
  font-size: 1.2em;
}

.btn-outline[not-active] {
  border: 1px solid #e51c23;
  background: #ffffff;
  color: #303130;
}

.main-header {
  padding-bottom: 0;
  margin: 0;
  border-bottom: 1px solid #7c7b81;
  background-color: #FFFFFF;
}
.main-header img {
  max-height: 65px;
  max-width: 200px;
  margin: 10px auto;
}
.main-header .btn {
  height: 40px;
  margin: 10px -10px auto -20px;
}

.bg-fragrance {
  position: fixed;
  top: 413px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
  background-position: center 75%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .bg-fragrance {
    top: 420px;
  }
}
#page-content-wrapper {
  position: absolute;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  background: #f2f2f2;
  background: url("../../img/bg.png") no-repeat;
  background-size: cover;
  background-position: center center;
}
#page-content-wrapper .container {
  width: 100%;
}

.spacer {
  flex: 1;
}

.footer {
  height: 96px;
  background: none;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
}
.footer p {
  text-align: center;
  position: relative;
  bottom: -60px;
  font-size: 0.9em;
}
.footer.footer-grey {
  filter: grayscale(90%);
}

.col-fix-300 {
  width: 304px;
}

.navbar-brand {
  height: 65px;
  padding: 15px 22px;
}

.navbar-toggle {
  margin-top: 15px;
  border: none;
}

.bg-dark {
  color: #FFFFFF;
  background-color: #1a1a1a;
}

.bg-light {
  color: #596170;
  background-color: #FFFFFF;
}

.btn-xlg {
  padding: 10px 16px;
  font-size: 50px;
  line-height: 1.3333333;
}

#wrapper {
  padding-left: 0;
  transition: all 0.5s ease;
}
#wrapper.toggled {
  padding-left: 220px;
}
#wrapper.toggled #sidebar-wrapper {
  width: 220px;
}
.alert {
  border-radius: 0;
  border-top-width: 0;
}

.alert-perso {
  color: #FFFFFF;
  background-color: #e51c23;
  border-color: none;
}
.alert-perso > button {
  color: #FFFFFF;
  opacity: 0.5;
}
.alert-perso > button:hover {
  color: #FFFFFF;
  opacity: 1;
}

.well {
  margin-bottom: 5px;
  border-radius: 0;
}

.margin-sm {
  margin: 1rem;
}

.margin-md {
  margin: 2rem;
}

.margin-lg {
  margin: 5rem;
}

.margin-xlg {
  margin: 10rem;
}

.margin-top-sm {
  margin-top: 1rem;
}

.margin-bot-sm {
  margin-bottom: 1rem;
}

.margin-left-sm {
  margin-left: 1rem;
}

.margin-right-sm {
  margin-right: 1rem;
}

.margin-top-md {
  margin-top: 2rem;
}

.margin-bot-md {
  margin-bottom: 2rem;
}

.margin-left-md {
  margin-left: 2rem;
}

.margin-right-md {
  margin-right: 2rem;
}

.margin-top-lg {
  margin-top: 5rem;
}

.margin-bot-lg {
  margin-bottom: 5rem;
}

.margin-left-lg {
  margin-left: 5rem;
}

.margin-right-lg {
  margin-right: 5rem;
}

.margin-top-xlg {
  margin-top: 10rem;
}

.margin-bot-xlg {
  margin-bottom: 10rem;
}

.margin-left-xlg {
  margin-left: 10rem;
}

.margin-right-xlg {
  margin-right: 10rem;
}

.no-margin {
  margin: 0;
}

.no-margin-top {
  margin-top: 0;
}

.no-margin-bot {
  margin-bottom: 0;
}

.no-margin-left {
  margin-left: 0;
}

.no-margin-right {
  margin-right: 0;
}

.padding-sm {
  padding: 1rem;
}

.padding-md {
  padding: 2rem;
}

.padding-lg {
  padding: 5rem;
}

.padding-xlg {
  padding: 10rem;
}

.padding-top-sm {
  padding-top: 1rem;
}

.padding-bot-sm {
  padding-bottom: 1rem;
}

.padding-left-sm {
  padding-left: 1rem;
}

.padding-right-sm {
  padding-right: 1rem;
}

.padding-top-md {
  padding-top: 2rem;
}

.padding-bot-md {
  padding-bottom: 2rem;
}

.padding-left-md {
  padding-left: 2rem;
}

.padding-right-md {
  padding-right: 2rem;
}

.padding-top-lg {
  padding-top: 5rem;
}

.padding-bot-lg {
  padding-bottom: 5rem;
}

.padding-left-lg {
  padding-left: 5rem;
}

.padding-right-lg {
  padding-right: 5rem;
}

.padding-top-xlg {
  padding-top: 10rem;
}

.padding-bot-xlg {
  padding-bottom: 10rem;
}

.padding-left-xlg {
  padding-left: 10rem;
}

.padding-right-xlg {
  padding-right: 10rem;
}

.no-padding {
  padding: 0;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bot {
  padding-bottom: 0;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}

.btn-outline-rounded {
  padding: 10px 40px;
  margin: 20px 0;
  border: 2px solid transparent;
  border-radius: 25px;
}

textarea {
  resize: vertical;
}

input.input-outline {
  display: inline-block;
  color: #ffffff;
  background-color: #FFFFFF;
  border: solid 1px #e51c23;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 5px;
  margin: 5px;
  overflow: auto;
  text-align: center;
}

.btn-group-xlg > .btn {
  padding: 10px 16px;
  font-size: 50px;
  line-height: 1.3333333;
}

.nav .open > a {
  background-color: transparent;
}
.nav .open > a:hover {
  background-color: transparent;
}
.nav .open > a:focus {
  background-color: transparent;
}

.toggled .overlay {
  visibility: visible;
  opacity: 1;
}

.card-container {
  transition: width 200ms linear 0s;
  perspective: 1000px;
  width: 100%;
  margin: 0 auto;
  font-size: 1em;
  background: #FFFFFF;
}

.image-wrapper {
  height: 13em;
  order: -1;
  position: relative;
}

@supports (display: grid) {
  .image-wrapper {
    grid-column: span 2;
    grid-row: 1;
  }

  .grid-container {
    display: grid;
    grid-gap: 3%;
    grid-template-columns: repeat(1, auto);
    grid-template-rows: auto;
  }

  .grid-item {
    grid-column: span 1;
    grid-row: auto;
  }
}
.featured-image {
  width: 100%;
  border-radius: 0.45em 0.45em 0 0;
  object-fit: contain;
  height: 100%;
}

.wrapper {
  border-radius: 0.65em 0.65em;
}

.grid-container {
  max-width: 120em;
  margin: 2em auto;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}

.grid-item {
  width: 90%;
  float: none;
  margin: 5% auto;
}

@media screen and (min-width: 27.5rem) {
  .grid-item {
    width: 70%;
  }
}
@media screen and (min-width: 33.75rem) {
  .grid-item {
    width: 60%;
  }
}
@media screen and (min-width: 38.75rem) {
  .grid-item {
    width: 42%;
    float: left;
    margin: 1.5% 2%;
  }

  @supports (display: grid) {
    .grid-container {
      grid-template-columns: repeat(2, auto);
      grid-gap: 6%;
    }
  }
}
@media screen and (min-width: 57.18rem) {
  .grid-item {
    width: 23%;
    margin: 1.5% 2%;
  }

  @supports (display: grid) {
    .grid-container {
      grid-template-columns: repeat(3, auto);
      grid-gap: 4%;
    }
  }
}
@media screen and (min-width: 82.5rem) {
  .grid-item {
    width: 17%;
    margin: 1% auto;
  }

  @supports (display: grid) {
    .grid-container {
      grid-template-columns: repeat(4, auto);
      grid-gap: 3%;
    }
  }
}
.lispacer {
  margin-bottom: 4em;
}

.modal-content {
  box-shadow: none;
}

/* PAIRING STYLE */
.cssload-loader {
  position: relative;
  left: calc(50% - 31px);
  width: 62px;
  height: 62px;
  border-radius: 50%;
  perspective: 780px;
}

.cssload-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 50%;
}
.cssload-inner.cssload-one {
  left: 0;
  top: 0;
  animation: cssload-rotate-one 1.15s linear infinite;
  border-bottom: 3px solid #28a745;
}
.cssload-inner.cssload-two {
  right: 0;
  top: 0;
  animation: cssload-rotate-two 1.15s linear infinite;
  border-right: 3px solid #28a745;
}
.cssload-inner.cssload-three {
  right: 0;
  bottom: 0;
  animation: cssload-rotate-three 1.15s linear infinite;
  border-top: 3px solid #28a745;
}

@keyframes cssload-rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-o-keyframes cssload-rotate-one {}
@-ms-keyframes cssload-rotate-one {}
@-webkit-keyframes cssload-rotate-one {}
@-moz-keyframes cssload-rotate-one {}
@keyframes cssload-rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-o-keyframes cssload-rotate-two {}
@-ms-keyframes cssload-rotate-two {}
@-webkit-keyframes cssload-rotate-two {}
@-moz-keyframes cssload-rotate-two {}
@keyframes cssload-rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-o-keyframes cssload-rotate-three {}
@-ms-keyframes cssload-rotate-three {}
@-webkit-keyframes cssload-rotate-three {}
@-moz-keyframes cssload-rotate-three {}
.tabs {
  font-size: 1.1em;
  height: 100%;
}

.tab-content {
  padding: 15px;
  font-size: 1.1em;
}

@media (max-width: 767px) {
  .nav-tabs.nav-tabs-dropdown {
    border: 1px solid rgba(67, 138, 204, 0.41);
    border-radius: 5px;
    overflow: hidden;
    position: relative;
  }
  .nav-tabs.nav-tabs-dropdown.open a {
    position: relative;
    display: block;
  }
  .nav-tabs.nav-tabs-dropdown.open > li.active > a {
    background-color: rgba(67, 138, 204, 0.41);
    color: #000;
  }
  .nav-tabs.nav-tabs-dropdown li {
    display: block;
    padding: 0;
    vertical-align: bottom;
  }
  .nav-tabs.nav-tabs-dropdown > li > a {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #000;
    border-color: transparent;
  }
  .nav-tabs.nav-tabs-dropdown > li > a:focus {
    border-color: transparent;
  }
  .nav-tabs.nav-tabs-dropdown > li > a:hover {
    border-color: transparent;
    background: rgba(67, 138, 204, 0.21);
    color: #898989;
  }
  .nav-tabs.nav-tabs-dropdown > li > a:active {
    border-color: transparent;
    background: rgba(67, 138, 204, 0.41);
    color: #000;
  }
  .nav-tabs.nav-tabs-dropdown > li.active > a {
    display: block;
    border-color: transparent;
    position: relative;
    z-index: 1;
    background: rgba(67, 138, 204, 0.41);
    color: #000;
  }
  .nav-tabs.nav-tabs-dropdown > li.active > a:focus {
    border-color: transparent;
  }
  .nav-tabs.nav-tabs-dropdown > li.active > a:hover {
    border-color: transparent;
    background: rgba(67, 138, 204, 0.41);
    color: #898989;
  }
  .nav-tabs.nav-tabs-dropdown > li.active > a:active {
    border-color: transparent;
    background: rgba(67, 138, 204, 0.41);
    color: #000;
  }
  .nav-tabs.nav-tabs-dropdown::after {
    content: "?";
    position: absolute;
    color: #000;
    top: 8px;
    right: 15px;
    z-index: 2;
    pointer-events: none;
  }

  .nav-tabs-dropdown {
    border: 1px solid #e51c23;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
  }
  .nav-tabs-dropdown.open a {
    position: relative;
    display: block;
  }
  .nav-tabs-dropdown.open > li.active > a {
    background-color: rgba(67, 138, 204, 0.41);
    color: #000;
  }
  .nav-tabs-dropdown li {
    display: block;
    padding: 0;
    vertical-align: bottom;
    background: rgba(67, 138, 204, 0.41);
    color: #000;
  }
  .nav-tabs-dropdown > li > a {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: rgba(67, 138, 204, 0.41);
    border-color: transparent;
  }
  .nav-tabs-dropdown > li > a:focus {
    border-color: transparent;
    background: rgba(67, 138, 204, 0.41);
  }
  .nav-tabs-dropdown > li > a:hover {
    border-color: transparent;
    background: rgba(67, 138, 204, 0.21);
  }
  .nav-tabs-dropdown > li > a:active {
    border-color: transparent;
    background: rgba(67, 138, 204, 0.41);
    color: #000;
  }
  .nav-tabs-dropdown > li.active > a {
    display: block;
    border-color: transparent;
    position: relative;
    z-index: 1;
    color: #000;
    background: rgba(67, 138, 204, 0.41);
  }
  .nav-tabs-dropdown > li.active > a:focus {
    border-color: transparent;
    background: rgba(67, 138, 204, 0.41);
  }
  .nav-tabs-dropdown > li.active > a:hover {
    border-color: transparent;
    background: rgba(67, 138, 204, 0.41);
    color: #898989;
  }
  .nav-tabs-dropdown > li.active > a:active {
    background: rgba(67, 138, 204, 0.41);
    border-color: transparent;
    color: #000;
  }

  .nav-tabs-dropdown::after {
    content: "?";
    position: absolute;
    color: #000;
    top: 8px;
    right: 15px;
    z-index: 2;
    pointer-events: none;
  }
}
.tabs__panel-card {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0;
  padding: 0px 10px 10px 10px;
  box-shadow: none;
}
.tabs__panel-card:last-child {
  margin-bottom: 0;
}

.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a, .list-group-item, .list-group-item:last-child, .list-group-item:first-child {
  color: #000;
  cursor: default;
  background-color: rgba(67, 138, 204, 0.41);
  border: none;
}

.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #fff;
  background: rgba(67, 138, 204, 0.41);
  color: #000;
  padding: 5px;
  border: none;
}
.nav-tabs.nav-justified > .active > a:focus {
  background: rgba(67, 138, 204, 0.41);
  border: none;
  padding: 5px;
}
.nav-tabs.nav-justified > .active > a:hover {
  padding: 5px;
  font-weight: 500;
  background: rgba(67, 138, 204, 0.41);
  border: none;
}
.nav-tabs.nav-justified > li > a {
  border: none;
  padding: 5px;
  color: #000;
}
.nav-tabs.nav-justified > li > a:hover {
  font-weight: 500;
  background: rgba(67, 138, 204, 0.21);
  color: #898989;
}

label.has-error {
  color: #a94442;
}

.form-control.has-error {
  border-color: #a94442 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

.checkbox.has-error {
  border: 1px solid #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

.alert-error {
  text-align: center;
  border: 1px solid #a94442;
  margin-left: 3em;
  margin-right: 3em;
  text-weight: 600;
  font-size: 1.2em;
  background-color: #ffc107;
  color: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

.alert-dismissable .close, .alert-dismissible .close {
  color: #fff;
  line-height: 1;
  font-size: 30px;
  opacity: 0.7;
}

.planning-ghost i {
  margin: 25% 25% 25% 25%;
  color: #596170;
}

.seqli {
  color: #a09b9b;
}

.sequl[data-intensity="1"] .seqli:nth-child(-n+1), .sequl[data-intensity="2"] .seqli:nth-child(-n+1) {
  color: #f28e92;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.input-range .labels[data-value="3"] .fad:nth-child(-n+2), .input-range .labels[data-value="4"] .fad:nth-child(-n+2) {
  color: #ef787c;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.sequl[data-intensity="3"] .seqli:nth-child(-n+2), .sequl[data-intensity="4"] .seqli:nth-child(-n+2) {
  color: #ef787c;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.input-range .labels[data-value="5"] .fad:nth-child(-n+3), .input-range .labels[data-value="6"] .fad:nth-child(-n+3) {
  color: #ed6166;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.sequl[data-intensity="5"] .seqli:nth-child(-n+3), .sequl[data-intensity="6"] .seqli:nth-child(-n+3) {
  color: #ed6166;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.input-range .labels[data-value="7"] .fad:nth-child(-n+4), .input-range .labels[data-value="8"] .fad:nth-child(-n+4) {
  color: #ea4a4f;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.sequl[data-intensity="7"] .seqli:nth-child(-n+4), .sequl[data-intensity="8"] .seqli:nth-child(-n+4) {
  color: #ea4a4f;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.input-range .labels[data-value="9"] .fad:nth-child(-n+5), .input-range .labels[data-value="10"] .fad:nth-child(-n+5) {
  color: #e51c23;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.sequl[data-intensity="9"] .seqli:nth-child(-n+5), .sequl[data-intensity="10"] .seqli:nth-child(-n+5) {
  color: #e51c23;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.seqdiv {
  padding-left: 0px;
}

.seqdiv li {
  color: #a09b9b;
  display: inline;
}

.seqdiv[data-intensity="1"] .seqdivli:nth-child(-n+2), .seqdiv[data-intensity="2"] .seqdivli:nth-child(-n+1) {
  color: #f28e92;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.seqdiv[data-intensity="3"] .seqdivli:nth-child(-n+2), .seqdiv[data-intensity="4"] .seqdivli:nth-child(-n+2) {
  color: #ef787c;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.seqdiv[data-intensity="5"] .seqdivli:nth-child(-n+3), .seqdiv[data-intensity="6"] .seqdivli:nth-child(-n+3) {
  color: #ed6166;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.seqdiv[data-intensity="7"] .seqdivli:nth-child(-n+4), .seqdiv[data-intensity="8"] .seqdivli:nth-child(-n+4) {
  color: #ea4a4f;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.seqdiv[data-intensity="9"] .seqdivli:nth-child(-n+5), .seqdiv[data-intensity="10"] .seqdivli:nth-child(-n+5) {
  color: #e51c23;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.checkbox-grey {
  padding-bottom: 15px;
}
.checkbox-grey label {
  padding-top: 5px;
}
.checkbox-grey label[for=form_named_data] {
  padding-top: 0px;
}

.vc-check label {
  margin-top: 5px;
  padding-top: 0px;
}

.vc-check span {
  margin-top: -5px;
}

.vc-check div .checkbox {
  margin-top: 0px;
  margin-bottom: 0px;
}

.disclaimer {
  color: lightgrey;
}
.disclaimer a {
  color: lightblue;
}

.text-bold {
  font-weight: 600;
}

.col-center-block {
  float: none;
  display: block;
  margin: 0 auto;
  /* margin-left: auto; margin-right: auto; */
}

/*# sourceMappingURL=main.css.map */
