#Layer1 #wb_Image9 {
    position: absolute;
    left: 684px;
    top: 60px;
}
.RollPage .feature-title {
    color: #000000;
}
.wrap.wrap-man {display:block;}
.RollPage h2 {text-align:center;}
.RollPage .Features {
  padding-top: 80px;
}
.RollPage .Features-title {
  margin-bottom: 55px;
}
.RollPage .Features-btn {
  padding: 15px 35px;
  max-width: 350px;
}
@media all and (max-width: 639px) {
  .RollPage .Features-btn {
    font-size: 1.14em;
  }
}
@media all and (min-width: 640px) and (max-width: 1023px) {
  .RollPage .Features-btn {
    font-size: 1.3em;
  }
}
@media all and (min-width: 1024px) and (max-width: 1199px) {
  .RollPage .Features-btn {
    font-size: 1.4em;
  }
}
@media all and (min-width: 1200px) {
  .RollPage .Features-btn {
    font-size: 1.71em;
  }
}
.RollPage .Features .feature {
  margin-bottom: 75px;
}
.RollPage .Features .feature-title {
  line-height: 1.2;
  margin-bottom: 25px;
}
.RollPage .Features .feature-description {
  line-height: 1.45;
  color: #758392;
}
.RollPage .Features .feature-description ul li {
  list-style: none;
  padding-left: 50px;
}
.RollPage .Features .feature-description ul li i {
	font-family: 'FontAwesome';
    font-weight: 900;
  color: #3192ff;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  text-align: center;
  font-size: 26px;
}
.RollPage .Features .feature-description ul li:not(:last-child) {
  margin-bottom: 15px;
}
.RollPage .Features .feature-image {
  padding-top: 67%;
}
.RollPage .Features .feature-image:not([data-bg]) {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
@media all and (max-width: 839px) {
  .RollPage .Features .feature-image {
    margin-top: 35px;
  }
}
@media all and (min-width: 840px) {
  .RollPage .Features .feature {
    display: flex;
    align-items: center;
  }
  .RollPage .Features .feature-text {
    width: 50%;
  }
  .RollPage .Features .feature-image-container {
    width: 50%;
  }
  .RollPage .Features .feature-left .feature-text {
    float: left;
  }
  .RollPage .Features .feature-left .feature-image-container {
    float: right;
    padding-left: 100px;
  }
  .RollPage .Features .feature-left .feature-image {
    shape-outside: polygon(10% 0, 0 100%, 100% 100%, 100% 0);
    clip-path: polygon(10% 0, 0 100%, 100% 100%, 100% 0);
  }
  .RollPage .Features .feature-right {
    flex-direction: row-reverse;
  }
  .RollPage .Features .feature-right .feature-text {
    float: right;
  }
  .RollPage .Features .feature-right .feature-image-container {
    float: left;
    padding-right: 100px;
  }
  .RollPage .Features .feature-right .feature-image {
    shape-outside: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  }
}
@media all and (max-width: 360px) {
  .RollPage .Features .feature-title {
    font-size: 20px;
  }
}
@media all and (min-width: 361px) and (max-width: 460px) {
  .RollPage .Features .feature-title {
    font-size: 22px;
  }
}
@media all and (max-width: 460px) {
  .RollPage .Features .feature-title {
    font-weight: 600;
  }
}
@media all and (min-width: 461px) {
  .RollPage .Features .feature-title {
    font-weight: 500;
  }
}
@media all and (max-width: 1023px) {
  .RollPage .Features .feature-description {
    font-size: 16px;
  }
}
@media all and (min-width: 461px) and (max-width: 839px) {
  .RollPage .Features .feature-title {
    font-size: 26px;
  }
}
@media all and (min-width: 840px) {
  .RollPage .Features .feature-title {
    font-size: 28px;
  }
}
@media all and (min-width: 1024px) {
  .RollPage .Features .feature-description {
    font-size: 18px;
  }
}
.Portfolio {
  background-color: #f3f5f9;
}
.Portfolio .Portfolio-gallery-slider.slick-slider > .slick-arrow {
  background-color: #ffffff;
}
.RollPage .Info {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f3f5f9;
}
.RollPage .Info-title {
  margin-bottom: 35px;
}
.RollPage .Info-text {
  margin-bottom: 30px;
}
.RollPage .Info .video .video-wrapper {
  height: 0;
  padding-top: 56.3%;
}
.RollPage .Info .video .video-wrapper .video-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
}
.RollPage .Info-cottage {
  margin-top: 100px;
}
.RollPage .Info-cottage-title {
  line-height: 1.2;
  margin-bottom: 25px;
}
.RollPage .Info-cottage-features .Item-sizes-notice-container {
  margin-top: 30px;
  max-width: 330px;
}
.RollPage .Info-cottage-btn {
  padding: 15px 35px;
  max-width: 350px;
  margin-top: 35px;
}
@media all and (max-width: 639px) {
  .RollPage .Info-cottage-btn {
    font-size: 1.14em;
  }
}
@media all and (min-width: 640px) and (max-width: 1023px) {
  .RollPage .Info-cottage-btn {
    font-size: 1.3em;
  }
}
@media all and (min-width: 1024px) and (max-width: 1199px) {
  .RollPage .Info-cottage-btn {
    font-size: 1.4em;
  }
}
@media all and (min-width: 1200px) {
  .RollPage .Info-cottage-btn {
    font-size: 1.71em;
  }
}
@media all and (max-width: 839px) {
  .RollPage .Info-video-wrapper:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media all and (min-width: 840px) {
  .RollPage .Info-video-wrapper {
    float: left;
    width: 48%;
  }
  .RollPage .Info-video-wrapper:first-child {
    margin-right: 4%;
  }
}
@media all and (max-width: 767px) {
  .RollPage .Info-cottage-title {
    font-size: 2em;
    font-weight: 500;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  .RollPage .Info-text,
  .RollPage .Info-cottage-text {
    font-size: 16px;
  }
  .RollPage .Info-cottage-title {
    font-size: 2.57em;
    font-weight: 400;
  }
}
@media all and (max-width: 1023px) {
  .RollPage .Info-cottage-features {
    margin-bottom: 35px;
  }
}
@media all and (min-width: 1024px) {
  .RollPage .Info-text {
    font-size: 18px;
    font-weight: 300;
  }
  .RollPage .Info-cottage-title {
    font-size: 28px;
    font-weight: 500;
  }
  .RollPage .Info-cottage-text-wrapper {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
  .RollPage .Info-cottage-text {
    width: 46%;
    float: left;
    margin-right: 14%;
    font-size: 16px;
  }
  .RollPage .Info-cottage-features {
    width: 40%;
    float: right;
  }
}