/* @group Default */ 
html{
   font-size: 10px;
   -ms-overflow-style: scrollbar;
}
body{
   overflow-x: hidden;
}
body.large-device [class*="is-expanded"]{
   position: relative;
}
body.large-device [class*="is-expanded"]::before,
body.large-device [class*="is-expanded"]::after{
   content: "";
   position: absolute;
   top: 0;
   bottom: 0;
   background-color: inherit;
}
body.large-device .is-expanded-both::before,
body.large-device .is-expanded-before::before{
   left: -999rem;
   right: 100%;
}
body.large-device .is-expanded-both::after,
body.large-device .is-expanded-after::after{
   left: 100%;
   right: -999rem;
}
@supports (text-decoration: dotted underline) {
    abbr[title] {
      text-decoration: dotted underline;
      border-bottom: none;
      cursor: help;
    }
}
.visually-hidden {
   margin: 0;
   padding: 0;
	position: absolute !important;
	clip: rect(1px,1px,1px,1px);
	overflow: hidden;
	height: 1px;
	width: 1px;
	word-wrap: normal;
}
img.rp{
   width: 100%;
   height: auto;
   display: block;
}
figure{
   margin: 0;
}
iframe{
   display: block;
}
/* @end */

