/* !
 * Theme Name: Labsta
 * Theme URI: https://labsta.com
 * Description: Custom theme for Labsta.com.
 * Version: 1.0
 * Author: Labsta.com
 * Author URI: https://labsta.com
*/
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]),
[hidden] {
  display: none;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
/* many screen reader and browser combinations announce broken words as they would appear visually */
  word-wrap: normal !important;
}
.visually-hidden {
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  pointer-events: none;
}
.space {
  margin-top: 10.002rem;
  margin-bottom: 10.002rem;
}
.half-space {
  margin-top: 5.001rem !important;
  margin-bottom: 5.001rem !important;
}
.truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.top-stick {
  margin-top: 0 !important;
}
.bottom-stick {
  margin-bottom: 0 !important;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
div.aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.667rem;
}
.alignright {
  float: right;
}
div.alignleft {
  float: left;
  margin-right: 1.667rem;
  margin-bottom: 1.667rem;
}
.alignright {
  float: right;
}
div.alignleft {
  float: left;
  margin-right: 1.667rem;
  margin-bottom: 1.667rem;
}
a img.alignright {
  float: right;
}
a img.alignleft {
  float: left;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 1.667rem 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 1.667rem 1.667rem 1.667rem 0;
}
.wp-caption.alignleft {
  margin: 1.667rem 1.667rem 1.667rem 0;
}
.wp-caption.alignright {
  margin: 1.667rem 0 1.667rem 1.667rem;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 1.667rem;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  overflow-y: scroll;
  overflow-x: hidden;
}
html {
  background: #0b0e14;
}
b,
strong {
  font-weight: 700;
  color: #fff;
}
a {
  color: #ed1707;
}
a:hover,
a:active,
a:focus {
  color: #bc1206;
}
img,
svg {
  height: auto;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
svg.icon {
  height: 1.667rem;
  width: 1.667rem;
  vertical-align: middle;
  margin-top: -0.15rem;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: square;
  stroke-linejoin: miter;
  fill: none;
  color: currentColor;
}
html {
  color: #cbd5dc;
  font-family: 'Lato', sans-serif;
  font-size: 100%;
  line-height: 1.667rem;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: auto;
  -ms-text-size-adjust: auto;
  -moz-text-size-adjust: auto;
       text-size-adjust: auto;
}
ul:not(:last-child),
ol:not(:last-child),
dl:not(:last-child),
p:not(:last-child) {
  margin-bottom: 1.667rem;
}
ul {
  list-style: none;
}
ul:not([class]) {
  list-style: none;
}
ul:not([class]) li:before {
  content: "-";
  color: #ed1707;
  font-weight: normal;
  display: inline-block;
  text-align: center;
  width: 1.667rem;
  margin-left: -1.667rem;
}
ul:not([class]),
ol:not([class]) {
  margin-top: 1.667rem;
  margin-bottom: 1.667rem;
}
ul:not([class]) li,
ol:not([class]) li {
  margin-left: 1.667rem;
  margin-bottom: 0.555666666666667rem;
}
ul:not([class]) ul,
ol:not([class]) ul,
ul:not([class]) ol,
ol:not([class]) ol {
  margin-top: 0.555666666666667rem;
  margin-bottom: 0.555666666666667rem;
}
ol {
  list-style: none;
  counter-reset: counter;
}
ol li {
  counter-increment: counter;
}
ol li:before {
  display: inline-block;
  margin-left: -1.667rem;
  padding-right: 0.277833333333333rem;
  width: 1.667rem;
  text-align: right;
  content: counter(counter) ".";
  color: #ed1707;
  font-weight: 400;
  font-family: 'Bebas Neue', serif;
  font-size: 1.25rem;
}
ol.steps li {
  position: relative;
  z-index: 0;
  margin: 0;
  margin-left: 5.001rem;
  margin-bottom: 1.667rem;
  padding-top: 0.555666666666667rem;
  padding-bottom: 0.555666666666667rem;
}
ol.steps li:before {
  display: block;
  position: absolute;
  z-index: -1;
  left: -3.334rem;
  width: 3.334rem;
  text-align: left;
  content: counter(counter, decimal-leading-zero) ".";
  font-size: 1.875rem;
}
ol.steps li:after {
  display: block;
  position: absolute;
  z-index: -2;
  top: 0;
  bottom: 0;
  left: -4.445333333333333rem;
  width: 2.778333333333333rem;
  background: #f3f5f7;
  content: '';
}
blockquote {
  position: relative;
  margin: 1.667rem;
  font-style: italic;
}
blockquote:before {
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -1.667rem;
  font-size: 3rem;
  line-height: 6.668rem;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
  content: '”';
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Bebas Neue', serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.02em;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}
h1 {
  font-size: 3rem;
  line-height: 4.445333333333333rem;
  margin-top: 3.334rem;
  margin-bottom: 3.334rem;
}
h2 {
  font-size: 2.25rem;
  line-height: 3.334rem;
  margin-top: 5.001rem;
  margin-bottom: 1.667rem;
}
h3 {
  font-size: 1.5rem;
  line-height: 1.667rem;
  margin-top: 3.334rem;
  margin-bottom: 1.667rem;
}
h4 {
  font-size: 1.125rem;
  margin-top: 1.667rem;
  margin-bottom: 1.667rem;
}
h5 {
  font-size: 1.125rem;
  margin-bottom: 1.667rem;
}
h6 {
  font-size: 1rem;
  margin-bottom: 1.667rem;
}
.huge {
  font-family: 'Bebas Neue', serif;
  font-size: 9rem;
  font-weight: 400;
  line-height: 7.5rem;
  letter-spacing: 0.41675rem;
  color: #fff;
}
.lid {
  color: #acbcc8;
  font-size: 1.5rem;
  line-height: 2.222666666666667rem;
  margin-bottom: 1.667rem;
}
.lid.special {
  font-size: 1.875rem;
  color: #fff;
}
.eyebrow {
  color: #eaeef1;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  margin: 0 !important;
}
.eyebrow + h1,
.eyebrow + h2,
.eyebrow + h3,
.eyebrow + h4 {
  margin-top: 0;
}
.button-primary {
  display: inline-block;
  margin-top: 3.334rem;
  padding: 1.111333333333333rem 2.222666666666667rem;
  background: #ed1707;
  border-radius: 0.208375rem;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.125em;
  line-height: 1.667rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.button-primary:hover {
  color: #fff;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.button-primary:active,
.button-primary:focus {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  color: #fff;
}
.button-secondary {
  display: inline-block;
  padding: 0.555666666666667rem 1.111333333333333rem;
  background: rgba(237,23,7,0.05);
  border: 1px solid rgba(237,23,7,0.2);
  border-radius: 0.208375rem;
  color: #f93d2f;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.125em;
  line-height: 1.667rem;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.button-secondary:hover,
.button-secondary:active,
.button-secondary:focus {
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  color: #ed1707;
  background: rgba(237,23,7,0.1);
}
.pulse {
  position: relative;
  z-index: 0;
}
.pulse:after {
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-box-shadow: 0 0 0 0 rgba(237,23,7,0.2);
  box-shadow: 0 0 0 0 rgba(237,23,7,0.2);
  -webkit-animation: ping 1.2s ease-in-out infinite both;
  animation: ping 1.2s ease-in-out infinite both;
}
:hover:after,
:active:after,
:focus:after {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
@-webkit-keyframes ping {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(237,23,7,0.2);
    box-shadow: 0 0 0 0 rgba(237,23,7,0.2);
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
  100% {
    -webkit-box-shadow: 0 0 0 1.667rem rgba(237,23,7,0.2);
    box-shadow: 0 0 0 1.667rem rgba(237,23,7,0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes ping {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(237,23,7,0.2);
    box-shadow: 0 0 0 0 rgba(237,23,7,0.2);
    opacity: 1;
    -ms-filter: none;
    -webkit-filter: none;
            filter: none;
  }
  100% {
    -webkit-box-shadow: 0 0 0 1.667rem rgba(237,23,7,0.2);
    box-shadow: 0 0 0 1.667rem rgba(237,23,7,0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
input,
select {
  padding: 0.41675rem 0.8335rem;
  font-size: 0.875rem;
  line-height: 1.667rem;
  outline: 0;
  border: 0;
  border-radius: 0.208375rem;
}
.happyforms-form .happyforms-part {
  margin-bottom: 3.334rem !important;
}
.happyforms-form .happyforms-part__label .label {
  color: #eaeef1 !important;
  font-size: 1.125rem !important;
  font-weight: 700 !important;
}
.happyforms-form .happyforms-part__label .happyforms-optional {
  color: #acbcc8 !important;
}
.happyforms-form .happyforms-part__el p {
  color: #eaeef1 !important;
}
.happyforms-form .happyforms-part-error-notice p {
  color: var(--happyforms-color-error) !important;
}
.happyforms-form .happyforms-part--width-auto {
  width: 100%;
}
.happyforms-form .happyforms-part__el textarea {
  font-family: 'Lato', sans-serif;
  font-size: 1.125rem !important;
}
.happyforms-form .happyforms-submit {
  background: #ed1707 !important;
  padding: 0.8335rem 1.25025rem !important;
  border-radius: 0.208375rem !important;
  color: #fff !important;
  font-size: 1.125rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.125em !important;
  line-height: 1.667rem !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.happyforms-form .happyforms-submit:hover {
  color: #fff;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.happyforms-form .happyforms-submit:active,
.happyforms-form .happyforms-submit:focus {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  color: #fff;
}
.happyforms-form .happyforms-previous-step {
  background: #181e2a !important;
  color: #acbcc8 !important;
  padding: 0.41675rem 0.8335rem !important;
  font-size: 0.875rem !important;
}
.happyforms-form .happyforms-form-progress .happyforms-form-progress__steps {
  margin: 0 !important;
}
.happyforms-form .happyforms-form-progress .happyforms-form-progress__steps .happyforms-form-progress__step:after {
  height: 3px;
  top: calc(0.8335rem - 2px);
  background-color: #181e2a;
  -webkit-transition: 0.3s 0s all;
  transition: 0.3s 0s all;
}
.happyforms-form .happyforms-form-progress .happyforms-form-progress__steps .happyforms-form-progress__step .happyforms-form-progress__step-label {
  top: 0;
  height: 0.8335rem;
  width: 0.8335rem;
  padding: 0;
  background: #181e2a;
  border: 0;
  border-radius: 50%;
  -webkit-transition: 0.3s 0s all;
  transition: 0.3s 0s all;
}
.happyforms-form .happyforms-form-progress .happyforms-form-progress__steps .happyforms-form-progress__step .happyforms-form-progress__step-label .happyforms-form-progress__step-number {
  display: none;
}
.happyforms-form .happyforms-form-progress .happyforms-form-progress__steps .happyforms-form-progress__step.completed .happyforms-form-progress__step-label,
.happyforms-form .happyforms-form-progress .happyforms-form-progress__steps .happyforms-form-progress__step.current .happyforms-form-progress__step-label {
  background: #ed1707;
  -webkit-transition: 0.3s 0s all;
  transition: 0.3s 0s all;
}
.happyforms-form .happyforms-form-progress .happyforms-form-progress__steps .happyforms-form-progress__step.completed:after {
  background-color: #ed1707;
  -webkit-transition: 0.3s 0s all;
  transition: 0.3s 0s all;
}
.happyforms-form .happyforms-message-notice {
  border-radius: 0.208375rem !important;
}
.happyforms-form .happyforms-message-notice.error h2 {
  font-family: 'Lato', sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.667rem;
}
.happyforms-form .happyforms-message-notice.success {
  background: transparent !important;
  padding: 0 !important;
}
.happyforms-form .happyforms-message-notice.success h2 {
  font-size: 2.25rem !important;
}
.happyforms-styles .happyforms-part .happyforms-part__el textarea {
  border-radius: 0.208375rem !important;
}
.happyforms-styles .happyforms-part .happyforms-part__el .happyforms-input input {
  border-radius: 0.208375rem !important;
}
@media (max-width: 800px) {
  .happyforms-styles .happyforms-form-progress__step {
    display: block !important;
  }
  .happyforms-styles .happyforms-form-progress__step:last-child {
    -webkit-box-flex: 0;
    -o-box-flex: 0;
    -ms-box-flex: 0;
    box-flex: 0;
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .happyforms-styles .happyforms-form-progress__step:after {
    display: block !important;
  }
  .happyforms-styles .happyforms-form-progress__step .happyforms-form-progress__step-label {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-box !important;
    display: inline-flex !important;
  }
  .happyforms-styles .happyforms-part--width-auto {
    max-width: 100%;
  }
}
.wrap {
  overflow: hidden;
}
.root {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 105.021rem;
  padding-left: 3.334rem;
  padding-right: 3.334rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -o-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.8335rem;
  margin-right: -0.8335rem;
  -webkit-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -o-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.half {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: calc(49rem - (1.667rem / 2));
}
.wide {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: calc(65rem - (1.667rem / 2));
}
.root > .page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.8335rem;
  margin-right: -0.8335rem;
  -webkit-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -o-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 0.8335rem;
  padding-top: 1.667rem;
}
.root > .page-header > .brand-bar {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin: 0 0.8335rem;
}
.root > .page-header > .brand-bar > .main-logo {
  margin-bottom: 0;
  margin-top: 0.208375rem;
}
.root > .page-header > .brand-bar > .main-logo > .link {
  display: contents;
}
.root > .page-header > .brand-bar > .main-logo > .link > .logo {
  display: block;
  height: 1.667rem;
  margin: 0 auto;
}
.root > .page-header > .nav-bar {
  -webkit-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.root > .page-header > .nav-bar > .trigger {
  display: none;
  margin-right: 0.8335rem;
  margin-left: auto;
  padding: 0.41675rem;
}
.root > .page-header > .nav-bar > .drawer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin: 0 0.8335rem;
}
.root > .page-header > .nav-bar > .drawer > .corner-nav {
  margin-left: auto;
  margin-right: 0;
}
.root > .page-content {
  -webkit-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.root > .page-content .contact-pop {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding: 3.334rem;
}
.root > .page-content .contact-pop > .header,
.root > .page-content .contact-pop > .item {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: calc(49rem - (1.667rem / 2));
}
.root > .page-content .contact-pop > .header {
  margin-top: 1.667rem;
  margin-bottom: 5.001rem;
}
.root > .page-content .contact-pop > .header > .close {
  position: absolute;
  top: 0;
  right: 0;
}
.root > .page-content .contact-pop > .header > .main-logo {
  margin-bottom: 0;
  margin-top: 0.208375rem;
}
.root > .page-content .contact-pop > .header > .main-logo > .link {
  display: contents;
}
.root > .page-content .contact-pop > .header > .main-logo > .link > .logo {
  display: block;
  height: 1.667rem;
  margin: 0 auto;
}
.root > .page-content .contact-pop > .item > .content > .happyforms-form {
  margin-top: 3.334rem;
}
.root > .page-content .contact-pop > .item > .footer {
  margin-bottom: 5.001rem;
}
.root > .page-content .hero-404,
.root > .page-content .hero-home {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-top: 1.667rem;
  margin-bottom: 10.002rem;
  -webkit-box-shadow: 0 0 3.334rem rgba(0,0,0,0.5);
  box-shadow: 0 0 3.334rem rgba(0,0,0,0.5);
}
.root > .page-content .hero-404:after,
.root > .page-content .hero-home:after {
  display: block;
  padding-top: 56.25%;
  width: 0;
  content: '';
}
.root > .page-content .hero-404 .body,
.root > .page-content .hero-home .body {
  -webkit-align-self: center;
  -ms-grid-row-align: center;
      align-self: center;
  -ms-flex-item-align: center;
  margin-top: 3.334rem;
  margin-bottom: 3.334rem;
}
.root > .page-content .hero-404 .body .main-logo,
.root > .page-content .hero-home .body .main-logo {
  text-align: center;
}
.root > .page-content .hero-404 .body .main-logo .link,
.root > .page-content .hero-home .body .main-logo .link {
  display: inline-block;
}
.root > .page-content .hero-404 .body .main-logo .link .logo,
.root > .page-content .hero-home .body .main-logo .link .logo {
  display: inline-block;
  height: 1.667rem;
}
.root > .page-content .hero-404 .body .huge,
.root > .page-content .hero-home .body .huge {
  text-align: center;
}
.root > .page-content .hero-404 .background,
.root > .page-content .hero-home .background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.root > .page-content .hero-404 .background > .image,
.root > .page-content .hero-home .background > .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.root > .page-content .hero-404:after {
  padding-top: 80.666%;
}
.root > .page-content .hero-404 .body {
  padding: 1.667rem;
}
.root > .page-content .hero-404 .background > .image {
  -o-object-fit: contain;
     object-fit: contain;
}
.root > .page-content .layout-contact {
  position: relative;
  z-index: 0;
  padding-top: 10.002rem;
  padding-bottom: 10.002rem;
  overflow: visible;
}
.root > .page-content .layout-contact:before {
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("./images/oferta-uslug-marketingowych-kontakt.jpg") no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  content: '';
}
.root > .page-content .layout-contact > .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: calc(49rem - (1.667rem / 2));
  padding: 1.667rem 1.667rem 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(188,18,6,0.75)), to(hsla(4,94%,28%,1)));
  background: linear-gradient(to bottom, rgba(188,18,6,0.75), hsla(4,94%,28%,1));
  -webkit-box-shadow: 0 0 3.334rem rgba(0,0,0,0.5);
  box-shadow: 0 0 3.334rem rgba(0,0,0,0.5);
}
.root > .page-content .layout-contact > .body > .content {
  margin-right: 1.667rem;
  margin-bottom: 1.667rem;
}
.root > .page-content .layout-contact > .body > .nav-select {
  -webkit-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.root > .page-content .layout-contact > .body > .nav-select > .select-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.root > .page-content .layout-contact > .body > .nav-select > .select-form > .select-wrap {
  -webkit-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-right: 1.667rem;
  margin-bottom: 1.667rem;
}
.root > .page-content .layout-contact > .body > .nav-select > .select-form > .select-wrap > .contact-select {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("./images/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: 99% 50%;
}
.root > .page-content .layout-contact > .body > .nav-select > .select-form > .submit {
  margin-bottom: 1.667rem;
  background: #fff;
  border: 0;
}
.root > .page-content .layout-contact > .body > .nav-select > .select-form > .submit:disabled {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  cursor: default;
}
.root > .page-content .layout-mixed {
  position: relative;
  z-index: 0;
  margin-bottom: 10.002rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.8335rem;
  margin-right: -0.8335rem;
  -webkit-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -o-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.root > .page-content .layout-mixed > .body {
  z-index: 1;
  margin-left: auto;
  margin-right: 0.8335rem;
  width: calc(32rem - (1.667rem / 2));
}
.root > .page-content .layout-mixed > .body:last-child {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: calc(49rem - (1.667rem / 2));
}
.root > .page-content .layout-mixed > .media {
  margin-left: 0.8335rem;
  margin-right: 0.8335rem;
  max-width: calc(49rem - (1.667rem / 2));
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s 0s cubic-bezier(0.22, 0.61, 0.6, 1.39);
  transition: all 0.3s 0s cubic-bezier(0.22, 0.61, 0.6, 1.39);
}
.root > .page-content .layout-mixed > .media.is-out {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: none;
  transition: none;
}
.root > .page-content .layout-mixed.body-right > .body:not(:last-child) {
  -webkit-box-ordinal-group: 2;
  -o-box-ordinal-group: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-left: 0.8335rem;
}
.root > .page-content .layout-mixed.body-right > .media {
  -webkit-box-ordinal-group: 1;
  -o-box-ordinal-group: 1;
  -ms-flex-order: 1;
  order: 1;
}
.root > .page-content .layout-mixed.block-highlighted {
  padding-top: 3.334rem;
  -webkit-box-shadow: 0 0 3.334rem rgba(0,0,0,0.5);
  box-shadow: 0 0 3.334rem rgba(0,0,0,0.5);
}
.root > .page-content .static-page {
  margin-top: 10.002rem;
  margin-bottom: 10.002rem;
}
.root > .page-footer {
  position: relative;
  z-index: 0;
  padding-top: 20.004rem;
  padding-bottom: 3.334rem;
  background-size: cover;
  background-position: 50% 0;
}
.root > .page-footer:after {
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: calc(-50vw + 50%);
  width: 100vw;
  height: 100%;
  background: url("./images/foot-bg.jpg") no-repeat;
  background-size: cover;
  background-position: 50% 0;
  content: '';
}
.root > .page-footer > .copy-info {
  color: #acbcc8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 3.334rem;
  font-size: 0.875rem;
}
.root > .page-footer > .copy-info a {
  color: #8b0d04;
}
.root > .page-footer > .copy-info > .copy {
  -webkit-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -ms-flex-positive: 1;
      flex-grow: 1;
  margin-bottom: 0;
  margin-right: 1.667rem;
}
.root > .page-footer > .copy-info > .dev {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.root > .page-footer > .copy-info > .dev .image {
  display: block;
  height: 1.125rem;
}
.privacy-info {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
}
.privacy-info > .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.667rem;
  margin: 0 auto;
  width: 100%;
  max-width: calc(49rem + (1.667rem * 1.5) );
  background: rgba(0,0,0,0.9);
}
.privacy-info > .body > .content {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin-right: 1.667rem;
  font-size: 0.875rem;
  line-height: 1.111333333333333rem;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.privacy-info > .body > .action {
  text-align: center;
}
.privacy-info > .body > .action > .button-secondary {
  padding: 0.208375rem 0.8335rem;
  font-size: 0.875rem;
}
.privacy-info.close {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.contact-pop {
  background: #000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 1s 0s all;
  transition: 1s 0s all;
}
.contact-pop > .header > .close {
  padding: 0.8335rem;
  background: #ed1707;
  color: #fff;
  border-radius: 0;
}
.contact-pop > .item > .footer {
  font-size: 0.875rem;
}
.contact-pop.is-fade {
  overflow: hidden !important;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: 1s 0s all;
  transition: 1s 0s all;
}
.contact-pop.is-show {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  -webkit-transition: 1s 0s all;
  transition: 1s 0s all;
}
.main-nav a {
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .huge {
    margin-top: 1.667rem;
    font-size: 6rem;
    line-height: 4.5rem;
  }
  .root > .page-content .layout-mixed {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .root > .page-content .layout-mixed > .body {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: calc(49rem - (1.667rem / 2));
    -webkit-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .root > .page-content .layout-mixed > .body:last-child {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: calc(49rem - (1.667rem / 2));
  }
  .root > .page-content .layout-mixed > .media {
    -webkit-box-ordinal-group: 1;
    -o-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.334rem;
    width: 100%;
    max-width: unset;
  }
  .root > .page-content .layout-mixed.body-right > .body:not(:last-child) {
    margin-left: auto;
  }
}
@media (max-width: 860px) {
  .huge {
    margin-top: 1.667rem;
    font-size: 9rem;
    line-height: 9rem;
  }
  .root > .page-content .hero-home {
    margin-top: 0;
    margin-right: -3.334rem;
    margin-left: -3.334rem;
  }
  .root > .page-content .hero-home:after {
    display: block;
    padding-top: 168.75%;
    width: 0;
    content: '';
  }
  .root > .page-content .hero-home .body {
    margin-right: 1.667rem;
    margin-left: 1.667rem;
  }
  .root > .page-footer > .copy-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .root > .page-footer > .copy-info > .copy {
    text-align: center;
    margin-bottom: 1.667rem;
    margin-right: 0;
    width: 100%;
    -webkit-box-flex: 1;
    -o-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1;
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
  .root > .page-footer > .copy-info > .dev {
    text-align: center;
  }
}
@media (max-width: 680px) {
  .huge {
    margin-top: 0;
    font-size: 7.5rem;
    line-height: 7.5rem;
  }
  .root {
    padding-left: 1.667rem;
    padding-right: 1.667rem;
  }
  .root > .page-content .contact-pop {
    padding-left: 1.667rem;
    padding-right: 1.667rem;
  }
  .root > .page-content .layout-mixed > .media > .image {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@media (max-width: 600px) {
  .huge {
    margin-top: 0;
    font-size: 6rem;
    line-height: 6rem;
  }
}
@media (max-width: 480px) {
  .huge {
    margin-top: 0;
    font-size: 4.5rem;
    line-height: 4.5rem;
  }
}
@media (max-width: 380px) {
  .huge {
    margin-top: 0;
    font-size: 3.75rem;
    line-height: 3.75rem;
  }
}
.amelia-booking #amelia-booking-wrap .am-step-booking-catalog {
  border: 0 !important;
}
.amelia-booking #amelia-booking-wrap .am-confirmation-booking .el-button--default {
  color: #ed1707 !important;
  border-color: rgba(237,23,7,0.05) !important;
  background-color: rgba(237,23,7,0.05) !important;
}
.amelia-booking #amelia-booking-wrap .am-confirmation-booking .el-button--default span {
  color: #ed1707 !important;
}
