html,
body {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-family: "vwhead", Arial;
  scroll-behavior: smooth;
  position: relative;
  overflow-x: hidden;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}
.form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 2rem;
  padding-block: 2rem;
  padding-inline: 10%;
  color: black;
}
.form__container {
  background-color: #000;
}
.form__popup div {
  font-size: 26px;
  line-height: 2;
  text-align: center;
  margin: 50px 0 100px;
}
.form__popup-close {
  display: none;
}
.form__header {
  width: 100%;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  padding-top: 50px;
  font-family: "AudiType";
  font-stretch: 200%;
}
.form__subtitle {
  color: #fff;
  text-align: center;
  font-family: "AudiType";
  margin-top: 30px;
}
.form__input-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 48%;
  height: 80px;
}
.form__textarea-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.form__label {
  position: absolute;
  top: 30%;
  left: 0.75rem;
  color: #bdbdbd;
  cursor: text;
  transition: all 0.1s ease-in-out;
  transform-origin: left;
}
.form__option {
  position: absolute;
  top: 0%;
  color: gray;
  cursor: text;
  transition: all 0.1s ease-in-out;
  transform-origin: left;
  height: 34px;
  zoom: 1.4;
}
.form__input {
  padding-inline: 0.75rem;
  padding-block: 0.5rem 0.375rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  transition: all 0.1s ease-in-out;
  background-color: white;
  font-size: 13px;
  height: 54px;
  color: black;
}
.form__accept {
  margin-left: 30px;
}
.form__checkbox {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  margin-right: 10px;
  color: #fff;
  font-family: "AudiType";
}
.form__checkbox--accept {
  position: relative;
  cursor: pointer;
  font-size: 0.7rem;
}
.form__checkboxes-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.form__checkbox-wrapper--small, .form__checkbox-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: left;
  gap: 10px;
}
.form__consent-text {
  color: #fff;
  font-family: "AudiType";
  font-size: 14px;
}
.form__textarea {
  height: 100px;
  border-radius: 5px;
  padding-inline: 0.75rem;
  padding-block: 1.5rem 1rem;
  border: 1px solid grey;
  transition: all 0.1s ease-in-out;
  background-color: white;
  color: black;
}
.form__submit-btn {
  border: 1px solid #fff;
  background-color: #000;
  color: #fff;
  padding: 15px 50px;
  cursor: pointer;
}
.form__error-message {
  height: 1rem;
  font-size: 14px;
  color: red;
  margin-block: 0.25rem 0;
  white-space: nowrap;
}

.c-baner {
  position: relative;
  overflow: hidden;
}

.baner__header {
  position: absolute;
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  bottom: 200px;
  left: 150px;
  font-family: "AudiType";
  font-stretch: 200%;
  z-index: 2;
}
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 30px;
  border-bottom: 1px solid #dfe4e8;
}
.icons {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
  margin: 50px 0px;
}
.icons a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
.icons a p {
  text-align: center;
  height: 40px;
}
.button__white {
  border: 1px solid #000;
  margin: 0 !important;
  padding: 14px 30px;
  width: min-content;
  text-wrap: nowrap;
  font-family: "AudiType";
}

.button__white:hover {
  background-color: #000;
  color: #fff;
}
.tiles--flex {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 10px;
  padding: 0px 70px;
  margin-bottom: 100px;
}
.tiles--flex div {
  width: calc(33% - 10px);
}
.tiles {
  display: flex;
  flex-wrap: wrap;
  row-gap: 50px;
  column-gap: 10px;
  padding: 0px 70px;
  width: 100%;
  justify-content: space-between;
}
.tiles img:first-child{
  width: 100%;
}
.tiles div {
  width: calc(50% - 10px);
}
.tiles--row-gap-20 {
  row-gap: 20px;
}
.tiles h3, .tiles--flex h3 {
  margin: 20px 0px;
  font-family: "AudiType";
  font-size: 26px;
  font-weight: 100;
}
.tiles h3.center {
  text-align: center;
}
.tiles--flex h3 {
  height: 62px;
}
/* .tiles--flex p {
  height: 40px;
} */
.tiles p, .tiles--flex p {
  font-family: "AudiType";
  font-stretch: 100%;
}
.tiles a, .tiles--flex a {
  display: flex;
  align-items: center;
  /* margin-top: 20px; */
  /* margin-bottom: 50px; */
}
.flex_container {
  padding: 0px 100px;
  display: flex;
  margin: 100px 0px;
}
.flex_container div {
  width: 50%;
}
.flex_container div ul {
  font-family: 'AudiType';
  font-stretch: 100%;
  padding-left: 20px;
}
.flex_container div div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  flex-direction: row;
  padding: 0;
}
.flex_container div,
.infos div {
  padding: 30px 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
.flex_container div h3,
.infos div h3 {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 100;
  font-family: "AudiType";
  font-stretch: 200%;
}
.flex_container div a {
  border: 1px solid #000;
  padding: 20px 40px;
  width: min-content;
  text-wrap: nowrap;
  font-family: "AudiType";
}
.flex_container img {
  width: 50%;
  object-fit: cover;
}
.infos {
  padding: 0px 100px;
  display: flex;
  margin: 50px 0px;
  width: 100%;
}
.infos a {
  padding: 20px 40px;
  border: 1px solid #000;
  width: min-content;
  text-wrap: nowrap;
  margin-top: 30px;
}
.infos div {
  justify-content: center;
  width: 50%;
}
.infos img {
  width: 50%;
  object-fit: cover;
}
.bg {
  margin-top: 50px;
}
.container {
  width: 100%;
  margin: 0;
  padding: 0;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.container h2 {
  font-size: 45px;
  line-height: 1.2;
  margin: 50px 0px;
  font-weight: 400;
  color: black;
  font-family: "AudiType";
  text-align: center;
  font-stretch: 300%;
}
.container p {
  font-family: "AudiType";
  font-stretch: 100%;
}
.container ul {
  font-family: "AudiType";
  font-stretch: 100%;
  margin: 0;
  padding-left: 20px;
}
.container p.center {
  text-align: center;
  color: black;
  margin-bottom: 50px;
  font-size: 16px;
  max-width: 70%;
}

.footer {
  padding-block: 2rem;
  padding-inline: 2rem;
  background-color: black;
  color: white;
  text-align: center;
  border-top: 1px solid white;
}
.footer__main {
  font-size: 1.4rem;
}
.footer__submain {
  font-size: 1.2rem;
  font-weight: 600;
  margin-block: 0.25rem 0.75rem;
}

.logo-bar {
  padding: 0px 100px;
}
.tiles--center {
  justify-content: center;
}

.faq {
  padding: 0px 100px;
  margin: 50px 0px;
  width: 100%;
  font-family: 'AudiType';
}

.faq__question {
  margin: 20px 0 10px;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
}

.faq__answer p {
  font-size: 18px;
}
@media (max-width: 960px) {
  .c-baner img {
    scale: 1;
    transform: translateX(0px) translateY(0px);
  }
  .baner__header {
    display: none;
  }
  .container {
    margin: 0;
    width: 100%;
  }

  .container h2 {
    font-size: 30px;
    width: 90%;
    margin: 20px 0px;
  }
  .container p.center {
    font-size: 16px;
    width: 90%;
  }
  .icons {
    flex-direction: column;
    gap: 60px;
  }
  .tiles {
    padding: 0px 20px;
  }
  .tiles div, .tiles--flex div {
    width: 100%;
  }
  .tiles--flex {
    flex-direction: column;
    padding: 0px 20px;
  }
  .flex_container {
    margin: 30px 0px;
    flex-direction: column;
  }
  .flex_container div, .flex_container img, .infos div, .infos img {
    width: 100%;
  }
  .flex_container:nth-of-type(even),
  .infos:nth-of-type(odd) {
    flex-direction: column-reverse;
  }
  .flex_container div h3,
  .infos div h3 {
    font-size: 32px;
    text-align: center;
  }
  .flex_container div p,
  .infos div p {
    text-align: center;
  }
  .flex_container div p:last-of-type,
  .infos div p:last-of-type {
    margin-bottom: 30px;
  }
  .flex_container a,
  .infos a {
    margin: auto;
  }
  .infos a {
    margin-bottom: 30px;
  }
  .infos {
    flex-direction: column;
    padding: 0 20px;
  }
  .infos img,
  .flex_container img {
    max-width: 100%;
  }
  .infos div {
    padding: 0px 20px;
  }
  .infos div h3 {
    margin: 20px 0px;
  }
  .faq {
    padding: 0 20px;
  }
  .faq__question {
    font-size: 18px;
  }

  .faq__answer p {
    font-size: 16px;
  }
}

/* -------------- WIDGET POPUP ---------------------*/
  .widget-popup {
    width: 100%;
    position: fixed;
    bottom: 20px;
    transform: translateX(100%);
    transition: transform 1.3s ease-out;
    z-index: 1002;
  }

  .widget-popup.active {
    transform: translateX(0);
  }

  .widget-popup img {
    cursor: pointer;
  }

  .widget__container {
    display: block;
    max-width: 820px;
    position: relative;
    padding: 0 20px;
    margin: 0 0 0 auto;
    text-align: center;
  }
  .widget__close {
    position: absolute;
    right: 52px;
    top: 32px;
    width: 32px;
    height: 32px;
    cursor: pointer;
  }
  .widget__close:before, 
  .widget__close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 4px;
    background-color: #fff;
  }
  .widget__close:before {
    transform: rotate(45deg);
  }
  .widget__close:after {
    transform: rotate(-45deg);
  }
  @media screen and (max-width:800px) {
    .widget-popup {
      top: calc(50% - 150px);
    }
    .widget__close {
      right: 32px;
      top: 22px;
    }
  }
  @media screen and (max-width:560px) {
  .widget__close {
    top: 12px;
  }
  .widget__close:before, 
  .widget__close:after {
    height: 26px;
    width: 3px;
  }
}
/* -------------- END WIDGET POPUP ---------------------*/
