/*!
 * Bootstrap Reboot v5.0.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

mark {
	padding: 0 !important;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}

a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}


/* montserrat-regular - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(""), url("../fonts/montserrat-v18-latin-regular.woff2") format("woff2"), url("../fonts/montserrat-v18-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-700 - latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(""), url("../fonts/montserrat-v18-latin-700.woff2") format("woff2"), url("../fonts/montserrat-v18-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
html, body {
  height: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  color: #0D0F1B;
}

a {
  color: #0D0F1B;
  text-decoration: underline;
  transition: color 0.4s;
}
a:visited {
  color: #0D0F1B;
}
a:hover, a:focus, a:active {
  color: #D79849;
}
a[href^="mailto:"], a[href^="tel:"], a[href*="goo.gl"] {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1.2em;
}

h1 {
  font-size: 3em;
}
@media (max-width: 1118px) {
  h1 {
    font-size: 2.4em;
  }
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 2em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1em;
}

b, strong {
  font-weight: 600;
}

p {
  margin-bottom: 1.5em;
}

ul {
  padding-left: 20px;
}

p[class*=-font-size] {
  line-height: 1.5em;
}

.container {
  position: relative;
  margin: 0 100px;
  min-height: 100%;
}
@media (max-width: 1118px) {
  .container {
    margin: 0 50px;
  }
}
@media (max-width: 767px) {
  .container {
    margin: 0 30px;
  }
}

aside.sidebar {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 400px;
  z-index: 100;
  background-color: rgba(13, 15, 27, 0.8);
}
@media (max-width: 1118px) {
  aside.sidebar {
    width: 350px;
  }
}
@media (max-width: 767px) {
  aside.sidebar {
    background-color: rgba(13, 15, 27, 0.9);
    transform: translateX(-100%) !important;
    transition: transform 0.4s;
  }
  .home aside.sidebar {
    transform: translateX(0) !important;
  }
}
.menu-active aside.sidebar {
  transform: translateX(0) !important;
}
aside.sidebar .sidebar-wrapper {
  position: relative;
  padding: 40px 40px 60px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1118px) {
  aside.sidebar .sidebar-wrapper {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
aside.sidebar .logo {
  position: absolute;
  left: 40px;
  right: 40px;
  top: 40px;
}
@media (max-width: 1118px) {
  aside.sidebar .logo {
    top: 30px;
    left: 20px;
    right: 20px;
  }
}
.home aside.sidebar .logo {
  right: auto;
  top: 60px;
  bottom: 250px;
}
@media (max-width: 1118px) {
  .home aside.sidebar .logo {
    top: 40px;
  }
}
@media (max-width: 767px) {
  .home aside.sidebar .logo {
    top: 30px;
  }
}
.home aside.sidebar .logo img {
  width: auto;
  height: 100%;
}
aside.sidebar .logo img {
  width: 100%;
  height: auto;
  max-width: 80vw;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left top;
     object-position: left top;
}
@media (max-width: 767px) {
  aside.sidebar .logo img {
    display: none;
  }
  .home aside.sidebar .logo img {
    display: block;
  }
}
aside.sidebar .language-nav {
  position: absolute;
  left: -5px;
  top: 0px;
}
@media (max-width: 1118px) {
  aside.sidebar .language-nav {
    left: 0;
    top: -5px;
  }
}
aside.sidebar .language-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}
aside.sidebar .language-nav ul li + li {
  margin-left: 10px;
}
aside.sidebar .language-nav ul li a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9em;
  line-height: 1em;
}
aside.sidebar .language-nav ul li a:hover {
  color: #D79849;
}
aside.sidebar .language-nav ul li.wpml-ls-current-language > a {
  color: #D79849;
}
aside.sidebar .main-nav {
  position: relative;
  margin-top: auto;
}
aside.sidebar .main-nav .main-menu {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: rotate(-90deg) translateY(50%);
  transform-origin: left bottom;
  list-style: none;
  margin: 0;
  padding: 0;
}
aside.sidebar .main-nav .main-menu li {
  position: relative;
}
aside.sidebar .main-nav .main-menu li + li {
  margin-top: 20px;
}
@media (max-width: 1118px) {
  aside.sidebar .main-nav .main-menu li + li {
    margin-top: 10px;
  }
}
aside.sidebar .main-nav .main-menu li a {
  position: relative;
  color: #fff;
  text-decoration: none;
  padding: 0px;
  font-size: 1.8em;
  line-height: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}
aside.sidebar .main-nav .main-menu li a:hover {
  color: #D79849;
}
aside.sidebar .main-nav .main-menu li.current-menu-item > a, aside.sidebar .main-nav .main-menu li.current-page-ancestor > a, aside.sidebar .main-nav .main-menu li.sfHover > a {
  color: #D79849;
}

header.mobile-top {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: rgba(13, 15, 27, 0.8);
  z-index: 90;
  padding: 10px 0;
  display: none;
}
@media (max-width: 767px) {
  header.mobile-top {
    display: block;
  }
  .home header.mobile-top {
    display: none;
  }
}
header.mobile-top .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header.mobile-top .logo img {
  height: 50px;
}

.nav-icon {
  position: relative;
  pointer-events: all;
  width: 35px;
  cursor: pointer;
  display: none;
  align-self: center;
}
@media (max-width: 767px) {
  .nav-icon {
    display: block;
  }
  .home .nav-icon {
    display: none;
  }
}
.nav-icon::after, .nav-icon::before,
.nav-icon div {
  display: block;
  height: 2px;
  margin: 4px 0;
  transition: all 0.3s ease-in-out;
}
.nav-icon div {
  background: #fff;
}
.nav-icon::after, .nav-icon::before {
  content: "";
  background: #fff;
}
.menu-active .nav-icon::before {
  transform: translateY(7px) rotate(135deg);
}
.menu-active .nav-icon::after {
  transform: translateY(-7px) rotate(-135deg);
}
.menu-active .nav-icon div {
  transform: scale(0);
  opacity: 0;
  pointer-events: none;
}
.menu-active .nav-icon::after, .menu-active .nav-icon::before, .menu-active .nav-icon div {
  height: 3px;
}

.mobile-nav {
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
  overflow: auto;
  padding: 50px 30px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(13, 15, 27, 0.9);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  transform: translateX(-100%);
  transition: top 0.6s, transform 0.6s;
  display: none;
}
@media (max-width: 1118px) {
  .mobile-nav {
    display: flex;
  }
}
.menu-active .mobile-nav {
  transform: translateX(0);
}
.mobile-nav .main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  opacity: 0;
  transition: opacity 0.6s;
}
.menu-active .mobile-nav .main-menu {
  opacity: 1;
}
.mobile-nav .main-menu li + li {
  margin-top: 20px;
}
.mobile-nav .main-menu a {
  color: #fff;
  text-decoration: none;
  padding: 5px 2px;
  font-size: 1.5em;
  font-weight: 500;
}
.mobile-nav .main-menu .current-menu-item a,
.mobile-nav .main-menu .current-page-ancestor a {
  color: #fff;
}
.mobile-nav .nav-icon {
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
}
.menu-active .mobile-nav .nav-icon::after, .menu-active .mobile-nav .nav-icon::before, .menu-active .mobile-nav .nav-icon div {
  opacity: 1;
}

.background-home {
  position: relative;
  height: 100%;
}
.background-home .wp-post-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body > .content-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: 650px 1fr;
}
@media (min-width: 1600px) {
  body > .content-wrapper {
    grid-template-columns: 850px 1fr;
  }
}
@media (max-width: 1118px) {
  body > .content-wrapper {
    grid-template-columns: 350px 1fr;
  }
}
@media (max-width: 767px) {
  body > .content-wrapper {
    grid-template-columns: 1fr;
    height: auto;
  }
}
body > .content-wrapper.page-gallery {
  grid-template-columns: 1fr;
  padding-left: 350px;
  background-color: #D79849;
  color: #fff;
}
@media (max-width: 1118px) {
  body > .content-wrapper.page-gallery {
    padding-left: 250px;
  }
}
@media (max-width: 767px) {
  body > .content-wrapper.page-gallery {
    padding-left: 0;
    padding-top: 60px;
    min-height: 100%;
  }
}
body > .content-wrapper.page-gallery::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0D0F1B;
  opacity: 0.8;
}
@media (max-width: 767px) {
  body > .content-wrapper.page-contact .photo {
    padding-bottom: 66.66%;
  }
}
body > .content-wrapper.page-contact table {
  max-width: 500px;
}
body > .content-wrapper .photo {
  position: relative;
  background-color: #0D0F1B;
}
@media (max-width: 767px) {
  body > .content-wrapper .photo {
    padding-bottom: 100%;
  }
}
body > .content-wrapper .photo .wp-post-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body > .content-wrapper .photo .maps {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 35% 50%;
     object-position: 35% 50%;
}
@media (max-width: 1118px) {
  body > .content-wrapper .photo .maps {
    -o-object-position: 40% 50%;
       object-position: 40% 50%;
  }
}
@media (max-width: 767px) {
  body > .content-wrapper .photo .maps {
    display: none;
  }
}
body > .content-wrapper .photo .maps-mobile {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 35%;
     object-position: 50% 35%;
  display: none;
}
@media (max-width: 767px) {
  body > .content-wrapper .photo .maps-mobile {
    display: block;
  }
}
body > .content-wrapper .content {
  overflow: auto;
}
body > .content-wrapper .kt-button {
  text-decoration: none;
}

.page-content {
  position: relative;
  padding: 100px 0;
}
@media (min-width: 1600px) {
  .page-content {
    padding: 150px 0 100px;
  }
}
@media (max-width: 1118px) {
  .page-content {
    padding: 50px 0;
  }
}
.page-template-normal_page .page-content, .page-gallery .page-content {
  max-width: none;
}
.page-content .wp-block-image {
  margin-bottom: 0;
}
.page-content .wp-block-image img {
  height: auto;
}
.page-content .wp-block-image .alignright {
  margin-top: 0;
  margin-bottom: 0;
}
.page-content .wp-block-kadence-rowlayout.alignfull {
  position: relative;
  margin-left: -100px;
  margin-right: -100px;
}
@media (max-width: 1118px) {
  .page-content .wp-block-kadence-rowlayout.alignfull {
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media (max-width: 767px) {
  .page-content .wp-block-kadence-rowlayout.alignfull {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.page-content .wp-block-kadence-rowlayout.alignfull > .kt-row-layout-inner > .kt-row-column-wrap {
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 1118px) {
  .page-content .wp-block-kadence-rowlayout.alignfull > .kt-row-layout-inner > .kt-row-column-wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .page-content .wp-block-kadence-rowlayout.alignfull > .kt-row-layout-inner > .kt-row-column-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.page-content .kt-blocks-accordion-icon-trigger {
  transform: scale(0.8);
}
.page-content .kt-blocks-accordion-icon-trigger::before, .page-content .kt-blocks-accordion-icon-trigger::after {
  background-color: #D79849 !important;
}
.page-content .wp-block-getwid-price-list {
  margin-bottom: 10px;
}
.page-content .wp-block-getwid-price-list .wp-block-getwid-price-list__price-line {
  opacity: 0.2;
}
.page-content .wp-block-kadence-advancedgallery {
  margin-left: -30px !important;
  margin-right: -30px !important;
}
.page-content .wp-block-kadence-advancedgallery .kt-blocks-carousel .kadence-blocks-gallery-item {
  overflow: hidden;
}
.page-content .wp-block-kadence-advancedgallery .kt-blocks-carousel .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner {
  transition: transform 0.4s;
}
.page-content .wp-block-kadence-advancedgallery .kt-blocks-carousel .kadence-blocks-gallery-item .kadence-blocks-gallery-item-inner:hover {
  transform: scale(1.2);
}
.page-content .wp-block-kadence-advancedgallery .kt-blocks-carousel .slick-slider {
  padding: 0 30px;
}
.page-content .wp-block-kadence-advancedgallery .kt-blocks-carousel .slick-slider .slick-prev,
.page-content .wp-block-kadence-advancedgallery .kt-blocks-carousel .slick-slider .slick-next {
  background-color: transparent;
}
.page-content .wp-block-kadence-advancedgallery .kt-blocks-carousel .slick-slider .slick-prev::before,
.page-content .wp-block-kadence-advancedgallery .kt-blocks-carousel .slick-slider .slick-next::before {
  border-color: #D79849;
}
.page-content .has-small-font-size {
  font-size: 0.85em;
}
.page-content .has-orange-color {
  color: #D79849;
}
.page-content .page-title {
  position: relative;
  margin-bottom: 50px;
}
@media (max-width: 1118px) {
  .page-content .page-title {
    margin-bottom: 30px;
  }
}
.page-content .page-title h1 {
  font-size: 1em;
  color: #D79849;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 767px) {
  .page-content .page-title h1 br {
    content: "";
  }
  .page-content .page-title h1 br::after {
    content: " ";
  }
}
.page-content a[href*=instagram],
.page-content a[href*=facebook] {
  transition: filter 0.4s;
}
.page-content a[href*=instagram]:hover,
.page-content a[href*=facebook]:hover {
  filter: grayscale(1) contrast(0);
}
.page-content .text-logo img {
  vertical-align: text-bottom;
}

.copyright {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  text-align: center;
  font-size: 9px;
  line-height: 1em;
  color: #fff;
}
@media (max-width: 1118px) {
  .copyright {
    left: 5px;
    right: 5px;
  }
}
.copyright .link-castaar {
  display: inline-block;
  text-decoration: none;
  color: #fff;
}
.copyright .link-castaar svg {
  width: 55px;
  height: 8px;
  margin-bottom: 2px;
}
.copyright .link-castaar:hover {
  color: #D79849;
}

.home-popup {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 50px;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 50px;
  max-width: 500px;
}
@media (max-width: 767px) {
  .home-popup {
    width: 90vw;
    top: 55px;
    right: 0;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.85);
  }
}
.home-popup:empty {
  display: none;
}
.home-popup .kt-button {
  text-decoration: none;
}