main{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.height-auto{
    height:auto;
    flex-wrap: wrap;
}
.section-1{
    width: 100%;
    padding: 0 5%;
}
.section-1 img{
    width: 100%;
    border-radius: 30px;
}
.section-1 video{
    width: 100%;
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 575px) {
    
}

.section-2{
    padding: 35px 5% 70px 5%;
    /*background-image: url("../images/news-paper-texture-1.webp");
    background-size: cover;*/
    background: rgba(0, 0, 0, 0.02);
}
.section-2 h1{
    font-family: 'losta-masta-bold';
  font-size: 42px;
  text-align: center;
  margin: 50px 0;
  line-height: 1;
}
.section-2 p{
    width: 100%;
  margin: auto auto 15px auto;
  text-align: left;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.75);
  line-height: 1.8;
}
.section-2-btn{
    display: flex;
    justify-content: center;
}
.section-2-btn a, .section-2-btn a:hover, .section-2-btn a:focus, .section-2-btn a:active{
    color: #fbb379;
  font-weight: bold;
}
.section-2-row{
    display: flex;
    margin: 0 12%;
}
.section-2-row-left{
    width: 50%;
  padding-right: 5%;
}
.section-2-row-right{
    width: 50%;
}
.section-2-row-right img{
    width: 100%;
}
.section-2-top-row{
    display: flex;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin: 0 0 40px 0;
}
.section-2-top-row-left, .section-2-top-row-middle, .section-2-top-row-right{
    width: 33.33%;
    padding: 15px 0;
}
.section-2-top-row-left{
    display: flex;
    align-items: center;
}
.section-2-top-row-left p{
    margin: 0;
  text-align: left;
  font-size: 24px;
  color: black;
  font-weight: bold;
}
.section-2-top-row-middle{
    display: flex;
    align-items: center;
    justify-content: center;
    }
.section-2-top-row-middle img{
    width: 50px;
    display: block;
}
.section-2-top-row-right{
    display: flex;
    align-items: center;
}
.section-2-top-row-right p{
    margin: 0;
  text-align: right;
  font-size: 24px;
  color: black;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
    .section-2 {
        padding: 70px 5%;
    }
    .section-2 h1 {
        font-size: 32px;
        margin: 0 0 15px 0;
    }
    .section-2 p {
        width: 70%;
        font-size: 16px;
    }
}
@media only screen and (max-width: 992px) {
    .section-2 {
        padding: 70px 5%;
    }
    .section-2 h1 {
        font-size: 32px;
        margin: 0 0 15px 0;
    }
    .section-2 p {
        width: 80%;
        font-size: 16px;
    }
}
@media only screen and (max-width: 768px) {
    .section-2 {
        padding: 60px 5%;
    }
    .section-2 h1 {
        font-size: 28px;
        margin: 0 0 15px 0;
    }
    .section-2 p {
        width: 80%;
        font-size: 14px;
    }
}
@media only screen and (max-width: 575px) {
    .section-2 {
        padding: 40px 5%;
    }
    .section-2 h1 {
        font-size: 28px;
        margin: 0 0 15px 0;
    }
    .section-2 p {
        width: 100%;
        font-size: 14px;
    }
}

.section-3{
    padding: 70px 5%;
    background: rgba(240, 230, 176, 0.25);
    width: 100%;
}
.section-3 h2 {
  font-family: 'losta-masta-bold';
  font-size: 42px;
  text-align: center;
  margin: 0 0 30px 0;
  line-height: 1;
    color: #8c191b;
}
.section-3-slide{
    position: relative;
}
.section-3-slide img {
    display: block;
	width: 100%;
	height: 220px;
	object-fit: cover;
	border-radius: 25px;
}
.section-3-slide-cover{
    position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 25px;
  padding: 5%;
  color: white;
  display: flex;
  align-items: flex-end;
  opacity: 0;
  transition:opacity ease-in-out 0.5s;
}
.section-3-slide:hover .section-3-slide-cover{
    opacity: 1;   
}
.section-3-btn {
    margin: 30px 0 0 0;
    display: flex;
    justify-content: center;
}
.section-3-btn button, .section-3-btn button:hover, .section-3-btn button:focus, .section-3-btn button:active{
    cursor: pointer;
    padding: 10px 25px;
  background: transparent;
  color: rgba(0, 0, 0, 0.75);
  border: 2px solid #fbb379;
  font-size: 16px;
  border-radius: 25px;
}
@media only screen and (max-width: 1024px) {
    .section-3 {
        padding: 70px 5%;
    }
    .section-3 h2 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 992px) {
    .section-3 {
        padding: 70px 5%;
    }
    .section-3 h2 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 768px) {
    .section-3 {
        padding: 60px 5%;
    }
    .section-3 h2 {
        font-size: 28px;
    }
}
@media only screen and (max-width: 575px) {
    .section-3 {
        padding: 40px 5%;
    }
    .section-3 h2 {
        font-size: 28px;
    }
    .section-3-btn button, .section-3-btn button:hover, .section-3-btn button:focus, .section-3-btn button:active{
        padding: 8px 16px;
        font-size: 14px;
    }
}

.section-4{
    padding: 70px 5%;
    width: 100%;
}
.animation-container {
  position: relative; /* All child elements are positioned relative to this container */
  width: 100%; /* Adjust to match your content's width */
  height: auto; /* Adjust to match your content's height */
  overflow: hidden; /* Prevents the animated element from causing a horizontal scrollbar */
}

.iframe-content {
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
}

.animated-element {
  position: relative;
  top: 10px;
  left: 0;
  width: 220px;
  height: auto;
  background-color: transparent;
}
.section-4 iframe{
    border-radius: 25px;
}
@media only screen and (max-width: 992px) {
    .section-4 {
        padding: 70px 5%;
    }
    .section-4 iframe {
        height: 400px;
    }
}
@media only screen and (max-width: 768px) {
    .section-4 {
        padding: 60px 5%;
    }
    .section-4 iframe {
        height: 400px;
    }
}
@media only screen and (max-width: 575px) {
    .section-4 {
        padding: 40px 5%;
    }
    .section-4 iframe {
        height: 400px;
    }
}

.section-5{
    padding: 70px 5%;
    width: 100%;
    /*background-image: url("../images/section-5-texture.webp");
    background-size: cover;*/
}
.section-5 h2{
    font-family: 'losta-masta-bold';
    font-size: 42px;
    text-align: center;
    margin: 0 0 30px 0;
    line-height: 1;
}
.section-5 p{
    margin: 0 20%;
    text-align: center;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.75);
    font-size: 14px;
}
.section-5-img{
    display: flex;
    justify-content: center;
}
.section-5-img img{
    display: block;
    width: 100px;
    margin: 0 0 30px 0;
    opacity: 0.75;
}
@media only screen and (max-width: 1024px) {
    .section-5 h2 {
        font-size: 32px;
        margin: 0 0 15px 0;
    }
    .section-5-img img {
        margin: 0 0 15px 0;
    }
    .section-5 p {
        margin: 0 15%;
    }
}
@media only screen and (max-width: 992px) {
    .section-5 {
        padding: 50px 5%;
    }
    .section-5 h2 {
        font-size: 28px;
        margin: 0 0 15px 0;
    }
    .section-5-img img {
        margin: 0 0 15px 0;
    }
    .section-5 p {
        margin: 0 10%;
    }
}
@media only screen and (max-width: 768px) {
    .section-5 {
        padding: 35px 5%;
    }
    .section-5 h2 {
        font-size: 28px;
        margin: 0 0 15px 0;
    }
    .section-5-img img {
        margin: 0 0 15px 0;
    }
    .section-5 p {
        margin: 0 10%;
    }
}
@media only screen and (max-width: 575px) {
    .section-5 {
        padding: 35px 5%;
    }
    .section-5 h2 {
        font-size: 24px;
        margin: 0 0 15px 0;
    }
    .section-5-img img {
        margin: 0 0 15px 0;
    }
    .section-5 p {
        margin: 0 10%;
    }
}

.section-6{
    padding: 70px 5%;
    width: 100%;
    background: #e7cdc1;
}
.section-6-row{
    display: flex;
}
.section-6-row-left{
    width: 45%;
    text-align: right;
}
.section-6-row-middle{
    width: 10%;
}
.section-6-row-right{
    width: 45%;
}
.section-6-row-left p, .section-6-row-right p{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.75);
    line-height: 1.8;
}
.section-6-row-left h2, .section-6-row-right h2{
    font-size: 36px;
}
.section-6-row-left p{
    padding-left: 20%;
}
.section-6-row-middle img{
    width: 100%;
    opacity: 0.25;
}
.section-6-row-right h2{
    margin: 70px 0 0 0;   
}
.section-6-row-right p{
    padding-right: 20%;
}
@media only screen and (max-width: 1024px) {
    .section-6-row-left h2, .section-6-row-right h2 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 992px) {
    .section-6 {
        padding: 50px 5%;
    }
    .section-6-row-left h2, .section-6-row-right h2 {
        font-size: 28px;
    }
    .section-6-row-right h2 {
        margin: 40px 0 0 0;
    }
    .section-6-row-left p {
        padding-left: 10%;
    }
    .section-6-row-right p {
        padding-right: 10%;
    }
}
@media only screen and (max-width: 768px) {
    .section-6-row-left h2, .section-6-row-right h2 {
        font-size: 28px;
    }
    .section-6-row-right h2 {
        margin: 40px 0 0 0;
    }
    .section-6-row-left p {
        padding-left: 0;
    }
    .section-6-row-right p {
        padding-right: 0;
    }
}
@media only screen and (max-width: 575px) {
    .section-6-row-left h2, .section-6-row-right h2 {
        font-size: 28px;
    }
    .section-6-row-right h2 {
        margin: 40px 0 0 0;
    }
    .section-6-row-left p {
        padding-left: 0;
    }
    .section-6-row-right p {
        padding-right: 0;
    }
}

.section-7{
    padding: 70px 5%;
    width: 100%;
}
.section-7 h2 {
  font-family: 'losta-masta-bold';
  font-size: 42px;
  text-align: center;
  margin: 0 0 30px 0;
  line-height: 1;
}
.section-7-row {
    display: flex;
    margin: 0 -1%;
}
.section-7-row-col{
    width: 23%;
    margin: 0 1%;
}
.section-7-row-col h3{
    font-size: 22px;
  color: black;
  margin: 0 0 5px 0;
  line-height: 1.4;
}
.section-7-row-col p{
    font-size: 14px;
  color: rgba(0, 0, 0, 0.75);
  line-height: 1.8;
  width: 80%;
}
.section-7-row-col img{
    width: auto;
    height: 100px;
}
@media only screen and (max-width: 1024px) {
    .section-7 h2 {
        font-size: 32px;
    }
    .section-7-row-col h3 {
        font-size: 18px;
    }
    .section-7-row-col p {
        width: 100%;
    }
}
@media only screen and (max-width: 992px) {
    .section-7 {
        padding: 50px 5% 20px 5%;
    }
    .section-7 h2 {
        font-size: 28px;
    }
    .section-7-row-col h3 {
        font-size: 18px;
    }
    .section-7-row-col p {
        width: 100%;
        font-size: 12px;
    }
    .section-7-row-col img {
        height: 75px;
    }
}
@media only screen and (max-width: 768px) {
    .section-7 h2 {
        font-size: 28px;
    }
    .section-7-row {
        flex-wrap: wrap;
    }
    .section-7-row-col {
        width: 48%;
        margin: 0 1% 30px 1%;
        text-align: center;
    }
    .section-7-row-col p {
        width: 100%;
    }
    .section-7-row-col h3 {
        font-size: 18px;
    }
    .section-7-row-col img {
        height: 75px;
    }
}
@media only screen and (max-width: 575px) {
    .section-7 h2 {
        font-size: 24px;
    }
    .section-7-row {
        flex-wrap: wrap;
    }
    .section-7-row-col {
        width: 48%;
        margin: 0 1% 30px 1%;
        text-align: center;
    }
    .section-7-row-col p {
        width: 100%;
        font-size: 12px;
    }
    .section-7-row-col h3 {
        font-size: 16px;
    }
    .section-7-row-col img {
        height: 75px;
    }
}
@media only screen and (max-width: 425px) {
    .section-7 h2 {
        font-size: 24px;
    }
    .section-7-row {
        flex-wrap: wrap;
    }
    .section-7-row-col {
        width: 98%;
        margin: 0 1% 30px 1%;
        text-align: center;
    }
    .section-7-row-col p {
        width: 70%;
        font-size: 12px;
        margin: 0 auto;
    }
    .section-7-row-col h3 {
        font-size: 16px;
    }
    .section-7-row-col img {
        height: 120px;
    }
}

.section-8{
    padding: 70px 5%;
    width: 100%;
    background: #fcfbf1;
}
.section-8 h2 {
  font-size: 42px;
  text-align: center;
  margin: 0 0 30px 0;
  line-height: 1;
}
.faq_container { border-bottom: 1px solid rgba(0, 0, 0, 0.25); }
.faq_question {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}
.answer {
  padding: 0 10px 20px;
  line-height: 1.5rem;
}
.answer p{
font-size: 14px;
  color: rgba(0, 0, 0, 0.75);
  }
.fqa_headline_container h2 span { font-weight: 700; }
.faq_question-text h3 { font-size: 22px;
  color: rgba(0, 0, 0, 0.75); }

.icon.active {
  background: transparent;
  border: 2px solid #fff;
}
.icon:hover { cursor: pointer; }
.icon-shape { position: relative; width: 50px; height: 50px; }
.icon .icon-shape::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 1px;
  background: #8b2c2d;
  border-radius: 3px;
  transition: all 0.5s ease;
}
.icon .icon-shape::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 25px;
  background: #8b2c2d;
  border-radius: 3px;
  transition: all 0.5s ease;
}
.icon .icon-shape.active::before {
  transform: translate(-50%, -50%) rotate(180deg);
  transition: all 0.5s ease;
}
.icon .icon-shape.active::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1024px) {
    .section-8 h2 {
        font-size: 32px;
    }
    .faq_question-text h3 {
        font-size: 16px;
    }
    .icon .icon-shape::before {
        width: 20px
    }
    .icon .icon-shape::after {
        height: 20px;
    }
}
@media only screen and (max-width: 992px) {
    .section-8 {
        padding: 50px 5%;
    }
    .section-8 h2 {
        font-size: 28px;
    }
    .faq_question-text h3 {
        font-size: 16px;
    }
    .icon .icon-shape::before {
        width: 20px
    }
    .icon .icon-shape::after {
        height: 20px;
    }
}
@media only screen and (max-width: 768px) {
    .section-8 h2 {
        font-size: 28px;
    }
    .faq_question-text h3 {
        font-size: 14px;
    }
    .icon .icon-shape::before {
        width: 20px
    }
    .icon .icon-shape::after {
        height: 20px;
    }
}
@media only screen and (max-width: 575px) {
    .section-8 h2 {
        font-size: 24px;
    }
    .faq_question-text h3 {
        font-size: 14px;
    }
    .icon .icon-shape::before {
        width: 20px
    }
    .icon .icon-shape::after {
        height: 20px;
    }
}