/***************************
****  CUSTOM VARIABLES  ****
****************************/
/***************************
****  COOKIES POPUP  ****
****************************/
/***************************
****  PAGE FORM  ****
****************************/
/***************************
****  CONTACT MAP  ****
****************************/
/***************************
****  GALLER GROUP  ****
****************************/
/*****************************************************************
****  TEMPLATE VARIABLES  ****
******************************************************************/
/***************************
****  TEMPLATE 1  ****
****************************/
/***************************
****  TEMPLATE 2  ****
****************************/
/***************************
****  TEMPLATE 3  ****
****************************/
/***************************
****  TEMPLATE 4  ****
****************************/
/*****************************************************************
****  END TEMPLATE VARIABLES  ****
******************************************************************/
body {
  overflow-x: hidden;
}
body .articles-list-wrapper .articles-item-img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body .articles-list-wrapper::before {
  content: "";
  background: #f0f0f0;
  width: 70vw;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
body.mobile .mainMenu {
  position: fixed;
  top: 0;
  z-index: 1;
  background: white !important;
  width: 100%;
}
body.mobile .articles-list-wrapper::before {
  right: unset;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
body.mobile .mobile-menu-container *:not(.btn):not(.fas) {
  font-size: 1.2rem;
}
body.mobile .mobile-menu-container .dropdown-submenu-return-mobile-menu {
  background: #f2f2f2;
  padding: 0.4rem;
  margin: 1rem;
}
body.mobile .mobile-menu-container .dropdown-submenu-title-mobile-menu {
  font-weight: 800;
  font-size: 2.4rem;
}
body:not(.mobile) .mainMenu.transparent-menu {
  position: absolute;
  z-index: 200;
  width: 100%;
}
body:not(.mobile) .mainMenu.transparent-menu.menu-light *:not(.show *):not(:hover):not(:focus):not(:active) {
  color: white !important;
}

footer .footer-brand-logo {
  max-width: 200px;
}
footer a {
  color: white;
}

.cta {
  width: 13rem;
  font-size: 13px;
  text-transform: none;
  margin-left: 2rem;
}

.social_div {
  margin-top: 1rem;
  gap: 20px;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
}

.banner-container .banner-image {
  width: 100%;
  height: 800px;
}
.banner-container .banner-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-container .banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 1rem;
  text-align: center;
}
.banner-container .banner-content .banner-header {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.navbar-nav {
  margin: auto !important;
  gap: 1.5rem !important;
}

.offer-template1 {
  margin-top: -170px;
}
.offer-template1 .offer-card * {
  transition: 0.2s ease;
}
.offer-template1 .offer-card:hover .offer-item-content-header {
  background: #ff1717 !important;
}
.offer-template1 .offer-card:hover .offer-item-content-header .offer-item-content-header-anchor {
  color: #FFFFFF;
}
.offer-template1 .offer-card:hover .offer-item-content-header:after {
  color: #ff1717;
}
.offer-template1 .offer-card:hover .offer-item-img {
  filter: brightness(0.5);
}
.offer-template1 .offer-card .offer-item-img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.offer-template1 .offer-card .offer-item-img-wrapper {
  height: 250px;
}
.offer-template1 .offer-card .offer-item-content-header {
  background: #202020;
  width: 90%;
  padding: 0.5rem 1.1rem;
  margin-top: -30px;
  position: relative;
}
.offer-template1 .offer-card .offer-item-content-header .offer-item-content-header-anchor {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #FFFFFF;
  font-weight: 700;
  letter-spacing: -0.4px;
  position: relative;
  z-index: 10;
}
.offer-template1 .offer-card .offer-item-content-header:after {
  color: #202020;
  content: "";
  position: absolute;
  height: calc(100% + 25px);
  width: 90%;
  border: 1px solid;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

.about-item.odd-row {
  background-color: #202020;
  color: #FFFFFF;
}

.third-block {
  position: relative;
}
.third-block-background {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  filter: brightness(0.3);
}
.third-block-content {
  color: white;
  width: 100%;
  min-height: 538px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5rem 2rem;
}

.blog-card {
  outline: 1px solid black;
  outline-offset: -8px;
  height: 100%;
  transition: 0.2s ease;
  position: relative;
}
.blog-card .blog-image {
  height: 230px;
}
.blog-card .blog-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-card .blog-header h4 {
  margin-bottom: 1.1rem;
  font-weight: 500;
  transition: 0.2s ease;
}

.blog-row > .blog-item-wrap {
  transition: 0.2s ease;
  transform: scale(0.9);
}
.blog-row > .blog-item-wrap:nth-child(2) {
  transform: scale(1);
}

.full-box-link {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  position: absolute;
}

.blog-card:hover {
  outline-color: var(--primary);
}
.blog-card:hover .blog-header h4 {
  color: var(--primary);
}

.footer-template1 .social-media-list-item-anchor {
  display: block;
  background: white;
  color: black;
  padding: 0px 4px;
}
.footer-template1 .social-media-list-item-anchor:hover {
  color: black;
  background-color: var(--primary);
}

.newsletter-block .third-block-content {
  min-height: 250px;
  text-align: left;
  display: block;
  padding: 3rem 1rem;
}
.newsletter-block .third-block-header {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 2rem;
}
.newsletter-block .newsletter-inputs {
  justify-content: center;
  align-items: center;
}
.newsletter-block .newsletter-inputs input, .newsletter-block .newsletter-inputs button {
  height: 60px;
}

* {
  accent-color: var(--primary);
}

.sub-page-header.bg-image {
  min-height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  background-size: cover;
  background-position: center;
  background-color: rgb(40, 40, 40);
}
.sub-page-header.bg-image * {
  color: white;
}
.sub-page-header .bg-darkener {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
}
.sub-page-header .sub-page-header-content {
  justify-content: center;
}
.sub-page-header .sub-page-header-content .sub-page-header-content-header {
  font-weight: 600;
}

.image-block__image {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.image_right {
  flex-direction: row-reverse !important;
}

.image_alt {
  background: #202020;
  color: white;
}
.image_alt picture {
  padding: 2rem;
  display: block;
}
.image_alt picture::after {
  content: "";
  width: 1px;
  height: 70%;
  right: -27px;
  position: absolute;
  background: rgba(255, 255, 255, 0.5294117647);
  top: 50%;
  transform: translateY(-50%);
}

picture {
  height: 100% !important;
  display: flex !important;
}

.three_images__box {
  background: #202020;
  color: white;
  padding: 2.5rem;
  justify-content: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
  height: 100%;
}
.three_images__image {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 230px;
  max-width: 100%;
  margin: auto;
}

.form-check-input {
  width: 25px;
  height: 25px;
  position: relative;
  transform: translateY(5px);
}

.dark {
  --background: #101010;
  --lighter-dark: #272727;
  background-color: var(--background);
  color: white !important;
}
.dark a {
  color: white;
}
.dark.mobile .mainMenu {
  background-color: var(--background) !important;
}
.dark.mobile .text-dark {
  color: white !important;
}
.dark.mobile .mobile-menu-container {
  background-color: #efefef !important;
  filter: invert(1) hue-rotate(180deg);
}
.dark .offer-item-content-header, .dark .image_alt, .dark .three_images__box, .dark .about-item.odd-row {
  background: var(--lighter-dark) !important;
}
.dark .blog-card {
  outline-color: var(--background);
  outline-offset: 0;
}
.dark .blog-card:hover {
  outline-color: var(--primary);
}
.dark .page-link {
  color: initial;
}
.dark .form-control {
  background: #151515;
  border-color: #4d4d4d !important;
  color: white;
}
.dark .form-control:focus {
  background: #202020;
}
.dark .validation-error {
  background-color: #171717 !important;
}/*# sourceMappingURL=update.css.map */