@font-face {
  font-family: "Elza";
  font-weight: bold;
  src: url("../fonts/Elza-Black.otf") format("opentype");
}
@font-face {
  font-family: "Elza";
  font-weight: normal;
  src: url("../fonts/Elza-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Elza";
  font-weight: 600;
  src: url("../fonts/Elza-Semibold.otf") format("opentype");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #000000;
  font-family: "Elza";
  overflow-x: hidden;
}

img {
  width: 100%;
}

.reverse {
  flex-direction: row-reverse;
}

#adjust-margin {
  margin-top: unset;
}

#spacing-bottom {
  padding-bottom: 80px;
}

#spacing-top {
  padding-top: 40px;
}

#bg-1 {
  background: #141A1F;
}

#bg-2 {
  background: linear-gradient(0.25turn, rgb(3, 3, 3), #030303, #040404);
}

#bg-3 {
  background: linear-gradient(0.35turn, rgb(7, 11, 20), rgba(7, 11, 22, 0.9882352941), rgba(7, 11, 22, 0.8196078431));
}

#bg-4 {
  background: #0d1010;
}

#bg-5 {
  background: linear-gradient(0.25turn, #938177, #927f73, #938175);
}

#bg-6 {
  background: #c0afa3;
}

#bg-7 {
  background: linear-gradient(0.26turn, rgba(202, 202, 202, 0.96), #eaeaea, #fcfcfc, rgba(255, 255, 255, 0.9294117647));
}

video {
  width: 100% !important;
  height: auto !important;
}

#clean-bg {
  background: linear-gradient(to right, #cdcbcb 10%, #dadada 40%, #d1d1d1 50%);
}

#black-txt {
  color: #2F2F2F !important;
}

.container-default {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.container-default .container-default__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container-default .container-default__title h6 {
  width: 80%;
  font-size: 42px;
  color: #fefefe;
  font-weight: 600;
  margin-top: 50px;
  padding-inline: 10px;
}
@media (max-width: 650px) {
  .container-default .container-default__title h6 {
    font-size: 28px;
    width: 100%;
  }
}
.container-default .container-default__title p {
  font-size: 20px;
  color: #fefefe;
  margin-block: 25px;
  width: 60%;
  padding-inline: 10px;
}
@media (max-width: 650px) {
  .container-default .container-default__title p {
    font-size: 18px;
    width: 100%;
  }
}
.container-default .container-default__title p em {
  font-style: italic;
}
.container-default .container-default__banner {
  width: 100%;
  display: flex;
  margin-top: 20px;
}
@media (max-width: 650px) {
  .container-default .container-default__banner {
    margin-top: unset;
  }
}

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #272727;
}
footer p {
  font-size: 18px;
  color: #fefefe;
  width: 100%;
  margin: 20px auto 20px;
  text-align: center;
}

/*# sourceMappingURL=main.min.css.map */
