/* line 3, ../sass/_components/_typography.product.scss */
.main h1, .main h2, .main h3, .main h4, .main h5, .main h6 {
  margin: 0;
}
/* line 7, ../sass/_components/_typography.product.scss */
.main .title-main {
  /*font-family: "GillSansLight", Verdana, sans-serif;*/
  font-size: 65px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  line-height: 1;
}
@media all and (max-width: 767px) {
  /* line 7, ../sass/_components/_typography.product.scss */
  .main .title-main {
    font-size: 40px;
  }
}
/* line 25, ../sass/_components/_typography.product.scss */
.main .title-main-top, .main .title-main-bottom {
  /*font-family: "GillSans", Verdana, sans-serif;*/
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
}
/* line 36, ../sass/_components/_typography.product.scss */
.main .title-sub {
  /*font-family: "GillSans", Verdana, sans-serif;*/
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  line-height: 1;
}
@media all and (max-width: 767px) {
  /* line 36, ../sass/_components/_typography.product.scss */
  .main .title-sub {
    font-size: 25px;
  }
}
/* line 48, ../sass/_components/_typography.product.scss */
.main .title-sub.purple {
  color: #484294;
}
/* line 56, ../sass/_components/_typography.product.scss */
.main .title-feature {
  /*font-family: "GillSans", Verdana, sans-serif;*/
  font-size: 24px;
  font-weight: 100;
}
@media all and (max-width: 767px) {
  /* line 56, ../sass/_components/_typography.product.scss */
  .main .title-feature {
    text-align: center;
    font-size: 25px;
  }
}
/* line 69, ../sass/_components/_typography.product.scss */
.main .title-feature.purple {
  color: #484294;
}
/* line 75, ../sass/_components/_typography.product.scss */
.main .title-paragraph {
  /*font-family: "GillSans", Verdana, sans-serif;*/
  font-size: 20px;
  font-weight: 100;
}
/* line 81, ../sass/_components/_typography.product.scss */
.main .title-paragraph.small {
  font-size: 17px;
}
/* line 85, ../sass/_components/_typography.product.scss */
.main .title-paragraph.big {
  font-size: 25px;
}
/* line 89, ../sass/_components/_typography.product.scss */
.main .title-paragraph.bold {
  font-weight: 700;
}
@media all and (max-width: 767px) {
  /* line 75, ../sass/_components/_typography.product.scss */
  .main .title-paragraph {
    font-size: 20px;
  }
  /* line 97, ../sass/_components/_typography.product.scss */
  .main .title-paragraph.small {
    font-size: 17px;
  }
}
/* line 103, ../sass/_components/_typography.product.scss */
.main .title-paragraph.center {
  text-align: center;
}
@media all and (max-width: 767px) {
  /* line 75, ../sass/_components/_typography.product.scss */
  .main .title-paragraph {
    /*font-family: "GillSansLight", Verdana, sans-serif;*/
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
  }
}
/* line 123, ../sass/_components/_typography.product.scss */
.main .title-table {
  font-size: 28px;
}
@media all and (max-width: 1100px) {
  /* line 123, ../sass/_components/_typography.product.scss */
  .main .title-table {
    font-size: 20px;
  }
}
/* line 133, ../sass/_components/_typography.product.scss */
.main .paragraph-big {
  font-size: 20px;
  line-height: 30px;
}
/* line 140, ../sass/_components/_typography.product.scss */
.main .list {
  padding-left: 20px;
}
/* line 145, ../sass/_components/_typography.product.scss */
.main .list.margin-bottom li {
  margin-bottom: 8px;
}
/* line 150, ../sass/_components/_typography.product.scss */
.main .list li {
  list-style-type: disc;
}
/* line 153, ../sass/_components/_typography.product.scss */
.main .list li .small {
  display: block;
  margin-top: 5px;
  font-size: 13px;
}
/* line 159, ../sass/_components/_typography.product.scss */
.main .list li .bold {
  font-weight: 700;
}
/* line 165, ../sass/_components/_typography.product.scss */
.main .background-clip-animate {
  opacity: 0;
}
/* line 169, ../sass/_components/_typography.product.scss */
.main .background-clip-animate.fallback {
  opacity: 1;
}

/* line 6, ../sass/_components/_buttons.product.scss */
.main.product .button, .main.about .button, .main article.recommended .button, .main.software .button, .main.product-overview .button {
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
}
/* line 14, ../sass/_components/_buttons.product.scss */
.main.product .button:focus, .main.about .button:focus, .main article.recommended .button:focus, .main.software .button:focus, .main.product-overview .button:focus {
  outline: 0;
}
/* line 18, ../sass/_components/_buttons.product.scss */
.main.product .button.button-rectangle, .main.about .button.button-rectangle, .main article.recommended .button.button-rectangle, .main.software .button.button-rectangle, .main.product-overview .button.button-rectangle {
  border: solid #86bcc6 2px;
  padding: 12px 25px;
  text-align: center;
  font-size: 17px;
  color: #86bcc6;
}
/* line 26, ../sass/_components/_buttons.product.scss */
.main.product .button.button-rectangle.border-radius, .main.about .button.button-rectangle.border-radius, .main article.recommended .button.button-rectangle.border-radius, .main.software .button.button-rectangle.border-radius, .main.product-overview .button.button-rectangle.border-radius {
  border-radius: 5px;
}
/* line 30, ../sass/_components/_buttons.product.scss */
.main.product .button.button-rectangle:hover, .main.about .button.button-rectangle:hover, .main article.recommended .button.button-rectangle:hover, .main.software .button.button-rectangle:hover, .main.product-overview .button.button-rectangle:hover {
  color: #fff;
  background: #86bcc6;
}
/* line 35, ../sass/_components/_buttons.product.scss */
.main.product .button.button-rectangle.purple, .main.about .button.button-rectangle.purple, .main article.recommended .button.button-rectangle.purple, .main.software .button.button-rectangle.purple, .main.product-overview .button.button-rectangle.purple {
  border-color: #484294;
  color: #484294;
}
/* line 38, ../sass/_components/_buttons.product.scss */
.main.product .button.button-rectangle.purple:hover, .main.about .button.button-rectangle.purple:hover, .main article.recommended .button.button-rectangle.purple:hover, .main.software .button.button-rectangle.purple:hover, .main.product-overview .button.button-rectangle.purple:hover {
  background: #484294 !important;
  color: #fff;
}
/* line 44, ../sass/_components/_buttons.product.scss */
.main.product .button.button-rectangle.solid-purple, .main.about .button.button-rectangle.solid-purple, .main article.recommended .button.button-rectangle.solid-purple, .main.software .button.button-rectangle.solid-purple, .main.product-overview .button.button-rectangle.solid-purple {
  background: #65478d;
  border-color: #65478d;
  color: #fff;
}
/* line 49, ../sass/_components/_buttons.product.scss */
.main.product .button.button-rectangle.solid-purple:hover, .main.about .button.button-rectangle.solid-purple:hover, .main article.recommended .button.button-rectangle.solid-purple:hover, .main.software .button.button-rectangle.solid-purple:hover, .main.product-overview .button.button-rectangle.solid-purple:hover {
  background: #fff;
  color: #65478d;
}
/* line 56, ../sass/_components/_buttons.product.scss */
.main.product .button.button-rectangle.solid-blue, .main.about .button.button-rectangle.solid-blue, .main article.recommended .button.button-rectangle.solid-blue, .main.software .button.button-rectangle.solid-blue, .main.product-overview .button.button-rectangle.solid-blue {
  background: #484294;
  border-color: #484294;
  color: #fff;
}
/* line 61, ../sass/_components/_buttons.product.scss */
.main.product .button.button-rectangle.solid-blue:hover, .main.about .button.button-rectangle.solid-blue:hover, .main article.recommended .button.button-rectangle.solid-blue:hover, .main.software .button.button-rectangle.solid-blue:hover, .main.product-overview .button.button-rectangle.solid-blue:hover {
  background: #2c285e;
}
/* line 66, ../sass/_components/_buttons.product.scss */
.main.product .button.button-rectangle.solid-green, .main.about .button.button-rectangle.solid-green, .main article.recommended .button.button-rectangle.solid-green, .main.software .button.button-rectangle.solid-green, .main.product-overview .button.button-rectangle.solid-green {
  background: #86bcc6;
  color: #fff;
}
/* line 70, ../sass/_components/_buttons.product.scss */
.main.product .button.button-rectangle.solid-green:hover, .main.about .button.button-rectangle.solid-green:hover, .main article.recommended .button.button-rectangle.solid-green:hover, .main.software .button.button-rectangle.solid-green:hover, .main.product-overview .button.button-rectangle.solid-green:hover {
  background: #4f7c7d;
  border-color: #4f7c7d;
}
/* line 77, ../sass/_components/_buttons.product.scss */
.main.product .button.button-rectangle.uppercase, .main.about .button.button-rectangle.uppercase, .main article.recommended .button.button-rectangle.uppercase, .main.software .button.button-rectangle.uppercase, .main.product-overview .button.button-rectangle.uppercase {
  text-transform: uppercase;
}
@media all and (max-width: 767px) {
  /* line 18, ../sass/_components/_buttons.product.scss */
  .main.product .button.button-rectangle, .main.about .button.button-rectangle, .main article.recommended .button.button-rectangle, .main.software .button.button-rectangle, .main.product-overview .button.button-rectangle {
    border-radius: 0;
  }
}
/* line 87, ../sass/_components/_buttons.product.scss */
.main.product .button.button-favorite, .main.about .button.button-favorite, .main article.recommended .button.button-favorite, .main.software .button.button-favorite, .main.product-overview .button.button-favorite {
  display: block;
  margin: 30px auto 15px;
}
/* line 92, ../sass/_components/_buttons.product.scss */
.main.product .button.button-favorite .sprite, .main.about .button.button-favorite .sprite, .main article.recommended .button.button-favorite .sprite, .main.software .button.button-favorite .sprite, .main.product-overview .button.button-favorite .sprite {
  display: none;
  width: 19px;
  height: 17px;
}
/* line 98, ../sass/_components/_buttons.product.scss */
.main.product .button.button-favorite .sprite-heart-grey, .main.about .button.button-favorite .sprite-heart-grey, .main article.recommended .button.button-favorite .sprite-heart-grey, .main.software .button.button-favorite .sprite-heart-grey, .main.product-overview .button.button-favorite .sprite-heart-grey {
  display: block;
}
/* line 103, ../sass/_components/_buttons.product.scss */
.main.product .button.button-favorite.active .sprite-heart-grey, .main.about .button.button-favorite.active .sprite-heart-grey, .main article.recommended .button.button-favorite.active .sprite-heart-grey, .main.software .button.button-favorite.active .sprite-heart-grey, .main.product-overview .button.button-favorite.active .sprite-heart-grey {
  display: none;
}
/* line 106, ../sass/_components/_buttons.product.scss */
.main.product .button.button-favorite.active .sprite-heart-red-solid, .main.about .button.button-favorite.active .sprite-heart-red-solid, .main article.recommended .button.button-favorite.active .sprite-heart-red-solid, .main.software .button.button-favorite.active .sprite-heart-red-solid, .main.product-overview .button.button-favorite.active .sprite-heart-red-solid {
  display: block;
}

/* line 6, ../sass/_components/_navigation.product.scss */
.main.product .nav-product, .main.product .nav-software, .main.software .nav-product, .main.software .nav-software, .main.classroom .nav-product, .main.classroom .nav-software, .main.product-overview .nav-product, .main.product-overview .nav-software {
  margin: 0;
  height: 60px;
  text-align: center;
  background: rgba(52, 22, 96, 0.9);
  z-index: 3;
}
/* line 14, ../sass/_components/_navigation.product.scss */
.main.product .nav-product.fixed, .main.product .nav-software.fixed, .main.software .nav-product.fixed, .main.software .nav-software.fixed, .main.classroom .nav-product.fixed, .main.classroom .nav-software.fixed, .main.product-overview .nav-product.fixed, .main.product-overview .nav-software.fixed {
  position: fixed;
  top: 0;
  margin: 0;
  width: 100%;
  background: #341660;
  z-index: 1000;
}
/* line 23, ../sass/_components/_navigation.product.scss */
.main.product .nav-product .button, .main.product .nav-software .button, .main.software .nav-product .button, .main.software .nav-software .button, .main.classroom .nav-product .button, .main.classroom .nav-software .button, .main.product-overview .nav-product .button, .main.product-overview .nav-software .button {
  display: inline-block;
  margin: 0 10px;
  line-height: 60px;
  color: #fff;
  text-decoration: none;
}
/* line 30, ../sass/_components/_navigation.product.scss */
.main.product .nav-product .button:hover, .main.product .nav-product .button.active, .main.product .nav-software .button:hover, .main.product .nav-software .button.active, .main.software .nav-product .button:hover, .main.software .nav-product .button.active, .main.software .nav-software .button:hover, .main.software .nav-software .button.active, .main.classroom .nav-product .button:hover, .main.classroom .nav-product .button.active, .main.classroom .nav-software .button:hover, .main.classroom .nav-software .button.active, .main.product-overview .nav-product .button:hover, .main.product-overview .nav-product .button.active, .main.product-overview .nav-software .button:hover, .main.product-overview .nav-software .button.active {
  text-decoration: underline;
}
/* line 38, ../sass/_components/_navigation.product.scss */
.main.product .button-filter-toggle, .main.software .button-filter-toggle, .main.classroom .button-filter-toggle, .main.product-overview .button-filter-toggle {
  position: relative;
  vertical-align: top;
  width: 28px;
  height: 28px;
  margin-top: 10px;
}
/* line 49, ../sass/_components/_navigation.product.scss */
.main.product .nav-product-index, .main.software .nav-product-index, .main.classroom .nav-product-index, .main.product-overview .nav-product-index {
  margin: 0 auto;
  width: 100%;
  height: 50px;
  background: #70afb0;
  overflow: hidden;
  white-space: nowrap;
}
/* line 60, ../sass/_components/_navigation.product.scss */
.main.product .nav-product-index .center, .main.software .nav-product-index .center, .main.classroom .nav-product-index .center, .main.product-overview .nav-product-index .center {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 7px;
  width: auto;
  max-width: 1180px;
  padding: 0 30px;
}
@supports not (flex-wrap: wrap) {
  /* line 60, ../sass/_components/_navigation.product.scss */
  .main.product .nav-product-index .center, .main.software .nav-product-index .center, .main.classroom .nav-product-index .center, .main.product-overview .nav-product-index .center {
    display: block;
  }
}
/* line 72, ../sass/_components/_navigation.product.scss */
.main.product .nav-product-index .center .input-group.search, .main.software .nav-product-index .center .input-group.search, .main.classroom .nav-product-index .center .input-group.search, .main.product-overview .nav-product-index .center .input-group.search {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-top: 8px;
  height: 34px;
  max-width: 280px;
  width: calc( 100% - 40px );
}
/* line 82, ../sass/_components/_navigation.product.scss */
.main.product .nav-product-index .center .input-group.search input, .main.software .nav-product-index .center .input-group.search input, .main.classroom .nav-product-index .center .input-group.search input, .main.product-overview .nav-product-index .center .input-group.search input {
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  height: 34px;
  font-size: 15px;
}
/* line 90, ../sass/_components/_navigation.product.scss */
.main.product .nav-product-index .center .input-group.search .input-group-addon, .main.software .nav-product-index .center .input-group.search .input-group-addon, .main.classroom .nav-product-index .center .input-group.search .input-group-addon, .main.product-overview .nav-product-index .center .input-group.search .input-group-addon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 35px;
  height: 34px;
  border: none;
  border-radius: 0;
  background: #fff;
  z-index: 2;
}
/* line 103, ../sass/_components/_navigation.product.scss */
.main.product .nav-product-index .center .input-group.search .input-group-addon .sprite, .main.software .nav-product-index .center .input-group.search .input-group-addon .sprite, .main.classroom .nav-product-index .center .input-group.search .input-group-addon .sprite, .main.product-overview .nav-product-index .center .input-group.search .input-group-addon .sprite {
  margin-top: 9px;
  margin-left: 9px;
  width: 17px;
  height: 17px;
}
/* line 115, ../sass/_components/_navigation.product.scss */
.main.product .nav-product-index .center .container-right, .main.software .nav-product-index .center .container-right, .main.classroom .nav-product-index .center .container-right, .main.product-overview .nav-product-index .center .container-right {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  align-items: center;
  padding-left: 15px;
}
@supports not (flex-wrap: wrap) {
  /* line 115, ../sass/_components/_navigation.product.scss */
  .main.product .nav-product-index .center .container-right, .main.software .nav-product-index .center .container-right, .main.classroom .nav-product-index .center .container-right, .main.product-overview .nav-product-index .center .container-right {
    display: block;
  }
}
/* line 124, ../sass/_components/_navigation.product.scss */
.main.product .nav-product-index .center .container-right .button-favorite-list, .main.software .nav-product-index .center .container-right .button-favorite-list, .main.classroom .nav-product-index .center .container-right .button-favorite-list, .main.product-overview .nav-product-index .center .container-right .button-favorite-list {
  font-size: 17px;
  color: #fff;
  line-height: 50px;
}
/* line 130, ../sass/_components/_navigation.product.scss */
.main.product .nav-product-index .center .container-right .button-favorite-list:hover .container-text, .main.software .nav-product-index .center .container-right .button-favorite-list:hover .container-text, .main.classroom .nav-product-index .center .container-right .button-favorite-list:hover .container-text, .main.product-overview .nav-product-index .center .container-right .button-favorite-list:hover .container-text {
  text-decoration: underline;
}
/* line 134, ../sass/_components/_navigation.product.scss */
.main.product .nav-product-index .center .container-right .button-favorite-list .sprite, .main.software .nav-product-index .center .container-right .button-favorite-list .sprite, .main.classroom .nav-product-index .center .container-right .button-favorite-list .sprite, .main.product-overview .nav-product-index .center .container-right .button-favorite-list .sprite {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 18px;
  margin-top: 16px;
  margin-right: 5px;
}
/* line 143, ../sass/_components/_navigation.product.scss */
.main.product .nav-product-index .center .container-right .button-favorite-list .container-text, .main.software .nav-product-index .center .container-right .button-favorite-list .container-text, .main.classroom .nav-product-index .center .container-right .button-favorite-list .container-text, .main.product-overview .nav-product-index .center .container-right .button-favorite-list .container-text {
  display: inline-block;
  font-weight: 700;
  letter-spacing: 1px;
}
/* line 151, ../sass/_components/_navigation.product.scss */
.main.product .nav-product-index .center .container-right .divider, .main.software .nav-product-index .center .container-right .divider, .main.classroom .nav-product-index .center .container-right .divider, .main.product-overview .nav-product-index .center .container-right .divider {
  display: inline-block;
  margin: 0 17px;
  width: 1px;
  height: 25px;
  background: #b8d7d8;
}
/* line 161, ../sass/_components/_navigation.product.scss */
.main.product .nav-product-index .center .container-right .btn-group, .main.software .nav-product-index .center .container-right .btn-group, .main.classroom .nav-product-index .center .container-right .btn-group, .main.product-overview .nav-product-index .center .container-right .btn-group {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@supports not (flex-wrap: wrap) {
  /* line 161, ../sass/_components/_navigation.product.scss */
  .main.product .nav-product-index .center .container-right .btn-group, .main.software .nav-product-index .center .container-right .btn-group, .main.classroom .nav-product-index .center .container-right .btn-group, .main.product-overview .nav-product-index .center .container-right .btn-group {
    display: block;
  }
}
/* line 166, ../sass/_components/_navigation.product.scss */
.main.product .nav-product-index .center .container-right .btn-group .btn, .main.software .nav-product-index .center .container-right .btn-group .btn, .main.classroom .nav-product-index .center .container-right .btn-group .btn, .main.product-overview .nav-product-index .center .container-right .btn-group .btn {
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
  border-color: #fff;
  border-radius: 0;
  color: #fff;
  font-size: 13px;
  outline: 0;
  background: none;
}
/* line 178, ../sass/_components/_navigation.product.scss */
.main.product .nav-product-index .center .container-right .btn-group .btn.first, .main.software .nav-product-index .center .container-right .btn-group .btn.first, .main.classroom .nav-product-index .center .container-right .btn-group .btn.first, .main.product-overview .nav-product-index .center .container-right .btn-group .btn.first {
  border-right: none;
}
/* line 182, ../sass/_components/_navigation.product.scss */
.main.product .nav-product-index .center .container-right .btn-group .btn:active, .main.product .nav-product-index .center .container-right .btn-group .btn:focus, .main.product .nav-product-index .center .container-right .btn-group .btn:hover, .main.software .nav-product-index .center .container-right .btn-group .btn:active, .main.software .nav-product-index .center .container-right .btn-group .btn:focus, .main.software .nav-product-index .center .container-right .btn-group .btn:hover, .main.classroom .nav-product-index .center .container-right .btn-group .btn:active, .main.classroom .nav-product-index .center .container-right .btn-group .btn:focus, .main.classroom .nav-product-index .center .container-right .btn-group .btn:hover, .main.product-overview .nav-product-index .center .container-right .btn-group .btn:active, .main.product-overview .nav-product-index .center .container-right .btn-group .btn:focus, .main.product-overview .nav-product-index .center .container-right .btn-group .btn:hover {
  color: #70afb0;
  background: #fff;
  box-shadow: none;
}

/* Slider */
/* line 3, ../sass/_components/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 18, ../sass/_components/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 25, ../sass/_components/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 29, ../sass/_components/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 34, ../sass/_components/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 43, ../sass/_components/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
/* line 49, ../sass/_components/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 55, ../sass/_components/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 59, ../sass/_components/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 63, ../sass/_components/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 67, ../sass/_components/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 70, ../sass/_components/_slick.scss */
.slick-slide img {
  display: block;
}
/* line 73, ../sass/_components/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 79, ../sass/_components/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 83, ../sass/_components/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 87, ../sass/_components/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 91, ../sass/_components/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 97, ../sass/_components/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

@media all and (min-width: 767px) {
  /* line 7, ../sass/_components/_specs.scss */
  .main.specs section {
    background: none !important;
  }
  /* line 13, ../sass/_components/_specs.scss */
  .main.specs section article.specs .container-article {
    position: relative;
    box-sizing: content-box;
    max-width: 1180px;
    background: #fff;
  }
  /* line 20, ../sass/_components/_specs.scss */
  .main.specs section article.specs .container-article .title-sub {
    text-align: left;
  }
  /* line 24, ../sass/_components/_specs.scss */
  .main.specs section article.specs .container-article .button {
    position: absolute;
    right: 0;
    top: 0;
  }
  /* line 33, ../sass/_components/_specs.scss */
  .main.specs section article.specs .container-article .section {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid #cccccc;
    padding: 40px 0;
  }
  @supports not (flex-wrap: wrap) {
    /* line 33, ../sass/_components/_specs.scss */
    .main.specs section article.specs .container-article .section {
      display: block;
    }
  }
  /* line 42, ../sass/_components/_specs.scss */
  .main.specs section article.specs .container-article .section.last {
    border-bottom: none;
  }
  /* line 46, ../sass/_components/_specs.scss */
  .main.specs section article.specs .container-article .section .title-table, .main.specs section article.specs .container-article .section .table, .main.specs section article.specs .container-article .section .container-img {
    display: inline-block;
    float: left;
  }
  /* line 51, ../sass/_components/_specs.scss */
  .main.specs section article.specs .container-article .section .title-table {
    box-sizing: border-box;
    margin: 0;
    padding-top: 8px;
    padding-left: 8px;
    padding-right: 10px;
    width: 15%;
    max-width: 190px;
  }
  /* line 62, ../sass/_components/_specs.scss */
  .main.specs section article.specs .container-article .section .table {
    width: 42.5%;
    max-width: 495px;
    line-height: 20px;
  }
  /* line 68, ../sass/_components/_specs.scss */
  .main.specs section article.specs .container-article .section .table .column {
    border: none;
    padding-left: 0;
    padding-right: 25px;
    width: 500px;
    font-weight: 100;
  }
  /* line 75, ../sass/_components/_specs.scss */
  .main.specs section article.specs .container-article .section .table .column.first {
    padding-right: 15px;
    width: 50%;
    font-weight: 700;
    max-width: 247px;
  }
  /* line 86, ../sass/_components/_specs.scss */
  .main.specs section article.specs .container-article .section .container-img {
    position: relative;
    margin-top: 12px;
    width: 40%;
    flex-grow: 2;
  }
  /* line 93, ../sass/_components/_specs.scss */
  .main.specs section article.specs .container-article .section .container-img .img-wrapper {
    float: right;
  }
  /* line 97, ../sass/_components/_specs.scss */
  .main.specs section article.specs .container-article .section .container-img .img-wrapper img {
    width: 100%;
    height: auto;
  }
  /* line 110, ../sass/_components/_specs.scss */
  .main.specs section article.specs .container-article .section.io-connection .img-wrapper {
    position: absolute;
    width: 125%;
    max-width: 528px;
    right: 0;
  }
  /* line 127, ../sass/_components/_specs.scss */
  .main.specs section article.specs .container-article .section.feature .table {
    max-width: none;
    width: 85%;
  }
  /* line 132, ../sass/_components/_specs.scss */
  .main.specs section article.specs .container-article .section.feature .table .column.first {
    width: 32%;
  }
}
@media all and (min-width: 767px) and (max-width: 1100px) {
  /* line 132, ../sass/_components/_specs.scss */
  .main.specs section article.specs .container-article .section.feature .table .column.first {
    width: 27%;
  }
}
@media all and (min-width: 767px) {
  /* line 147, ../sass/_components/_specs.scss */
  .main.specs section article.specs .container-article .section.two-tables .column.first {
    font-weight: 100;
  }
  /* line 151, ../sass/_components/_specs.scss */
  .main.specs section article.specs .container-article .section.two-tables .column.title {
    font-weight: 700;
  }
  /* line 155, ../sass/_components/_specs.scss */
  .main.specs section article.specs .container-article .section.two-tables .table.second {
    margin-left: -10%;
  }
}

@media all and (max-width: 767px) {
  /* line 7, ../sass/_components/_mobile.specs.scss */
  .main.specs section {
    background: none !important;
  }
  /* line 15, ../sass/_components/_mobile.specs.scss */
  .main.specs section article.specs .container-article .button-rectangle.solid-purple {
    margin-bottom: 50px;
  }
  /* line 19, ../sass/_components/_mobile.specs.scss */
  .main.specs section article.specs .container-article .section {
    margin-bottom: 50px;
  }
  /* line 23, ../sass/_components/_mobile.specs.scss */
  .main.specs section article.specs .container-article .section .title-table {
    margin-bottom: 20px;
    margin-left: 9px;
  }
  /* line 28, ../sass/_components/_mobile.specs.scss */
  .main.specs section article.specs .container-article .section .table {
    width: 100%;
  }
  /* line 32, ../sass/_components/_mobile.specs.scss */
  .main.specs section article.specs .container-article .section .img-wrapper img {
    display: block;
    margin: 50px auto 0;
    width: 100%;
    max-width: 449px;
    height: auto;
  }
  /* line 40, ../sass/_components/_mobile.specs.scss */
  .main.specs section article.specs .container-article .section .spec_1360 {
    display: block;
    margin-left: 9px;
  }
}

/* line 5, ../sass/_components/_recommended.scss */
.main section article.recommended.full-width, .main article.products.full-width {
  padding: 40px 0;
}
/* line 9, ../sass/_components/_recommended.scss */
.main section article.recommended.full-width .title-sub, .main article.products.full-width .title-sub {
  box-sizing: border-box;
  padding: 0 40px;
}
/* line 14, ../sass/_components/_recommended.scss */
.main section article.recommended.full-width .container-button, .main article.products.full-width .container-button {
  display: none !important;
}
/* line 18, ../sass/_components/_recommended.scss */
.main section article.recommended.full-width .gallery-object, .main article.products.full-width .gallery-object {
  max-width: inherit !important;
}
/* line 20, ../sass/_components/_recommended.scss */
.main section article.recommended.full-width .gallery-object .slide, .main article.products.full-width .gallery-object .slide {
  max-width: 220px !important;
}
/* line 29, ../sass/_components/_recommended.scss */
.main section article.recommended .container-gallery.single-slide .slick-slide, .main article.products .container-gallery.single-slide .slick-slide {
  height: auto !important;
  float: none !important;
}
/* line 34, ../sass/_components/_recommended.scss */
.main section article.recommended .container-gallery.single-slide .container-button, .main article.products .container-gallery.single-slide .container-button {
  display: none !important;
}
/* line 38, ../sass/_components/_recommended.scss */
.main section article.recommended .container-gallery.single-slide .gallery-object, .main article.products .container-gallery.single-slide .gallery-object {
  opacity: 1 !important;
}
/* line 44, ../sass/_components/_recommended.scss */
.main section article.recommended .container-items, .main article.products .container-items {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
@supports not (flex-wrap: wrap) {
  /* line 44, ../sass/_components/_recommended.scss */
  .main section article.recommended .container-items, .main article.products .container-items {
    display: block;
  }
}
/* line 54, ../sass/_components/_recommended.scss */
.main section article.recommended .container-items .item, .main article.products .container-items .item {
  position: relative;
  box-sizing: border-box;
  border: #70afb0 solid 1px;
  border-bottom: 0;
  margin: 0 12px;
  margin-bottom: 24px;
  width: 280px;
}
/* line 64, ../sass/_components/_recommended.scss */
.main section article.recommended .container-items .item .label-new, .main article.products .container-items .item .label-new {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
/* line 71, ../sass/_components/_recommended.scss */
.main section article.recommended .container-items .item .container-item2, .main article.products .container-items .item .container-item2 {
  position: relative;
  width: 100%;
}
/* line 76, ../sass/_components/_recommended.scss */
.main section article.recommended .container-items .item .container-item, .main article.products .container-items .item .container-item {
  padding-bottom: 20px;
  padding: 0px;
}
/* line 81, ../sass/_components/_recommended.scss */
.main section article.recommended .container-items .item .container-item .img-wrapper, .main article.products .container-items .item .container-item .img-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 10px;
  height: 200px;
}
@supports not (flex-wrap: wrap) {
  /* line 81, ../sass/_components/_recommended.scss */
  .main section article.recommended .container-items .item .container-item .img-wrapper, .main article.products .container-items .item .container-item .img-wrapper {
    display: block;
  }
}
/* line 91, ../sass/_components/_recommended.scss */
.main section article.recommended .container-items .item .container-item .title-paragraph, .main article.products .container-items .item .container-item .title-paragraph {
  margin: 10px 0 5px;
  text-align: center;
  color: #000;
}
/* line 96, ../sass/_components/_recommended.scss */
.main section article.recommended .container-items .item .container-item .title-paragraph.small, .main article.products .container-items .item .container-item .title-paragraph.small {
  margin: 0 0 15px;
}
/* line 102, ../sass/_components/_recommended.scss */
.main section article.recommended .container-items .item .container-item .list, .main article.products .container-items .item .container-item .list {
  text-align: left;
  color: #717171;
  font-size: 16px;
}
/* line 108, ../sass/_components/_recommended.scss */
.main section article.recommended .container-items .item .container-item .list li, .main article.products .container-items .item .container-item .list li {
  margin-bottom: 10px;
}
/* line 113, ../sass/_components/_recommended.scss */
.main section article.recommended .container-items .item .container-item .dummy-block, .main article.products .container-items .item .container-item .dummy-block {
  height: 60px;
}
/* line 120, ../sass/_components/_recommended.scss */
.main section article.recommended .container-items .item .button-rectangle, .main article.products .container-items .item .button-rectangle {
  position: absolute;
  border-width: 1px;
  bottom: 0;
  left: 0px;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
/* line 134, ../sass/_components/_recommended.scss */
.main section article.recommended .container-items .item .label-new:before, .main article.products .container-items .item .label-new:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 52px 77px 0 0;
  border-color: #70afb0 transparent transparent transparent;
}
/* line 149, ../sass/_components/_recommended.scss */
.main section article.recommended .container-items .item .label-new:after, .main article.products .container-items .item .label-new:after {
  display: block;
  content: 'NEW';
  position: absolute;
  top: 9px;
  left: 7px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  transform: rotate(-34deg);
  -webkit-transform: rotate(-34deg);
  -moz-transform: rotate(-34deg);
  -o-transform: rotate(-34deg);
  -ms-transform: rotate(-34deg);
}
@media all and (max-width: 767px) {
  /* line 180, ../sass/_components/_recommended.scss */
  .main section article.recommended .container-items, .main article.products .container-items {
    flex-direction: column;
  }
  /* line 184, ../sass/_components/_recommended.scss */
  .main section article.recommended .container-items .item, .main article.products .container-items .item {
    border: none;
    margin: 0 auto 30px;
    padding: 0 5px !important;
    width: 100%;
    max-width: 280px;
  }
  /* line 192, ../sass/_components/_recommended.scss */
  .main section article.recommended .container-items .item .container-item2, .main article.products .container-items .item .container-item2 {
    position: relative;
    box-sizing: border-box;
    border: #70afb0 solid 1px;
    border-bottom: 0;
    margin: 0;
    margin-bottom: 24px;
    width: 280px;
  }
  /* line 202, ../sass/_components/_recommended.scss */
  .main section article.recommended .container-items .item .container-item2 .container-item .img-wrapper, .main article.products .container-items .item .container-item2 .container-item .img-wrapper {
    padding: 0 10px;
  }
  /* line 206, ../sass/_components/_recommended.scss */
  .main section article.recommended .container-items .item .container-item2 .title-paragraph, .main article.products .container-items .item .container-item2 .title-paragraph {
    box-sizing: border-box;
    padding: 0 10px;
  }
  /* line 213, ../sass/_components/_recommended.scss */
  .main section article.recommended .container-items .item .list.title-paragraph, .main article.products .container-items .item .list.title-paragraph {
    display: none;
  }
}
@media all and (max-width: 1180px) {
  /* line 230, ../sass/_components/_recommended.scss */
  .main section article.recommended .container-items .item:nth-child(4) {
    display: none;
  }
}
@media all and (max-width: 980px) {
  /* line 235, ../sass/_components/_recommended.scss */
  .main section article.recommended .container-items .item:nth-child(3) {
    display: none;
  }
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
/* line 5, ../sass/_components/_colorbox.scss */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transform: translate3d(0, 0, 0);
}

/* line 6, ../sass/_components/_colorbox.scss */
#cboxWrapper {
  max-width: none;
}

/* line 7, ../sass/_components/_colorbox.scss */
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* line 8, ../sass/_components/_colorbox.scss */
#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

/* line 9, ../sass/_components/_colorbox.scss */
#cboxContent {
  position: relative;
  padding: 50px;
}

/* line 10, ../sass/_components/_colorbox.scss */
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 11, ../sass/_components/_colorbox.scss */
#cboxTitle {
  margin: 0;
}

/* line 12, ../sass/_components/_colorbox.scss */
#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 13, ../sass/_components/_colorbox.scss */
#cboxCurrent, #cboxSlideshow {
  position: absolute !important;
  left: -9999px !important;
}

/* line 14, ../sass/_components/_colorbox.scss */
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

/* line 15, ../sass/_components/_colorbox.scss */
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

/* line 16, ../sass/_components/_colorbox.scss */
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

/* line 17, ../sass/_components/_colorbox.scss */
#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
/* line 27, ../sass/_components/_colorbox.scss */
#cboxOverlay {
  background: #b3d8df;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 28, ../sass/_components/_colorbox.scss */
#colorbox {
  outline: 0;
}

/* line 30, ../sass/_components/_colorbox.scss */
#cboxContent {
  background: #fff;
  overflow: visible;
}

/* line 31, ../sass/_components/_colorbox.scss */
.cboxIframe {
  background: #fff;
}

/* line 32, ../sass/_components/_colorbox.scss */
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

/* line 33, ../sass/_components/_colorbox.scss */
#cboxLoadedContent {
  margin-bottom: 5px;
}

/* line 34, ../sass/_components/_colorbox.scss */
#cboxLoadingOverlay {
  background: url(img/colorbox/loading_background.png) no-repeat center center;
}

/* line 35, ../sass/_components/_colorbox.scss */
#cboxLoadingGraphic {
  background: url(img/colorbox/loading.gif) no-repeat center center;
}

/* line 36, ../sass/_components/_colorbox.scss */
#cboxTitle {
  position: absolute;
  bottom: -25px;
  left: 0;
  text-align: center;
  width: 100%;
  font-weight: bold;
  color: #7C7C7C;
}

/* line 37, ../sass/_components/_colorbox.scss */
#cboxCurrent {
  position: absolute;
  bottom: -25px;
  left: 58px;
  font-weight: bold;
  color: #7C7C7C;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
/* line 40, ../sass/_components/_colorbox.scss */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  border: 0;
  padding: 0;
  margin: 0;
  margin-top: -22px;
  overflow: visible;
  background-position: 0 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  outline: 0;
  text-indent: -9999px;
}
/* line 60, ../sass/_components/_colorbox.scss */
#cboxPrevious:hover, #cboxNext:hover, #cboxSlideshow:hover, #cboxClose:hover {
  opacity: 0.7;
}
/* line 64, ../sass/_components/_colorbox.scss */
#cboxPrevious#cboxPrevious, #cboxNext#cboxPrevious, #cboxSlideshow#cboxPrevious, #cboxClose#cboxPrevious {
  left: 25px;
}
/* line 68, ../sass/_components/_colorbox.scss */
#cboxPrevious#cboxNext, #cboxNext#cboxNext, #cboxSlideshow#cboxNext, #cboxClose#cboxNext {
  right: 25px;
}
/* line 72, ../sass/_components/_colorbox.scss */
#cboxPrevious#cboxClose, #cboxNext#cboxClose, #cboxSlideshow#cboxClose, #cboxClose#cboxClose {
  top: 30px;
  right: 30px;
  margin-top: 0;
  width: 31px;
  height: 32px;
}

/* line 85, ../sass/_components/_colorbox.scss */
#colorbox.youtube #cboxContent {
  padding: 0;
}
/* line 88, ../sass/_components/_colorbox.scss */
#colorbox.youtube #cboxContent #cboxLoadedContent {
  margin: 0;
}
/* line 92, ../sass/_components/_colorbox.scss */
#colorbox.youtube #cboxContent #cboxClose {
  top: -55px;
  right: -55px;
}

/* line 102, ../sass/_components/_colorbox.scss */
#colorbox.cb-iframe #cboxContent {
  padding: 50px 85px 50px 50px;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
/* line 113, ../sass/_components/_colorbox.scss */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

@media all and (max-width: 767px) {
  /* line 8, ../sass/_components/_mobile.product.scss */
  .main.product #nav-sub-shadow, .main.software #nav-sub-shadow, .main.product-overview #nav-sub-shadow, .main.classroom #nav-sub-shadow {
    will-change: transform;
  }
  /* line 11, ../sass/_components/_mobile.product.scss */
  .main.product #nav-sub, .main.software #nav-sub, .main.product-overview #nav-sub, .main.classroom #nav-sub {
    position: fixed;
    z-index: 5;
    width: 100%;
    height: 40px;
    top: 55px;
    background: rgba(52, 22, 96, 0.9);
    will-change: transform;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  /* line 12, ../sass/_components/_mobile.product.scss */
  .main.product #nav-sub *, .main.software #nav-sub *, .main.product-overview #nav-sub *, .main.classroom #nav-sub * {
    box-sizing: border-box;
  }
  /* line 23, ../sass/_components/_mobile.product.scss */
  .main.product #nav-sub.sticky, .main.software #nav-sub.sticky, .main.product-overview #nav-sub.sticky, .main.classroom #nav-sub.sticky {
    position: fixed;
    top: 0;
  }
  /* line 32, ../sass/_components/_mobile.product.scss */
  .main.product #nav-sub #nav-sub-ctrl, .main.software #nav-sub #nav-sub-ctrl, .main.product-overview #nav-sub #nav-sub-ctrl, .main.classroom #nav-sub #nav-sub-ctrl {
    height: 100%;
  }
  /* line 34, ../sass/_components/_mobile.product.scss */
  .main.product #nav-sub #nav-sub-ctrl a.btn, .main.software #nav-sub #nav-sub-ctrl a.btn, .main.product-overview #nav-sub #nav-sub-ctrl a.btn, .main.classroom #nav-sub #nav-sub-ctrl a.btn {
    height: 100%;
    width: 100%;
    padding: 0;
    color: #fff;
    font-size: 1em;
    padding: 8px 0 0 0;
    border: none;
  }
  /* line 42, ../sass/_components/_mobile.product.scss */
  .main.product #nav-sub #nav-sub-ctrl a.btn figure, .main.software #nav-sub #nav-sub-ctrl a.btn figure, .main.product-overview #nav-sub #nav-sub-ctrl a.btn figure, .main.classroom #nav-sub #nav-sub-ctrl a.btn figure {
    width: 13px;
    display: inline-block;
    margin-left: 15px;
  }
  /* line 46, ../sass/_components/_mobile.product.scss */
  .main.product #nav-sub #nav-sub-ctrl a.btn figure img, .main.software #nav-sub #nav-sub-ctrl a.btn figure img, .main.product-overview #nav-sub #nav-sub-ctrl a.btn figure img, .main.classroom #nav-sub #nav-sub-ctrl a.btn figure img {
    transition: transform .3s ease;
  }
  /* line 52, ../sass/_components/_mobile.product.scss */
  .main.product #nav-sub #nav-sub-ctrl a.btn.open figure img, .main.software #nav-sub #nav-sub-ctrl a.btn.open figure img, .main.product-overview #nav-sub #nav-sub-ctrl a.btn.open figure img, .main.classroom #nav-sub #nav-sub-ctrl a.btn.open figure img {
    transform: rotate(180deg);
  }
  /* line 59, ../sass/_components/_mobile.product.scss */
  .main.product #nav-sub #nav-sub-menu, .main.software #nav-sub #nav-sub-menu, .main.product-overview #nav-sub #nav-sub-menu, .main.classroom #nav-sub #nav-sub-menu {
    position: absolute;
    background: rgba(52, 22, 96, 0.9);
    width: 100%;
    display: none;
  }
  /* line 64, ../sass/_components/_mobile.product.scss */
  .main.product #nav-sub #nav-sub-menu a.button, .main.software #nav-sub #nav-sub-menu a.button, .main.product-overview #nav-sub #nav-sub-menu a.button, .main.classroom #nav-sub #nav-sub-menu a.button {
    display: block;
    width: 100%;
    margin: 0;
    height: 60px;
    line-height: 1em;
    padding: 18px 0 0 0;
  }
  /* line 75, ../sass/_components/_mobile.product.scss */
  .main.product .kv, .main.software .kv, .main.product-overview .kv, .main.classroom .kv {
    height: 250px;
  }
  /* line 78, ../sass/_components/_mobile.product.scss */
  .main.product .kv .title, .main.software .kv .title, .main.product-overview .kv .title, .main.classroom .kv .title {
    padding-bottom: 20px;
  }
  /* line 83, ../sass/_components/_mobile.product.scss */
  .main.product section article, .main.software section article, .main.product-overview section article, .main.classroom section article {
    padding: 40px 40px;
    /* Commom Font-size*/
    /* Commom Spacing*/
  }
}
@media all and (max-width: 767px) and (max-width: 480px) {
  /* line 83, ../sass/_components/_mobile.product.scss */
  .main.product section article, .main.software section article, .main.product-overview section article, .main.classroom section article {
    padding: 40px 20px;
  }
}
@media all and (max-width: 767px) {
  /* line 92, ../sass/_components/_mobile.product.scss */
  .main.product section article .img-wrapper img, .main.software section article .img-wrapper img, .main.product-overview section article .img-wrapper img, .main.classroom section article .img-wrapper img {
    margin-right: auto;
    margin-left: auto;
  }
  /* line 99, ../sass/_components/_mobile.product.scss */
  .main.product section article .paragraph, .main.software section article .paragraph, .main.product-overview section article .paragraph, .main.classroom section article .paragraph {
    font-size: 20px;
  }
  /* line 102, ../sass/_components/_mobile.product.scss */
  .main.product section article .paragraph.small, .main.software section article .paragraph.small, .main.product-overview section article .paragraph.small, .main.classroom section article .paragraph.small {
    font-size: 18px;
  }
  /* line 110, ../sass/_components/_mobile.product.scss */
  .main.product section article .container-text + .container-img, .main.software section article .container-text + .container-img, .main.product-overview section article .container-text + .container-img, .main.classroom section article .container-text + .container-img {
    margin: 30px auto 50px;
  }
  /* line 114, ../sass/_components/_mobile.product.scss */
  .main.product section article .container-text + .container-text, .main.software section article .container-text + .container-text, .main.product-overview section article .container-text + .container-text, .main.classroom section article .container-text + .container-text {
    margin-top: 50px;
  }
  /* line 119, ../sass/_components/_mobile.product.scss */
  .main.product section article h1.title-paragraph, .main.software section article h1.title-paragraph, .main.product-overview section article h1.title-paragraph, .main.classroom section article h1.title-paragraph {
    margin: 0;
  }
  /* line 122, ../sass/_components/_mobile.product.scss */
  .main.product section article h1.title-paragraph + p.paragraph, .main.software section article h1.title-paragraph + p.paragraph, .main.product-overview section article h1.title-paragraph + p.paragraph, .main.classroom section article h1.title-paragraph + p.paragraph {
    margin: 25px 0 0;
  }
  /* line 127, ../sass/_components/_mobile.product.scss */
  .main.product section article h1.title-sub, .main.product section article h2.title-feature, .main.software section article h1.title-sub, .main.software section article h2.title-feature, .main.product-overview section article h1.title-sub, .main.product-overview section article h2.title-feature, .main.classroom section article h1.title-sub, .main.classroom section article h2.title-feature {
    margin-bottom: 30px;
  }
  /* line 131, ../sass/_components/_mobile.product.scss */
  .main.product section article h2.title-paragraph, .main.software section article h2.title-paragraph, .main.product-overview section article h2.title-paragraph, .main.classroom section article h2.title-paragraph {
    margin: 0;
  }
  /* line 134, ../sass/_components/_mobile.product.scss */
  .main.product section article h2.title-paragraph + p.paragraph, .main.software section article h2.title-paragraph + p.paragraph, .main.product-overview section article h2.title-paragraph + p.paragraph, .main.classroom section article h2.title-paragraph + p.paragraph {
    margin: 20px 0 0;
  }
  /* line 137, ../sass/_components/_mobile.product.scss */
  .main.product section article h2.title-paragraph + p.paragraph + ul.list, .main.software section article h2.title-paragraph + p.paragraph + ul.list, .main.product-overview section article h2.title-paragraph + p.paragraph + ul.list, .main.classroom section article h2.title-paragraph + p.paragraph + ul.list {
    margin: 20px 0 0;
  }
  /* line 140, ../sass/_components/_mobile.product.scss */
  .main.product section article h2.title-paragraph + p.paragraph + ul.list li, .main.software section article h2.title-paragraph + p.paragraph + ul.list li, .main.product-overview section article h2.title-paragraph + p.paragraph + ul.list li, .main.classroom section article h2.title-paragraph + p.paragraph + ul.list li {
    margin-bottom: 10px;
  }
  /* line 143, ../sass/_components/_mobile.product.scss */
  .main.product section article h2.title-paragraph + p.paragraph + ul.list li .small, .main.software section article h2.title-paragraph + p.paragraph + ul.list li .small, .main.product-overview section article h2.title-paragraph + p.paragraph + ul.list li .small, .main.classroom section article h2.title-paragraph + p.paragraph + ul.list li .small {
    font-size: 16px;
  }
  /* line 148, ../sass/_components/_mobile.product.scss */
  .main.product section article h2.title-paragraph + p.paragraph + ul.list + a.link, .main.software section article h2.title-paragraph + p.paragraph + ul.list + a.link, .main.product-overview section article h2.title-paragraph + p.paragraph + ul.list + a.link, .main.classroom section article h2.title-paragraph + p.paragraph + ul.list + a.link {
    margin-top: 0;
  }
  /* line 155, ../sass/_components/_mobile.product.scss */
  .main.product section article a.link, .main.software section article a.link, .main.product-overview section article a.link, .main.classroom section article a.link {
    margin-top: 10px;
  }
  /* line 159, ../sass/_components/_mobile.product.scss */
  .main.product section article.intro .container-article, .main.software section article.intro .container-article, .main.product-overview section article.intro .container-article, .main.classroom section article.intro .container-article {
    padding-top: 0;
  }
  /* line 163, ../sass/_components/_mobile.product.scss */
  .main.product section article.intro .container-article .container-text, .main.software section article.intro .container-article .container-text, .main.product-overview section article.intro .container-article .container-text, .main.classroom section article.intro .container-article .container-text {
    min-width: inherit;
  }
  /* line 166, ../sass/_components/_mobile.product.scss */
  .main.product section article.intro .container-article .container-text + .container-img, .main.software section article.intro .container-article .container-text + .container-img, .main.product-overview section article.intro .container-article .container-text + .container-img, .main.classroom section article.intro .container-article .container-text + .container-img {
    margin: 30px 0 0;
  }
  /* line 174, ../sass/_components/_mobile.product.scss */
  .main.product section article.scenario .container-article .imgs-wrapper .img-wrapper, .main.software section article.scenario .container-article .imgs-wrapper .img-wrapper, .main.product-overview section article.scenario .container-article .imgs-wrapper .img-wrapper, .main.classroom section article.scenario .container-article .imgs-wrapper .img-wrapper {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  /* line 179, ../sass/_components/_mobile.product.scss */
  .main.product section article.scenario .container-article .imgs-wrapper .img-wrapper.second, .main.software section article.scenario .container-article .imgs-wrapper .img-wrapper.second, .main.product-overview section article.scenario .container-article .imgs-wrapper .img-wrapper.second, .main.classroom section article.scenario .container-article .imgs-wrapper .img-wrapper.second {
    margin-right: 0;
  }
  /* line 183, ../sass/_components/_mobile.product.scss */
  .main.product section article.scenario .container-article .imgs-wrapper .img-wrapper.last, .main.software section article.scenario .container-article .imgs-wrapper .img-wrapper.last, .main.product-overview section article.scenario .container-article .imgs-wrapper .img-wrapper.last, .main.classroom section article.scenario .container-article .imgs-wrapper .img-wrapper.last {
    margin-right: 0;
  }
  /* line 191, ../sass/_components/_mobile.product.scss */
  .main.product section article.gallery .paragraph.align-right, .main.software section article.gallery .paragraph.align-right, .main.product-overview section article.gallery .paragraph.align-right, .main.classroom section article.gallery .paragraph.align-right {
    text-align: left;
    margin-top: 20px;
  }
  /* line 199, ../sass/_components/_mobile.product.scss */
  .main.product section article.accessories .paragraph.bottom, .main.software section article.accessories .paragraph.bottom, .main.product-overview section article.accessories .paragraph.bottom, .main.classroom section article.accessories .paragraph.bottom {
    text-align: left;
    margin-top: 20px;
  }
}
/* line 5, ../sass/_articles/_product.intro.scss */
.main article.intro .container-article {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@supports not (flex-wrap: wrap) {
  /* line 5, ../sass/_articles/_product.intro.scss */
  .main article.intro .container-article {
    display: block;
  }
}
@media all and (max-width: 767px) {
  /* line 5, ../sass/_articles/_product.intro.scss */
  .main article.intro .container-article {
    padding-top: 0;
    flex-direction: column;
  }
}
@media all and (min-width: 767px) {
  /* line 16, ../sass/_articles/_product.intro.scss */
  .main article.intro .container-article .row {
    width: 50%;
  }
}
@media all and (min-width: 767px) {
  /* line 22, ../sass/_articles/_product.intro.scss */
  .main article.intro .container-article .row.container-text {
    box-sizing: border-box;
    padding-right: 30px;
    min-width: 450px;
  }
}
/* line 32, ../sass/_articles/_product.intro.scss */
.main article.intro .container-article .row.container-img {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@supports not (flex-wrap: wrap) {
  /* line 32, ../sass/_articles/_product.intro.scss */
  .main article.intro .container-article .row.container-img {
    display: block;
  }
}
/* line 42, ../sass/_articles/_product.intro.scss */
.main article.intro .container-article .row.container-img .img-wrapper {
  margin: 0 auto;
}
/* line 46, ../sass/_articles/_product.intro.scss */
.main article.intro .container-article .row.container-img .img-wrapper img {
  width: 100%;
  height: auto;
}

/* line 3, ../sass/_articles/_product.scenario.scss */
.main article.scenario {
  background: #f7f5ee;
}
/* line 7, ../sass/_articles/_product.scenario.scss */
.main article.scenario .container-article {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  z-index: 1;
}
/* line 12, ../sass/_articles/_product.scenario.scss */
.main article.scenario .container-article .imgs-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
}
@supports not (flex-wrap: wrap) {
  /* line 12, ../sass/_articles/_product.scenario.scss */
  .main article.scenario .container-article .imgs-wrapper {
    display: block;
  }
}
/* line 21, ../sass/_articles/_product.scenario.scss */
.main article.scenario .container-article .imgs-wrapper .img-wrapper {
  padding: 0 10px;
  width: 25%;
  max-width: 279px;
}
/* line 27, ../sass/_articles/_product.scenario.scss */
.main article.scenario .container-article .imgs-wrapper .img-wrapper.first {
  padding-left: 0;
}
/* line 31, ../sass/_articles/_product.scenario.scss */
.main article.scenario .container-article .imgs-wrapper .img-wrapper.last {
  padding-right: 0;
}
/* line 35, ../sass/_articles/_product.scenario.scss */
.main article.scenario .container-article .imgs-wrapper .img-wrapper img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 950px) {
  /* line 12, ../sass/_articles/_product.scenario.scss */
  .main article.scenario .container-article .imgs-wrapper {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 700px;
  }
  /* line 48, ../sass/_articles/_product.scenario.scss */
  .main article.scenario .container-article .imgs-wrapper .img-wrapper {
    margin-bottom: 20px;
    width: 50%;
    box-sizing: border-box;
  }
  /* line 54, ../sass/_articles/_product.scenario.scss */
  .main article.scenario .container-article .imgs-wrapper .img-wrapper.second {
    padding-right: 0;
  }
  /* line 58, ../sass/_articles/_product.scenario.scss */
  .main article.scenario .container-article .imgs-wrapper .img-wrapper.third {
    padding-left: 0;
  }
}
@media all and (max-width: 500px) {
  /* line 69, ../sass/_articles/_product.scenario.scss */
  .main article.scenario .container-article .imgs-wrapper .img-wrapper {
    box-sizing: content-box;
    padding: 0;
    width: 100%;
  }
}

/* line 4, ../sass/_articles/_product.gallery.scss */
.main.product article.gallery .slide {
  cursor: pointer;
}

/* line 8, ../sass/_articles/_product.gallery.scss */
.main.product article.gallery, .main.product article.accessories, .main.product article.recommended {
  background: #f7f5ee;
}
/* line 12, ../sass/_articles/_product.gallery.scss */
.main.product article.gallery .container-article, .main.product article.accessories .container-article, .main.product article.recommended .container-article {
  position: relative;
  text-align: center;
}
/* line 17, ../sass/_articles/_product.gallery.scss */
.main.product article.gallery .container-article .button-rectangle, .main.product article.accessories .container-article .button-rectangle, .main.product article.recommended .container-article .button-rectangle {
  display: inline-block;
  margin: 80px auto 0;
}
/* line 24, ../sass/_articles/_product.gallery.scss */
.main.product article.gallery .container-article .container-gallery, .main.product article.accessories .container-article .container-gallery, .main.product article.recommended .container-article .container-gallery {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@supports not (flex-wrap: wrap) {
  /* line 24, ../sass/_articles/_product.gallery.scss */
  .main.product article.gallery .container-article .container-gallery, .main.product article.accessories .container-article .container-gallery, .main.product article.recommended .container-article .container-gallery {
    display: block;
  }
}
/* line 31, ../sass/_articles/_product.gallery.scss */
.main.product article.gallery .container-article .container-gallery .container-button, .main.product article.accessories .container-article .container-gallery .container-button, .main.product article.recommended .container-article .container-gallery .container-button {
  width: 5%;
  min-width: 27px;
  flex-basis: 93px;
  height: 44px;
}
/* line 38, ../sass/_articles/_product.gallery.scss */
.main.product article.gallery .container-article .container-gallery .container-button .button, .main.product article.accessories .container-article .container-gallery .container-button .button, .main.product article.recommended .container-article .container-gallery .container-button .button {
  width: 27px;
  height: 100%;
}
@media all and (max-width: 1400px) {
  /* line 31, ../sass/_articles/_product.gallery.scss */
  .main.product article.gallery .container-article .container-gallery .container-button, .main.product article.accessories .container-article .container-gallery .container-button, .main.product article.recommended .container-article .container-gallery .container-button {
    flex-basis: 70px;
  }
}
@media all and (max-width: 1100px) {
  /* line 31, ../sass/_articles/_product.gallery.scss */
  .main.product article.gallery .container-article .container-gallery .container-button, .main.product article.accessories .container-article .container-gallery .container-button, .main.product article.recommended .container-article .container-gallery .container-button {
    flex-basis: 50px;
  }
}
/* line 51, ../sass/_articles/_product.gallery.scss */
.main.product article.gallery .container-article .container-gallery .container-button.right, .main.product article.accessories .container-article .container-gallery .container-button.right, .main.product article.recommended .container-article .container-gallery .container-button.right {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@supports not (flex-wrap: wrap) {
  /* line 51, ../sass/_articles/_product.gallery.scss */
  .main.product article.gallery .container-article .container-gallery .container-button.right, .main.product article.accessories .container-article .container-gallery .container-button.right, .main.product article.recommended .container-article .container-gallery .container-button.right {
    display: block;
  }
}
/* line 58, ../sass/_articles/_product.gallery.scss */
.main.product article.gallery .container-article .container-gallery .container-button.disabled, .main.product article.accessories .container-article .container-gallery .container-button.disabled, .main.product article.recommended .container-article .container-gallery .container-button.disabled {
  opacity: 0;
}
/* line 65, ../sass/_articles/_product.gallery.scss */
.main.product article.gallery .container-article .container-gallery .container-gallery-object, .main.product article.accessories .container-article .container-gallery .container-gallery-object, .main.product article.recommended .container-article .container-gallery .container-gallery-object {
  position: relative;
  width: auto;
  height: auto;
  flex-grow: 2;
}
/* line 73, ../sass/_articles/_product.gallery.scss */
.main.product article.gallery .container-article .container-gallery .container-gallery-object .gallery-object, .main.product article.accessories .container-article .container-gallery .container-gallery-object .gallery-object, .main.product article.recommended .container-article .container-gallery .container-gallery-object .gallery-object {
  margin: 0 auto;
  width: 100%;
  max-width: 1220px;
  opacity: 0;
}
/* line 80, ../sass/_articles/_product.gallery.scss */
.main.product article.gallery .container-article .container-gallery .container-gallery-object .gallery-object.slick-initialized, .main.product article.accessories .container-article .container-gallery .container-gallery-object .gallery-object.slick-initialized, .main.product article.recommended .container-article .container-gallery .container-gallery-object .gallery-object.slick-initialized {
  opacity: 1;
}
/* line 86, ../sass/_articles/_product.gallery.scss */
.main.product article.gallery .container-article .container-gallery .container-gallery-object .slick-track.fallback, .main.product article.accessories .container-article .container-gallery .container-gallery-object .slick-track.fallback, .main.product article.recommended .container-article .container-gallery .container-gallery-object .slick-track.fallback {
  margin: 0 auto;
}
/* line 90, ../sass/_articles/_product.gallery.scss */
.main.product article.gallery .container-article .container-gallery .container-gallery-object .slide, .main.product article.accessories .container-article .container-gallery .container-gallery-object .slide, .main.product article.recommended .container-article .container-gallery .container-gallery-object .slide {
  position: relative;
  box-sizing: border-box;
  padding: 0 10px;
  max-width: 300px;
  outline: 0;
}
/* line 99, ../sass/_articles/_product.gallery.scss */
.main.product article.gallery .container-article .container-gallery .container-gallery-object .slide .paragraph.small, .main.product article.accessories .container-article .container-gallery .container-gallery-object .slide .paragraph.small, .main.product article.recommended .container-article .container-gallery .container-gallery-object .slide .paragraph.small {
  display: none;
}
/* line 103, ../sass/_articles/_product.gallery.scss */
.main.product article.gallery .container-article .container-gallery .container-gallery-object .slide img, .main.product article.accessories .container-article .container-gallery .container-gallery-object .slide img, .main.product article.recommended .container-article .container-gallery .container-gallery-object .slide img {
  width: 100%;
  height: auto;
}
@media all and (min-width: 767px) {
  /* line 12, ../sass/_articles/_product.gallery.scss */
  .main.product article.gallery .container-article, .main.product article.accessories .container-article, .main.product article.recommended .container-article {
    max-width: 1366px;
  }
  /* line 129, ../sass/_articles/_product.gallery.scss */
  .main.product article.gallery .container-article .container-gallery .slides .slide, .main.product article.accessories .container-article .container-gallery .slides .slide, .main.product article.recommended .container-article .container-gallery .slides .slide {
    width: 25%;
  }
}
@media all and (max-width: 767px) {
  /* line 154, ../sass/_articles/_product.gallery.scss */
  .main.product article.gallery .container-article .button-rectangle, .main.product article.accessories .container-article .button-rectangle, .main.product article.recommended .container-article .button-rectangle {
    margin-top: 50px;
  }
}
@media all and (max-width: 575px) {
  /* line 164, ../sass/_articles/_product.gallery.scss */
  .main.product article.gallery .container-article .container-gallery .container-gallery-object .gallery-object, .main.product article.accessories .container-article .container-gallery .container-gallery-object .gallery-object, .main.product article.recommended .container-article .container-gallery .container-gallery-object .gallery-object {
    max-width: 280px;
  }
}
/* line 174, ../sass/_articles/_product.gallery.scss */
.main.product article.gallery .paragraph.bottom, .main.product article.accessories .paragraph.bottom, .main.product article.recommended .paragraph.bottom {
  width: 100%;
  text-align: center;
  color: #999999;
}
@media all and (min-width: 767px) {
  /* line 182, ../sass/_articles/_product.gallery.scss */
  .main.product article.gallery .paragraph.bottom.align-right, .main.product article.accessories .paragraph.bottom.align-right, .main.product article.recommended .paragraph.bottom.align-right {
    text-align: right;
  }
}
@media all and (min-width: 767px) {
  /* line 193, ../sass/_articles/_product.gallery.scss */
  .main.product article.gallery .paragraph.bottom, .main.product article.accessories .paragraph.bottom, .main.product article.recommended .paragraph.bottom {
    position: absolute;
    bottom: -60px;
    left: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }
}
@media all and (max-width: 767px) {
  /* line 208, ../sass/_articles/_product.gallery.scss */
  .main.product article.gallery .paragraph.bottom, .main.product article.accessories .paragraph.bottom, .main.product article.recommended .paragraph.bottom {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 0;
  }
}

/* line 226, ../sass/_articles/_product.gallery.scss */
.main.product article.gallery .slide {
  color: #fff;
}
/* line 230, ../sass/_articles/_product.gallery.scss */
.main.product article.gallery .slide .title-paragraph {
  position: absolute;
  top: 5%;
  left: 11%;
  font-weight: 100;
}
@media all and (min-width: 767px) and (max-width: 900px) {
  /* line 230, ../sass/_articles/_product.gallery.scss */
  .main.product article.gallery .slide .title-paragraph {
    top: 3%;
  }
}
@media all and (max-width: 350px) {
  /* line 230, ../sass/_articles/_product.gallery.scss */
  .main.product article.gallery .slide .title-paragraph {
    top: 3%;
  }
}

/* line 256, ../sass/_articles/_product.gallery.scss */
.main.product article.accessories {
  background: #fff;
}
/* line 273, ../sass/_articles/_product.gallery.scss */
.main.product article.accessories .container-article .container-gallery .slide {
  position: relative;
  color: #555555;
  text-align: center;
}
/* line 279, ../sass/_articles/_product.gallery.scss */
.main.product article.accessories .container-article .container-gallery .slide .title-paragraph {
  margin: 10px auto 2px;
  max-width: 200px;
}
/* line 290, ../sass/_articles/_product.gallery.scss */
.main.product article.accessories .container-article .container-gallery .slide .link {
  display: inline-block;
  position: relative;
  margin-top: 20px;
}

/* line 306, ../sass/_articles/_product.gallery.scss */
.main.product article.recommended {
  background: #fff;
}
@media all and (min-width: 575px) and (max-width: 1550px) {
  /* line 314, ../sass/_articles/_product.gallery.scss */
  .main.product article.recommended .container-article .container-gallery .container-gallery-object .gallery-object {
    max-width: 973px;
  }
}
@media all and (max-width: 575px) {
  /* line 314, ../sass/_articles/_product.gallery.scss */
  .main.product article.recommended .container-article .container-gallery .container-gallery-object .gallery-object {
    max-width: 200px;
  }
}
/* line 338, ../sass/_articles/_product.gallery.scss */
.main.product article.recommended .container-article .container-gallery .slide {
  position: relative;
  color: #555555;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@supports not (flex-wrap: wrap) {
  /* line 338, ../sass/_articles/_product.gallery.scss */
  .main.product article.recommended .container-article .container-gallery .slide {
    display: block;
  }
}
/* line 348, ../sass/_articles/_product.gallery.scss */
.main.product article.recommended .container-article .container-gallery .slide .title-paragraph {
  margin: 10px auto 2px;
}
/* line 359, ../sass/_articles/_product.gallery.scss */
.main.product article.recommended .container-article .container-gallery .slide .link {
  display: inline-block;
  position: relative;
  margin-top: 20px;
}

/* line 1, ../sass/_components/_faqs.scss */
.faqs-group {
  background-image: none !important;
  background-color: #F7F5EE !important;
  padding-top: 50px;
  padding-bottom: 100px;
}
/* line 2, ../sass/_components/_faqs.scss */
.faqs-group * {
  box-sizing: border-box;
}
@media (max-width: 767px) {
  /* line 1, ../sass/_components/_faqs.scss */
  .faqs-group {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
/* line 14, ../sass/_components/_faqs.scss */
.faqs-group #faqs-aside {
  display: block;
}
@media (max-width: 767px) {
  /* line 14, ../sass/_components/_faqs.scss */
  .faqs-group #faqs-aside {
    padding: 0px;
  }
}
/* line 19, ../sass/_components/_faqs.scss */
.faqs-group #faqs-aside h5 {
  background-color: #70AFB0;
  color: #fff;
  font: 300 15px "GillSansLight", Verdana, sans-serif;
  padding: 15px 20px;
  cursor: pointer;
  margin: 1px 0 0 0;
}
/* line 26, ../sass/_components/_faqs.scss */
.faqs-group #faqs-aside h5:hover {
  background-color: #4e8d8e;
}
/* line 29, ../sass/_components/_faqs.scss */
.faqs-group #faqs-aside h5:active, .faqs-group #faqs-aside h5:focus {
  outline: none !important;
}
/* line 32, ../sass/_components/_faqs.scss */
.faqs-group #faqs-aside h5 .ui-icon {
  width: 9px;
  height: 9px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 9px;
  float: right;
  margin: 5px 0 0 0;
}
/* line 41, ../sass/_components/_faqs.scss */
.faqs-group #faqs-aside h5 .ui-icon.ui-icon-triangle-1-e {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAgMAAAAPPt5fAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAADFBMVEUAAAD///////8AAAA4fh26AAAAAnRSTlMARAciSLEAAAABYktHRACIBR1IAAAACXBIWXMAAAsSAAALEgHS3X78AAAAHUlEQVQI12NgYFjBAALEkquAYAUKGRq6MjSEeBMAyXAVxYTsSksAAAAASUVORK5CYII=");
}
/* line 44, ../sass/_components/_faqs.scss */
.faqs-group #faqs-aside h5 .ui-icon.ui-icon-triangle-1-s {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAEBAMAAACnyqiHAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAD1BMVEX///////////////8AAACRyXUHAAAAA3RSTlN3IkR9y3miAAAAAWJLR0QEj2jZUQAAAAlwSFlzAAALEgAACxIB0t1+/AAAABRJREFUCNdjYDYGAQMGdFpICQQUAEmJBHPS/DZ0AAAAAElFTkSuQmCC");
}
/* line 50, ../sass/_components/_faqs.scss */
.faqs-group #faqs-aside ul {
  background-color: #fff;
  border: 1px solid #70AFB0;
  padding: 10px 5px;
  margin: 0 0 1px 0;
}
/* line 56, ../sass/_components/_faqs.scss */
.faqs-group #faqs-aside ul li a {
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 7.5px 15px;
  font: 300 0.9em "GillSansLight", Verdana, sans-serif;
  color: #777;
}
/* line 63, ../sass/_components/_faqs.scss */
.faqs-group #faqs-aside ul li a:hover, .faqs-group #faqs-aside ul li a.active {
  color: #70afb0;
}
@media (max-width: 767px) {
  /* line 71, ../sass/_components/_faqs.scss */
  .faqs-group #mask-level-1 {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 7;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
/* line 88, ../sass/_components/_faqs.scss */
.faqs-group .faqs-content #faqs-top {
  border-bottom: 1px solid #70AFB0;
  margin-bottom: 15px;
  padding: 5px 0;
}
/* line 92, ../sass/_components/_faqs.scss */
.faqs-group .faqs-content #faqs-top a.back {
  color: #83aeaf;
  display: block;
  padding: 10px 0 10px 15px;
  border-radius: 5px;
  width: 100%;
  font: 100 0.9em "GillSansLight", Verdana, sans-serif;
}
/* line 99, ../sass/_components/_faqs.scss */
.faqs-group .faqs-content #faqs-top a.back:active {
  background: #eee;
}
/* line 106, ../sass/_components/_faqs.scss */
.faqs-group .faqs-content #faqs-body .title {
  background: #fff;
  cursor: pointer;
  display: table;
  width: 100%;
  margin-bottom: 15px;
  padding: 15px;
}
@media (max-width: 767px) {
  /* line 106, ../sass/_components/_faqs.scss */
  .faqs-group .faqs-content #faqs-body .title {
    margin-bottom: 0px;
    padding: 10px;
  }
}
/* line 117, ../sass/_components/_faqs.scss */
.faqs-group .faqs-content #faqs-body .title:first-child {
  margin-top: 0;
}
/* line 120, ../sass/_components/_faqs.scss */
.faqs-group .faqs-content #faqs-body .title:active, .faqs-group .faqs-content #faqs-body .title:focus {
  outline: none !important;
}
/* line 123, ../sass/_components/_faqs.scss */
.faqs-group .faqs-content #faqs-body .title h4 {
  font: 600 1em "GillSansLight", Verdana, sans-serif;
  line-height: 1.7em;
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
}
@media (max-width: 767px) {
  /* line 123, ../sass/_components/_faqs.scss */
  .faqs-group .faqs-content #faqs-body .title h4 {
    padding-left: 20px;
    line-height: 1.3em;
  }
}
/* line 135, ../sass/_components/_faqs.scss */
.faqs-group .faqs-content #faqs-body .title .number {
  display: table-cell;
  width: 60px;
  vertical-align: middle;
}
@media (max-width: 992px) {
  /* line 135, ../sass/_components/_faqs.scss */
  .faqs-group .faqs-content #faqs-body .title .number {
    width: 50px;
  }
}
@media (max-width: 767px) {
  /* line 135, ../sass/_components/_faqs.scss */
  .faqs-group .faqs-content #faqs-body .title .number {
    width: 40px;
  }
}
/* line 145, ../sass/_components/_faqs.scss */
.faqs-group .faqs-content #faqs-body .title .number span {
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 50%;
  background: #70AFB0;
  color: #fff;
  font: 300 1.2em "GillSansLight", Verdana, sans-serif;
  text-align: center;
  padding-top: 19px;
}
@media (max-width: 992px) {
  /* line 145, ../sass/_components/_faqs.scss */
  .faqs-group .faqs-content #faqs-body .title .number span {
    width: 50px;
    height: 50px;
    font-size: 1.1em;
    padding-top: 14px;
  }
}
@media (max-width: 767px) {
  /* line 145, ../sass/_components/_faqs.scss */
  .faqs-group .faqs-content #faqs-body .title .number span {
    width: 40px;
    height: 40px;
    font-size: 1em;
    padding-top: 11px;
  }
}
/* line 170, ../sass/_components/_faqs.scss */
.faqs-group .faqs-content #faqs-body .title:hover h4, .faqs-group .faqs-content #faqs-body .title.ui-accordion-header-active h4 {
  color: #70AFB0;
}
/* line 174, ../sass/_components/_faqs.scss */
.faqs-group .faqs-content #faqs-body .title:hover .number span, .faqs-group .faqs-content #faqs-body .title.ui-accordion-header-active .number span {
  background: #4e8d8e;
}
/* line 180, ../sass/_components/_faqs.scss */
.faqs-group .faqs-content #faqs-body p {
  background: #fefefe;
  padding: 0 30px 30px 105px;
  position: relative;
  top: -15px;
}
@media (max-width: 992px) {
  /* line 180, ../sass/_components/_faqs.scss */
  .faqs-group .faqs-content #faqs-body p {
    padding-left: 95px;
  }
}
@media (max-width: 767px) {
  /* line 180, ../sass/_components/_faqs.scss */
  .faqs-group .faqs-content #faqs-body p {
    padding: 0 30px 15px 70px;
    position: static;
  }
}

/* line 3, ../sass/_articles/_product.faqs.scss */
.main.product section article.faqs-content {
  padding: 0;
  max-width: none;
}

/* line 8, ../sass/_articles/_product.faqs.scss */
.faqs > section {
  background-color: #F7F5EE;
}

/* line 11, ../sass/_articles/_product.faqs.scss */
.main.product.faqs .faqs-group * {
  box-sizing: border-box;
}

/* line 3, ../sass/_articles/_product.downloads.scss */
.main.product.downloads .downloads-group * {
  box-sizing: border-box;
}

/* line 5, ../sass/_components/_downloads.box.scss */
.downloads-group {
  padding: 30px 0;
}
/* line 12, ../sass/_components/_downloads.box.scss */
.downloads-group ul.tabs-ul {
  background: #65478D;
  padding: 10px 0 0 0;
  text-align: center;
}
@media (max-width: 992px) {
  /* line 12, ../sass/_components/_downloads.box.scss */
  .downloads-group ul.tabs-ul {
    padding: 0;
    margin-left: 0;
  }
}
/* line 21, ../sass/_components/_downloads.box.scss */
.downloads-group ul.tabs-ul li {
  margin: 0 0 0 10px;
}
@media (max-width: 767px) {
  /* line 21, ../sass/_components/_downloads.box.scss */
  .downloads-group ul.tabs-ul li {
    margin: 0;
  }
}
/* line 27, ../sass/_components/_downloads.box.scss */
.downloads-group ul.tabs-ul li a {
  color: #fff;
  padding: 15px 10px;
  display: block;
}
@media (max-width: 767px) {
  /* line 27, ../sass/_components/_downloads.box.scss */
  .downloads-group ul.tabs-ul li a {
    padding: 10px 5px;
  }
}
/* line 35, ../sass/_components/_downloads.box.scss */
.downloads-group ul.tabs-ul li.ui-tabs-active {
  background: #fff;
}
/* line 37, ../sass/_components/_downloads.box.scss */
.downloads-group ul.tabs-ul li.ui-tabs-active a {
  color: #000;
}
/* line 44, ../sass/_components/_downloads.box.scss */
.downloads-group .tabs-content {
  overflow: hidden;
  display: flex;
  flex-flow: row wrap;
  padding: 15px;
}
@media (max-width: 767px) {
  /* line 44, ../sass/_components/_downloads.box.scss */
  .downloads-group .tabs-content {
    padding: 0;
  }
}
/* line 54, ../sass/_components/_downloads.box.scss */
.downloads-group .box {
  border: 1px solid #65478D;
  padding: 30px;
  width: calc(50% - 30px);
  margin: 0 15px 30px 15px;
}
@media (max-width: 767px) {
  /* line 54, ../sass/_components/_downloads.box.scss */
  .downloads-group .box {
    padding: 15px;
    margin: 15px 0;
    width: 100%;
  }
}
/* line 64, ../sass/_components/_downloads.box.scss */
.downloads-group .box h5 {
  font-size: 1.7em;
  line-height: 1.3em;
  margin-top: 0;
}
@media (max-width: 1200px) {
  /* line 64, ../sass/_components/_downloads.box.scss */
  .downloads-group .box h5 {
    font-size: 1.5em;
  }
}
@media (max-width: 767px) {
  /* line 64, ../sass/_components/_downloads.box.scss */
  .downloads-group .box h5 {
    font-size: 1.3em;
  }
}
/* line 77, ../sass/_components/_downloads.box.scss */
.downloads-group .box .specification {
  overflow: hidden;
  display: flex;
}
@media (max-width: 1200px) {
  /* line 77, ../sass/_components/_downloads.box.scss */
  .downloads-group .box .specification {
    display: flex;
  }
}
@media (max-width: 992px) {
  /* line 77, ../sass/_components/_downloads.box.scss */
  .downloads-group .box .specification {
    display: block;
  }
}
@media (max-width: 767px) {
  /* line 77, ../sass/_components/_downloads.box.scss */
  .downloads-group .box .specification {
    display: flex;
  }
}
@media (max-width: 480px) {
  /* line 77, ../sass/_components/_downloads.box.scss */
  .downloads-group .box .specification {
    display: block;
  }
}
/* line 94, ../sass/_components/_downloads.box.scss */
.downloads-group .box .specification .box-image {
  padding: 0;
}
/* line 96, ../sass/_components/_downloads.box.scss */
.downloads-group .box .specification .box-image img {
  border: 1px solid #E1E1E1;
  border-radius: 5px;
}
/* line 105, ../sass/_components/_downloads.box.scss */
.downloads-group .box .specification .box-link {
  align-self: flex-end;
  text-align: right;
  padding: 0;
}
/* line 110, ../sass/_components/_downloads.box.scss */
.downloads-group .box .specification .box-link a {
  color: #65478D;
  text-decoration: underline;
}
/* line 119, ../sass/_components/_downloads.box.scss */
.downloads-group .box .box-button {
  align-self: flex-end;
  text-align: right;
  padding: 0;
}
/* line 123, ../sass/_components/_downloads.box.scss */
.downloads-group .box .box-button a.btn {
  border-radius: 0;
  background: #65478D;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  width: 100%;
  margin-top: 0;
}
@media (max-width: 992px) {
  /* line 123, ../sass/_components/_downloads.box.scss */
  .downloads-group .box .box-button a.btn {
    margin-top: 5%;
  }
}
@media (max-width: 767px) {
  /* line 123, ../sass/_components/_downloads.box.scss */
  .downloads-group .box .box-button a.btn {
    max-width: 175px;
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  /* line 123, ../sass/_components/_downloads.box.scss */
  .downloads-group .box .box-button a.btn {
    max-width: 100%;
    margin-top: 5%;
    align-self: auto;
  }
}
/* line 143, ../sass/_components/_downloads.box.scss */
.downloads-group .box .box-button a.btn:hover {
  background: #43256b;
}
/* line 146, ../sass/_components/_downloads.box.scss */
.downloads-group .box .box-button a.btn span.icon {
  display: inline-block;
  width: 17px;
  height: 17px;
  position: relative;
  top: 2px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 155, ../sass/_components/_downloads.box.scss */
.downloads-group .box .box-button a.btn span.icon.icon-download {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAgCAQAAAC8nkAAAAAAp0lEQVQ4y+3SwRGDIBCF4VcCJaQES6CElGQHKSElWIIlUAol/DlgCMsSRw+5ZNydcUQ/hJUVcnkHMtG/0QDPAMwX/k8cD+BAJIgEJMIuDiQgixIt73GhgN43Dbe4Up7tYB3ghpYCzQODuw/Jz6849FuU39mGH74a+ZrJzdX8JzHinzAnIPa4PSzXG7e6vKOjRpo27ui46yYWFk/H+GuexOvxFCfid/gFPOGvA4FZreEAAAAASUVORK5CYII=);
  background-size: 11px;
}
/* line 159, ../sass/_components/_downloads.box.scss */
.downloads-group .box .box-button a.btn span.icon.icon-license {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAiCAQAAADmdHHCAAAA1UlEQVRIx92UWxGEMAxFI6USVkIkVAISkFAHlVAJSEACEpCAhLsf0LSFtAPM7uwj+eI2JwmZpgQ6OCNgRrQZAY9j1F4wGKHZCNMCLRbUbIGtgZyFDejAYHQYMpU10Ei1fVup/SWdpOOYOSjjIgTpZAcaqUYVj1VNCfpSVjym9iW45puqGIEw5T1FcTXXBN0WpYC2Cdo6yE2QXwQyWKR++9K9l/QMJty0z4HtsSgj+ibQ51f6PGhlCvYa6AR010DW3plz/zhWXoR/At99c9orrKzzDy3yE7EiWLCEFNPQAAAAAElFTkSuQmCC);
  background-size: 14px;
}
/* line 163, ../sass/_components/_downloads.box.scss */
.downloads-group .box .box-button a.btn span.icon.icon-login {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAiCAQAAACQTsNJAAABT0lEQVRIx62WW7WFIBCGJwIRjGAEIxCBCEaggRGMQAQiGIEIE+E/D1xEN+hs9pl5cC3Qz7nwjxKo4woWB7IdsFC9e3uIFYy7MdZvIHsVgYevItqlkC094DCVtQkurW4SyJJuNh87Ju0s75AAAJ3sVwBAeIPEOHy3Z74VS7seugvRrbq030QP3oi0BQmPkCCDHI+QQwb5OZ1/KawWtVjLDpt+iCO8n1iTFDt/7MxJ2UYiwCy1eoIo2LTqZSpWRfoMBwsLd5kuvlL341Da0DIuV9ODrJehM2Ov3s/YMYFgypppQfK0uBdzwXIpsio1M3eILsUkgedkdQ2ZUpCbCHFOYY4lrpvqxIjbM+c04/53pfNd4jzlTqb5CnG2woEIqq0HkUedqcyzQ5AoBZOTmYcgc0wohsRDCAKBAQR6GUJv7uMhj+31g84n5Eej6rdh1I4/sxLHqFXNLg0AAAAASUVORK5CYII=);
  background-size: 17px;
}
/* line 172, ../sass/_components/_downloads.box.scss */
.downloads-group .box .explanation {
  border-top: 1px solid #D0C7DD;
  padding-top: 20px;
  margin-top: 30px;
}
/* line 177, ../sass/_components/_downloads.box.scss */
.downloads-group .box .explanation a.link:after {
  content: none;
}
/* line 200, ../sass/_components/_downloads.box.scss */
.downloads-group .box-table {
  width: 100%;
}
/* line 203, ../sass/_components/_downloads.box.scss */
.downloads-group .box-table .specification h5 {
  border-bottom: 1px solid #E6E2EB;
  margin: 0;
  padding-bottom: 10px;
}
/* line 208, ../sass/_components/_downloads.box.scss */
.downloads-group .box-table .specification ul {
  display: flex;
  flex-flow: row wrap;
}
/* line 211, ../sass/_components/_downloads.box.scss */
.downloads-group .box-table .specification ul li {
  border-bottom: 1px solid #E6E2EB;
  padding: 12px 12px 12px 24px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAgCAYAAAAWl4iLAAAAz0lEQVRIx+3U2w3CMAwFUI+QERihI/SPX5ZgDxZAjMAIjNAROkpGMG5lpDS6Tqw+BEj5uFLSNEd92KHr+U6OXCQsiZI+XWNmGHLCN4VZxw1ucIN/Gu73gGUe1ArTZNQNoy6sgnXvx4qUbCjhRThD51B+wcBNGKGSp7UwOGGIpj8P3lCB4QOhcivhORysT2jVsYWn8KOGWg2C8GiMIVrqPISjQLTW0jXcRD1nxQm8+qLWtxxCXYYvGmjr6TbhL03Y89g08xV4OCLkqNVV+T/4DXYaNe01Xd1KAAAAAElFTkSuQmCC);
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: 0 16px;
  width: 25%;
}
@media (max-width: 992px) {
  /* line 211, ../sass/_components/_downloads.box.scss */
  .downloads-group .box-table .specification ul li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  /* line 211, ../sass/_components/_downloads.box.scss */
  .downloads-group .box-table .specification ul li {
    width: 100%;
  }
}
/* line 225, ../sass/_components/_downloads.box.scss */
.downloads-group .box-table .specification ul li a {
  color: #65478D;
  border-bottom: 1px solid #65478D;
}
@media (max-width: 480px) {
  /* line 225, ../sass/_components/_downloads.box.scss */
  .downloads-group .box-table .specification ul li a {
    font-size: 0.9em;
  }
}
/* line 231, ../sass/_components/_downloads.box.scss */
.downloads-group .box-table .specification ul li a:hover {
  color: #a98bd1;
  border-bottom: 1px solid #a98bd1;
}
/* line 242, ../sass/_components/_downloads.box.scss */
.downloads-group .box.box-util .box-button {
  display: flex;
  flex-flow: row wrap;
  margin-top: 5%;
}
@media (max-width: 992px) {
  /* line 242, ../sass/_components/_downloads.box.scss */
  .downloads-group .box.box-util .box-button {
    display: block;
  }
}
@media (max-width: 767px) {
  /* line 242, ../sass/_components/_downloads.box.scss */
  .downloads-group .box.box-util .box-button {
    display: flex;
  }
}
@media (max-width: 480px) {
  /* line 242, ../sass/_components/_downloads.box.scss */
  .downloads-group .box.box-util .box-button {
    display: block;
  }
}
/* line 255, ../sass/_components/_downloads.box.scss */
.downloads-group .box.box-util .box-button a.btn {
  margin: 2px;
  flex: 1 auto;
  width: auto;
  padding: 10px 15px;
  max-width: none;
}
@media (max-width: 992px) {
  /* line 255, ../sass/_components/_downloads.box.scss */
  .downloads-group .box.box-util .box-button a.btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 255, ../sass/_components/_downloads.box.scss */
  .downloads-group .box.box-util .box-button a.btn {
    width: auto;
  }
}
@media (max-width: 480px) {
  /* line 255, ../sass/_components/_downloads.box.scss */
  .downloads-group .box.box-util .box-button a.btn {
    width: 100%;
  }
}
/* line 272, ../sass/_components/_downloads.box.scss */
.downloads-group .box.box-util .explanation {
  border-top: none;
  padding-top: 0;
}
/* line 280, ../sass/_components/_downloads.box.scss */
.downloads-group .box.box-util.single .box-button a.btn {
  margin: 0 60% 0 0;
}
@media (max-width: 992px) {
  /* line 280, ../sass/_components/_downloads.box.scss */
  .downloads-group .box.box-util.single .box-button a.btn {
    margin: 0;
  }
}
@media (max-width: 767px) {
  /* line 280, ../sass/_components/_downloads.box.scss */
  .downloads-group .box.box-util.single .box-button a.btn {
    margin: 0 60% 0 0;
  }
}
@media (max-width: 480px) {
  /* line 280, ../sass/_components/_downloads.box.scss */
  .downloads-group .box.box-util.single .box-button a.btn {
    margin: 0;
  }
}
/* line 295, ../sass/_components/_downloads.box.scss */
.downloads-group h3 {
  font-weight: 900;
  margin: 0px 0 0 30px;
}
@media (max-width: 992px) {
  /* line 295, ../sass/_components/_downloads.box.scss */
  .downloads-group h3 {
    margin: 0px 0 0 20px;
  }
}
@media (max-width: 767px) {
  /* line 295, ../sass/_components/_downloads.box.scss */
  .downloads-group h3 {
    margin: 0;
  }
}

/* line 311, ../sass/_components/_downloads.box.scss */
.ie10 .tabs-content {
  overflow: hidden;
}
/* line 315, ../sass/_components/_downloads.box.scss */
.ie10 .box.box-util a.btn {
  width: 48% !important;
}
/* line 319, ../sass/_components/_downloads.box.scss */
.ie10 .box {
  display: inline-table;
  margin: 10px;
}
/* line 325, ../sass/_components/_downloads.box.scss */
.ie10 .box a.btn {
  width: 100% !important;
}
/* line 330, ../sass/_components/_downloads.box.scss */
.ie10 .box-table ul {
  overflow: hidden;
}
/* line 333, ../sass/_components/_downloads.box.scss */
.ie10 .box-table li {
  float: left;
}
/* line 336, ../sass/_components/_downloads.box.scss */
.ie10 .box-table .box-table {
  width: 100%;
}
/* line 339, ../sass/_components/_downloads.box.scss */
.ie10 .box-table .box-table .specification li {
  width: 25%;
  float: left;
}

/* line 8, ../sass/_articles/_product.downloads.scss */
.main.product.downloads section {
  background: none !important;
}

/* line 15, ../sass/_articles/_product.downloads.scss */
.ie10 .downloads-group .tabs-content {
  overflow: hidden;
}
/* line 19, ../sass/_articles/_product.downloads.scss */
.ie10 .downloads-group .box.box-util a.btn {
  width: 48% !important;
}
/* line 23, ../sass/_articles/_product.downloads.scss */
.ie10 .downloads-group .box {
  display: inline-table;
  margin: 10px;
}
/* line 29, ../sass/_articles/_product.downloads.scss */
.ie10 .downloads-group .box a.btn {
  width: 100% !important;
}
/* line 34, ../sass/_articles/_product.downloads.scss */
.ie10 .downloads-group .box-table ul {
  overflow: hidden;
}
/* line 37, ../sass/_articles/_product.downloads.scss */
.ie10 .downloads-group .box-table li {
  float: left;
}

/* line 25, ../sass/product.scss */
.main * {
  box-sizing: content-box;
}
/* line 29, ../sass/product.scss */
.main .row:before, .main .row:after {
  content: none;
  display: none;
}
/* line 34, ../sass/product.scss */
.main.product .row {
  width: auto;
  margin: 0;
}
/* line 39, ../sass/product.scss */
.main .kv {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  position: relative;
  height: 400px;
  padding: 0 30px;
  z-index: 2;
}
@supports not (flex-wrap: wrap) {
  /* line 39, ../sass/product.scss */
  .main .kv {
    display: block;
  }
}
@media all and (max-width: 767px) {
  /* line 39, ../sass/product.scss */
  .main .kv {
    padding: 0 25px;
  }
}
@media all and (min-height: 700px) {
  /* line 39, ../sass/product.scss */
  .main .kv {
    height: 557px;
  }
}
/* line 57, ../sass/product.scss */
.main .kv .title {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  position: relative;
  padding-bottom: 150px;
  width: 100%;
  text-align: center;
  margin: 0;
  color: #fff;
}
@supports not (flex-wrap: wrap) {
  /* line 57, ../sass/product.scss */
  .main .kv .title {
    display: block;
  }
}
/* line 70, ../sass/product.scss */
.main .kv .title .title-main {
  position: relative;
  display: block;
  margin: 10px 0 0;
  width: 100%;
  text-transform: center;
}
/* line 78, ../sass/product.scss */
.main .kv .title .title-main-top {
  width: 100%;
  text-transform: center;
}
/* line 86, ../sass/product.scss */
.main #cb-iframe {
  text-decoration: underline;
}

/* line 90, ../sass/product.scss */
.main section article {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1540px;
  padding: 100px 30px;
}
/* line 98, ../sass/product.scss */
.main section article .container-article {
  margin: 0 auto;
  max-width: 1180px;
}
/* line 105, ../sass/product.scss */
.main section article .title-feature {
  margin: 0 0 20px;
}
/* line 110, ../sass/product.scss */
.main section article .title-paragraph {
  line-height: 1.5em !important;
}
/* line 112, ../sass/product.scss */
.main section article .title-paragraph, .main section article .title-table {
  margin: 0 0 5px;
}
/* line 114, ../sass/product.scss */
.main section article .title-paragraph.small, .main section article .title-table.small {
  margin-bottom: 10px;
}
@media all and (max-width: 767px) {
  /* line 119, ../sass/product.scss */
  .main section article .paragraph {
    margin-bottom: 15px;
  }
}
/* line 125, ../sass/product.scss */
.main section article .paragraph + .paragraph {
  margin-top: 10px;
}
/* line 129, ../sass/product.scss */
.main section article .paragraph-big {
  margin-top: 10px;
}
/* line 135, ../sass/product.scss */
.main section article .title-sub {
  margin: 0 0 50px;
  width: 100%;
}
@media all and (max-width: 767px) {
  /* line 135, ../sass/product.scss */
  .main section article .title-sub {
    margin: 0 0 25px;
  }
}
@media all and (min-width: 767px) {
  /* line 143, ../sass/product.scss */
  .main section article.full {
    margin: 0;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 152, ../sass/product.scss */
  .main section article.full .container-article {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* line 165, ../sass/product.scss */
.main section article.no-padding {
  padding-left: 0;
  padding-right: 0;
}
@media all and (max-width: 767px) {
  /* line 170, ../sass/product.scss */
  .main section article.mobile-full {
    margin: 0;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 179, ../sass/product.scss */
  .main section article.mobile-full .mobile-no-padding {
    width: 100%;
  }
  /* line 183, ../sass/product.scss */
  .main section article.mobile-full .container-text {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media all and (max-width: 767px) {
  /* line 90, ../sass/product.scss */
  .main section article {
    padding: 50px 25px;
    flex-direction: column;
    padding-left: 25px;
    padding-right: 25px;
  }
  /* line 201, ../sass/product.scss */
  .main section article .row {
    width: auto;
  }
  /* line 205, ../sass/product.scss */
  .main section article img.mobile-responsive {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
/* line 214, ../sass/product.scss */
.main section article .button {
  padding: 0;
  border: 0;
  background-color: transparent;
}
/* line 219, ../sass/product.scss */
.main section article .button:focus {
  outline: 0;
}
/* line 226, ../sass/product.scss */
.main section article .sprite {
  background-size: 100% 100%;
}

/* line 3, ../sass/_components/_typography.product.scss */
.main h1, .main h2, .main h3, .main h4, .main h5, .main h6 {
  margin: 0;
}
/* line 7, ../sass/_components/_typography.product.scss */
.main .title-main {
  /*font-family: "GillSansLight", Verdana, sans-serif;*/
  font-size: 65px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  line-height: 1;
}
@media all and (max-width: 767px) {
  /* line 7, ../sass/_components/_typography.product.scss */
  .main .title-main {
    font-size: 40px;
  }
}
/* line 25, ../sass/_components/_typography.product.scss */
.main .title-main-top, .main .title-main-bottom {
  /*font-family: "GillSans", Verdana, sans-serif;*/
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
}
/* line 36, ../sass/_components/_typography.product.scss */
.main .title-sub {
  /*font-family: "GillSans", Verdana, sans-serif;*/
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  line-height: 1;
}
@media all and (max-width: 767px) {
  /* line 36, ../sass/_components/_typography.product.scss */
  .main .title-sub {
    font-size: 25px;
  }
}
/* line 48, ../sass/_components/_typography.product.scss */
.main .title-sub.purple {
  color: #484294;
}
/* line 56, ../sass/_components/_typography.product.scss */
.main .title-feature {
  /*font-family: "GillSans", Verdana, sans-serif;*/
  font-size: 24px;
  font-weight: 100;
}
@media all and (max-width: 767px) {
  /* line 56, ../sass/_components/_typography.product.scss */
  .main .title-feature {
    text-align: center;
    font-size: 25px;
  }
}
/* line 69, ../sass/_components/_typography.product.scss */
.main .title-feature.purple {
  color: #484294;
}
/* line 75, ../sass/_components/_typography.product.scss */
.main .title-paragraph {
  /*font-family: "GillSans", Verdana, sans-serif;*/
  font-size: 20px;
  font-weight: 100;
}
/* line 81, ../sass/_components/_typography.product.scss */
.main .title-paragraph.small {
  font-size: 17px;
}
/* line 85, ../sass/_components/_typography.product.scss */
.main .title-paragraph.big {
  font-size: 25px;
}
/* line 89, ../sass/_components/_typography.product.scss */
.main .title-paragraph.bold {
  font-weight: 700;
}
@media all and (max-width: 767px) {
  /* line 75, ../sass/_components/_typography.product.scss */
  .main .title-paragraph {
    font-size: 20px;
  }
  /* line 97, ../sass/_components/_typography.product.scss */
  .main .title-paragraph.small {
    font-size: 17px;
  }
}
/* line 103, ../sass/_components/_typography.product.scss */
.main .title-paragraph.center {
  text-align: center;
}
@media all and (max-width: 767px) {
  /* line 75, ../sass/_components/_typography.product.scss */
  .main .title-paragraph {
    /*font-family: "GillSansLight", Verdana, sans-serif;*/
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
  }
}
/* line 123, ../sass/_components/_typography.product.scss */
.main .title-table {
  font-size: 28px;
}
@media all and (max-width: 1100px) {
  /* line 123, ../sass/_components/_typography.product.scss */
  .main .title-table {
    font-size: 20px;
  }
}
/* line 133, ../sass/_components/_typography.product.scss */
.main .paragraph-big {
  font-size: 20px;
  line-height: 30px;
}
/* line 140, ../sass/_components/_typography.product.scss */
.main .list {
  padding-left: 20px;
}
/* line 145, ../sass/_components/_typography.product.scss */
.main .list.margin-bottom li {
  margin-bottom: 8px;
}
/* line 150, ../sass/_components/_typography.product.scss */
.main .list li {
  list-style-type: disc;
}
/* line 153, ../sass/_components/_typography.product.scss */
.main .list li .small {
  display: block;
  margin-top: 5px;
  font-size: 13px;
}
/* line 159, ../sass/_components/_typography.product.scss */
.main .list li .bold {
  font-weight: 700;
}
/* line 165, ../sass/_components/_typography.product.scss */
.main .background-clip-animate {
  opacity: 0;
}
/* line 169, ../sass/_components/_typography.product.scss */
.main .background-clip-animate.fallback {
  opacity: 1;
}

/* line 6, ../sass/_components/_buttons.product.scss */
.main.product .button, .main.about .button, .main article.recommended .button, .main.software .button, .main.product-overview .button {
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
}
/* line 14, ../sass/_components/_buttons.product.scss */
.main.product .button:focus, .main.about .button:focus, .main article.recommended .button:focus, .main.software .button:focus, .main.product-overview .button:focus {
  outline: 0;
}
/* line 18, ../sass/_components/_buttons.product.scss */
.main.product .button.button-rectangle, .main.about .button.button-rectangle, .main article.recommended .button.button-rectangle, .main.software .button.button-rectangle, .main.product-overview .button.button-rectangle {
  border: solid #86bcc6 2px;
  padding: 12px 25px;
  text-align: center;
  font-size: 17px;
  color: #86bcc6;
}
/* line 26, ../sass/_components/_buttons.product.scss */
.main.product .button.button-rectangle.border-radius, .main.about .button.button-rectangle.border-radius, .main article.recommended .button.button-rectangle.border-radius, .main.software .button.button-rectangle.border-radius, .main.product-overview .button.button-rectangle.border-radius {
  border-radius: 5px;
}
/* line 30, ../sass/_components/_buttons.product.scss */
.main.product .button.button-rectangle:hover, .main.about .button.button-rectangle:hover, .main article.recommended .button.button-rectangle:hover, .main.software .button.button-rectangle:hover, .main.product-overview .button.button-rectangle:hover {
  color: #fff;
  background: #86bcc6;
}
/* line 35, ../sass/_components/_buttons.product.scss */
.main.product .button.button-rectangle.purple, .main.about .button.button-rectangle.purple, .main article.recommended .button.button-rectangle.purple, .main.software .button.button-rectangle.purple, .main.product-overview .button.button-rectangle.purple {
  border-color: #484294;
  color: #484294;
}
/* line 38, ../sass/_components/_buttons.product.scss */
.main.product .button.button-rectangle.purple:hover, .main.about .button.button-rectangle.purple:hover, .main article.recommended .button.button-rectangle.purple:hover, .main.software .button.button-rectangle.purple:hover, .main.product-overview .button.button-rectangle.purple:hover {
  background: #484294 !important;
  color: #fff;
}
/* line 44, ../sass/_components/_buttons.product.scss */
.main.product .button.button-rectangle.solid-purple, .main.about .button.button-rectangle.solid-purple, .main article.recommended .button.button-rectangle.solid-purple, .main.software .button.button-rectangle.solid-purple, .main.product-overview .button.button-rectangle.solid-purple {
  background: #65478d;
  border-color: #65478d;
  color: #fff;
}
/* line 49, ../sass/_components/_buttons.product.scss */
.main.product .button.button-rectangle.solid-purple:hover, .main.about .button.button-rectangle.solid-purple:hover, .main article.recommended .button.button-rectangle.solid-purple:hover, .main.software .button.button-rectangle.solid-purple:hover, .main.product-overview .button.button-rectangle.solid-purple:hover {
  background: #fff;
  color: #65478d;
}
/* line 56, ../sass/_components/_buttons.product.scss */
.main.product .button.button-rectangle.solid-blue, .main.about .button.button-rectangle.solid-blue, .main article.recommended .button.button-rectangle.solid-blue, .main.software .button.button-rectangle.solid-blue, .main.product-overview .button.button-rectangle.solid-blue {
  background: #484294;
  border-color: #484294;
  color: #fff;
}
/* line 61, ../sass/_components/_buttons.product.scss */
.main.product .button.button-rectangle.solid-blue:hover, .main.about .button.button-rectangle.solid-blue:hover, .main article.recommended .button.button-rectangle.solid-blue:hover, .main.software .button.button-rectangle.solid-blue:hover, .main.product-overview .button.button-rectangle.solid-blue:hover {
  background: #2c285e;
}
/* line 66, ../sass/_components/_buttons.product.scss */
.main.product .button.button-rectangle.solid-green, .main.about .button.button-rectangle.solid-green, .main article.recommended .button.button-rectangle.solid-green, .main.software .button.button-rectangle.solid-green, .main.product-overview .button.button-rectangle.solid-green {
  background: #86bcc6;
  color: #fff;
}
/* line 70, ../sass/_components/_buttons.product.scss */
.main.product .button.button-rectangle.solid-green:hover, .main.about .button.button-rectangle.solid-green:hover, .main article.recommended .button.button-rectangle.solid-green:hover, .main.software .button.button-rectangle.solid-green:hover, .main.product-overview .button.button-rectangle.solid-green:hover {
  background: #4f7c7d;
  border-color: #4f7c7d;
}
/* line 77, ../sass/_components/_buttons.product.scss */
.main.product .button.button-rectangle.uppercase, .main.about .button.button-rectangle.uppercase, .main article.recommended .button.button-rectangle.uppercase, .main.software .button.button-rectangle.uppercase, .main.product-overview .button.button-rectangle.uppercase {
  text-transform: uppercase;
}
@media all and (max-width: 767px) {
  /* line 18, ../sass/_components/_buttons.product.scss */
  .main.product .button.button-rectangle, .main.about .button.button-rectangle, .main article.recommended .button.button-rectangle, .main.software .button.button-rectangle, .main.product-overview .button.button-rectangle {
    border-radius: 0;
  }
}
/* line 87, ../sass/_components/_buttons.product.scss */
.main.product .button.button-favorite, .main.about .button.button-favorite, .main article.recommended .button.button-favorite, .main.software .button.button-favorite, .main.product-overview .button.button-favorite {
  display: block;
  margin: 30px auto 15px;
}
/* line 92, ../sass/_components/_buttons.product.scss */
.main.product .button.button-favorite .sprite, .main.about .button.button-favorite .sprite, .main article.recommended .button.button-favorite .sprite, .main.software .button.button-favorite .sprite, .main.product-overview .button.button-favorite .sprite {
  display: none;
  width: 19px;
  height: 17px;
}
/* line 98, ../sass/_components/_buttons.product.scss */
.main.product .button.button-favorite .sprite-heart-grey, .main.about .button.button-favorite .sprite-heart-grey, .main article.recommended .button.button-favorite .sprite-heart-grey, .main.software .button.button-favorite .sprite-heart-grey, .main.product-overview .button.button-favorite .sprite-heart-grey {
  display: block;
}
/* line 103, ../sass/_components/_buttons.product.scss */
.main.product .button.button-favorite.active .sprite-heart-grey, .main.about .button.button-favorite.active .sprite-heart-grey, .main article.recommended .button.button-favorite.active .sprite-heart-grey, .main.software .button.button-favorite.active .sprite-heart-grey, .main.product-overview .button.button-favorite.active .sprite-heart-grey {
  display: none;
}
/* line 106, ../sass/_components/_buttons.product.scss */
.main.product .button.button-favorite.active .sprite-heart-red-solid, .main.about .button.button-favorite.active .sprite-heart-red-solid, .main article.recommended .button.button-favorite.active .sprite-heart-red-solid, .main.software .button.button-favorite.active .sprite-heart-red-solid, .main.product-overview .button.button-favorite.active .sprite-heart-red-solid {
  display: block;
}

/* line 6, ../sass/_components/_navigation.product.scss */
.main.product .nav-product, .main.product .nav-software, .main.software .nav-product, .main.software .nav-software, .main.classroom .nav-product, .main.classroom .nav-software, .main.product-overview .nav-product, .main.product-overview .nav-software {
  margin: 0;
  height: 60px;
  text-align: center;
  background: rgba(52, 22, 96, 0.9);
  z-index: 3;
}
/* line 14, ../sass/_components/_navigation.product.scss */
.main.product .nav-product.fixed, .main.product .nav-software.fixed, .main.software .nav-product.fixed, .main.software .nav-software.fixed, .main.classroom .nav-product.fixed, .main.classroom .nav-software.fixed, .main.product-overview .nav-product.fixed, .main.product-overview .nav-software.fixed {
  position: fixed;
  top: 0;
  margin: 0;
  width: 100%;
  background: #341660;
  z-index: 1000;
}
/* line 23, ../sass/_components/_navigation.product.scss */
.main.product .nav-product .button, .main.product .nav-software .button, .main.software .nav-product .button, .main.software .nav-software .button, .main.classroom .nav-product .button, .main.classroom .nav-software .button, .main.product-overview .nav-product .button, .main.product-overview .nav-software .button {
  display: inline-block;
  margin: 0 10px;
  line-height: 60px;
  color: #fff;
  text-decoration: none;
}
/* line 30, ../sass/_components/_navigation.product.scss */
.main.product .nav-product .button:hover, .main.product .nav-product .button.active, .main.product .nav-software .button:hover, .main.product .nav-software .button.active, .main.software .nav-product .button:hover, .main.software .nav-product .button.active, .main.software .nav-software .button:hover, .main.software .nav-software .button.active, .main.classroom .nav-product .button:hover, .main.classroom .nav-product .button.active, .main.classroom .nav-software .button:hover, .main.classroom .nav-software .button.active, .main.product-overview .nav-product .button:hover, .main.product-overview .nav-product .button.active, .main.product-overview .nav-software .button:hover, .main.product-overview .nav-software .button.active {
  text-decoration: underline;
}
/* line 38, ../sass/_components/_navigation.product.scss */
.main.product .button-filter-toggle, .main.software .button-filter-toggle, .main.classroom .button-filter-toggle, .main.product-overview .button-filter-toggle {
  position: relative;
  vertical-align: top;
  width: 28px;
  height: 28px;
  margin-top: 10px;
}
/* line 49, ../sass/_components/_navigation.product.scss */
.main.product .nav-product-index, .main.software .nav-product-index, .main.classroom .nav-product-index, .main.product-overview .nav-product-index {
  margin: 0 auto;
  width: 100%;
  height: 50px;
  background: #70afb0;
  overflow: hidden;
  white-space: nowrap;
}
/* line 60, ../sass/_components/_navigation.product.scss */
.main.product .nav-product-index .center, .main.software .nav-product-index .center, .main.classroom .nav-product-index .center, .main.product-overview .nav-product-index .center {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 7px;
  width: auto;
  max-width: 1180px;
  padding: 0 30px;
}
@supports not (flex-wrap: wrap) {
  /* line 60, ../sass/_components/_navigation.product.scss */
  .main.product .nav-product-index .center, .main.software .nav-product-index .center, .main.classroom .nav-product-index .center, .main.product-overview .nav-product-index .center {
    display: block;
  }
}
/* line 72, ../sass/_components/_navigation.product.scss */
.main.product .nav-product-index .center .input-group.search, .main.software .nav-product-index .center .input-group.search, .main.classroom .nav-product-index .center .input-group.search, .main.product-overview .nav-product-index .center .input-group.search {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-top: 8px;
  height: 34px;
  max-width: 280px;
  width: calc( 100% - 40px );
}
/* line 82, ../sass/_components/_navigation.product.scss */
.main.product .nav-product-index .center .input-group.search input, .main.software .nav-product-index .center .input-group.search input, .main.classroom .nav-product-index .center .input-group.search input, .main.product-overview .nav-product-index .center .input-group.search input {
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  height: 34px;
  font-size: 15px;
}
/* line 90, ../sass/_components/_navigation.product.scss */
.main.product .nav-product-index .center .input-group.search .input-group-addon, .main.software .nav-product-index .center .input-group.search .input-group-addon, .main.classroom .nav-product-index .center .input-group.search .input-group-addon, .main.product-overview .nav-product-index .center .input-group.search .input-group-addon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 35px;
  height: 34px;
  border: none;
  border-radius: 0;
  background: #fff;
  z-index: 2;
}
/* line 103, ../sass/_components/_navigation.product.scss */
.main.product .nav-product-index .center .input-group.search .input-group-addon .sprite, .main.software .nav-product-index .center .input-group.search .input-group-addon .sprite, .main.classroom .nav-product-index .center .input-group.search .input-group-addon .sprite, .main.product-overview .nav-product-index .center .input-group.search .input-group-addon .sprite {
  margin-top: 9px;
  margin-left: 9px;
  width: 17px;
  height: 17px;
}
/* line 115, ../sass/_components/_navigation.product.scss */
.main.product .nav-product-index .center .container-right, .main.software .nav-product-index .center .container-right, .main.classroom .nav-product-index .center .container-right, .main.product-overview .nav-product-index .center .container-right {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  align-items: center;
  padding-left: 15px;
}
@supports not (flex-wrap: wrap) {
  /* line 115, ../sass/_components/_navigation.product.scss */
  .main.product .nav-product-index .center .container-right, .main.software .nav-product-index .center .container-right, .main.classroom .nav-product-index .center .container-right, .main.product-overview .nav-product-index .center .container-right {
    display: block;
  }
}
/* line 124, ../sass/_components/_navigation.product.scss */
.main.product .nav-product-index .center .container-right .button-favorite-list, .main.software .nav-product-index .center .container-right .button-favorite-list, .main.classroom .nav-product-index .center .container-right .button-favorite-list, .main.product-overview .nav-product-index .center .container-right .button-favorite-list {
  font-size: 17px;
  color: #fff;
  line-height: 50px;
}
/* line 130, ../sass/_components/_navigation.product.scss */
.main.product .nav-product-index .center .container-right .button-favorite-list:hover .container-text, .main.software .nav-product-index .center .container-right .button-favorite-list:hover .container-text, .main.classroom .nav-product-index .center .container-right .button-favorite-list:hover .container-text, .main.product-overview .nav-product-index .center .container-right .button-favorite-list:hover .container-text {
  text-decoration: underline;
}
/* line 134, ../sass/_components/_navigation.product.scss */
.main.product .nav-product-index .center .container-right .button-favorite-list .sprite, .main.software .nav-product-index .center .container-right .button-favorite-list .sprite, .main.classroom .nav-product-index .center .container-right .button-favorite-list .sprite, .main.product-overview .nav-product-index .center .container-right .button-favorite-list .sprite {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 18px;
  margin-top: 16px;
  margin-right: 5px;
}
/* line 143, ../sass/_components/_navigation.product.scss */
.main.product .nav-product-index .center .container-right .button-favorite-list .container-text, .main.software .nav-product-index .center .container-right .button-favorite-list .container-text, .main.classroom .nav-product-index .center .container-right .button-favorite-list .container-text, .main.product-overview .nav-product-index .center .container-right .button-favorite-list .container-text {
  display: inline-block;
  font-weight: 700;
  letter-spacing: 1px;
}
/* line 151, ../sass/_components/_navigation.product.scss */
.main.product .nav-product-index .center .container-right .divider, .main.software .nav-product-index .center .container-right .divider, .main.classroom .nav-product-index .center .container-right .divider, .main.product-overview .nav-product-index .center .container-right .divider {
  display: inline-block;
  margin: 0 17px;
  width: 1px;
  height: 25px;
  background: #b8d7d8;
}
/* line 161, ../sass/_components/_navigation.product.scss */
.main.product .nav-product-index .center .container-right .btn-group, .main.software .nav-product-index .center .container-right .btn-group, .main.classroom .nav-product-index .center .container-right .btn-group, .main.product-overview .nav-product-index .center .container-right .btn-group {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@supports not (flex-wrap: wrap) {
  /* line 161, ../sass/_components/_navigation.product.scss */
  .main.product .nav-product-index .center .container-right .btn-group, .main.software .nav-product-index .center .container-right .btn-group, .main.classroom .nav-product-index .center .container-right .btn-group, .main.product-overview .nav-product-index .center .container-right .btn-group {
    display: block;
  }
}
/* line 166, ../sass/_components/_navigation.product.scss */
.main.product .nav-product-index .center .container-right .btn-group .btn, .main.software .nav-product-index .center .container-right .btn-group .btn, .main.classroom .nav-product-index .center .container-right .btn-group .btn, .main.product-overview .nav-product-index .center .container-right .btn-group .btn {
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
  border-color: #fff;
  border-radius: 0;
  color: #fff;
  font-size: 13px;
  outline: 0;
  background: none;
}
/* line 178, ../sass/_components/_navigation.product.scss */
.main.product .nav-product-index .center .container-right .btn-group .btn.first, .main.software .nav-product-index .center .container-right .btn-group .btn.first, .main.classroom .nav-product-index .center .container-right .btn-group .btn.first, .main.product-overview .nav-product-index .center .container-right .btn-group .btn.first {
  border-right: none;
}
/* line 182, ../sass/_components/_navigation.product.scss */
.main.product .nav-product-index .center .container-right .btn-group .btn:active, .main.product .nav-product-index .center .container-right .btn-group .btn:focus, .main.product .nav-product-index .center .container-right .btn-group .btn:hover, .main.software .nav-product-index .center .container-right .btn-group .btn:active, .main.software .nav-product-index .center .container-right .btn-group .btn:focus, .main.software .nav-product-index .center .container-right .btn-group .btn:hover, .main.classroom .nav-product-index .center .container-right .btn-group .btn:active, .main.classroom .nav-product-index .center .container-right .btn-group .btn:focus, .main.classroom .nav-product-index .center .container-right .btn-group .btn:hover, .main.product-overview .nav-product-index .center .container-right .btn-group .btn:active, .main.product-overview .nav-product-index .center .container-right .btn-group .btn:focus, .main.product-overview .nav-product-index .center .container-right .btn-group .btn:hover {
  color: #70afb0;
  background: #fff;
  box-shadow: none;
}

/* line 5, ../sass/_articles/_product.intro.scss */
.main article.intro .container-article {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@supports not (flex-wrap: wrap) {
  /* line 5, ../sass/_articles/_product.intro.scss */
  .main article.intro .container-article {
    display: block;
  }
}
@media all and (max-width: 767px) {
  /* line 5, ../sass/_articles/_product.intro.scss */
  .main article.intro .container-article {
    padding-top: 0;
    flex-direction: column;
  }
}
@media all and (min-width: 767px) {
  /* line 16, ../sass/_articles/_product.intro.scss */
  .main article.intro .container-article .row {
    width: 50%;
  }
}
@media all and (min-width: 767px) {
  /* line 22, ../sass/_articles/_product.intro.scss */
  .main article.intro .container-article .row.container-text {
    box-sizing: border-box;
    padding-right: 30px;
    min-width: 450px;
  }
}
/* line 32, ../sass/_articles/_product.intro.scss */
.main article.intro .container-article .row.container-img {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@supports not (flex-wrap: wrap) {
  /* line 32, ../sass/_articles/_product.intro.scss */
  .main article.intro .container-article .row.container-img {
    display: block;
  }
}
/* line 42, ../sass/_articles/_product.intro.scss */
.main article.intro .container-article .row.container-img .img-wrapper {
  margin: 0 auto;
}
/* line 46, ../sass/_articles/_product.intro.scss */
.main article.intro .container-article .row.container-img .img-wrapper img {
  width: 100%;
  height: auto;
}

/* line 3, ../sass/_articles/_product.scenario.scss */
.main article.scenario {
  background: #f7f5ee;
}
/* line 7, ../sass/_articles/_product.scenario.scss */
.main article.scenario .container-article {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  z-index: 1;
}
/* line 12, ../sass/_articles/_product.scenario.scss */
.main article.scenario .container-article .imgs-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
}
@supports not (flex-wrap: wrap) {
  /* line 12, ../sass/_articles/_product.scenario.scss */
  .main article.scenario .container-article .imgs-wrapper {
    display: block;
  }
}
/* line 21, ../sass/_articles/_product.scenario.scss */
.main article.scenario .container-article .imgs-wrapper .img-wrapper {
  padding: 0 10px;
  width: 25%;
  max-width: 279px;
}
/* line 27, ../sass/_articles/_product.scenario.scss */
.main article.scenario .container-article .imgs-wrapper .img-wrapper.first {
  padding-left: 0;
}
/* line 31, ../sass/_articles/_product.scenario.scss */
.main article.scenario .container-article .imgs-wrapper .img-wrapper.last {
  padding-right: 0;
}
/* line 35, ../sass/_articles/_product.scenario.scss */
.main article.scenario .container-article .imgs-wrapper .img-wrapper img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 950px) {
  /* line 12, ../sass/_articles/_product.scenario.scss */
  .main article.scenario .container-article .imgs-wrapper {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 700px;
  }
  /* line 48, ../sass/_articles/_product.scenario.scss */
  .main article.scenario .container-article .imgs-wrapper .img-wrapper {
    margin-bottom: 20px;
    width: 50%;
    box-sizing: border-box;
  }
  /* line 54, ../sass/_articles/_product.scenario.scss */
  .main article.scenario .container-article .imgs-wrapper .img-wrapper.second {
    padding-right: 0;
  }
  /* line 58, ../sass/_articles/_product.scenario.scss */
  .main article.scenario .container-article .imgs-wrapper .img-wrapper.third {
    padding-left: 0;
  }
}
@media all and (max-width: 500px) {
  /* line 69, ../sass/_articles/_product.scenario.scss */
  .main article.scenario .container-article .imgs-wrapper .img-wrapper {
    box-sizing: content-box;
    padding: 0;
    width: 100%;
  }
}

/* line 4, ../sass/_articles/_industry.kv.scss */
.main.industry .kv, .main.software .kv, .main.case-study .kv {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  position: relative;
  height: 400px;
  padding: 0 30px;
  background-size: cover;
  z-index: 2;
}
@supports not (flex-wrap: wrap) {
  /* line 4, ../sass/_articles/_industry.kv.scss */
  .main.industry .kv, .main.software .kv, .main.case-study .kv {
    display: block;
  }
}
@media all and (max-width: 767px) {
  /* line 4, ../sass/_articles/_industry.kv.scss */
  .main.industry .kv, .main.software .kv, .main.case-study .kv {
    padding: 0 25px;
  }
}
/* line 19, ../sass/_articles/_industry.kv.scss */
.main.industry .kv .title, .main.software .kv .title, .main.case-study .kv .title {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  padding-bottom: 20px;
  width: 100%;
  text-align: center;
  margin: 0;
  color: #fff;
}
@supports not (flex-wrap: wrap) {
  /* line 19, ../sass/_articles/_industry.kv.scss */
  .main.industry .kv .title, .main.software .kv .title, .main.case-study .kv .title {
    display: block;
  }
}
/* line 32, ../sass/_articles/_industry.kv.scss */
.main.industry .kv .title .title-main, .main.software .kv .title .title-main, .main.case-study .kv .title .title-main {
  position: relative;
  display: block;
  margin: 10px 0 0;
  width: 100%;
  text-transform: center;
}
/* line 40, ../sass/_articles/_industry.kv.scss */
.main.industry .kv .title .title-main-bottom, .main.software .kv .title .title-main-bottom, .main.case-study .kv .title .title-main-bottom {
  margin: 10px 0 20px;
  width: 100%;
  text-transform: none;
  font-weight: 100;
  font-size: 25px;
}
/* line 51, ../sass/_articles/_industry.kv.scss */
.main.industry .kv.with-intro, .main.software .kv.with-intro, .main.case-study .kv.with-intro {
  box-sizing: border-box;
  height: 600px;
  padding-bottom: 50px;
}
@media all and (max-width: 767px) {
  /* line 51, ../sass/_articles/_industry.kv.scss */
  .main.industry .kv.with-intro, .main.software .kv.with-intro, .main.case-study .kv.with-intro {
    height: 400px;
  }
}
/* line 61, ../sass/_articles/_industry.kv.scss */
.main.industry .kv.with-intro .container-text, .main.software .kv.with-intro .container-text, .main.case-study .kv.with-intro .container-text {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  color: #fff;
}
@media all and (min-width: 767px) {
  /* line 61, ../sass/_articles/_industry.kv.scss */
  .main.industry .kv.with-intro .container-text, .main.software .kv.with-intro .container-text, .main.case-study .kv.with-intro .container-text {
    padding: 0 50px;
  }
}
/* line 72, ../sass/_articles/_industry.kv.scss */
.main.industry .kv.with-intro .container-text .title-main, .main.industry .kv.with-intro .container-text .paragraph, .main.software .kv.with-intro .container-text .title-main, .main.software .kv.with-intro .container-text .paragraph, .main.case-study .kv.with-intro .container-text .title-main, .main.case-study .kv.with-intro .container-text .paragraph {
  display: block;
  color: #fff;
}
/* line 77, ../sass/_articles/_industry.kv.scss */
.main.industry .kv.with-intro .container-text .title-main, .main.software .kv.with-intro .container-text .title-main, .main.case-study .kv.with-intro .container-text .title-main {
  margin-bottom: 10px;
}
/* line 81, ../sass/_articles/_industry.kv.scss */
.main.industry .kv.with-intro .container-text .paragraph, .main.software .kv.with-intro .container-text .paragraph, .main.case-study .kv.with-intro .container-text .paragraph {
  /*font-family: "GillSansLight", Verdana, sans-serif;*/
  text-transform: none;
  font-weight: 100;
  font-size: 22px;
  line-height: 28px;
}
@media all and (max-width: 767px) {
  /* line 81, ../sass/_articles/_industry.kv.scss */
  .main.industry .kv.with-intro .container-text .paragraph, .main.software .kv.with-intro .container-text .paragraph, .main.case-study .kv.with-intro .container-text .paragraph {
    line-height: 23px;
  }
}

/* line 1, ../sass/_articles/_industry.intro.scss */
.main.industry article.intro {
  background: #F7F5EE;
  max-width: none;
}
@media all and (min-width: 767px) {
  /* line 8, ../sass/_articles/_industry.intro.scss */
  .main.industry article.intro .container-article {
    flex-direction: row;
  }
  /* line 12, ../sass/_articles/_industry.intro.scss */
  .main.industry article.intro .container-article > .row {
    width: 50%;
  }
  /* line 18, ../sass/_articles/_industry.intro.scss */
  .main.industry article.intro .container-article .paragraph.small {
    margin-top: 10px;
  }
}
/* line 26, ../sass/_articles/_industry.intro.scss */
.main.industry article.intro .background-blue-next {
  padding: 20px 0;
}
/* line 30, ../sass/_articles/_industry.intro.scss */
.main.industry article.intro .background-blue {
  background: #B3D8DF;
  padding: 20px;
  margin: 0 0 0 40px;
}
/* line 36, ../sass/_articles/_industry.intro.scss */
.main.industry article.intro .background-blue .container-text {
  min-width: 100% !important;
}
/* line 40, ../sass/_articles/_industry.intro.scss */
.main.industry article.intro .background-blue .container-text li {
  margin-bottom: 10px;
}
@media all and (min-width: 767px) {
  /* line 51, ../sass/_articles/_industry.intro.scss */
  .main.industry article.intro.with-list {
    padding-bottom: 80px;
    background: #ffffff;
  }
  /* line 58, ../sass/_articles/_industry.intro.scss */
  .main.industry article.intro.with-list .container-article {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 64, ../sass/_articles/_industry.intro.scss */
  .main.industry article.intro.with-list .container-article .list li {
    margin-bottom: 20px;
    list-style-type: disc;
    font-size: 22px;
  }
}
@media all and (max-width: 767px) {
  /* line 86, ../sass/_articles/_industry.intro.scss */
  .main.industry article.intro.with-list .container-article .list li {
    margin-bottom: 10px;
  }
}

@media all and (min-width: 767px) {
  /* line 4, ../sass/_articles/_industry.scenario.scss */
  .main.industry article.scenario {
    background: #fff;
    padding: 100px 20px;
  }
  /* line 11, ../sass/_articles/_industry.scenario.scss */
  .main.industry article.scenario .title-paragraph {
    margin-bottom: 30px;
  }
  /* line 16, ../sass/_articles/_industry.scenario.scss */
  .main.industry article.scenario .container-article {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1200px;
  }
  @supports not (flex-wrap: wrap) {
    /* line 16, ../sass/_articles/_industry.scenario.scss */
    .main.industry article.scenario .container-article {
      display: block;
    }
  }
  /* line 24, ../sass/_articles/_industry.scenario.scss */
  .main.industry article.scenario .container-article .scenario {
    box-sizing: border-box;
    margin-bottom: 20px;
    width: 33.333%;
    padding: 0 10px;
  }
}
@media all and (min-width: 767px) and (max-width: 950px) {
  /* line 24, ../sass/_articles/_industry.scenario.scss */
  .main.industry article.scenario .container-article .scenario {
    width: 50%;
  }
}
@media all and (min-width: 767px) {
  /* line 35, ../sass/_articles/_industry.scenario.scss */
  .main.industry article.scenario .container-article .scenario .container-img {
    margin-bottom: 20px;
  }
  /* line 38, ../sass/_articles/_industry.scenario.scss */
  .main.industry article.scenario .container-article .scenario .container-img img {
    width: 100%;
    height: auto;
  }
  /* line 44, ../sass/_articles/_industry.scenario.scss */
  .main.industry article.scenario .container-article .scenario .paragraph {
    margin-bottom: 15px;
  }
  /* line 48, ../sass/_articles/_industry.scenario.scss */
  .main.industry article.scenario .container-article .scenario .list {
    padding: 0;
  }
  /* line 50, ../sass/_articles/_industry.scenario.scss */
  .main.industry article.scenario .container-article .scenario .list ul {
    list-style-type: none !important;
  }
  /* line 53, ../sass/_articles/_industry.scenario.scss */
  .main.industry article.scenario .container-article .scenario .list li {
    list-style-type: none !important;
    margin-bottom: 15px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAM0lEQVQY02PYfOM+GxBPBOK3QPwOymZjABITgPg/Gu5ggKpEl3iLVwKbUZ0MSJa/Q7YcAKENctFdJosAAAAAAElFTkSuQmCC) left 9px no-repeat;
    padding-left: 15px;
  }
  /* line 58, ../sass/_articles/_industry.scenario.scss */
  .main.industry article.scenario .container-article .scenario .list li a:hover {
    text-decoration: underline;
  }
}

@media all and (min-width: 767px) {
  /* line 6, ../sass/_articles/_industry.story.scss */
  .main.industry article.story {
    padding-top: 0;
  }
  /* line 12, ../sass/_articles/_industry.story.scss */
  .main.industry article.story .container-article {
    position: relative;
    width: 430px;
  }
  /* line 22, ../sass/_articles/_industry.story.scss */
  .main.industry article.story .container-article .story.section {
    box-sizing: border-box;
    margin-bottom: 20px;
    width: 33.333%;
    padding: 0 10px;
  }
  /* line 30, ../sass/_articles/_industry.story.scss */
  .main.industry article.story .container-article .story:hover .container-img img {
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  /* line 33, ../sass/_articles/_industry.story.scss */
  .main.industry article.story .container-article .story:hover .bottom {
    background: #43256b;
  }
  /* line 38, ../sass/_articles/_industry.story.scss */
  .main.industry article.story .container-article .story .title-paragraph {
    margin-bottom: 15px;
    /*font-family: "GillSansLight", Verdana, sans-serif;*/
    font-size: 30px;
  }
  /* line 46, ../sass/_articles/_industry.story.scss */
  .main.industry article.story .container-article .story .container-img {
    overflow: hidden;
  }
  /* line 48, ../sass/_articles/_industry.story.scss */
  .main.industry article.story .container-article .story .container-img img {
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    width: 100%;
    height: auto;
  }
  /* line 55, ../sass/_articles/_industry.story.scss */
  .main.industry article.story .container-article .story .bottom {
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    width: 100%;
    box-sizing: border-box;
    padding: 35px 35px 50px;
    color: #fff;
    background: #65478d;
	height:300px;
  }
}

/* line 24, ../sass/industry.scss */
.main section article .title-sub {
  /*font-family: "GillSansLight", Verdana, sans-serif;*/
  font-size: 50px;
  color: #6761a9;
}
/* line 30, ../sass/industry.scss */
.main section article .title-sub.black {
  color: #000;
}

/* line 40, ../sass/industry.scss */
.container-inner a {
  text-decoration: underline;
}

/* line 42, ../sass/industry.scss */
span.star {
  font-size: 0.7em !important;
  position: relative;
  top: -3px;
}

@media all and (max-width: 767px) {
  /* line 9, ../sass/_components/_mobile.industry.scss */
  .main.industry #nav-sub #nav-sub-ctrl {
    height: 60px;
  }
  /* line 11, ../sass/_components/_mobile.industry.scss */
  .main.industry #nav-sub #nav-sub-ctrl a.btn {
    background: url("../../../img/common/nav-li-mobile.png") center center no-repeat;
    background-size: 17px;
    height: 100%;
    width: 100%;
    padding: 0 12px;
  }
  /* line 19, ../sass/_components/_mobile.industry.scss */
  .main.industry #nav-sub #nav-sub-menu {
    position: absolute;
    background: rgba(52, 22, 96, 0.9);
    width: 100%;
    display: none;
  }
  /* line 24, ../sass/_components/_mobile.industry.scss */
  .main.industry #nav-sub #nav-sub-menu a.button {
    display: block;
    width: 100%;
    margin: 0;
  }
  /* line 32, ../sass/_components/_mobile.industry.scss */
  .main.industry .kv {
    height: 250px;
  }
  /* line 36, ../sass/_components/_mobile.industry.scss */
  .main.industry .kv .title-main {
    font-size: 36px;
  }
  /* line 40, ../sass/_components/_mobile.industry.scss */
  .main.industry .kv .title-main.transportation {
    font-size: 28px;
  }
  /* line 46, ../sass/_components/_mobile.industry.scss */
  .main.industry .kv .title-main-bottom {
    font-size: 20px !important;
    margin: 10px 0 0 !important;
  }
  /* line 54, ../sass/_components/_mobile.industry.scss */
  .main.industry section article.intro, .main.industry section article.scenario, .main.industry section article.story, .main.industry section article.product {
    padding: 40px;
  }
}
@media all and (max-width: 767px) and (max-width: 480px) {
  /* line 54, ../sass/_components/_mobile.industry.scss */
  .main.industry section article.intro, .main.industry section article.scenario, .main.industry section article.story, .main.industry section article.product {
    padding: 40px 20px;
  }
}
@media all and (max-width: 767px) {
  /* line 62, ../sass/_components/_mobile.industry.scss */
  .main.industry section article.intro .title-sub.purple, .main.industry section article.scenario .title-sub.purple, .main.industry section article.story .title-sub.purple, .main.industry section article.product .title-sub.purple {
    font-size: 28px;
    font-weight: 700;
  }
  /* line 71, ../sass/_components/_mobile.industry.scss */
  .main.industry section article.intro.intro .container-article .background-blue-next, .main.industry section article.scenario.intro .container-article .background-blue-next, .main.industry section article.story.intro .container-article .background-blue-next, .main.industry section article.product.intro .container-article .background-blue-next {
    padding: 0;
  }
  /* line 75, ../sass/_components/_mobile.industry.scss */
  .main.industry section article.intro.intro .container-article .background-blue-next .container-text .title-paragraph, .main.industry section article.scenario.intro .container-article .background-blue-next .container-text .title-paragraph, .main.industry section article.story.intro .container-article .background-blue-next .container-text .title-paragraph, .main.industry section article.product.intro .container-article .background-blue-next .container-text .title-paragraph {
    font-size: 25px;
    margin-bottom: 20px;
  }
  /* line 82, ../sass/_components/_mobile.industry.scss */
  .main.industry section article.intro.intro .container-article .background-blue, .main.industry section article.scenario.intro .container-article .background-blue, .main.industry section article.story.intro .container-article .background-blue, .main.industry section article.product.intro .container-article .background-blue {
    margin: 20px 0 0;
  }
  /* line 89, ../sass/_components/_mobile.industry.scss */
  .main.industry section article.intro.scenario, .main.industry section article.intro.product, .main.industry section article.scenario.scenario, .main.industry section article.scenario.product, .main.industry section article.story.scenario, .main.industry section article.story.product, .main.industry section article.product.scenario, .main.industry section article.product.product {
    background: #fff;
  }
  /* line 93, ../sass/_components/_mobile.industry.scss */
  .main.industry section article.intro.scenario > .title-paragraph, .main.industry section article.intro.product > .title-paragraph, .main.industry section article.scenario.scenario > .title-paragraph, .main.industry section article.scenario.product > .title-paragraph, .main.industry section article.story.scenario > .title-paragraph, .main.industry section article.story.product > .title-paragraph, .main.industry section article.product.scenario > .title-paragraph, .main.industry section article.product.product > .title-paragraph {
    margin: 0 auto 30px;
  }
  /* line 98, ../sass/_components/_mobile.industry.scss */
  .main.industry section article.intro.scenario .scenario + .scenario, .main.industry section article.intro.product .scenario + .scenario, .main.industry section article.scenario.scenario .scenario + .scenario, .main.industry section article.scenario.product .scenario + .scenario, .main.industry section article.story.scenario .scenario + .scenario, .main.industry section article.story.product .scenario + .scenario, .main.industry section article.product.scenario .scenario + .scenario, .main.industry section article.product.product .scenario + .scenario {
    margin-top: 30px;
  }
  /* line 107, ../sass/_components/_mobile.industry.scss */
  .main.industry section article.intro.story > .title-paragraph, .main.industry section article.scenario.story > .title-paragraph, .main.industry section article.story.story > .title-paragraph, .main.industry section article.product.story > .title-paragraph {
    margin: 0 auto 30px;
  }
  /* line 112, ../sass/_components/_mobile.industry.scss */
  .main.industry section article.intro.story .bottom, .main.industry section article.scenario.story .bottom, .main.industry section article.story.story .bottom, .main.industry section article.product.story .bottom {
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 30px 35px;
    color: #fff;
    background: #65478d;
	height:250px;
  }
}
/* line 4, ../sass/_articles/_applications.gallery.scss */
.main.applications article.gallery .slide {
  cursor: pointer;
}

/* line 8, ../sass/_articles/_applications.gallery.scss */
.main.applications article.gallery, .main.applications article.accessories, .main.applications article.recommended {
  background: #f7f5ee;
}
/* line 14, ../sass/_articles/_applications.gallery.scss */
.main.applications article.gallery .container-gallery.single-slide .slick-slide, .main.applications article.accessories .container-gallery.single-slide .slick-slide, .main.applications article.recommended .container-gallery.single-slide .slick-slide {
  height: auto !important;
  float: none !important;
}
/* line 19, ../sass/_articles/_applications.gallery.scss */
.main.applications article.gallery .container-gallery.single-slide .container-button, .main.applications article.accessories .container-gallery.single-slide .container-button, .main.applications article.recommended .container-gallery.single-slide .container-button {
  display: none !important;
}
/* line 23, ../sass/_articles/_applications.gallery.scss */
.main.applications article.gallery .container-gallery.single-slide .gallery-object, .main.applications article.accessories .container-gallery.single-slide .gallery-object, .main.applications article.recommended .container-gallery.single-slide .gallery-object {
  opacity: 1 !important;
}
/* line 29, ../sass/_articles/_applications.gallery.scss */
.main.applications article.gallery .container-article, .main.applications article.accessories .container-article, .main.applications article.recommended .container-article {
  position: relative;
  text-align: center;
}
/* line 34, ../sass/_articles/_applications.gallery.scss */
.main.applications article.gallery .container-article .button-rectangle, .main.applications article.accessories .container-article .button-rectangle, .main.applications article.recommended .container-article .button-rectangle {
  display: inline-block;
  margin: 80px auto 0;
}
/* line 41, ../sass/_articles/_applications.gallery.scss */
.main.applications article.gallery .container-article .container-gallery, .main.applications article.accessories .container-article .container-gallery, .main.applications article.recommended .container-article .container-gallery {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@supports not (flex-wrap: wrap) {
  /* line 41, ../sass/_articles/_applications.gallery.scss */
  .main.applications article.gallery .container-article .container-gallery, .main.applications article.accessories .container-article .container-gallery, .main.applications article.recommended .container-article .container-gallery {
    display: block;
  }
}
/* line 48, ../sass/_articles/_applications.gallery.scss */
.main.applications article.gallery .container-article .container-gallery .container-button, .main.applications article.accessories .container-article .container-gallery .container-button, .main.applications article.recommended .container-article .container-gallery .container-button {
  width: 5%;
  min-width: 27px;
  flex-basis: 93px;
  height: 44px;
}
/* line 55, ../sass/_articles/_applications.gallery.scss */
.main.applications article.gallery .container-article .container-gallery .container-button .button, .main.applications article.accessories .container-article .container-gallery .container-button .button, .main.applications article.recommended .container-article .container-gallery .container-button .button {
  width: 27px;
  height: 100%;
}
@media all and (max-width: 1400px) {
  /* line 48, ../sass/_articles/_applications.gallery.scss */
  .main.applications article.gallery .container-article .container-gallery .container-button, .main.applications article.accessories .container-article .container-gallery .container-button, .main.applications article.recommended .container-article .container-gallery .container-button {
    flex-basis: 70px;
  }
}
@media all and (max-width: 1100px) {
  /* line 48, ../sass/_articles/_applications.gallery.scss */
  .main.applications article.gallery .container-article .container-gallery .container-button, .main.applications article.accessories .container-article .container-gallery .container-button, .main.applications article.recommended .container-article .container-gallery .container-button {
    flex-basis: 50px;
  }
}
/* line 68, ../sass/_articles/_applications.gallery.scss */
.main.applications article.gallery .container-article .container-gallery .container-button.right, .main.applications article.accessories .container-article .container-gallery .container-button.right, .main.applications article.recommended .container-article .container-gallery .container-button.right {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@supports not (flex-wrap: wrap) {
  /* line 68, ../sass/_articles/_applications.gallery.scss */
  .main.applications article.gallery .container-article .container-gallery .container-button.right, .main.applications article.accessories .container-article .container-gallery .container-button.right, .main.applications article.recommended .container-article .container-gallery .container-button.right {
    display: block;
  }
}
/* line 75, ../sass/_articles/_applications.gallery.scss */
.main.applications article.gallery .container-article .container-gallery .container-button.disabled, .main.applications article.accessories .container-article .container-gallery .container-button.disabled, .main.applications article.recommended .container-article .container-gallery .container-button.disabled {
  opacity: 0;
}
/* line 82, ../sass/_articles/_applications.gallery.scss */
.main.applications article.gallery .container-article .container-gallery .container-gallery-object, .main.applications article.accessories .container-article .container-gallery .container-gallery-object, .main.applications article.recommended .container-article .container-gallery .container-gallery-object {
  position: relative;
  width: auto;
  height: auto;
  flex-grow: 2;
}
/* line 90, ../sass/_articles/_applications.gallery.scss */
.main.applications article.gallery .container-article .container-gallery .container-gallery-object .gallery-object, .main.applications article.accessories .container-article .container-gallery .container-gallery-object .gallery-object, .main.applications article.recommended .container-article .container-gallery .container-gallery-object .gallery-object {
  margin: 0 auto;
  width: 100%;
  max-width: 1220px;
  opacity: 0;
}
/* line 97, ../sass/_articles/_applications.gallery.scss */
.main.applications article.gallery .container-article .container-gallery .container-gallery-object .gallery-object.slick-initialized, .main.applications article.accessories .container-article .container-gallery .container-gallery-object .gallery-object.slick-initialized, .main.applications article.recommended .container-article .container-gallery .container-gallery-object .gallery-object.slick-initialized {
  opacity: 1;
}
/* line 103, ../sass/_articles/_applications.gallery.scss */
.main.applications article.gallery .container-article .container-gallery .container-gallery-object .slick-track.fallback, .main.applications article.accessories .container-article .container-gallery .container-gallery-object .slick-track.fallback, .main.applications article.recommended .container-article .container-gallery .container-gallery-object .slick-track.fallback {
  margin: 0 auto;
}
/* line 107, ../sass/_articles/_applications.gallery.scss */
.main.applications article.gallery .container-article .container-gallery .container-gallery-object .slide, .main.applications article.accessories .container-article .container-gallery .container-gallery-object .slide, .main.applications article.recommended .container-article .container-gallery .container-gallery-object .slide {
  position: relative;
  box-sizing: border-box;
  padding: 0 10px;
  max-width: 300px;
  outline: 0;
}
/* line 116, ../sass/_articles/_applications.gallery.scss */
.main.applications article.gallery .container-article .container-gallery .container-gallery-object .slide .paragraph.small, .main.applications article.accessories .container-article .container-gallery .container-gallery-object .slide .paragraph.small, .main.applications article.recommended .container-article .container-gallery .container-gallery-object .slide .paragraph.small {
  display: none;
}
/* line 120, ../sass/_articles/_applications.gallery.scss */
.main.applications article.gallery .container-article .container-gallery .container-gallery-object .slide img, .main.applications article.accessories .container-article .container-gallery .container-gallery-object .slide img, .main.applications article.recommended .container-article .container-gallery .container-gallery-object .slide img {
  width: 100%;
  height: auto;
}
/* line 126, ../sass/_articles/_applications.gallery.scss */
.main.applications article.gallery .container-article .container-gallery .container-gallery-object .slide .label-new, .main.applications article.accessories .container-article .container-gallery .container-gallery-object .slide .label-new, .main.applications article.recommended .container-article .container-gallery .container-gallery-object .slide .label-new {
  display: none;
}
@media all and (min-width: 767px) {
  /* line 29, ../sass/_articles/_applications.gallery.scss */
  .main.applications article.gallery .container-article, .main.applications article.accessories .container-article, .main.applications article.recommended .container-article {
    max-width: 1366px;
  }
  /* line 152, ../sass/_articles/_applications.gallery.scss */
  .main.applications article.gallery .container-article .container-gallery .slides .slide, .main.applications article.accessories .container-article .container-gallery .slides .slide, .main.applications article.recommended .container-article .container-gallery .slides .slide {
    width: 25%;
  }
}
@media all and (max-width: 767px) {
  /* line 177, ../sass/_articles/_applications.gallery.scss */
  .main.applications article.gallery .container-article .button-rectangle, .main.applications article.accessories .container-article .button-rectangle, .main.applications article.recommended .container-article .button-rectangle {
    margin-top: 50px;
  }
}
@media all and (max-width: 575px) {
  /* line 187, ../sass/_articles/_applications.gallery.scss */
  .main.applications article.gallery .container-article .container-gallery .container-gallery-object .gallery-object, .main.applications article.accessories .container-article .container-gallery .container-gallery-object .gallery-object, .main.applications article.recommended .container-article .container-gallery .container-gallery-object .gallery-object {
    max-width: 280px;
  }
}
/* line 197, ../sass/_articles/_applications.gallery.scss */
.main.applications article.gallery .paragraph.bottom, .main.applications article.accessories .paragraph.bottom, .main.applications article.recommended .paragraph.bottom {
  width: 100%;
  text-align: center;
  color: #999999;
}
@media all and (min-width: 767px) {
  /* line 205, ../sass/_articles/_applications.gallery.scss */
  .main.applications article.gallery .paragraph.bottom.align-right, .main.applications article.accessories .paragraph.bottom.align-right, .main.applications article.recommended .paragraph.bottom.align-right {
    text-align: right;
  }
}
@media all and (min-width: 767px) {
  /* line 216, ../sass/_articles/_applications.gallery.scss */
  .main.applications article.gallery .paragraph.bottom, .main.applications article.accessories .paragraph.bottom, .main.applications article.recommended .paragraph.bottom {
    position: absolute;
    bottom: -60px;
    left: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }
}
@media all and (max-width: 767px) {
  /* line 231, ../sass/_articles/_applications.gallery.scss */
  .main.applications article.gallery .paragraph.bottom, .main.applications article.accessories .paragraph.bottom, .main.applications article.recommended .paragraph.bottom {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 0;
  }
}

/* line 249, ../sass/_articles/_applications.gallery.scss */
.main.applications article.gallery .slide {
  color: #fff;
}
/* line 253, ../sass/_articles/_applications.gallery.scss */
.main.applications article.gallery .slide .title-paragraph {
  position: absolute;
  top: 5%;
  left: 11%;
  font-weight: 100;
}
@media all and (min-width: 767px) and (max-width: 900px) {
  /* line 253, ../sass/_articles/_applications.gallery.scss */
  .main.applications article.gallery .slide .title-paragraph {
    top: 3%;
  }
}
@media all and (max-width: 350px) {
  /* line 253, ../sass/_articles/_applications.gallery.scss */
  .main.applications article.gallery .slide .title-paragraph {
    top: 3%;
  }
}

/* line 279, ../sass/_articles/_applications.gallery.scss */
.main.applications article.accessories {
  background: #fff;
}
/* line 296, ../sass/_articles/_applications.gallery.scss */
.main.applications article.accessories .container-article .container-gallery .slide {
  position: relative;
  color: #555555;
  text-align: center;
}
/* line 302, ../sass/_articles/_applications.gallery.scss */
.main.applications article.accessories .container-article .container-gallery .slide .title-paragraph {
  margin: 10px auto 2px;
  max-width: 200px;
}
/* line 313, ../sass/_articles/_applications.gallery.scss */
.main.applications article.accessories .container-article .container-gallery .slide .link {
  display: inline-block;
  position: relative;
  margin-top: 20px;
}

/* line 329, ../sass/_articles/_applications.gallery.scss */
.main.applications article.recommended {
  background: #fff;
}
@media all and (min-width: 575px) and (max-width: 1550px) {
  /* line 337, ../sass/_articles/_applications.gallery.scss */
  .main.applications article.recommended .container-article .container-gallery .container-gallery-object .gallery-object {
    max-width: 973px;
  }
}
@media all and (max-width: 575px) {
  /* line 337, ../sass/_articles/_applications.gallery.scss */
  .main.applications article.recommended .container-article .container-gallery .container-gallery-object .gallery-object {
    max-width: 200px;
  }
}
/* line 361, ../sass/_articles/_applications.gallery.scss */
.main.applications article.recommended .container-article .container-gallery .slide {
  position: relative;
  color: #555555;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@supports not (flex-wrap: wrap) {
  /* line 361, ../sass/_articles/_applications.gallery.scss */
  .main.applications article.recommended .container-article .container-gallery .slide {
    display: block;
  }
}
/* line 371, ../sass/_articles/_applications.gallery.scss */
.main.applications article.recommended .container-article .container-gallery .slide .title-paragraph {
  margin: 10px auto 2px;
}
/* line 382, ../sass/_articles/_applications.gallery.scss */
.main.applications article.recommended .container-article .container-gallery .slide .link {
  display: inline-block;
  position: relative;
  margin-top: 20px;
}

/* line 415, ../sass/_articles/_applications.gallery.scss */
.main.applications section article.recommended .title {
  margin-bottom: 50px;
  font-size: 25px;
  font-weight: 700;
  color: #484294;
}
/* line 424, ../sass/_articles/_applications.gallery.scss */
.main.applications section article.recommended .container-items .item {
  border-bottom: #70afb0 solid 1px;
  margin-bottom: 0;
  background: #fff;
}
@media all and (min-width: 767px) {
  /* line 434, ../sass/_articles/_applications.gallery.scss */
  .main.applications section article.recommended .container-items .item .container-item .img-wrapper {
    margin-top: 50px;
  }
  /* line 440, ../sass/_articles/_applications.gallery.scss */
  .main.applications section article.recommended .container-items .item .container-item .title-paragraph.small {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 767px) {
  /* line 454, ../sass/_articles/_applications.gallery.scss */
  .main.applications section article.recommended {
    padding-bottom: 50px;
  }
  /* line 458, ../sass/_articles/_applications.gallery.scss */
  .main.applications section article.recommended .container-items .item .container-item .img-wrapper {
    margin-top: 25px;
  }
  /* line 465, ../sass/_articles/_applications.gallery.scss */
  .main.applications section article.recommended .container-items .item {
    border-bottom: 0;
    background: none;
  }
  /* line 470, ../sass/_articles/_applications.gallery.scss */
  .main.applications section article.recommended .container-items .item .container-item2 {
    border-bottom: #70afb0 solid 1px;
    margin-bottom: 0;
    padding-bottom: 50px;
    background: #fff;
  }
}

/* line 1, ../sass/_articles/_applications.section.special.k.scss */
.section-special-k {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-top: 40px;
  padding: 150px 0 100px;
  background: url("img/applications/bar/kv.jpg");
  background-size: cover;
  background-position: 80% 50%;
}
@supports not (flex-wrap: wrap) {
  /* line 1, ../sass/_articles/_applications.section.special.k.scss */
  .section-special-k {
    display: block;
  }
}
@media all and (max-width: 1050px) {
  /* line 1, ../sass/_articles/_applications.section.special.k.scss */
  .section-special-k {
    padding-top: 100px;
  }
}
/* line 16, ../sass/_articles/_applications.section.special.k.scss */
.section-special-k.left {
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  background-position: 20% 50%;
}
/* line 21, ../sass/_articles/_applications.section.special.k.scss */
.section-special-k .right, .section-special-k .left {
  width: 50%;
  min-width: 500px;
}
/* line 26, ../sass/_articles/_applications.section.special.k.scss */
.section-special-k .right > .container-inner, .section-special-k .left > .container-inner {
  max-width: 600px;
  padding-right: 50px;
}
/* line 31, ../sass/_articles/_applications.section.special.k.scss */
.section-special-k .right > .container-inner .container-buttons, .section-special-k .left > .container-inner .container-buttons {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-bottom: 50px;
}
@supports not (flex-wrap: wrap) {
  /* line 31, ../sass/_articles/_applications.section.special.k.scss */
  .section-special-k .right > .container-inner .container-buttons, .section-special-k .left > .container-inner .container-buttons {
    display: block;
  }
}
/* line 38, ../sass/_articles/_applications.section.special.k.scss */
.section-special-k .right > .container-inner .container-buttons .button-rectangle-purple, .section-special-k .left > .container-inner .container-buttons .button-rectangle-purple {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 1px #322a26 solid;
  width: 50%;
  height: 45px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  line-height: 45px;
  margin-left: -1px;
}
@supports not (flex-wrap: wrap) {
  /* line 38, ../sass/_articles/_applications.section.special.k.scss */
  .section-special-k .right > .container-inner .container-buttons .button-rectangle-purple, .section-special-k .left > .container-inner .container-buttons .button-rectangle-purple {
    display: block;
  }
}
/* line 52, ../sass/_articles/_applications.section.special.k.scss */
.section-special-k .right > .container-inner .container-buttons .button-rectangle-purple:first-child, .section-special-k .left > .container-inner .container-buttons .button-rectangle-purple:first-child {
  margin-left: 0;
}
/* line 56, ../sass/_articles/_applications.section.special.k.scss */
.section-special-k .right > .container-inner .container-buttons .button-rectangle-purple .sprite, .section-special-k .left > .container-inner .container-buttons .button-rectangle-purple .sprite {
  display: inline-block;
  vertical-align: top;
  margin-top: -2px;
  margin-right: 8px;
  pointer-events: none;
}
/* line 66, ../sass/_articles/_applications.section.special.k.scss */
.section-special-k .right > .container-inner .container-buttons .button-rectangle-purple .text, .section-special-k .left > .container-inner .container-buttons .button-rectangle-purple .text {
  pointer-events: none;
}
/* line 70, ../sass/_articles/_applications.section.special.k.scss */
.section-special-k .right > .container-inner .container-buttons .button-rectangle-purple.active, .section-special-k .left > .container-inner .container-buttons .button-rectangle-purple.active {
  border-color: #65478D;
  background: #65478D;
}
/* line 74, ../sass/_articles/_applications.section.special.k.scss */
.section-special-k .right > .container-inner .container-buttons .button-rectangle-purple.active:hover, .section-special-k .left > .container-inner .container-buttons .button-rectangle-purple.active:hover {
  background: #5d5995;
}
/* line 80, ../sass/_articles/_applications.section.special.k.scss */
.section-special-k .right > .container-inner .container-buttons .button-rectangle-purple:hover, .section-special-k .left > .container-inner .container-buttons .button-rectangle-purple:hover {
  background: rgba(255, 255, 255, 0.1);
}
/* line 86, ../sass/_articles/_applications.section.special.k.scss */
.section-special-k .right > .container-inner .container-buttons .button-rectangle-purple.dual-sprites .sprite.active, .section-special-k .left > .container-inner .container-buttons .button-rectangle-purple.dual-sprites .sprite.active {
  display: none;
}
/* line 91, ../sass/_articles/_applications.section.special.k.scss */
.section-special-k .right > .container-inner .container-buttons .button-rectangle-purple.dual-sprites.active .sprite, .section-special-k .left > .container-inner .container-buttons .button-rectangle-purple.dual-sprites.active .sprite {
  display: none;
}
/* line 93, ../sass/_articles/_applications.section.special.k.scss */
.section-special-k .right > .container-inner .container-buttons .button-rectangle-purple.dual-sprites.active .sprite.active, .section-special-k .left > .container-inner .container-buttons .button-rectangle-purple.dual-sprites.active .sprite.active {
  display: inline-block;
}
@media all and (max-width: 1130px) {
  /* line 31, ../sass/_articles/_applications.section.special.k.scss */
  .section-special-k .right > .container-inner .container-buttons, .section-special-k .left > .container-inner .container-buttons {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 107, ../sass/_articles/_applications.section.special.k.scss */
  .section-special-k .right > .container-inner .container-buttons .button, .section-special-k .left > .container-inner .container-buttons .button {
    width: 100%;
  }
}
/* line 116, ../sass/_articles/_applications.section.special.k.scss */
.section-special-k .right > .container-inner .container-text, .section-special-k .left > .container-inner .container-text {
  color: #fff;
}
/* line 124, ../sass/_articles/_applications.section.special.k.scss */
.section-special-k .right > .container-inner .container-text .title-paragraph, .section-special-k .left > .container-inner .container-text .title-paragraph {
  margin-bottom: 15px;
}
/* line 130, ../sass/_articles/_applications.section.special.k.scss */
.section-special-k .right > .container-inner .container-text .button-link:hover, .section-special-k .left > .container-inner .container-text .button-link:hover {
  color: #fff;
}
/* line 142, ../sass/_articles/_applications.section.special.k.scss */
.section-special-k .right.left > .container-inner, .section-special-k .left.left > .container-inner {
  padding-right: 0px;
  padding-left: 150px;
}
@media all and (max-width: 1320px) {
  /* line 142, ../sass/_articles/_applications.section.special.k.scss */
  .section-special-k .right.left > .container-inner, .section-special-k .left.left > .container-inner {
    padding-left: 50px;
  }
}
/* line 167, ../sass/_articles/_applications.section.special.k.scss */
.section-special-k.light .right > .container-inner .container-buttons .button-rectangle-purple, .section-special-k.light .left > .container-inner .container-buttons .button-rectangle-purple {
  border-color: #65478D;
  color: #65478D;
  background: #fff;
}
/* line 173, ../sass/_articles/_applications.section.special.k.scss */
.section-special-k.light .right > .container-inner .container-buttons .button-rectangle-purple:hover, .section-special-k.light .left > .container-inner .container-buttons .button-rectangle-purple:hover {
  background: #f0ecff;
}
/* line 177, ../sass/_articles/_applications.section.special.k.scss */
.section-special-k.light .right > .container-inner .container-buttons .button-rectangle-purple.active, .section-special-k.light .left > .container-inner .container-buttons .button-rectangle-purple.active {
  color: #fff;
  background: #65478D;
}
/* line 180, ../sass/_articles/_applications.section.special.k.scss */
.section-special-k.light .right > .container-inner .container-buttons .button-rectangle-purple.active:hover, .section-special-k.light .left > .container-inner .container-buttons .button-rectangle-purple.active:hover {
  background: #563C78;
}
/* line 190, ../sass/_articles/_applications.section.special.k.scss */
.section-special-k.light .right > .container-inner .container-text, .section-special-k.light .left > .container-inner .container-text {
  color: #000;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 200, ../sass/_articles/_applications.section.special.k.scss */
.section-special-k.light .right > .container-inner .container-text .button-link:hover, .section-special-k.light .left > .container-inner .container-text .button-link:hover {
  color: #000;
}
@media all and (max-width: 767px) {
  /* line 1, ../sass/_articles/_applications.section.special.k.scss */
  .section-special-k {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: -40px;
    margin-bottom: 25px;
    padding-top: 0px;
    padding-bottom: 50px;
    width: calc(100% + 80px);
    /*background: #000 !important;*/
  }
  /* line 228, ../sass/_articles/_applications.section.special.k.scss */
  .section-special-k.light {
    background: #F7F5EE !important;
  }
  /* line 232, ../sass/_articles/_applications.section.special.k.scss */
  .section-special-k img.visible-xs {
    margin-bottom: 30px !important;
    max-width: 650px;
  }
}
@media all and (max-width: 767px) and (max-width: 480px) {
  /* line 1, ../sass/_articles/_applications.section.special.k.scss */
  .section-special-k {
    margin-left: -20px;
    width: calc(100% + 40px);
  }
}
@media all and (max-width: 767px) {
  /* line 244, ../sass/_articles/_applications.section.special.k.scss */
  .section-special-k.left .right, .section-special-k.left .left, .section-special-k.right .right, .section-special-k.right .left {
    width: 100%;
    min-width: inherit;
  }
  /* line 249, ../sass/_articles/_applications.section.special.k.scss */
  .section-special-k.left .right > .container-inner, .section-special-k.left .left > .container-inner, .section-special-k.right .right > .container-inner, .section-special-k.right .left > .container-inner {
    max-width: inherit;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media all and (max-width: 767px) and (max-width: 480px) {
  /* line 249, ../sass/_articles/_applications.section.special.k.scss */
  .section-special-k.left .right > .container-inner, .section-special-k.left .left > .container-inner, .section-special-k.right .right > .container-inner, .section-special-k.right .left > .container-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media all and (max-width: 767px) {
  /* line 260, ../sass/_articles/_applications.section.special.k.scss */
  .section-special-k.left .right > .container-inner .container-buttons, .section-special-k.left .left > .container-inner .container-buttons, .section-special-k.right .right > .container-inner .container-buttons, .section-special-k.right .left > .container-inner .container-buttons {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 25px;
  }
  @supports not (flex-wrap: wrap) {
    /* line 260, ../sass/_articles/_applications.section.special.k.scss */
    .section-special-k.left .right > .container-inner .container-buttons, .section-special-k.left .left > .container-inner .container-buttons, .section-special-k.right .right > .container-inner .container-buttons, .section-special-k.right .left > .container-inner .container-buttons {
      display: block;
    }
  }
  /* line 268, ../sass/_articles/_applications.section.special.k.scss */
  .section-special-k.left .right > .container-inner .container-buttons .button-rectangle-purple, .section-special-k.left .left > .container-inner .container-buttons .button-rectangle-purple, .section-special-k.right .right > .container-inner .container-buttons .button-rectangle-purple, .section-special-k.right .left > .container-inner .container-buttons .button-rectangle-purple {
    width: 50px;
    margin-left: 0px;
    border-left: none;
  }
  /* line 274, ../sass/_articles/_applications.section.special.k.scss */
  .section-special-k.left .right > .container-inner .container-buttons .button-rectangle-purple:first-child, .section-special-k.left .left > .container-inner .container-buttons .button-rectangle-purple:first-child, .section-special-k.right .right > .container-inner .container-buttons .button-rectangle-purple:first-child, .section-special-k.right .left > .container-inner .container-buttons .button-rectangle-purple:first-child {
    border-left: 1px #322a26 solid;
  }
  /* line 278, ../sass/_articles/_applications.section.special.k.scss */
  .section-special-k.left .right > .container-inner .container-buttons .button-rectangle-purple .text, .section-special-k.left .left > .container-inner .container-buttons .button-rectangle-purple .text, .section-special-k.right .right > .container-inner .container-buttons .button-rectangle-purple .text, .section-special-k.right .left > .container-inner .container-buttons .button-rectangle-purple .text {
    display: none;
  }
  /* line 282, ../sass/_articles/_applications.section.special.k.scss */
  .section-special-k.left .right > .container-inner .container-buttons .button-rectangle-purple .sprite, .section-special-k.left .left > .container-inner .container-buttons .button-rectangle-purple .sprite, .section-special-k.right .right > .container-inner .container-buttons .button-rectangle-purple .sprite, .section-special-k.right .left > .container-inner .container-buttons .button-rectangle-purple .sprite {
    margin-top: 0;
    margin-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

@media all and (min-width: 767px) {
  /* line 4, ../sass/_articles/_applications.case-study.scss */
  .main.applications article.story {
    padding-top: 100px;
  }
  /* line 10, ../sass/_articles/_applications.case-study.scss */
  .main.applications article.case-study .title-paragraph {
    margin-bottom: 25px;
  }
  /* line 14, ../sass/_articles/_applications.case-study.scss */
  .main.applications article.case-study .container-article {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
	-ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  @supports not (flex-wrap: wrap) {
    /* line 14, ../sass/_articles/_applications.case-study.scss */
    .main.applications article.case-study .container-article {
      display: block;
    }
  }
}
@media all and (max-width: 767px) {
  /* line 31, ../sass/_articles/_applications.case-study.scss */
  .main article .container-article .button.story {
    display: block;
    margin: 0 auto 50px;
    max-width: 420px;
    width: 100%;
  }
}

/* line 13, ../sass/applications.scss */
.main.industry.applications .button-link {
  color: #00acde;
  text-decoration: underline;
  cursor: pointer;
}
/* line 19, ../sass/applications.scss */
.main.industry.applications .button-link:hover {
  color: #000;
}
/* line 25, ../sass/applications.scss */
.main.industry.applications .paragraph.intro.big {
  text-align: center;
}
@media all and (min-width: 767px) {
  /* line 25, ../sass/applications.scss */
  .main.industry.applications .paragraph.intro.big {
    font-size: 25px;
  }
}
@media all and (min-width: 767px) {
  /* line 8, ../sass/applications.scss */
  .main.industry.applications {
    margin-bottom: 25px;
  }
  /* line 40, ../sass/applications.scss */
  .main.industry.applications article.intro .container-article {
    max-width: 935px;
  }
}
@media all and (min-width: 767px) {
  /* line 50, ../sass/applications.scss */
  .main.industry.applications article.product .title-sub.purple {
    margin-bottom: 20px;
    font-size: 40px;
  }
}
@media all and (max-width: 767px) {
  /* line 63, ../sass/applications.scss */
  .main.industry.applications header.kv {
    box-sizing: border-box;
    min-height: 400px;
    height: auto;
    padding-top: 100px;
  }
}


/* 2017.2.10 */
/* .main.applications.bar .kv .container-text.topleft {
	margin:0 0 320px 0;
}
.main.applications.bar .kv .container-text.topcenter {
	margin-bottom:320px;
}
.main.applications.bar .kv .container-text.topright {
	margin-bottom:320px;
	margin-left:45%;
}
.main.applications.bar .kv .container-text.middleleft {
	margin:0 0 160px 0;
}
.main.applications.bar .kv .container-text.middlecenter {
	margin:0 auto 160px auto;
}
.main.applications.bar .kv .container-text.middleright {
	margin:0 0 160px 45%;
}
.main.applications.bar .kv .container-text.bottomleft {
	margin:0;
}
.main.applications.bar .kv .container-text.bottomcenter {
	margin:0 auto;
}
.main.applications.bar .kv .container-text.bottomright {
	margin:0 0 0 45%;
}
.container-text.topleft>div,.container-text.middleleft>div,.container-text.bottomleft>div {
	text-align:left;
}
.container-text.topleft .paragraph.title-main-bottom,.container-text.middleleft .paragraph.title-main-bottom,.container-text.bottomleft .paragraph.title-main-bottom {
	text-align:left;
}
.container-text.topright>div,.container-text.middleright>div,.container-text.bottomright>div {
	text-align:left;
}
.container-text.topright .paragraph.title-main-bottom,.container-text.middleright .paragraph.title-main-bottom,.container-text.bottomright .paragraph.title-main-bottom {
	text-align:left;
} */

.align_top.kv.c9 {
	align-items:flex-start !important;
}
.align_mid.kv.c9 {
	align-items:center !important;
}
.align_bot.kv.c9 {
	align-items:flex-end !important;
}
.align_left.kv.c9 {
	justify-content:flex-start !important;
}
.align_center.kv.c9 {
	justify-content:center !important;
}
.align_right.kv.c9 {
	justify-content:flex-end !important;
}
.main.industry .kv.with-intro.c9 .container-text {

	margin: 0px;

}
/*������*/
.main.bar article.projector .container-article .container-projector.section-special-k .container-buttons .button .sprite-brightness:empty {
    width: 0px;
    margin: 0px;
}
/*������*/
.main.bar article.projector .container-article .container-projector.section-special-k.right {
    background-position: 80% 50%;
    background-size: cover;
}

@media screen and (max-width: 767px) {
	/*clientlib-applications.css*/
  .container-inner .container-buttons .button.button-rectangle-purple.dual-sprites span.sprite {
	display:none;
  }
    .section-special-k.left .right > .container-inner .container-buttons .button-rectangle-purple,
    .section-special-k.left .left > .container-inner .container-buttons .button-rectangle-purple,
    .section-special-k.right .right > .container-inner .container-buttons .button-rectangle-purple,
    .section-special-k.right .left > .container-inner .container-buttons .button-rectangle-purple {
        width: 100%;
        background-color: #dfdfdf;
        color: #000000;
        border-left: 1px solid #65478D;
		border: 1px solid #65478D;
    }
    /*������*/
    .main.bar article.projector .container-article .container-projector.section-special-k .container-buttons .button .sprite-contrast {
        display: none;
    }
    /*clientlib-applications.css*/
    .section-special-k.left .right > .container-inner .container-buttons .button-rectangle-purple .text,
    .section-special-k.left .left > .container-inner .container-buttons .button-rectangle-purple .text,
    .section-special-k.right .right > .container-inner .container-buttons .button-rectangle-purple .text,
    .section-special-k.right .left > .container-inner .container-buttons .button-rectangle-purple .text {
        display: block;
    }
    /*������*/
    .section-special-k .right > .container-inner .container-text .title-paragraph,
    .section-special-k .left > .container-inner .container-text .title-paragraph {
        color: #000000 !important;
    }
    /*������*/
    .main.product section article .section-special-k.right .paragraph,
    .main.product-overview section article .section-special-k.right .paragraph,
    .main.classroom section article .section-special-k .right.paragraph,
    .main.product section article .section-special-k.left .paragraph,
    .main.product-overview section article .section-special-k.left .paragraph,
    .main.classroom section article .section-special-k .left.paragraph {
        color: #000000 !important;
    }
    /*clientlib-applications.css*/
    .section-special-k img.visible-xs {
        max-width: 100%;
    }
    /*clientlib-applications.css*/
    .section-special-k.left .right > .container-inner .container-buttons,
    .section-special-k.left .left > .container-inner .container-buttons,
    .section-special-k.right .right > .container-inner .container-buttons,
    .section-special-k.right .left > .container-inner .container-buttons {
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
}
