@font-face {
  font-family: 'Objectivity-Bold';
  font-display: swap;
  src: url("/wp-content/themes/chiringay/assets/fonts/Objectivity/otf/Objectivity-Bold.otf") format("opentype"), url("/wp-content/themes/chiringay/assets/fonts/Objectivity/woff/Objectivity-Bold.woff") format("woff");
}
@font-face {
  font-family: 'Objectivity-Light';
  font-display: swap;
  src: url("/wp-content/themes/chiringay/assets/fonts/Objectivity/otf/Objectivity-Light.otf") format("opentype"), url("/wp-content/themes/chiringay/assets/fonts/Objectivity/woff/Objectivity-Light.woff") format("woff");
}
@font-face {
  font-family: 'Objectivity-Medium';
  font-display: swap;
  src: url("/wp-content/themes/chiringay/assets/fonts/Objectivity/otf/Objectivity-Medium.otf") format("opentype"), url("/wp-content/themes/chiringay/assets/fonts/Objectivity/woff/Objectivity-Medium.woff") format("woff");
}
@font-face {
  font-family: 'Objectivity-Regular';
  font-display: swap;
  src: url("/wp-content/themes/chiringay/assets/fonts/Objectivity/otf/Objectivity-Regular.otf") format("opentype"), url("/wp-content/themes/chiringay/assets/fonts/Objectivity/woff/Objectivity-Regular.woff") format("woff");
}
@font-face {
  font-family: 'SmoothStone-Regular';
  font-display: swap;
  src: url("/wp-content/themes/chiringay/assets/fonts/SmoothStone/otf/SmoothStone-Regular.otf") format("opentype"), url("/wp-content/themes/chiringay/assets/fonts/SmoothStone/woff/SmoothStone-Regular.woff") format("woff"), url("/wp-content/themes/chiringay/assets/fonts/SmoothStone/woff/SmoothStone-Regular.woff2") format("woff2");
}
@media (min-width: 1920px) {
  /* line 1, ../sass/_normalize.scss */
  .container {
    max-width: 1640px;
  }
}

/* line 7, ../sass/_normalize.scss */
.band-colors {
  height: 8px;
  width: 100%;
  background: transparent linear-gradient(90deg, #eb4266 0%, #eb7442 21%, #f2da3d 40%, #7deb42 59%, #3a95f0 78%, #654ef5 100%) 0% 0% no-repeat padding-box;
}

/* line 23, ../sass/_normalize.scss */
.banner {
  position: relative;
}
/* line 26, ../sass/_normalize.scss */
.banner .image {
  height: 520px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  /* line 26, ../sass/_normalize.scss */
  .banner .image {
    height: 210px;
  }
}
/* line 35, ../sass/_normalize.scss */
.banner .image img {
  max-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 42, ../sass/_normalize.scss */
.banner .image .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #6c6f92 0% 0% no-repeat padding-box;
  opacity: 0.3;
}
/* line 52, ../sass/_normalize.scss */
.banner h1 {
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -43%);
  font-family: "SmoothStone-Regular";
  color: #ffffff;
  font-size: 120px;
  width: 100%;
  text-align: center;
  text-shadow: 1px 1px 2px black;
}
@media screen and (max-width: 767.98px) {
  /* line 52, ../sass/_normalize.scss */
  .banner h1 {
    font-size: 68px;
  }
}
/* line 69, ../sass/_normalize.scss */
.banner ul.sidebar-social {
  position: absolute;
  bottom: 2%;
  left: 90px;
  list-style: none;
}
@media screen and (max-width: 991.98px) {
  /* line 69, ../sass/_normalize.scss */
  .banner ul.sidebar-social {
    display: none;
  }
}
/* line 79, ../sass/_normalize.scss */
.banner ul.sidebar-social li {
  width: 44px;
  height: 50px;
  position: relative;
  background: #e6e67f;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 89, ../sass/_normalize.scss */
.banner ul.sidebar-social li img {
  width: 24px;
  height: 24px;
}
/* line 94, ../sass/_normalize.scss */
.banner ul.sidebar-social li .slider {
  content: "";
  position: absolute;
  top: 0;
  left: 44px;
  width: 0px;
  height: 50px;
  background: #b1ddea47 0% 0% no-repeat padding-box;
  backdrop-filter: blur(4px);
  transition: width 0.3s ease-in-out;
}
/* line 106, ../sass/_normalize.scss */
.banner ul.sidebar-social li .slider p {
  text-align: center;
  line-height: 50px;
  opacity: 0;
}
/* line 111, ../sass/_normalize.scss */
.banner ul.sidebar-social li .slider p a {
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  font-family: "Objectivity-Regular";
}
/* line 120, ../sass/_normalize.scss */
.banner ul.sidebar-social li:hover .slider {
  width: 250px;
}
/* line 124, ../sass/_normalize.scss */
.banner ul.sidebar-social li:hover .slider p {
  opacity: 1;
}

/* line 130, ../sass/_normalize.scss */
.main-description {
  font-size: 28px;
  font-family: "Objectivity-Regular";
  color: #0f0523;
  line-height: 52px;
}
/* line 136, ../sass/_normalize.scss */
.main-description b {
  font-family: "Objectivity-Bold";
}

/* line 141, ../sass/_normalize.scss */
.title-special {
  display: flex;
  align-items: center;
}
/* line 145, ../sass/_normalize.scss */
.title-special p {
  margin: 0;
}
/* line 149, ../sass/_normalize.scss */
.title-special span:nth-child(1) {
  font-family: "SmoothStone-Regular";
  color: #393939;
  font-size: 61px;
  padding-right: 6px;
}
@media screen and (max-width: 1919.98px) {
  /* line 149, ../sass/_normalize.scss */
  .title-special span:nth-child(1) {
    font-size: 59px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 149, ../sass/_normalize.scss */
  .title-special span:nth-child(1) {
    font-size: 57px;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 149, ../sass/_normalize.scss */
  .title-special span:nth-child(1) {
    font-size: 55px;
  }
}
@media screen and (max-width: 991.98px) {
  /* line 149, ../sass/_normalize.scss */
  .title-special span:nth-child(1) {
    font-size: 45px;
  }
}
@media screen and (max-width: 767.98px) {
  /* line 149, ../sass/_normalize.scss */
  .title-special span:nth-child(1) {
    font-size: 36px;
  }
}
/* line 176, ../sass/_normalize.scss */
.title-special span:nth-child(2) {
  font-family: "Objectivity-Light";
  color: #eb4266;
  font-size: 42px;
}
@media screen and (max-width: 1919.98px) {
  /* line 176, ../sass/_normalize.scss */
  .title-special span:nth-child(2) {
    font-size: 40px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 176, ../sass/_normalize.scss */
  .title-special span:nth-child(2) {
    font-size: 38px;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 176, ../sass/_normalize.scss */
  .title-special span:nth-child(2) {
    font-size: 36px;
  }
}
@media screen and (max-width: 991.98px) {
  /* line 176, ../sass/_normalize.scss */
  .title-special span:nth-child(2) {
    font-size: 27px;
  }
}
@media screen and (max-width: 767.98px) {
  /* line 176, ../sass/_normalize.scss */
  .title-special span:nth-child(2) {
    font-size: 18px;
  }
}
/* line 201, ../sass/_normalize.scss */
.title-special span:nth-child(2) b,
.title-special span:nth-child(2) strong {
  font-family: "Objectivity-Bold";
}

/* line 208, ../sass/_normalize.scss */
.btn-colors {
  position: relative;
  text-transform: uppercase;
  overflow: hidden;
  transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

/* line 215, ../sass/_normalize.scss */
.btn-colors:focus {
  outline: none;
}

/* line 219, ../sass/_normalize.scss */
.btn-colors::before,
.btn-colors::after {
  position: absolute;
  content: "";
  width: 25%;
  height: 100%;
  z-index: -1;
  transition: transform 0.3s ease-in-out;
}

/* line 229, ../sass/_normalize.scss */
.btn-colors::before {
  top: 0;
  left: 0;
  background: transparent linear-gradient(90deg, #eb4266 0%, #eb7442 21%, #f2da3d 40%, #7deb42 59%, #3a95f0 78%, #654ef5 100%);
  transform: translateY(100%);
  width: 100%;
}

/* line 246, ../sass/_normalize.scss */
.shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -2;
}

/* line 256, ../sass/_normalize.scss */
.shape::before,
.shape::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
}

/* line 265, ../sass/_normalize.scss */
.btn-colors:hover::before,
.btn-colors:hover::after,
.btn-colors:hover .shape::before,
.btn-colors:hover .shape::after {
  transform: translateY(0%);
}

/* line 272, ../sass/_normalize.scss */
.btn-colors:hover {
  border-color: transparent;
}

/* line 276, ../sass/_normalize.scss */
.textwidget {
  display: inline;
}

@media screen and (max-width: 767.98px) {
  /* line 280, ../sass/_normalize.scss */
  #wpgmza_map {
    height: 200px !important;
  }
}

/* line 3, ../sass/_header.scss */
.header {
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0px;
}
@media screen and (max-width: 767.98px) {
  /* line 3, ../sass/_header.scss */
  .header {
    padding: 20px 24px;
  }
}
/* line 14, ../sass/_header.scss */
.header .btn-menu {
  background: transparent;
  border: none;
  outline: none;
}
@media screen and (min-width: 992px) {
  /* line 14, ../sass/_header.scss */
  .header .btn-menu {
    display: none;
  }
}
/* line 23, ../sass/_header.scss */
.header .btn-menu img {
  width: 24px;
  height: 24px;
}
/* line 29, ../sass/_header.scss */
.header .btn-menu.light {
  display: none;
}
/* line 33, ../sass/_header.scss */
.header .menu-mobile {
  position: absolute;
  z-index: 1;
  left: 0;
  background: #1B19278D 0% 0% no-repeat padding-box;
  opacity: 1;
  backdrop-filter: blur(20px);
  width: 100%;
  top: 0px;
  padding: 26px;
  transform: translateY(-100%);
  transition: transform 0.5s ease-in-out;
}
@media screen and (min-width: 992px) {
  /* line 33, ../sass/_header.scss */
  .header .menu-mobile {
    display: none;
  }
}
/* line 50, ../sass/_header.scss */
.header .menu-mobile .close {
  color: #ffffff;
  font-family: 'Objectivity-Regular';
  font-size: 24px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  align-items: center;
}
/* line 58, ../sass/_header.scss */
.header .menu-mobile .close img {
  width: 24px;
  height: 24px;
}
/* line 64, ../sass/_header.scss */
.header .menu-mobile ul {
  flex-direction: column;
  width: 100%;
  text-align: right;
  padding-left: 0px;
  padding-right: 40px;
  list-style: none;
}
/* line 73, ../sass/_header.scss */
.header .menu-mobile ul li {
  padding-bottom: 22px;
}
/* line 75, ../sass/_header.scss */
.header .menu-mobile ul li a {
  font-family: 'Objectivity-Regular';
  font-size: 22px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 83, ../sass/_header.scss */
.header .menu-mobile ul li a.active {
  color: #e6e67f;
}
/* line 89, ../sass/_header.scss */
.header .menu-mobile .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px 40px;
}
/* line 96, ../sass/_header.scss */
.header .menu-mobile .wrapper .social a {
  text-decoration: none;
  margin-right: 20px;
}
/* line 99, ../sass/_header.scss */
.header .menu-mobile .wrapper .social a img {
  width: 17px;
  height: 17px;
}
/* line 109, ../sass/_header.scss */
.header .menu-mobile .wrapper .language a {
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 1.44px;
  font-family: 'Objectivity-Regular';
  text-decoration: none;
}
/* line 117, ../sass/_header.scss */
.header .menu-mobile .wrapper .language a:nth-child(1) {
  margin-right: 10px;
}
/* line 121, ../sass/_header.scss */
.header .menu-mobile .wrapper .language a.active {
  color: #e6e67f;
  font-family: 'Objectivity-Medium';
}
/* line 129, ../sass/_header.scss */
.header .menu-mobile.active {
  transform: translateY(0);
}
/* line 133, ../sass/_header.scss */
.header img {
  width: 193px;
  height: 88px;
}
@media screen and (max-width: 991.98px) {
  /* line 133, ../sass/_header.scss */
  .header img {
    width: 100px;
    height: 42px;
  }
}
/* line 143, ../sass/_header.scss */
.header a.light {
  display: none;
}
/* line 147, ../sass/_header.scss */
.header img.light {
  display: none;
}
/* line 151, ../sass/_header.scss */
.header ul.menu-desktop {
  list-style: none;
  display: flex;
  justify-content: space-between;
  width: 70%;
  margin: 0px;
}
@media screen and (max-width: 991.98px) {
  /* line 151, ../sass/_header.scss */
  .header ul.menu-desktop {
    display: none;
  }
}
/* line 162, ../sass/_header.scss */
.header ul.menu-desktop li {
  position: relative;
}
/* line 165, ../sass/_header.scss */
.header ul.menu-desktop li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #0f0523;
  font-size: 18px;
  letter-spacing: 1.3px;
  font-family: 'Objectivity-Medium';
  line-height: 38px;
}
@media screen and (max-width: 1919.98px) {
  /* line 165, ../sass/_header.scss */
  .header ul.menu-desktop li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 165, ../sass/_header.scss */
  .header ul.menu-desktop li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 165, ../sass/_header.scss */
  .header ul.menu-desktop li a {
    font-size: 13px;
  }
}
/* line 187, ../sass/_header.scss */
.header ul.menu-desktop li img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1919.98px) {
  /* line 187, ../sass/_header.scss */
  .header ul.menu-desktop li img {
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 187, ../sass/_header.scss */
  .header ul.menu-desktop li img {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 187, ../sass/_header.scss */
  .header ul.menu-desktop li img {
    width: 18px;
    height: 18px;
  }
}
/* line 209, ../sass/_header.scss */
.header ul.menu-desktop li span {
  font-size: 18px;
  letter-spacing: 1.44px;
  line-height: 22px;
  font-family: 'Objectivity-Medium';
}
@media screen and (max-width: 1919.98px) {
  /* line 209, ../sass/_header.scss */
  .header ul.menu-desktop li span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 209, ../sass/_header.scss */
  .header ul.menu-desktop li span {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 209, ../sass/_header.scss */
  .header ul.menu-desktop li span {
    font-size: 13px;
  }
}
/* line 228, ../sass/_header.scss */
.header ul.menu-desktop li ul {
  position: absolute;
  left: -5px;
  top: 30px;
}
/* line 233, ../sass/_header.scss */
.header ul.menu-desktop li ul li {
  background: rgba(74, 74, 74, 0.3);
  backdrop-filter: blur(8px);
  padding: 11px 8px;
}
/* line 238, ../sass/_header.scss */
.header ul.menu-desktop li ul li a {
  font-size: 18px;
  font-family: 'Objectivity-Medium';
  letter-spacing: 0.9px;
}
@media screen and (max-width: 1919.98px) {
  /* line 238, ../sass/_header.scss */
  .header ul.menu-desktop li ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 238, ../sass/_header.scss */
  .header ul.menu-desktop li ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 238, ../sass/_header.scss */
  .header ul.menu-desktop li ul li a {
    font-size: 13px;
  }
}
/* line 262, ../sass/_header.scss */
.header ul.menu-desktop li.active a {
  font-family: 'Objectivity-Bold';
}
/* line 268, ../sass/_header.scss */
.header ul.menu-desktop li.active.hover:before, .header ul.menu-desktop li.active.hover:after {
  width: 100%;
  opacity: 1;
}
/* line 275, ../sass/_header.scss */
.header ul.menu-desktop .hover {
  transition: all 0.3s ease-out;
}
/* line 277, ../sass/_header.scss */
.header ul.menu-desktop .hover:before, .header ul.menu-desktop .hover:after {
  content: "";
  position: absolute;
  bottom: -8px;
  width: 0px;
  height: 5px;
  margin: 5px 0 0;
  transition: all 0.3s ease-out;
  opacity: 0;
  background-color: #e6e67f;
}
/* line 290, ../sass/_header.scss */
.header ul.menu-desktop .hover.hover-1:before, .header ul.menu-desktop .hover.hover-1:after {
  left: 0;
}
/* line 296, ../sass/_header.scss */
.header ul.menu-desktop .hover:hover {
  cursor: pointer;
}
/* line 299, ../sass/_header.scss */
.header ul.menu-desktop .hover:hover:before, .header ul.menu-desktop .hover:hover:after {
  width: 100%;
  opacity: 1;
}
/* line 307, ../sass/_header.scss */
.header ul.menu-desktop .language {
  cursor: pointer;
  display: flex;
  align-items: center;
}
/* line 311, ../sass/_header.scss */
.header ul.menu-desktop .language ul {
  opacity: 0;
  visibility: hidden;
  list-style: none;
  transition: visibility 0.2s, opacity 0.3s ease-out;
}
/* line 320, ../sass/_header.scss */
.header ul.menu-desktop .language:hover ul {
  opacity: 1;
  visibility: visible;
}

/* line 328, ../sass/_header.scss */
.header.light {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  padding: 24px 0px;
}
@media screen and (max-width: 767.98px) {
  /* line 328, ../sass/_header.scss */
  .header.light {
    padding: 20px 24px;
  }
}
/* line 342, ../sass/_header.scss */
.header.light a.dark {
  display: none;
}
/* line 346, ../sass/_header.scss */
.header.light a.light {
  display: block;
}
/* line 350, ../sass/_header.scss */
.header.light img.dark {
  display: none;
}
/* line 354, ../sass/_header.scss */
.header.light img.light {
  display: block;
}
/* line 359, ../sass/_header.scss */
.header.light ul.menu-desktop li {
  position: relative;
}
/* line 362, ../sass/_header.scss */
.header.light ul.menu-desktop li a {
  color: #ffffff;
}
/* line 369, ../sass/_header.scss */
.header.light .language span {
  color: #ffffff;
}
/* line 375, ../sass/_header.scss */
.header.light .language ul li a {
  color: #ffffff;
}
/* line 383, ../sass/_header.scss */
.header.light .btn-menu.dark {
  display: none;
}
/* line 387, ../sass/_header.scss */
.header.light .btn-menu.light {
  display: block;
}
@media screen and (min-width: 992px) {
  /* line 387, ../sass/_header.scss */
  .header.light .btn-menu.light {
    display: none;
  }
}

/* line 1, ../sass/_footer.scss */
.footer {
  background: #0f0523;
}
/* line 4, ../sass/_footer.scss */
.footer .container.footer-desktop {
  height: 100%;
  padding: 56px 0px;
}
@media screen and (max-width: 991.98px) {
  /* line 4, ../sass/_footer.scss */
  .footer .container.footer-desktop {
    display: none;
  }
}
/* line 12, ../sass/_footer.scss */
.footer .container.footer-desktop .columns {
  color: #c2c2d8;
  font-family: 'Objectivity-Regular';
  height: 100%;
}
/* line 18, ../sass/_footer.scss */
.footer .container.footer-desktop .columns .column .title {
  padding-bottom: 33px;
}
/* line 20, ../sass/_footer.scss */
.footer .container.footer-desktop .columns .column .title span {
  font-size: 28px;
  font-family: 'Objectivity-Medium';
  color: #ffffff;
}
@media screen and (max-width: 1919.98px) {
  /* line 20, ../sass/_footer.scss */
  .footer .container.footer-desktop .columns .column .title span {
    font-size: 26px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 20, ../sass/_footer.scss */
  .footer .container.footer-desktop .columns .column .title span {
    font-size: 24px;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 20, ../sass/_footer.scss */
  .footer .container.footer-desktop .columns .column .title span {
    font-size: 20px;
  }
}
/* line 39, ../sass/_footer.scss */
.footer .container.footer-desktop .columns .column p {
  font-size: 18px;
  margin-bottom: 0px;
  line-height: 30px;
}
@media screen and (max-width: 1919.98px) {
  /* line 39, ../sass/_footer.scss */
  .footer .container.footer-desktop .columns .column p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 39, ../sass/_footer.scss */
  .footer .container.footer-desktop .columns .column p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 39, ../sass/_footer.scss */
  .footer .container.footer-desktop .columns .column p {
    font-size: 11px;
  }
}
/* line 58, ../sass/_footer.scss */
.footer .container.footer-desktop .columns .one {
  display: flex;
  flex-direction: column;
}
/* line 62, ../sass/_footer.scss */
.footer .container.footer-desktop .columns .one img {
  width: 176px;
  height: 81px;
}
@media screen and (max-width: 1919.98px) {
  /* line 62, ../sass/_footer.scss */
  .footer .container.footer-desktop .columns .one img {
    width: 174px;
    height: 79px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 62, ../sass/_footer.scss */
  .footer .container.footer-desktop .columns .one img {
    width: 170px;
    height: 75px;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 62, ../sass/_footer.scss */
  .footer .container.footer-desktop .columns .one img {
    width: 165px;
    height: 70px;
  }
}
/* line 82, ../sass/_footer.scss */
.footer .container.footer-desktop .columns .one .custom-widget {
  margin-top: auto;
}
/* line 86, ../sass/_footer.scss */
.footer .container.footer-desktop .columns .one p {
  font-size: 16px;
}
@media screen and (max-width: 1919.98px) {
  /* line 86, ../sass/_footer.scss */
  .footer .container.footer-desktop .columns .one p {
    font-size: 15px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 86, ../sass/_footer.scss */
  .footer .container.footer-desktop .columns .one p {
    font-size: 13px;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 86, ../sass/_footer.scss */
  .footer .container.footer-desktop .columns .one p {
    font-size: 11px;
  }
}
/* line 103, ../sass/_footer.scss */
.footer .container.footer-desktop .columns .two {
  display: flex;
  flex-direction: column;
}
/* line 106, ../sass/_footer.scss */
.footer .container.footer-desktop .columns .two .info {
  margin-bottom: 41px;
}
/* line 110, ../sass/_footer.scss */
.footer .container.footer-desktop .columns .two .address {
  margin-top: auto;
}
/* line 112, ../sass/_footer.scss */
.footer .container.footer-desktop .columns .two .address p {
  width: 83%;
}
/* line 120, ../sass/_footer.scss */
.footer .container.footer-desktop .columns .four .social a {
  margin-right: 32px;
}
@media screen and (max-width: 1399.98px) {
  /* line 120, ../sass/_footer.scss */
  .footer .container.footer-desktop .columns .four .social a {
    margin-right: 25px;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 120, ../sass/_footer.scss */
  .footer .container.footer-desktop .columns .four .social a {
    margin-right: 15px;
  }
}
/* line 131, ../sass/_footer.scss */
.footer .container.footer-desktop .columns .four .social a img {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1919.98px) {
  /* line 131, ../sass/_footer.scss */
  .footer .container.footer-desktop .columns .four .social a img {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 131, ../sass/_footer.scss */
  .footer .container.footer-desktop .columns .four .social a img {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 131, ../sass/_footer.scss */
  .footer .container.footer-desktop .columns .four .social a img {
    width: 25px;
    height: 25px;
  }
}
/* line 158, ../sass/_footer.scss */
.footer .container.footer-desktop .columns .five ul {
  height: 100%;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
/* line 167, ../sass/_footer.scss */
.footer .container.footer-desktop .columns .five ul li .line {
  width: 32px;
  border-top: 1px solid #ffffff;
  margin-right: 16px;
}
/* line 172, ../sass/_footer.scss */
.footer .container.footer-desktop .columns .five ul li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
  line-height: 29px;
}
@media screen and (max-width: 1919.98px) {
  /* line 172, ../sass/_footer.scss */
  .footer .container.footer-desktop .columns .five ul li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 172, ../sass/_footer.scss */
  .footer .container.footer-desktop .columns .five ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 172, ../sass/_footer.scss */
  .footer .container.footer-desktop .columns .five ul li a {
    font-size: 14px;
  }
}
/* line 195, ../sass/_footer.scss */
.footer .container.footer-desktop .columns .five ul li:before {
  content: '\2014';
  position: absolute;
  margin-left: -20px;
}
/* line 207, ../sass/_footer.scss */
.footer .container.footer-mobile {
  display: none;
  padding-top: 46px;
  padding-bottom: 20px;
}
@media screen and (max-width: 991.98px) {
  /* line 207, ../sass/_footer.scss */
  .footer .container.footer-mobile {
    display: block;
  }
}
/* line 216, ../sass/_footer.scss */
.footer .container.footer-mobile span {
  font-family: 'Objectivity-Bold';
  color: #ffffff;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  /* line 216, ../sass/_footer.scss */
  .footer .container.footer-mobile span {
    font-size: 16px;
  }
}
/* line 226, ../sass/_footer.scss */
.footer .container.footer-mobile p {
  color: #c2c2d8;
  font-family: 'Objectivity-Regular';
  font-size: 12px;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  /* line 226, ../sass/_footer.scss */
  .footer .container.footer-mobile p {
    font-size: 14px;
  }
}
/* line 237, ../sass/_footer.scss */
.footer .container.footer-mobile .logo {
  width: 30%;
}
/* line 242, ../sass/_footer.scss */
.footer .container.footer-mobile .social a:nth-child(1) {
  margin-right: 10px;
}
/* line 246, ../sass/_footer.scss */
.footer .container.footer-mobile .social img {
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 768px) {
  /* line 246, ../sass/_footer.scss */
  .footer .container.footer-mobile .social img {
    width: 30px;
    height: 30px;
  }
}
/* line 257, ../sass/_footer.scss */
.footer .container.footer-mobile .address {
  width: 70%;
}
/* line 260, ../sass/_footer.scss */
.footer .container.footer-mobile .address p {
  text-align: center;
}
@media screen and (min-width: 768px) {
  /* line 257, ../sass/_footer.scss */
  .footer .container.footer-mobile .address {
    width: 40%;
  }
}
/* line 270, ../sass/_footer.scss */
.footer .scroll-top {
  position: fixed;
  bottom: 20px;
  background: transparent;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  right: 2%;
  border: 2px solid #d6e0ea;
  display: none;
  z-index: 5;
}
/* line 283, ../sass/_footer.scss */
.footer .scroll-top:hover {
  cursor: pointer;
  border-color: #7e6ee6;
}

/* line 2, ../sass/_home.scss */
.home .carousel {
  height: 100vh;
  max-height: 969px;
  position: relative;
}
@media screen and (max-width: 991.98px) {
  /* line 2, ../sass/_home.scss */
  .home .carousel {
    max-height: 667px;
  }
}
/* line 11, ../sass/_home.scss */
.home .carousel .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #6c6f92 0% 0% no-repeat padding-box;
  opacity: 0.3;
  z-index: 1;
}
/* line 21, ../sass/_home.scss */
.home .carousel .message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 991.98px) {
  /* line 21, ../sass/_home.scss */
  .home .carousel .message {
    display: none;
  }
}
/* line 36, ../sass/_home.scss */
.home .carousel .message p {
  font-family: "Objectivity-Light";
  color: #ffffff;
  font-size: 56px;
  text-shadow: 1px 1px 2px black;
}
/* line 44, ../sass/_home.scss */
.home .carousel .message .btn .btn-colors {
  background-color: transparent;
  outline: none;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-size: 22px;
  letter-spacing: 2.86px;
  font-family: "Objectivity-Medium";
  padding: 24px 60px;
  padding-top: 30px;
  border-bottom: 0;
}
/* line 57, ../sass/_home.scss */
.home .carousel .message .btn .btn-colors:hover {
  border-color: transparent;
  font-family: "Objectivity-Bold";
}
/* line 62, ../sass/_home.scss */
.home .carousel .message .btn .band-colors {
  height: 4px;
  width: calc(100% - 2px);
  margin-left: 1px;
  margin-right: 1px;
}
/* line 71, ../sass/_home.scss */
.home .carousel .message-mobile {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: space-around;
  width: 300px;
}
@media screen and (min-width: 991.98px) {
  /* line 71, ../sass/_home.scss */
  .home .carousel .message-mobile {
    display: none;
  }
}
/* line 88, ../sass/_home.scss */
.home .carousel .message-mobile p {
  text-align: left;
  width: 100%;
  color: #ffffff;
  font-family: "Objectivity-Light";
}
/* line 94, ../sass/_home.scss */
.home .carousel .message-mobile p b {
  font-family: "Objectivity-Bold";
}
/* line 99, ../sass/_home.scss */
.home .carousel .message-mobile div.text {
  width: 300px;
}
/* line 103, ../sass/_home.scss */
.home .carousel .message-mobile p.where {
  font-size: 36px;
}
/* line 107, ../sass/_home.scss */
.home .carousel .message-mobile p.happy {
  font-size: 22px;
}
/* line 111, ../sass/_home.scss */
.home .carousel .message-mobile .freedom {
  margin-left: 20%;
}
/* line 114, ../sass/_home.scss */
.home .carousel .message-mobile .freedom img {
  width: 164px;
  height: 72px;
}
/* line 120, ../sass/_home.scss */
.home .carousel .message-mobile .wrapper-end {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: -5%;
}
/* line 127, ../sass/_home.scss */
.home .carousel .message-mobile .wrapper-end .down {
  border: 2px solid #ffffff;
  border-radius: 50%;
  padding: 12px;
  margin-top: 42px;
}
/* line 135, ../sass/_home.scss */
.home .carousel .message-mobile .logo {
  width: 40px;
  height: 52px;
  margin-bottom: 16px;
}
/* line 142, ../sass/_home.scss */
.home .carousel .message-mobile .btn .btn-colors {
  background-color: transparent;
  outline: none;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-size: 18px;
  letter-spacing: 2.56px;
  font-family: "Objectivity-Bold";
  padding: 18px 60px;
  border-bottom: 0;
}
/* line 154, ../sass/_home.scss */
.home .carousel .message-mobile .btn .btn-colors:hover {
  border-color: transparent;
}
/* line 158, ../sass/_home.scss */
.home .carousel .message-mobile .btn .band-colors {
  height: 4px;
  width: 100%;
}
/* line 165, ../sass/_home.scss */
.home .carousel ul.sidebar-social {
  position: absolute;
  bottom: 2%;
  left: 90px;
  list-style: none;
  z-index: 2;
}
@media screen and (max-width: 991.98px) {
  /* line 165, ../sass/_home.scss */
  .home .carousel ul.sidebar-social {
    display: none;
  }
}
/* line 176, ../sass/_home.scss */
.home .carousel ul.sidebar-social li {
  width: 44px;
  height: 50px;
  position: relative;
  background: #e6e67f;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 186, ../sass/_home.scss */
.home .carousel ul.sidebar-social li img {
  width: 24px;
  height: 24px;
}
/* line 191, ../sass/_home.scss */
.home .carousel ul.sidebar-social li .slider {
  content: "";
  position: absolute;
  top: 0;
  left: 44px;
  width: 0px;
  height: 50px;
  background: #b1ddea47 0% 0% no-repeat padding-box;
  backdrop-filter: blur(4px);
  transition: width 0.3s ease-in-out;
}
/* line 203, ../sass/_home.scss */
.home .carousel ul.sidebar-social li .slider p {
  text-align: center;
  line-height: 50px;
  opacity: 0;
}
/* line 208, ../sass/_home.scss */
.home .carousel ul.sidebar-social li .slider p a {
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  font-family: "Objectivity-Regular";
}
/* line 217, ../sass/_home.scss */
.home .carousel ul.sidebar-social li:hover .slider {
  width: 250px;
}
/* line 221, ../sass/_home.scss */
.home .carousel ul.sidebar-social li:hover .slider p {
  opacity: 1;
}
/* line 226, ../sass/_home.scss */
.home .carousel .band-colors.main {
  height: 8px;
  width: 100%;
  z-index: 2;
}
/* line 232, ../sass/_home.scss */
.home .carousel .scroll-down {
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translate(-2%, -50%);
  z-index: 2;
}
@media screen and (max-width: 991.98px) {
  /* line 232, ../sass/_home.scss */
  .home .carousel .scroll-down {
    display: none;
  }
}
/* line 244, ../sass/_home.scss */
.home .carousel .owl-carousel {
  height: 100%;
}
/* line 247, ../sass/_home.scss */
.home .carousel .owl-carousel .owl-stage-outer {
  height: 100%;
}
/* line 249, ../sass/_home.scss */
.home .carousel .owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}
/* line 251, ../sass/_home.scss */
.home .carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
/* line 253, ../sass/_home.scss */
.home .carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
  height: 100%;
}
/* line 255, ../sass/_home.scss */
.home .carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item img {
  height: 100%;
}
@media screen and (max-width: 991.98px) {
  /* line 255, ../sass/_home.scss */
  .home .carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item .item img {
    object-fit: cover;
  }
}
/* line 268, ../sass/_home.scss */
.home .carousel .owl-dots {
  position: absolute;
  bottom: 5%;
  right: 90px;
  z-index: 3;
  display: flex;
  list-style: none;
}
@media screen and (max-width: 991.98px) {
  /* line 268, ../sass/_home.scss */
  .home .carousel .owl-dots {
    display: none;
  }
}
/* line 280, ../sass/_home.scss */
.home .carousel .owl-dots .owl-dot {
  background: #ffffff;
  margin: 10px;
  border-radius: 5px;
  width: 10px;
  height: 10px;
  z-index: 3;
  transition: width 0.5s ease-in-out, border-radius 0.3s ease-in-out;
}
/* line 290, ../sass/_home.scss */
.home .carousel .owl-dots .owl-dot:hover {
  cursor: pointer;
}
/* line 294, ../sass/_home.scss */
.home .carousel .owl-dots .owl-dot.active {
  width: 54px;
  border-radius: 5px;
}
/* line 303, ../sass/_home.scss */
.home .reserve .title-special span:nth-child(2) {
  color: #7e6ee6;
}
/* line 308, ../sass/_home.scss */
.home .reserve .description {
  font-size: 22px;
  font-family: "Objectivity-Regular";
  color: #0f0523;
  width: 50%;
  line-height: 34px;
}
@media screen and (max-width: 1919.98px) {
  /* line 308, ../sass/_home.scss */
  .home .reserve .description {
    font-size: 20px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 308, ../sass/_home.scss */
  .home .reserve .description {
    font-size: 18px;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 308, ../sass/_home.scss */
  .home .reserve .description {
    font-size: 16px;
  }
}
@media screen and (max-width: 991.98px) {
  /* line 308, ../sass/_home.scss */
  .home .reserve .description {
    width: 100%;
    font-size: 15px;
  }
}
/* line 332, ../sass/_home.scss */
.home .reserve .description strong {
  font-family: "Objectivity-Bold";
}
@media screen and (max-width: 991.98px) {
  /* line 337, ../sass/_home.scss */
  .home .reserve .form {
    display: flex;
    flex-direction: column-reverse;
  }
}
/* line 342, ../sass/_home.scss */
.home .reserve .form .iframe {
/*   background: #7e6ee6; */
  padding-right: 0;
}
@media screen and (max-width: 991.98px) {
  /* line 342, ../sass/_home.scss */
  .home .reserve .form .iframe {
    padding: initial;
  }
}
@media screen and (max-width: 991.98px) {
  /* line 342, ../sass/_home.scss */
  .home .reserve .form .iframe {
    height: 100%;
  }
}
/* line 355, ../sass/_home.scss */
.home .reserve .form .image {
  padding-left: 0;
}
@media screen and (max-width: 991.98px) {
  /* line 355, ../sass/_home.scss */
  .home .reserve .form .image {
    padding: initial;
  }
}
/* line 361, ../sass/_home.scss */
.home .reserve .form .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 991.98px) {
  /* line 361, ../sass/_home.scss */
  .home .reserve .form .image img {
    max-height: 300px;
  }
}
@media screen and (max-width: 767.98px) {
  /* line 361, ../sass/_home.scss */
  .home .reserve .form .image img {
    max-height: 200px;
  }
}
/* line 377, ../sass/_home.scss */
.home .reserve .hours {
  margin-top: 64px;
}
/* line 380, ../sass/_home.scss */
.home .reserve .hours h3 {
  color: #7e6ee6;
  font-size: 24px;
  font-family: "Objectivity-Bold";
}
@media screen and (max-width: 1919.98px) {
  /* line 380, ../sass/_home.scss */
  .home .reserve .hours h3 {
    font-size: 21px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 380, ../sass/_home.scss */
  .home .reserve .hours h3 {
    font-size: 19px;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 380, ../sass/_home.scss */
  .home .reserve .hours h3 {
    font-size: 15px;
  }
}
@media screen and (max-width: 991.98px) {
  /* line 380, ../sass/_home.scss */
  .home .reserve .hours h3 {
    font-size: 18px;
  }
}
/* line 402, ../sass/_home.scss */
.home .reserve .hours p {
  color: #0f0523;
  font-size: 20px;
  font-family: "Objectivity-Regular";
  margin-bottom: 5px;
}
@media screen and (max-width: 1919.98px) {
  /* line 402, ../sass/_home.scss */
  .home .reserve .hours p {
    font-size: 17px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 402, ../sass/_home.scss */
  .home .reserve .hours p {
    font-size: 15px;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 402, ../sass/_home.scss */
  .home .reserve .hours p {
    font-size: 12px;
  }
}
@media screen and (max-width: 991.98px) {
  /* line 402, ../sass/_home.scss */
  .home .reserve .hours p {
    font-size: 15px;
  }
}
/* line 425, ../sass/_home.scss */
.home .reserve .hours p.hour {
  padding-left: 20px;
}
@media screen and (max-width: 991.98px) {
  /* line 429, ../sass/_home.scss */
  .home .reserve .hours p.days {
    padding-left: 20px;
  }
}
/* line 435, ../sass/_home.scss */
.home .reserve .hours .wait {
  font-size: 22px;
}
@media screen and (max-width: 1919.98px) {
  /* line 435, ../sass/_home.scss */
  .home .reserve .hours .wait {
    font-size: 17px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 435, ../sass/_home.scss */
  .home .reserve .hours .wait {
    font-size: 15px;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 435, ../sass/_home.scss */
  .home .reserve .hours .wait {
    font-size: 12px;
  }
}
@media screen and (max-width: 991.98px) {
  /* line 435, ../sass/_home.scss */
  .home .reserve .hours .wait {
    font-size: 15px;
  }
}
/* line 457, ../sass/_home.scss */
.home #redi-reservation {
  height: 100%;
  padding: 64px 80px;
}
@media screen and (max-width: 1919.98px) {
  /* line 457, ../sass/_home.scss */
  .home #redi-reservation {
    padding: 60px 76px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 457, ../sass/_home.scss */
  .home #redi-reservation {
    padding: 56px 72px;
  }
}
@media screen and (max-width: 1119.98px) {
  /* line 457, ../sass/_home.scss */
  .home #redi-reservation {
    padding: 52px 68px;
  }
}
@media screen and (max-width: 991.98px) {
  /* line 457, ../sass/_home.scss */
  .home #redi-reservation {
    padding: 20px 40px;
  }
}
/* line 479, ../sass/_home.scss */
.home #redi-reservation #step1 .rowLeft h4 {
  color: #ffffff;
  font-family: "Objectivity-Medium";
  font-size: 28px;
  margin-bottom: 64px;
}
@media screen and (max-width: 1919.98px) {
  /* line 479, ../sass/_home.scss */
  .home #redi-reservation #step1 .rowLeft h4 {
    font-size: 24px;
    margin-bottom: 54px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 479, ../sass/_home.scss */
  .home #redi-reservation #step1 .rowLeft h4 {
    font-size: 20px;
    margin-bottom: 44px;
  }
}
@media screen and (max-width: 1119.98px) {
  /* line 479, ../sass/_home.scss */
  .home #redi-reservation #step1 .rowLeft h4 {
    font-size: 16px;
    margin-bottom: 34px;
  }
}
/* line 505, ../sass/_home.scss */
.home #redi-reservation #step2 h4,
.home #redi-reservation #step3 h4 {
  color: #ffffff;
  font-family: "Objectivity-Medium";
  font-size: 28px;
  margin-bottom: 42px;
}
@media screen and (max-width: 1919.98px) {
  /* line 505, ../sass/_home.scss */
  .home #redi-reservation #step2 h4,
  .home #redi-reservation #step3 h4 {
    font-size: 24px;
    margin-bottom: 44px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 505, ../sass/_home.scss */
  .home #redi-reservation #step2 h4,
  .home #redi-reservation #step3 h4 {
    font-size: 20px;
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 1119.98px) {
  /* line 505, ../sass/_home.scss */
  .home #redi-reservation #step2 h4,
  .home #redi-reservation #step3 h4 {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
/* line 528, ../sass/_home.scss */
.home #redi-reservation label {
  font-family: "Objectivity-Regular";
  color: #ffffff;
  font-size: 20px;
}
@media screen and (max-width: 1919.98px) {
  /* line 528, ../sass/_home.scss */
  .home #redi-reservation label {
    font-size: 20px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 528, ../sass/_home.scss */
  .home #redi-reservation label {
    font-size: 18px;
  }
}
@media screen and (max-width: 1119.98px) {
  /* line 528, ../sass/_home.scss */
  .home #redi-reservation label {
    font-size: 16px;
  }
}
/* line 546, ../sass/_home.scss */
.home #redi-reservation input,
.home #redi-reservation select,
.home #redi-reservation textarea {
  background: transparent;
  color: #ffffff;
  border: none;
  border-bottom: 1px solid #ffffff;
  font-size: 20px;
  font-family: "Objectivity-Regular";
  outline: none;
}
@media screen and (max-width: 1919.98px) {
  /* line 546, ../sass/_home.scss */
  .home #redi-reservation input,
  .home #redi-reservation select,
  .home #redi-reservation textarea {
    font-size: 18px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 546, ../sass/_home.scss */
  .home #redi-reservation input,
  .home #redi-reservation select,
  .home #redi-reservation textarea {
    font-size: 16px;
  }
}
@media screen and (max-width: 1119.98px) {
  /* line 546, ../sass/_home.scss */
  .home #redi-reservation input,
  .home #redi-reservation select,
  .home #redi-reservation textarea {
    font-size: 14px;
  }
}
/* line 570, ../sass/_home.scss */
.home #redi-reservation textarea {
  border: 1px solid #ffffff;
}
/* line 574, ../sass/_home.scss */
.home #redi-reservation .redi-reservation-select {
  box-shadow: none;
  border-radius: 0;
}
/* line 578, ../sass/_home.scss */
.home #redi-reservation .redi-reservation-select option {
  color: #0f0523;
  font-size: 16px;
}
/* line 584, ../sass/_home.scss */
.home #redi-reservation .redi-restaurant-button {
  border: 1px solid #ffffff;
  font-size: 18px;
  font-family: "Objectivity-Medium";
  letter-spacing: 2.52px;
  text-transform: uppercase;
  padding: 24px 44px;
}
@media screen and (max-width: 1919.98px) {
  /* line 584, ../sass/_home.scss */
  .home #redi-reservation .redi-restaurant-button {
    font-size: 16px;
    padding: 22px 42px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 584, ../sass/_home.scss */
  .home #redi-reservation .redi-restaurant-button {
    font-size: 14px;
    padding: 20px 40px;
  }
}
@media screen and (max-width: 1119.98px) {
  /* line 584, ../sass/_home.scss */
  .home #redi-reservation .redi-restaurant-button {
    font-size: 12px;
    padding: 20px 40px;
  }
}
/* line 608, ../sass/_home.scss */
.home #redi-reservation .redi-restaurant-time-button {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  font-family: "Objectivity-Regular";
  font-size: 18px;
  padding: 12px 20px;
}
@media screen and (max-width: 1919.98px) {
  /* line 608, ../sass/_home.scss */
  .home #redi-reservation .redi-restaurant-time-button {
    font-size: 16px;
    padding: 10px 18px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 608, ../sass/_home.scss */
  .home #redi-reservation .redi-restaurant-time-button {
    font-size: 14px;
    padding: 8px 16px;
  }
}
@media screen and (max-width: 1119.98px) {
  /* line 608, ../sass/_home.scss */
  .home #redi-reservation .redi-restaurant-time-button {
    font-size: 12px;
    padding: 6px 14px;
  }
}
@media screen and (max-width: 991.98px) {
  /* line 608, ../sass/_home.scss */
  .home #redi-reservation .redi-restaurant-time-button {
    font-size: 14px;
    padding: 6px 14px;
  }
}
/* line 637, ../sass/_home.scss */
.home #redi-reservation .redi-restaurant-time-button:disabled,
.home #redi-reservation .redi-restaurant-time-button[disabled] {
  background: #d6d0fe;
  color: #0f0523;
  border: 1px solid #d6d0fe;
}
/* line 644, ../sass/_home.scss */
.home #redi-reservation .redi-restaurant-time-button[select="select"] {
  background: #ffffff;
  color: #0f0523;
  font-size: "Objectivity-Regular";
}
/* line 650, ../sass/_home.scss */
.home #redi-reservation #name_phone_email_form > div {
  margin-bottom: 30px;
}
@media screen and (max-width: 1919.98px) {
  /* line 650, ../sass/_home.scss */
  .home #redi-reservation #name_phone_email_form > div {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 650, ../sass/_home.scss */
  .home #redi-reservation #name_phone_email_form > div {
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 1119.98px) {
  /* line 650, ../sass/_home.scss */
  .home #redi-reservation #name_phone_email_form > div {
    margin-bottom: 24px;
  }
}

/* line 667, ../sass/_home.scss */
#ui-datepicker-div {
  border: none;
  border-radius: 0;
  padding: 0;
}
/* line 672, ../sass/_home.scss */
#ui-datepicker-div .ui-datepicker-header {
  background: #d6d0fe;
  border: none;
  border-radius: 0;
}
/* line 678, ../sass/_home.scss */
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title span {
  font-family: "Objectivity-Medium";
  color: #2f3061;
  font-size: 20px;
}
@media screen and (max-width: 991.98px) {
  /* line 678, ../sass/_home.scss */
  #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title span {
    font-size: 16px;
  }
}
/* line 693, ../sass/_home.scss */
#ui-datepicker-div .ui-datepicker-calendar thead tr th {
  color: #393939;
  font-family: "Objectivity-Bold";
  font-size: 18px;
}
@media screen and (max-width: 991.98px) {
  /* line 693, ../sass/_home.scss */
  #ui-datepicker-div .ui-datepicker-calendar thead tr th {
    font-size: 14px;
  }
}
/* line 706, ../sass/_home.scss */
#ui-datepicker-div .ui-datepicker-calendar tbody tr td {
  border: 1px solid #7e72e3;
  padding: 0;
}
/* line 710, ../sass/_home.scss */
#ui-datepicker-div .ui-datepicker-calendar tbody tr td a {
  color: #393939;
  font-family: "Objectivity-Bold";
  font-size: 18px;
  background: transparent;
  border: none;
}
@media screen and (max-width: 991.98px) {
  /* line 710, ../sass/_home.scss */
  #ui-datepicker-div .ui-datepicker-calendar tbody tr td a {
    font-size: 14px;
    padding: 0.1em;
  }
}
/* line 723, ../sass/_home.scss */
#ui-datepicker-div .ui-datepicker-calendar tbody tr td a.ui-state-active {
  background: #7e6ee6;
  color: #ffffff;
}
/* line 728, ../sass/_home.scss */
#ui-datepicker-div .ui-datepicker-calendar tbody tr td span {
  border: none;
  background: transparent;
  font-size: 18px;
}
@media screen and (max-width: 991.98px) {
  /* line 728, ../sass/_home.scss */
  #ui-datepicker-div .ui-datepicker-calendar tbody tr td span {
    font-size: 14px;
    padding: 0.1em;
  }
}
/* line 740, ../sass/_home.scss */
#ui-datepicker-div .ui-datepicker-calendar tbody tr td.ui-datepicker-other-month {
  border: none;
}

@media screen and (max-width: 1919.98px) {
  /* line 3, ../sass/_beach.scss */
  .beach .main-description {
    font-size: 26px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 3, ../sass/_beach.scss */
  .beach .main-description {
    font-size: 24px;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 3, ../sass/_beach.scss */
  .beach .main-description {
    font-size: 22px;
  }
}
@media screen and (max-width: 991.98px) {
  /* line 3, ../sass/_beach.scss */
  .beach .main-description {
    font-size: 20px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  /* line 3, ../sass/_beach.scss */
  .beach .main-description {
    font-size: 15px;
    line-height: 28px;
  }
}
/* line 27, ../sass/_beach.scss */
.beach .gallery {
  padding: 0px 8%;
}
/* line 29, ../sass/_beach.scss */
.beach .gallery .image {
  padding: 4px;
  height: 360px;
}
@media screen and (max-width: 1199.98px) {
  /* line 29, ../sass/_beach.scss */
  .beach .gallery .image {
    height: 300px;
  }
}
@media screen and (max-width: 991.98px) {
  /* line 29, ../sass/_beach.scss */
  .beach .gallery .image {
    height: 240px;
  }
}
@media screen and (max-width: 767.98px) {
  /* line 29, ../sass/_beach.scss */
  .beach .gallery .image {
    height: 164px;
  }
}
/* line 45, ../sass/_beach.scss */
.beach .gallery .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* line 52, ../sass/_beach.scss */
.beach .gallery .image.action-more {
  display: none;
}
/* line 56, ../sass/_beach.scss */
.beach .gallery .btn-more {
  background-color: transparent;
  outline: none;
  color: #0f0523;
  border: 2px solid #0f0523;
  font-size: 22px;
  letter-spacing: 3.08px;
  font-family: 'Objectivity-Medium';
  padding: 24px 38px;
  position: relative;
  text-transform: uppercase;
  overflow: hidden;
  transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media screen and (max-width: 767.98px) {
  /* line 56, ../sass/_beach.scss */
  .beach .gallery .btn-more {
    font-size: 16px;
  }
}
/* line 75, ../sass/_beach.scss */
.beach .gallery .btn-more:hover {
  border-color: transparent;
  color: #ffffff;
}
/* line 80, ../sass/_beach.scss */
.beach .gallery .btn-more:focus {
  outline: none;
}
/* line 84, ../sass/_beach.scss */
.beach .gallery .btn-more::before,
.beach .gallery .btn-more::after {
  position: absolute;
  content: '';
  width: 25%;
  height: 100%;
  z-index: -1;
  transition: transform 0.3s ease-in-out;
}
/* line 94, ../sass/_beach.scss */
.beach .gallery .btn-more::before {
  top: 0;
  left: 0;
  background: #0f0523;
  transform: translateY(100%);
  width: 100%;
}
/* line 102, ../sass/_beach.scss */
.beach .gallery .shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -2;
}
/* line 112, ../sass/_beach.scss */
.beach .gallery .shape::before,
.beach .gallery .shape::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
}
/* line 121, ../sass/_beach.scss */
.beach .gallery .btn-more:hover::before,
.beach .gallery .btn-more:hover::after,
.beach .gallery .btn-more:hover .shape::before,
.beach .gallery .btn-more:hover .shape::after {
  transform: translateY(0%);
}
/* line 128, ../sass/_beach.scss */
.beach .gallery .btn-more:hover {
  border-color: transparent;
}

/* line 4, ../sass/_ibiza.scss */
.ibiza .text p {
  color: #0f0523;
  font-family: 'Objectivity-Regular';
  font-size: 24px;
  line-height: 52px;
}
@media screen and (max-width: 1919.98px) {
  /* line 4, ../sass/_ibiza.scss */
  .ibiza .text p {
    font-size: 22px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 4, ../sass/_ibiza.scss */
  .ibiza .text p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 4, ../sass/_ibiza.scss */
  .ibiza .text p {
    font-size: 18px;
  }
}
@media screen and (max-width: 991.98px) {
  /* line 4, ../sass/_ibiza.scss */
  .ibiza .text p {
    font-size: 16px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  /* line 4, ../sass/_ibiza.scss */
  .ibiza .text p {
    font-size: 15px;
    line-height: 28px;
  }
}
/* line 32, ../sass/_ibiza.scss */
.ibiza .text p b, .ibiza .text p strong {
  font-family: 'Objectivity-Bold';
}
/* line 36, ../sass/_ibiza.scss */
.ibiza .text p .rose {
  color: #eb4266;
}
/* line 44, ../sass/_ibiza.scss */
.ibiza .image img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
@media screen and (max-width: 991.98px) {
  /* line 51, ../sass/_ibiza.scss */
  .ibiza .post-ibiza {
    display: flex;
  }
}
/* line 57, ../sass/_ibiza.scss */
.ibiza .post-ibiza .title-special span:nth-child(2) {
  color: #7e6ee6;
}
/* line 62, ../sass/_ibiza.scss */
.ibiza .post-ibiza .image {
  padding-right: 100px;
}
@media screen and (max-width: 1919.98px) {
  /* line 62, ../sass/_ibiza.scss */
  .ibiza .post-ibiza .image {
    padding-right: 72px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 62, ../sass/_ibiza.scss */
  .ibiza .post-ibiza .image {
    padding-right: 62px;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 62, ../sass/_ibiza.scss */
  .ibiza .post-ibiza .image {
    padding-right: 51px;
  }
}
@media screen and (max-width: 991.98px) {
  /* line 62, ../sass/_ibiza.scss */
  .ibiza .post-ibiza .image {
    order: 2;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 991.98px) {
  /* line 84, ../sass/_ibiza.scss */
  .ibiza .post-ibiza .text {
    order: 1;
  }
}
/* line 92, ../sass/_ibiza.scss */
.ibiza .post-beach .image {
  padding-left: 100px;
}
@media screen and (max-width: 1919.98px) {
  /* line 92, ../sass/_ibiza.scss */
  .ibiza .post-beach .image {
    padding-left: 72px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 92, ../sass/_ibiza.scss */
  .ibiza .post-beach .image {
    padding-left: 62px;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 92, ../sass/_ibiza.scss */
  .ibiza .post-beach .image {
    padding-left: 51px;
  }
}
@media screen and (max-width: 991.98px) {
  /* line 92, ../sass/_ibiza.scss */
  .ibiza .post-beach .image {
    display: none;
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 116, ../sass/_ibiza.scss */
.ibiza .contact h2 {
  display: flex;
  align-items: center;
  font-size: 44px;
  color: #0f0523;
  font-family: 'Objectivity-Medium';
}
@media screen and (max-width: 1919.98px) {
  /* line 116, ../sass/_ibiza.scss */
  .ibiza .contact h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 116, ../sass/_ibiza.scss */
  .ibiza .contact h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 116, ../sass/_ibiza.scss */
  .ibiza .contact h2 {
    font-size: 38px;
  }
}
@media screen and (max-width: 991.98px) {
  /* line 116, ../sass/_ibiza.scss */
  .ibiza .contact h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  /* line 116, ../sass/_ibiza.scss */
  .ibiza .contact h2 {
    font-size: 20px;
  }
}
/* line 143, ../sass/_ibiza.scss */
.ibiza .contact h2 img {
  width: 35px;
  height: 35px;
  margin-right: 16px;
}
@media screen and (max-width: 767.98px) {
  /* line 143, ../sass/_ibiza.scss */
  .ibiza .contact h2 img {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 1919.98px) {
  /* line 2, ../sass/_carta.scss */
  .la-carta .main-description {
    font-size: 24px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 2, ../sass/_carta.scss */
  .la-carta .main-description {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 2, ../sass/_carta.scss */
  .la-carta .main-description {
    font-size: 18px;
  }
}
@media screen and (max-width: 991.98px) {
  /* line 2, ../sass/_carta.scss */
  .la-carta .main-description {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767.98px) {
  /* line 2, ../sass/_carta.scss */
  .la-carta .main-description {
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 991.98px) {
  /* line 30, ../sass/_carta.scss */
  .la-carta .menu {
    display: none;
  }
}
/* line 36, ../sass/_carta.scss */
.la-carta .menu .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 556px;
}
/* line 44, ../sass/_carta.scss */
.la-carta .menu .one {
  padding-right: 80px;
}
@media screen and (max-width: 1919.98px) {
  /* line 44, ../sass/_carta.scss */
  .la-carta .menu .one {
    padding-right: 58px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 44, ../sass/_carta.scss */
  .la-carta .menu .one {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 44, ../sass/_carta.scss */
  .la-carta .menu .one {
    padding-right: 40px;
  }
}
/* line 60, ../sass/_carta.scss */
.la-carta .menu .item-row {
  margin-bottom: 120px;
}
/* line 66, ../sass/_carta.scss */
.la-carta .menu .dishes .title {
  font-family: 'Objectivity-Medium';
  text-transform: uppercase;
  font-size: 24px;
  line-height: 66px;
  border-bottom: 4px solid #e6e67f;
  padding-bottom: 6px;
}
@media screen and (max-width: 1919.98px) {
  /* line 66, ../sass/_carta.scss */
  .la-carta .menu .dishes .title {
    font-size: 22px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 66, ../sass/_carta.scss */
  .la-carta .menu .dishes .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 66, ../sass/_carta.scss */
  .la-carta .menu .dishes .title {
    font-size: 18px;
  }
}
/* line 87, ../sass/_carta.scss */
.la-carta .menu .dishes .dish {
  margin-top: 24px;
}
@media screen and (max-width: 1919.98px) {
  /* line 87, ../sass/_carta.scss */
  .la-carta .menu .dishes .dish {
    margin-top: 22px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 87, ../sass/_carta.scss */
  .la-carta .menu .dishes .dish {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 87, ../sass/_carta.scss */
  .la-carta .menu .dishes .dish {
    margin-top: 18px;
  }
}
/* line 102, ../sass/_carta.scss */
.la-carta .menu .dishes .dish h3 {
  display: flex;
  align-items: center;
  margin: 0;
}
/* line 107, ../sass/_carta.scss */
.la-carta .menu .dishes .dish h3 span:nth-child(1) {
  font-size: 18px;
  font-family: 'Objectivity-Bold';
  color: #0f0523;
  width: auto;
  float: left;
  text-align: left;
  text-transform: uppercase;
  padding-right: 5px;
  white-space: nowrap;
}
@media screen and (max-width: 1919.98px) {
  /* line 107, ../sass/_carta.scss */
  .la-carta .menu .dishes .dish h3 span:nth-child(1) {
    font-size: 16px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 107, ../sass/_carta.scss */
  .la-carta .menu .dishes .dish h3 span:nth-child(1) {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 107, ../sass/_carta.scss */
  .la-carta .menu .dishes .dish h3 span:nth-child(1) {
    font-size: 13px;
  }
}
/* line 131, ../sass/_carta.scss */
.la-carta .menu .dishes .dish h3 span.price {
  width: auto;
  font-family: 'Objectivity-Medium';
  font-size: 20px;
  color: #0f0523;
  text-align: right;
  padding-bottom: 10px;
  padding-left: 5px;
}
@media screen and (max-width: 1919.98px) {
  /* line 131, ../sass/_carta.scss */
  .la-carta .menu .dishes .dish h3 span.price {
    font-size: 18px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 131, ../sass/_carta.scss */
  .la-carta .menu .dishes .dish h3 span.price {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 131, ../sass/_carta.scss */
  .la-carta .menu .dishes .dish h3 span.price {
    font-size: 15px;
  }
}
/* line 153, ../sass/_carta.scss */
.la-carta .menu .dishes .dish h3 .dots {
  width: 100%;
  border-bottom: 2px dotted #6c6b70;
}
/* line 159, ../sass/_carta.scss */
.la-carta .menu .dishes .dish p {
  font-size: 16px;
  font-family: 'Objectivity-Regular';
  color: #6c6b70;
  width: 90%;
  margin: 0;
}
@media screen and (max-width: 1919.98px) {
  /* line 159, ../sass/_carta.scss */
  .la-carta .menu .dishes .dish p {
    font-size: 15px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 159, ../sass/_carta.scss */
  .la-carta .menu .dishes .dish p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 159, ../sass/_carta.scss */
  .la-carta .menu .dishes .dish p {
    font-size: 13px;
  }
}
/* line 180, ../sass/_carta.scss */
.la-carta .menu .dishes .action-menu {
  margin-top: 50px;
}
/* line 183, ../sass/_carta.scss */
.la-carta .menu .dishes .action-menu button {
  border: 1px solid #0f0523;
  color: #0f0523;
  font-family: 'Objectivity-Medium';
  font-size: 18px;
  background: transparent;
  padding: 22px 70px;
  margin-right: 30px;
  position: relative;
  text-transform: uppercase;
  overflow: hidden;
  transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media screen and (max-width: 1919.98px) {
  /* line 183, ../sass/_carta.scss */
  .la-carta .menu .dishes .action-menu button {
    font-size: 16px;
    padding: 20px 68px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 183, ../sass/_carta.scss */
  .la-carta .menu .dishes .action-menu button {
    font-size: 14px;
    padding: 18px 66px;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 183, ../sass/_carta.scss */
  .la-carta .menu .dishes .action-menu button {
    font-size: 12px;
    padding: 16px 64px;
  }
}
/* line 212, ../sass/_carta.scss */
.la-carta .menu .dishes .action-menu button:hover {
  border-color: transparent;
  color: #ffffff;
}
/* line 217, ../sass/_carta.scss */
.la-carta .menu .dishes .action-menu button:focus {
  outline: none;
}
/* line 221, ../sass/_carta.scss */
.la-carta .menu .dishes .action-menu button::before,
.la-carta .menu .dishes .action-menu button::after {
  position: absolute;
  content: '';
  width: 25%;
  height: 100%;
  z-index: -1;
  transition: transform 0.3s ease-in-out;
}
/* line 231, ../sass/_carta.scss */
.la-carta .menu .dishes .action-menu button::before {
  top: 0;
  left: 0;
  background: #0f0523;
  transform: translateY(100%);
  width: 100%;
}
/* line 239, ../sass/_carta.scss */
.la-carta .menu .dishes .action-menu .shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -2;
}
/* line 249, ../sass/_carta.scss */
.la-carta .menu .dishes .action-menu .shape::before,
.la-carta .menu .dishes .action-menu .shape::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
}
/* line 258, ../sass/_carta.scss */
.la-carta .menu .dishes .action-menu button:hover::before,
.la-carta .menu .dishes .action-menu button:hover::after,
.la-carta .menu .dishes .action-menu button:hover .shape::before,
.la-carta .menu .dishes .action-menu button:hover .shape::after {
  transform: translateY(0%);
}
/* line 265, ../sass/_carta.scss */
.la-carta .menu .dishes .action-menu .download {
  color: #2f3061;
  font-size: 24px;
  font-family: 'Objectivity-Medium';
  text-decoration: none;
}
@media screen and (max-width: 1919.98px) {
  /* line 265, ../sass/_carta.scss */
  .la-carta .menu .dishes .action-menu .download {
    font-size: 22px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 265, ../sass/_carta.scss */
  .la-carta .menu .dishes .action-menu .download {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 265, ../sass/_carta.scss */
  .la-carta .menu .dishes .action-menu .download {
    font-size: 18px;
  }
}
/* line 287, ../sass/_carta.scss */
.la-carta .menu .two {
  padding-left: 80px;
}
@media screen and (max-width: 1919.98px) {
  /* line 287, ../sass/_carta.scss */
  .la-carta .menu .two {
    padding-left: 58px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 287, ../sass/_carta.scss */
  .la-carta .menu .two {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 287, ../sass/_carta.scss */
  .la-carta .menu .two {
    padding-left: 40px;
  }
}
/* line 303, ../sass/_carta.scss */
.la-carta .menu .modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(57, 57, 57, 0.3);
}
/* line 315, ../sass/_carta.scss */
.la-carta .menu .modal-content {
  background-color: #fefefe;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  border: none;
  width: 640px;
  border-radius: 0;
}
/* line 325, ../sass/_carta.scss */
.la-carta .menu .modal-content .modal-header {
  padding: 0;
  border: none;
  padding-bottom: 32px;
}
/* line 330, ../sass/_carta.scss */
.la-carta .menu .modal-content .modal-header .band-colors {
  position: absolute;
  top: 0;
  height: 10px;
}
/* line 336, ../sass/_carta.scss */
.la-carta .menu .modal-content .modal-header .title {
  font-size: 26px;
  padding-bottom: 2px;
  line-height: 1;
  padding-top: 42px;
  margin-left: 52px;
  font-family: 'Objectivity-Medium';
  color: #0f0523;
  text-transform: uppercase;
  border-bottom: 4px solid #e6e67f;
}
/* line 347, ../sass/_carta.scss */
.la-carta .menu .modal-content .modal-header .close {
  background: #0f0523;
  color: #ffffff;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 20px;
  opacity: 0.7;
  position: absolute;
  top: -32px;
  right: -32px;
}
/* line 360, ../sass/_carta.scss */
.la-carta .menu .modal-content .modal-header .close:hover {
  cursor: pointer;
}
/* line 366, ../sass/_carta.scss */
.la-carta .menu .modal-content .modal-body {
  overflow-y: auto;
  max-height: 50vh;
  padding: 0;
  padding-left: 52px;
  padding-right: 15px;
  margin-right: 34px;
}
/* line 374, ../sass/_carta.scss */
.la-carta .menu .modal-content .modal-body .dish {
  margin: 0;
  margin-bottom: 32px;
}
/* line 377, ../sass/_carta.scss */
.la-carta .menu .modal-content .modal-body .dish h3 {
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* line 383, ../sass/_carta.scss */
.la-carta .menu .modal-content .modal-body .dish h3 span {
  color: #0f0523;
}
/* line 387, ../sass/_carta.scss */
.la-carta .menu .modal-content .modal-body .dish h3 span:nth-child(1) {
  font-size: 14px;
  font-family: 'Objectivity-Bold';
  text-transform: uppercase;
}
/* line 393, ../sass/_carta.scss */
.la-carta .menu .modal-content .modal-body .dish h3 .price {
  padding: 0;
  font-size: 16px;
  font-family: 'Objectivity-Medium';
}
/* line 400, ../sass/_carta.scss */
.la-carta .menu .modal-content .modal-body .dish p {
  font-size: 14px;
  width: 100%;
  color: #6c6b70;
  margin: 0;
  font-family: 'Objectivity-Regular';
}
/* line 410, ../sass/_carta.scss */
.la-carta .menu .modal-content .modal-body::-webkit-scrollbar {
  width: 3px;
}
/* line 414, ../sass/_carta.scss */
.la-carta .menu .modal-content .modal-body::-webkit-scrollbar-track {
  background: #ffffff;
}
/* line 418, ../sass/_carta.scss */
.la-carta .menu .modal-content .modal-body::-webkit-scrollbar-thumb {
  background: #6c6b70;
}
/* line 422, ../sass/_carta.scss */
.la-carta .menu .modal-content .modal-footer {
  border: none;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
/* line 427, ../sass/_carta.scss */
.la-carta .menu .modal-content .modal-footer a {
  color: #2f3061;
  font-family: 'Objectivity-Regular';
  font-size: 16px;
  text-decoration: none;
}
/* line 434, ../sass/_carta.scss */
.la-carta .menu .modal-content .modal-footer button {
  border: 1px solid #0f0523;
  color: #0f0523;
  font-family: 'Objectivity-Medium';
  font-size: 16px;
  background: transparent;
  padding: 14px 70px;
  letter-spacing: 1.97px;
  position: relative;
  text-transform: uppercase;
  overflow: hidden;
  transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media screen and (min-width: 992px) {
  /* line 451, ../sass/_carta.scss */
  .la-carta .menu-mobile {
    display: none;
  }
}
/* line 457, ../sass/_carta.scss */
.la-carta .menu-mobile .card {
  border: none;
  margin-bottom: 35px;
}
/* line 460, ../sass/_carta.scss */
.la-carta .menu-mobile .card .card-header {
  background: #ffffff;
  border-bottom: none;
}
/* line 464, ../sass/_carta.scss */
.la-carta .menu-mobile .card .card-header h5 {
  display: flex;
  justify-content: space-between;
}
/* line 468, ../sass/_carta.scss */
.la-carta .menu-mobile .card .card-header h5 span {
  font-size: 20px;
  font-family: 'Objectivity-Medium';
  color: #0f0523;
  text-transform: uppercase;
}
@media screen and (max-width: 767.98px) {
  /* line 468, ../sass/_carta.scss */
  .la-carta .menu-mobile .card .card-header h5 span {
    font-size: 18px;
  }
}
/* line 479, ../sass/_carta.scss */
.la-carta .menu-mobile .card .card-header h5 img {
  transform: rotate(-90deg);
  transition: transform 0.5s ease;
}
/* line 487, ../sass/_carta.scss */
.la-carta .menu-mobile .card .card-header.open img {
  transform: rotate(0deg);
}
/* line 492, ../sass/_carta.scss */
.la-carta .menu-mobile .card .card-header.open h5 span:nth-child(1) {
  border-bottom: 3px solid #e6e67f;
}
/* line 499, ../sass/_carta.scss */
.la-carta .menu-mobile .card .collapse.show {
  border-bottom-style: double;
  border-bottom-color: #6c6b70;
}
/* line 505, ../sass/_carta.scss */
.la-carta .menu-mobile .card .card-body .image {
  margin-bottom: 34px;
}
/* line 507, ../sass/_carta.scss */
.la-carta .menu-mobile .card .card-body .image img {
  max-height: 280px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767.98px) {
  /* line 507, ../sass/_carta.scss */
  .la-carta .menu-mobile .card .card-body .image img {
    max-height: 170px;
  }
}
/* line 520, ../sass/_carta.scss */
.la-carta .menu-mobile .card .card-body .items .item {
  margin-bottom: 5px;
}
/* line 522, ../sass/_carta.scss */
.la-carta .menu-mobile .card .card-body .items .item h3 {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
/* line 527, ../sass/_carta.scss */
.la-carta .menu-mobile .card .card-body .items .item h3 span:nth-child(1) {
  font-size: 13px;
  font-family: 'Objectivity-Bold';
  color: #0f0523;
  width: auto;
  float: left;
  text-align: left;
  padding-right: 5px;
  white-space: nowrap;
  text-transform: uppercase;
}
@media screen and (max-width: 767.98px) {
  /* line 527, ../sass/_carta.scss */
  .la-carta .menu-mobile .card .card-body .items .item h3 span:nth-child(1) {
    font-size: 11px;
  }
}
/* line 544, ../sass/_carta.scss */
.la-carta .menu-mobile .card .card-body .items .item h3 span.price {
  width: auto;
  font-family: 'Objectivity-Bold';
  font-size: 13px;
  color: #0f0523;
  text-align: right;
  padding-bottom: 10px;
  padding-left: 5px;
  white-space: nowrap;
}
@media screen and (max-width: 767.98px) {
  /* line 544, ../sass/_carta.scss */
  .la-carta .menu-mobile .card .card-body .items .item h3 span.price {
    font-size: 11px;
  }
}
/* line 559, ../sass/_carta.scss */
.la-carta .menu-mobile .card .card-body .items .item h3 .dots {
  width: 100%;
  border-bottom: 2px dotted #6c6b70;
}
/* line 565, ../sass/_carta.scss */
.la-carta .menu-mobile .card .card-body .items .item p {
  font-size: 12px;
  font-family: 'Objectivity-Regular';
  color: #6c6b70;
  margin-bottom: 5px;
}
@media screen and (max-width: 767.98px) {
  /* line 565, ../sass/_carta.scss */
  .la-carta .menu-mobile .card .card-body .items .item p {
    font-size: 10px;
  }
}
/* line 582, ../sass/_carta.scss */
.la-carta .title-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 1919.98px) {
  /* line 582, ../sass/_carta.scss */
  .la-carta .title-menu {
    margin-bottom: 95px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 582, ../sass/_carta.scss */
  .la-carta .title-menu {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 582, ../sass/_carta.scss */
  .la-carta .title-menu {
    margin-bottom: 85px;
  }
}
@media screen and (max-width: 991.98px) {
  /* line 582, ../sass/_carta.scss */
  .la-carta .title-menu {
    margin-bottom: 44px;
  }
}
/* line 605, ../sass/_carta.scss */
.la-carta .title-menu h1:nth-child(1) {
  font-family: 'SmoothStone-Regular';
  font-size: 98px;
  color: #393939;
  opacity: 0.12;
  line-height: 152px;
}
@media screen and (max-width: 1919.98px) {
  /* line 605, ../sass/_carta.scss */
  .la-carta .title-menu h1:nth-child(1) {
    font-size: 96px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 605, ../sass/_carta.scss */
  .la-carta .title-menu h1:nth-child(1) {
    font-size: 94px;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 605, ../sass/_carta.scss */
  .la-carta .title-menu h1:nth-child(1) {
    font-size: 92px;
  }
}
@media screen and (max-width: 991.98px) {
  /* line 605, ../sass/_carta.scss */
  .la-carta .title-menu h1:nth-child(1) {
    font-size: 48px;
    line-height: 62px;
  }
}
/* line 630, ../sass/_carta.scss */
.la-carta .title-menu h1:nth-child(2) {
  position: absolute;
  font-size: 52px;
  color: #393939;
  font-family: 'Objectivity-Bold';
  line-height: 66px;
  bottom: 5px;
  text-transform: uppercase;
}
@media screen and (max-width: 1919.98px) {
  /* line 630, ../sass/_carta.scss */
  .la-carta .title-menu h1:nth-child(2) {
    font-size: 50px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 630, ../sass/_carta.scss */
  .la-carta .title-menu h1:nth-child(2) {
    font-size: 48px;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 630, ../sass/_carta.scss */
  .la-carta .title-menu h1:nth-child(2) {
    font-size: 46px;
  }
}
@media screen and (max-width: 991.98px) {
  /* line 630, ../sass/_carta.scss */
  .la-carta .title-menu h1:nth-child(2) {
    font-size: 20px;
    line-height: 25px;
  }
}
@media screen and (max-width: 991.98px) {
  /* line 658, ../sass/_carta.scss */
  .la-carta .wines {
    display: none;
  }
}
/* line 663, ../sass/_carta.scss */
.la-carta .wines .column {
  padding-right: 33px;
  padding-left: 33px;
  margin-bottom: 44px;
}
@media screen and (max-width: 1919.98px) {
  /* line 663, ../sass/_carta.scss */
  .la-carta .wines .column {
    padding-right: 24px;
    padding-left: 24px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 663, ../sass/_carta.scss */
  .la-carta .wines .column {
    padding-right: 28px;
    padding-left: 28px;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 663, ../sass/_carta.scss */
  .la-carta .wines .column {
    padding-right: 22px;
    padding-left: 22px;
    margin-bottom: 22px;
  }
}
/* line 687, ../sass/_carta.scss */
.la-carta .wines .title {
  font-size: 24px;
  font-family: 'Objectivity-Medium';
  border-bottom: 4px solid #e6e67f;
  padding-bottom: 6px;
  text-transform: uppercase;
}
@media screen and (max-width: 1919.98px) {
  /* line 687, ../sass/_carta.scss */
  .la-carta .wines .title {
    font-size: 22px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 687, ../sass/_carta.scss */
  .la-carta .wines .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 687, ../sass/_carta.scss */
  .la-carta .wines .title {
    font-size: 18px;
  }
}
/* line 707, ../sass/_carta.scss */
.la-carta .wines .title.white {
  opacity: 0;
}
/* line 711, ../sass/_carta.scss */
.la-carta .wines .wine {
  margin-top: 36px;
}
@media screen and (max-width: 1919.98px) {
  /* line 711, ../sass/_carta.scss */
  .la-carta .wines .wine {
    margin-top: 34px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 711, ../sass/_carta.scss */
  .la-carta .wines .wine {
    margin-top: 32px;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 711, ../sass/_carta.scss */
  .la-carta .wines .wine {
    margin-top: 30px;
  }
}
/* line 725, ../sass/_carta.scss */
.la-carta .wines .wine h3 {
  display: flex;
  align-items: center;
  margin: 0;
}
/* line 730, ../sass/_carta.scss */
.la-carta .wines .wine h3 span:nth-child(1) {
  font-size: 18px;
  font-family: 'Objectivity-Bold';
  color: #0f0523;
  width: auto;
  float: left;
  text-align: left;
  padding-bottom: 5px;
  padding-right: 5px;
  white-space: nowrap;
  text-transform: uppercase;
}
@media screen and (max-width: 1919.98px) {
  /* line 730, ../sass/_carta.scss */
  .la-carta .wines .wine h3 span:nth-child(1) {
    font-size: 16px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 730, ../sass/_carta.scss */
  .la-carta .wines .wine h3 span:nth-child(1) {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 730, ../sass/_carta.scss */
  .la-carta .wines .wine h3 span:nth-child(1) {
    font-size: 12px;
  }
}
/* line 755, ../sass/_carta.scss */
.la-carta .wines .wine h3 span.price {
  width: auto;
  font-family: 'Objectivity-Medium';
  font-size: 18px;
  color: #0f0523;
  text-align: right;
  padding-bottom: 10px;
  padding-left: 5px;
  white-space: nowrap;
}
@media screen and (max-width: 1919.98px) {
  /* line 755, ../sass/_carta.scss */
  .la-carta .wines .wine h3 span.price {
    font-size: 16px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 755, ../sass/_carta.scss */
  .la-carta .wines .wine h3 span.price {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 755, ../sass/_carta.scss */
  .la-carta .wines .wine h3 span.price {
    font-size: 12px;
  }
}
/* line 778, ../sass/_carta.scss */
.la-carta .wines .wine h3 .dots {
  width: 100%;
  border-bottom: 2px dotted #6c6b70;
}
/* line 784, ../sass/_carta.scss */
.la-carta .wines .wine p {
  font-size: 16px;
  font-family: 'Objectivity-Regular';
  color: #6c6b70;
  width: 70%;
  margin: 0;
}
@media screen and (max-width: 1919.98px) {
  /* line 784, ../sass/_carta.scss */
  .la-carta .wines .wine p {
    font-size: 15px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 784, ../sass/_carta.scss */
  .la-carta .wines .wine p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 784, ../sass/_carta.scss */
  .la-carta .wines .wine p {
    font-size: 13px;
  }
}
/* line 806, ../sass/_carta.scss */
.la-carta .wines.table {
  border-bottom: 2px solid #0f0523;
  padding-bottom: 50px;
}
/* line 811, ../sass/_carta.scss */
.la-carta .table, .la-carta .s-table {
  margin-bottom: 120px;
}
@media screen and (max-width: 1919.98px) {
  /* line 811, ../sass/_carta.scss */
  .la-carta .table, .la-carta .s-table {
    margin-bottom: 116px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 811, ../sass/_carta.scss */
  .la-carta .table, .la-carta .s-table {
    margin-bottom: 112px;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 811, ../sass/_carta.scss */
  .la-carta .table, .la-carta .s-table {
    margin-bottom: 108px;
  }
}
/* line 827, ../sass/_carta.scss */
.la-carta a.btn {
  border: 1px solid #0f0523;
  color: #0f0523;
  font-family: 'Objectivity-Medium';
  font-size: 22px;
  background: transparent;
  padding: 24px 90px;
  position: relative;
  text-transform: uppercase;
  overflow: hidden;
  transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  border-radius: 0;
  outline: none;
}
@media screen and (max-width: 1919.98px) {
  /* line 827, ../sass/_carta.scss */
  .la-carta a.btn {
    font-size: 20px;
    padding: 22px 88px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 827, ../sass/_carta.scss */
  .la-carta a.btn {
    font-size: 18px;
    padding: 20px 86px;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 827, ../sass/_carta.scss */
  .la-carta a.btn {
    font-size: 16px;
    padding: 18px 84px;
  }
}
/* line 857, ../sass/_carta.scss */
.la-carta a.btn:hover {
  border-color: transparent;
  color: #ffffff;
}
/* line 862, ../sass/_carta.scss */
.la-carta a.btn:focus {
  outline: none;
}
/* line 866, ../sass/_carta.scss */
.la-carta a.btn::before,
.la-carta a.btn::after {
  position: absolute;
  content: '';
  width: 25%;
  height: 100%;
  z-index: -1;
  transition: transform 0.3s ease-in-out;
}
/* line 876, ../sass/_carta.scss */
.la-carta a.btn::before {
  top: 0;
  left: 0;
  background: #0f0523;
  transform: translateY(100%);
  width: 100%;
}
/* line 884, ../sass/_carta.scss */
.la-carta .shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: -2;
}
/* line 894, ../sass/_carta.scss */
.la-carta .shape::before,
.la-carta .shape::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
}
/* line 903, ../sass/_carta.scss */
.la-carta a.btn:hover::before,
.la-carta a.btn:hover::after,
.la-carta a.btn:hover .shape::before,
.la-carta a.btn:hover .shape::after {
  transform: translateY(0%);
}

/* line 2, ../sass/_contact.scss */
.contact .main-description {
  width: 59%;
}
@media screen and (max-width: 1919.98px) {
  /* line 2, ../sass/_contact.scss */
  .contact .main-description {
    font-size: 24px;
    width: 58%;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 2, ../sass/_contact.scss */
  .contact .main-description {
    font-size: 20px;
    width: 70%;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 2, ../sass/_contact.scss */
  .contact .main-description {
    font-size: 18px;
    width: 90%;
  }
}
@media screen and (max-width: 991.98px) {
  /* line 2, ../sass/_contact.scss */
  .contact .main-description {
    font-size: 18px;
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  /* line 2, ../sass/_contact.scss */
  .contact .main-description {
    font-size: 15px;
    width: 100%;
    line-height: 28px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 36, ../sass/_contact.scss */
.contact .title {
  color: #0f0523;
  font-size: 44px;
  font-family: 'Objectivity-Medium';
}
@media screen and (max-width: 1919.98px) {
  /* line 36, ../sass/_contact.scss */
  .contact .title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 36, ../sass/_contact.scss */
  .contact .title {
    font-size: 36px;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 36, ../sass/_contact.scss */
  .contact .title {
    font-size: 34px;
  }
}
@media screen and (max-width: 991.98px) {
  /* line 36, ../sass/_contact.scss */
  .contact .title {
    font-size: 27px;
  }
}
@media only screen and (max-width: 767.98px) {
  /* line 36, ../sass/_contact.scss */
  .contact .title {
    font-size: 20px;
  }
}
/* line 62, ../sass/_contact.scss */
.contact .form {
  padding-right: 88px;
}
@media screen and (max-width: 1919.98px) {
  /* line 62, ../sass/_contact.scss */
  .contact .form {
    padding-right: 64px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 62, ../sass/_contact.scss */
  .contact .form {
    padding-right: 55px;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 62, ../sass/_contact.scss */
  .contact .form {
    padding-right: 40px;
  }
}
@media screen and (max-width: 991.98px) {
  /* line 62, ../sass/_contact.scss */
  .contact .form {
    padding-right: 0px;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 767.98px) {
  /* line 62, ../sass/_contact.scss */
  .contact .form {
    padding-right: 20px;
    padding-left: 20px;
  }
}
/* line 87, ../sass/_contact.scss */
.contact .form form {
  background: #d6d0ff;
  padding: 60px;
  font-family: 'Objectivity-Regular';
  font-size: 24px;
}
@media screen and (max-width: 1919.98px) {
  /* line 87, ../sass/_contact.scss */
  .contact .form form {
    font-size: 20px;
    padding: 56px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 87, ../sass/_contact.scss */
  .contact .form form {
    font-size: 16px;
    padding: 54px;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 87, ../sass/_contact.scss */
  .contact .form form {
    font-size: 14px;
    padding: 52px;
  }
}
@media screen and (max-width: 991.98px) {
  /* line 87, ../sass/_contact.scss */
  .contact .form form {
    font-size: 20px;
    padding: 42px;
  }
}
@media only screen and (max-width: 767.98px) {
  /* line 87, ../sass/_contact.scss */
  .contact .form form {
    font-size: 14px;
    padding: 32px;
  }
}
/* line 118, ../sass/_contact.scss */
.contact .form form input {
  border: none;
  border-bottom: 1px solid #0f0523;
  width: 100%;
  background: transparent;
  color: #0f0523;
  padding-bottom: 24px;
  outline: none;
}
@media screen and (max-width: 1919.98px) {
  /* line 118, ../sass/_contact.scss */
  .contact .form form input {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 118, ../sass/_contact.scss */
  .contact .form form input {
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 118, ../sass/_contact.scss */
  .contact .form form input {
    padding-bottom: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  /* line 118, ../sass/_contact.scss */
  .contact .form form input {
    padding-bottom: 6px;
  }
}
/* line 145, ../sass/_contact.scss */
.contact .form form input[type=submit] {
  width: auto;
  border: 1px solid #0f0523;
  padding: 24px 51px;
  font-size: 22px;
  letter-spacing: 3.08px;
  text-transform: uppercase;
  font-family: 'Objectivity-Medium';
}
@media screen and (max-width: 1919.98px) {
  /* line 145, ../sass/_contact.scss */
  .contact .form form input[type=submit] {
    padding: 20px 47px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 145, ../sass/_contact.scss */
  .contact .form form input[type=submit] {
    padding: 18px 45px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 145, ../sass/_contact.scss */
  .contact .form form input[type=submit] {
    font-size: 16px;
    padding: 16px 40px;
  }
}
@media screen and (max-width: 991.98px) {
  /* line 145, ../sass/_contact.scss */
  .contact .form form input[type=submit] {
    font-size: 16px;
    padding: 14px 40px;
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  /* line 145, ../sass/_contact.scss */
  .contact .form form input[type=submit] {
    font-size: 16px;
    padding: 14px 40px;
    width: 100%;
    letter-spacing: 2.24px;
  }
}
/* line 183, ../sass/_contact.scss */
.contact .form form ::placeholder {
  color: #0f0523;
  opacity: 1;
}
/* line 188, ../sass/_contact.scss */
.contact .form form textarea {
  width: 100%;
  background: transparent;
  color: #0f0523;
  border-color: #0f0523;
  margin-top: 24px;
  outline: none;
}
/* line 197, ../sass/_contact.scss */
.contact .form form label {
  width: 100%;
  color: #0f0523;
  margin-bottom: 40px;
}
@media screen and (max-width: 1919.98px) {
  /* line 197, ../sass/_contact.scss */
  .contact .form form label {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 197, ../sass/_contact.scss */
  .contact .form form label {
    margin-bottom: 36px;
  }
}
@media only screen and (max-width: 767.98px) {
  /* line 197, ../sass/_contact.scss */
  .contact .form form label {
    margin-bottom: 24px;
  }
}
/* line 218, ../sass/_contact.scss */
.contact .data-info {
  padding-left: 88px;
}
@media screen and (max-width: 1919.98px) {
  /* line 218, ../sass/_contact.scss */
  .contact .data-info {
    padding-left: 64px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 218, ../sass/_contact.scss */
  .contact .data-info {
    padding-left: 55px;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 218, ../sass/_contact.scss */
  .contact .data-info {
    padding-left: 40px;
  }
}
@media screen and (max-width: 991.98px) {
  /* line 218, ../sass/_contact.scss */
  .contact .data-info {
    padding-left: 0px;
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  /* line 218, ../sass/_contact.scss */
  .contact .data-info {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
  }
}
/* line 244, ../sass/_contact.scss */
.contact .data-info h2.title {
  padding-left: 40px;
}
@media screen and (max-width: 1919.98px) {
  /* line 244, ../sass/_contact.scss */
  .contact .data-info h2.title {
    padding-left: 36px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 244, ../sass/_contact.scss */
  .contact .data-info h2.title {
    padding-left: 32px;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 244, ../sass/_contact.scss */
  .contact .data-info h2.title {
    padding-left: 30px;
  }
}
@media screen and (max-width: 991.98px) {
  /* line 244, ../sass/_contact.scss */
  .contact .data-info h2.title {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 767.98px) {
  /* line 244, ../sass/_contact.scss */
  .contact .data-info h2.title {
    padding-left: 0px;
  }
}
/* line 268, ../sass/_contact.scss */
.contact .data-info .container-info {
  display: flex;
  margin-bottom: 44px;
}
@media screen and (max-width: 1919.98px) {
  /* line 268, ../sass/_contact.scss */
  .contact .data-info .container-info {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 268, ../sass/_contact.scss */
  .contact .data-info .container-info {
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 268, ../sass/_contact.scss */
  .contact .data-info .container-info {
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 767.98px) {
  /* line 268, ../sass/_contact.scss */
  .contact .data-info .container-info {
    margin-bottom: 35px;
  }
}
/* line 288, ../sass/_contact.scss */
.contact .data-info .container-info img {
  width: 24px;
  height: 24px;
  margin-right: 16px;
  margin-top: 5px;
}
@media screen and (max-width: 991.98px) {
  /* line 288, ../sass/_contact.scss */
  .contact .data-info .container-info img {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767.98px) {
  /* line 288, ../sass/_contact.scss */
  .contact .data-info .container-info img {
    margin-top: 0px;
  }
}
/* line 303, ../sass/_contact.scss */
.contact .data-info .container-info .info {
  width: 100%;
}
/* line 305, ../sass/_contact.scss */
.contact .data-info .container-info .info p {
  color: #0f0523;
  font-size: 24px;
  font-family: 'Objectivity-Regular';
}
@media screen and (max-width: 1919.98px) {
  /* line 305, ../sass/_contact.scss */
  .contact .data-info .container-info .info p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 305, ../sass/_contact.scss */
  .contact .data-info .container-info .info p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 305, ../sass/_contact.scss */
  .contact .data-info .container-info .info p {
    font-size: 14px;
  }
}
@media screen and (max-width: 991.98px) {
  /* line 305, ../sass/_contact.scss */
  .contact .data-info .container-info .info p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  /* line 305, ../sass/_contact.scss */
  .contact .data-info .container-info .info p {
    font-size: 15px;
  }
}
/* line 332, ../sass/_contact.scss */
.contact .data-info .container-info .info p.title {
  font-size: 28px;
  font-family: 'Objectivity-Medium';
}
@media screen and (max-width: 1919.98px) {
  /* line 332, ../sass/_contact.scss */
  .contact .data-info .container-info .info p.title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 332, ../sass/_contact.scss */
  .contact .data-info .container-info .info p.title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 332, ../sass/_contact.scss */
  .contact .data-info .container-info .info p.title {
    font-size: 16px;
  }
}
@media screen and (max-width: 991.98px) {
  /* line 332, ../sass/_contact.scss */
  .contact .data-info .container-info .info p.title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  /* line 332, ../sass/_contact.scss */
  .contact .data-info .container-info .info p.title {
    font-size: 20px;
  }
}
/* line 357, ../sass/_contact.scss */
.contact .data-info .container-info .info p.address {
  width: 63%;
}
@media screen and (max-width: 1919.98px) {
  /* line 357, ../sass/_contact.scss */
  .contact .data-info .container-info .info p.address {
    width: 60%;
  }
}
@media screen and (max-width: 1399.98px) {
  /* line 357, ../sass/_contact.scss */
  .contact .data-info .container-info .info p.address {
    width: 80%;
  }
}
@media screen and (max-width: 1199.98px) {
  /* line 357, ../sass/_contact.scss */
  .contact .data-info .container-info .info p.address {
    width: 60%;
  }
}
@media screen and (max-width: 991.98px) {
  /* line 357, ../sass/_contact.scss */
  .contact .data-info .container-info .info p.address {
    width: 80%;
  }
}
@media only screen and (max-width: 767.98px) {
  /* line 357, ../sass/_contact.scss */
  .contact .data-info .container-info .info p.address {
    width: 100%;
  }
}
