ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 15px;
}
.smllr {
  font-size: 1.1rem!important;
  }

.slider {
  height: 100vh;
}

.slide {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('https://risoulapparts.happystay.com/assets/themes/1774/images/pa250152.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('https://risoulapparts.happystay.com/assets/themes/1774/images/pa250152.jpeg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.slide-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('https://risoulapparts.happystay.com/assets/themes/1774/images/pa281125.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('https://risoulapparts.happystay.com/assets/themes/1774/images/pa281125.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.slide-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url('https://risoulapparts.happystay.com/assets/themes/1774/images/2---pa270691.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('https://risoulapparts.happystay.com/assets/themes/1774/images/2---pa270691.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.arrow-slider-hide {
  display: none;
}

.heading {
  position: absolute;
  left: 0%;
  top: 30vh;
  right: 0%;
  bottom: auto;
  z-index: 1;
  color: #fff;
  font-size: 60px;
  font-weight: 300;
  text-align: center;
}

.heading-2 {
  position: absolute;
  left: 0%;
  top: 40vh;
  right: 0%;
  bottom: auto;
  z-index: 1;
  color: #fff;
  text-align: center;
}

.body {
  font-family: 'Open Sans', sans-serif;
}

.text-span {
  font-size: 36px;
  line-height: 44px;
  font-weight: 400;
}

.button {
  position: absolute;
  left: 0%;
  top: 60%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0px;
  background-color: #ff3700;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  box-shadow: -5px 3px 11px 0 rgba(0, 0, 0, 0.5);
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.bluebg {
  background-color: #5366af;
  color: #fff;
  font-size: 17px;
}

.section.bluebg.fullmob {
  margin-top: 0px;
}

.web-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph {
  max-width: 800px;
  text-align: center;
  margin: 0 auto 10px auto;
}

.heading-3 {
  margin-bottom: 20px;
  color: #5366af;
  text-align: center;
}
.bluebg, .heading-3 {
  margin-bottom: 20px;
  color: #ffffff!important;
  text-align: center;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block {
  width: 80vw;
  margin-top: 20px;
  margin-bottom: 60px;
}

.text-block-3 {
  margin-bottom: 20px;
  font-size: 19px;
}

.lightbox-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-2 {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 2px 3px 20px 4px rgba(39, 39, 39, 0.32);
}

.tab-link-tab-1 {
  padding-right: 20px;
  padding-left: 20px;
  border-right: 2px solid #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #f0f0f0;
  color: #000;
  font-weight: 400;
}

.tab-link-tab-1.w--current {
  background-color: #ffac59;
  color: #000;
  font-weight: 700;
}

.text-block-4 {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  text-decoration: none;
}

.column-3 {
  padding-right: 20px;
  padding-left: 15px;
}

.tabs-content {
  overflow: visible;
  background-color: #ebebeb;
}

.image {
  max-height: 450px;
}

.lightbox-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}

.image-2 {
  margin-right: 5px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-5 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
}

.list-item {
  margin-bottom: 5px;
}

.slide-4 {
  background-image: url('https://risoulapparts.happystay.com/assets/themes/1774/images/antares.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-5 {
  background-image: url('https://risoulapparts.happystay.com/assets/themes/1774/images/residence-antares---piscine-1-copie.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-4 {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.slider-3 {
  height: auto;
  background-color: transparent;
}

.list {
  padding-left: 20px;
  color: #555;
}

.heading-4 {
  color: #5366af;
}

.list-item-2 {
  margin-left: 15px;
}

.paragraph-3 {
  font-weight: 600;
}

.column-5 {
  border-style: solid none solid solid;
  border-width: 5px;
  border-color: #fff;
  background-image: url('https://risoulapparts.happystay.com/assets/themes/1774/images/p1024295.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  box-shadow: -5px 5px 20px -8px rgba(0, 0, 0, 0.5);
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  padding: 10px 40px 40px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.image-3 {
  display: inline-block;
  width: 18%;
  margin-right: 10px;
  margin-left: 10px;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  box-shadow: -5px 5px 20px -8px rgba(0, 0, 0, 0.5);
}

.lightbox-link-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: -5px 5px 20px -8px rgba(0, 0, 0, 0.5);
  color: #0a0a0a;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.image-4 {
  width: 50%;
  margin-bottom: 10px;
}

.column-6 {
  min-height: 500px;
  border-style: solid solid solid none;
  border-width: 5px;
  border-color: #fff;
  background-image: url('https://risoulapparts.happystay.com/assets/themes/1774/images/residence-altair-copie.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: -5px 5px 20px -8px rgba(0, 0, 0, 0.5);
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.paragraph-4 {
  color: #555;
  text-align: left;
}

.heading-5 {
  color: #5366af;
  font-size: 22px;
  font-weight: 400;
  text-align: left;
}

.list-3 {
  text-align: left;
}

.image-5 {
  width: 60px;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-6 {
  width: 80px;
}

.column-7 {
  padding-top: 40px;
}

.heading-6 {
  margin-bottom: 20px;
  color: #5366af;
  font-weight: 600;
  text-align: center;
}

.column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid solid solid none;
  border-width: 5px;
  border-color: #fff;
  background-image: url('https://risoulapparts.happystay.com/assets/themes/1774/images/p1024292.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: -5px 5px 20px -8px rgba(0, 0, 0, 0.5);
}

.column-9 {
  min-height: 500px;
  border-style: solid none solid solid;
  border-width: 5px;
  border-color: #fff;
  background-image: url('https://risoulapparts.happystay.com/assets/themes/1774/images/p1024283-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: -5px 5px 20px -8px rgba(0, 0, 0, 0.5);
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.section-2.bg1 {
  background-image: url('https://risoulapparts.happystay.com/assets/themes/1774/images/p1024274.jpg');
  background-position: 50% 85%;
  background-size: cover;
}

.section-2.bg2 {
  background-image: url('https://risoulapparts.happystay.com/assets/themes/1774/images/2020-220620160029-remi-morel-ot-vars-copie-4-e1647873321733-1920x1080.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.section-2.bg3 {
  background-image: url('https://risoulapparts.happystay.com/assets/themes/1774/images/bicycle-5045324.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.section-2.bg4 {
  background-image: url('https://risoulapparts.happystay.com/assets/themes/1774/images/mountains-4699944_1920.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.section-2.bg5 {
  background-image: url('https://risoulapparts.happystay.com/assets/themes/1774/images/p1024268.jpeg');
  background-position: 50% 90%;
  background-size: cover;
}

.heading-8 {
  font-size: 30px;
  font-weight: 600;
  text-shadow: -2px 2px 10px rgba(0, 0, 0, 0.5);
}

.button-2 {
  margin: 20px 20px 20px;
  border-radius: 5px;
  background-color: #ffbf00;
  box-shadow: -5px 5px 20px -8px transparent;
  color: #302c61;
  font-weight: 600;
}

.button-2:hover {
  box-shadow: -5px 5px 20px -8px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  color: #302c61;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-5.verti {
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-6 {
  margin-right: 10px;
  margin-left: 10px;
  padding: 5px 5px 10px;
  background-color: #fff;
  box-shadow: -5px 5px 20px -8px rgba(0, 0, 0, 0.5);
  color: #555;
  text-align: center;
}

.div-block-6.horiz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-6.quart {
  width: 23%;
  margin-right: 1%;
  margin-left: 1%;
}

.div-block-6.tier {
  width: 31.33%;
  margin-right: 1%;
  margin-bottom: 20px;
  margin-left: 1%;
}

.div-block-7 {
  width: 80%;
  height: 1px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  background-color: #f0f0f0;
}

.image-7 {
  width: 50%;
}

.bold-text {
  text-align: center;
}

.slider-4 {   
  width: 80%;   background-color: transparent; 
}  
.slide-6 {   
  padding: 6% 10%;   text-align: center; 
}  
.text-block-6 {   
  margin-top: 20px;   
  margin-bottom: 5px;   
  font-size: 16px;   
  font-weight: 600; 
}  
.text-block-7 {   
  font-style: italic; 
}  
._w-link {   
  color: #ffc000; 
}

@media screen and (max-width: 991px) {
  .section.bluebg.fullmob {
    margin-top: 0px;
  }

  .columns {
    width: 100vw;
  }

  .column {
    padding-right: 20px;
    padding-left: 3vw;
  }

  .div-block {
    width: 90vw;
  }

  .image-3 {
    width: 25%;
  }

  .column-8 {
    background-position: 100% 50%;
  }

  .section-2 {
    height: 40vh;
  }

  .heading-8 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .heading-2 {
    font-size: 26px;
  }

  .text-span {
    font-size: 28px;
  }

  .section {
    width: 100vw;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .section.bluebg.fullmob {
    width: 100vw;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-3 {
    font-size: 24px;
  }

  .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns.revert-mob {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .column {
    padding-left: 5vw;
  }

  .columns-2 {
    box-shadow: 2px 3px 20px 4px rgba(39, 39, 39, 0.32);
  }

  .tab-link-tab-1 {
    margin-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
    text-align: center;
  }

  .column-3 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .tabs-content {
    width: 90%;
    float: right;
  }

  .column-4 {
    position: static;
  }

  .tabs-menu {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 10%;
    float: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .column-5 {
    min-height: 500px;
    border-right-style: solid;
  }

  .div-block-4.anim {
    padding-left: 20px;
  }

  .image-3 {
    width: 40%;
  }

  .column-6 {
    border-left-style: solid;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .column-8 {
    border-left-style: solid;
  }

  .column-9 {
    border-right-style: solid;
  }

  .button-2 {
    width: 42%;
    text-align: center;
  }

  .div-block-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-6.quart {
    width: 48%;
    margin-bottom: 10px;
  }

  .div-block-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
}

@media screen and (max-width: 479px) {
  ul {
    padding-left: 15px;
  }

  .heading {
    font-size: 50px;
  }

  .heading-2 {
    font-size: 20px;
  }

  .text-span {
    font-size: 22px;
    line-height: 25px;
  }

  .section {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-3 {
    text-align: center;
  }

  .column {
    padding-right: 10px;
    padding-left: 10px;
  }

  .tab-link-tab-1 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .tabs-content {
    width: 88%;
  }

  .div-block-2 {
    margin-right: 10px;
  }

  .image-2 {
    width: 11px;
  }

  .tabs-menu {
    width: 12%;
  }

  .list-2 {
    padding-left: 15px;
  }

  .heading-4 {
    text-align: center;
  }

  .column-5 {
    min-height: 300px;
  }

  .div-block-4.anim {
    overflow: auto;
    padding-left: 10px;
  }

  .image-3 {
    width: 75%;
  }

  .column-6 {
    min-height: 300px;
  }

  .centered-container {
    text-align: left;
  }

  .columns-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-6 {
    font-size: 24px;
    text-align: center;
  }

  .column-8 {
    min-height: 300px;
  }

  .column-9 {
    min-height: 300px;
  }

  .section-2 {
    height: 35vh;
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-8 {
    text-align: center;
  }

  .button-2 {
    width: 60%;
    margin: 10px auto;
  }

  .div-block-5 {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-6.horiz {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-6.quart {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-6.tier {
    width: 100%;
    margin-bottom: 20px;
  }

  .image-7 {
    width: 100%;
  }

  .div-block-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}