@charset "UTF-8";

@font-face {
  font-family: Lexend;
  font-display: swap;
  src: url("../fonts/Lexend-Regular.woff2") format("woff2"), url("../fonts/Lexend-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

/* Normalize
--------------------------------------------- */

/*! 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;
  -webkit-text-size-adjust: 100%;
}

/* 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 {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  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 {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

:root {
  --pd: 6.4rem;
  --pds: 3.2rem;
}

html {
  font-size: 62.5%;
  height: 100%;
  min-width: 320px;
}

body {
  min-width: 320px;
  position: relative;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  color: #000;
  background: white;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: none;
  width: 1px;
  height: 100%;
  background-color: green;
}

.lock body {
  overflow: hidden;
  touch-action: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-size: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

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

p {
  margin: 0;
  padding: 0;
}

.hidden {
  display: none;
}

.container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1448px;
  width: 100%;
}

input[type=submit]:disabled {
  cursor: not-allowed !important;
  opacity: 0.6 !important;
}

a {
  color: inherit;
  text-decoration: none;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.wrapper > main {
  flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}

.site-decoration {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.site-decoration .container {
  height: 100%;
}

.site-decoration__svg {
  height: 100%;
  padding-left: 6.363rem;
  margin-left: 13.5rem;
  border-left: 6px dotted #f3f3f3;
  padding-top: 20rem;
}

.site-decoration__svg svg {
  will-change: transform;
  backface-visibility: hidden;
  transform: translateY(100%);
  animation: bgAnimation 15000ms linear infinite;
}

@keyframes bgAnimation {
  0% {
    transform: translateY(50%);
  }

  100% {
    transform: translateY(-120%);
  }
}

.btn {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  display: inline-flex;
  border: none;
  outline: none;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding: calc(var(--pds) / 2) var(--pds);
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.6;
  background-color: transparent;
  border: 1px solid #ffe3d3;
  border-radius: 3.2rem;
  color: #000;
  transition: all 300ms ease-in;
}

.btn._fw {
  width: 100%;
}

.btn-green {
  display: block;
  width: 100%;
  background-color: #ffe3d3;
  text-align: center;
  color: #fff;
}

.btn-green:hover {
  color: #000;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #333333 #000;
}

*::-webkit-scrollbar {
  height: 12px;
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: #000;
}

*::-webkit-scrollbar-thumb {
  background-color: #333333;
  border-radius: 5px;
  border: 3px solid #000;
}

.main-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
  transition: all 400ms ease-out;
}

.main-header__content {
  max-width: 1448px;
  padding: var(--pd) 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 400ms ease-out;
}

.main-header.active {
  position: fixed;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.95);
}

.main-header.active .main-header__content {
  padding: calc(var(--pds) / 2) 20px;
}

.main-header.active .main-header__logo svg {
  height: 40px;
}

.main-header.active .menu a {
  padding: calc(var(--pds) / 4) var(--pds);
}

.main-header.active .icon-menu {
  top: 29px;
}

.main-header__logo img {
  transition: all 400ms ease-out;
}

.menu__list {
  display: flex;
  align-items: center;
}

.menu .menu-item.current-menu-item a::after {
  transform: scaleX(1);
}

.menu a {
  display: block;
  font-family: "Lexend";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.25;
  text-align: center;
  padding: calc(var(--pds) / 2) var(--pds);
  color: #000;
  transition: all 300ms ease-out;
  white-space: nowrap;
  position: relative;
}

.menu a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffe3d3;
  will-change: transform;
  backface-visibility: hidden;
  transform: scaleX(0);
  transition: all 300ms ease-out;
}

.menu a:hover::after {
  transform: scaleX(1);
}

.icon-menu {
  display: none;
}

.modal {
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  padding: 30px 10px;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  z-index: 9999;
}

.modal::before {
  content: "";
  background: rgba(196, 196, 196, 0.8);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
}

.modal._active {
  overflow: auto;
  visibility: visible;
}

.modal._active::before {
  opacity: 1;
}

.modal._active .modal__body {
  transition: all 0.5s ease 0.2s;
  transform: translateY(0);
  opacity: 1;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

.modal__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__body {
  background-color: #fff;
  transform: translateY(-50rem);
  transition: all 0.6s ease 0s;
  opacity: 0;
  will-change: transform;
  backface-visibility: hidden;
}

.modal .modal-form {
  width: 72rem;
  overflow: hidden;
  padding: 6.4rem;
}

.modal .modal-form .modal-close-form {
  cursor: pointer;
}

.modal .modal-form .title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 4rem;
  line-height: 4.9rem;
  letter-spacing: -0.01em;
  color: #0A2834;
}

.modal .modal-form .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

.modal .modal-form .body {
  margin-top: 3rem;
}

.modal .modal-form .body form .d-flex p {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}

.modal .modal-form .body form input,
.modal .modal-form .body form textarea {
  /* webkit */
  /* webkit */
  /* webkit */
  /* webkit */
  /* webkit */
}

.modal .modal-form .body form input[type=text]::-webkit-input-placeholder,
.modal .modal-form .body form input[type=email]::-webkit-input-placeholder,
.modal .modal-form .body form input[type=tel]::-webkit-input-placeholder,
.modal .modal-form .body form textarea[type=text]::-webkit-input-placeholder,
.modal .modal-form .body form textarea[type=email]::-webkit-input-placeholder,
.modal .modal-form .body form textarea[type=tel]::-webkit-input-placeholder {
  text-align: left;
  color: black;
}

.modal .modal-form .body form input[type=text]::-moz-placeholder,
.modal .modal-form .body form input[type=email]::-moz-placeholder,
.modal .modal-form .body form input[type=tel]::-moz-placeholder,
.modal .modal-form .body form textarea[type=text]::-moz-placeholder,
.modal .modal-form .body form textarea[type=email]::-moz-placeholder,
.modal .modal-form .body form textarea[type=tel]::-moz-placeholder {
  text-align: left;
  color: black;
}

.modal .modal-form .body form input[type=text]:-moz-placeholder,
.modal .modal-form .body form input[type=email]:-moz-placeholder,
.modal .modal-form .body form input[type=tel]:-moz-placeholder,
.modal .modal-form .body form textarea[type=text]:-moz-placeholder,
.modal .modal-form .body form textarea[type=email]:-moz-placeholder,
.modal .modal-form .body form textarea[type=tel]:-moz-placeholder {
  text-align: left;
  color: black;
}

.modal .modal-form .body form input[type=text]:-ms-input-placeholder,
.modal .modal-form .body form input[type=email]:-ms-input-placeholder,
.modal .modal-form .body form input[type=tel]:-ms-input-placeholder,
.modal .modal-form .body form textarea[type=text]:-ms-input-placeholder,
.modal .modal-form .body form textarea[type=email]:-ms-input-placeholder,
.modal .modal-form .body form textarea[type=tel]:-ms-input-placeholder {
  text-align: left;
  color: black;
}

.modal .modal-form .body form input::-webkit-input-placeholder,
.modal .modal-form .body form textarea::-webkit-input-placeholder {
  text-align: left;
  color: black;
}

.modal .modal-form .body form input::-moz-placeholder,
.modal .modal-form .body form textarea::-moz-placeholder {
  text-align: left;
  color: black;
}

.modal .modal-form .body form input:-moz-placeholder,
.modal .modal-form .body form textarea:-moz-placeholder {
  text-align: left;
  color: black;
}

.modal .modal-form .body form input:-ms-input-placeholder,
.modal .modal-form .body form textarea:-ms-input-placeholder {
  text-align: left;
  color: black;
}

.modal .modal-form .body form .form-group--file {
  position: relative;
}

.modal .modal-form .body form .form-group--file input {
  width: 100%;
  height: 5rem;
  text-align: center;
  padding: 2rem 2rem;
}

.modal .modal-form .body form .form-group--file::after {
  content: "+ încarcă imaginea cu torta ce-ți dorești";
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2rem;
  text-align: center;
  color: #0A2834;
  border-radius: 3.2rem;
  border: 1px dashed #CDCDCD;
  border-bottom: 0.19rem dashed #CDCDCD;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background-color: #fff;
}

.modal .modal-form .body form .form-group--file:hover::before {
  transform: scale(1.3) translateX(-0.5rem);
}

.modal .modal-form .body form .form-file {
  padding-left: 2rem;
}

.modal .modal-form .body form .form-file:not(:empty) {
  font-size: 15px;
  text-align: center;
  transition: all 300ms ease-out;
  color: #ffe3d3;
  margin-bottom: 3rem;
}

.page-intro {
  --htop: 18rem;
  padding-top: var(--htop);
  position: relative;
  height: 100vh;
  min-height: 76rem;
}

.page-intro__img {
  position: absolute;
  top: var(--htop);
  right: 0;
  height: calc(100vh - var(--htop));
  max-width: 70vw;
  min-width: 50vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-intro .container {
  height: 100%;
}

.page-intro__content {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: calc(var(--pd) * 2) 0 var(--pd);
}

.page-intro__title {
  background: -webkit-linear-gradient(#ffe3d3, #ff4f4f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 9.6rem;
  line-height: 1.21875;
  letter-spacing: -0.03em;
  max-width: 105.7rem;
  margin-bottom: var(--pd);
}

.page-intro__down {
  margin-top: auto;
}

.page-intro__down svg {
  will-change: transform;
  backface-visibility: hidden;
  transition: all 300ms ease-out;
  cursor: pointer;
}

.page-intro__down svg:hover {
  transform: translateY(0.5rem) scale(1.1);
}

.services-section {
  padding-top: calc(var(--pd) * 2);
  padding-bottom: 29.6rem;
  position: relative;
}

.services-section__content {
  padding-left: 20rem;
  columns: 2;
  column-gap: calc(var(--pd) * 2);
}

.services-section__item {
  margin-bottom: calc(var(--pd) * 2);
  column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
}

.services-section__item--third .block__list-item {
  margin-bottom: 4rem;
}

.services-section__bg {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.section-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 16rem;
}

.section-header.active .section-header__title {
  opacity: 1;
  transform: translateX(0);
}

.section-header.active .section-header__title::after {
  transform: scaleX(1);
}

.section-header.active .section-header__btn {
  opacity: 1;
  transform: translateX(0);
  margin-left: 20rem;
}

.section-header__title {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.6;
  color: #000;
  max-width: 32rem;
  padding-bottom: var(--pds);
  position: relative;
  will-change: transform;
  transition: transform 0.6s ease-out;
  backface-visibility: hidden;
  opacity: 0;
  transform: translateX(-25rem);
}

.section-header__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 32rem;
  height: 1px;
  background-color: #ffe3d3;
  will-change: transform;
  transition: transform 1.5s ease-out;
  transition-delay: 0.2s;
  backface-visibility: hidden;
  transform: scaleX(0);
  transform-origin: left;
}

.section-header__btn {
  display: block;
  will-change: transform;
  transition: transform 0.6s ease-out;
  backface-visibility: hidden;
  opacity: 0;
  transform: translateX(25rem);
}

.block {
  padding-left: 8rem;
  color: #000;
  position: relative;
}

.block.active::before {
  transform: translateX(0);
  opacity: 1;
}

.block::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #ffe3d3;
  position: absolute;
  left: var(--pds);
  top: calc(var(--pds) / 2);
  border-radius: 100%;
  will-change: transform;
  backface-visibility: hidden;
  transition: all 1000ms ease-out;
  transform: translateX(-5rem);
  opacity: 0;
}

.block strong {
  font-weight: 600;
}

.block__title {
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.225;
  letter-spacing: -0.01em;
  margin-bottom: calc(var(--pds) + 0.1rem);
}

.block__title span {
  font-weight: 400 !important;
}

.block__text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
  margin-bottom: var(--pds);
}

.block__text p {
  margin-bottom: var(--pds);
}

.block__list-item {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.2;
  display: flex;
  align-items: center;
  margin-bottom: var(--pds);
}

.block__list-item svg {
  display: block;
  margin-right: var(--pds);
}

.types {
  padding-bottom: calc(var(--pd) * 4);
}

.types__slider-container {
  max-width: 70vh;
  width: auto;
  position: relative;
  margin: 0 auto;
}

.types__slider-container.active::after {
  transform: scaleX(1);
}

.types__slider-container::after {
  content: "";
  display: block;
  background-color: #f3f3f3;
  position: absolute;
  top: var(--pds);
  bottom: var(--pds);
  left: -12.8rem;
  right: -12.8rem;
  pointer-events: none;
  will-change: transform;
  backface-visibility: hidden;
  transition: all 3000ms ease-out;
  transform: scaleX(2);
}

.types__slider-container .swiper-button-prev,
.types__slider-container .swiper-button-next {
  width: 40px;
  padding: 0;
  height: auto;
  background-color: transparent;
  color: #000;
  border: none;
  outline: none;
  will-change: transform;
  backface-visibility: hidden;
  transition: all 0.3s ease-out;
  top: 53%;
}

.types__slider-container .swiper-button-prev::after,
.types__slider-container .swiper-button-next::after {
  display: none;
}

.types__slider-container .swiper-button-prev {
  left: -38.5rem;
}

.types__slider-container .swiper-button-prev:hover {
  transform: translateX(-1rem);
}

.types__slider-container .swiper-button-next {
  right: -38.5rem;
}

.types__slider-container .swiper-button-next:hover {
  transform: translateX(1rem);
}

.types__item {
  height: 70vh;
  position: relative;
}

.types__img {
  height: 100%;
  position: relative;
}

.types__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.types__content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: var(--pds) var(--pd);
  background-color: #fff;
}

.types__title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.6;
  text-transform: lowercase;
}

.about-section {
  padding-bottom: calc(var(--pd) * 3);
}

.about-section__content {
  display: flex;
  justify-content: flex-end;
}

.about-section__column:first-of-type {
  flex-shrink: 0;
  flex-basis: 53.5rem;
  margin-right: 12.25rem;
}

.about-section__box {
  background-color: #c7a795;
  color: #fff;
  padding: 6.8rem 8.2rem;
  margin-top: calc(var(--pd) * 2);
  column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
}

.about-section__box-title {
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.225;
  letter-spacing: -0.01em;
  margin-bottom: var(--pds);
}

.about-section__box-item {
  display: flex;
}

.about-section__box-item:not(:last-child) {
  margin-bottom: var(--pds);
}

.about-section__box-dec {
  margin-right: var(--pds);
}

.about-section__box-text1 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 0.8rem;
}

.about-section__box-text2 {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.about-section__img {
  position: relative;
  top: calc(var(--pd) * -1);
}

.about-section__img img {
  display: block;
}

.contacts__container {
  display: flex;
}

.contacts__list {
  padding-left: 8rem;
  flex-shrink: 0;
}

.contacts__item {
  color: #000;
}

.contacts__item:not(:last-child) {
  margin-bottom: 6.7rem;
}

.contacts__item-label {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: -0.01em;
  margin-bottom: 1.6rem;
}

.contacts__item-link {
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.21875;
  letter-spacing: -0.01em;
  position: relative;
}

.contacts__item-link a {
  transition: all 0.3s ease-out;
}

.contacts__item-link a:hover {
  color: #ffe3d3;
}

.contacts__item-link::before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-color: #ffe3d3;
  border-radius: 50%;
  position: absolute;
  top: 1rem;
  left: -5rem;
}

.contacts__form {
  margin-left: 12rem;
}

.contacts__title {
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.225;
  letter-spacing: -0.01em;
  margin-bottom: 3rem;
}

.privacy-page {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 8rem;
}

.privacy-page__container {
  max-width: 1060px;
  padding: 0 25px;
  margin: 17rem auto 11.5rem;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 175%;
  text-align: justify;
  color: #000;
}

.privacy-page__container p {
  margin-bottom: 2.1rem;
}

.privacy-page__container strong {
  font-weight: 700;
}

.privacy-page__container h1,
.privacy-page__container h2,
.privacy-page__container .h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 3.5rem;
  line-height: 4.6rem;
  color: #000;
  margin-bottom: 5rem;
  margin-top: 10rem;
}

.privacy-page__container li {
  margin-bottom: 2rem;
  padding-left: 0.5rem;
}

.privacy-page__container a {
  transition: all 300ms ease-out;
  color: #ffe3d3;
}

.privacy-page__container a:hover {
  text-decoration: underline;
}

.overflow-inner table {
  border-collapse: collapse;
}

.overflow-inner th {
  color: white;
  background-color: #444;
}

.overflow-inner th,
.overflow-inner td {
  padding: 1rem 2rem;
  border: 1px solid #aaa;
}

.page-lavoro .section {
  padding-bottom: calc(var(--pd) * 3);
  padding-top: calc(var(--pd) * 2);
}

.page-lavoro .section__content {
  display: flex;
  justify-content: flex-end;
}

.page-lavoro .section__content .block {
  padding-left: 1rem;
}

.page-lavoro .section__content .block::before {
  display: none;
}

.page-lavoro .section__content .block__text p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 3.2rem;
  letter-spacing: -0.01em;
  color: #000;
  margin-bottom: 3.2rem;
}

.page-lavoro .section__content .block__text div {
  border-top: 0.4rem solid #F3F3F3;
  border-bottom: 0.4rem solid #F3F3F3;
  padding: 6.3rem 0 3.2rem;
  margin: 6rem 0;
}

.page-lavoro .section__content .block__text div ul {
  padding-left: 5rem;
}

.page-lavoro .section__content .block__text div ul li {
  margin-bottom: 3.2rem;
  position: relative;
}

.page-lavoro .section__content .block__text div ul li::before {
  content: "";
  position: absolute;
  left: -4.5rem;
  top: 0.7rem;
  width: 25px;
  height: 20px;
  background-image: url("../svg/check-green.svg");
}

.page-lavoro .section__content .block__text div ul li strong {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3.2rem;
  letter-spacing: -0.01em;
  color: #0A2834;
}

.page-lavoro .section__column:first-of-type {
  flex-shrink: 0;
  flex-basis: 53.5rem;
  margin-right: 12.25rem;
}

.page-lavoro .section__img {
  position: relative;
  top: calc(var(--pd) * -1);
}

.page-lavoro .section__img img {
  display: block;
}

.page-chisiamo .section {
  padding-top: calc(var(--pd) * 2);
  padding-bottom: calc(var(--pd) * 3);
}

.page-chisiamo .section__content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.page-chisiamo .section__content .block {
  padding-left: 1rem;
}

.page-chisiamo .section__content .block::before {
  display: none;
}

.page-chisiamo .section__content .block__title {
  margin-bottom: 6.5rem;
}

.page-chisiamo .section__content .block__text p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 3.2rem;
  letter-spacing: -0.01em;
  color: #000;
  margin-bottom: 6.2rem;
}

.page-chisiamo .section__column:first-of-type {
  flex-shrink: 0;
  flex-basis: 53.5rem;
  margin-right: 12.25rem;
}

.page-chisiamo .section__img {
  position: relative;
  top: calc(var(--pd) * -1);
}

.page-chisiamo .section__img img {
  display: block;
}

.page-servizi .section {
  padding-bottom: calc(var(--pd) * 3);
  padding-top: calc(var(--pd) * 2);
}

.page-servizi .section__content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.page-servizi .section__content__progettiamo .block {
  padding-left: 21rem;
}

.page-servizi .section__content__progettiamo .block::before {
  display: none;
}

.page-servizi .section__content__progettiamo .block__text ul li {
  margin-bottom: 3.2rem;
  position: relative;
  border-bottom: 4px solid #f3f3f3;
  padding: 0rem 0rem 3rem 5rem;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3.2rem;
  letter-spacing: -0.01em;
  color: #0A2834;
}

.page-servizi .section__content__progettiamo .block__text ul li:last-child {
  border-bottom: 0;
}

.page-servizi .section__content__progettiamo .block__text ul li::before {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 0.7rem;
  width: 25px;
  height: 20px;
  background-image: url("../svg/check-green-strong.svg");
}

.page-servizi .section__content .block {
  padding-left: 1rem;
}

.page-servizi .section__content .block::before {
  display: none;
}

.page-servizi .section__content .block__text p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 3.2rem;
  letter-spacing: -0.01em;
  color: #000;
  margin-bottom: 3.2rem;
}

.page-servizi .section__content .block__text ul {
  padding-left: 4rem;
  margin-bottom: 6rem;
  list-style-type: disc;
}

.page-servizi .section__content .block__text ul li {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 3.2rem;
  letter-spacing: -0.01em;
  color: #000;
  margin-bottom: 3.2rem;
}

.page-servizi .section__content .block__text ol {
  margin-left: 4rem;
  margin-bottom: 6rem;
}

.page-servizi .section__content .block__text ol li {
  position: relative;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 3.2rem;
  letter-spacing: -0.01em;
  color: #000;
  margin-bottom: 3.2rem;
}

.page-servizi .section__content .block__text ol li span {
  position: absolute;
  left: -3.2rem;
  bottom: 1.3rem;
}

.page-servizi .section__content .block__text ol li::marker {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 6.4rem;
  line-height: 7.8rem;
  letter-spacing: -0.01em;
  font-feature-settings: "tnum" on, "lnum" on;
  color: #EBEBEB;
}

.page-servizi .section__column:first-of-type {
  flex-shrink: 0;
  flex-basis: 53.5rem;
  margin-right: 12.25rem;
}

.page-servizi .section__img {
  position: relative;
  top: calc(var(--pd) * -1);
}

.page-servizi .section__img img {
  display: block;
}

@property --myCol1 {
  syntax: "<color>";
  initial-value: #453836;
  inherits: false;
}

@property --myCol2 {
  syntax: "<color>";
  initial-value: #cccd69;
  inherits: false;
}

@property --myCol3 {
  syntax: "<color>";
  initial-value: #7cbcb4;
  inherits: false;
}

@property --myCol4 {
  syntax: "<color>";
  initial-value: #22c0d4;
  inherits: false;
}

@property --myCol5 {
  syntax: "<color>";
  initial-value: #7876c0;
  inherits: false;
}

@property --myCol6 {
  syntax: "<color>";
  initial-value: #7876c0;
  inherits: false;
}

@property --myCol7 {
  syntax: "<color>";
  initial-value: #ffe3d3;
  inherits: false;
}

.page-torturi .section-header {
  margin-bottom: 0rem;
}

.page-torturi .section-header.active .section-header__title {
  opacity: 1;
  transform: translateX(27rem);
}

.page-torturi .gusturi-section {
  display: flex;
  justify-content: center;
  margin-bottom: 5rem;
}

.page-torturi .gusturi-section .gusturi-section__posts {
  display: flex;
  justify-content: space-evenly;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 3rem;
  row-gap: 6rem;
  padding-top: 2rem;
}

.page-torturi .gusturi-section .gusturi-section__posts .gusturi-section__posts-item:hover {
  cursor: pointer;
  --myCol1: red;
  --myCol2: blue;
  --myCol3: #72005a;
  --myCol4: darkyellow;
  --myCol5: violet;
  --myCol6: pink;
}

.page-torturi .gusturi-section .gusturi-section__posts .gusturi-section__posts-item:nth-child(1) {
  background: radial-gradient(circle, var(--myCol1), var(--myCol7));
}

.page-torturi .gusturi-section .gusturi-section__posts .gusturi-section__posts-item:nth-child(2) {
  background: radial-gradient(circle, var(--myCol5), var(--myCol7));
}

.page-torturi .gusturi-section .gusturi-section__posts .gusturi-section__posts-item:nth-child(3) {
  background: radial-gradient(circle, var(--myCol2), var(--myCol1));
}

.page-torturi .gusturi-section .gusturi-section__posts .gusturi-section__posts-item:nth-child(4) {
  background: radial-gradient(circle, var(--myCol5), var(--myCol3));
}

.page-torturi .gusturi-section .gusturi-section__posts .gusturi-section__posts-item:nth-child(5) {
  background: radial-gradient(circle, var(--myCol7), var(--myCol1));
}

.page-torturi .gusturi-section .gusturi-section__posts .gusturi-section__posts-item:nth-child(6) {
  background: radial-gradient(circle, var(--myCol4), var(--myCol5));
}

.page-torturi .gusturi-section .gusturi-section__posts .gusturi-section__posts-item {
  cursor: pointer;
  border-radius: 20rem 20rem 5rem 5rem;
  transition: --myCol1 0.5s, --myCol2 0.2s, --myCol3 0.5s, --myCol4 0.2s, --myCol5 0.5s, --myCol6 0.2s, --myCol7 0.2s;
  animation-duration: 2s;
  animation-name: scalein;
  flex: 0 0 calc(23% - 2.5rem);
  border: 1px solid #ffe3d3;
  background: radial-gradient(circle, var(--myCol6), var(--myCol5));
  color: white;
}

.page-torturi .gusturi-section .gusturi-section__posts .gusturi-section__posts-item img {
  border-radius: 20rem;
}

@keyframes scalein {
  from {
    transform: scale(0);
  }

  75% {
    transform: scale(1.1);
  }

  to {
    transform: scale(1);
  }
}

.page-torturi .gusturi-section .gusturi-section__posts .gusturi-section__posts-item h3 {
  padding: 20px 0 15px 25px;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.21875;
  letter-spacing: -0.01em;
  position: relative;
}

.page-torturi .gusturi-section .gusturi-section__posts .gusturi-section__posts-item .descr {
  padding: 0px 25px 50px 25px;
}

.page-torturi .gusturi-section .gusturi-section__posts .gusturi-section__posts-item .descr p {
  animation-duration: 3s;
  animation-name: slidein;
}

@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%;
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}

.page-torturi .gusturi-section .gusturi-section__posts .gusturi-section__posts-item img.attachment-full.size-full {
  width: 100% !important;
}

.page-torturi .torturi-section {
  display: flex;
  justify-content: center;
  margin-bottom: 5rem;
}

.page-torturi .torturi-section .torturi-section__posts {
  display: flex;
  justify-content: space-evenly;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 3rem;
  row-gap: 6rem;
  padding-top: 2rem;
}

.page-torturi .torturi-section .torturi-section__posts-item {
  animation-duration: 2s;
  animation-name: scalein;
  flex: 0 0 calc(30% - 1.5rem);
  border: 1px solid #ffe3d3;
  background: radial-gradient(circle, rgba(238, 174, 202, 0.8) 0%, rgba(255, 227, 211, 0.7) 100%);
  border-radius: 5rem;
}

@keyframes scalein {
  from {
    transform: scale(0);
  }

  75% {
    transform: scale(1.1);
  }

  to {
    transform: scale(1);
  }
}

.page-torturi .torturi-section .torturi-section__posts-item h3 {
  padding: 20px 0 15px 25px;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.21875;
  letter-spacing: -0.01em;
  position: relative;
}

.page-torturi .torturi-section .torturi-section__posts-item .descr {
  padding: 0px 25px 50px 25px;
}

.page-torturi .torturi-section .torturi-section__posts-item .descr p {
  animation-duration: 3s;
  animation-name: slidein;
}

@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%;
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}

.page-torturi .torturi-section .torturi-section__posts-item img.attachment-full.size-full {
  width: 100% !important;
}

.page-torturi [data-inviewport=scale-in] {
  transition: 2s;
  transform: scale(0.1);
}

.page-torturi [data-inviewport=scale-in].is-inViewport {
  transform: scale(1);
}

.form {
  padding: 6.8rem 8.2rem;
  border: 1px solid #f3f3f3;
}

.form-group {
  margin-bottom: 3.2rem;
}

.form-group input[type=text],
.form-group input[type=email],
.form-group input[type=tel],
.form-group textarea {
  width: 100%;
  background: #ffffff;
  border: none;
  border-bottom: 1px solid #f3f3f3;
  padding: 1.6rem 3.2rem 1.6rem;
  outline: none;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.25;
  color: #000;
  transition: all 300ms ease-out;
}

.form-group input[type=text]:focus,
.form-group input[type=email]:focus,
.form-group input[type=tel]:focus,
.form-group textarea:focus {
  border-color: #ffe3d3;
}

.form-group textarea {
  resize: vertical;
  height: 5.2rem;
  overflow: hidden;
}

.form-footer {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: -0.5rem;
}

.form-footer .wpcf7-spinner {
  display: none;
}

.form-footer input[type=submit] {
  width: 100%;
}

.form-footer input[type=checkbox] {
  display: none;
}

.form-footer input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: #ffe3d3;
}

.form-footer .privacy {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.2142857143;
  letter-spacing: -0.01em;
  color: #000;
  margin-bottom: 3rem;
}

.form-footer .privacy .wpcf7-list-item {
  padding-left: 45px;
}

.form-footer .privacy .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
}

.form-footer .privacy .wpcf7-list-item-label::before {
  position: absolute;
  top: 8px;
  left: -55px;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: rgba(255, 227, 211, 0);
  transition: all 300ms ease-out;
  outline: 1px solid #ffe3d3;
  outline-offset: 8px;
}

.form-footer .privacy .wpcf7-list-item-label a {
  transition: all 300ms ease-out;
  color: #ffe3d3;
  text-decoration: underline;
}

.form-footer .privacy .wpcf7-list-item-label a:hover {
  text-decoration: none;
}

.main-footer {
  padding: 12.8rem 0 6.4rem;
}

.main-footer__map {
  height: 42rem;
  margin-bottom: 6.4rem;
}

.main-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 21rem;
}

.main-footer__partner--desktop {
  display: none;
}

.main-footer__partner--mobile {
  display: none;
}

.main-footer__text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.25;
  color: #000000;
}

.main-footer__text:not(:last-child) {
  margin-bottom: 3.2rem;
}

.main-footer__text-privacy {
  text-align: right;
  margin-bottom: 4rem;
}

.main-footer__text-privacy a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #000000;
}

.main-footer__menu-footer {
  position: relative;
  padding: 4rem 0rem 5rem 0rem;
}

.main-footer__menu-footer::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 32rem;
  height: 1px;
  background-color: #ffe3d3;
}

.main-footer__menu-footer ul {
  display: flex;
  align-items: center;
  gap: 6.2rem;
}

.main-footer__menu-footer li a:hover {
  text-decoration: underline;
}

.main-footer__text-copyright {
  text-align: right;
}

.socials {
  display: inline-flex;
  bottom: 20px;
  position: relative;
}

.main-footer__tex.socials__item {
  padding-right: 2rem;
}

/**
 * Swiper 7.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 27, 2021
 */

@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");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

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

.swiper-pointer-events {
  touch-action: pan-y;
}

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

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

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

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  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: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

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

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

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

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

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */

.leaflet-tile::selection {
  background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */

.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */

.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */

/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */

.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */

.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */

.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */

.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: grabbing;
}

/* marker & overlays interactivity */

.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */

.leaflet-container {
  background: #ddd;
  outline: 0;
}

.leaflet-container a {
  color: #0078a8;
}

.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */

.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* general toolbar styles */

.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */

.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */

.leaflet-default-icon-path {
  background-image: url(images/marker-icon.png);
}

/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */

.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}

.leaflet-popup-content p {
  margin: 18px 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */

.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */

/* Base styles for the element that has a tooltip */

.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */

.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

@media (min-width: 751px) {
  .main-footer__partner--desktop {
    display: block;
  }
}

@media screen and (min-width: 860px) {
  .page-servizi .section__content__progettiamo .block__text ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    margin-right: -10rem;
  }

  .page-servizi .section__content__progettiamo .block__text ul li {
    margin-right: 10rem;
  }

  .page-servizi .section__content__progettiamo .block__text ul li:nth-child(7) {
    border-bottom: 0;
  }
}

@media screen and (min-width: 1000px) {
  img {
    border-radius: 5rem;
  }
}

@media screen and (min-width: 1200px) {
  .page-contacts .page-intro__img {
    height: calc(87vh - var(--htop));
  }

  .page-contacts .page-intro__content {
    padding: calc(var(--pd) * 4) 0 var(--pd);
  }

  .page-lavoro .page-intro__img {
    height: calc(87vh - var(--htop));
  }

  .page-lavoro .page-intro__content {
    padding: calc(var(--pd) * 3) 0 var(--pd);
  }

  .page-chisiamo .page-intro__img {
    height: calc(87vh - var(--htop));
  }

  .page-chisiamo .page-intro__content {
    padding: calc(var(--pd) * 4) 0 var(--pd);
  }

  .page-servizi .page-intro__img {
    height: calc(87vh - var(--htop));
  }

  .page-servizi .page-intro__content {
    padding: calc(var(--pd) * 4) 0 var(--pd);
  }

  .page-torturi .page-intro__img {
    height: calc(87vh - var(--htop));
  }

  .page-torturi .page-intro__content {
    padding: calc(var(--pd) * 4) 0 var(--pd);
  }
}

@media (min-width: 1300px) {
  .contacts__form {
    margin-right: 21rem;
  }
}

@media (max-width: 1600px) {
  .services-section__bg {
    height: 36vw;
    right: 5rem;
  }
}

@media screen and (max-width: 1550px) {
  html {
    font-size: 60%;
  }
}

@media (max-width: 1400px) {
  .services-section__bg {
    right: 0rem;
  }

  .types__slider-container .swiper-button-prev {
    left: -25rem;
  }

  .types__slider-container .swiper-button-next {
    right: -25rem;
  }
}

@media screen and (max-width: 1400px) {
  html {
    font-size: 58%;
  }
}

@media (max-width: 1350px) {
  .about-section__column:first-of-type {
    margin-right: var(--pds);
  }

  .page-lavoro .section__column:first-of-type {
    margin-right: var(--pds);
  }

  .page-chisiamo .section__column:first-of-type {
    margin-right: var(--pds);
  }

  .page-servizi .section__column:first-of-type {
    margin-right: var(--pds);
  }
}

@media screen and (max-width: 1300px) {
  .page-servizi .section__content__progettiamo .block {
    padding-left: 10rem;
  }
}

@media (max-width: 1250px) {
  .services-section__bg {
    right: -5rem;
    bottom: 0;
  }
}

@media screen and (max-width: 1200px) {
  html {
    font-size: 50%;
  }

  .modal .modal-form {
    height: auto;
    width: 65rem;
    padding: 4rem;
  }

  .privacy-page__container {
    font-size: 1.9rem;
    margin: 17rem auto 5rem;
  }

  .privacy-page__container h2,
  .privacy-page__container .h2 {
    margin-bottom: 5.5rem;
    margin-top: 8rem;
    font-size: 3rem;
    line-height: 4rem;
  }

  .page-torturi .section-header.active .section-header__title {
    transform: translateX(5rem);
  }
}

@media (max-width: 1200px) {
  .page-intro__content {
    justify-content: center;
  }

  .page-intro__title {
    font-size: 7.2rem;
  }

  .page-intro__down {
    margin-top: 0;
  }
}

@media (max-width: 1100px) {
  .types {
    padding-bottom: calc(var(--pd) * 2);
  }

  .about-section {
    padding-bottom: calc(var(--pd) * 2);
  }

  .contacts__item-link {
    font-size: 2.4rem;
  }

  .page-lavoro .section {
    padding-bottom: calc(var(--pd) * 2);
  }

  .page-chisiamo .section {
    padding-bottom: calc(var(--pd) * 2);
  }

  .page-servizi .section {
    padding-bottom: calc(var(--pd) * 2);
  }

  .page-torturi .gusturi-section .gusturi-section__posts {
    width: 100%;
    display: block;
    margin: 3rem;
  }

  .page-torturi .gusturi-section .gusturi-section__posts .gusturi-section__posts-item {
    width: 100%;
    display: block;
    margin-bottom: 5rem;
  }

  .page-torturi .gusturi-section .gusturi-section__posts .gusturi-section__posts-item img.attachment-full.size-full {
    width: 100% !important;
    border-radius: 5rem;
  }

  .page-torturi .torturi-section .torturi-section__posts {
    width: 100%;
    display: block;
    margin: 3rem;
  }

  .page-torturi .torturi-section .torturi-section__posts-item {
    width: 100%;
    display: block;
    margin-bottom: 5rem;
  }

  .page-torturi .torturi-section .torturi-section__posts-item img.attachment-full.size-full {
    width: 100% !important;
    border-radius: 5rem;
  }
}

@media (max-width: 1060px) {
  .services-section__bg {
    right: -10rem;
  }
}

@media (max-width: 1050px) {
  .main-header__content {
    padding: var(--pds) 20px;
  }

  .menu .menu-item {
    margin-left: calc(var(--pds) / 2);
  }

  .page-intro {
    --htop: 14rem;
  }

  .main-footer__bottom {
    padding-left: 15rem;
  }
}

@media screen and (max-width: 992px) {
  .page-servizi .section__content__progettiamo .block {
    padding-left: 0;
  }

  .main-footer__menu-footer ul {
    gap: 3rem;
  }
}

@media (max-width: 985px) {
  .services-section__content {
    column-gap: var(--psd);
    padding-left: 10rem;
  }

  .block::before {
    top: 2rem;
  }
}

@media (max-width: 950px) {
  .types__slider-container .swiper-button-prev {
    left: -9.5rem;
  }

  .types__slider-container .swiper-button-next {
    right: -9.5rem;
  }

  .contacts__form {
    margin-left: 6rem;
  }

  .form {
    padding: 5.4rem 6.8rem;
  }
}

@media screen and (max-width: 895px) {
  .main-header__logo._active {
    z-index: 300;
  }

  .main-header__logo._active path {
    fill: white;
  }

  .menu__body {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(45deg, #ffe3d3, #ffa26d);
    transform: scale(1.6);
    opacity: 0;
    pointer-events: none;
    transition: all 300ms ease-out;
  }

  .menu__body._active {
    pointer-events: all;
    transform: scale(1);
    opacity: 1;
  }

  .menu__list {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    flex-direction: column;
    justify-content: center;
  }

  .menu a {
    padding: 1.9rem 3.9rem 1rem 3.9rem;
    font-size: 3rem;
    line-height: 200%;
    color: #fff;
  }
}

@media (max-width: 895px) {
  .main-header__content {
    padding: 2rem 20px;
  }

  .menu .menu-item {
    margin-left: 0;
  }

  .icon-menu {
    display: block;
    position: absolute;
    top: 35px;
    right: 25px;
    width: 30px;
    height: 18px;
    cursor: pointer;
    z-index: 5;
    transition: all 400ms ease-out;
  }

  .icon-menu--active {
    top: 25px;
  }

  .icon-menu span {
    transition: all 0.3s ease 0s;
    top: calc(50% - 1px);
    left: 0px;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #ffe3d3;
  }

  .icon-menu span:first-child {
    top: 0px;
  }

  .icon-menu span:last-child {
    top: auto;
    bottom: 0px;
  }

  .icon-menu._active span {
    background-color: #fff;
    transform: scale(0);
  }

  .icon-menu._active span:first-child {
    transform: rotate(-45deg);
    top: calc(50% - 1px);
  }

  .icon-menu._active span:last-child {
    transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }

  .page-intro {
    --htop: 10rem;
  }

  .services-section__bg {
    right: -20rem;
  }

  .section-header {
    margin-bottom: 8rem;
  }

  .about-section__img {
    top: 0;
  }

  .page-lavoro .section__img {
    top: 0;
  }

  .page-chisiamo .section__img {
    top: 0;
  }

  .page-servizi .section__img {
    top: 0;
  }
}

@media (max-width: 890px) {
  .contacts__container {
    display: block;
  }

  .contacts__list {
    margin-bottom: 6.7rem;
  }

  .contacts__form {
    width: auto;
    position: relative;
    left: 0;
    margin-left: 0;
  }

  .form-footer .privacy .wpcf7-list-item {
    padding-left: 35px;
  }

  .form-footer .privacy .wpcf7-list-item-label::before {
    width: 14px;
    height: 14px;
    outline-offset: 6px;
    left: -45px;
  }
}

@media (max-width: 800px) {
  .about-section__content {
    display: block;
    padding-left: calc(var(--pd) * 2 - 0.6rem);
    padding-right: 20px;
  }

  .about-section__column:first-of-type {
    margin-right: 0;
  }

  .about-section__column:last-of-type {
    display: none;
  }

  .about-section__box {
    position: relative;
    left: calc(var(--pd) * -2 + 0.6rem);
    width: calc(100% + var(--pd) * 2 + 1.8rem);
  }

  .page-lavoro .section__content {
    display: block;
    padding-left: calc(var(--pd) * 2 - 0.6rem);
    padding-right: 20px;
  }

  .page-lavoro .section__column:first-of-type {
    margin-right: 0;
  }

  .page-lavoro .section__column:last-of-type {
    display: none;
  }

  .page-chisiamo .section__content {
    display: block;
    padding-left: calc(var(--pd) * 2 - 0.6rem);
    padding-right: 20px;
  }

  .page-chisiamo .section__column:first-of-type {
    margin-right: 0;
  }

  .page-chisiamo .section__column:last-of-type {
    display: none;
  }

  .page-servizi .section__content {
    display: block;
    padding-left: calc(var(--pd) * 2 - 0.6rem);
    padding-right: 20px;
  }

  .page-servizi .section__column:first-of-type {
    margin-right: 0;
  }

  .page-servizi .section__column:last-of-type {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .main-footer__text-privacy {
    text-align: center;
    margin-bottom: 2rem;
  }

  .main-footer__menu-footer::before {
    width: 100%;
  }

  .main-footer__text-copyright {
    text-align: center;
  }
}

@media screen and (max-width: 750px) {
  .overflow-inner table {
    width: 750px;
  }
}

@media (max-width: 750px) {
  .services-section__content {
    columns: 1;
  }

  .services-section__bg {
    right: 0;
    opacity: 1;
    bottom: 3rem;
    height: 32vh;
  }

  .section-header__title {
    opacity: 1;
    transform: translateX(0);
  }

  .section-header__title::after {
    transform: scaleX(1);
  }

  .section-header__btn {
    opacity: 1;
    transform: translateX(0);
  }

  .block::before {
    transform: translateX(0);
    opacity: 1;
  }

  .main-footer {
    padding: 8rem 0 6.4rem;
  }

  .main-footer {
    padding: 5rem 0 6.4rem;
  }

  .main-footer__bottom {
    padding-left: 0;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .main-footer__column:not(:last-child) {
    margin-bottom: 3.2rem;
  }

  .main-footer__partner--mobile {
    display: block;
    margin-bottom: 5rem;
  }

  .main-footer__text:not(:last-child) {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 750px) and (max-width: 750px) {
  .overflow-inner {
    overflow-x: auto;
  }
}

@media (max-width: 700px) {
  .page-intro__title {
    font-size: 5.6rem;
  }

  .types__slider-container .swiper-button-prev,
  .types__slider-container .swiper-button-next {
    top: auto;
    bottom: -5rem;
  }

  .types__slider-container .swiper-button-prev {
    left: 2rem;
  }

  .types__slider-container .swiper-button-next {
    right: 2rem;
  }
}

@media (max-width: 650px) {
  .btn {
    font-size: 1.6rem;
  }
}

@media (max-width: 600px) {
  .site-decoration__svg svg {
    max-width: 200px;
    animation: none;
    transform: translateY(0);
  }
}

@media (max-width: 550px) {
  :root {
    --pd: 3.2rem;
    --pds: 1.6rem;
  }

  .site-decoration__svg {
    margin-left: 2rem;
  }

  .main-header.active .main-header__logo {
    top: 3px;
    left: -15px;
    position: relative;
  }

  .main-header.active .icon-menu {
    top: 22px;
  }

  .page-intro__img {
    opacity: 0.6;
  }

  .page-intro__title {
    font-size: 4.8rem;
  }

  .services-section__content {
    padding-left: 0;
  }

  .section-header {
    margin-bottom: 4rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .section-header .btn {
    align-self: flex-end;
    margin-top: calc(var(--pds) * 2);
  }

  .block {
    padding-left: 6rem;
  }

  .block::before {
    left: calc(var(--pds) - 0.3rem);
  }

  .types {
    padding-bottom: calc(var(--pd) * 4);
  }

  .about-section__content {
    padding-left: calc(var(--pds) * 2 - 0.6rem);
  }

  .about-section__box {
    left: calc(var(--pds) * -2 + 0.6rem);
    width: calc(100% + var(--pds) * 2 + 1.8rem);
    padding: 3.4rem;
  }

  .contacts__list {
    padding-left: 6.4rem;
  }

  .page-lavoro .section__content {
    padding-left: calc(var(--pds) * 2 - 0.6rem);
  }

  .page-chisiamo .section__content {
    padding-left: calc(var(--pds) * 2 - 0.6rem);
  }

  .page-servizi .section__content {
    padding-left: calc(var(--pds) * 2 - 0.6rem);
  }
}

@media screen and (max-width: 550px) {
  .privacy-page__container {
    margin: 15rem auto 5rem;
  }

  .privacy-page__container h2,
  .privacy-page__container .h2 {
    font-size: 2.5rem;
    line-height: 3.5rem;
    margin-bottom: 5rem;
    margin-top: 6rem;
    text-align: center;
  }
}

@media (max-width: 500px) {
  .block__title {
    font-size: 3.2rem;
  }

  .about-section__box-title {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 500px) {
  .modal .modal-form {
    width: auto;
    padding: 2rem;
  }

  .privacy-page__container h1,
  .privacy-page__container h2,
  .privacy-page__container .h2 {
    font-size: 2.8rem;
    line-height: 4rem;
  }
}

@media screen and (max-width: 460px) {
  .main-footer__menu-footer ul {
    display: grid;
    gap: 2rem;
  }
}

@media screen and (max-width: 450px) {
  .modal .modal-form .title {
    font-size: 3rem;
  }

  .modal .modal-form .body form .d-flex p {
    display: grid;
    gap: 1rem;
  }

  .page-servizi .section__content__progettiamo .block__text ul li {
    font-size: 2rem;
  }
}

@media (max-width: 450px) {
  .form {
    padding: 4rem 3rem;
  }
}

@media (max-width: 400px) {
  .page-intro__title {
    font-size: 4rem;
  }

  .services-section__bg {
    bottom: 3rem;
    height: 32vh;
  }

  .block__title {
    font-size: 2.8rem;
  }
}

@media (max-width: 380px) {
  .about-section__box-dec {
    display: none;
  }
}

@media (any-hover: hover) {
  .btn:hover {
    background-color: rgba(255, 227, 211, 0.1);
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header {
    position: absolute;
  }
}

@media (max-height: 790px) {
  .page-intro__content {
    padding: var(--pd) 0 var(--pd);
  }
}
/*# sourceMappingURL=my.css.map */
