main {
  margin: 0px;
}

.page-header {
  position: relative;
  margin-top: var(--header-margin-top);
}
.page-header__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.page-header__image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-header__image-container:before {
  content: "";
  display: block;
  padding-top: 31.4583333333%;
}
.page-header::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.6;
  background: #21201F;
  z-index: 1;
}
.page-header::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.2;
  background: #21201F;
  z-index: 2;
}
.page-header__container {
  position: absolute;
  top: calc(50% + 50px);
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 3;
}
.page-header__title {
  color: #F8F6F6;
  text-align: center;
  font-family: "Canela Regular Trial", sans-serif;
  font-size: var(--font-size-section-title);
  line-height: normal;
}
@media only screen and (max-width: 1919.98px) {
  .page-header__container {
    top: calc(50% + 2.6vw);
  }
}
@media only screen and (max-width: 991.98px) {
  .page-header__image-container {
    position: relative;
    width: 100%;
    display: block;
  }
  .page-header__image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-header__image-container:before {
    content: "";
    display: block;
    padding-top: 52.0833333333%;
  }
}

.section1 {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
  background: #F8F6F6;
}
.section1 .section-content {
  color: #21201F;
}
.section1 .section-content h2, .section1 .section-content h3 {
  font-size: var(--font-size-section-subtitle);
  font-family: "Manrope Medium", sans-serif;
  margin-top: 30px;
}
.section1 .section-content a {
  color: #AF925E;
  text-decoration: underline;
}
.section1__container {
  position: relative;
  z-index: 2;
  max-width: 70%;
}
@media only screen and (max-width: 767.98px) {
  .section1__container {
    max-width: 90%;
  }
}
.section1__bg-container {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}
.section1__art-one {
  position: absolute;
  top: 0px;
  right: 200px;
  opacity: 0.3;
}
@media only screen and (max-width: 767.98px) {
  .section1__art-one {
    right: 0;
  }
}
.section1__art-two {
  position: absolute;
  bottom: 100px;
  left: -100px;
}
@media only screen and (max-width: 767.98px) {
  .section1__art-two {
    left: -200px;
  }
}
.section1__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 126px;
  align-items: center;
}

/*# sourceMappingURL=privacypolicy.css.map*/