/*!*******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./assets/scss/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************/
.gdpr {
  --nav-color: #d7e2da;
  --bg-color: #fff;
  --text-bg: #ebdbb6;
  --font-color: #000;
  --nav-font-color: #000;
  position: fixed;
  z-index: 1000000000000000000000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.78);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  box-sizing: border-box;
  color: var(--font-color);
  pointer-events: none;
}
.gdpr * {
  box-sizing: border-box;
}
@media screen and (max-width: 500px) {
  .gdpr {
    font-size: 14px;
  }
}
.gdpr p {
  margin-bottom: 10px;
}
.gdpr.active {
  opacity: 1;
  pointer-events: auto;
}
.gdpr.hidden {
  opacity: 0;
  pointer-events: none;
}
.gdpr__window {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--bg-color);
  margin: auto;
  display: block;
  width: 1000px;
  height: 540px;
}
@media screen and (max-width: 999.98px) {
  .gdpr__window {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
  }
}
.gdpr__step1 {
  padding: 35px;
  width: 100%;
  height: 100%;
  display: none;
  overflow-y: auto;
}
@media screen and (max-width: 999.98px) {
  .gdpr__step1 {
    padding: 40px 20px;
  }
}
.gdpr__step1.active {
  display: block;
}
.gdpr__step1-title {
  font-size: 32px;
  margin-bottom: 15px;
  line-height: 1;
}
@media screen and (max-width: 500px) {
  .gdpr__step1-title {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
.gdpr__step1-subtitle {
  font-size: 22px;
  padding-right: 100px;
}
@media screen and (max-width: 999.98px) {
  .gdpr__step1-subtitle {
    font-size: 16px;
    padding-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .gdpr__step1-subtitle {
    font-size: 14px;
  }
}
.gdpr__btns-wrapper {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 999.98px) {
  .gdpr__btns-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
.gdpr__btn--step2 {
  margin-top: 5px;
}
@media screen and (max-width: 999.98px) {
  .gdpr__btn--step2 {
    margin-top: 20px;
  }
}
.gdpr__nav {
  width: 40%;
  height: 100%;
  padding: 40px 0 40px 20px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--nav-color);
  color: var(--nav-font-color);
}
@media screen and (max-width: 999.98px) {
  .gdpr__nav {
    width: 100%;
    padding: 0;
    display: block;
  }
}
.gdpr__nav-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  padding: 0;
  border: none;
  width: 100%;
  display: block;
  text-align: start;
  padding: 5px;
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
  font-size: 16px;
}
.gdpr__nav-btn--large {
  text-transform: uppercase;
}
.gdpr__nav-btn.active, .gdpr__nav-btn:hover {
  background-color: var(--bg-color);
}
.gdpr__nav-btn.active {
  text-decoration: underline;
}
.gdpr__content {
  position: relative;
  width: 60%;
  height: 100%;
  flex-shrink: 0;
  padding: 75px 5px 40px 50px;
}
.gdpr__content:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100%;
  z-index: 20;
  pointer-events: none;
  box-shadow: inset 0px -90px 30px -20px white;
}
@media screen and (max-width: 999.98px) {
  .gdpr__content {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 15px 20px 40px;
    background-color: var(--bg-color);
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
  }
  .gdpr__content.active {
    transform: translateX(0);
  }
}
.gdpr__tabs-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.gdpr__content-tab {
  background-color: var(--bg-color);
  position: absolute;
  left: 0;
  top: 0;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
  padding: 0 20px 35px 0;
}
.gdpr__content-tab.active {
  opacity: 1;
  pointer-events: all;
}
.gdpr__content-tab p span {
  background-color: var(--text-bg);
}
@media screen and (max-width: 999.98px) {
  .gdpr__content-tab p {
    font-size: 16px;
  }
}
.gdpr__content-tab a {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 999.98px) {
  .gdpr__content-tab {
    margin-top: 55px;
    padding: 0 0 85px 0;
  }
}
.gdpr__content-tab-title {
  font-size: 22px;
  margin-bottom: 15px;
}
.gdpr__step2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.gdpr__step2.active {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 999.98px) {
  .gdpr__step2 {
    padding: 0 20px 40px;
    background-color: var(--nav-color);
    overflow: hidden;
  }
}
.gdpr__step2-title {
  font-size: 30px;
  padding: 15px 5px;
  margin-bottom: 15px;
}
@media screen and (max-width: 999.98px) {
  .gdpr__step2-title {
    font-size: 27px;
  }
}
.gdpr__blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}
.gdpr__blocks--mobile {
  display: flex !important;
}
@media screen and (min-width: 999.98px) {
  .gdpr__blocks--mobile {
    display: none !important;
  }
}
.gdpr__blocks--desktop {
  display: none !important;
}
@media screen and (min-width: 999.98px) {
  .gdpr__blocks--desktop {
    display: flex !important;
  }
}
.gdpr__block {
  height: 100px;
  margin-bottom: 2px;
  color: #000;
  padding: 5px;
  font-size: 12px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 1px);
}
@media screen and (min-width: 999.98px) {
  .gdpr__block {
    width: calc(20% - 1px);
    font-size: 10px;
  }
}
.gdpr__block--pink {
  background-color: #efdcd5;
  color: #054338;
}
.gdpr__block--grey {
  background-color: #edf0f5;
}
.gdpr__label {
  position: relative;
  padding-left: 70px;
  top: 0px;
  right: 5px;
  margin: 0 0 10px;
  height: 28px;
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
}
@media screen and (min-width: 999.98px) {
  .gdpr__label {
    right: 80px;
    margin: 0;
    position: absolute;
  }
}
.gdpr__checkbox-area {
  position: absolute;
  top: 0;
  left: 5px;
  width: 56px;
  height: 26px;
  border: 2px solid #8bc2a8;
  background-color: #74b795;
  border-radius: 15px;
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.15), 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}
.gdpr__checkbox-circle {
  position: absolute;
  top: 4px;
  left: 10px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #e5f1eb;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  z-index: 1;
  transition: all 0.3s ease-in-out;
  opacity: 0.5;
}
.gdpr__checkbox {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}
.gdpr__checkbox:checked ~ .gdpr__checkbox-area {
  opacity: 1;
}
.gdpr__checkbox:checked ~ .gdpr__checkbox-circle {
  opacity: 1;
  left: 39px;
}
.gdpr__close {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  opacity: 1;
  cursor: pointer;
}
@media screen and (min-width: 999.98px) {
  .gdpr__close {
    display: none;
  }
}
.gdpr__close:before, .gdpr__close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #333;
}
.gdpr__close:before {
  transform: rotate(45deg);
}
.gdpr__close:after {
  transform: rotate(-45deg);
}
.gdpr__break {
  height: 40px;
  width: 100%;
}
