/*ROTATOR STARY 
.intro_banner_carousel__photo-box-inner {
    overflow: hidden;
    position: absolute;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    WIDTH: 650PX;
    HEIGHT: 650PX;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    left: -2px;
    top: 37.5%;
}
	
	.intro_banner_carousel__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1170px;
    margin: 0 auto;
    PADDING: 80PX 0PX 0;
    
}
	.intro_banner_carousel__photo-box:after {
    CONTENT: '';
    DISPLAY: BLOCK;
    
    CLEAR: BOTH;
    HEIGHT: 152PX;
    WIDTH: 480PX;
    RIGHT: -26PX;
    BOTTOM: -75PX;
    POSITION: ABSOLUTE;
    Z-INDEX: 2;

}
.intro_banner_carousel__photo-box {
    position: relative;
    -webkit-box-flex: 536px;
    -ms-flex: 536px 0 0px;
    flex: 536px 0 0;
    height: 460px;
    MARGIN-BOTTOM: 75px;
    -webkit-animation: entrance-photo 0.15s .05s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: entrance-photo 0.15s .05s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;

}


@media (max-width: 480px) {
.intro_banner_carousel__toolbox-container {
margin-top: 0px
}
}
@media (min-width: 992px) and (max-width: 1200px) {
.intro_banner_carousel__photo-box:after {
    width: 100%;
    bottom: -60px;
    left: 68px;
  }
}
.js-intro_banner_carousel {
    
    background-position: center 0;
  background-size:auto
    }

@media (min-width: 992px) and (max-width: 1200px) {
.intro_banner_carousel__photo-box-inner {
    top: 154px;
    left: -14px;
  }}
@media (max-width: 991px){
.intro_banner_carousel__photo-box-inner {
    position: relative;
    top: -20px;
    left: 50%;
    width: 235px;
    height: 235px;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    padding-top: 0;
  }}
@media (min-width: 768px) and (max-width: 991px) {
.intro_banner_carousel__photo-box-inner {
    width: 440px;
    height: 440px;
  }}
@media (min-width: 992px) and (max-width: 1200px) {
.intro_banner_carousel__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }}

@media (max-width: 1200px) {
.intro_banner_carousel__inner {
    padding: 40px 15px 0;
  }}

@media (max-width: 991px) {
.intro_banner_carousel__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-top: 0;
  }}
@media (min-width: 992px) and (max-width: 1200px) {
.intro_banner_carousel__photo-box:after {
    width: 100%;
    bottom: -60px;
    left: 68px;
  }}
@media (max-width: 991px) {
.intro_banner_carousel__photo-box:after {
    width: 100%;
    left: 0;
    right: 0;
    background-position: center 0;
    height: 70px;
    bottom: 0;
  }}
@media (min-width: 768px) and (max-width: 991px) {
.intro_banner_carousel__photo-box:after {
    bottom: -8px;
    -webkit-background-size: 310px 310px;
    background-size: 310px;
    height: 100px;
  }}
@media (max-width: 480px) {
.intro_banner_carousel__photo-box:after {
    bottom: -12px;
    -webkit-background-size: 170px 170px;
    background-size: 170px;
  }}
@media (min-width: 992px) and (max-width: 1200px) {
.intro_banner_carousel__photo-box {
    -webkit-box-flex: 50%;
    -ms-flex: 50% 0 0px;
    flex: 50% 0 0;
  }}
@media (max-width: 991px) {
.intro_banner_carousel__photo-box {
    -webkit-box-flex: 280px;
    -ms-flex: 280px 0 0px;
    flex: 280px 0 0;
    margin-bottom: 0;
  }}
@media (max-width: 480px) {
.intro_banner_carousel__photo-box {
    -webkit-box-flex: 235px;
    -ms-flex: 235px 0 0px;
    flex: 235px 0 0;
  }}
@media (min-width: 992px) and (max-width: 1200px) {
.js-intro_banner_carousel {
    background-position: calc(50% + -62px) -30px;
  }}
@media (min-width: 768px) and (max-width: 991px) {
.js-intro_banner_carousel {
    -webkit-background-size: 900px 900px;
    background-size: 900px;
    background-position: center -210px;
  }}
@media (max-width: 480px) {
.js-intro_banner_carousel {
    background-position: center -100px;
    -webkit-background-size: 480px 480px;
    background-size: 480px;
  }}
*/