/**
 * Retrieves a color value from the $material-colors Sass map
 * Inspired by https://github.com/nilskaspersson/Google-Material-UI-Color-Palette/
 *
 * @function
 * @param {string} color-name             - quoted, lower-case, dasherized color
 *                                          name (e.g. 'pink', 'amber')
 * @param {string} [color-variant='500']  - quoted, lowercase color variant (e.g.
 *                                          '200', 'a100')
 */
.rotate-alert:before {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  top: 0;
  bottom: 0;
  content: "";
  background: #212121 url(http://i.stack.imgur.com/sValK.png) center no-repeat;
  background-size: 100% auto;
  opacity: 0.95;
}

.fancybox-caption {
  font-size: 1.125rem !important;
  text-align: center !important;
}

.filter-multiply {
  mix-blend-mode: multiply;
}

.page--draft .watermark {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
.page--draft .watermark::before {
  content: "DRAFT";
  font-size: 35vw;
  color: #000;
  opacity: 0.1;
  -webkit-transform: rotate(-25deg);
      -ms-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
@media print, screen and (min-width: 40em) {
  .page--draft .watermark::before {
    font-size: 30vw;
  }
}
@media print, screen and (min-width: 64em) {
  .page--draft .watermark::before {
    font-size: 25vw;
  }
}

.screen-small .mor-article img {
  margin-top: 0.625rem;
  margin-bottom: 1.25rem;
}
.screen-small .video-container {
  margin-top: 0.625rem;
  margin-bottom: 1.25rem;
}
.screen-small .video-container img {
  margin: 0;
}

.d-none {
  display: none !important;
}

.page--tech-days .landing-lang li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page--tech-days .landing-lang a {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  color: transparent;
  z-index: 3;
}
.page--tech-days .landing-lang .flag {
  position: relative;
  left: 0;
  display: inline-block;
  /*width: 40px;
  height: 27px;*/
  border: 1px solid #eeeeee;
  top: 11px;
  width: 32px;
  height: 21px;
  opacity: 0.5;
}
.page--tech-days .landing-lang .flag.active {
  opacity: 1;
}
.page--tech-days .landing-lang .flag::before {
  width: 100%;
  height: 100%;
}
@media (min-width: 1300px) {
  .page--tech-days .landing-lang {
    display: none;
  }
}
.page--tech-days #mor_info_request_btn {
  margin-top: 3.75rem;
}
.page--tech-days video {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-appearance: none;
  background: white;
}
.page--tech-days main.container {
  overflow-x: hidden;
}
.page--tech-days .mor-article__content {
  padding-left: 0;
  padding-bottom: 0;
}
.page--tech-days .mflex {
  display: block;
}
@media print, screen and (min-width: 40em) {
  .page--tech-days .mflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.page--tech-days .mflex-full {
  width: 100%;
}
.page--tech-days .mflex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.page--tech-days .mflex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page--tech-days .mflex-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page--tech-days .mflex-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page--tech-days .mflex-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.page--tech-days .mflex-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.page--tech-days .mflex-no-shrink {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page--tech-days .mflex-align-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page--tech-days .mflex-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.page--tech-days .mor-information-request {
  background-color: white;
}
.page--tech-days .mor-information-request .mor-form-wrapper {
  background-color: #EBEFF1;
}
.page--tech-days .video-container {
  position: relative;
}
.page--tech-days .video-container .sizer {
  opacity: 0;
  visibility: hidden;
}
.page--tech-days .video-container video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.page--tech-days .swiper-container {
  position: relative;
  width: 100%;
  height: auto;
}
.page--tech-days .swiper-container .swiper-slide {
  background-color: white;
  overflow: hidden;
}
.page--tech-days .swiper-container .swiper-slide .section-onepage {
  min-height: auto;
  height: auto;
}
.page--tech-days .swiper-container .swiper-button-next,
.page--tech-days .swiper-container .swiper-button-prev {
  outline: none;
  color: rgba(0, 0, 0, 0.8);
  z-index: 100;
}
.page--tech-days .swiper-container .swiper-button-next:hover,
.page--tech-days .swiper-container .swiper-button-prev:hover {
  color: rgba(0, 0, 0, 0.95);
}
.page--tech-days .swiper-container .swiper-button-next:after,
.page--tech-days .swiper-container .swiper-button-prev:after {
  display: none;
}
.page--tech-days .swiper-container .swiper-button-next i,
.page--tech-days .swiper-container .swiper-button-prev i {
  font-size: var(--swiper-navigation-size);
  color: #E41013;
}
.page--tech-days .swiper-container .swiper-button-disabled {
  opacity: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .page--tech-days .swiper-container {
    overflow: visible;
  }
  .page--tech-days .swiper-container .swiper-button-prev,
  .page--tech-days .swiper-container .swiper-button-next {
    top: 0;
    margin-top: 0;
  }
}
@media all and (min-width: 1500px) {
  .page--tech-days .swiper-container .swiper-button-prev {
    left: 4%;
  }
  .page--tech-days .swiper-container .swiper-button-next {
    right: 4%;
  }
}
@media all and (min-width: 1600px) {
  .page--tech-days .swiper-container .swiper-button-prev {
    left: 8%;
  }
  .page--tech-days .swiper-container .swiper-button-next {
    right: 8%;
  }
}
@media all and (min-width: 1700px) {
  .page--tech-days .swiper-container .swiper-button-prev {
    left: 12%;
  }
  .page--tech-days .swiper-container .swiper-button-next {
    right: 12%;
  }
}
@media all and (min-width: 1800px) {
  .page--tech-days .swiper-container .swiper-button-prev {
    left: 16%;
  }
  .page--tech-days .swiper-container .swiper-button-next {
    right: 16%;
  }
}
@media all and (min-width: 1921px) {
  .page--tech-days .swiper-container .swiper-button-prev {
    left: 20%;
  }
  .page--tech-days .swiper-container .swiper-button-next {
    right: 20%;
  }
}
@media all and (min-width: 2560px) {
  .page--tech-days .swiper-container .swiper-button-prev {
    left: 22%;
  }
  .page--tech-days .swiper-container .swiper-button-next {
    right: 22%;
  }
}
@media print, screen and (min-width: 40em) {
  .page--tech-days .pos-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .page--tech-days .pos-bottom .pos-bottom-el {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
  .page--tech-days .pos-bottom .pos-bottom-el .thumbnail {
    margin-bottom: 0;
  }
}
.page--tech-days .container {
  padding-top: 0 !important;
}
.page--tech-days .slideContainer {
  background: white;
}
.page--tech-days .slideContainer .keypoints__list li {
  margin-bottom: 0.5em;
  font-weight: 400;
}
.page--tech-days .slideContainer img {
  max-width: 100%;
  height: auto;
  /*max-width: 100%;
  max-height: 100%;*/
  border-radius: 12px;
  max-height: 34.375rem;
}
.page--tech-days .slideContainer img.h-100 {
  max-height: none;
}
.page--tech-days .section-intro {
  position: relative;
  /*background-image: none;
  background-position: center bottom;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;*/
}
.page--tech-days .section-intro .landing-title {
  margin-top: 1.25rem;
}
.page--tech-days .section-intro .pagetitle {
  margin-top: 0 !important;
  margin-bottom: 0.625rem;
  text-align: center;
  font-weight: 800;
  font-size: 2.625rem;
  line-height: 1;
  color: black;
  text-transform: uppercase;
  font-size: 2.75rem;
}
@media print, screen and (min-width: 40em) {
  .page--tech-days .section-intro .pagetitle {
    font-size: 2.875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .page--tech-days .section-intro .pagetitle {
    font-size: 3rem;
  }
}
@media screen and (min-width: 75em) {
  .page--tech-days .section-intro .pagetitle {
    font-size: 3.375rem;
  }
}
@media screen and (min-width: 90em) {
  .page--tech-days .section-intro .pagetitle {
    font-size: 4rem;
  }
}
.page--tech-days .section-intro .introtext {
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 1.375rem;
  color: #455a64;
  text-align: center;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .page--tech-days .section-intro .introtext {
    font-size: 1.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .page--tech-days .section-intro .introtext {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 75em) {
  .page--tech-days .section-intro .introtext {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 90em) {
  .page--tech-days .section-intro .introtext {
    font-size: 2rem;
  }
}
.page--tech-days .section-intro > .row-hotspots {
  margin-bottom: 1.25rem;
}
.page--tech-days .section-intro img {
  max-height: 100%;
}
.page--tech-days .section-onepage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 5rem;
  /*@include breakpoint(large) {
  	@media screen and (orientation: landscape) {
  		> .row {
  			max-height: 85vh;
  		}
  	}
  }*/
  /*@include breakpoint(medium only) {
  	// Reduce font size
  	p,li {
  		font-size: rem-calc(14);
  		font-size: rem-calc(14) !important;
  	}
  }*/
}
.page--tech-days .section-onepage .row {
  width: 100%;
  max-width: 75rem;
}
.page--tech-days .section-onepage .columns {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page--tech-days .section-onepage .section-onepage {
  padding: 0;
}
.page--tech-days .section-onepage .section-title {
  margin-top: 0 !important;
  text-align: center;
  font-weight: 800;
  line-height: 1;
  color: black;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  font-size: 2.25rem;
}
@media print, screen and (min-width: 40em) {
  .page--tech-days .section-onepage .section-title {
    margin-bottom: 1.25rem;
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .page--tech-days .section-onepage .section-title {
    margin-bottom: 1.25rem;
    font-size: 2.625rem;
  }
}
@media screen and (min-width: 75em) {
  .page--tech-days .section-onepage .section-title {
    margin-bottom: 1.875rem;
    font-size: 2.875rem;
  }
}
@media screen and (min-width: 90em) {
  .page--tech-days .section-onepage .section-title {
    margin-bottom: 2.5rem;
    font-size: 3rem;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .page--tech-days .section-onepage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
    min-height: auto;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    /*&.section-xcomb-intro {
    	min-height: 100vh;
    }*/
  }
}
@media screen and (min-width: 40em) and (orientation: landscape) {
  .page--tech-days .section-onepage {
    min-height: 100vh;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) and (max-height: 920px) {
  .page--tech-days .section-onepage {
    /*.row {
    	max-width: rem-calc(960);
    	//max-height: rem-calc(880);
    }*/
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) and (max-height: 800px) {
  .page--tech-days .section-onepage {
    /*p,li {
    	font-size: rem-calc(14);
    	font-size: rem-calc(14) !important;
    }*/
  }
  .page--tech-days .section-onepage .row {
    max-width: 55rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) and (max-height: 720px) {
  .page--tech-days .section-onepage {
    /*p,li {
    	font-size: rem-calc(14);
    	font-size: rem-calc(14) !important;
    }*/
  }
  .page--tech-days .section-onepage .row {
    max-width: 50rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) and (max-height: 650px) {
  .page--tech-days .section-onepage {
    /*.section-title {
    	font-size: rem-calc(36);
    }*/
  }
  .page--tech-days .section-onepage .row {
    max-width: 45rem;
  }
}
.page--tech-days .section-intro {
  /*position: relative;
  min-height: 100vh;
  background-image: none;
  background-position: center bottom;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;

  > .row-hotspots {
  	margin-bottom: rem-calc(20);
  }

  > .row-title {
  	margin-top: rem-calc(20);
  	max-width: rem-calc(640);
  	margin-bottom: rem-calc(30);

  	@media all and (min-width: 1921px) {
  		max-width: rem-calc(800);
  		margin-bottom: rem-calc(40);
  	}

  	@media screen and (max-width: 1920px) and (max-height: 860px) {
  		max-width: rem-calc(512);
  		margin-bottom: rem-calc(30);
  	}
  }

  @include breakpoint(medium) {
  	//background-image: url(../uploads/images/landing/promo-xcomb/v4/bg_granules4.jpg);
  	background-position: center bottom;
  	background-attachment: fixed;
  	background-size: cover;
  	background-repeat: no-repeat;

  	> .row-title {                
  		margin-top: rem-calc(20);
  	}

  	> .row-hotspots {
  		margin-bottom: rem-calc(0);
  	}
  }*/
}
.page--tech-days .section-intro .btn-range {
  left: 15px;
  bottom: 15px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.page--tech-days .section-intro .btn-range .hot-item__label {
  padding: 0.625rem;
  -webkit-box-shadow: 0 0 10px white;
          box-shadow: 0 0 10px white;
}
@media print, screen and (min-width: 40em) {
  .page--tech-days .section-intro .btn-range {
    left: 30px;
    bottom: 30px;
  }
  .page--tech-days .section-intro .btn-range .hot-item__label {
    padding: 0.625rem 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .page--tech-days .section-intro .btn-range .hot-item__label {
    padding: 0.625rem 1.25rem;
  }
}
.page--tech-days .hotspot__canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.page--tech-days .hotspot__image {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  position: relative;
}
.page--tech-days .hotspot__image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.page--tech-days .hot-item {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, 0.9));
          filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, 0.9));
  -webkit-transform: translateX(14px);
      -ms-transform: translateX(14px);
          transform: translateX(14px);
  -webkit-user-select: none; /* Chrome all / Safari all */
  -moz-user-select: none; /* Firefox all */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Likely future */
}
.page--tech-days .hot-item.hot-item--right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-transform: translateX(-14px);
      -ms-transform: translateX(-14px);
          transform: translateX(-14px);
}
@media print, screen and (max-width: 74.99875em) {
  .page--tech-days .hot-item.hot-item--vertical-small {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
  .page--tech-days .hot-item.hot-item--vertical-small .hot-item__arm {
    width: 0.0625rem;
    height: 0.75rem;
  }
  .page--tech-days .hot-item.hot-item--vertical-small.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page--tech-days .hot-item.hot-item--vertical-small.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
            transform: translate(50%, 0);
  }
  .page--tech-days .hot-item.hot-item--right.hot-item--vertical-small {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .page--tech-days .hot-item.hot-item--right.hot-item--vertical-small.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.page--tech-days .hot-item .hot-item__label-desc-container + .hot-item__arm {
  -webkit-transform: translateY(14px);
      -ms-transform: translateY(14px);
          transform: translateY(14px);
}
.page--tech-days .hot-item .hot-item__label {
  padding: 0.125rem 0.375rem;
  font-size: 0.8125rem;
  font-weight: 400;
  color: black;
  background-color: rgb(220, 220, 220);
  will-change: padding, font-size, background-color;
  -webkit-transition: padding 200ms ease-in-out, font-size 200ms ease-in-out, background-color 200ms ease-out;
  transition: padding 200ms ease-in-out, font-size 200ms ease-in-out, background-color 200ms ease-out;
}
@media print, screen and (min-width: 40em) {
  .page--tech-days .hot-item .hot-item__label {
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .page--tech-days .hot-item .hot-item__label {
    padding: 0.3125rem 0.9375rem;
    font-size: 1rem;
  }
}
.page--tech-days .hot-item .hot-item__label-desc {
  color: black;
  background-color: rgb(220, 220, 220);
  padding: 0.5rem 0.25rem 0.375rem 0.25rem;
  font-size: 0.75rem;
  display: none;
  /*@include breakpoint(medium) {
  	display: block;
  	font-size: rem-calc(13);
  }

  @include breakpoint(large) {
  	font-size: rem-calc(13);
  }*/
  /*@include breakpoint(medium) {
  	display: block;
  	font-size: rem-calc(13);
  }*/
}
@media print, screen and (min-width: 64em) {
  .page--tech-days .hot-item .hot-item__label-desc {
    display: block;
    padding: 0.625rem 0.9375rem;
    font-size: 0.9375rem;
  }
}
.page--tech-days .hot-item .hot-item__arm {
  width: 0.75rem;
  height: 0.0625rem;
  background-color: rgba(0, 0, 0, 0.95);
  will-change: background-color;
  -webkit-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out;
}
@media print, screen and (min-width: 40em) {
  .page--tech-days .hot-item .hot-item__arm {
    width: 1.5rem;
    height: 0.125rem;
  }
}
@media print, screen and (min-width: 64em) {
  .page--tech-days .hot-item .hot-item__arm {
    width: 3rem;
  }
}
@media screen and (min-width: 75em) {
  .page--tech-days .hot-item .hot-item__arm {
    width: 3.5rem;
  }
}
@media screen and (min-width: 90em) {
  .page--tech-days .hot-item .hot-item__arm {
    width: 4rem;
  }
}
.page--tech-days .hot-item .hot-item__indicator {
  position: relative;
  border-radius: 50%;
  height: 1.75rem;
  width: 1.75rem;
  color: black;
  background-color: rgba(0, 0, 0, 0.95);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  will-change: background-color, transform;
  -webkit-transition: background-color 200ms ease-out, -webkit-transform 200ms ease-out;
  transition: background-color 200ms ease-out, -webkit-transform 200ms ease-out;
  transition: background-color 200ms ease-out, transform 200ms ease-out;
  transition: background-color 200ms ease-out, transform 200ms ease-out, -webkit-transform 200ms ease-out;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.page--tech-days .hot-item .hot-item__indicator::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.page--tech-days .hot-item .hot-item__indicator svg {
  fill: white;
}
.page--tech-days .hot-item .hot-item__icon {
  width: 0.875rem;
  height: 0.875rem;
}
.page--tech-days .hot-item .hot-item__icon.icon--circle {
  display: none;
  width: 1rem;
  height: 1rem;
}
.page--tech-days .hot-item:hover .hot-item__label {
  color: white;
  background-color: rgba(0, 0, 0, 0.95);
}
.page--tech-days .hot-item:hover .hot-item__indicator {
  -webkit-animation: pulseCoord 1s ease-out 0s infinite normal;
          animation: pulseCoord 1s ease-out 0s infinite normal;
}
.page--tech-days .hot-item:hover .hot-item__indicator::after {
  -webkit-animation: pulseCoord 1s ease-out 0.25s infinite normal;
          animation: pulseCoord 1s ease-out 0.25s infinite normal;
}
.page--tech-days .hot-item.active {
  -webkit-filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, 0.9));
          filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, 0.9));
}
.page--tech-days .hot-item.active .hot-item__label {
  color: white;
  background-color: rgba(0, 0, 0, 0.95);
}
.page--tech-days .hot-item.active .hot-item__arm {
  background-color: rgba(0, 0, 0, 0.95);
}
.page--tech-days .hot-item.active .hot-item__indicator {
  background-color: rgba(0, 0, 0, 0.95);
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-animation: pulseCoord 1s ease-out 0s infinite normal;
          animation: pulseCoord 1s ease-out 0s infinite normal;
}
.page--tech-days .hot-item.active .hot-item__indicator::after {
  -webkit-animation: pulseCoord 1s ease-out 0.25s infinite normal;
          animation: pulseCoord 1s ease-out 0.25s infinite normal;
}
.page--tech-days .hot-item.active .hot-item__icon.icon--circle {
  display: block;
}
.page--tech-days .hot-item.active .hot-item__icon.icon--plus {
  display: none;
}
.page--tech-days .hotspot__details {
  margin-top: 1.25rem;
  margin-bottom: 3.75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (min-width: 40em) {
  .page--tech-days .hotspot__details {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.page--tech-days .hotspot_text__canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  /*@media all and (min-width: 1440px) {
  	transform: translateX(-100px);
  }*/
}
.page--tech-days .hotspot_text__container {
  padding: 1.875rem;
  background-color: rgba(220, 220, 220, 0.9);
  width: 100%;
  min-height: 12.5rem;
  /*will-change: all;
  transition: all 200ms ease-out;*/
  min-height: 12.5rem;
}
.page--tech-days .hotspot_text {
  opacity: 0;
  display: none;
}
.page--tech-days .hotspot_text .hotspot_text__title {
  margin-top: 0;
  text-transform: uppercase;
  color: black;
}
.page--tech-days .hotspot_text .hotspot_text__body {
  color: black;
}
.page--tech-days .hotspot_text.theme--dark {
  background-color: rgba(0, 0, 0, 0.9);
}
.page--tech-days .hotspot_text.theme--dark .hotspot_text__body {
  color: white;
}
.page--tech-days .hotspot_text.active {
  opacity: 1;
  display: block;
  overflow: hidden;
}
.page--tech-days .hot-item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page--tech-days .hot-item .hot-item__label {
  color: white;
  background-color: rgba(0, 0, 0, 0.85);
}
.page--tech-days .hot-item:hover .hot-item__label, .page--tech-days .hot-item.active .hot-item__label {
  background-color: rgba(0, 0, 0, 0.95);
}
.page--tech-days .hot-item.active {
  -webkit-filter: none;
          filter: none;
}
@media print, screen and (min-width: 40em) {
  .page--tech-days .hot-item .hot-item__arm {
    width: 6.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .page--tech-days .hot-item .hot-item__label-desc-container {
    width: 18.75rem;
  }
}

.page--tech-days-crx .section-intro .hot-item-1 {
  right: 58%;
  top: 25%;
}
@media print, screen and (min-width: 64em) {
  .page--tech-days-crx .section-intro .hot-item-1 .hot-item__arm {
    width: 6.25rem;
  }
}
.page--tech-days-crx .section-intro .hot-item-2 {
  right: 51.2%;
  top: 70%;
}
@media print, screen and (min-width: 40em) {
  .page--tech-days-crx .section-intro .hot-item-2 .hot-item__arm {
    width: 10.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .page--tech-days-crx .section-intro .hot-item-2 .hot-item__arm {
    width: 9rem;
  }
}
.page--tech-days-crx .section-intro .hot-item-3 {
  left: 65%;
  top: 40%;
}
@media print, screen and (min-width: 64em) {
  .page--tech-days-crx .section-intro .hot-item-3 .hot-item__arm {
    width: 6.25rem;
  }
}
.page--tech-days-crx .section-intro .hot-item-4 {
  left: 65%;
  top: 70%;
}
@media print, screen and (min-width: 64em) {
  .page--tech-days-crx .section-intro .hot-item-4 .hot-item__arm {
    width: 6.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) and (max-height: 920px) {
  .page--tech-days-crx .section-intro .hot-item-2 .hot-item__arm {
    width: 9rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) and (max-height: 800px) {
  .page--tech-days-crx .section-intro .hot-item-2 .hot-item__arm {
    width: 8.625rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1920px) and (max-height: 720px) {
  .page--tech-days-crx .section-intro .hot-item-2 .hot-item__arm {
    width: 8.25rem;
  }
}

.page--tech-days-crx-comb .section-intro .hot-item-1 {
  right: 55%;
  top: 22%;
}
@media print, screen and (min-width: 64em) {
  .page--tech-days-crx-comb .section-intro .hot-item-1 .hot-item__arm {
    width: 6.25rem;
  }
}
.page--tech-days-crx-comb .section-intro .hot-item-2 {
  right: 50%;
  top: 60%;
}
@media print, screen and (min-width: 40em) {
  .page--tech-days-crx-comb .section-intro .hot-item-2 .hot-item__arm {
    width: 8.5625rem;
  }
}
.page--tech-days-crx-comb .section-intro .hot-item-3 {
  left: 60%;
  top: 40%;
}
@media print, screen and (min-width: 64em) {
  .page--tech-days-crx-comb .section-intro .hot-item-3 .hot-item__arm {
    width: 6rem;
  }
}
.page--tech-days-crx-comb .section-intro .hot-item-4 {
  left: 56%;
  top: 70%;
}
@media print, screen and (min-width: 64em) {
  .page--tech-days-crx-comb .section-intro .hot-item-4 .hot-item__arm {
    width: 8rem;
  }
}

.page--tech-days-f-kasko-brushless .section-intro .hot-item-1 {
  right: 60%;
  top: 33%;
}
.page--tech-days-f-kasko-brushless .section-intro .hot-item-2 {
  right: 60%;
  top: 62%;
}
.page--tech-days-f-kasko-brushless .section-intro .hot-item-3 {
  left: 58%;
  top: 30%;
}
.page--tech-days-f-kasko-brushless .section-intro .hot-item-4 {
  left: 58%;
  top: 58%;
}

.page--tech-days-dgm-gravix-20 .section-intro .hot-item-1 {
  right: 60%;
  top: 30%;
}
@media print, screen and (min-width: 64em) {
  .page--tech-days-dgm-gravix-20 .section-intro .hot-item-1 .hot-item__arm {
    width: 7.5rem;
  }
}
@media screen and (min-width: 75em) {
  .page--tech-days-dgm-gravix-20 .section-intro .hot-item-1 .hot-item__arm {
    width: 13.75rem;
  }
}
.page--tech-days-dgm-gravix-20 .section-intro .hot-item-2 {
  right: 66%;
  top: 70%;
}
@media print, screen and (min-width: 64em) {
  .page--tech-days-dgm-gravix-20 .section-intro .hot-item-2 .hot-item__arm {
    width: 4.75rem;
  }
}
@media screen and (min-width: 75em) {
  .page--tech-days-dgm-gravix-20 .section-intro .hot-item-2 .hot-item__arm {
    width: 10.75rem;
  }
}
.page--tech-days-dgm-gravix-20 .section-intro .hot-item-3 {
  left: 68%;
  top: 20%;
  left: 68%;
  top: 20%;
}
@media print, screen and (min-width: 64em) {
  .page--tech-days-dgm-gravix-20 .section-intro .hot-item-3 .hot-item__arm {
    width: 5rem;
  }
}
@media screen and (min-width: 75em) {
  .page--tech-days-dgm-gravix-20 .section-intro .hot-item-3 .hot-item__arm {
    width: 10rem;
  }
}
.page--tech-days-dgm-gravix-20 .section-intro .hot-item-4 {
  left: 74%;
  top: 60%;
}
@media print, screen and (min-width: 64em) {
  .page--tech-days-dgm-gravix-20 .section-intro .hot-item-4 .hot-item__arm {
    width: 2.1875rem;
  }
}
@media screen and (min-width: 75em) {
  .page--tech-days-dgm-gravix-20 .section-intro .hot-item-4 .hot-item__arm {
    width: 7rem;
  }
}

.page--tech-days-otx .section-intro .hot-item-1 {
  right: 60%;
  top: 20%;
}
.page--tech-days-otx .section-intro .hot-item-2 {
  right: 60%;
  top: 50%;
}
.page--tech-days-otx .section-intro .hot-item-3 {
  left: 60%;
  top: 10%;
}
.page--tech-days-otx .section-intro .hot-item-4 {
  left: 52%;
  top: 40%;
}
@media print, screen and (max-width: 39.99875em) {
  .page--tech-days-otx .section-intro .hot-item-4 .hot-item__arm {
    width: 3.375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .page--tech-days-otx .section-intro .hot-item-4 .hot-item__arm {
    width: 10.25rem;
  }
}
.page--tech-days-otx .section-intro .hot-item-5 {
  left: 60%;
  top: 60%;
}
.page--tech-days-otx .section-features .img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width: 40em) {
  .page--tech-days-otx .section-features--2 .img-container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.page--tech-days-otx .section-features--2 img {
  max-width: 40%;
}
@media print, screen and (min-width: 40em) {
  .page--tech-days-otx .section-features--4 .img-container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.page--tech-days-xd20 .section-intro .hot-item-1 {
  right: 60%;
  top: 20%;
}
.page--tech-days-xd20 .section-intro .hot-item-2 {
  right: 60%;
  top: 50%;
}
.page--tech-days-xd20 .section-intro .hot-item-3 {
  left: 60%;
  top: 70%;
}
.page--tech-days-xd20 .section-intro .hot-item-4 {
  left: 60%;
  top: 10%;
}
.page--tech-days-xd20 .section-features .img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width: 40em) {
  .page--tech-days-xd20 .section-features--3 .img-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes pulseScale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes pulseScale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes pulseCoord {
  0% {
    -webkit-box-shadow: 0 0 1px rgba(230, 5, 12, 0.9);
            box-shadow: 0 0 1px rgba(230, 5, 12, 0.9);
  }
  25% {
    -webkit-box-shadow: 0 0 1px 0.125em rgba(230, 5, 12, 0.9);
            box-shadow: 0 0 1px 0.125em rgba(230, 5, 12, 0.9);
  }
  100% {
    -webkit-box-shadow: 0 0 1px 1em rgba(230, 5, 12, 0.01);
            box-shadow: 0 0 1px 1em rgba(230, 5, 12, 0.01);
  }
}
@keyframes pulseCoord {
  0% {
    -webkit-box-shadow: 0 0 1px rgba(230, 5, 12, 0.9);
            box-shadow: 0 0 1px rgba(230, 5, 12, 0.9);
  }
  25% {
    -webkit-box-shadow: 0 0 1px 0.125em rgba(230, 5, 12, 0.9);
            box-shadow: 0 0 1px 0.125em rgba(230, 5, 12, 0.9);
  }
  100% {
    -webkit-box-shadow: 0 0 1px 1em rgba(230, 5, 12, 0.01);
            box-shadow: 0 0 1px 1em rgba(230, 5, 12, 0.01);
  }
}
img:focus {
  outline: none;
}

.fancybox__container {
  z-index: 3000 !important;
}

a[data-fancybox] {
  position: relative;
}
a[data-fancybox]:hover .zoom-overlay {
  opacity: 1;
}

.zoom-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  opacity: 0;
  -webkit-transition: opacity 250ms ease-in-out;
  transition: opacity 250ms ease-in-out;
  will-change: opacity;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  background-color: rgba(255, 255, 255, 0.35);
}
.zoom-overlay .fa,
.zoom-overlay .fas {
  font-size: 2.5rem;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}