html, body, h1, h2, h3, h4, h5, h6, p, ul, li, a, div {
  padding: 0;
  margin: 0;
}

.bc-1 {
  color: #ba6c65;
}

.white {
  color: #FFEAE9;
}

.black {
  color: #000;
}

.bg-1 {
  background-color: #ba6c65;
}

.font-lt {
  font-family: "freight-text-pro", serif;
  font-weight: 300;
  font-style: normal;
}

.font-rg {
  font-family: "freight-text-pro", serif;
  font-weight: 400;
  font-style: normal;
}

.custom-list {
  list-style: none;
  padding-left: 25px;
  background-image: url(../images/list-point.svg);
  background-position: left top 14px;
  background-size: 12px auto;
  background-repeat: no-repeat;
}

h1, .h1 {
  font-size: 28px;
  line-height: 1.1em;
  margin-bottom: 20px;
  color: #000;
  font-family: "freight-text-pro", serif;
  font-weight: 300;
  font-style: normal;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 60px;
  }
}

h2 {
  font-size: 26px;
  line-height: 1.25em;
  margin-bottom: 10px;
  color: #FFEAE9;
  font-family: "freight-text-pro", serif;
  font-weight: 300;
  font-style: normal;
}
@media (min-width: 768px) {
  h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 36px;
  }
}
@media (min-width: 1400px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 0;
  color: #ba6c65;
  font-family: "freight-text-pro", serif;
  font-weight: 300;
  font-style: normal;
}
@media (min-width: 768px) {
  h3 {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 16px;
  }
}

h4 {
  font-size: 14px;
  line-height: 1.25em;
  color: #ba6c65;
  font-family: "freight-text-pro", serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  h4 {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 11px;
  line-height: 1.3em;
  margin-bottom: 0;
  color: #FFEAE9;
  font-family: "freight-text-pro", serif;
  font-weight: 300;
  font-style: normal;
}
@media (min-width: 768px) {
  h5 {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  h5 {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  h5 {
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  h5 {
    font-size: 15px;
  }
}

h6 {
  font-size: 15px;
  line-height: 1.45em;
  margin-bottom: 15px;
  color: #000;
  font-family: "freight-text-pro", serif;
  font-weight: 300;
  font-style: normal;
}
@media (min-width: 768px) {
  h6 {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  h6 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  h6 {
    font-size: 20px;
  }
}
h6 strong {
  font-family: "freight-text-pro", serif;
  font-weight: 300;
  font-style: normal;
}

p, label, li {
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 15px;
  color: #000;
  font-family: "freight-text-pro", serif;
  font-weight: 300;
  font-style: normal;
}
@media (min-width: 768px) {
  p, label, li {
    font-size: 14px;
    line-height: 1.35em;
  }
}
@media (min-width: 992px) {
  p, label, li {
    font-size: 13px;
    line-height: 1.4em;
  }
}
@media (min-width: 1200px) {
  p, label, li {
    font-size: 16px;
    line-height: 1.45em;
  }
}

li {
  margin: 0 0 10px 0;
}

.logo {
  width: 210px;
  height: auto;
  position: absolute;
  z-index: 101;
  top: 30px;
  left: 20px;
}
@media (min-width: 768px) {
  .logo {
    top: 40px;
    left: 40px;
    width: 220px;
  }
}
@media (min-width: 992px) {
  .logo {
    top: 50px;
    left: 50px;
    width: 235px;
  }
}

.desc {
  position: absolute;
  top: 90px;
  left: 20px;
  z-index: 101;
}
@media (min-width: 768px) {
  .desc {
    top: 112px;
    left: 40px;
  }
}
@media (min-width: 992px) {
  .desc {
    top: 120px;
    left: 40px;
  }
}
@media (min-width: 1200px) {
  .desc {
    top: 126px;
    left: 50px;
  }
}

html {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  html {
    height: 100%;
  }
}
html body {
  width: 100%;
  height: 100vh;
  position: relative;
  background-color: #ba6c65;
}

video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
  height: auto;
  position: absolute;
  top: 268px;
  left: 0;
  z-index: 100;
}
@media (min-width: 768px) {
  video {
    top: 320px;
  }
}
@media (min-width: 992px) {
  video {
    width: 100vw;
    top: initial;
    bottom: 0;
  }
}
@media (min-width: 1400px) {
  video {
    position: fixed;
    height: 100vh;
    top: initial;
    bottom: 0;
  }
}

h2.right {
  left: 20px;
  top: 149px;
  position: absolute;
  z-index: 200;
  text-align: left;
  color: #ba6c65;
  margin-bottom: 0;
  font-family: "freight-text-pro", serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
}
@media (min-width: 768px) {
  h2.right {
    text-align: right;
    font-size: 24px;
    margin-bottom: 15px;
    right: 40px;
    top: 40px;
  }
}
@media (min-width: 992px) {
  h2.right {
    font-size: 26px;
    margin-bottom: 20px;
    left: initial;
    right: 40px;
    top: 40px;
  }
}
@media (min-width: 1200px) {
  h2.right {
    font-size: 28px;
  }
}
@media (min-width: 1400px) {
  h2.right {
    font-size: 30px;
  }
}
h2.right span {
  font-family: "freight-text-pro", serif;
  font-weight: 300;
  font-style: normal;
  color: #FFEAE9;
}

.fw {
  width: 100%;
  display: block;
  float: left;
}

.contact {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 526px;
  position: relative;
  z-index: 200;
  position: absolute;
  left: 0px;
  bottom: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .contact {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: absolute;
    left: 40px;
    bottom: 40px;
    justify-content: left;
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .contact {
    right: 50px;
    left: initial;
    top: 122px;
    bottom: initial;
  }
}
@media (min-width: 1200px) {
  .contact {
    top: 130px;
  }
}
.contact h6 {
  color: #FFEAE9;
  margin-top: 15px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .contact h6 {
    margin-top: 20px;
  }
}
.contact h6 span {
  font-family: "freight-text-pro", serif;
  font-weight: 300;
  font-style: normal;
}
.contact h6 a {
  text-decoration: none;
  color: #FFEAE9;
}

.contact-block {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .contact-block {
    width: 100%;
  }
}
@media (min-width: 520px) and (max-width: 767px) {
  .contact-block {
    width: auto;
  }
}
.contact-block img {
  width: auto;
  height: 40px;
}

.contact-block2 {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
@media (min-width: 520px) and (max-width: 767px) {
  .contact-block2 {
    margin-left: 50px;
  }
}
@media (min-width: 768px) {
  .contact-block2 {
    margin-top: 0;
    margin-left: 50px;
  }
}
@media (min-width: 992px) {
  .contact-block2 {
    margin-left: 50px;
  }
}
@media (min-width: 1200px) {
  .contact-block2 {
    margin-left: 60px;
  }
}
.contact-block2 img {
  width: auto;
  height: 40px;
}

.left {
  left: 20px;
  top: 85px;
  position: absolute;
  z-index: 200;
  margin-bottom: 0;
  color: #ba6c65;
  font-family: "freight-text-pro", serif;
  font-weight: 300;
  font-style: normal;
}
@media (min-width: 768px) {
  .left {
    left: 40px;
    top: 101px;
  }
}
@media (min-width: 992px) {
  .left {
    left: 40px;
    top: 77px;
  }
}/*# sourceMappingURL=main.css.map */