

/* error compiling SCSS; reverting to raw SCSS */



/* error compiling SCSS; reverting to raw SCSS */



/* error compiling SCSS; reverting to raw SCSS */



/* error compiling SCSS; reverting to raw SCSS */



/* error compiling SCSS; reverting to raw SCSS */



/* error compiling SCSS; reverting to raw SCSS */



/* error compiling SCSS; reverting to raw SCSS */



/* error compiling SCSS; reverting to raw SCSS */



/* error compiling SCSS; reverting to raw SCSS */



.row {
  /* width: 100%; */
}
.question-container {
  background: var(--color-blue-dark);
  padding: 10rem 0;
}
.carousel-cell .row {
  width: 100%;
}
.q-col-text {
  justify-content: center;
  margin: auto;
}
.white {
  color: white;
}
.center {
  text-align: center;
}
.q-image {
  width: 100%;
  height: auto;
}
.h-100 {
  height: 100%;
}
.flickity-viewport {
  transition: height 0.2s;
}
.d-flex {
  display: flex;
}
.flex-column {
  flex-direction: column;
}
.ftext {
  flex: 1 1 auto;
  margin: 0 0 1.2rem 0;
}
.mx-auto {
  margin: auto;
}
.himage {
  border-radius: 20px;
}
.rm {
  font-weight: bold;
}
.carousel-cell {
  transition: opacity 0.5s, bottom 0.5s, top 0.5s;
  opacity: 0.5;
  width: 100%;
  display: flex;
  align-items: stretch;
  background: #EEF1F2;
  border-radius: 24px;
 // min-height: 100%;
  margin: 0 5rem;
  padding: 5rem;
}
.hightitle {
  margin: 2rem 0;
}
@media screen and (min-width: 750px) {
  .hightitle {
    margin: 0 0 1.6rem 0;
  }
}
.carousel-cell:hover .rm {
  color: var(--color-orange);
}
.carousel-cell:before {
  display: block;
}
.question-carousel {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 760px) {
  .carousel-cell {
    width: 75%;
  }
}
.carousel-cell.is-selected {
  opacity: 1;
}
/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  /* height: 100%!important; */
  /* min-height: 100%; */
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
  overflow: visible;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
/* ---- flickity-button ---- */
/* ---- previous/next buttons ---- */
/* right to left */
/* ---- page dots ---- */
.carousel-cell .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* border-radius: 50px; */
  margin: 0 auto;
  width: 80%;
  text-align: center;
  height: 100%;
}
.pr-0 {
  padding-right: 0 !important;
}
.content-wrapper .content {
  width: 100%;
  margin: auto;
  padding: 3rem;
  display: flex;
  flex-direction: column;
}
/* ---- flickity-button ---- */
.flickity-button {
  /* position: absolute; */
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}
.flickity-button:hover {
  /* background: white; */
  cursor: pointer;
  color: white;
}
.flickity-button:focus {
  /* outline: none; */
  /* box-shadow: 0 0 0 5px #19F; */
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
}
.flickity-button.flickity-prev-next-button.next:hover {

}
.flickity-button.flickity-prev-next-button.previous:hover {

}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  /* top: 50%; */
  width: 44px;
  /* left: 89%; */
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
  transition: 0.5s ease;
  display: block;
  padding: 0;
  font: inherit;
}
.flickity-prev-next-button.previous {
  /* right: 89%; */
  /* left: 10px; */
}
.flickity-prev-next-button.next {
  /* right: 10px; */
  /* left: 89%; */
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.carousel-cell-text {
  margin: 0 0 2rem 0 !important;
}
/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}


.row {
  /* width: 100%; */
}
.question-container {
  background: var(--color-blue-dark);
  padding: 10rem 0;
}
.carousel-cell .row {
  width: 100%;
}
.q-col-text {
  justify-content: center;
  margin: auto;
}
.white {
  color: white;
}
.center {
  text-align: center;
}
.q-image {
  width: 100%;
  height: auto;
}
.h-100 {
  height: 100%;
}
.flickity-viewport {
  transition: height 0.2s;
}
.d-flex {
  display: flex;
}
.flex-column {
  flex-direction: column;
}
.ftext {
  flex: 1 1 auto;
  margin: 0 0 1.2rem 0;
}
.mx-auto {
  margin: auto;
}
.himage {
  border-radius: 20px;
}
.rm {
  font-weight: bold;
}
.carousel-cell {
  transition: opacity 0.5s, bottom 0.5s, top 0.5s;
  opacity: 0.5;
  width: 75%;
  display: flex;
  align-items: stretch;
  background: #EEF1F2;
  border-radius: 24px;
  //min-height: 100%;
  margin: 0 3rem;
  padding: 3rem;
}
.hightitle {
  margin: 2rem 0;
}
@media screen and (min-width: 750px) {
  .carousel-cell {
    margin: 0 5rem;
    padding: 5rem;
  }
  .hightitle {
    margin: 0 0 1.6rem 0;
  }
}
.carousel-cell:hover .rm {
  color: var(--color-orange);
}
.carousel-cell:before {
  display: block;
}
.question-carousel {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 760px) {
  .carousel-cell {
    width: 50%;
  }
}
.carousel-cell.is-selected {
  opacity: 1;
}
/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  /* height: 100%!important; */
  /* min-height: 100%; */
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
  overflow: visible;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
/* ---- flickity-button ---- */
/* ---- previous/next buttons ---- */
/* right to left */
/* ---- page dots ---- */
.carousel-cell .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* border-radius: 50px; */
  margin: 0 auto;
  width: 80%;
  text-align: center;
  height: 100%;
}
.pr-0 {
  padding-right: 0 !important;
}
.content-wrapper .content {
  width: 100%;
  margin: auto;
  padding: 3rem;
  display: flex;
  flex-direction: column;
}
/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}
.flickity-button:hover {
  /* background: white; */
  cursor: pointer;
  color: white;
}
.flickity-button:focus {
  /* outline: none; */
  /* box-shadow: 0 0 0 5px #19F; */
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
}
.flickity-button.flickity-prev-next-button.next:hover {
  
}
.flickity-button.flickity-prev-next-button.previous:hover {
  
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  /* left: 89%; */
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
  transition: 0.5s ease;
  display: block;
  padding: 0;
  font: inherit;
}

.flickity-prev-next-button.previous {
  /* right: 89%; */
  /* left: 10px; */
  /* display: flex; */
  /* justify-content: center; */
}
.flickity-prev-next-button.next {
  /* right: 10px; */
  /* left: 89%; */
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.carousel-cell-text {
  margin: 0 0 2rem 0 !important;
}
/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  /* display: inline-block; */
  /* width: 10px; */
  /* height: 10px; */
  /* margin: 0 8px; */
  /* background: #fff; */
  /* border-radius: 50%; */
  /* opacity: 0.25; */
  /* cursor: pointer; */
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}



/* enable Flickity by default */
.cases-carousel.morethenone.morethentwo:after {
  content: 'flickity';
  display: none; /* hide :after */
}
.cases-carousel.morethenone:after {
  content: 'flickity';
  display: none; /* hide :after */
}
.hidenavdesk .slidenav {
  display:inherit;}
@media screen and ( min-width: 768px ) {
  /* disable Flickity for large devices */
  .cases-carousel.morethenone:not(.morethentwo):after {
    content: '';
  }
  .cases-carousel.morethenone:not(.morethentwo) .carousel-cell {
  opacity:1!important;
  }
  .hidenavdesk .slidenav {
  display:none!important;}
}
.sub-more {
  margin-bottom:3rem;
}
#cases .carousel-cell a {
   pointer-events: none;
}
#cases .carousel-cell.is-selected a {
  pointer-events:all;
}

.hidenav .slidenav {
  display:none!important;
}
.case-img-container {
    background-size: contain;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.blarrow svg, .blarrow svg path {
  fill:var(--color-blue)!important;
  color:var(--color-blue)!important;
}
#cases .carousel-cell:hover .arrow {
  margin-left:1vw;
}
#cases .ctaarrow {
  margin-top:1rem;
}
#cases .name, #cases .name h5 {
  margin:1rem 0;

}
.cases .font1 {
color:var(--font-color-1)!important;
}
.cases .font3 {
color:var(--font-color-3)!important;
}
.arrow-trigger:hover .arrow {
  margin-left: 1vw;
}
.cases .ctatext2 {
  color:var(--color-blue)!important;}

.cases-image {
max-width: 100%;
    max-height: 75%;
    margin: auto;
    width: auto;
}
.cases-carousel {
  position: relative;
  left: 0;
  width: calc(var(--offset-default) * 2 + 100% + 2rem);
  display: flex;
  width: 100%;
  justify-content: center;
  /* margin: auto; */
}
.cases .flickity-viewport {
  position: relative;
  left: 0;
  width: 100%;
}
.cases {
  position: relative;
  padding: 2rem 0;
}
.cases * {
  color: var(--color-black);
}

.cases .carousel-cell {
     margin-right: 1rem;
     transition: opacity .5s, bottom .5s, top .5s;
     opacity: 0.5;
     width: 100%;
     display: flex;
     align-items: stretch;
     min-height: 100%;
     bottom: 0;
}
@media screen and (min-width:760px) {
  .cases .carousel-cell {
    width: 75%;
    margin-right: 5rem;
  }
}
@media screen and (min-width:1600px) {
  .cases .carousel-cell {
    width: 50%;
    margin-right: 5rem;
  }
}
.cases .carousel-cell.is-selected {
opacity:1;
  margin-top:0;
  bottom:2rem;
}

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.cases .flickity-enabled {
  position: relative;
}
.cases .flickity-enabled:focus {
  outline: none;
}
.cases .flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.cases .flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* draggable */
 .cases .flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cases .flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
  overflow:visible
}
.cases .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
/* ---- flickity-button ---- */

/* ---- previous/next buttons ---- */

/* right to left */

/* ---- page dots ---- */

.cases .carousel-cell .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--color-light-grey);
  border-radius: 50px;
}
.pr-0 {
  padding-right: 0 !important;
}
.cases-carousel .content-wrapper .content {
  width: 100%;
  margin: auto;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .cases-carousel .content-wrapper .content {
  padding: 3rem;
  }
}
.case-img-container {
  width:100%;
  height:100%;
  display:flex;
  min-height: 100px;
  justify-content:center;
}
.case-img-container img {
  margin:auto;
}


.slidenav.nonav {
  display:none!important;
}

#casewrap .flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: white;
  opacity: 0.25;
  transition: opacity 0.25s 
  cursor: pointer;
  justify-self: center;
  display: flex;
  margin: auto;
  justify-content: center;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}



/* dots are lines */
#cases .flickity-page-dots .dot {
  height: 4px;
  width: 40px;
  margin: 0;
  border-radius: 0;
}
/* ---- flickity-button ---- */
.flickity-button {
  z-index: 3;
  background: transparent;
  border: none;
  color: white;
}
.flickity-button:hover {
  background: transparent;
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
  /* box-shadow: 0 0 0 5px white; */
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(0%);
  /* margin-right: 1rem; */
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
/* ---- page dots ---- */
#casewrap .flickity-page-dots {
  max-width: 80%;
  bottom: -25px;
  padding: 0;
  /* background:white; */
  margin: 0 0.5rem;
  list-style: none;
  text-align: center;
  /* width: fit-content; */
  line-height: 1;
  flex-wrap: wrap;
  display: flex;
  flex: 1 1 auto;
  vertical-align: center;
  justify-content: center;
}
@media screen and (min-width: 650px) {
  .flickity-page-dots {
    margin: 0 2rem;
  }
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
#casewrap .flickity-page-dots .dot {
  display: inline-block;
  min-width: 1px;
  height: 10px;
  margin: 0 8px;
  flex: 1 1 auto;
  opacity: 0.25;
  cursor: pointer;
  justify-self: center;
  display: flex;
  justify-content: center;
  position: relative;
  margin: auto 0;
}
#casewrap .flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.flick-next {
  /* margin-right: 1rem; */
}
.flick-prev {
  /* padding-left: 1rem; */
}

#casewrap .slidenav {
  display: flex;
  margin: auto;
  width: 100%;
  z-index:99;
  position: relative;
  justify-content: center;
}
@media screen and (min-width:750px) {
  #casewrap .slidenav {width:50%;}
}
.mobile-only {
  display: block !important;
}
.desktop-only {
  display: none !important;
}
@media screen and (min-width: 750px) {
  .mobile-only {
    display: none !important;
  }
  .desktop-only {
    display: flex !important;
  }
}

/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:cases] [110.3000] DESIGN*/
/*******************************************************************/
/* 0.5 D>D */
/* db 125 */



.hidden {
  display:none;
  visibility:hidden;
}

/* error compiling SCSS; reverting to raw SCSS */

.slidenav.nonav {
  display:none!important;
}
.linkedinc {
    transition: width 0.2s;
}
.linkedinc:hover {
}
#atc .name h4 {
  display:flex;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: white;
  opacity: 0.25;
  transition: opacity 0.25s 
  cursor: pointer;
  justify-self: center;
  display: flex;
  justify-content: center;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.name h4 {
  color: black !important;
}
.attendees .carousel-cell, .attendees .content-wrapper, .attendees .content, .attendees .flickity-slider {
  min-height: 100%;
}
.attendees {
  position: relative;
  padding-bottom: 3rem;

}
.contacts {
  margin-top:10rem;
}
.flickity-viewport {
  transition: height 0.4s;
}
.name {
  margin: 2vw 0;
}
.attendees .contact-cta {
  margin: 3rem 0;
}
.position {
  color: var(--color-blue);
}
.title-wrapper {
  margin-right: 3vw;
}
.contact-button {
  box-sizing: border-box;
  color: var(--color-blue);
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  min-width: 10vw;
  padding: 1rem;
}
.attendees .content h4, .attendees .content h5 {
  margin: 0;
}
.upper {
  margin: 0;
}
.lower {/* margin-right: 5vw; */}
.carousel-cell .content-wrapper {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
  background: var(--color-light-grey);
  margin: 0 auto;
  border-radius: 50px;
  max-width: 100%;
}
.pr-0 {
  padding-right: 0 !important;
}
.content-wrapper .content {
  width: 80%;
  margin: auto;
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width:760px) {.content-wrapper .content {padding:4rem;}}
.content .contact-image {
  border-radius: 50%;
  position: relative;
  height: 5rem;
  width: 5rem;
  margin: auto;
}
@media screen and (min-width: 750px) {
  .content .contact-image {
    height: 15rem;
    width: 15rem;
  }
}
.position h5 {
  color: var(--color-blue);
}
.noflik .carousel-cell {
    float:left;
  height:100%;
  min-height:unset;
}
.attendees .carousel-cell {
  width: 100%;
  min-height:100%;
  display: flex;
  margin-right: 1.5rem;
  counter-increment: carousel-cell;
  /* flex-direction: column; */
}
@media screen and (min-width: 750px) {
  .attendees .carousel-cell {
    width: 45%;
    margin-right:5rem;
  }
}
/* hide disabled button */
#att-nav .flickity-button:disabled {
  display: none;
}
/* position dots up a bit */
#att-nav .flickity-page-dots {
  bottom: -22px;
}
/* dots are lines */
#atc .flickity-page-dots .dot {
  height: 4px;
  width: 40px;
  margin: 0;
  border-radius: 0;
}
/* ---- flickity-button ---- */
.flickity-button {
  z-index: 3;
  background: transparent;
  border: none;
  color: white;
}
.flickity-button:hover {
  background: transparent;
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
  /* box-shadow: 0 0 0 5px white; */
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(0%);
  /* margin-right: 1rem; */
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
  fill: white;
}
/* ---- page dots ---- */
.flickity-page-dots {
  /* max-width: 50%; */
  bottom: -25px;
  padding: 0;
  margin: 0 0.5rem;
  list-style: none;
  text-align: center;
  /* width: fit-content; */
  line-height: 1;
  flex-wrap: wrap;
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  width: fit-content;
  margin: auto;
  align-items: center;
}
@media screen and (min-width: 650px) {
  .flickity-page-dots {
    margin: 0 2rem;
  }
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  min-width: 1px;
  height: 10px;
  margin: 0 8px;
  /* flex: 1 1 auto; */
  opacity: 0.25;
  cursor: pointer;
  justify-self: center;
  display: flex;
  justify-content: center;
  position: relative;
  /* margin: auto 0; */
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.flick-next {
  /* margin-right: 1rem; */
}
.flick-prev {
  /* padding-left: 1rem; */
}
input[type="range"] {
  margin: auto;
  -webkit-appearance: none;
  position: relative;
  overflow: hidden;
  height: 0.5rem;
  width: 100%;
  border-radius: 50%;
  border-radius: 0;
  /* iOS */
  cursor: pointer;
}
::-webkit-slider-runnable-track {
  background: #E5E5E5;
}
/*
 * 1. Set to 0 width and remove border for a slider without a thumb
 * 2. Shadow is negative the full width of the input and has a spread 
 *    of the width of the input.
 */
::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  z-index: 2;
  border-radius: 50%;
  /* 1 */
  height: 3.75rem;
  border-radius: 50%;
  background: #000;
  box-shadow: -5000px 0 0 5000px #7F7F7F;
}
::-moz-range-track {
  height: 0.5rem;
  background: #E5E5E5;
}
::-moz-range-thumb {
  background: #000;
  height: 0.75rem;
  width: 20px;
  border-radius: 0 !important;
  box-shadow: -5000px 0 0 5000px #7F7F7F;
}
.dotfix {
  display:flex;
}
.dotfix * {
  position:relative!important;
}
::-ms-fill-lower {
  background: #7F7F7F;
}
::-ms-thumb {
  background: #fff;
  border: 2px solid #000;
  height: 4px;
  width: 20px;
  box-sizing: border-box;
}
::-ms-ticks-after {
  display: none;
}
::-ms-ticks-before {
  display: none;
}
::-ms-track {
  background: #E5e5e5;
  color: transparent;
  height: 4px;
  border: none;
}
::-ms-tooltip {
  display: none;
}
.slidenav {
  display: flex;
  margin: auto;
  width: 100%;
  z-index:99;
  position: relative;
  justify-content: center;
}

@media screen and(min-width:750px) {
  .slidenav {width:75%;}
}
.mobile-only {
  display: block !important;
}
.desktop-only {
  display: none !important;
}
@media screen and (min-width: 750px) {
  .mobile-only {
    display: none !important;
  }
  .desktop-only {
    display: flex !important;
  }
}




/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:hub-questions] [63.3079] DESIGN*/
/*******************************************************************/
/* 0.1 D>D */
/* db 166 */
/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:hub-questions] [63.3079] DESIGN*/
/*******************************************************************/
/* 0.1 D>D */
/* db 186 */
/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:hub-questions] [63.3079] DESIGN*/
/*******************************************************************/
/* 0.1 D>D */
/* db 194 */
/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:hub-questions] [63.3079] DESIGN*/
/*******************************************************************/
/* 0.1 D>D */
/* db 139 */
/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:hub-questions] [63.3079] DESIGN*/
/*******************************************************************/
/* 0.1 D>D */
/* db 131 */
/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:hub-questions] [63.3079] DESIGN*/
/*******************************************************************/
/* 0.1 D>D */
/* db 147 */
/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:hub-questions] [63.3079] DESIGN*/
/*******************************************************************/
/* 0.1 D>D */
/* db 139 */
/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:hub-questions] [63.3079] DESIGN*/
/*******************************************************************/
/* 0.1 D>D */
/* db 144 */
/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:hub-questions] [63.3414] DESIGN*/
/*******************************************************************/
/* 0.4 D>D */
/* db 2582 */