@charset "UTF-8";
/*!
Theme Name: AMA
Theme URI: https://ama.work
Author: David Penuela
Designer: Ana Urquia
Author URI: https://ama.work
Description:  🏗 Website for Parkit, 2025
Version: 0.1
*/
/************************************************************************************
*******************    TYPOGRAPHY IMPORT                      ***********************
*************************************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Albert+Sans&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Slide styles end */
/************************************************************************************
*******************    UTILS                                *************************
*************************************************************************************/
/************************************************************************************
*******************    VARIABLES                            *************************
*************************************************************************************/
/**
 * Typography
 */
/*https://snook.ca/archives/html_and_css/font-size-with-rem*/
/**
 * Colors
 */
/**
 * Transitions
 */
/**
 * margin, padding, widths column
 */
/**
 * Removes the scroll bar
 *
 * Usage:
 * .selector {
 *   @include remove-scrollbar;
 * }
 */
/************************************************************************************
*******************    CLEARFIX                             *************************
*************************************************************************************/
.clear:after, .clear:before {
  content: " ";
  display: table;
}

.clear {
  *zoom: 1;
}
.clear:after {
  clear: both;
}

/************************************************************************************
*******************    DEFAULTS                             *************************
*************************************************************************************/
/************************************************************************************
*******************    UTILS                                *************************
*************************************************************************************/
/************************************************************************************
*******************    UTILS                                *************************
*************************************************************************************/
/************************************************************************************
*******************    BREAKPOINTS                          *************************
*************************************************************************************/
/************************************************************************************
*******************    DEFAULTS                             *************************
*************************************************************************************/
/************************************************************************************
*******************    Buttons                            *************************
*************************************************************************************/
.p-contact .p-contact-in .p-contact-in-info .p-contact-in-info-form form p [type=submit], .module-landing .module-landing-in .module-landing-booking .ppwidget form .ppwidget__footer button, header .header-in .header-menu ul li:last-child a, .btn {
  cursor: pointer;
  background-color: #7a4ce6;
  padding: 0.34em 1ch;
  border: 1px solid transparent;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border-radius: 100px;
  display: inline-block;
}
.p-contact .p-contact-in .p-contact-in-info .p-contact-in-info-form form p [type=submit], .module-landing .module-landing-in .module-landing-booking .ppwidget form .ppwidget__footer button, header .header-in .header-menu ul li:last-child a, .btn {
  color: white;
}
.p-contact .p-contact-in .p-contact-in-info .p-contact-in-info-form form p [type=submit]:hover, .module-landing .module-landing-in .module-landing-booking .ppwidget form .ppwidget__footer button:hover, header .header-in .header-menu ul li:last-child a:hover, .btn:hover {
  background-color: white;
  color: #7a4ce6;
  border-color: #7a4ce6;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-weight: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}

html,
body {
  font-family: "Albert Sans", sans-serif;
  font-size: 62.5%;
  line-height: 1.5;
  color: #29194d;
  background-color: transparent;
  background-color: white;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
  height: auto;
  position: relative;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
  background: #404041;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #404041;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #404041;
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #404041;
  color: #fff;
  text-shadow: none;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a:link, a:visited, a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

/************************************************************************************
*******************    ANIMATION                            *************************
*************************************************************************************/
/************************************************************************************
*******************    DEFAULTS                             *************************
*************************************************************************************/
/************************************************************************************
*******************    HEADER                               *************************
*************************************************************************************/
header {
  position: sticky;
  top: 0;
  padding: 1.2rem 2.4rem;
  z-index: 10;
  background-color: #29194d;
  --header-text-color: white;
}
header .header-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .header-in .header-logo {
  position: relative;
  z-index: 2;
}
header .header-in .header-logo h1 {
  font-size: 0;
}
header .header-in .header-logo svg {
  width: 9.5rem;
  height: auto;
}
@media (min-width: 768px) {
  header .header-in .header-logo svg {
    width: 12rem;
  }
}
header .header-in .header-menu .menu-main-menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
}
header .header-in .header-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2ch;
}
header .header-in .header-menu ul li a {
  border-bottom: 0.1rem solid transparent;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
}
header .header-in .header-menu ul li a:hover {
  border-color: var(--header-text-color, white);
}
header .header-in .header-menu ul li.current-menu-item:not(:last-child) a {
  border-color: var(--header-text-color, white);
}
@media (min-width: 768px) {
  header .header-in .header-menu ul {
    text-align: left;
  }
}
@media (max-width: 1199.98px) {
  header .header-in .header-menu {
    position: fixed;
    z-index: 1;
    inset: 0;
    top: 1.5em;
    will-change: opacity;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    pointer-events: none;
    -ms-touch-action: none;
        touch-action: none;
    opacity: 0;
    background-color: #29194d;
    padding: 2.4rem 2.4rem;
  }
  header .header-in .header-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.4rem;
    text-align: center;
    width: 100%;
  }
  header .header-in .header-menu.active {
    opacity: 1;
    pointer-events: all;
    -ms-touch-action: initial;
        touch-action: initial;
  }
}
header .header-in .header-menu-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
header .header-in .header-menu-toggle #nav-burger {
  width: 2.2rem;
  height: 2rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .header-in .header-menu-toggle #nav-burger span {
  display: block;
  width: 100%;
  height: 0.2rem;
  background-color: var(--header-text-color, white);
}
header .header-in .header-menu-toggle #nav-burger span:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  header .header-in .header-menu-toggle {
    display: none;
  }
}
@media (min-width: 768px) {
  header {
    padding: 2.5rem 4rem;
  }
}

/************************************************************************************
*******************    DEFAULTS                             *************************
*************************************************************************************/
/************************************************************************************
*******************    NAVIGATION                           *************************
*************************************************************************************/
/************************************************************************************
*******************    DEFAULTS                             *************************
*************************************************************************************/
/************************************************************************************
*******************    MAIN                                 *************************
*************************************************************************************/
/************************************************************************************
*******************    DEFAULTS                             *************************
*************************************************************************************/
/************************************************************************************
*******************    FOOTER                               *************************
*************************************************************************************/
footer {
  background-color: #29194d;
  color: white;
  padding: 2.6rem 2.4rem 3.2rem;
}
footer a {
  border-bottom: 0.1rem solid transparent;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
}
footer a:link, footer a:visited, footer a:active {
  color: white;
}
footer a:hover {
  border-color: var(--header-text-color, white);
}
footer .footer-in ul li {
  line-height: 1.35;
}
footer .footer-in .footer-in-col p {
  line-height: 1.35;
  margin-top: 0;
}
footer .footer-in .footer-in-col:nth-child(1) {
  grid-column: span 2;
  margin-bottom: 9.4rem;
}
footer .footer-in .footer-in-col:nth-child(2) {
  grid-column: span 3;
}
footer .footer-in .footer-in-col:nth-child(3) {
  grid-column: span 3;
}
footer .footer-in .footer-in-col:nth-child(4) {
  grid-column: span 4;
}
@media (min-width: 768px) {
  footer .footer-in {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 2.5rem;
  }
}
@media (min-width: 768px) {
  footer {
    padding: 14rem 4rem 6rem;
  }
}

/************************************************************************************
*******************    DEFAULTS                             *************************
*************************************************************************************/
/************************************************************************************
*******************    MAIN                                 *************************
*************************************************************************************/
.module-landing {
  background-color: #29194d;
  color: white;
  height: 100%;
  position: relative;
}
.module-landing .module-landing-in {
  padding: 3rem 2.4rem 2.4rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 2.4rem;
  height: 100%;
  height: 90vh;
  min-height: 70rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.module-landing .module-landing-in .module-landing-in-title {
  grid-column: 1/-1;
  position: relative;
  z-index: 2;
  height: auto;
  margin: 0;
}
@media (min-width: 768px) {
  .module-landing .module-landing-in .module-landing-in-title {
    grid-column: 1/7;
  }
}
.module-landing .module-landing-in .module-landing-booking {
  position: relative;
  z-index: 2;
  grid-column: 1/-1;
  height: auto;
}
.module-landing .module-landing-in .module-landing-booking .ppwidget {
  border-radius: 1.6rem;
  border: 0;
  font-family: "Albert Sans", sans-serif;
}
.module-landing .module-landing-in .module-landing-booking .ppwidget.ppwidget__container {
  max-width: unset;
}
.module-landing .module-landing-in .module-landing-booking .ppwidget form .ppwidget__header .ppwidget__header__title .ppwidget__header__title__logo {
  display: none;
}
.module-landing .module-landing-in .module-landing-booking .ppwidget form .ppwidget__main input {
  border-radius: 1.6rem;
  padding: 0.3em 1ch;
}
.module-landing .module-landing-in .module-landing-booking .ppwidget form .ppwidget__footer button {
  width: auto;
  font-weight: 300;
}
@media (min-width: 768px) {
  .module-landing .module-landing-in .module-landing-booking {
    grid-column: 7/-1;
    min-width: 45rem;
  }
}
.module-landing .module-landing-in .module-landing-verified {
  position: absolute;
  bottom: 2.4rem;
  left: 2.4rem;
  z-index: 2;
}
.module-landing .module-landing-in .module-landing-verified svg {
  width: 20.2rem;
  height: auto;
}
@media (min-width: 768px) {
  .module-landing .module-landing-in .module-landing-verified svg {
    width: 27.2rem;
  }
}
@media (min-width: 768px) {
  .module-landing .module-landing-in .module-landing-verified {
    bottom: 4rem;
    left: 4rem;
  }
}
.module-landing .module-landing-in .module-landing-background-image {
  position: absolute;
  inset: 0;
  z-index: 1;
  height: inherit;
}
.module-landing .module-landing-in .module-landing-background-image img {
  width: 100%;
  height: 60vh;
  min-height: 70rem;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (min-width: 768px) {
  .module-landing .module-landing-in {
    padding: 17rem 4rem 4rem;
    grid-template-columns: repeat(12, 1fr);
    height: 60vh;
  }
}

/************************************************************************************
*******************    DEFAULTS                             *************************
*************************************************************************************/
/************************************************************************************
*******************    MODULE 1                                 *********************
*************************************************************************************/
.module1 {
  position: relative;
  background-color: #7a4ce6;
  padding: 2.4rem 2.4rem 0;
  color: white;
  border-radius: 1.6rem;
  margin: 4rem 2.4rem;
  overflow: hidden;
}
.module1.cols_one .module1-in {
  grid-template-columns: repeat(2, 1fr);
}
.module1.cols_one .module1-in-left {
  max-width: 80rem;
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .module1.cols_one .module1-in-left {
    margin-bottom: 4rem;
  }
}
.module1.cols_two {
  padding-bottom: 3rem;
}
.module1.cols_two .module1-in .module1-in-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 3rem;
}
.module1.cols_two .module1-in .module1-in-left {
  max-width: 96rem;
}
.module1.cols_two .module1-in .module1-in-left .module1-in-left-top {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .module1.cols_two .module1-in .mobile-verified {
    display: none;
  }
}
@media (min-width: 768px) {
  .module1.cols_two {
    padding-bottom: 4rem;
  }
}
.module1 .module1-in {
  position: relative;
}
.module1 .module1-in h2 {
  margin: 0 0 0.5em;
}
.module1 .module1-in h3 {
  margin-top: 0;
}
.module1 .module1-in {
  height: 100%;
}
.module1 .module1-in .module1-in-left .module1-in-left-top {
  margin-bottom: 6rem;
}
@media (min-width: 768px) {
  .module1 .module1-in .module1-in-left .module1-in-left-top {
    margin-bottom: 9rem;
  }
}
.module1 .module1-in .module1-in-left .module1-in-left-bottom {
  display: none;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .module1 .module1-in .module1-in-left .module1-in-left-bottom {
    display: block;
    margin-bottom: 4rem;
  }
}
.module1 .module1-in .module1-in-left .module1-in-left-cta {
  margin: 2rem 0 0;
}
@media (min-width: 768px) {
  .module1 .module1-in .module1-in-left .module1-in-left-cta {
    margin: 4rem 0 0;
  }
}
.module1 .module1-in .module1-in-right .module1-in-right-in-svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
}
.module1 .module1-in .module1-in-right .module1-in-right-in-svg .module1-in-right-in-svg {
  width: 100%;
  display: inline-block;
}
.module1 .module1-in .module1-in-right .module1-in-right-in-svg .module1-in-right-in-svg svg {
  display: inline-block;
  width: 100%;
  height: auto;
}
.module1 .module1-in .module1-in-right .module1-in-right-in-text {
  max-width: 40rem;
}
.module1 .module1-in .module1-in-right .module1-in-right-in-text p {
  margin-top: 0;
}
@media (min-width: 768px) {
  .module1 .module1-in {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-column-gap: 2.4rem;
  }
}
.module1 .module1-image {
  position: absolute;
  inset: 0;
}
.module1 .module1-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.module1 .mobile-verified {
  position: relative;
  z-index: 1;
}
.module1 .mobile-verified svg {
  width: 20.2rem;
  height: auto;
}
@media (min-width: 768px) {
  .module1 .mobile-verified svg {
    width: 27.2rem;
  }
}
@media (min-width: 768px) {
  .module1 .mobile-verified {
    bottom: 4rem;
    left: 4rem;
  }
}
@media (min-width: 768px) {
  .module1 {
    padding: 4rem 4rem 0;
    margin: 4rem;
  }
}

/************************************************************************************
*******************    DEFAULTS                             *************************
*************************************************************************************/
/************************************************************************************
*******************    MODULE 2                                **********************
*************************************************************************************/
.module2 {
  position: relative;
  background-color: var(--bg-color, #7a4ce6);
  padding: 1px;
  color: var(--text-color, white);
  margin: 4rem 0;
  text-align: center;
}
.module2 p {
  margin: 0.5em;
}
.module2 a:link, .module2 a:visited, .module2 a:active {
  color: var(--text-color, white);
  text-decoration: underline;
}

/************************************************************************************
*******************    DEFAULTS                             *************************
*************************************************************************************/
/************************************************************************************
*******************    MODULE 3                                 *********************
*************************************************************************************/
.module3 {
  position: relative;
  color: #29194d;
  margin: 2.4rem 0;
}
.module3 .module3-in {
  padding: 0 2.4rem;
}
@media (min-width: 768px) {
  .module3 .module3-in {
    padding: 0 4rem;
  }
}
.module3 h2 {
  margin: 0 0 1em;
  max-width: 100rem;
}
.module3 h3 {
  margin: 0;
}
.module3 .module3-in-cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2.4rem;
}
.module3 .module3-in-cards .module3-in-cards-card {
  background-color: #f4f5f7;
  border-radius: 1.6rem;
  padding: 3rem;
}
.module3 .module3-in-cards .module3-in-cards-card .module3-in-cards-card-number h3 {
  margin-bottom: 0.15em;
}
.module3 .module3-in-cards .module3-in-cards-card .module3-in-cards-card-title h3 {
  margin-bottom: 2em;
}
.module3 .module3-in-cards .module3-in-cards-card .module3-in-cards-card-text p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .module3 .module3-in-cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }
}
.module3 a:link, .module3 a:visited, .module3 a:active {
  color: var(--text-color, white);
  text-decoration: underline;
}
@media (min-width: 768px) {
  .module3 {
    margin: 5rem 0 6rem;
  }
}

/************************************************************************************
*******************    DEFAULTS                             *************************
*************************************************************************************/
/************************************************************************************
*******************    MODULE 3                                 *********************
*************************************************************************************/
.module4 {
  position: relative;
  color: #29194d;
  padding: 2.4rem 0 4.8rem;
  background-color: #f4f5f7;
}
.module4 .module4-in {
  padding: 2.4rem;
}
@media (min-width: 768px) {
  .module4 .module4-in {
    padding: 4rem;
  }
}
.module4 h2 {
  margin: 0 0 1em;
  max-width: 100rem;
  padding: 0 2.4rem;
}
@media (min-width: 768px) {
  .module4 h2 {
    padding: 0 4rem;
  }
}
.module4 h3 {
  margin: 0;
}
.module4 .module4-in-cards .module4-in-cards-card {
  background-color: white;
  border-radius: 1.6rem;
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  aspect-ratio: 4/2;
}
.module4 .module4-in-cards .module4-in-cards-card p:last-child {
  margin-bottom: 0;
}
.module4 .module4-in-cards .module4-in-cards-card .module4-in-cards-card-top {
  min-height: 8em;
  margin-bottom: 4em;
}
.module4 .module4-in-cards .module4-in-cards-card .module4-in-cards-card-top .module4-in-cards-card-quotes svg {
  width: 5rem;
  height: auto;
}
.module4 .module4-in-cards .module4-in-cards-card .module4-in-cards-card-top .module4-in-cards-card-text {
  min-height: 8em;
}
.module4 a:link, .module4 a:visited, .module4 a:active {
  color: var(--text-color, white);
  text-decoration: underline;
}
@media (min-width: 768px) {
  .module4 {
    padding: 4rem 0 8rem;
  }
}

/************************************************************************************
*******************    DEFAULTS                             *************************
*************************************************************************************/
/************************************************************************************
*******************    MODULE 5                                 *********************
*************************************************************************************/
.module5 {
  position: relative;
  color: #29194d;
  margin: 2.4rem 0;
}
.module5 .module5-in {
  position: relative;
  padding: 0 2.4rem;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.module5 .module5-in .module5-in-text {
  grid-column: 1/-1;
  max-width: 80rem;
}
.module5 .module5-in .module5-in-text > *:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .module5 .module5-in .module5-in-text {
    grid-column: 1/span 7;
  }
}
.module5 .module5-in .module5-in-card {
  grid-column: 1/-1;
  background-color: #f4f5f7;
  border-radius: 1.6rem;
  padding: 4rem;
  height: auto;
  position: sticky;
  top: 12rem;
}
.module5 .module5-in .module5-in-card p {
  margin-top: 0;
}
.module5 .module5-in .module5-in-card .module5-in-card-in-cta {
  width: 100%;
  text-align: right;
}
@media (min-width: 768px) {
  .module5 .module5-in .module5-in-card {
    grid-column: 9/-1;
  }
}
@media (min-width: 768px) {
  .module5 .module5-in {
    padding: 0 4rem;
  }
}
@media (min-width: 768px) {
  .module5 {
    margin: 6rem 0;
  }
}

/************************************************************************************
*******************    DEFAULTS                             *************************
*************************************************************************************/
/************************************************************************************
*******************    MODULE 6                                 *********************
*************************************************************************************/
.module6 {
  position: relative;
  color: #29194d;
  padding: 0 2.4rem;
}
.module6 .module6-in {
  max-width: 100rem;
}
@media (min-width: 768px) {
  .module6 {
    padding: 0 4rem;
  }
}

/************************************************************************************
*******************    DEFAULTS                             *************************
*************************************************************************************/
/************************************************************************************
*******************    MODULE 7                                 *********************
*************************************************************************************/
.module7 {
  position: relative;
  color: #29194d;
  margin: 2.4rem 0;
}
.module7 .module7-in {
  border-radius: 1.6rem;
  overflow: hidden;
  margin: 0 2.4rem;
  max-height: 50rem;
}
.module7 .module7-in img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: inline-block;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .module7 .module7-in img {
    aspect-ratio: unset;
  }
}
@media (min-width: 768px) {
  .module7 .module7-in {
    margin: 0 4rem;
  }
}
@media (min-width: 768px) {
  .module7 {
    margin: 4rem 0;
  }
}

/************************************************************************************
*******************    DEFAULTS                             *************************
*************************************************************************************/
/************************************************************************************
*******************    MODULE 7                                 *********************
*************************************************************************************/
.moduleCardPurple {
  position: relative;
  color: white;
}
.moduleCardPurple .moduleCardPurple-in .moduleCardPurple-in-img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  border-radius: 1.6rem;
  overflow: hidden;
}
.moduleCardPurple .moduleCardPurple-in .moduleCardPurple-in-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.moduleCardPurple .moduleCardPurple-in .moduleCardPurple-in-content {
  padding: 4rem;
  position: relative;
  z-index: 1;
}
.moduleCardPurple .moduleCardPurple-in .moduleCardPurple-in-content *:first-child {
  margin-top: 0;
}
.moduleCardPurple .moduleCardPurple-in .moduleCardPurple-in-content .moduleCardPurple-in-content-verified {
  margin-top: 7rem;
}
.moduleCardPurple .moduleCardPurple-in .moduleCardPurple-in-content .moduleCardPurple-in-content-verified svg {
  width: 20rem;
  height: auto;
}

/************************************************************************************
*******************    DEFAULTS                             *************************
*************************************************************************************/
/************************************************************************************
*******************    MODULE 7                                 *********************
*************************************************************************************/
.moduleForm {
  position: relative;
  color: #29194d;
  margin: 0;
}
/************************************************************************************
*******************    DEFAULTS                             *************************
*************************************************************************************/
/************************************************************************************
*******************    FRONT PAGE                           *************************
*************************************************************************************/
/************************************************************************************
*******************    DEFAULTS                             *************************
*************************************************************************************/
/************************************************************************************
*******************    FRONT PAGE                           *************************
*************************************************************************************/
.p-page {
  margin-top: 2em;
}
.p-page ul {
  margin-left: 2ch;
}
.p-page ul li {
  list-style-type: disc;
  margin-bottom: 1em;
}
@media (min-width: 992px) {
  .p-page {
    margin-top: 10rem;
  }
}

/************************************************************************************
*******************    DEFAULTS                             *************************
*************************************************************************************/
/************************************************************************************
*******************    FRONT PAGE                           *************************
*************************************************************************************/
.p-contact .p-contact-in .p-contact-in-info {
  padding: 0 4rem;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2.5rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin: 4rem 0;
}
.p-contact .p-contact-in .p-contact-in-info .p-contact-in-info-card {
  grid-column: 1/span 4;
  height: auto;
}
.p-contact .p-contact-in .p-contact-in-info .p-contact-in-info-form {
  background-color: #f4f5f7;
  height: auto;
  overflow: hidden;
  border-radius: 1.6rem;
  grid-column: 5/-1;
  padding: 4rem 4rem;
  width: 100%;
}
.p-contact .p-contact-in .p-contact-in-info .p-contact-in-info-form form {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-contact .p-contact-in .p-contact-in-info .p-contact-in-info-form form p {
  margin-top: 0;
  min-width: 0 !important; /* allows shrinking */
  width: 100% !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
.p-contact .p-contact-in .p-contact-in-info .p-contact-in-info-form form p:nth-child(2), .p-contact .p-contact-in .p-contact-in-info .p-contact-in-info-form form p:nth-child(3) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
.p-contact .p-contact-in .p-contact-in-info .p-contact-in-info-form form p:nth-child(2) label, .p-contact .p-contact-in .p-contact-in-info .p-contact-in-info-form form p:nth-child(3) label {
  grid-column: span 1;
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
}
.p-contact .p-contact-in .p-contact-in-info .p-contact-in-info-form form p:nth-child(2) label span, .p-contact .p-contact-in .p-contact-in-info .p-contact-in-info-form form p:nth-child(3) label span {
  display: inline-block;
  width: 100%;
  margin-top: 0.4em;
}
.p-contact .p-contact-in .p-contact-in-info .p-contact-in-info-form form p:nth-child(2) label input, .p-contact .p-contact-in .p-contact-in-info .p-contact-in-info-form form p:nth-child(3) label input {
  display: inline-block;
  width: 100%;
  border-radius: 1.6rem;
  border: 0;
  padding: 0.5em 1ch;
}
.p-contact .p-contact-in .p-contact-in-info .p-contact-in-info-form form p:nth-child(2) label input:focus, .p-contact .p-contact-in .p-contact-in-info .p-contact-in-info-form form p:nth-child(3) label input:focus {
  outline: none;
}
.p-contact .p-contact-in .p-contact-in-info .p-contact-in-info-form form p:nth-child(4) {
  width: 100%;
  color: rgba(0, 0, 0, 0.5);
}
.p-contact .p-contact-in .p-contact-in-info .p-contact-in-info-form form p:nth-child(4) span {
  display: inline-block;
  width: 100%;
  margin-top: 0.4em;
}
.p-contact .p-contact-in .p-contact-in-info .p-contact-in-info-form form p:nth-child(4) textarea {
  width: 100%;
  display: inline-block;
  width: 100%;
  border-radius: 1.6rem;
  border: 0;
  padding: 0.5em 1.5ch;
}
.p-contact .p-contact-in .p-contact-in-info .p-contact-in-info-form form p:nth-child(4) textarea:focus {
  outline: none;
}
.p-contact .p-contact-in .p-contact-in-info .p-contact-in-info-form form p:nth-child(5) {
  width: 100%;
}
.p-contact .p-contact-in .p-contact-in-info .p-contact-in-info-form form p:nth-child(5) span {
  display: inline-block;
  width: 100%;
  margin: 0;
}
.p-contact .p-contact-in .p-contact-in-info .p-contact-in-info-form form p:nth-child(5) label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.p-contact .p-contact-in .p-contact-in-info .p-contact-in-info-form form p:nth-child(5) label:focus {
  outline: none;
}
.p-contact .p-contact-in .p-contact-in-info .p-contact-in-info-form form p:last-of-type {
  margin-bottom: 0;
}
.p-contact .p-contact-in .p-contact-in-info .p-contact-in-info-form form p [type=submit] {
  margin-top: 1em;
}
.p-contact .p-contact-in .p-contact-in-info .p-contact-in-info-form form .wpcf7-response-output {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  border: 0;
  padding: 0;
  margin: 0;
  margin-bottom: 1.5em;
  background-color: #7a4ce6;
  color: white;
  border-radius: 1.6rem;
  text-align: center;
  padding: 0.5em 1ch;
}

/************************************************************************************
*******************    DEFAULTS                             *************************
*************************************************************************************/
/************************************************************************************
*******************    TYPOGRAPHY                           *************************
*************************************************************************************/
/*****************************************
*****    HELPERS            **************
******************************************/
.italics,
em,
i {
  font-style: italic;
  font-weight: inherit;
}

a {
  font-weight: inherit;
}

/*****************************************
*****    GENERAL            **************
******************************************/
h1,
.h1 {
  font-size: 4rem;
  line-height: 1.05;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 6rem;
  }
}

h2,
h2 span,
h2 i,
.h2,
.h2 span,
.h2 i {
  font-size: 3rem;
  line-height: 1.1;
}
@media (min-width: 768px) {
  h2,
  h2 span,
  h2 i,
  .h2,
  .h2 span,
  .h2 i {
    font-size: 4.5rem;
  }
}

h4,
.h4, h3,
.h3 {
  font-size: 1.8rem;
  line-height: 1.05;
}
@media (min-width: 768px) {
  h4,
  .h4, h3,
  .h3 {
    font-size: 2.5rem;
  }
}

footer,
footer p,
footer a, .btn, p,
p a,
.p,
.p a,
ul,
ul a,
ul li,
ul li a,
.wpcf7-response-output,
.wpcf7-response-output a,
.ppwidget__footer button,
.ppwidget__footer button a,
.ui-widget,
.ui-widget a {
  font-size: 1.4rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  footer,
  footer p,
  footer a, .btn, p,
  p a,
  .p,
  .p a,
  ul,
  ul a,
  ul li,
  ul li a,
  .wpcf7-response-output,
  .wpcf7-response-output a,
  .ppwidget__footer button,
  .ppwidget__footer button a,
  .ui-widget,
  .ui-widget a {
    font-size: 1.8rem;
  }
}

/*****************************************
*****    APPLY            **************
******************************************/
/*****************************************
*****    HEADER             **************
******************************************/
header,
header ul a {
  color: white;
  font-size: 4rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  header,
  header ul a {
    line-height: 1.2;
    font-size: 1.8rem;
  }
}
header a:link, header a:visited, header a:active {
  color: white;
}

/*****************************************
*****    FOOTER             **************
******************************************/
/************************************************************************************
*******************    UTILS                                *************************
*************************************************************************************/
/************************************************************************************
******************* EXTERNAL *************************
*************************************************************************************/
.grid-columns {
  position: fixed;
  background-color: red;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  -ms-touch-action: none;
      touch-action: none;
  z-index: 9999999;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 2.4rem;
  padding: 2.4rem;
  margin: 0 auto;
  opacity: 0;
}
.grid-columns .grid-columns-column {
  background-color: blue;
  height: 100%;
  display: none;
}
.grid-columns .grid-columns-column:nth-child(1) {
  display: block;
}
@media (min-width: 768px) {
  .grid-columns .grid-columns-column {
    display: block;
  }
}
.grid-columns.active {
  opacity: 0.4;
}
@media (min-width: 768px) {
  .grid-columns {
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 2.5rem;
    padding: 4rem;
  }
}

.debug-resolutions {
  position: fixed;
  left: 0;
  top: 0;
  background-color: black;
  color: #5df4ff;
  padding: 3rem;
  font-family: "Helvetica", serif;
  font-size: 2rem;
  line-height: 1.3;
  z-index: 99999;
  opacity: 0;
  pointer-events: none;
  -ms-touch-action: none;
      touch-action: none;
}
.debug-resolutions.active {
  opacity: 1;
}
.debug-resolutions .debug-resolution-type {
  display: none;
}
@media (max-width: 575.98px) {
  .debug-resolutions .debug-resolution-type-xs {
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .debug-resolutions .debug-resolution-type-sm {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .debug-resolutions .debug-resolution-type-md {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .debug-resolutions .debug-resolution-type-lg {
    display: block;
  }
}
@media (min-width: 1200px) and (max-width: 1499.98px) {
  .debug-resolutions .debug-resolution-type-xl {
    display: block;
  }
}
@media (min-width: 1500px) {
  .debug-resolutions .debug-resolution-type-xxl {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */