.hero-image {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  height: 100vh;
  background-color: #fff;
}

.hero {
  height: 100vh;
  background-color: #000;
}

.column {
  padding: 0px;
}

.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  -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;
  color: #fff;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 11%;
  -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 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.text-block-2 {
  width: 555px;
  margin-bottom: 20px;
  font-family: Timeless;
  color: #fff;
  font-size: 22px;
  line-height: 1.9em;
  text-shadow: 0 -4px 10px #000;
}

.div-block-2 {
  position: absolute;
  left: 40vw;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bold-text {
  margin-left: -50px;
  font-family: amador;
  font-size: 73px;
  font-style: normal;
  font-weight: 400;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9b2225), color-stop(7%, #9b2225), color-stop(8%, #edb8b9), color-stop(12%, #e89b9d), color-stop(0, #c62127), color-stop(62%, #9f2528), to(#9b2225));
  background-image: linear-gradient(180deg, #9b2225, #9b2225 7%, #edb8b9 8%, #e89b9d 12%, #c62127 0, #9f2528 62%, #9b2225);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9b2225), color-stop(0%, #9b2225), color-stop(0, #edb8b9), color-stop(100%, #e89b9d), color-stop(0, #c62127), color-stop(0, #9f2528), to(#9b2225));
  background-image: linear-gradient(180deg, #9b2225, #9b2225 0%, #edb8b9 0, #e89b9d 100%, #c62127 0, #9f2528 0, #9b2225);
}

.button.action-button {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9b2225), color-stop(7%, #9b2225), color-stop(8%, #edb8b9), color-stop(12%, #e89b9d), color-stop(0, #9f2528), color-stop(62%, #9f2528), to(#9b2225));
  background-image: linear-gradient(180deg, #9b2225, #9b2225 7%, #edb8b9 8%, #e89b9d 12%, #9f2528 0, #9f2528 62%, #9b2225);
}

.button.btn-alt {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a0a0a0), color-stop(7%, #ccc), color-stop(8%, #ededed), color-stop(12%, #ededed), color-stop(0, #c9c9c9), color-stop(62%, #a3a3a3), to(#9d9d9d));
  background-image: linear-gradient(180deg, #a0a0a0, #ccc 7%, #ededed 8%, #ededed 12%, #c9c9c9 0, #a3a3a3 62%, #9d9d9d);
  color: #000;
}

.button.btn-fixed {
  min-width: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9b2225), color-stop(7%, #9b2225), color-stop(8%, #edb8b9), color-stop(12%, #e89b9d), color-stop(0, #c62127), color-stop(62%, #9f2528), to(#9b2225));
  background-image: linear-gradient(180deg, #9b2225, #9b2225 7%, #edb8b9 8%, #e89b9d 12%, #c62127 0, #9f2528 62%, #9b2225);
}

.image-2 {
  width: 60%;
  margin-top: 40px;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.link-block.button {
  padding: 10px 18px;
  background-color: #9b2225;
  background-image: none;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
}

.link-block.button:hover {
  background-color: #e89b9d;
  background-image: none;
}

.text-block-3 {
  font-size: 18px;
  text-align: center;
}

.image-3 {
  margin-right: 15px;
}

.arrow {
  position: absolute;
  left: 50%;
  bottom: 50px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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;
}

.image-4 {
  position: relative;
  left: -50%;
  opacity: 0.6;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 120px;
  margin-left: 0px;
  -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;
}

.container {
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
}

.container._60-40 {
  max-width: 1440px;
}

.container.container-video {
  max-width: 1440px;
  padding: 125px;
}

.container.quote-container {
  padding-right: 20px;
  padding-left: 20px;
}

.container.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.column-fifty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -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;
}

.column-fifty.column-text {
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.column-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-5 {
  display: block;
}

.image-6 {
  display: block;
}

.about {
  padding-top: 150px;
}

.video {
  background-color: #000;
}

.container-2 {
  padding: 60px;
}

.footer {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000;
}

.link {
  overflow: hidden;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #fff;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
}

.link:hover {
  color: #8a0707;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -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;
}

.feedback {
  padding-top: 60px;
  padding-bottom: 60px;
}
.contact {
  padding-top: 60px;
  padding-bottom: 60px;
  background: black;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  overflow: visible;
  text-align: center;
}

.div-block-5 {
  width: 50%;
  margin-right: 20px;
  margin-left: 20px;
}

.form-block {
  width: 50%;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 20px;
}

.face {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 3;
  height: 100%;
}

.face-eyes {
  position: absolute;
  height: 100px;
}

.eyes {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 2;
}
.dealt {
  opacity: .4;
}

.quote {
  margin-top: 150px;
}

.div-block-6 {
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
}

.quote-icon {
  position: relative;
  left: 0%;
  top: 30px;
  right: 0%;
  bottom: 0%;
  background-color: transparent;
  font-family: Timeless;
  color: hsla(358.5123966942149, 64.02%, 37.06%, 1.00);
  font-size: 96px;
  line-height: 0px;
  font-style: normal;
  font-weight: 700;
}

.quote-icon.first {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.quote-text {
  position: relative;
  display: block;
  font-family: Timeless;
  font-size: 23px;
  line-height: 2.2em;
}

.paragraph {
  font-family: Timeless;
  font-size: 27px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
}

.column-text {
  margin-bottom: 20px;
  font-family: Timeless;
  font-size: 19px;
  line-height: 1.5em;
}

.btn-txt {
  font-family: roboto;
  font-size: 21px;
  font-weight: 700;
}

.heading-2 {
  font-family: Timeless;
  font-size: 64px;
  line-height: 1em;
  text-align: center;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -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-2 {
  font-family: roboto;
  font-size: 32px;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-5 {
  font-family: roboto;
}

.div-block-8 {
  margin-top: 50px;
}

.feedback-text {
  font-family: roboto;
  font-size: 32px;
  line-height: 1em;
  font-weight: 700;
  text-align: center;
}

.feedback-text.feedback-counter {
  padding-bottom: 30px;
  line-height: 1em;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  -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;
}

.html-embed {
  padding-bottom: 20px;
}

@media (max-width: 991px) {
  .hero-image {
    position: absolute;
    top: -250px;
    z-index: 0;
    width: 100vw;
    height: auto;
  }
  .hero {
    position: relative;
    overflow: hidden;
    height: 100vh;
    min-height: 750px;
  }
  .div-block {
    position: static;
    height: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-block-2 {
    width: 60vw;
  }
  .div-block-2 {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 120px;
    min-height: 750px;
  }
  .arrow {
    bottom: 50px;
    z-index: 2;
  }
  .arrow.w--current {
    left: 50%;
  }
  .container.container-video {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  .hero-image {
    top: -150px;
  }
  .div-block-2 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .button {
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
  }
  .button:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#edb8b9), to(#e89b9d));
    background-image: linear-gradient(180deg, #edb8b9, #e89b9d);
  }
  .button.btn-fixed {
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
  }
  .columns {
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .columns.column-offset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .column-fifty {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-fifty.column-text {
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .about {
    padding-top: 60px;
  }
  .container-2 {
    padding: 0px;
  }
  .quote {
    margin-top: 60px;
  }
  .quote-text {
    font-size: 20px;
  }
  .paragraph {
    font-size: 23px;
  }
  .column-text {
    font-size: 18px;
  }
  .btn-txt {
    font-size: 19px;
  }
  .heading-2 {
    font-size: 30px;
  }
  .div-block-7 {
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .feedback-text {
    font-size: 24px;
  }
}

@media (max-width: 479px) {
  .hero-image {
    top: -100px;
  }
  .text-block-2 {
    width: 90%;
    font-size: 16px
  }
  .text-block-2 strong {
    margin: 0;
  }
  .columns {
    margin-bottom: 60px;
  }
  .column-fifty.column-text {
    padding-right: 20px;
    padding-left: 20px;
  }
  .about {
    padding-top: 60px;
  }
}

@font-face {
  font-family: 'Timeless';
  src: url('../fonts/Timeless.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}