h1,
h2 {
  color: var(--white);
}
.btn-primary,
.btn-secondary {
  padding: 13px 30px;
  min-height: 58px;
  align-items: center;
}
.accordion-container .module-fickle,
.btn-call,
.btn-primary,
.btn-secondary,
.modal-content .modal-body {
  display: flex;
  display: flex;
}
footer,
header.fixed,
header.open {
  background: var(--black);
}
.all-hero-section,
.hero-slider {
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
@font-face {
  font-family: Poppins-Black;
  src: url(fonts/Poppins-Black.ttf);
  font-display: swap;
}
@font-face {
  font-family: Poppins-ExtraBold;
  src: url(fonts/Poppins-ExtraBold.ttf);
  font-display: swap;
}
@font-face {
  font-family: Poppins-Bold;
  src: url(fonts/Poppins-Bold.ttf);
  font-display: swap;
}
@font-face {
  font-family: Poppins-SemiBold;
  src: url(fonts/Poppins-SemiBold.ttf);
  font-display: swap;
}
@font-face {
  font-family: Poppins-Medium;
  src: url(fonts/Poppins-Medium.ttf);
  font-display: swap;
}
@font-face {
  font-family: Poppins-Regular;
  src: url(fonts/Poppins-Regular.ttf);
  font-display: swap;
}
@font-face {
  font-family: Poppins-Light;
  src: url(fonts/Poppins-Light.ttf);
  font-display: swap;
}
@font-face {
  font-family: Poppins-ExtraLight;
  src: url(fonts/Poppins-ExtraLight.ttf);
  font-display: swap;
}
:root {
  --font-black: "Poppins-Black";
  --font-extrabold: "Poppins-ExtraBold";
  --font-bold: "Poppins-Bold";
  --font-semibold: "Poppins-SemiBold";
  --font-medium: "Poppins-Medium";
  --font-regular: "Poppins-Regular";
  --font-light: "Poppins-Light";
  --font-extralight: "Poppins-ExtraLight";
  --font-thin: "Poppins-Thin";
  --primary-color: #9f70fd;
  --hover-color-btn: #ffffff;
  --hover-color-btn-secondary: ;
  --dark-mode-color: #000000;
  --dark-mode-secondary-color: #282828;
  --body-color: #eeeeee;
  --black: #000000;
  --white: #ffffff;
  --border-radius: 0px;
  --transition-superfast: all 0.15s linear;
  --transition-fast: all 0.25s linear;
  --transition-medium: all 0.35s linear;
  --transition-slow: all 0.5s linear;
}
h1 {
  font-family: var(--font-regular);
  font-size: min(max(28px, calc(1.75rem + ((1vw - 2.8px) * 2.6829))), 72px);
}
h2 {
  font-family: var(--font-light);
  font-size: min(max(18px, calc(1.125rem + ((1vw - 2.8px) * 1.2195))), 38px);
}
.btn-primary,
h3,
h4 {
  color: var(--black);
}
h3 {
  font-family: var(--font-regular);
  font-size: min(max(16px, calc(1rem + ((1vw - 2.8px) * 0.4878))), 24px);
}
#cookie_notice .cookie_notice_container button,
.btn-primary,
.btn-secondary,
.modal-content .btn-secondary,
h4 {
  font-size: min(max(16px, calc(1rem + ((1vw - 2.8px) * 0.2439))), 20px);
}
h4 {
  font-family: var(--semibold);
}
.btn-primary,
.btn-secondary,
.modal-content .btn-secondary,
p {
  font-family: var(--font-extralight);
}
a,
ol,
p,
ul li {
  font-size: min(max(16px, calc(1rem + ((1vw - 2.8px) * 0.122))), 18px);
}
.btn-primary:hover,
a,
ol,
p,
ul li {
  color: var(--white);
}
a {
  font-family: var(--font-light);
}
strong {
  font-family: var(--font-medium);
}
ol,
ul li {
  font-family: var(--font-light);
}
.hero-slider .hero-slide .module-text p,
footer p {
  font-size: min(max(18px, calc(1.125rem + ((1vw - 2.8px) * 0.6098))), 28px);
}
.mb_100 {
  margin-bottom: 100px;
}
.mt_100 {
  margin-top: 100px;
}
.mb_80 {
  margin-bottom: 80px;
}
.mt_80 {
  margin-top: 80px;
}
.gdpr-section h1,
.mb_50 {
  margin-bottom: 50px;
}
.mt_50 {
  margin-top: 50px;
}
.mb_40 {
  margin-bottom: 40px;
}
.gdpr-section h2:not(:first-of-type),
.mt_40 {
  margin-top: 40px;
}
.mb_30 {
  margin-bottom: 30px;
}
.mt_30 {
  margin-top: 30px;
}
.cookie-consent-popup .cookie-consent-details table:not(:last-of-type),
.h2mb_20 h2,
.mb_20 {
  margin-bottom: 20px;
}
.all-hero .hero-content .all-hero-text p,
.contact-cards .contact-card .module-text h2,
.contact-cards .contact-card .module-text p:not(:last-of-type),
.mb_10,
footer p {
  margin-bottom: 10px;
}
.mt_20,
.site-error .btn-404 {
  margin-top: 20px;
}
.contact-form-all .textarea-form:not(.agreement-radio):not(.checkout-gdpr):not(.checkbox) label,
.mt_10,
.slider-section .slider {
  margin-top: 10px;
}
.container {
  width: 90vw;
  max-width: 1920px;
}
body {
  background: var(--dark-mode-color);
}
.btn-primary {
  background: var(--white);
  border-radius: 0;
  border: none;
  line-height: auto;
  max-width: fit-content;
  transition: var(--transition-medium);
}
.btn-primary:hover {
  transition: var(--transition-medium);
  background: var(--primary-color);
  text-decoration: none;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: var(--hover-color-btn);
  color: var(--black);
  border-color: transparent;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus,
.show > .btn-primary.dropdown-toggle:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  background-color: transparent;
  border-color: var(--white);
  color: var(--white);
}
.btn-secondary.focus,
.btn-secondary:focus {
  background-color: var(--white);
  color: var(--black);
}
.btn-secondary {
  background: 0 0;
  color: var(--white);
  border: 1px solid var(--white);
  border-radius: 0;
  max-width: fit-content;
  transition: var(--transition-medium);
}
.btn-call,
.contact-cards .contact-card .module-code svg {
  max-width: 60px;
  max-height: 60px;
}
.btn-secondary:hover {
  background: var(--white);
  color: var(--black);
  transition: var(--transition-medium);
  box-shadow: 0 0 4px rgb(0 0 0 / 20%);
}
.accordion-container .module-fickle .btn-minus:focus,
button:focus {
  outline: 0;
}
.btn-call {
  padding: 15px;
  background: var(--primary-color);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}
#main-navbar #main-navbar-collapse .navbar-nav .main-nav-item,
.banner-section,
.blog-categories-item-wrapper .categ-image-wrapper,
.hero-slider,
.hero-slider .hero-slide {
  position: relative;
}
.modal-content {
  background: var(--dark-mode-color);
  border: 1px solid;
  max-width: 90vw;
  border-radius: 0;
  margin-top: 94px;
}
.modal-dialog-centered {
  justify-content: center;
}
.modal-content .modal-header {
  border-bottom: 1px solid;
  padding: 20px;
}
.modal-content .modal-header p {
  font-size: min(max(20px, calc(1.25rem + ((1vw - 2.8px) * 0.2439))), 24px);
  font-family: var(--font-regular);
}
.modal-content .btn-secondary {
  min-height: inherit;
  padding: 10px 30px;
  border-radius: 0;
  margin: 0;
  color: var(--white);
}
.modal-content .btn-secondary:hover {
  color: var(--black);
}
.modal-content .modal-body {
  padding: 20px;
  flex-direction: column;
  gap: 10px;
}
.modal-content .modal-body .modal-links {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px 0;
}
.modal-content .modal-body .modal-links:hover {
  text-decoration: none;
  color: var(--white);
}
.modal-content .modal-footer {
  padding: 20px;
  border-radius: 0;
  border-top: 1px solid;
}
.modal-content .modal-header .close span svg path {
  stroke: rgb(255 255 255 / 80%);
}
.faq-section,
header #main-navbar-collapse .navbar-nav {
  gap: 30px;
}
.accordion-container {
  display: grid;
  grid-template: auto/1fr 1fr;
  gap: 30px;
}
.accordion-container .module-fickle {
  height: fit-content;
  flex-direction: column;
}
.faq-section .faq-section-title .module-text > * {
  font-size: min(max(20px, calc(1.25rem + ((1vw - 2.8px) * 2.439))), 60px);
  color: var(--white);
  font-family: var(--font-extralight);
  text-transform: uppercase;
  text-align: center;
}
.accordion-container .module-fickle .fickle-header.active {
  border-radius: var(--border-radius) var(--border-radius) 0 0;
  background: var(--primary-color);
  transition: var(--transition-fast);
}
.accordion-container .module-fickle .fickle-header.active .fickle-title {
  color: var(--white);
  transition: var(--transition-fast);
}
.accordion-container .module-fickle .fickle-header svg path,
.accordion-container .module-fickle .fickle-header.active svg path {
  stroke: var(--white);
  transition: var(--transition-fast);
}
.accordion-container .module-fickle .fickle-header {
  padding: 20px;
  cursor: pointer;
  background: 0 0;
  transition: var(--transition-fast);
  border: 1px solid;
}
.accordion-container .module-fickle .fickle-content {
  display: none;
  overflow: hidden;
}
.accordion-container .module-fickle .fickle-content .fickle-text-content {
  padding: 20px;
  background: 0 0;
  border-radius: 0 0 var(--border-radius) var(--border-radius);
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
}
.accordion-container .module-fickle .fickle-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  font-family: var(--font-light);
  font-size: min(max(14px, calc(0.875rem + ((1vw - 2.8px) * 0.3659))), 20px);
  color: var(--white);
  transition: var(--transition-fast);
  gap: 10px;
}
.accordion-container .module-fickle .btn-minus {
  background: 0 0;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.accordion-container .module-fickle .fickle-header.active svg {
  transform: rotate(180deg);
  transition: var(--transition-medium);
}
.accordion-container .module-fickle .fickle-header svg {
  transition: var(--transition-medium);
  transform: rotate(0);
}
.accordion-container-btn,
.gallery-section .gallery-title,
.video-section-title .video-title {
  display: flex;
  justify-content: center;
}
header {
  padding: 20px 0;
  position: fixed;
  z-index: 99999;
  width: 100%;
  background: 0 0;
  transition: var(--transition-medium);
}
header.open {
  transition: var(--transition-medium);
}
.acasa header {
  top: -100px;
}
header.fixed {
  box-shadow: 0 0 4px rgb(0 0 0 / 40%);
  transition: var(--transition-medium);
}
header #main-navbar-collapse .navbar-nav .nav-item .nav-link {
  padding: 0;
  transition: var(--transition-medium);
  font-family: var(--font-extralight);
  text-transform: uppercase;
  color: var(--white);
}
.gallery-section,
header #main-navbar-collapse {
  gap: 40px;
}
.contact-cards,
.video-gallery-section {
  grid-template: auto/repeat(3, 1fr);
  gap: 30px;
}
header #main-navbar-collapse .language-select .theme-switcher-lang-btn {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
header #main-navbar-collapse .language-select {
  list-style: none;
}
header #main-navbar-collapse .language-select .theme-switcher-box-with-icons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
header #main-navbar-collapse .language-select .theme-switcher-icon-btn {
  border: 1px solid var(--white);
  background: 0 0;
  min-height: 48px;
  min-width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: var(--transition-medium);
}
header #main-navbar-collapse .language-select .theme-switcher-icon-btn:hover {
  background: var(--primary-color);
  transition: var(--transition-medium);
}
header #main-navbar-collapse .language-select .theme-switcher-icon-btn:hover svg path {
  stroke: var(--white);
  transition: var(--transition-medium);
}
#main-navbar #main-navbar-collapse .navbar-nav .main-nav-item a:hover,
.gallery-section .gallery-inner .module-gallery .gallery-img img,
.module-social ul li a,
.module-social ul li a svg path,
header #main-navbar-collapse .language-select .theme-switcher-icon-btn svg path,
header #main-navbar-collapse .navbar-btn svg path {
  transition: var(--transition-medium);
}
header #main-navbar-collapse .language-select .nav-link {
  text-transform: uppercase;
  min-height: 48px;
  min-width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--primary-color);
  border-radius: 50%;
  padding: 0;
  transition: var(--transition-medium);
}
header .navbar-brand {
  padding: 0;
  margin: 0;
}
.contact-section .contact-form,
header #main-navbar {
  padding: 0;
}
header #main-navbar-collapse .language-select .nav-link:hover {
  text-decoration: none;
  color: var(--white);
  background: var(--primary-color);
  transition: var(--transition-medium);
}
header #main-navbar-collapse .navbar-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 30px;
  border: 1px solid var(--white);
  border-radius: 0;
  line-height: auto;
  transition: var(--transition-medium);
  font-family: var(--font-extralight);
  color: #fff;
}
header #main-navbar-collapse .navbar-btn:hover {
  text-decoration: none;
  color: var(--black);
  background: var(--white);
  transition: var(--transition-medium);
}
.module-social ul li a:hover svg path,
header #main-navbar-collapse .navbar-btn:hover svg path {
  stroke: var(--black);
  transition: var(--transition-medium);
}
header #main-navbar-collapse .navbar-btn svg {
  width: 20px;
  height: 20px;
}
#main-navbar #main-navbar-collapse .navbar-nav .main-nav-item::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid var(--primary-color);
  transition: var(--transition-fast);
  z-index: -1;
}
#main-navbar #main-navbar-collapse .navbar-nav .active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid var(--primary-color);
  transition: var(--transition-fast);
  z-index: -1;
}
#main-navbar #main-navbar-collapse .navbar-nav .main-nav-item:hover::before,
.contact-cards .contact-card .module-text a:hover::before,
footer .module-text ul li a:hover::before {
  width: 100%;
  transition: var(--transition-fast);
}
.hero-slider {
  min-height: 100vh;
  overflow: hidden;
}
.hero-slider .module-social {
  left: calc(5vw + 15px);
  bottom: 20px;
  display: flex;
  align-items: flex-end;
  gap: 15px;
}
.module-social ul li a:hover {
  background: var(--white);
  transition: var(--transition-medium);
}
.hero-slider .module-social ul {
  display: flex;
  gap: 15px;
}
.hero-slider .module-social ul li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--white);
}
.hero-slider .module-social ul li svg,
footer .footer-content .logo-contact-footer .module-social svg {
  width: 25px;
  height: 25px;
}
.hero-slider .slick-list {
  display: grid;
}
.hero-slider .hero-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  min-height: 100vh;
  padding: 150px calc(5vw + 15px);
}
.hero-slider .hero-slide .module-text h1,
.hero-slider .hero-slide .module-text p {
  text-align: center;
  color: var(--white);
  line-height: auto;
}
.hero-slider .hero-slide .module-text p {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.hero-slider .hero-slide .module-text {
  max-width: 1100px;
}
.hero-slider .hero-slide .module-text h1 {
  margin-bottom: 0;
  font-family: var(--font-extralight);
  text-transform: uppercase;
  font-size: min(max(20px, calc(1.25rem + ((1vw - 2.8px) * 2.439))), 60px);
  color: var(--white);
  text-align: center;
}
.hero-slider .module-social ul li svg path,
.hero-slider .slick-dots .slick-arrow:hover svg path,
.logo-contact-footer .module-social svg path,
.pagination li a:hover svg path {
  stroke: var(--white);
}
.hero-slider .hero-slide .module-image,
.hero-slider .hero-slide .module-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
.video-gallery-section {
  display: grid;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.video-gallery-section .video-inner :is(.module-video, .module-video-yt, iframe) {
  height: 100%;
}
.section-img-text .section-img .module-image img,
.video-gallery-section .video-inner iframe {
  width: 100%;
}
.video-gallery-section .video-inner {
  min-height: 400px;
  padding: 0;
  max-width: 100%;
}
.video-gallery-section .video-inner:hover {
  cursor: pointer;
}
.video-gallery-section .video-inner:hover .module-video .module-video-yt:has(img)::after {
  transform: scale(1.1);
  transition: var(--transition-medium);
}
.video-gallery-section .video-inner:hover .module-video .module-video-yt:has(img)::before {
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: var(--transition-medium);
}
.video-gallery-section .video-inner .module-video .module-video-yt {
  overflow: hidden;
  position: relative;
}
.video-gallery-section .video-inner .module-video .module-video-yt:has(img)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0, 0, 0, 40%);
  z-index: 1;
  pointer-events: none;
  cursor: pointer;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  transition: var(--transition-medium);
}
.video-gallery-section .video-inner .module-video .module-video-yt:has(img)::after {
  content: url(/frontend/web/icons/play-icon.svg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  pointer-events: none;
  cursor: pointer;
  transition: var(--transition-medium);
}
.video-gallery-section .video-inner .module-video .module-video-yt img {
  /* transform: scale(1.9); */
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.acasa-section-4 .section-img .module-image img,
.hero-slider .hero-slide .module-image img {
  height: 100%;
  object-fit: cover;
}
.hero-slider .hero-slide .module-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0, 0, 0, 60%);
  z-index: 1;
}
.hero-slider .slick-dots {
  display: flex;
  bottom: 25px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  max-width: 500px;
}
.hero-slider .slick-dots li {
  width: 100%;
  height: 2px;
  margin: 0;
  padding: 0;
}
.hero-slider .slick-dots li button {
  width: 100%;
  height: 1px;
  padding: 0;
  cursor: pointer;
  background: rgb(255, 255, 255, 30%);
}
.hero-slider .slick-dots li button:before {
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  content: "";
  text-align: center;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hero-slider .slick-dots li::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 0%;
  height: 100%;
  background-color: var(--white);
  z-index: 1;
}
.hero-slider .slick-dots li.slick-active::before {
  width: 100%;
  transition: 2s linear;
}
.hero-slider .slick-dots .prev-arrow {
  order: -1;
}
.hero-slider .slick-dots .slick-arrow {
  background: 0 0;
  border: 0;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.all-hero .hero-content::before,
.banner-section::before {
  height: 100%;
  top: 0;
  background: rgb(0 0 0 / 60%);
  position: absolute;
  width: 100%;
  right: 0;
  content: "";
}
.hero-slider .slick-dots .slick-arrow svg path {
  stroke: rgb(255, 255, 255, 30%);
}
.hero-slider .pagination-slider {
  position: absolute;
  bottom: 25px;
  left: 30px;
}
.hero-slider .pagination-slider .slider-count span {
  color: rgb(255, 255, 255, 30%);
  font-family: var(--font-alata);
}
.hero-slider .pagination-slider .slider-count .currentSlide {
  font-size: min(max(100px, calc(6.25rem + ((1vw - 9.91px) * 5.3821))), 150px);
  line-height: 0;
}
.hero-slider .pagination-slider .slider-count :is(.separator, .totalSlides) {
  font-size: min(max(26px, calc(1.625rem + ((1vw - 9.91px) * 0.4306))), 30px);
}
.section-img-text {
  align-items: center;
}
.section-img-text .section-img .module-image {
  overflow: hidden;
  width: 100%;
}
.section-img-text .section-img,
.slider .slick-arrow .arrow {
  display: flex;
  align-items: center;
}
.section-img-text .left-img,
.section-img-text .left-text {
  padding-right: 25px;
}
.section-img-text .right-img,
.section-img-text .right-text {
  padding-left: 25px;
}
.banner-section .module-text h2,
.section-img-text .section-text .module-text h2 {
  border-bottom: 1px solid var(--primary-color);
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.section-img-text .module-button {
  display: inline-block;
}
.section-img-text .module-button .btn-primary {
  margin-right: 20px;
}
.banner-section .module-text h2 {
  color: var(--white);
  border-bottom: 1px solid;
}
.all-hero .hero-content .all-hero-text > *,
.banner-section .module-text p,
.contact-form-all .invoice-group label,
.contact-form-all .item-acceptance span,
.contact-section .contact-form-text .contact-links ul li a,
.contact-section .contact-form-text .module-text p,
.form-group.focus #data-eveniment,
.pagination .active a,
.pagination li:hover a,
footer a,
footer p,
footer ul li {
  color: var(--white);
}
.banner-section .banner-text {
  margin-left: 5vw;
  margin-right: 5vw;
}
.banner-section {
  padding: 120px 0;
  background-size: cover;
}
.banner-section::before {
  bottom: 0;
  left: 0;
}
.acasa-section-4 .section-img {
  display: grid;
  grid-template: auto/1fr 1fr;
  gap: 20px;
  height: 1000px;
  max-height: 500px;
}
.acasa-section-4 .section-img .img-1-grid {
  grid-row: 1/1;
  grid-column: 1/1;
}
.acasa-section-4 .section-img .img-2-grid {
  grid-row: 1/3;
  grid-column: 2/2;
}
.acasa-section-4 .section-img .img-3-grid {
  grid-row: 2/2;
  grid-column: 1/1;
}
.acasa-section-4 .section-img .module-image {
  height: 100%;
}
.all-hero .hero-content {
  min-height: calc(85vh - 94px);
  border-radius: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  gap: 40px;
  padding: 50px;
  background-size: cover;
  background-repeat: no-repeat;
}
.all-hero .hero-content > *,
.contact-section .contact-form-text > * {
  z-index: 1;
}
.all-hero .hero-content::before {
  left: 0;
}
.all-hero .hero-content .all-hero-text,
.contact-cards .contact-card .module-text p {
  text-align: center;
}
.all-hero .hero-content .all-hero-text h1 {
  margin: 0;
}
.all-hero .hero-content .btn-secondary {
  color: var(--white);
  border-color: var(--white);
}
.contact-cards .contact-card {
  background: var(--dark-mode-color);
  border-radius: 0;
  position: relative;
  padding: 20px;
  max-width: 100%;
  border: 1px solid var(--primary-color);
}
.contact-cards .contact-card .module-code {
  background: var(--primary-color);
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  margin: auto;
}
.contact-cards {
  display: grid;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 45px;
}
.contact-cards .contact-card .module-text a:hover,
footer .module-text ul li a:hover {
  color: var(--white);
  text-decoration: none;
}
.contact-cards .contact-card .module-text a {
  position: relative;
  transition: var(--transition-medium);
}
.contact-cards .contact-card .module-text a::before,
footer .module-text ul li a::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  border-bottom: 1px solid var(--primary-color);
  bottom: 0;
  left: 0;
  right: 0;
  transition: var(--transition-fast);
}
.contact-cards .contact-card .module-text {
  padding-top: 45px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.blog-categories-item-wrapper .categ-title h2,
.cards-section .cards-content .module-text p:last-of-type,
.contact-cards .contact-card .module-text p:last-of-type,
.contact-form-all .contact-form-content .btn-section,
.contact-section .contact-form-text .module-text p:last-of-type,
.loader-wrapper.accept .loader-logo {
  margin-bottom: 0;
}
.container .section-img-text .slider-section {
  display: block;
}
.cards-section,
.gallery-section .gallery-inner .module-gallery {
  display: grid;
  grid-template: auto/repeat(3, 1fr);
  gap: 30px;
}
.slick-slide[data-slick-index="0"] {
  opacity: 1 !important;
}
.slider-section .slider .gallery-img {
  position: relative;
  padding-top: 120px;
}
.slider-section .slider .gallery-img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  padding: 10px;
}
.slider .gallery-img a.active img,
.slider .gallery-img a:hover img {
  border: 1px solid;
}
.slider .slick-track {
  display: flex;
}
.slider .slick-list {
  padding: 10px;
  margin: 0 10px;
}
.slider .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  margin: auto;
  z-index: 999;
  cursor: pointer;
  background: var(--body-color);
}
.slider .slick-arrow-left {
  padding-right: 11px;
}
.slider .slick-arrow-right {
  right: 0;
  padding-left: 11px;
}
.slider-section-all .slider-section .slider-main-image .slick-list .slick-track img {
  aspect-ratio: 4/2.5;
  object-fit: cover;
}
.slider-section-all .section-text .module-text strong {
  font-family: var(--font-bold);
  font-size: min(max(18px, calc(1.125rem + ((1vw - 2.8px) * 0.122))), 20px);
}
.gallery-section .gallery-title .module-text > *,
.video-section-title .video-title .module-text > * {
  font-size: min(max(20px, calc(1.25rem + ((1vw - 2.8px) * 2.439))), 60px);
  color: var(--white);
  font-family: var(--font-extralight);
  text-transform: uppercase;
}
.blog-content .page-header-background .blog-date,
.cookie-consent-popup .cookie-consent-controls .cookie-consent-save,
.cookie-consent-popup td {
  font-size: min(max(14px, calc(0.875rem + ((1vw - 2.8px) * 0.122))), 16px);
}
.gallery-section .gallery-inner .module-gallery .gallery-img {
  position: relative;
  overflow: hidden;
}
.gallery-section .gallery-inner .module-gallery .gallery-img:hover::before,
.gallery-section .gallery-inner .module-gallery .gallery-img:hover:after {
  opacity: 1;
  transition: var(--transition-medium);
}
.gallery-section .gallery-inner .module-gallery .gallery-img:hover img {
  transform: scale(1.1);
  transition: var(--transition-medium);
}
.gallery-section .gallery-inner .module-gallery .gallery-img::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0, 0, 0, 40%);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: var(--transition-medium);
  pointer-events: none;
  z-index: 1;
}
.gallery-section .gallery-inner .module-gallery .gallery-img::after {
  content: url(/frontend/web/icons/zoom-icon.svg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: var(--transition-medium);
  pointer-events: none;
  z-index: 2;
}
.cards-section .cards-content .module-text :is(h1, h2, h3, h4, h5, h6) {
  font-size: min(max(22px, calc(1.375rem + ((1vw - 2.8px) * 0.3659))), 28px);
  margin-bottom: 10px;
}
.cards-section {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.cards-section .cards-content .module-image {
  position: relative;
  padding-top: 60%;
}
.cards-section .cards-content .module-text {
  padding: 0 20px;
}
.cards-section .cards-content .module-button {
  padding: 20px;
  margin-top: auto;
}
.cards-section .cards-content .module-button > * {
  max-width: 100%;
  justify-content: center;
}
.cards-section .cards-content .module-image img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
}
.cards-section .cards-content {
  background: var(--white);
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  border-radius: 30px;
  padding: 0;
  max-width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.container .contact-form-portofoliu .contact-form-text::before {
  background-color: transparent;
}
.container .contact-form-portofoliu {
  padding: 0;
  min-height: inherit;
}
footer {
  padding: 0;
  border-top: 1px solid;
}
footer .footer-content .logo-contact-footer .module-image img {
  max-height: 130px;
}
footer .footer-content .logo-contact-footer .module-social ul {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  justify-content: center;
}
footer .footer-content .logo-contact-footer .module-social ul li a {
  width: 40px;
  height: 40px;
  border: 1px solid var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .logo-contact-footer .module-image img {
  filter: brightness(100);
}
.blog-categories-item-wrapper .categ-title .title-description,
.cookie-consent-popup .cookie-consent-message,
footer .logo-contact-footer,
footer .logo-contact-footer .module-text ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .logo-contact-footer .module-text ul li {
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: auto;
}
footer .logo-contact-footer .module-text ul li svg {
  min-width: 20px;
  min-height: 20px;
  max-width: 20px;
  max-height: 20px;
}
footer p {
  border-bottom: 1px solid;
  padding-bottom: 10px;
  font-family: var(--font-regular);
}
footer .gdpr-footer {
  display: grid;
  grid-template: auto/1fr 1fr;
  gap: 20px;
}
footer .gdpr-footer .footer-map {
  grid-row: 1/1;
  grid-column: 1/3;
}
footer .footer-content {
  display: grid;
  grid-template: auto/repeat(4, 1fr);
  gap: 50px;
  padding: 50px 0;
}
footer .footer-gdpr {
  justify-content: center;
  padding: 20px 0;
  gap: 20px;
  position: relative;
}
footer .footer-gdpr::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100vw;
  width: 200vw;
  height: 1px;
  background: rgb(255, 255, 255, 30%);
}
footer .footer-gdpr img {
  max-width: 150px;
}
footer .footer-gdpr .gdpr-image {
  max-width: fit-content;
  padding: 0;
}
footer .footer-content .footer-box {
  max-width: 100%;
  padding: 0;
}
footer .module-text ul li a {
  position: relative;
  transition: var(--transition-medium);
  font-family: var(--font-extralight);
}
.all-hero-section {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50px;
}
#cookie_notice,
.category-item,
.post-container-all .blog-content {
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.all-hero-section .all-hero-content {
  padding: 100px 30px;
  border-radius: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.all-hero-section .all-hero-content .module-text {
  z-index: 1;
  position: relative;
  text-align: center;
}
.all-hero-section .all-hero-content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0 0 0 / 40%);
}
.blog-categories-item-wrapper .categ-title .short-description p:first-of-type {
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}
.blog-categories-item-wrapper .categ-title h2 a {
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-family: var(--semi-bold);
  font-size: min(max(18px, calc(1.125rem + ((1vw - 2.8px) * 0.3659))), 24px);
  color: var(--black);
}
.blog-categories-item-wrapper .categ-title .short-description p:not(:first-of-type),
.contact-form-all input[type="checkbox"],
.cookie-consent-controls,
.cookie-consent-details,
.pagination .disabled {
  display: none;
}
.category-item {
  padding: 20px;
  border-radius: 30px;
  height: 100%;
  background: var(--white);
}
.blog-categories-item-wrapper .categ-image {
  min-height: 250px;
  object-fit: cover;
  max-height: 250px;
  width: 100%;
  border-radius: 20px;
}
.category-item .btn-primary {
  display: flex;
  justify-content: center;
  margin-top: auto;
  max-width: 100%;
}
.blog-categories-item-wrapper .categ-image-wrapper .blog-date {
  position: absolute;
  right: 15px;
  top: 15px;
  background: var(--white);
  border-radius: 5px;
  padding: 5px;
}
.blog-categories-item-wrapper .categ-title {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.blog-categories-item-wrapper .category-item-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 10px;
}
.post-container-all .post_container {
  padding-top: 50px;
}
.post-container-all .page-header-background img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
  border-radius: 30px;
}
.post-container-all .blog-back-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--black);
}
.post-container-all .title-btn-back h1 {
  color: var(--black);
  font-size: min(max(24px, calc(1.5rem + ((1vw - 2.8px) * 1.8293))), 54px);
  font-family: var(--font-medium);
  margin-bottom: 0;
}
.post-container-all .back-button {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.post-container-all .blog-content {
  padding: 30px;
  border-radius: 50px;
  background: var(--white);
  max-width: 800px;
  width: 800px;
  flex: 0 0 100%;
}
.categories-grid {
  gap: 30px 0;
}
.blog-content .page-header-background .blog-date {
  font-family: var(--font-regular);
  color: var(--black);
}
#cookie_notice {
  margin-left: calc(5vw + 15px);
  margin-right: calc(5vw + 15px);
  padding: 60px;
  background-color: var(--white);
  bottom: -100%;
  background: var(--black);
  border: 1px solid;
}
#cookie_notice .cookie_notice_container button {
  font-family: var(--font-regular);
  margin-left: 0;
  padding: 15px 30px;
  font-family: var(--medium);
  background-color: var(--white);
  color: var(--black);
  border-radius: 0;
  border: 0;
}
#cookie_notice .cookie_notice_container {
  flex-direction: column;
  gap: 20px;
}
.btn-info.focus,
.btn-info:focus {
  color: var(--white);
  background-color: var(--primary-color);
  border-color: none;
  box-shadow: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
#cookie_notice .cookie_notice_container p {
  margin-bottom: 0;
  text-align: center;
}
#cookie_notice .cookie_notice_container p a {
  color: var(--white);
  font-family: var(--font-medium);
  text-decoration: underline;
}
body .cookie-consent-popup.open {
  display: flex;
  flex-direction: column;
  gap: 30px;
  z-index: 999999;
  max-height: 80%;
  overflow: auto;
}
.cookie-consent-controls.open {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
.cookie-consent-details.open {
  display: flex;
  flex-direction: column;
}
.cookie-consent-popup .cookie-consent-text {
  font-family: var(--font-regular);
  font-size: min(max(16px, calc(1rem + ((1vw - 2.8px) * 0.122))), 18px);
}
.cookie-consent-popup .cookie-consent-link {
  font-family: var(--font-regular);
  font-size: min(max(16px, calc(1rem + ((1vw - 2.8px) * 0.122))), 18px);
  color: var(--primary-color);
}
.cookie-consent-popup .cookie-consent-accept-all {
  margin-left: 0;
  padding: 15px 30px;
  font-family: var(--medium);
  background-color: var(--primary-color);
  color: var(--white);
  border-radius: 20px;
  border: 0;
  font-size: min(max(16px, calc(1rem + ((1vw - 2.8px) * 0.2439))), 20px);
  min-width: fit-content;
  height: fit-content;
  min-height: 58px;
}
.cookie-consent-popup :is(.cookie-consent-deny-all, .cookie-consent-controls-toggle) {
  background: 0 0;
  color: var(--black);
  border: 1px solid var(--black);
  padding: 13px 30px;
  line-height: auto;
  border-radius: 20px;
  font-size: min(max(16px, calc(1rem + ((1vw - 2.8px) * 0.2439))), 20px);
  min-height: 58px;
  display: flex;
  align-items: center;
  transition: var(--transition-medium);
  min-width: fit-content;
  height: fit-content;
  justify-content: center;
  max-width: 100%;
}
.cookie-consent-popup .cookie-consent-all-btns {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.cookie-consent-popup .cookie-consent-top-wrapper,
.gdpr-section .module-text ol {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cookie-consent-popup {
  left: 0;
  right: 0;
  margin: auto auto 20px;
  max-width: calc(90vw - 30px);
  background: var(--white);
  border-radius: 50px;
  padding: 40px;
}
.cookie-consent-popup .cookie-consent-details :is(label, table) {
  display: flex;
}
.cookie-consent-popup .cookie-consent-details tbody {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 10px;
}
.cookie-consent-popup .cookie-consent-details tbody tr {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.cookie-consent-popup td {
  font-family: var(--font-regular);
  text-align: left;
}
.gdpr-section h2,
.gdpr-section ol,
.gdpr-section strong {
  font-size: min(max(20px, calc(1.25rem + ((1vw - 2.8px) * 0.2439))), 24px);
}
.cookie-consent-popup label {
  font-family: var(--font-bold);
}
.cookie-consent-popup .cookie-consent-details table tbody tr:not(:last-of-type) {
  border-bottom: 1px solid;
  padding-bottom: 10px;
}
.cookie-consent-popup .cookie-consent-details table {
  background: rgb(0 0 0 / 5%);
  padding: 10px;
  border-radius: 10px;
}
.cookie-consent-popup .cookie-consent-controls .cookie-consent-control {
  display: flex;
  align-items: center;
  gap: 5px;
}
.cookie-consent-popup .cookie-consent-controls .cookie-consent-save {
  font-family: var(--font-regular);
  background: 0 0;
  border: 1px solid var(--black);
  border-radius: 12px;
  padding: 5px 10px;
  color: var(--black);
}
.pagination {
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding-top: 20px;
}
.pagination li {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
}
.loader-wrapper,
.pagination li a {
  justify-content: center;
  width: 100%;
}
.pagination .active,
.pagination li:hover {
  background-color: var(--primary-color);
}
.pagination li a {
  color: var(--primary-color);
  height: 100%;
  display: flex;
  align-items: center;
}
.pagination li a svg path,
.thank-you-section .check-svg path {
  stroke: var(--primary-color);
}
.pagination li a svg {
  max-height: 16px;
}
.pagination .active a:hover,
.pagination li a:hover {
  text-decoration: none;
}
.c-form .container {
  max-width: 100%;
}
.contact-section {
  padding-top: 150px;
  padding-bottom: 100px;
  min-height: calc(100vh - 94px);
  align-content: center;
}
.contact-section .contact-form-text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px;
  gap: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  border-left: 1px solid;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.contact-section .contact-form-text::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0 0 0 / 70%);
}
.contact-section .contact-form-text .contact-links ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-section .contact-form-text .contact-links ul li {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--white);
}
.contact-section .contact-form-content {
  padding: 50px;
  background: 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-right: 1px solid;
}
.contact-section .contact-form-text .module-text h1 {
  color: var(--white);
  margin-bottom: 20px;
}
.contact-form-all .form-control {
  background: 0 0;
  border: 1px solid;
  padding: 10px 15px;
  min-height: 50px;
  font-family: var(--font-extralight);
  border-radius: 0;
  color: var(--white);
}

.contact-form-all #data-eveniment {
  border: 1px solid var(--white);
}
.contact-form-all .form-group {
  position: relative;
  height: fit-content;
}
.contact-form-all .form-group:not(.agreement-radio):not(.checkout-gdpr):not(.checkbox) label {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto auto 15px;
  height: fit-content;
  pointer-events: none;
  font-family: var(--font-extralight);
  font-size: min(max(14px, calc(0.875rem + ((1vw - 2.8px) * 0.122))), 16px);
  color: var(--white);
}
.contact-form-all .form-group label .required-star {
  color: var(--primary-color);
  font-family: var(--font-regular);
  font-size: min(max(16px, calc(1rem + ((1vw - 2.8px) * 0.122))), 18px);
}
.contact-form-all .textarea-form textarea {
  min-height: 100px;
}
.contact-form-all .form-control:focus {
  color: var(--white);
  background-color: inherit;
  border-color: inherit;
  box-shadow: none;
}
.contact-form-all .contact-form-content .c-form .contact-form .focus label,
.contact-form-all .contact-form-content .c-form .contact-form .focus span {
  color: transparent;
}
.contact-form-all input[type="checkbox"] + .checkbox-text:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid var(--primary-color);
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.12s, border-color 80ms;
  border-radius: 5px;
}
.contact-form-all input[type="checkbox"]:checked + .checkbox-text:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  transform: rotate(45deg);
}
.contact-form-all input[type="checkbox"] + .checkbox-text {
  cursor: pointer;
  padding-left: 30px;
  position: relative;
  font-family: var(--font-light);
  font-size: min(max(14px, calc(0.875rem + ((1vw - 2.8px) * 0.122))), 16px);
}
.contact-form-all .c-error {
  position: absolute;
  bottom: -1rem;
  left: 0;
  font-size: 12px;
}
#data-eveniment {
  color-scheme: dark;
  color: transparent;
}
#data-eveniment[type="date"]::-webkit-calendar-picker-indicator {
  background-position: right;
  background-size: auto;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: -15px;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 30px var(--black) inset !important;
  border: 1px solid !important;
}
input:-webkit-autofill {
  -webkit-text-fill-color: var(--white) !important;
}
.gdpr-section {
  padding-top: 150px;
  margin-bottom: 100px;
}
.gdpr-section h2 {
  font-family: var(--font-medium);
  margin-bottom: 20px;
}
.gdpr-section ol,
.gdpr-section strong {
  font-family: var(--font-medium);
}
.gdpr-section ul li::marker {
  color: var(--primary-color);
}
.gdpr-section a {
  font-family: var(--font-semibold);
  color: var(--primary-color);
}
.site-error h1 {
  font-family: var(--bold);
  font-size: min(max(64px, calc(4rem + ((1vw - 2.8px) * 8.2927))), 200px);
  color: var(--primary-color);
}
.site-error .error-404 {
  min-height: calc(100vh - 194px);
}
.site-error .message-404 {
  font-size: min(max(20px, calc(1.25rem + ((1vw - 2.8px) * 0.4878))), 28px);
  font-family: var(--semibold);
}
.site-error {
  padding-top: 50px;
  padding-bottom: 50px;
}
.loader-wrapper .logo-a,
.loader-wrapper .logo-a-1 {
  display: none;
  opacity: 0;
}
.loader-wrapper .logo-letter,
.loader-wrapper .logo-line {
  display: none;
  opacity: 0;
  fill: var(--white);
}
.loader-wrapper {
  position: fixed;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 50px;
  z-index: 999999999;
  top: 0;
  left: 0;
  background: var(--dark-mode-color);
}
.acasa .loader-body {
  display: flex;
}
.loader-wrapper.accept .loader-body {
  transform: none;
}
.loader-logo {
  opacity: 0;
}
.loader-logo svg {
  max-width: 250px;
  height: fit-content;
}
.thank-you-section {
  min-height: 100vh;
  padding-top: 150px;
  padding-bottom: 50px;
  align-content: center;
  gap: 20px;
  justify-content: center;
}
.thank-you-section .thank-you-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.thank-you-section .thank-you-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
}
.thank-you-section .thank-you-text .text > * {
  font-size: min(max(20px, calc(1.25rem + ((1vw - 2.8px) * 0.3659))), 26px);
  text-align: center;
}
.thank-you-section .thank-you-text .thank-you-title > * {
  font-size: min(max(24px, calc(1.5rem + ((1vw - 2.8px) * 0.8537))), 38px);
  color: var(--primary-color);
  font-family: var(--font-medium);
  text-align: center;
}
.thank-you-section .check-svg {
  display: block;
  max-height: 180px;
  max-width: 180px;
  width: 100%;
  height: 100%;
}
.thank-you-section .check-svg .circle {
  stroke-dasharray: 76;
  stroke-dashoffset: 76;
  -webkit-animation: 1s cubic-bezier(1, 0, 0.5, 1) forwards draw;
  animation: 1s cubic-bezier(1, 0, 0.5, 1) forwards draw;
}
.thank-you-section .check-svg .tick {
  stroke-dasharray: 18;
  stroke-dashoffset: 18;
  -webkit-animation: 0.5s cubic-bezier(1, 0, 0.5, 1) 1s forwards draw;
  animation: 0.5s cubic-bezier(1, 0, 0.5, 1) 1s forwards draw;
}
@-webkit-keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px var(--black) inset !important;
  border: 1px solid rgb(255, 255, 255, 60%) !important;
}
