.modal-backdrop {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  z-index: 999;
}

.modal {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  overflow: auto;
  margin: 100px;
  -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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  opacity: 0;
}

.column {
  padding: 40px;
  background-color: #fff;
}

.column-2 {
  padding: 40px;
  background-color: #f8f8f8;
}

.heading {
  max-width: 528px;
  margin-bottom: 55px;
  color: #a8a8ab;
  font-size: 20px;
  line-height: 26px;
  font-family: 'Arial Bold', sans-serif;
  font-weight: 700;
}

.heading-2 {
  max-width: 420px;
  margin-top: 0px;
  font-family: Georgia,'Open Sans',sans-serif;
  font-weight: 600;
  color: #717fae;
  font-size: 34px;
  line-height: 45px;
}

.columns {
  background-color: #fff;
}

.left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.heading-3 {
  margin-bottom: 0px;
  color: #a8a8ab;
  font-size: 20px;
  line-height: 28px;
  font-family: 'Arial Bold', sans-serif;
  font-weight: 700;
}

.paragraph {
  overflow: visible;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #666769;
  font-size: 18px;
  line-height: 30px;
}

.paragraph-2 {
  margin-bottom: 0px;
  color: #5b5c5e;
  font-size: 16px;
  line-height: 30px;
}

.paragraph-2.remote {
  margin-right: 80px;
}

.heading-4 {
  color: #a8a8ab;
  font-size: 20px;
  line-height: 26px;
  font-family: 'Arial Bold', sans-serif;
  font-weight: 700;
}

.heading-4.second {
  margin-top: 20px;
}

.heading-4.remote {
  margin-top: 0px;
}

.heading-4.first {
  margin-top: 0px;
}

.image {
  width: 57px;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-2 {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  margin-top: 40px;
  margin-right: 40px;
  background-color: #b2b2b2;
  opacity: 0;
  cursor: pointer;
  z-index: 9999;
}

.slide-nav {
  display: none;
}

.slide {
  height: 100%;
}

.image-3 {
  width: 100%;
  height: 100%;
}

.lightbox-link {
  width: 100%;
}

.div-block {
  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-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.image-4 {
  width: 100%;
}

@media (max-width: 991px) {
  .modal {
    margin: 50px 40px 40px;
  }
  .column {
    padding: 20px;
  }
  .column-2 {
    padding: 20px;
  }
  .heading {
    margin-bottom: 40px;
  }
  .heading-4 {
    margin-top: 0px;
  }
  .heading-4.second {
    margin-top: 20px;
  }
  .image {
    width: 49px;
  }
  .image-2 {
    position: fixed;
    margin-top: 10px;
    margin-bottom: 0px;
  }
}

@media (max-width: 767px) {
  .modal {
    margin: 50px 20px 20px;
  }
  .column-2 {
    padding-left: 20px;
  }
  .columns-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .image-2 {
    margin-right: 20px;
  }
}

@media (max-width: 479px) {
  .paragraph-2.remote {
    margin-right: 0px;
  }
  .columns-2 {
    display: block;
  }
  .column-3 {
    display: none;
  }  .image-3 {
    width: 100%;
  }
  .slider {
    height: 40%;
  }
  .mask {
    width: 100%;
    height: 40%;
  }
}