@charset "UTF-8";
 *,
*::before,
*::after {
box-sizing: border-box;
}
* {
margin: 0;
}
html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}
body {
line-height: 1.5;
-webkit-font-smoothing: antialiased;
}
main {
display: block;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
pre {
font-family: monospace, monospace;
font-size: 1em;
}
a {
background-color: transparent;
}
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
}
b,
strong {
font-weight: bolder;
}
code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
img {
border-style: none;
}
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
border-style: none;
padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
outline: 1px dotted ButtonText;
}
fieldset {
padding: 0.35em 0.75em 0.625em;
}
legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
}
progress {
vertical-align: baseline;
}
textarea {
overflow: auto;
}
[type=checkbox],
[type=radio] {
box-sizing: border-box;
padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto;
}
[type=search] {
-webkit-appearance: textfield;
outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
details {
display: block;
}
summary {
display: list-item;
}
template {
display: none;
}
[hidden] {
display: none;
}
img,
picture,
video,
canvas,
svg {
display: block;
max-width: 100%;
}
input,
button,
textarea,
select {
font: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
overflow-wrap: break-word;
} *,
*::before,
*::after {
box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
:root {
scroll-behavior: smooth;
}
}
body {
margin: 0;
font-family: var(--bs-body-font-family);
font-size: var(--bs-body-font-size);
font-weight: var(--bs-body-font-weight);
line-height: var(--bs-body-line-height);
color: var(--bs-body-color);
text-align: var(--bs-body-text-align);
background-color: var(--bs-body-bg);
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
margin: 1rem 0;
color: inherit;
border: 0;
border-top: var(--bs-border-width) solid;
opacity: 0.25;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 0;
margin-bottom: 0.5rem;
font-weight: 500;
line-height: 1.2;
color: var(--bs-heading-color);
}
p {
margin-top: 0;
margin-bottom: 1rem;
}
abbr[title] {
text-decoration: underline dotted;
cursor: help;
text-decoration-skip-ink: none;
}
address {
margin-bottom: 1rem;
font-style: normal;
line-height: inherit;
}
ol,
ul {
padding-left: 2rem;
}
ol,
ul,
dl {
margin-top: 0;
margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
margin-bottom: 0;
}
dt {
font-weight: 700;
}
dd {
margin-bottom: 0.5rem;
margin-left: 0;
}
blockquote {
margin: 0 0 1rem;
}
b,
strong {
font-weight: bolder;
}
small {
font-size: 0.875em;
}
mark {
padding: 0.1875em;
background-color: var(--bs-highlight-bg);
}
sub,
sup {
position: relative;
font-size: 0.75em;
line-height: 0;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
a {
color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
text-decoration: underline;
}
a:hover {
--bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
color: inherit;
text-decoration: none;
}
pre,
code,
kbd,
samp {
font-family: var(--bs-font-monospace);
font-size: 1em;
}
pre {
display: block;
margin-top: 0;
margin-bottom: 1rem;
overflow: auto;
font-size: 0.875em;
}
pre code {
font-size: inherit;
color: inherit;
word-break: normal;
}
code {
font-size: 0.875em;
color: var(--bs-code-color);
word-wrap: break-word;
}
a > code {
color: inherit;
}
kbd {
padding: 0.1875rem 0.375rem;
font-size: 0.875em;
color: var(--bs-body-bg);
background-color: var(--bs-body-color);
border-radius: 0.25rem;
}
kbd kbd {
padding: 0;
font-size: 1em;
}
figure {
margin: 0 0 1rem;
}
img,
svg {
vertical-align: middle;
}
table {
caption-side: bottom;
border-collapse: collapse;
}
caption {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
color: var(--bs-secondary-color);
text-align: left;
}
th {
text-align: inherit;
text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
border-color: inherit;
border-style: solid;
border-width: 0;
}
label {
display: inline-block;
}
button {
border-radius: 0;
}
button:focus:not(:focus-visible) {
outline: 0;
}
input,
button,
select,
optgroup,
textarea {
margin: 0;
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
button,
select {
text-transform: none;
}
[role=button] {
cursor: pointer;
}
select {
word-wrap: normal;
}
select:disabled {
opacity: 1;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
display: none !important;
}
button,
[type=button],
[type=reset],
[type=submit] {
-webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
cursor: pointer;
}
::-moz-focus-inner {
padding: 0;
border-style: none;
}
textarea {
resize: vertical;
}
fieldset {
min-width: 0;
padding: 0;
margin: 0;
border: 0;
}
legend {
float: left;
width: 100%;
padding: 0;
margin-bottom: 0.5rem;
font-size: calc(1.275rem + 0.3vw);
line-height: inherit;
}
@media (min-width: 1200px) {
legend {
font-size: 1.5rem;
}
}
legend + * {
clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
padding: 0;
}
::-webkit-inner-spin-button {
height: auto;
}
[type=search] {
outline-offset: -2px;
-webkit-appearance: textfield;
} ::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
padding: 0;
}
::file-selector-button {
font: inherit;
-webkit-appearance: button;
}
output {
display: inline-block;
}
iframe {
border: 0;
}
summary {
display: list-item;
cursor: pointer;
}
progress {
vertical-align: baseline;
}
[hidden] {
display: none !important;
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
--bs-gutter-x: 1.5rem;
--bs-gutter-y: 0;
width: 100%;
padding-right: calc(var(--bs-gutter-x) * 0.5);
padding-left: calc(var(--bs-gutter-x) * 0.5);
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container-sm, .container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container-md, .container-sm, .container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container-lg, .container-md, .container-sm, .container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container-xl, .container-lg, .container-md, .container-sm, .container {
max-width: 1140px;
}
}
@media (min-width: 1400px) {
.container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
max-width: 1320px;
}
}
:root {
--bs-breakpoint-xs: 0;
--bs-breakpoint-sm: 576px;
--bs-breakpoint-md: 768px;
--bs-breakpoint-lg: 992px;
--bs-breakpoint-xl: 1200px;
--bs-breakpoint-xxl: 1400px;
}
.row {
--bs-gutter-x: 1.5rem;
--bs-gutter-y: 0;
display: flex;
flex-wrap: wrap;
margin-top: calc(-1 * var(--bs-gutter-y));
margin-right: calc(-0.5 * var(--bs-gutter-x));
margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
flex-shrink: 0;
width: 100%;
max-width: 100%;
padding-right: calc(var(--bs-gutter-x) * 0.5);
padding-left: calc(var(--bs-gutter-x) * 0.5);
margin-top: var(--bs-gutter-y);
}
.col {
flex: 1 0 0%;
}
.row-cols-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-3 > * {
flex: 0 0 auto;
width: 33.33333333%;
}
.row-cols-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-6 > * {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-auto {
flex: 0 0 auto;
width: auto;
}
.col-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-3 {
flex: 0 0 auto;
width: 25%;
}
.col-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-6 {
flex: 0 0 auto;
width: 50%;
}
.col-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-9 {
flex: 0 0 auto;
width: 75%;
}
.col-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-1 {
margin-left: 8.33333333%;
}
.offset-2 {
margin-left: 16.66666667%;
}
.offset-3 {
margin-left: 25%;
}
.offset-4 {
margin-left: 33.33333333%;
}
.offset-5 {
margin-left: 41.66666667%;
}
.offset-6 {
margin-left: 50%;
}
.offset-7 {
margin-left: 58.33333333%;
}
.offset-8 {
margin-left: 66.66666667%;
}
.offset-9 {
margin-left: 75%;
}
.offset-10 {
margin-left: 83.33333333%;
}
.offset-11 {
margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
--bs-gutter-x: 0;
}
.g-0,
.gy-0 {
--bs-gutter-y: 0;
}
.g-1,
.gx-1 {
--bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
--bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
--bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
--bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
--bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
--bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
--bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
--bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
--bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
--bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
.col-sm {
flex: 1 0 0%;
}
.row-cols-sm-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-sm-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-sm-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-sm-3 > * {
flex: 0 0 auto;
width: 33.33333333%;
}
.row-cols-sm-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-sm-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-sm-6 > * {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-sm-auto {
flex: 0 0 auto;
width: auto;
}
.col-sm-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-sm-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-sm-3 {
flex: 0 0 auto;
width: 25%;
}
.col-sm-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-sm-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-sm-6 {
flex: 0 0 auto;
width: 50%;
}
.col-sm-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-sm-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-sm-9 {
flex: 0 0 auto;
width: 75%;
}
.col-sm-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-sm-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-sm-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-sm-0 {
margin-left: 0;
}
.offset-sm-1 {
margin-left: 8.33333333%;
}
.offset-sm-2 {
margin-left: 16.66666667%;
}
.offset-sm-3 {
margin-left: 25%;
}
.offset-sm-4 {
margin-left: 33.33333333%;
}
.offset-sm-5 {
margin-left: 41.66666667%;
}
.offset-sm-6 {
margin-left: 50%;
}
.offset-sm-7 {
margin-left: 58.33333333%;
}
.offset-sm-8 {
margin-left: 66.66666667%;
}
.offset-sm-9 {
margin-left: 75%;
}
.offset-sm-10 {
margin-left: 83.33333333%;
}
.offset-sm-11 {
margin-left: 91.66666667%;
}
.g-sm-0,
.gx-sm-0 {
--bs-gutter-x: 0;
}
.g-sm-0,
.gy-sm-0 {
--bs-gutter-y: 0;
}
.g-sm-1,
.gx-sm-1 {
--bs-gutter-x: 0.25rem;
}
.g-sm-1,
.gy-sm-1 {
--bs-gutter-y: 0.25rem;
}
.g-sm-2,
.gx-sm-2 {
--bs-gutter-x: 0.5rem;
}
.g-sm-2,
.gy-sm-2 {
--bs-gutter-y: 0.5rem;
}
.g-sm-3,
.gx-sm-3 {
--bs-gutter-x: 1rem;
}
.g-sm-3,
.gy-sm-3 {
--bs-gutter-y: 1rem;
}
.g-sm-4,
.gx-sm-4 {
--bs-gutter-x: 1.5rem;
}
.g-sm-4,
.gy-sm-4 {
--bs-gutter-y: 1.5rem;
}
.g-sm-5,
.gx-sm-5 {
--bs-gutter-x: 3rem;
}
.g-sm-5,
.gy-sm-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 768px) {
.col-md {
flex: 1 0 0%;
}
.row-cols-md-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-md-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-md-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-md-3 > * {
flex: 0 0 auto;
width: 33.33333333%;
}
.row-cols-md-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-md-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-md-6 > * {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-md-auto {
flex: 0 0 auto;
width: auto;
}
.col-md-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-md-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-md-3 {
flex: 0 0 auto;
width: 25%;
}
.col-md-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-md-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-md-6 {
flex: 0 0 auto;
width: 50%;
}
.col-md-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-md-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-md-9 {
flex: 0 0 auto;
width: 75%;
}
.col-md-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-md-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-md-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-md-0 {
margin-left: 0;
}
.offset-md-1 {
margin-left: 8.33333333%;
}
.offset-md-2 {
margin-left: 16.66666667%;
}
.offset-md-3 {
margin-left: 25%;
}
.offset-md-4 {
margin-left: 33.33333333%;
}
.offset-md-5 {
margin-left: 41.66666667%;
}
.offset-md-6 {
margin-left: 50%;
}
.offset-md-7 {
margin-left: 58.33333333%;
}
.offset-md-8 {
margin-left: 66.66666667%;
}
.offset-md-9 {
margin-left: 75%;
}
.offset-md-10 {
margin-left: 83.33333333%;
}
.offset-md-11 {
margin-left: 91.66666667%;
}
.g-md-0,
.gx-md-0 {
--bs-gutter-x: 0;
}
.g-md-0,
.gy-md-0 {
--bs-gutter-y: 0;
}
.g-md-1,
.gx-md-1 {
--bs-gutter-x: 0.25rem;
}
.g-md-1,
.gy-md-1 {
--bs-gutter-y: 0.25rem;
}
.g-md-2,
.gx-md-2 {
--bs-gutter-x: 0.5rem;
}
.g-md-2,
.gy-md-2 {
--bs-gutter-y: 0.5rem;
}
.g-md-3,
.gx-md-3 {
--bs-gutter-x: 1rem;
}
.g-md-3,
.gy-md-3 {
--bs-gutter-y: 1rem;
}
.g-md-4,
.gx-md-4 {
--bs-gutter-x: 1.5rem;
}
.g-md-4,
.gy-md-4 {
--bs-gutter-y: 1.5rem;
}
.g-md-5,
.gx-md-5 {
--bs-gutter-x: 3rem;
}
.g-md-5,
.gy-md-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 992px) {
.col-lg {
flex: 1 0 0%;
}
.row-cols-lg-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-lg-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-lg-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-lg-3 > * {
flex: 0 0 auto;
width: 33.33333333%;
}
.row-cols-lg-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-lg-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-lg-6 > * {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-lg-auto {
flex: 0 0 auto;
width: auto;
}
.col-lg-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-lg-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-lg-3 {
flex: 0 0 auto;
width: 25%;
}
.col-lg-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-lg-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-lg-6 {
flex: 0 0 auto;
width: 50%;
}
.col-lg-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-lg-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-lg-9 {
flex: 0 0 auto;
width: 75%;
}
.col-lg-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-lg-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-lg-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-lg-0 {
margin-left: 0;
}
.offset-lg-1 {
margin-left: 8.33333333%;
}
.offset-lg-2 {
margin-left: 16.66666667%;
}
.offset-lg-3 {
margin-left: 25%;
}
.offset-lg-4 {
margin-left: 33.33333333%;
}
.offset-lg-5 {
margin-left: 41.66666667%;
}
.offset-lg-6 {
margin-left: 50%;
}
.offset-lg-7 {
margin-left: 58.33333333%;
}
.offset-lg-8 {
margin-left: 66.66666667%;
}
.offset-lg-9 {
margin-left: 75%;
}
.offset-lg-10 {
margin-left: 83.33333333%;
}
.offset-lg-11 {
margin-left: 91.66666667%;
}
.g-lg-0,
.gx-lg-0 {
--bs-gutter-x: 0;
}
.g-lg-0,
.gy-lg-0 {
--bs-gutter-y: 0;
}
.g-lg-1,
.gx-lg-1 {
--bs-gutter-x: 0.25rem;
}
.g-lg-1,
.gy-lg-1 {
--bs-gutter-y: 0.25rem;
}
.g-lg-2,
.gx-lg-2 {
--bs-gutter-x: 0.5rem;
}
.g-lg-2,
.gy-lg-2 {
--bs-gutter-y: 0.5rem;
}
.g-lg-3,
.gx-lg-3 {
--bs-gutter-x: 1rem;
}
.g-lg-3,
.gy-lg-3 {
--bs-gutter-y: 1rem;
}
.g-lg-4,
.gx-lg-4 {
--bs-gutter-x: 1.5rem;
}
.g-lg-4,
.gy-lg-4 {
--bs-gutter-y: 1.5rem;
}
.g-lg-5,
.gx-lg-5 {
--bs-gutter-x: 3rem;
}
.g-lg-5,
.gy-lg-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 1200px) {
.col-xl {
flex: 1 0 0%;
}
.row-cols-xl-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-xl-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-xl-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-xl-3 > * {
flex: 0 0 auto;
width: 33.33333333%;
}
.row-cols-xl-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-xl-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-xl-6 > * {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-xl-auto {
flex: 0 0 auto;
width: auto;
}
.col-xl-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-xl-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-xl-3 {
flex: 0 0 auto;
width: 25%;
}
.col-xl-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-xl-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-xl-6 {
flex: 0 0 auto;
width: 50%;
}
.col-xl-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-xl-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-xl-9 {
flex: 0 0 auto;
width: 75%;
}
.col-xl-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-xl-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-xl-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-xl-0 {
margin-left: 0;
}
.offset-xl-1 {
margin-left: 8.33333333%;
}
.offset-xl-2 {
margin-left: 16.66666667%;
}
.offset-xl-3 {
margin-left: 25%;
}
.offset-xl-4 {
margin-left: 33.33333333%;
}
.offset-xl-5 {
margin-left: 41.66666667%;
}
.offset-xl-6 {
margin-left: 50%;
}
.offset-xl-7 {
margin-left: 58.33333333%;
}
.offset-xl-8 {
margin-left: 66.66666667%;
}
.offset-xl-9 {
margin-left: 75%;
}
.offset-xl-10 {
margin-left: 83.33333333%;
}
.offset-xl-11 {
margin-left: 91.66666667%;
}
.g-xl-0,
.gx-xl-0 {
--bs-gutter-x: 0;
}
.g-xl-0,
.gy-xl-0 {
--bs-gutter-y: 0;
}
.g-xl-1,
.gx-xl-1 {
--bs-gutter-x: 0.25rem;
}
.g-xl-1,
.gy-xl-1 {
--bs-gutter-y: 0.25rem;
}
.g-xl-2,
.gx-xl-2 {
--bs-gutter-x: 0.5rem;
}
.g-xl-2,
.gy-xl-2 {
--bs-gutter-y: 0.5rem;
}
.g-xl-3,
.gx-xl-3 {
--bs-gutter-x: 1rem;
}
.g-xl-3,
.gy-xl-3 {
--bs-gutter-y: 1rem;
}
.g-xl-4,
.gx-xl-4 {
--bs-gutter-x: 1.5rem;
}
.g-xl-4,
.gy-xl-4 {
--bs-gutter-y: 1.5rem;
}
.g-xl-5,
.gx-xl-5 {
--bs-gutter-x: 3rem;
}
.g-xl-5,
.gy-xl-5 {
--bs-gutter-y: 3rem;
}
}
@media (min-width: 1400px) {
.col-xxl {
flex: 1 0 0%;
}
.row-cols-xxl-auto > * {
flex: 0 0 auto;
width: auto;
}
.row-cols-xxl-1 > * {
flex: 0 0 auto;
width: 100%;
}
.row-cols-xxl-2 > * {
flex: 0 0 auto;
width: 50%;
}
.row-cols-xxl-3 > * {
flex: 0 0 auto;
width: 33.33333333%;
}
.row-cols-xxl-4 > * {
flex: 0 0 auto;
width: 25%;
}
.row-cols-xxl-5 > * {
flex: 0 0 auto;
width: 20%;
}
.row-cols-xxl-6 > * {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-xxl-auto {
flex: 0 0 auto;
width: auto;
}
.col-xxl-1 {
flex: 0 0 auto;
width: 8.33333333%;
}
.col-xxl-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
.col-xxl-3 {
flex: 0 0 auto;
width: 25%;
}
.col-xxl-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
.col-xxl-5 {
flex: 0 0 auto;
width: 41.66666667%;
}
.col-xxl-6 {
flex: 0 0 auto;
width: 50%;
}
.col-xxl-7 {
flex: 0 0 auto;
width: 58.33333333%;
}
.col-xxl-8 {
flex: 0 0 auto;
width: 66.66666667%;
}
.col-xxl-9 {
flex: 0 0 auto;
width: 75%;
}
.col-xxl-10 {
flex: 0 0 auto;
width: 83.33333333%;
}
.col-xxl-11 {
flex: 0 0 auto;
width: 91.66666667%;
}
.col-xxl-12 {
flex: 0 0 auto;
width: 100%;
}
.offset-xxl-0 {
margin-left: 0;
}
.offset-xxl-1 {
margin-left: 8.33333333%;
}
.offset-xxl-2 {
margin-left: 16.66666667%;
}
.offset-xxl-3 {
margin-left: 25%;
}
.offset-xxl-4 {
margin-left: 33.33333333%;
}
.offset-xxl-5 {
margin-left: 41.66666667%;
}
.offset-xxl-6 {
margin-left: 50%;
}
.offset-xxl-7 {
margin-left: 58.33333333%;
}
.offset-xxl-8 {
margin-left: 66.66666667%;
}
.offset-xxl-9 {
margin-left: 75%;
}
.offset-xxl-10 {
margin-left: 83.33333333%;
}
.offset-xxl-11 {
margin-left: 91.66666667%;
}
.g-xxl-0,
.gx-xxl-0 {
--bs-gutter-x: 0;
}
.g-xxl-0,
.gy-xxl-0 {
--bs-gutter-y: 0;
}
.g-xxl-1,
.gx-xxl-1 {
--bs-gutter-x: 0.25rem;
}
.g-xxl-1,
.gy-xxl-1 {
--bs-gutter-y: 0.25rem;
}
.g-xxl-2,
.gx-xxl-2 {
--bs-gutter-x: 0.5rem;
}
.g-xxl-2,
.gy-xxl-2 {
--bs-gutter-y: 0.5rem;
}
.g-xxl-3,
.gx-xxl-3 {
--bs-gutter-x: 1rem;
}
.g-xxl-3,
.gy-xxl-3 {
--bs-gutter-y: 1rem;
}
.g-xxl-4,
.gx-xxl-4 {
--bs-gutter-x: 1.5rem;
}
.g-xxl-4,
.gy-xxl-4 {
--bs-gutter-y: 1.5rem;
}
.g-xxl-5,
.gx-xxl-5 {
--bs-gutter-x: 3rem;
}
.g-xxl-5,
.gy-xxl-5 {
--bs-gutter-y: 3rem;
}
}
.d-block {
display: block !important;
}
.d-flex {
display: flex !important;
}
.d-none {
display: none !important;
}
.flex-row {
flex-direction: row !important;
}
.flex-column {
flex-direction: column !important;
}
.flex-row-reverse {
flex-direction: row-reverse !important;
}
.flex-column-reverse {
flex-direction: column-reverse !important;
}
.flex-grow-0 {
flex-grow: 0 !important;
}
.flex-grow-1 {
flex-grow: 1 !important;
}
.flex-shrink-0 {
flex-shrink: 0 !important;
}
.flex-shrink-1 {
flex-shrink: 1 !important;
}
.flex-wrap {
flex-wrap: wrap !important;
}
.flex-nowrap {
flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.justify-content-start {
justify-content: flex-start !important;
}
.justify-content-end {
justify-content: flex-end !important;
}
.justify-content-center {
justify-content: center !important;
}
.justify-content-between {
justify-content: space-between !important;
}
.justify-content-around {
justify-content: space-around !important;
}
.align-items-start {
align-items: flex-start !important;
}
.align-items-end {
align-items: flex-end !important;
}
.align-items-center {
align-items: center !important;
}
.align-items-baseline {
align-items: baseline !important;
}
.align-content-start {
align-content: flex-start !important;
}
.align-content-end {
align-content: flex-end !important;
}
.align-content-center {
align-content: center !important;
}
.align-content-between {
align-content: space-between !important;
}
.align-content-around {
align-content: space-around !important;
}
.align-self-auto {
align-self: auto !important;
}
.align-self-start {
align-self: flex-start !important;
}
.align-self-end {
align-self: flex-end !important;
}
.align-self-center {
align-self: center !important;
}
.align-self-baseline {
align-self: baseline !important;
}
.order-first {
order: -1 !important;
}
.order-0 {
order: 0 !important;
}
.order-1 {
order: 1 !important;
}
.order-2 {
order: 2 !important;
}
.order-3 {
order: 3 !important;
}
.order-4 {
order: 4 !important;
}
.order-5 {
order: 5 !important;
}
.order-last {
order: 6 !important;
}
.m-0 {
margin: 0 !important;
}
.m-1 {
margin: 0.25rem !important;
}
.m-2 {
margin: 0.5rem !important;
}
.m-3 {
margin: 1rem !important;
}
.m-4 {
margin: 1.5rem !important;
}
.m-5 {
margin: 3rem !important;
}
.m-auto {
margin: auto !important;
}
.mx-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-0 {
margin-top: 0 !important;
}
.mt-1 {
margin-top: 0.25rem !important;
}
.mt-2 {
margin-top: 0.5rem !important;
}
.mt-3 {
margin-top: 1rem !important;
}
.mt-4 {
margin-top: 1.5rem !important;
}
.mt-5 {
margin-top: 3rem !important;
}
.mt-auto {
margin-top: auto !important;
}
.me-0 {
margin-right: 0 !important;
}
.me-1 {
margin-right: 0.25rem !important;
}
.me-2 {
margin-right: 0.5rem !important;
}
.me-3 {
margin-right: 1rem !important;
}
.me-4 {
margin-right: 1.5rem !important;
}
.me-5 {
margin-right: 3rem !important;
}
.me-auto {
margin-right: auto !important;
}
.mb-0 {
margin-bottom: 0 !important;
}
.mb-1 {
margin-bottom: 0.25rem !important;
}
.mb-2 {
margin-bottom: 0.5rem !important;
}
.mb-3 {
margin-bottom: 1rem !important;
}
.mb-4 {
margin-bottom: 1.5rem !important;
}
.mb-5 {
margin-bottom: 3rem !important;
}
.mb-auto {
margin-bottom: auto !important;
}
.ms-0 {
margin-left: 0 !important;
}
.ms-1 {
margin-left: 0.25rem !important;
}
.ms-2 {
margin-left: 0.5rem !important;
}
.ms-3 {
margin-left: 1rem !important;
}
.ms-4 {
margin-left: 1.5rem !important;
}
.ms-5 {
margin-left: 3rem !important;
}
.ms-auto {
margin-left: auto !important;
}
.gap-0 {
gap: 0 !important;
}
.gap-1 {
gap: 0.25rem !important;
}
.gap-2 {
gap: 0.5rem !important;
}
.gap-3 {
gap: 1rem !important;
}
.gap-4 {
gap: 1.5rem !important;
}
.gap-5 {
gap: 3rem !important;
}
@media (min-width: 576px) {
.d-sm-block {
display: block !important;
}
.d-sm-flex {
display: flex !important;
}
.d-sm-none {
display: none !important;
}
.flex-sm-row {
flex-direction: row !important;
}
.flex-sm-column {
flex-direction: column !important;
}
.flex-sm-row-reverse {
flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
flex-direction: column-reverse !important;
}
.flex-sm-grow-0 {
flex-grow: 0 !important;
}
.flex-sm-grow-1 {
flex-grow: 1 !important;
}
.flex-sm-shrink-0 {
flex-shrink: 0 !important;
}
.flex-sm-shrink-1 {
flex-shrink: 1 !important;
}
.flex-sm-wrap {
flex-wrap: wrap !important;
}
.flex-sm-nowrap {
flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.justify-content-sm-start {
justify-content: flex-start !important;
}
.justify-content-sm-end {
justify-content: flex-end !important;
}
.justify-content-sm-center {
justify-content: center !important;
}
.justify-content-sm-between {
justify-content: space-between !important;
}
.justify-content-sm-around {
justify-content: space-around !important;
}
.align-items-sm-start {
align-items: flex-start !important;
}
.align-items-sm-end {
align-items: flex-end !important;
}
.align-items-sm-center {
align-items: center !important;
}
.align-items-sm-baseline {
align-items: baseline !important;
}
.align-content-sm-start {
align-content: flex-start !important;
}
.align-content-sm-end {
align-content: flex-end !important;
}
.align-content-sm-center {
align-content: center !important;
}
.align-content-sm-between {
align-content: space-between !important;
}
.align-content-sm-around {
align-content: space-around !important;
}
.align-self-sm-auto {
align-self: auto !important;
}
.align-self-sm-start {
align-self: flex-start !important;
}
.align-self-sm-end {
align-self: flex-end !important;
}
.align-self-sm-center {
align-self: center !important;
}
.align-self-sm-baseline {
align-self: baseline !important;
}
.order-sm-first {
order: -1 !important;
}
.order-sm-0 {
order: 0 !important;
}
.order-sm-1 {
order: 1 !important;
}
.order-sm-2 {
order: 2 !important;
}
.order-sm-3 {
order: 3 !important;
}
.order-sm-4 {
order: 4 !important;
}
.order-sm-5 {
order: 5 !important;
}
.order-sm-last {
order: 6 !important;
}
.m-sm-0 {
margin: 0 !important;
}
.m-sm-1 {
margin: 0.25rem !important;
}
.m-sm-2 {
margin: 0.5rem !important;
}
.m-sm-3 {
margin: 1rem !important;
}
.m-sm-4 {
margin: 1.5rem !important;
}
.m-sm-5 {
margin: 3rem !important;
}
.m-sm-auto {
margin: auto !important;
}
.mx-sm-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-sm-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-sm-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-sm-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-sm-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-sm-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-sm-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-sm-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-sm-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-sm-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-sm-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-sm-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-sm-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-sm-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-sm-0 {
margin-top: 0 !important;
}
.mt-sm-1 {
margin-top: 0.25rem !important;
}
.mt-sm-2 {
margin-top: 0.5rem !important;
}
.mt-sm-3 {
margin-top: 1rem !important;
}
.mt-sm-4 {
margin-top: 1.5rem !important;
}
.mt-sm-5 {
margin-top: 3rem !important;
}
.mt-sm-auto {
margin-top: auto !important;
}
.me-sm-0 {
margin-right: 0 !important;
}
.me-sm-1 {
margin-right: 0.25rem !important;
}
.me-sm-2 {
margin-right: 0.5rem !important;
}
.me-sm-3 {
margin-right: 1rem !important;
}
.me-sm-4 {
margin-right: 1.5rem !important;
}
.me-sm-5 {
margin-right: 3rem !important;
}
.me-sm-auto {
margin-right: auto !important;
}
.mb-sm-0 {
margin-bottom: 0 !important;
}
.mb-sm-1 {
margin-bottom: 0.25rem !important;
}
.mb-sm-2 {
margin-bottom: 0.5rem !important;
}
.mb-sm-3 {
margin-bottom: 1rem !important;
}
.mb-sm-4 {
margin-bottom: 1.5rem !important;
}
.mb-sm-5 {
margin-bottom: 3rem !important;
}
.mb-sm-auto {
margin-bottom: auto !important;
}
.ms-sm-0 {
margin-left: 0 !important;
}
.ms-sm-1 {
margin-left: 0.25rem !important;
}
.ms-sm-2 {
margin-left: 0.5rem !important;
}
.ms-sm-3 {
margin-left: 1rem !important;
}
.ms-sm-4 {
margin-left: 1.5rem !important;
}
.ms-sm-5 {
margin-left: 3rem !important;
}
.ms-sm-auto {
margin-left: auto !important;
}
.gap-sm-0 {
gap: 0 !important;
}
.gap-sm-1 {
gap: 0.25rem !important;
}
.gap-sm-2 {
gap: 0.5rem !important;
}
.gap-sm-3 {
gap: 1rem !important;
}
.gap-sm-4 {
gap: 1.5rem !important;
}
.gap-sm-5 {
gap: 3rem !important;
}
}
@media (min-width: 768px) {
.d-md-block {
display: block !important;
}
.d-md-flex {
display: flex !important;
}
.d-md-none {
display: none !important;
}
.flex-md-row {
flex-direction: row !important;
}
.flex-md-column {
flex-direction: column !important;
}
.flex-md-row-reverse {
flex-direction: row-reverse !important;
}
.flex-md-column-reverse {
flex-direction: column-reverse !important;
}
.flex-md-grow-0 {
flex-grow: 0 !important;
}
.flex-md-grow-1 {
flex-grow: 1 !important;
}
.flex-md-shrink-0 {
flex-shrink: 0 !important;
}
.flex-md-shrink-1 {
flex-shrink: 1 !important;
}
.flex-md-wrap {
flex-wrap: wrap !important;
}
.flex-md-nowrap {
flex-wrap: nowrap !important;
}
.flex-md-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.justify-content-md-start {
justify-content: flex-start !important;
}
.justify-content-md-end {
justify-content: flex-end !important;
}
.justify-content-md-center {
justify-content: center !important;
}
.justify-content-md-between {
justify-content: space-between !important;
}
.justify-content-md-around {
justify-content: space-around !important;
}
.align-items-md-start {
align-items: flex-start !important;
}
.align-items-md-end {
align-items: flex-end !important;
}
.align-items-md-center {
align-items: center !important;
}
.align-items-md-baseline {
align-items: baseline !important;
}
.align-content-md-start {
align-content: flex-start !important;
}
.align-content-md-end {
align-content: flex-end !important;
}
.align-content-md-center {
align-content: center !important;
}
.align-content-md-between {
align-content: space-between !important;
}
.align-content-md-around {
align-content: space-around !important;
}
.align-self-md-auto {
align-self: auto !important;
}
.align-self-md-start {
align-self: flex-start !important;
}
.align-self-md-end {
align-self: flex-end !important;
}
.align-self-md-center {
align-self: center !important;
}
.align-self-md-baseline {
align-self: baseline !important;
}
.order-md-first {
order: -1 !important;
}
.order-md-0 {
order: 0 !important;
}
.order-md-1 {
order: 1 !important;
}
.order-md-2 {
order: 2 !important;
}
.order-md-3 {
order: 3 !important;
}
.order-md-4 {
order: 4 !important;
}
.order-md-5 {
order: 5 !important;
}
.order-md-last {
order: 6 !important;
}
.m-md-0 {
margin: 0 !important;
}
.m-md-1 {
margin: 0.25rem !important;
}
.m-md-2 {
margin: 0.5rem !important;
}
.m-md-3 {
margin: 1rem !important;
}
.m-md-4 {
margin: 1.5rem !important;
}
.m-md-5 {
margin: 3rem !important;
}
.m-md-auto {
margin: auto !important;
}
.mx-md-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-md-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-md-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-md-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-md-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-md-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-md-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-md-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-md-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-md-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-md-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-md-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-md-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-md-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-md-0 {
margin-top: 0 !important;
}
.mt-md-1 {
margin-top: 0.25rem !important;
}
.mt-md-2 {
margin-top: 0.5rem !important;
}
.mt-md-3 {
margin-top: 1rem !important;
}
.mt-md-4 {
margin-top: 1.5rem !important;
}
.mt-md-5 {
margin-top: 3rem !important;
}
.mt-md-auto {
margin-top: auto !important;
}
.me-md-0 {
margin-right: 0 !important;
}
.me-md-1 {
margin-right: 0.25rem !important;
}
.me-md-2 {
margin-right: 0.5rem !important;
}
.me-md-3 {
margin-right: 1rem !important;
}
.me-md-4 {
margin-right: 1.5rem !important;
}
.me-md-5 {
margin-right: 3rem !important;
}
.me-md-auto {
margin-right: auto !important;
}
.mb-md-0 {
margin-bottom: 0 !important;
}
.mb-md-1 {
margin-bottom: 0.25rem !important;
}
.mb-md-2 {
margin-bottom: 0.5rem !important;
}
.mb-md-3 {
margin-bottom: 1rem !important;
}
.mb-md-4 {
margin-bottom: 1.5rem !important;
}
.mb-md-5 {
margin-bottom: 3rem !important;
}
.mb-md-auto {
margin-bottom: auto !important;
}
.ms-md-0 {
margin-left: 0 !important;
}
.ms-md-1 {
margin-left: 0.25rem !important;
}
.ms-md-2 {
margin-left: 0.5rem !important;
}
.ms-md-3 {
margin-left: 1rem !important;
}
.ms-md-4 {
margin-left: 1.5rem !important;
}
.ms-md-5 {
margin-left: 3rem !important;
}
.ms-md-auto {
margin-left: auto !important;
}
.gap-md-0 {
gap: 0 !important;
}
.gap-md-1 {
gap: 0.25rem !important;
}
.gap-md-2 {
gap: 0.5rem !important;
}
.gap-md-3 {
gap: 1rem !important;
}
.gap-md-4 {
gap: 1.5rem !important;
}
.gap-md-5 {
gap: 3rem !important;
}
}
@media (min-width: 992px) {
.d-lg-block {
display: block !important;
}
.d-lg-flex {
display: flex !important;
}
.d-lg-none {
display: none !important;
}
.flex-lg-row {
flex-direction: row !important;
}
.flex-lg-column {
flex-direction: column !important;
}
.flex-lg-row-reverse {
flex-direction: row-reverse !important;
}
.flex-lg-column-reverse {
flex-direction: column-reverse !important;
}
.flex-lg-grow-0 {
flex-grow: 0 !important;
}
.flex-lg-grow-1 {
flex-grow: 1 !important;
}
.flex-lg-shrink-0 {
flex-shrink: 0 !important;
}
.flex-lg-shrink-1 {
flex-shrink: 1 !important;
}
.flex-lg-wrap {
flex-wrap: wrap !important;
}
.flex-lg-nowrap {
flex-wrap: nowrap !important;
}
.flex-lg-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.justify-content-lg-start {
justify-content: flex-start !important;
}
.justify-content-lg-end {
justify-content: flex-end !important;
}
.justify-content-lg-center {
justify-content: center !important;
}
.justify-content-lg-between {
justify-content: space-between !important;
}
.justify-content-lg-around {
justify-content: space-around !important;
}
.align-items-lg-start {
align-items: flex-start !important;
}
.align-items-lg-end {
align-items: flex-end !important;
}
.align-items-lg-center {
align-items: center !important;
}
.align-items-lg-baseline {
align-items: baseline !important;
}
.align-content-lg-start {
align-content: flex-start !important;
}
.align-content-lg-end {
align-content: flex-end !important;
}
.align-content-lg-center {
align-content: center !important;
}
.align-content-lg-between {
align-content: space-between !important;
}
.align-content-lg-around {
align-content: space-around !important;
}
.align-self-lg-auto {
align-self: auto !important;
}
.align-self-lg-start {
align-self: flex-start !important;
}
.align-self-lg-end {
align-self: flex-end !important;
}
.align-self-lg-center {
align-self: center !important;
}
.align-self-lg-baseline {
align-self: baseline !important;
}
.order-lg-first {
order: -1 !important;
}
.order-lg-0 {
order: 0 !important;
}
.order-lg-1 {
order: 1 !important;
}
.order-lg-2 {
order: 2 !important;
}
.order-lg-3 {
order: 3 !important;
}
.order-lg-4 {
order: 4 !important;
}
.order-lg-5 {
order: 5 !important;
}
.order-lg-last {
order: 6 !important;
}
.m-lg-0 {
margin: 0 !important;
}
.m-lg-1 {
margin: 0.25rem !important;
}
.m-lg-2 {
margin: 0.5rem !important;
}
.m-lg-3 {
margin: 1rem !important;
}
.m-lg-4 {
margin: 1.5rem !important;
}
.m-lg-5 {
margin: 3rem !important;
}
.m-lg-auto {
margin: auto !important;
}
.mx-lg-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-lg-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-lg-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-lg-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-lg-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-lg-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-lg-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-lg-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-lg-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-lg-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-lg-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-lg-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-lg-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-lg-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-lg-0 {
margin-top: 0 !important;
}
.mt-lg-1 {
margin-top: 0.25rem !important;
}
.mt-lg-2 {
margin-top: 0.5rem !important;
}
.mt-lg-3 {
margin-top: 1rem !important;
}
.mt-lg-4 {
margin-top: 1.5rem !important;
}
.mt-lg-5 {
margin-top: 3rem !important;
}
.mt-lg-auto {
margin-top: auto !important;
}
.me-lg-0 {
margin-right: 0 !important;
}
.me-lg-1 {
margin-right: 0.25rem !important;
}
.me-lg-2 {
margin-right: 0.5rem !important;
}
.me-lg-3 {
margin-right: 1rem !important;
}
.me-lg-4 {
margin-right: 1.5rem !important;
}
.me-lg-5 {
margin-right: 3rem !important;
}
.me-lg-auto {
margin-right: auto !important;
}
.mb-lg-0 {
margin-bottom: 0 !important;
}
.mb-lg-1 {
margin-bottom: 0.25rem !important;
}
.mb-lg-2 {
margin-bottom: 0.5rem !important;
}
.mb-lg-3 {
margin-bottom: 1rem !important;
}
.mb-lg-4 {
margin-bottom: 1.5rem !important;
}
.mb-lg-5 {
margin-bottom: 3rem !important;
}
.mb-lg-auto {
margin-bottom: auto !important;
}
.ms-lg-0 {
margin-left: 0 !important;
}
.ms-lg-1 {
margin-left: 0.25rem !important;
}
.ms-lg-2 {
margin-left: 0.5rem !important;
}
.ms-lg-3 {
margin-left: 1rem !important;
}
.ms-lg-4 {
margin-left: 1.5rem !important;
}
.ms-lg-5 {
margin-left: 3rem !important;
}
.ms-lg-auto {
margin-left: auto !important;
}
.gap-lg-0 {
gap: 0 !important;
}
.gap-lg-1 {
gap: 0.25rem !important;
}
.gap-lg-2 {
gap: 0.5rem !important;
}
.gap-lg-3 {
gap: 1rem !important;
}
.gap-lg-4 {
gap: 1.5rem !important;
}
.gap-lg-5 {
gap: 3rem !important;
}
}
@media (min-width: 1200px) {
.d-xl-block {
display: block !important;
}
.d-xl-flex {
display: flex !important;
}
.d-xl-none {
display: none !important;
}
.flex-xl-row {
flex-direction: row !important;
}
.flex-xl-column {
flex-direction: column !important;
}
.flex-xl-row-reverse {
flex-direction: row-reverse !important;
}
.flex-xl-column-reverse {
flex-direction: column-reverse !important;
}
.flex-xl-grow-0 {
flex-grow: 0 !important;
}
.flex-xl-grow-1 {
flex-grow: 1 !important;
}
.flex-xl-shrink-0 {
flex-shrink: 0 !important;
}
.flex-xl-shrink-1 {
flex-shrink: 1 !important;
}
.flex-xl-wrap {
flex-wrap: wrap !important;
}
.flex-xl-nowrap {
flex-wrap: nowrap !important;
}
.flex-xl-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.justify-content-xl-start {
justify-content: flex-start !important;
}
.justify-content-xl-end {
justify-content: flex-end !important;
}
.justify-content-xl-center {
justify-content: center !important;
}
.justify-content-xl-between {
justify-content: space-between !important;
}
.justify-content-xl-around {
justify-content: space-around !important;
}
.align-items-xl-start {
align-items: flex-start !important;
}
.align-items-xl-end {
align-items: flex-end !important;
}
.align-items-xl-center {
align-items: center !important;
}
.align-items-xl-baseline {
align-items: baseline !important;
}
.align-content-xl-start {
align-content: flex-start !important;
}
.align-content-xl-end {
align-content: flex-end !important;
}
.align-content-xl-center {
align-content: center !important;
}
.align-content-xl-between {
align-content: space-between !important;
}
.align-content-xl-around {
align-content: space-around !important;
}
.align-self-xl-auto {
align-self: auto !important;
}
.align-self-xl-start {
align-self: flex-start !important;
}
.align-self-xl-end {
align-self: flex-end !important;
}
.align-self-xl-center {
align-self: center !important;
}
.align-self-xl-baseline {
align-self: baseline !important;
}
.order-xl-first {
order: -1 !important;
}
.order-xl-0 {
order: 0 !important;
}
.order-xl-1 {
order: 1 !important;
}
.order-xl-2 {
order: 2 !important;
}
.order-xl-3 {
order: 3 !important;
}
.order-xl-4 {
order: 4 !important;
}
.order-xl-5 {
order: 5 !important;
}
.order-xl-last {
order: 6 !important;
}
.m-xl-0 {
margin: 0 !important;
}
.m-xl-1 {
margin: 0.25rem !important;
}
.m-xl-2 {
margin: 0.5rem !important;
}
.m-xl-3 {
margin: 1rem !important;
}
.m-xl-4 {
margin: 1.5rem !important;
}
.m-xl-5 {
margin: 3rem !important;
}
.m-xl-auto {
margin: auto !important;
}
.mx-xl-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-xl-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-xl-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-xl-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-xl-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-xl-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-xl-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-xl-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-xl-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-xl-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-xl-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-xl-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-xl-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-xl-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-xl-0 {
margin-top: 0 !important;
}
.mt-xl-1 {
margin-top: 0.25rem !important;
}
.mt-xl-2 {
margin-top: 0.5rem !important;
}
.mt-xl-3 {
margin-top: 1rem !important;
}
.mt-xl-4 {
margin-top: 1.5rem !important;
}
.mt-xl-5 {
margin-top: 3rem !important;
}
.mt-xl-auto {
margin-top: auto !important;
}
.me-xl-0 {
margin-right: 0 !important;
}
.me-xl-1 {
margin-right: 0.25rem !important;
}
.me-xl-2 {
margin-right: 0.5rem !important;
}
.me-xl-3 {
margin-right: 1rem !important;
}
.me-xl-4 {
margin-right: 1.5rem !important;
}
.me-xl-5 {
margin-right: 3rem !important;
}
.me-xl-auto {
margin-right: auto !important;
}
.mb-xl-0 {
margin-bottom: 0 !important;
}
.mb-xl-1 {
margin-bottom: 0.25rem !important;
}
.mb-xl-2 {
margin-bottom: 0.5rem !important;
}
.mb-xl-3 {
margin-bottom: 1rem !important;
}
.mb-xl-4 {
margin-bottom: 1.5rem !important;
}
.mb-xl-5 {
margin-bottom: 3rem !important;
}
.mb-xl-auto {
margin-bottom: auto !important;
}
.ms-xl-0 {
margin-left: 0 !important;
}
.ms-xl-1 {
margin-left: 0.25rem !important;
}
.ms-xl-2 {
margin-left: 0.5rem !important;
}
.ms-xl-3 {
margin-left: 1rem !important;
}
.ms-xl-4 {
margin-left: 1.5rem !important;
}
.ms-xl-5 {
margin-left: 3rem !important;
}
.ms-xl-auto {
margin-left: auto !important;
}
.gap-xl-0 {
gap: 0 !important;
}
.gap-xl-1 {
gap: 0.25rem !important;
}
.gap-xl-2 {
gap: 0.5rem !important;
}
.gap-xl-3 {
gap: 1rem !important;
}
.gap-xl-4 {
gap: 1.5rem !important;
}
.gap-xl-5 {
gap: 3rem !important;
}
}
@media (min-width: 1400px) {
.d-xxl-block {
display: block !important;
}
.d-xxl-flex {
display: flex !important;
}
.d-xxl-none {
display: none !important;
}
.flex-xxl-row {
flex-direction: row !important;
}
.flex-xxl-column {
flex-direction: column !important;
}
.flex-xxl-row-reverse {
flex-direction: row-reverse !important;
}
.flex-xxl-column-reverse {
flex-direction: column-reverse !important;
}
.flex-xxl-grow-0 {
flex-grow: 0 !important;
}
.flex-xxl-grow-1 {
flex-grow: 1 !important;
}
.flex-xxl-shrink-0 {
flex-shrink: 0 !important;
}
.flex-xxl-shrink-1 {
flex-shrink: 1 !important;
}
.flex-xxl-wrap {
flex-wrap: wrap !important;
}
.flex-xxl-nowrap {
flex-wrap: nowrap !important;
}
.flex-xxl-wrap-reverse {
flex-wrap: wrap-reverse !important;
}
.justify-content-xxl-start {
justify-content: flex-start !important;
}
.justify-content-xxl-end {
justify-content: flex-end !important;
}
.justify-content-xxl-center {
justify-content: center !important;
}
.justify-content-xxl-between {
justify-content: space-between !important;
}
.justify-content-xxl-around {
justify-content: space-around !important;
}
.align-items-xxl-start {
align-items: flex-start !important;
}
.align-items-xxl-end {
align-items: flex-end !important;
}
.align-items-xxl-center {
align-items: center !important;
}
.align-items-xxl-baseline {
align-items: baseline !important;
}
.align-content-xxl-start {
align-content: flex-start !important;
}
.align-content-xxl-end {
align-content: flex-end !important;
}
.align-content-xxl-center {
align-content: center !important;
}
.align-content-xxl-between {
align-content: space-between !important;
}
.align-content-xxl-around {
align-content: space-around !important;
}
.align-self-xxl-auto {
align-self: auto !important;
}
.align-self-xxl-start {
align-self: flex-start !important;
}
.align-self-xxl-end {
align-self: flex-end !important;
}
.align-self-xxl-center {
align-self: center !important;
}
.align-self-xxl-baseline {
align-self: baseline !important;
}
.order-xxl-first {
order: -1 !important;
}
.order-xxl-0 {
order: 0 !important;
}
.order-xxl-1 {
order: 1 !important;
}
.order-xxl-2 {
order: 2 !important;
}
.order-xxl-3 {
order: 3 !important;
}
.order-xxl-4 {
order: 4 !important;
}
.order-xxl-5 {
order: 5 !important;
}
.order-xxl-last {
order: 6 !important;
}
.m-xxl-0 {
margin: 0 !important;
}
.m-xxl-1 {
margin: 0.25rem !important;
}
.m-xxl-2 {
margin: 0.5rem !important;
}
.m-xxl-3 {
margin: 1rem !important;
}
.m-xxl-4 {
margin: 1.5rem !important;
}
.m-xxl-5 {
margin: 3rem !important;
}
.m-xxl-auto {
margin: auto !important;
}
.mx-xxl-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.mx-xxl-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.mx-xxl-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.mx-xxl-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.mx-xxl-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.mx-xxl-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.mx-xxl-auto {
margin-right: auto !important;
margin-left: auto !important;
}
.my-xxl-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.my-xxl-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.my-xxl-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.my-xxl-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.my-xxl-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.my-xxl-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.my-xxl-auto {
margin-top: auto !important;
margin-bottom: auto !important;
}
.mt-xxl-0 {
margin-top: 0 !important;
}
.mt-xxl-1 {
margin-top: 0.25rem !important;
}
.mt-xxl-2 {
margin-top: 0.5rem !important;
}
.mt-xxl-3 {
margin-top: 1rem !important;
}
.mt-xxl-4 {
margin-top: 1.5rem !important;
}
.mt-xxl-5 {
margin-top: 3rem !important;
}
.mt-xxl-auto {
margin-top: auto !important;
}
.me-xxl-0 {
margin-right: 0 !important;
}
.me-xxl-1 {
margin-right: 0.25rem !important;
}
.me-xxl-2 {
margin-right: 0.5rem !important;
}
.me-xxl-3 {
margin-right: 1rem !important;
}
.me-xxl-4 {
margin-right: 1.5rem !important;
}
.me-xxl-5 {
margin-right: 3rem !important;
}
.me-xxl-auto {
margin-right: auto !important;
}
.mb-xxl-0 {
margin-bottom: 0 !important;
}
.mb-xxl-1 {
margin-bottom: 0.25rem !important;
}
.mb-xxl-2 {
margin-bottom: 0.5rem !important;
}
.mb-xxl-3 {
margin-bottom: 1rem !important;
}
.mb-xxl-4 {
margin-bottom: 1.5rem !important;
}
.mb-xxl-5 {
margin-bottom: 3rem !important;
}
.mb-xxl-auto {
margin-bottom: auto !important;
}
.ms-xxl-0 {
margin-left: 0 !important;
}
.ms-xxl-1 {
margin-left: 0.25rem !important;
}
.ms-xxl-2 {
margin-left: 0.5rem !important;
}
.ms-xxl-3 {
margin-left: 1rem !important;
}
.ms-xxl-4 {
margin-left: 1.5rem !important;
}
.ms-xxl-5 {
margin-left: 3rem !important;
}
.ms-xxl-auto {
margin-left: auto !important;
}
.gap-xxl-0 {
gap: 0 !important;
}
.gap-xxl-1 {
gap: 0.25rem !important;
}
.gap-xxl-2 {
gap: 0.5rem !important;
}
.gap-xxl-3 {
gap: 1rem !important;
}
.gap-xxl-4 {
gap: 1.5rem !important;
}
.gap-xxl-5 {
gap: 3rem !important;
}
}
:root {
--swiper-theme-color: #007aff;
--swiper-navigation-size: 44px;
--swiper-pagination-color: var(--white);
--swiper-pagination-bullet-inactive-color: rgba(255, 255, 255, 0.6);
--swiper-pagination-bullet-inactive-opacity: 1;
--swiper-pagination-bullet-size: 6px;
--swiper-pagination-bullet-horizontal-gap: 11px;
--swiper-pagination-bottom: 60px; }
.swiper,
.swiper-container {
margin-left: auto;
margin-right: auto;
position: relative;
overflow: hidden;
list-style: none;
padding: 0; z-index: 1;
display: block;
}
.swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: flex;
transition-property: transform;
transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
touch-action: pan-y;
}
.swiper-slide,
swiper-slide {
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
transition-property: transform;
display: block;
}
.swiper-slide-invisible-blank {
visibility: hidden;
}
.swiper-backface-hidden .swiper-slide {
transform: translateZ(0);
backface-visibility: hidden;
}
.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%;
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-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
animation: swiper-preloader-spin 1s infinite linear;
}
@keyframes swiper-preloader-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.swiper-button-prev,
.swiper-button-next {
position: absolute;
top: var(--swiper-navigation-top-offset, 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-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
opacity: 0.35;
cursor: auto;
pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
opacity: 0;
cursor: auto;
pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
display: none !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
font-size: var(--swiper-navigation-size);
text-transform: none !important;
letter-spacing: 0;
font-variant: initial;
line-height: 1;
}
.swiper-button-prev {
left: var(--swiper-navigation-sides-offset, 10px);
right: auto;
}
.swiper-button-prev:after {
content: "prev";
}
.swiper-button-next {
right: var(--swiper-navigation-sides-offset, 10px);
left: auto;
}
.swiper-button-next:after {
content: "next";
}
.swiper-button-lock {
display: none;
}
.swiper-pagination {
position: absolute;
text-align: center;
transition: 300ms opacity;
z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
display: none !important;
} .swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
bottom: 70px;
top: var(--swiper-pagination-top, auto);
left: 30px;
text-align: left;
width: 300px;
}
@media (min-width: 768px) {
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
bottom: 60px;
left: 60px;
}
}
@media (min-width: 1200px) {
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
bottom: 60px;
left: 0;
text-align: center;
right: 0;
margin: auto;
}
} .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: var(--swiper-pagination-bullet-border-radius, 50%);
background: var(--swiper-pagination-bullet-inactive-color, #000);
opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
position: relative;
}
button.swiper-pagination-bullet {
border: none;
margin: 0;
padding: 0;
box-shadow: none;
appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
cursor: pointer;
}
.swiper-pagination-bullet:only-child {
display: none !important;
}
.swiper-pagination-bullet::after {
position: absolute;
content: "";
width: 18px;
height: 18px;
top: -6px;
left: -6px;
border-radius: 50%;
transition: border-color 250ms;
border: 1px solid transparent;
}
.swiper-pagination-bullet-active {
opacity: var(--swiper-pagination-bullet-opacity, 1);
background: var(--swiper-pagination-color, var(--swiper-theme-color));
position: relative;
transition: all 250ms;
}
.swiper-pagination-bullet-active::after {
border-color: var(--white);
}
.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: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
transition: 200ms transform, 200ms right;
}
.swiper-pagination-lock {
display: none;
}
.swiper-autoheight, .swiper-autoheight .swiper-slide {
height: auto;
}
.swiper-autoheight .swiper-wrapper {
align-items: flex-start;
transition-property: transform, height;
}
.lg-container {
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.lg-next,
.lg-prev {
background-color: transparent;
border-radius: 2px;
color: #999;
cursor: pointer;
display: block;
font-size: 22px;
margin-top: -10px;
padding: 8px 10px 9px;
position: absolute;
top: 50%;
z-index: 1084;
outline: none;
border: none;
}
.lg-next.disabled,
.lg-prev.disabled {
opacity: 0 !important;
cursor: default;
}
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
color: #fff;
}
.lg-single-item .lg-next,
.lg-single-item .lg-prev {
display: none;
}
.lg-next {
right: 20px;
}
.lg-next:before {
content: "";
display: block;
width: 15px;
height: 14px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 15 14'%3E%3Cpath fill='%23ffffff' fill-rule='evenodd' d='M7.391.48A.75.75 0 0 1 8.451.46l3.264 3.132a.75.75 0 1 1-1.038 1.082L7.413 1.541A.75.75 0 0 1 7.39.481Zm6.62 5.97a.75.75 0 0 1 .039 1.06l-5.568 6a.75.75 0 0 1-1.1-1.02l4.399-4.74H1.5a.75.75 0 0 1 0-1.5h12a.758.758 0 0 1-.002 0m.512.2a.747.747 0 0 0-.31-.173l.31.173Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.lg-prev {
left: 20px;
}
.lg-prev:after {
content: "";
display: block;
width: 15px;
height: 14px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 15 14'%3E%3Cpath fill='%23ffffff' fill-rule='evenodd' d='M7.61.48A.75.75 0 0 0 6.548.46L3.285 3.59a.75.75 0 0 0 1.038 1.082l3.264-3.132A.75.75 0 0 0 7.61.481ZM.99 6.45a.75.75 0 0 0-.04 1.06l5.568 6a.75.75 0 0 0 1.1-1.02L3.219 7.75H13.5a.75.75 0 1 0 0-1.5h-12a.76.76 0 0 0 .002 0m-.512.2a.747.747 0 0 1 .31-.173l-.31.173Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
@-webkit-keyframes lg-right-end {
0% {
left: 0;
}
50% {
left: -30px;
}
100% {
left: 0;
}
}
@-moz-keyframes lg-right-end {
0% {
left: 0;
}
50% {
left: -30px;
}
100% {
left: 0;
}
}
@-ms-keyframes lg-right-end {
0% {
left: 0;
}
50% {
left: -30px;
}
100% {
left: 0;
}
}
@keyframes lg-right-end {
0% {
left: 0;
}
50% {
left: -30px;
}
100% {
left: 0;
}
}
@-webkit-keyframes lg-left-end {
0% {
left: 0;
}
50% {
left: 30px;
}
100% {
left: 0;
}
}
@-moz-keyframes lg-left-end {
0% {
left: 0;
}
50% {
left: 30px;
}
100% {
left: 0;
}
}
@-ms-keyframes lg-left-end {
0% {
left: 0;
}
50% {
left: 30px;
}
100% {
left: 0;
}
}
@keyframes lg-left-end {
0% {
left: 0;
}
50% {
left: 30px;
}
100% {
left: 0;
}
}
.lg-outer.lg-right-end .lg-object {
-webkit-animation: lg-right-end 0.3s;
-o-animation: lg-right-end 0.3s;
animation: lg-right-end 0.3s;
position: relative;
}
.lg-outer.lg-left-end .lg-object {
-webkit-animation: lg-left-end 0.3s;
-o-animation: lg-left-end 0.3s;
animation: lg-left-end 0.3s;
position: relative;
}
.lg-toolbar {
z-index: 1082;
left: 0;
position: absolute;
top: 40px;
width: 100%;
}
.lg-media-overlap .lg-toolbar {
background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.lg-toolbar .lg-icon {
color: #999;
cursor: pointer;
float: right;
font-size: 24px;
height: 47px;
line-height: 27px;
padding: 10px 0;
text-align: center;
width: 50px;
text-decoration: none !important;
outline: medium none;
will-change: color;
-webkit-transition: color 0.2s linear;
-o-transition: color 0.2s linear;
transition: color 0.2s linear;
background: none;
border: none;
box-shadow: none;
}
.lg-toolbar .lg-icon.lg-icon-18 {
font-size: 18px;
}
.lg-toolbar .lg-icon:hover {
color: #fff;
}
.lg-toolbar .lg-close:after {
width: 24px;
height: 25px;
content: "";
display: block;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 25'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M.002 1.915 7.53 9.443l1.415-1.414L1.416.5.002 1.915Zm0 21.17L22.585.5l1.414 1.415L13.414 12.5l10.584 10.585-1.414 1.414L12 13.914 1.417 24.5.003 23.085Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.lg-toolbar .lg-maximize {
font-size: 22px;
}
.lg-sub-html {
color: #eee;
font-size: 16px;
padding: 10px 40px;
text-align: center;
z-index: 1080;
opacity: 0;
-webkit-transition: opacity 0.2s ease-out 0s;
-o-transition: opacity 0.2s ease-out 0s;
transition: opacity 0.2s ease-out 0s;
}
.lg-sub-html h4 {
margin: 0;
font-size: 13px;
font-weight: bold;
}
.lg-sub-html p {
font-size: 12px;
margin: 5px 0 0;
}
.lg-sub-html a {
color: inherit;
}
.lg-sub-html a:hover {
text-decoration: underline;
}
.lg-media-overlap .lg-sub-html {
background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.lg-item .lg-sub-html {
position: absolute;
bottom: 0;
right: 0;
left: 0;
}
.lg-error-msg {
font-size: 14px;
color: #999;
}
.lg-counter {
color: #999;
display: inline-block;
font-size: 16px;
padding-left: 20px;
padding-top: 12px;
height: 47px;
vertical-align: middle;
}
.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
opacity: 0;
-webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
-moz-transition: -moz-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
-o-transition: -o-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
opacity: 0;
-moz-transform: scale3d(0.5, 0.5, 0.5);
-o-transform: scale3d(0.5, 0.5, 0.5);
-ms-transform: scale3d(0.5, 0.5, 0.5);
-webkit-transform: scale3d(0.5, 0.5, 0.5);
transform: scale3d(0.5, 0.5, 0.5);
will-change: transform, opacity;
-webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
-moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
-o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
opacity: 1;
-moz-transform: scale3d(1, 1, 1);
-o-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
.lg-icon:focus-visible {
color: #fff;
border-radius: 3px;
outline: 1px dashed rgba(255, 255, 255, 0.6);
}
.lg-toolbar .lg-icon:focus-visible {
border-radius: 8px;
outline-offset: -5px;
}
.lg-group:after {
content: "";
display: table;
clear: both;
}
.lg-container {
display: none;
outline: none;
}
.lg-container.lg-show {
display: block;
}
.lg-on {
scroll-behavior: unset;
}
.lg-overlay-open {
overflow: hidden;
}
.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
opacity: 0;
will-change: transform, opacity;
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
-moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
-o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
opacity: 1;
}
.lg-show-in.lg-hide-sub-html .lg-sub-html {
opacity: 1;
}
.lg-show-in .lg-hide-items .lg-prev {
opacity: 0;
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-next {
opacity: 0;
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-toolbar {
opacity: 0;
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
opacity: 0;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
.lg-outer {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 1050;
text-align: left;
opacity: 0.001;
outline: none;
will-change: auto;
overflow: hidden;
-webkit-transition: opacity 0.15s ease 0s;
-o-transition: opacity 0.15s ease 0s;
transition: opacity 0.15s ease 0s;
}
.lg-outer * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.lg-outer.lg-zoom-from-image {
opacity: 1;
}
.lg-outer.lg-visible {
opacity: 1;
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
-webkit-transition-duration: inherit !important;
transition-duration: inherit !important;
-webkit-transition-timing-function: inherit !important;
transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
-webkit-transition-duration: 0s !important;
transition-duration: 0s !important;
opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
cursor: -webkit-grab;
cursor: -moz-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
cursor: move;
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: -o-grabbing;
cursor: -ms-grabbing;
cursor: grabbing;
}
.lg-outer .lg-content {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.lg-outer .lg-inner {
width: 100%;
position: absolute;
left: 0;
top: 0;
bottom: 0;
-webkit-transition: opacity 0s;
-o-transition: opacity 0s;
transition: opacity 0s;
white-space: nowrap;
}
.lg-outer .lg-item {
display: none !important;
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
background: url(//www.orsol.fr/wp-content/themes/orsol/assets/img/loading.gif) no-repeat scroll center center transparent;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
display: inline-block;
text-align: center;
position: absolute;
width: 100%;
height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
}
.lg-outer .lg-img-wrap {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
white-space: nowrap;
font-size: 0;
}
.lg-outer .lg-item.lg-complete {
background-image: none;
}
.lg-outer .lg-item.lg-current {
z-index: 1060;
}
.lg-outer .lg-object {
display: inline-block;
vertical-align: middle;
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
position: relative;
}
.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
display: none;
}
.lg-outer.lg-hide-download .lg-download {
opacity: 0.75;
pointer-events: none;
}
.lg-outer .lg-first-slide .lg-dummy-img {
position: absolute;
top: 50%;
left: 50%;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
-webkit-transform: translate3d(0, 0%, 0);
transform: translate3d(0, 0%, 0);
opacity: 1;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
opacity: 1;
transition: opacity 0.2s ease-out 0.15s;
}
.lg-backdrop {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1040;
background-color: var(--black);
opacity: 0;
will-change: auto;
-webkit-transition: opacity 333ms ease-in 0s;
-o-transition: opacity 333ms ease-in 0s;
transition: opacity 333ms ease-in 0s;
}
.lg-backdrop.in {
opacity: 1;
}
.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
-webkit-transition: none 0s ease 0s !important;
-moz-transition: none 0s ease 0s !important;
-o-transition: none 0s ease 0s !important;
transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
-webkit-transition: opacity 0.1s ease 0s;
-moz-transition: opacity 0.1s ease 0s;
-o-transition: opacity 0.1s ease 0s;
transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
-webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
-moz-transition: -moz-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
-o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-container {
display: none;
}
.lg-container.lg-show {
display: block;
}
.lg-container.lg-dragging-vertical .lg-backdrop {
-webkit-transition-duration: 0s !important;
transition-duration: 0s !important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
-webkit-transition-duration: 0s !important;
transition-duration: 0s !important;
opacity: 1;
}
.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
position: absolute;
}
.lg-inline .lg-backdrop {
z-index: 1;
}
.lg-inline .lg-outer {
z-index: 2;
}
.lg-components {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
will-change: transform;
-webkit-transition: -webkit-transform 0.35s ease-out 0s;
-moz-transition: -moz-transform 0.35s ease-out 0s;
-o-transition: -o-transform 0.35s ease-out 0s;
transition: transform 0.35s ease-out 0s;
z-index: 1080;
position: absolute;
bottom: 6ch;
right: 0;
left: 0;
}
.lg-outer .lg-thumb-outer {
background-color: var(--black);
width: 100%;
max-height: 350px;
overflow: hidden;
float: left;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
cursor: -webkit-grab;
cursor: -moz-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
cursor: move;
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
cursor: -o-grabbing;
cursor: -ms-grabbing;
cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
-webkit-transition-duration: 0s !important;
transition-duration: 0s !important;
}
.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
-webkit-transition-duration: 0s !important;
transition-duration: 0s !important;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
text-align: center;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-left {
text-align: left;
}
.lg-outer .lg-thumb-outer.lg-thumb-align-right {
text-align: right;
}
.lg-outer.lg-single-item .lg-thumb-outer {
display: none;
}
.lg-outer .lg-thumb {
padding: 5px 0;
height: 100%;
margin-bottom: -5px;
display: inline-block;
vertical-align: middle;
}
@media (min-width: 768px) {
.lg-outer .lg-thumb {
padding: 10px 0;
}
}
.lg-outer .lg-thumb-item {
cursor: pointer;
float: left;
overflow: hidden;
height: 100%;
border-radius: 2px;
margin-bottom: 5px;
will-change: border-color;
}
@media (min-width: 768px) {
.lg-outer .lg-thumb-item {
border-radius: 4px;
border: 2px solid transparent;
-webkit-transition: border-color 0.25s ease;
-o-transition: border-color 0.25s ease;
transition: border-color 0.25s ease;
}
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
border-color: var(--white);
}
.lg-outer .lg-thumb-item img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.lg-outer.lg-can-toggle .lg-item {
padding-bottom: 0;
}
.lg-outer.lg-animate-thumb .lg-thumb {
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.searchwp-live-search-results {
box-sizing: border-box;
-moz-box-sizing: border-box;
background: #fff;
-webkit-box-shadow: 0 0 2px 0 rgba(30, 30, 30, 0.4);
box-shadow: 0 0 2px 0 rgba(30, 30, 30, 0.4);
border-radius: 3px;
width: 315px;
min-height: 175px;
max-height: 300px;
}
.searchwp-live-search-no-min-chars .spinner {
opacity: 0.3;
}
.searchwp-live-search-result p {
font-size: 14px;
padding: 0;
margin: 0;
margin-bottom: 5px;
}
.searchwp-live-search-result--focused {
background: #ddd;
}
.searchwp-live-search-result--focused a {
color: #000;
}
.searchwp-live-search-result:last-of-type p {
border-bottom: 0;
}
.searchwp-live-search-result a {
display: block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
text-decoration: none;
}
@keyframes searchwp-spinner-line-fade-more {
0%, 100% {
opacity: 0; }
1% {
opacity: 1;
}
}
@keyframes searchwp-spinner-line-fade-quick {
0%, 39%, 100% {
opacity: 0.25; }
40% {
opacity: 1;
}
}
@keyframes searchwp-spinner-line-fade-default {
0%, 100% {
opacity: 0.22; }
1% {
opacity: 1;
}
}  :root {
--white: #ffffff;
--black: #1d1d1b;
--grey: #5d5c5c;
--grey-medium: #898989;
--grey-light: #a5a5a4;
--accent: #ab5d58;
--ultra-light: #f5f1ed;
--red: #e63329;
--font-sans-serif: "Gotham", Helvetica, Arial, sans-serif;
--font-serif: "Fraunces", "Times New Roman", Times, serif;
--transition: cubic-bezier(0.19, 1, 0.22, 1);
}
:root {
--container-size: 100%;
--bs-gutter-x: 20px;
}
@media (min-width: 360px) {
:root {
--container-size: 330px;
}
}
@media (min-width: 390px) {
:root {
--container-size: 350px;
}
}
@media (min-width: 480px) {
:root {
--container-size: 440px;
}
}
@media (min-width: 576px) {
:root {
--container-size: 536px;
}
}
@media (min-width: 768px) {
:root {
--container-size: 668px;
}
}
@media (min-width: 992px) {
:root {
--container-size: 960px;
}
}
@media (min-width: 1200px) {
:root {
--container-size: 1140px;
}
}
@media (min-width: 1400px) {
:root {
--container-size: 1320px;
}
}
@media (min-width: 1700px) {
:root {
--container-size: 1680px;
}
}
.wrapper {
margin: 0 auto;
width: 100%;
max-width: 1920px;
}
.container {
--bs-gutter-x: 20px;
max-width: var(--container-size);
}
.row {
--bs-gutter-x: 20px;
}
@media (min-width: 1700px) {
.col-xxxl-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
}
@media (min-width: 1700px) {
.col-xxxl-2 {
flex: 0 0 auto;
width: 16.66666667%;
}
}
@font-face {
font-family: "Gotham";
src: url(//www.orsol.fr/wp-content/themes/orsol/assets/fonts/Gotham-Thin.woff2) format("woff2"), url(//www.orsol.fr/wp-content/themes/orsol/assets/fonts/Gotham-Thin.woff) format("woff");
font-weight: 100;
}
@font-face {
font-family: "Gotham";
src: url(//www.orsol.fr/wp-content/themes/orsol/assets/fonts/Gotham-Light.woff2) format("woff2"), url(//www.orsol.fr/wp-content/themes/orsol/assets/fonts/Gotham-Light.woff) format("woff");
font-weight: 300;
}
@font-face {
font-family: "Gotham";
src: url(//www.orsol.fr/wp-content/themes/orsol/assets/fonts/Gotham-Book.woff2) format("woff2"), url(//www.orsol.fr/wp-content/themes/orsol/assets/fonts/Gotham-Book.woff) format("woff");
font-weight: 325;
}
@font-face {
font-family: "Gotham";
src: url(//www.orsol.fr/wp-content/themes/orsol/assets/fonts/Gotham-Medium.woff2) format("woff2"), url(//www.orsol.fr/wp-content/themes/orsol/assets/fonts/Gotham-Medium.woff) format("woff");
font-weight: 350;
}
@font-face {
font-family: "Gotham";
src: url(//www.orsol.fr/wp-content/themes/orsol/assets/fonts/Gotham-Bold.woff2) format("woff2"), url(//www.orsol.fr/wp-content/themes/orsol/assets/fonts/Gotham-Bold.woff) format("woff");
font-weight: bold;
}
body {
font-family: var(--font-sans-serif);
overflow-x: clip;
font-weight: 325;
color: var(--grey);
background: var(--ultra-light);
}
a {
color: var(--black);
}
a:hover {
color: var(--accent);
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
font-family: var(--font-sans-serif);
color: var(--black);
font-weight: 325;
letter-spacing: -2px;
line-height: 1.2;
}
h1,
.h1 {
font-size: 39px;
margin-bottom: 40px;
color: var(--black);
}
.page-template-template-documentheque h1,
.page-template-template-documentheque .h1 {
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}
@media (min-width: 1200px) {
h1,
.h1 {
font-size: 45px;
margin-bottom: 40px;
}
}
@media (min-width: 1700px) {
h1,
.h1 {
font-size: 54px;
margin-bottom: 60px;
}
}
h1.heading {
color: var(--accent);
font-family: var(--font-serif);
font-size: 45px;
font-weight: 400;
line-height: 1.09;
text-transform: uppercase;
letter-spacing: 0;
}
@media (min-width: 768px) {
h1.heading {
font-size: 72px;
}
}
@media (min-width: 1700px) {
h1.heading {
font-size: 104px;
}
}
h1.text-uppercase {
font-size: 39px;
letter-spacing: -1px;
}
@media (min-width: 1200px) {
h1.text-uppercase {
margin-bottom: 40px;
font-size: 44px;
}
}
h2,
.h2 {
font-size: 32px;
margin-bottom: 40px;
}
@media (min-width: 1440px) {
h2,
.h2 {
font-size: 38px;
}
}
@media (min-width: 1700px) {
h2,
.h2 {
font-size: 44px;
}
}
h3,
.h3 {
font-size: 28px;
line-height: 1.3;
letter-spacing: -1px;
margin-bottom: 30px;
}
@media (min-width: 768px) {
h3,
.h3 {
margin-bottom: 35px;
}
}
@media (min-width: 1200px) {
h3,
.h3 {
font-size: 34px;
}
}
h4,
.h4 {
font-size: 24px;
font-weight: 350;
line-height: 1.4;
letter-spacing: -0.5px;
margin-bottom: 20px;
}
h5,
.h5 {
font-size: 20px;
font-weight: 325;
line-height: 1.5;
letter-spacing: -0.5px;
margin-bottom: 20px;
}
@media (min-width: 1200px) {
h5,
.h5 {
font-weight: 350;
margin-bottom: 30px;
}
}
h6,
.h6 {
color: var(--accent);
font-size: 11px;
font-weight: 350;
line-height: 1.81;
letter-spacing: 1px;
text-transform: uppercase;
margin-bottom: 20px;
}
.pretitle {
display: flex;
gap: 20px;
align-items: center;
font-size: 18px;
color: var(--black);
line-height: 1.44;
text-transform: uppercase;
margin-bottom: 30px;
}
.pretitle::before {
margin-top: -5px;
width: 18px;
height: 21px;
content: "";
display: block;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 18 21'%3E%3Cpath fill='%23AB5D58' d='M2.865 10.448C3.655 7.768 6.08 5.793 9 5.793s5.345 1.974 6.135 4.655H18C17.155 6.203 13.445 3 9 3S.845 6.203 0 10.448h2.865ZM15.135 13.448c-.79 2.682-3.215 4.656-6.135 4.656s-5.345-1.974-6.135-4.655H0c.845 4.245 4.555 7.448 9 7.448s8.155-3.203 9-7.448h-2.865Z'/%3E%3C/svg%3E");
flex-shrink: 0;
}
.pretitle--large {
font-size: 24px;
line-height: 1.08;
text-transform: uppercase;
color: var(--accent);
}
.pretitle--white {
color: var(--white);
}
.pretitle--white::before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 18 21'%3E%3Cpath fill='%23ffffff' d='M2.865 10.448C3.655 7.768 6.08 5.793 9 5.793s5.345 1.974 6.135 4.655H18C17.155 6.203 13.445 3 9 3S.845 6.203 0 10.448h2.865ZM15.135 13.448c-.79 2.682-3.215 4.656-6.135 4.656s-5.345-1.974-6.135-4.655H0c.845 4.245 4.555 7.448 9 7.448s8.155-3.203 9-7.448h-2.865Z'/%3E%3C/svg%3E");
}
.pretitle.text-center {
justify-content: center;
}
.medium p,
p.medium,
p.large {
font-size: 18px;
font-weight: 325;
line-height: 1.78;
margin-bottom: 1em;
}
.large p,
p.large {
color: var(--black);
}
@media (min-width: 1200px) {
.large p,
p.large {
font-size: 24px;
line-height: 1.67;
margin-bottom: 45px;
}
}
p {
line-height: 1.8;
}
.light-text {
color: var(--white);
font-size: 9px;
font-weight: 350;
line-height: 2;
letter-spacing: 0.5px;
text-transform: uppercase;
opacity: 0.7;
}
.color-accent {
color: var(--accent);
}
strong {
font-weight: 350;
}
.text-uppercase {
text-transform: uppercase;
}
.text-center {
text-align: center;
}
@media (min-width: 1200px) {
.two-cols {
columns: 2;
column-gap: 40px;
}
.two-cols p {
break-inside: avoid;
}
}
.two-cols--space-bottom {
margin-bottom: 50px;
}
hr {
border-top: 1px solid rgba(193, 177, 166, 0.4);
margin-top: 40px;
margin-bottom: 40px;
}
.results_cards {
margin-top: 50px;
}
.list-item {
position: relative;
padding-left: 90px;
}
.list-item__icon {
width: 60px;
margin-bottom: 20px;
position: absolute;
left: 0;
}
.list-item__content {
margin-bottom: 20px;
}
.image-legend {
display: flex;
gap: 60px;
align-items: center;
border-top: 1px solid rgba(193, 177, 166, 0.4);
padding-top: 40px;
margin-top: 50px;
}
.image-legend img {
flex-shrink: 0;
max-width: 100%;
width: auto;
}
.image-legend p {
margin-bottom: 0;
font-size: 11px;
font-weight: 350;
line-height: 1.81;
letter-spacing: 1px;
text-transform: uppercase;
}
.has-text-align-center {
text-align: center !important;
}
.main-content,
.page-content {
margin-bottom: 60px;
}
@media (min-width: 1200px) {
.main-content,
.page-content {
margin-bottom: 100px;
}
}
.main-content .container,
.page-content .container {
border-top: 1px solid rgba(193, 177, 166, 0.4);
}
.main-content h3,
.page-content h3 {
margin-top: 30px;
}
@media (min-width: 768px) {
.main-content h3,
.page-content h3 {
margin-top: 40px;
}
}
.main-content ul:not([class]),
.page-content ul:not([class]) {
list-style: none;
padding-left: 25px;
}
.main-content ul:not([class]) li,
.page-content ul:not([class]) li {
font-weight: 325;
line-height: 1.87;
}
.main-content ul:not([class]) li::before,
.page-content ul:not([class]) li::before {
display: inline-block;
width: 5px;
margin-right: 15px;
margin-left: -25px;
font-weight: bold;
content: "•";
color: var(--accent);
}
.main-content ul:not([class]) li ul,
.page-content ul:not([class]) li ul {
padding-top: 12px;
padding-bottom: 12px;
}
.main-content ul:not([class]) li ul li::before,
.page-content ul:not([class]) li ul li::before {
content: "○";
}
.main-content ol:not([class]),
.page-content ol:not([class]) {
list-style: none;
counter-reset: counter;
}
.main-content ol:not([class]) li,
.page-content ol:not([class]) li {
font-weight: 325;
line-height: 1.87;
counter-increment: counter;
}
.main-content ol:not([class]) li::before,
.page-content ol:not([class]) li::before {
content: counter(counter) ". ";
color: var(--accent);
font-weight: bold;
display: inline-block;
width: 5px;
margin-right: 20px;
margin-left: -25px;
font-weight: 325;
}
.main-content p + ul,
.main-content p + ol,
.page-content p + ul,
.page-content p + ol {
margin-top: -10px;
}
.wp-block-media-text {
display: flex;
gap: 30px;
}
.wp-block-quote {
margin-left: 60px;
margin-top: 40px;
margin-bottom: 40px;
padding-left: 20px;
position: relative;
color: var(--black);
}
@media (min-width: 1200px) {
.wp-block-quote {
padding-left: 40px;
margin-right: 140px;
}
}
.wp-block-quote p {
font-family: var(--font-serif);
font-size: 28px;
font-weight: 300;
line-height: 1.5;
margin-bottom: 20px;
}
.wp-block-quote::before {
content: "";
top: 0;
left: -40px;
display: block;
position: absolute;
color: var(--accent);
width: 40px;
height: 30px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 40 30'%3E%3Cpath fill='%23AB5D58' d='M9.528 30c-2.7 0-4.964-.952-6.79-2.855C.913 25.24 0 22.615 0 19.264c0-3.35.638-6.37 1.913-8.909 1.275-2.538 2.813-4.67 4.614-6.396C8.327 2.233 10.003.914 11.554 0l2.775 4.416c-1.3.457-2.575 1.345-3.826 2.665a19.367 19.367 0 0 0-3.113 4.34c-.825 1.574-1.288 3.046-1.388 4.417.4-.61 1.125-1.168 2.176-1.676 1.05-.507 2.2-.761 3.45-.761 2.051 0 3.79.698 5.215 2.094 1.425 1.396 2.138 3.134 2.138 5.216 0 2.792-.888 5.038-2.663 6.738-1.776 1.7-4.04 2.551-6.79 2.551Zm21.02 0c-2.702 0-4.965-.952-6.79-2.855-1.826-1.904-2.739-4.53-2.739-7.881 0-3.35.638-6.37 1.913-8.909 1.276-2.538 2.814-4.67 4.614-6.396C29.346 2.233 31.022.914 32.573 0l2.776 4.416c-1.3.457-2.576 1.345-3.827 2.665a19.366 19.366 0 0 0-3.113 4.34c-.825 1.574-1.288 3.046-1.388 4.417.4-.61 1.125-1.168 2.176-1.676 1.05-.507 2.2-.761 3.45-.761 2.051 0 3.79.698 5.215 2.094C39.287 16.89 40 18.629 40 20.71c0 2.792-.888 5.038-2.663 6.738-1.776 1.7-4.04 2.551-6.79 2.551Z'/%3E%3C/svg%3E");
}
.wp-block-quote cite {
font-size: 11px;
font-style: normal;
font-weight: 350;
line-height: 20px;
letter-spacing: 1px;
text-transform: uppercase;
color: var(--grey);
display: flex;
gap: 15px;
align-items: center;
}
.wp-block-quote cite::before {
display: block;
content: "";
width: 30px;
height: 1px;
background: rgba(193, 177, 166, 0.4);
}
@media (min-width: 1200px) {
.wp-block-quote cite::before {
width: 60px;
}
} html {
position: relative;
}
img {
width: 100%;
max-width: 100%;
height: auto;
}
.img-fluid {
width: 100%;
max-width: 100%;
height: auto;
}
.screen-reader-text,
.sr-only {
position: absolute;
overflow: hidden;
clip: rect(0, 0, 0, 0);
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
white-space: nowrap;
border: 0;
}
@media (max-width: 1199px) {
.img-full {
position: relative;
right: 50%;
left: 50%;
width: 100vw;
max-width: 100vw;
margin-right: -50vw;
margin-left: -50vw;
max-height: 800px;
}
}
@media (min-width: 1200px) {
.img-full-up {
position: relative;
width: 100vw;
max-width: 100vw;
}
}
@media (min-width: 1200px) {
img.img-initial,
.img-initial img {
max-width: initial;
min-width: 50vw;
min-height: 100vh;
max-height: 100vh;
object-fit: cover;
}
img.img-initial--left,
.img-initial img--left {
float: right;
object-fit: contain;
}
img.img-initial--big,
.img-initial img--big {
min-width: 75vw;
}
}
@media (min-width: 768px) {
.section-home--reseau .col-image img, .section-home--stats .col-image img, .section-home--adn .col-image img {
margin: 0 auto;
}
}
@media (min-width: 1200px) {
.section-home--reseau .col-image img, .section-home--stats .col-image img, .section-home--adn .col-image img {
margin: 0;
}
}
.section-home--reseau .img-large, .section-home--reseau .large, .section-home--reseau, .section-home--stats, .row--space-bottom {
margin-bottom: 60px !important;
}
@media (min-width: 1200px) {
.section-home--reseau .img-large, .section-home--reseau .large, .section-home--reseau, .section-home--stats, .row--space-bottom {
margin-bottom: 140px !important;
}
}
.videoEmbed {
text-align: center;
}
.videoEmbed .poster {
z-index: 3;
overflow: hidden;
}
.videoEmbed .poster img {
max-height: 100%;
width: 100%;
object-fit: cover;
}
.videoEmbed .poster .btn-video {
z-index: 4;
width: fit-content;
height: auto;
margin: 0 auto;
position: relative;
margin-top: -150px;
}
.videoEmbed .video-placeholder-youtube {
position: absolute;
}
.has-text-align-right {
text-align: right;
}
.has-text-align-left {
text-align: left;
}
@media (min-width: 1200px) {
.neg-space-top {
margin-top: -120px;
}
}
@media screen and (max-width: 600px) {
#wpadminbar {
position: absolute;
top: -46px;
}
}
.site-header {
top: 0;
width: 100%;
z-index: 15;
padding: 15px 0;
height: 82px;
transition: all 250ms var(--transition);
position: relative;
position: fixed;
transition: all 250ms var(--transition); }
.site-header .wrapper {
display: flex;
align-items: center;
gap: 15px;
transition: background-color 500ms var(--transition);
}
@media (min-width: 1440px) {
.site-header .wrapper {
gap: 25px;
}
}
.site-header .wrapper:hover {
background: var(--white);
}
.site-header .wrapper:hover:before {
content: "";
height: 100%;
position: absolute;
width: 100vw;
z-index: -1;
left: 0;
background: var(--white);
}
.site-header .wrapper:hover .site-logo svg path {
fill: var(--accent);
}
.site-header .wrapper:hover .js-wpml-ls-item-toggle {
color: var(--black);
}
.site-header .wrapper:hover .js-wpml-ls-item-toggle svg path {
fill: var(--black);
}
.site-header .wrapper:hover .header__nav-link {
color: var(--black);
}
.site-header .wrapper:hover .header__nav-link svg path {
fill: var(--black);
}
@media (min-width: 1200px) {
.site-header {
padding: 0;
}
}
.scroll-down .site-header {
transform: translateY(-100%);
}
.scroll-down .site-header::before {
content: none !important;
}
.scroll-up .site-header {
background-color: var(--white);
}
.scroll-up .site-header::before {
content: none !important;
}
.scroll-up .site-header .site-logo svg path {
fill: var(--accent) !important;
}
.scroll-up .site-header .js-wpml-ls-item-toggle {
color: var(--black) !important;
}
.scroll-up .site-header .header__nav-link {
color: var(--black) !important;
}
.scroll-up .site-header .header__nav svg path {
fill: var(--black) !important;
}
@media (max-width: 990px) {
.scroll-up .site-header {
position: fixed !important;
visibility: visible !important;
}
}
.site-logo {
margin-right: auto;
margin-left: calc((100vw - var(--container-size) - var(--bs-gutter-x)) / 2 + var(--bs-gutter-x));
}
@media (min-width: 1920px) {
.site-logo {
margin-left: calc((1920px - var(--container-size) - var(--bs-gutter-x)) / 2 + var(--bs-gutter-x));
}
}
.menu-open {
margin-right: calc((100vw - var(--container-size) - var(--bs-gutter-x)) / 2 + var(--bs-gutter-x));
}
@media (min-width: 1200px) {
.menu-open {
display: none !important;
}
}
.header__nav-list {
display: flex;
padding: 0;
margin: 0;
list-style-type: none;
gap: 15px;
}
@media (min-width: 1440px) {
.header__nav-list {
gap: 25px;
}
}
.header__nav-link {
font-size: 11px;
text-decoration: none;
font-weight: 350;
line-height: 18px;
text-transform: uppercase;
padding-top: 31px;
padding-bottom: 31px;
display: block;
position: relative;
transition: all 250ms ease-in-out;
}
.header__nav-link:not([data-target=search])::before {
content: "";
width: 100%;
height: 1px;
bottom: -1px;
z-index: 16;
position: absolute;
display: block;
border-bottom: 2px solid var(--accent);
opacity: 0;
transform: translateY(2px);
transition: all 250ms ease-in-out;
}
.header__nav-link svg path {
fill: var(--black);
}
.header__nav-link:hover, .header__nav-link.active {
color: var(--black);
}
.header__nav-link:hover svg path, .header__nav-link.active svg path {
fill: var(--accent);
}
.header__nav-link:hover::before, .header__nav-link.active::before {
opacity: 1;
transform: translateY(0);
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover {
background: none;
}
.wpml-ls-legacy-dropdown {
width: auto;
}
.wpml-ls-legacy-dropdown:hover .wpml-ls-item-toggle {
color: var(--accent);
}
@media (min-width: 1200px) {
.wpml-ls-legacy-dropdown:hover .wpml-ls-item-toggle::after {
transform: rotate(180deg);
}
}
.wpml-ls-legacy-dropdown > ul {
position: relative;
padding: 0;
margin: 0;
list-style-type: none;
}
.wpml-ls-legacy-dropdown > ul .wpml-ls-current-language:focus .wpml-ls-sub-menu,
.wpml-ls-legacy-dropdown > ul .wpml-ls-current-language:hover .wpml-ls-sub-menu {
visibility: visible;
}
.wpml-ls-legacy-dropdown > ul .wpml-ls-item {
padding: 0;
margin: 0;
list-style-type: none;
}
.wpml-ls-legacy-dropdown > ul a {
display: block;
text-decoration: none;
color: var(--black);
background-color: #fff;
padding: 15px 10px;
font-size: 11px;
font-weight: 350;
line-height: 1.6;
text-transform: uppercase;
border: none;
transition: all 250ms ease-in-out;
}
@media (min-width: 1200px) {
.wpml-ls-legacy-dropdown > ul a {
text-align: center;
}
}
.wpml-ls-legacy-dropdown > ul a span {
vertical-align: middle;
}
.wpml-ls-legacy-dropdown > ul .wpml-ls-item-toggle {
position: relative;
background: transparent;
padding: 20px var(--drawer-padding);
font-weight: 350;
font-size: 14px;
border-bottom: 1px solid var(--ultra-light);
}
@media (min-width: 1200px) {
.wpml-ls-legacy-dropdown > ul .wpml-ls-item-toggle {
font-size: 11px;
padding: 15px 10px;
border-bottom: 0;
}
}
.wpml-ls-legacy-dropdown > ul .wpml-ls-item-toggle::after {
content: "";
vertical-align: middle;
display: inline-block;
margin-left: 15px;
transition: transform 250ms ease-in-out;
width: 0;
height: 0;
border-style: solid;
border-width: 4.5px 0 4.5px 6px;
border-color: transparent transparent transparent currentColor;
position: relative !important;
}
@media (min-width: 1200px) {
.wpml-ls-legacy-dropdown > ul .wpml-ls-item-toggle::after {
border-width: 4px 3px 0 3px;
border-color: currentColor transparent transparent transparent;
}
}
.wpml-ls-legacy-dropdown > ul .wpml-ls-sub-menu {
visibility: hidden;
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: calc(var(--drawer-padding) + 60px);
padding: 0;
margin: 0;
list-style-type: none;
z-index: 3;
display: flex;
align-items: center;
}
@media (min-width: 1200px) {
.wpml-ls-legacy-dropdown > ul .wpml-ls-sub-menu {
display: block;
top: 64px;
left: 0;
bottom: auto;
}
}
.wpml-ls-legacy-dropdown > ul .wpml-ls-sub-menu a {
font-size: 14px;
}
@media (min-width: 1200px) {
.wpml-ls-legacy-dropdown > ul .wpml-ls-sub-menu a {
font-size: 11px;
border-top: 1px solid #f5f1ed;
}
}
.wpml-ls-legacy-dropdown > ul .wpml-ls-sub-menu a:focus, .wpml-ls-legacy-dropdown > ul .wpml-ls-sub-menu a:hover {
color: var(--white);
background: var(--accent);
}
.wpml-ls-legacy-dropdown > ul .wpml-ls-flag {
display: inline;
vertical-align: middle;
}
.wpml-ls-legacy-dropdown > ul .wpml-ls-flag + span {
margin-left: 0.4em;
}
.menu__backdrop {
background: #1d1d1b;
inset: 0;
height: 100%;
position: fixed;
z-index: 10;
width: 100%;
visibility: hidden;
opacity: 0;
pointer-events: none;
transition: all 250ms 0ms ease-in-out;
}
.menu__backdrop.active {
pointer-events: all;
opacity: 0.4;
visibility: visible;
transition: all 250ms ease-in-out;
}
.site-header:hover + .menu__backdrop {
pointer-events: all;
opacity: 0.4;
visibility: visible;
transition: all 250ms ease-in-out;
}
.site-subfooter {
z-index: 3;
background: var(--white);
}
.subfooter-ctas {
display: flex;
flex-direction: column;
align-items: center;
position: relative;
margin-left: calc((100% - var(--container-size)) / 2);
margin-right: calc((100% - var(--container-size)) / 2);
}
@media (min-width: 1200px) {
.subfooter-ctas {
justify-content: space-evenly;
flex-direction: row;
}
}
@media (min-width: 1920px) {
.subfooter-ctas {
margin-left: calc((1920px - var(--container-size)) / 2);
margin-right: calc((1920px - var(--container-size)) / 2);
}
}
.subfooter-ctas::before {
content: "";
border: 1px solid var(--ultra-light);
align-self: stretch;
}
.subfooter-cta {
display: flex;
color: inherit;
text-decoration: none;
text-align: center;
gap: 10px;
padding-top: 50px;
padding-bottom: 50px;
flex-direction: column;
align-items: center;
}
@media (min-width: 1200px) {
.subfooter-cta {
width: 50%;
}
}
.subfooter-cta:is(a):hover {
color: inherit;
}
.subfooter-cta:is(a):hover .subfooter-cta__title {
color: var(--accent);
}
.subfooter-cta:is(a):hover .subfooter-cta__title svg {
transform: rotate(45deg);
}
.subfooter-cta:first-child {
order: -1;
}
.subfooter-cta__subtitle {
opacity: 0.4;
font-size: 18px;
font-weight: 350;
line-height: 1.22;
letter-spacing: -1px;
}
@media (max-width: 767px) {
.subfooter-cta__subtitle {
max-width: 23ch;
}
}
.subfooter-cta__title {
color: var(--black);
font-size: 34px;
font-weight: 325;
line-height: 1.17;
letter-spacing: -2px;
display: flex;
align-items: flex-end;
gap: 20px;
transition: color 0.5s var(--transition);
}
@media (max-width: 767px) {
.subfooter-cta__title span span {
display: block;
}
}
@media (min-width: 768px) {
.subfooter-cta__title {
align-items: center;
}
}
.subfooter-cta__title svg {
flex-shrink: 0;
transition: transform 0.5s var(--transition);
margin-top: -6px;
}
@media (min-width: 768px) {
.subfooter-cta__title svg {
margin-top: 0;
}
}
.subfooter-cta__title svg path {
transition: fill 0.5s var(--transition);
fill: currentColor;
}
.subfooter-cta__text {
max-width: 52ch;
}
.site-footer {
background: var(--accent);
color: var(--white);
padding-bottom: 60px;
}
.footer-callout {
display: flex;
flex-direction: column;
margin-bottom: 60px;
}
@media (min-width: 768px) {
.footer-callout {
flex-direction: row;
}
}
.footer-callout__area {
display: flex;
justify-content: space-between;
flex-direction: column;
flex-basis: 50%;
padding-top: 30px;
padding-bottom: 30px;
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
@media (min-width: 1200px) {
.footer-callout__area {
padding-left: 8.33333333%;
}
}
@media (min-width: 1700px) {
.footer-callout__area {
align-items: center;
flex-direction: row;
padding-right: 60px;
}
}
@media (min-width: 768px) {
.footer-callout__area + .footer-callout__area {
padding-left: 30px;
border-left: 1px solid rgba(255, 255, 255, 0.12);
}
}
@media (min-width: 1700px) {
.footer-callout__area + .footer-callout__area {
padding-left: 8.33333333%;
}
}
.footer-callout__area .btn-arrow {
margin-left: 80px;
}
@media (min-width: 768px) {
.footer-callout__area .btn-arrow {
margin-left: 0;
}
}
.footer-callout__title {
display: flex;
align-items: center;
gap: 20px;
margin-bottom: 2px;
}
@media (min-width: 768px) {
.footer-callout__title {
flex-direction: column;
align-items: flex-start;
margin-bottom: 20px;
}
}
@media (min-width: 1200px) {
.footer-callout__title {
align-items: center;
flex-direction: row;
}
}
@media (min-width: 1700px) {
.footer-callout__title {
margin-bottom: 0;
}
}
.footer-callout__title span {
font-size: 24px;
text-transform: uppercase;
letter-spacing: -2px;
}
@media (min-width: 480px) {
.footer-callout__title span {
letter-spacing: -1px;
}
}
.footer-logo {
margin-bottom: 36px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 576px) {
.footer-logo {
margin-left: 0;
margin-right: 0;
}
}
.company-info {
margin-bottom: 20px;
font-size: 14px;
font-weight: 325;
line-height: 18px;
text-align: center;
}
@media (min-width: 576px) {
.company-info {
text-align: left;
}
}
.company-info address {
margin-bottom: 20px;
}
.company-info .street-address,
.company-info .phone {
display: block;
}
.company-info + .btn-arrow {
margin-left: auto;
margin-right: auto;
margin-bottom: 40px;
}
@media (min-width: 576px) {
.company-info + .btn-arrow {
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
}
}
.warranty {
display: flex;
gap: 20px;
justify-content: center;
margin-bottom: 30px;
}
@media (min-width: 576px) {
.warranty {
justify-content: flex-start;
margin-bottom: 0;
}
}
.footer__grid {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 26px 20px;
}
@media (min-width: 1200px) {
.footer__grid {
grid-template-columns: 1fr 1fr 1fr;
}
}
.footer__nav {
list-style: none;
margin: 0;
padding: 0;
}
.footer__nav span {
font-size: 12px;
color: #f4caab;
font-weight: 350;
line-height: 1.33;
margin-bottom: 5px;
display: block;
}
.footer__nav a {
text-decoration: none;
font-size: 12px;
font-weight: 325;
line-height: 1.33;
color: var(--white);
}
.footer__nav a:hover {
text-decoration: underline;
}
.footer__nav--large a {
font-weight: 350;
}
.footer__nav .sub-menu {
padding: 0;
margin: 0;
list-style: none;
}
.footer__bottom {
margin-top: 36px;
}
.legals {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
gap: 10px;
margin-bottom: 20px;
align-items: center;
}
@media (min-width: 576px) {
.legals {
align-items: flex-start;
}
}
@media (min-width: 1700px) {
.legals {
flex-direction: row;
margin-bottom: 0;
}
}
.legals li {
display: flex;
align-items: center;
gap: 10px;
}
@media (min-width: 1700px) {
.legals li + li::before {
background-color: var(--white);
opacity: 0.4;
content: "";
width: 4px;
height: 4px;
border-radius: 50%;
display: block;
}
}
.legals a {
color: var(--white);
font-size: 9px;
font-weight: 350;
line-height: 2;
letter-spacing: 0.5px;
text-transform: uppercase;
text-decoration: none;
}
.legals a:hover {
text-decoration: underline;
}
.legals + .light-text {
text-align: center;
display: block;
}
@media (min-width: 576px) {
.legals + .light-text {
display: inline;
}
}
.footer__nav:nth-child(1) {
grid-row: 1;
grid-column: 1;
}
.footer__nav:nth-child(2) {
grid-row: 2;
grid-column: 1;
}
.footer__nav:nth-child(3) {
grid-row: 3;
grid-column: 1;
}
@media (min-width: 1200px) {
.footer__nav:nth-child(3) {
grid-row: 1;
grid-column: 2;
}
}
.footer__nav:nth-child(4) {
grid-row: 1;
grid-column: 2;
}
@media (min-width: 1200px) {
.footer__nav:nth-child(4) {
grid-row: 2;
grid-column: 2;
}
}
.footer__nav:nth-child(5) {
grid-row: 2;
grid-column: 2;
}
@media (min-width: 1200px) {
.footer__nav:nth-child(5) {
grid-row: 1;
grid-column: 3;
}
}
.footer__nav:nth-child(6) {
grid-row: 3;
grid-column: 2;
}
@media (min-width: 1200px) {
.footer__nav:nth-child(6) {
grid-row: 2;
grid-column: 3;
}
}
.madeby {
display: flex;
gap: 10px;
align-items: center;
margin-top: 10px;
justify-content: center;
}
@media (min-width: 576px) {
.madeby {
justify-content: flex-start;
}
}
@media (min-width: 1200px) {
.madeby {
justify-content: flex-end;
}
} #nav-mobile {
display: block;
}
@media (min-width: 1200px) {
#nav-mobile {
display: none;
}
}
.drawer {
--drawer-padding: 30px;
width: 100%;
left: 0;
height: 100vh;
top: 0;
z-index: 55;
display: flex;
flex-direction: column;
padding: 0;
margin: 0;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
-ms-scroll-chaining: none;
overscroll-behavior: none;
background: var(--mm-color-background);
border-color: var(--mm-color-border);
color: var(--mm-color-text);
line-height: var(--mm-lineheight);
-webkit-tap-highlight-color: var(--mm-color-background-emphasis);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background: var(--white);
transform: translateX(-100%);
transition: all 800ms var(--transition);
}
@media (min-width: 768px) {
.drawer {
--drawer-padding: 60px;
width: 450px;
}
}
.menu--open {
transform: translateX(0);
}
.menu-header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 15px var(--drawer-padding);
border-bottom: 1px solid var(--ultra-light);
}
.menu-right {
display: flex;
display: flex;
gap: 15px;
}
.menu-navbar {
border-bottom: 1px solid var(--ultra-light);
background: var(--ultra-light);
}
.menu-btn--prev {
display: block;
padding: 20px var(--drawer-padding);
font-size: 14px;
font-weight: 350;
line-height: 1.28;
text-transform: uppercase;
text-decoration: none;
position: relative;
padding-left: 84px;
}
.menu-btn--prev::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
margin: auto;
left: var(--drawer-padding);
width: 0;
height: 0;
border-style: solid;
border-width: 4.5px 6px 4.5px 0;
border-color: transparent var(--black) transparent transparent;
}
.menu-hidden {
display: none;
}
.menu-listview {
list-style: none;
display: block;
padding: 0;
margin: 0;
}
.menu-listitem {
display: flex;
flex-wrap: wrap;
position: relative;
padding: 0;
margin: 0;
color: var(--mm-color-text);
border-color: var(--mm-color-border);
}
.menu-listitem__text {
flex-grow: 1;
-ms-flex-preferred-size: 10%;
flex-basis: 10%;
display: block;
padding-left: 20px;
padding-right: 20px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
text-transform: uppercase;
text-decoration: none;
padding: 20px var(--drawer-padding);
color: var(--black);
font-size: 14px;
font-style: normal;
font-weight: 350;
line-height: 1.28;
text-transform: uppercase;
border-bottom: 1px solid var(--ultra-light);
}
.menu-listitem__btn::after {
content: "";
position: absolute;
top: 0;
bottom: 0;
margin: auto;
right: var(--drawer-padding);
width: 0;
height: 0;
border-style: solid;
border-width: 4.5px 0 4.5px 6px;
border-color: transparent transparent transparent var(--black);
}
.menu-panels {
flex-grow: 1;
position: relative;
height: 100%;
overflow: hidden;
background: var(--mm-color-background);
border-color: var(--mm-color-border);
color: var(--mm-color-text);
}
.menu-panel {
--menu-panel-child-offset: 100%;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 1;
-webkit-overflow-scrolling: touch;
overflow: hidden;
overflow-y: auto;
-ms-scroll-chaining: none;
overscroll-behavior: contain;
background: var(--white);
transform: translate3d(var(--menu-panel-child-offset), 0, 0);
transition: transform 800ms var(--transition);
transition-property: transform, inset-inline-start;
padding-bottom: 80px;
}
.menu-panel--opened {
z-index: 2;
transform: translate3d(0, 0, 0);
transition-delay: 0s;
}
.drawer .search__wrapper {
padding-left: var(--drawer-padding);
padding-right: var(--drawer-padding);
padding-top: 20px;
padding-bottom: 20px;
border-bottom: 1px solid var(--ultra-light);
position: relative;
}
@media (min-width: 768px) {
.drawer .search__wrapper {
width: 100%;
}
}
@media (max-width: 1199px) {
.menu-search--active .submenu__block.inspire-submenu__block--magazine {
padding-bottom: 160px;
}
}
.menu {
position: fixed;
top: 80px;
left: 0;
background: var(--white);
width: 100%;
z-index: 15;
transition: opacity 250ms ease-in-out;
}
#nav-desktop {
display: none;
}
@media (min-width: 1200px) {
#nav-desktop {
display: block;
}
}
.submenu-toggle {
position: relative;
}
.submenu-toggle::after {
content: "";
vertical-align: middle;
display: inline-block;
position: relative;
position: relative;
top: -2px;
margin-left: 5px;
border-style: solid;
border-width: 4px 3px 0 3px;
border-color: currentColor transparent transparent transparent;
transition: transform 250ms ease-in-out;
}
.submenu-toggle.active {
color: var(--accent);
}
.submenu-toggle.active::after {
transform: rotate(180deg);
}
.menu .submenu {
display: none;
}
.submenu.show {
display: block;
}
.submenu {
width: 100%;
padding-top: 30px;
padding-bottom: 30px;
}
.submenu__list {
padding: 0;
margin: 0;
list-style-type: none;
display: flex;
justify-content: center;
gap: 25px;
}
.submenu__item + .submenu__item {
border-left: 1px solid rgba(193, 177, 166, 0.4);
padding-left: 25px;
}
.submenu__link {
padding-top: 30px;
padding-bottom: 30px;
text-decoration: none;
font-size: 13px;
font-weight: 350;
line-height: 1.4;
}
.submenu__link.active, .submenu__link:hover {
color: var(--accent);
}
.submenu .wrapper,
.submenu .container {
position: relative;
}
.submenu--inspire {
padding-top: 0;
padding-bottom: 0;
}
.submenu--inspire::after {
content: "";
background-color: var(--ultra-light);
width: calc((100vw - var(--container-size) * 0.833333) / 2 + var(--bs-gutter-x));
position: absolute;
right: 0;
top: 0;
bottom: 0;
pointer-events: none;
z-index: -1;
}
.submenu__grid {
display: grid;
width: 100%;
grid-auto-columns: 1fr;
gap: 0px 40px;
grid-auto-flow: row;
position: relative;
padding: 20px var(--drawer-padding);
}
@media (min-width: 1200px) {
.submenu__grid {
padding: 0;
grid-template-columns: repeat(4, 1fr);
}
}
.inspire-submenu__block {
display: flex;
flex-direction: column;
justify-content: flex-start;
border-bottom: 1px solid var(--ultra-light);
padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 1200px) {
.inspire-submenu__block {
gap: 20px;
border-bottom: 0;
border-right: 1px solid var(--ultra-light);
padding-top: 40px;
padding-bottom: 40px;
}
}
@media (min-width: 1200px) {
.inspire-submenu__block:nth-child(3) {
border-right: 0;
}
}
.inspire-submenu__title {
color: var(--accent);
font-size: 20px;
font-weight: 325;
line-height: 1.5;
letter-spacing: -0.5px;
}
.inspire-submenu__list {
margin: 0;
padding: 0;
list-style: none;
margin-bottom: 10px;
}
.inspire-submenu__list--color {
display: flex;
flex-wrap: wrap;
gap: 10px;
}
@media (min-width: 1200px) {
.inspire-submenu__list--color {
display: block;
}
}
.inspire-submenu__list--color .inspire-submenu__item {
flex-basis: calc(50% - 5px);
display: flex;
align-items: center;
gap: 20px;
}
@media (max-width: 1199px) {
.inspire-submenu__list--color .inspire-submenu__item + .inspire-submenu__item {
margin-top: 0;
}
}
.inspire-submenu__list--color .inspire-submenu__link::before {
display: none;
}
.inspire-submenu__item + .inspire-submenu__item {
margin-top: 15px;
}
.inspire-submenu__link {
font-size: 13px;
font-weight: 350;
line-height: 1.38;
text-decoration: none;
}
.inspire-submenu__link::before {
content: "";
display: inline-block;
vertical-align: middle;
width: 4px;
height: 6px;
margin-right: 10px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 4 6'%3E%3Cpath fill='%23AB5D58' d='M.286 1.51A.894.894 0 0 1 .19.304.773.773 0 0 1 1.325.202l2.381 2.137A.88.88 0 0 1 4 3a.9.9 0 0 1-.066.34.853.853 0 0 1-.228.321L1.325 5.798A.773.773 0 0 1 .19 5.696.894.894 0 0 1 .286 4.49L1.946 3 .286 1.51Z'/%3E%3C/svg%3E");
}
.inspire-submenu__link.active, .inspire-submenu__link:hover {
color: var(--accent);
}
.inspire-submenu__btn-arrow {
margin-top: auto;
}
@media (max-width: 1199px) {
.inspire-submenu__block--magazine {
padding-bottom: 80px;
}
}
.color-circle {
display: block;
width: 38px;
height: 38px;
border-radius: 50%;
box-shadow: 0px 0px 10px rgba(29, 29, 27, 0.12);
}
.color-circle--6804 {
background-color: #fff;
}
.color-circle--6800 {
background-color: #e8dcca;
}
.color-circle--6802 {
background-color: #5b3c11;
}
.color-circle--6801 {
background-color: #9e9e9e;
}
.color-circle--6803 {
background-color: #df6038;
}
.nav-right {
display: none;
align-items: center;
gap: 15px;
}
@media (min-width: 1200px) {
.nav-right {
display: flex;
}
}
@media (min-width: 1440px) {
.nav-right {
gap: 25px;
}
}
.nav-right::after {
content: "";
height: 25px;
border-left: 1px solid rgba(193, 177, 166, 0.4);
}
.nav-right::before {
content: "";
height: 25px;
border-right: 1px solid rgba(193, 177, 166, 0.4);
}
.nav-lang {
display: none;
margin-left: -15px;
padding-right: 60px;
}
@media (min-width: 1200px) {
.nav-lang {
display: block;
}
}
.wp-block-button .wp-block-button__link, .btn-anchor, .button-drawer, .btn-document, .btn-video, .btn-expand, .gfield--input-type-fileupload .ginput_container_fileupload button, .btn-close, .btn-social, .btn-arrow {
border-radius: 4px;
display: inline-block;
font-weight: 350;
font-size: 11px;
line-height: 2;
text-decoration: none;
text-transform: uppercase;
border: 0;
padding: 9px 19px;
appearance: none;
background-color: transparent;
}
.btn-anchor, .btn-document, .btn-video, .btn-expand, .gfield--input-type-fileupload .ginput_container_fileupload button, .btn-close, .btn-arrow {
display: flex;
align-items: center;
justify-content: flex-start;
gap: 12px;
border-radius: 60px;
width: fit-content;
color: var(--black);
border: 1px solid rgba(29, 29, 27, 0.15);
transition: all 500ms var(--transition);
}
.btn-anchor:hover, .btn-document:hover, .btn-video:hover, .btn-expand:hover, .gfield--input-type-fileupload .ginput_container_fileupload button:hover, .btn-close:hover, .btn-arrow:hover {
border-color: var(--accent);
}
@media (min-width: 1200px) {
.btn-anchor, .btn-document, .btn-video, .btn-expand, .gfield--input-type-fileupload .ginput_container_fileupload button, .btn-close, .btn-arrow {
gap: 35px;
}
}
.btn-anchor::after, .btn-document::after, .btn-video::before, .btn-expand::after, .gfield--input-type-fileupload .ginput_container_fileupload button::after, .btn-close::after, .btn-arrow--reverse.btn-arrow--black::before, .btn-arrow--reverse::before, .btn-arrow::after {
display: block;
content: "";
transition: all 500ms var(--transition);
width: 15px;
height: 14px;
background-size: 15px 14px;
}
.btn-arrow::after {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 15 14'%3E%3Cpath fill='%231D1D1B' fill-rule='evenodd' d='M7.391.48A.75.75 0 0 1 8.451.46l3.264 3.132a.75.75 0 1 1-1.038 1.082L7.413 1.541A.75.75 0 0 1 7.39.481Zm6.62 5.97a.75.75 0 0 1 .039 1.06l-5.568 6a.75.75 0 0 1-1.1-1.02l4.399-4.74H1.5a.75.75 0 0 1 0-1.5h12a.758.758 0 0 1-.002 0m.512.2a.747.747 0 0 0-.31-.173l.31.173Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.btn-arrow:hover::after {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 15 14'%3E%3Cpath fill='%23AB5D58' fill-rule='evenodd' d='M7.391.48A.75.75 0 0 1 8.451.46l3.264 3.132a.75.75 0 1 1-1.038 1.082L7.413 1.541A.75.75 0 0 1 7.39.481Zm6.62 5.97a.75.75 0 0 1 .039 1.06l-5.568 6a.75.75 0 0 1-1.1-1.02l4.399-4.74H1.5a.75.75 0 0 1 0-1.5h12a.758.758 0 0 1-.002 0m.512.2a.747.747 0 0 0-.31-.173l.31.173Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.btn-arrow--small {
gap: 10px;
font-size: 10px;
padding-left: 0;
padding-right: 0;
border: 0;
}
.btn-arrow--small::after {
width: 9px;
height: 10px;
background-size: 9px 10px;
}
.btn-arrow--reverse::before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 15 14'%3E%3Cpath fill='%231D1D1B' fill-rule='evenodd' d='M7.61.48A.75.75 0 0 0 6.548.46L3.285 3.59a.75.75 0 0 0 1.038 1.082l3.264-3.132A.75.75 0 0 0 7.61.481ZM.99 6.45a.75.75 0 0 0-.04 1.06l5.568 6a.75.75 0 0 0 1.1-1.02L3.219 7.75H13.5a.75.75 0 1 0 0-1.5h-12a.76.76 0 0 0 .002 0m-.512.2a.747.747 0 0 1 .31-.173l-.31.173Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.btn-arrow--reverse::after {
display: none;
}
.btn-arrow--reverse:hover::before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 15 14'%3E%3Cpath fill='%23AB5D58' fill-rule='evenodd' d='M7.61.48A.75.75 0 0 0 6.548.46L3.285 3.59a.75.75 0 0 0 1.038 1.082l3.264-3.132A.75.75 0 0 0 7.61.481ZM.99 6.45a.75.75 0 0 0-.04 1.06l5.568 6a.75.75 0 0 0 1.1-1.02L3.219 7.75H13.5a.75.75 0 1 0 0-1.5h-12a.76.76 0 0 0 .002 0m-.512.2a.747.747 0 0 1 .31-.173l-.31.173Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.btn-arrow--white, .btn-arrow--to-white {
border-color: var(--white);
background-color: var(--white);
}
.btn-arrow--white:hover, .btn-arrow--to-white:hover {
background-color: var(--white);
color: var(--accent);
border-color: var(--white);
}
.btn-arrow--black {
border-color: var(--black);
background-color: black;
color: var(--white);
}
.btn-arrow--black::after {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 15 14'%3E%3Cpath fill='%23ffffff' fill-rule='evenodd' d='M7.391.48A.75.75 0 0 1 8.451.46l3.264 3.132a.75.75 0 1 1-1.038 1.082L7.413 1.541A.75.75 0 0 1 7.39.481Zm6.62 5.97a.75.75 0 0 1 .039 1.06l-5.568 6a.75.75 0 0 1-1.1-1.02l4.399-4.74H1.5a.75.75 0 0 1 0-1.5h12a.758.758 0 0 1-.002 0m.512.2a.747.747 0 0 0-.31-.173l.31.173Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.btn-arrow--black:hover {
background-color: var(--accent);
color: var(--white);
border-color: var(--accent);
}
.btn-arrow--black:hover::after {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 15 14'%3E%3Cpath fill='%23ffffff' fill-rule='evenodd' d='M7.391.48A.75.75 0 0 1 8.451.46l3.264 3.132a.75.75 0 1 1-1.038 1.082L7.413 1.541A.75.75 0 0 1 7.39.481Zm6.62 5.97a.75.75 0 0 1 .039 1.06l-5.568 6a.75.75 0 0 1-1.1-1.02l4.399-4.74H1.5a.75.75 0 0 1 0-1.5h12a.758.758 0 0 1-.002 0m.512.2a.747.747 0 0 0-.31-.173l.31.173Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.btn-arrow--to-white {
color: var(--white);
background-color: transparent;
border-color: rgba(255, 255, 255, 0.4);
}
.btn-arrow--to-white::after {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 15 14'%3E%3Cpath fill='%23ffffff' fill-rule='evenodd' d='M7.391.48A.75.75 0 0 1 8.451.46l3.264 3.132a.75.75 0 1 1-1.038 1.082L7.413 1.541A.75.75 0 0 1 7.39.481Zm6.62 5.97a.75.75 0 0 1 .039 1.06l-5.568 6a.75.75 0 0 1-1.1-1.02l4.399-4.74H1.5a.75.75 0 0 1 0-1.5h12a.758.758 0 0 1-.002 0m.512.2a.747.747 0 0 0-.31-.173l.31.173Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.btn-arrow--reverse.btn-arrow--black {
border-color: var(--black);
background-color: black;
color: var(--white);
}
.btn-arrow--reverse.btn-arrow--black::before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 15 14'%3E%3Cpath fill='%23ffffff' fill-rule='evenodd' d='M7.61.48A.75.75 0 0 0 6.548.46L3.285 3.59a.75.75 0 0 0 1.038 1.082l3.264-3.132A.75.75 0 0 0 7.61.481ZM.99 6.45a.75.75 0 0 0-.04 1.06l5.568 6a.75.75 0 0 0 1.1-1.02L3.219 7.75H13.5a.75.75 0 1 0 0-1.5h-12a.76.76 0 0 0 .002 0m-.512.2a.747.747 0 0 1 .31-.173l-.31.173Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.btn-arrow--reverse.btn-arrow--black::after {
display: none;
}
.btn-arrow--reverse.btn-arrow--black:hover {
background-color: var(--accent);
color: var(--white);
border-color: var(--accent);
}
.btn-arrow--reverse.btn-arrow--black:hover::before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 15 14'%3E%3Cpath fill='%23ffffff' fill-rule='evenodd' d='M7.61.48A.75.75 0 0 0 6.548.46L3.285 3.59a.75.75 0 0 0 1.038 1.082l3.264-3.132A.75.75 0 0 0 7.61.481ZM.99 6.45a.75.75 0 0 0-.04 1.06l5.568 6a.75.75 0 0 0 1.1-1.02L3.219 7.75H13.5a.75.75 0 1 0 0-1.5h-12a.76.76 0 0 0 .002 0m-.512.2a.747.747 0 0 1 .31-.173l-.31.173Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.socials {
display: inline-flex;
float: right;
gap: 0;
justify-content: flex-end;
align-items: center;
}
.socials.socials--footer {
float: none;
}
.socials__text {
color: var(--black);
font-size: 10px;
font-weight: 350;
margin-top: 3px;
text-transform: uppercase;
}
.socials--white .socials__text {
color: var(--white);
}
.socials--large {
justify-content: flex-start;
gap: 20px;
}
.socials--share {
display: flex;
gap: 10px;
align-items: center;
justify-content: center;
flex-wrap: wrap;
margin-bottom: 20px;
}
.socials--share span {
flex-basis: 100%;
text-align: center;
}
@media (min-width: 1200px) {
.socials--share {
position: sticky;
top: 204px;
z-index: 2;
padding-top: 34px;
}
.socials--share span {
transform: rotate(90deg);
text-align: left;
width: fit-content;
flex-basis: initial;
margin-bottom: 30px;
}
}
.socials--footer {
gap: 10px;
margin-bottom: 20px;
justify-content: center;
}
@media (min-width: 576px) {
.socials--footer {
justify-content: flex-start;
}
}
@media (min-width: 1200px) {
.socials--footer {
margin-bottom: 30px;
}
}
.btn-social {
width: 36px;
height: 36px;
display: flex;
align-items: center;
justify-content: center;
padding: 0;
color: var(--black);
transition: color 250ms ease-in-out;
}
.btn-social svg path {
fill: currentColor;
transition: fill 250ms ease-in-out;
}
.btn-social:hover {
color: var(--accent);
}
.btn-social--white {
color: var(--white);
}
.btn-social--border {
border-radius: 50%;
border: 1px solid rgba(29, 29, 27, 0.15);
width: 60px;
height: 60px;
}
.btn-social--bg-white {
border-radius: 50%;
border: 1px solid var(--white);
padding: 0;
background: var(--white);
color: var(--accent);
transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
}
.btn-social--bg-white:hover {
color: var(--white);
background-color: transparent;
}
.btn-close::after {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 25'%3E%3Cpath fill='%231D1D1B' fill-rule='evenodd' d='M.002 1.915 7.53 9.443 8.944 8.03 1.416.501.002 1.915Zm0 21.17L22.585.501l1.414 1.414L13.414 12.5l10.584 10.585-1.414 1.415L12 13.915 1.417 24.5.003 23.085Z' clip-rule='evenodd'/%3E%3C/svg%3E%0A");
}
.btn-close:hover::after {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 25'%3E%3Cpath fill='%23AB5D58' fill-rule='evenodd' d='M.002 1.915 7.53 9.443 8.944 8.03 1.416.501.002 1.915Zm0 21.17L22.585.501l1.414 1.414L13.414 12.5l10.584 10.585-1.414 1.415L12 13.915 1.417 24.5.003 23.085Z' clip-rule='evenodd'/%3E%3C/svg%3E%0A");
}
.btn-expand::after, .gfield--input-type-fileupload .ginput_container_fileupload button::after {
width: 13px;
height: 14px;
background-size: 13px 14px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 13 14'%3E%3Cpath fill='%231D1D1B' fill-rule='evenodd' d='M5.5 13.5V.5h2V6H13v2H7.5v5.5h-2ZM0 8h4.333V6H0v2Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.btn-expand:hover::after, .gfield--input-type-fileupload .ginput_container_fileupload button:hover::after {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 13 14'%3E%3Cpath fill='%23AB5D58' fill-rule='evenodd' d='M5.5 13.5V.5h2V6H13v2H7.5v5.5h-2ZM0 8h4.333V6H0v2Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.btn-video {
padding: 15px 30px;
gap: 15px;
border-color: var(--white);
background-color: var(--white);
}
.btn-video::before {
width: 13px;
height: 14px;
background-size: 13px 14px;
background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjQyMjMgNC4yMTExNEMxMS44OTY0IDQuOTQ4MTkgMTEuODk2NCA3LjA1MTgxIDEwLjQyMjMgNy43ODg4NUwyLjg5NDQzIDExLjU1MjhDMS41NjQ2MyAxMi4yMTc3IC01LjAxODg2ZS0wNyAxMS4yNTA3IC00LjQwOTc3ZS0wNyA5Ljc2MzkzTC0xLjMyNTc1ZS0wNyAyLjIzNjA3Qy03LjE2NjU1ZS0wOCAwLjc0OTMwMyAxLjU2NDYyIC0wLjIxNzY4OCAyLjg5NDQzIDAuNDQ3MjEzTDEwLjQyMjMgNC4yMTExNFoiIGZpbGw9IiMxRDFEMUIiLz4KPC9zdmc+Cg==");
}
.btn-video:after {
content: none;
}
.btn-video:hover {
background-color: var(--white);
color: var(--accent);
border-color: var(--white);
}
.btn-document {
padding-left: 30px;
padding-right: 30px;
padding-top: 15px;
padding-bottom: 15px;
text-transform: uppercase;
}
.btn-document__title {
display: block;
line-height: 1.09;
margin-bottom: 3px;
}
.btn-document__infos {
display: block;
color: var(--grey-light);
font-size: 10px;
line-height: 1.2;
letter-spacing: 1px;
}
.btn-document::after {
background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='14' fill='%231D1D1B' viewBox='0 0 14 23'%3E%3Cpath d='M13.6 12.1c.3.3.3.8 0 1.1l-3.1 3.3c-.3.3-.8.3-1.1 0-.3-.3-.3-.8 0-1.1l3.1-3.3c.3-.3.8-.3 1.1 0zm-6 6.6c-.3.3-.8.3-1.1 0l-6-5.6c-.3-.3-.3-.7-.1-1.1.3-.3.7-.3 1.1-.1l4.7 4.4V1.7c.1-.4.5-.7.9-.7s.8.3.8.8V18c0 .2-.1.5-.3.7zM.6 21.7h13v1H.6z' /%3E%3C/svg%3E");
background-size: 14px 23px;
height: 23px;
width: 14px;
}
.btn-document:hover .btn-document__infos {
color: rgba(171, 93, 88, 0.6);
}
.btn-document:hover::after {
background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='14' fill='%23AB5D58' viewBox='0 0 14 23'%3E%3Cpath d='M13.6 12.1c.3.3.3.8 0 1.1l-3.1 3.3c-.3.3-.8.3-1.1 0-.3-.3-.3-.8 0-1.1l3.1-3.3c.3-.3.8-.3 1.1 0zm-6 6.6c-.3.3-.8.3-1.1 0l-6-5.6c-.3-.3-.3-.7-.1-1.1.3-.3.7-.3 1.1-.1l4.7 4.4V1.7c.1-.4.5-.7.9-.7s.8.3.8.8V18c0 .2-.1.5-.3.7zM.6 21.7h13v1H.6z' /%3E%3C/svg%3E");
}
.button-drawer {
border-radius: 50%;
width: 52px;
height: 52px;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
background: var(--black);
border: 1px solid var(--black);
}
.button-drawer--border {
background: transparent;
border-color: rgba(29, 29, 27, 0.15);
}
.home .button-drawer, .page-template-template-interior-spaces-subpages .button-drawer, .page-template-template-our-history-and-know-how .button-drawer, .page-template-template-products-list .button-drawer {
background-color: var(--white);
border: 1px solid var(--white);
}
.home .button-drawer svg path, .page-template-template-interior-spaces-subpages .button-drawer svg path, .page-template-template-our-history-and-know-how .button-drawer svg path, .page-template-template-products-list .button-drawer svg path {
stroke: var(--black);
}
.anchors {
display: grid;
gap: 0 40px;
}
@media (min-width: 1200px) {
.anchors {
grid-template-columns: repeat(3, 300px);
}
}
@media (min-width: 1700px) {
.anchors {
grid-template-columns: repeat(3, 340px);
}
}
.btn-anchor {
border-radius: 0;
border: 0;
border-top: 1px solid rgba(29, 29, 27, 0.15);
width: 100%;
justify-content: space-between;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 0;
padding-right: 0;
}
@media (min-width: 768px) {
.btn-anchor {
padding-left: 10px;
padding-right: 10px;
}
}
.btn-anchor::after {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 9 10'%3E%3Cpath fill='%231D1D1B' fill-rule='evenodd' d='M.218 5.506 3.98 9.283c.29.29.76.29 1.05 0l3.752-3.777a.744.744 0 0 0-1.05-1.05L5.17 7.026V1.239C5.17.83 4.84.5 4.43.5s-.74.33-.74.74v5.635L1.268 4.447a.744.744 0 0 0-1.05 1.049v.01Z' clip-rule='evenodd'/%3E%3C/svg%3E%0A");
background-size: 9px 10px;
height: 10px;
width: 9px;
}
.btn-anchor:hover::after {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 9 10'%3E%3Cpath fill='%23AB5D58' fill-rule='evenodd' d='M.218 5.506 3.98 9.283c.29.29.76.29 1.05 0l3.752-3.777a.744.744 0 0 0-1.05-1.05L5.17 7.026V1.239C5.17.83 4.84.5 4.43.5s-.74.33-.74.74v5.635L1.268 4.447a.744.744 0 0 0-1.05 1.049v.01Z' clip-rule='evenodd'/%3E%3C/svg%3E%0A");
}
.anchors {
display: grid;
gap: 0 40px;
}
@media (min-width: 1200px) {
.anchors {
grid-template-columns: repeat(3, 300px);
}
}
@media (min-width: 1700px) {
.anchors {
grid-template-columns: repeat(3, 340px);
}
}
.btn-anchor {
border-radius: 0;
border: 0;
border-top: 1px solid rgba(29, 29, 27, 0.15);
width: 100%;
justify-content: space-between;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 0;
padding-right: 0;
}
@media (min-width: 768px) {
.btn-anchor {
padding-left: 10px;
padding-right: 10px;
}
}
.btn-anchor::after {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 9 10'%3E%3Cpath fill='%231D1D1B' fill-rule='evenodd' d='M.218 5.506 3.98 9.283c.29.29.76.29 1.05 0l3.752-3.777a.744.744 0 0 0-1.05-1.05L5.17 7.026V1.239C5.17.83 4.84.5 4.43.5s-.74.33-.74.74v5.635L1.268 4.447a.744.744 0 0 0-1.05 1.049v.01Z' clip-rule='evenodd'/%3E%3C/svg%3E%0A");
background-size: 9px 10px;
height: 10px;
width: 9px;
}
.btn-anchor:hover::after {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 9 10'%3E%3Cpath fill='%23AB5D58' fill-rule='evenodd' d='M.218 5.506 3.98 9.283c.29.29.76.29 1.05 0l3.752-3.777a.744.744 0 0 0-1.05-1.05L5.17 7.026V1.239C5.17.83 4.84.5 4.43.5s-.74.33-.74.74v5.635L1.268 4.447a.744.744 0 0 0-1.05 1.049v.01Z' clip-rule='evenodd'/%3E%3C/svg%3E%0A");
}
.wp-block-button .wp-block-button__link {
border-radius: 60px;
background-color: var(--accent);
color: var(--white);
border-color: var(--accent);
transition: all 500ms var(--transition);
}
.wp-block-button .wp-block-button__link:hover {
background-color: var(--white);
color: var(--accent);
border-color: var(--white);
}
.cky-btn-revisit-wrapper {
width: 36px !important;
height: 36px !important;
}
.breadcrumb {
--breadcrumb-color: var(--black);
display: flex;
flex-wrap: wrap;
padding: 0;
margin-bottom: 1rem;
font-size: 10px;
font-weight: 350;
list-style: none;
}
.breadcrumb__item + .breadcrumb__item {
padding-left: 7px;
}
.breadcrumb__item + .breadcrumb__item::before {
float: left;
padding-right: 7px;
opacity: 0.4;
content: "•";
}
.breadcrumb__item, .breadcrumb__item a {
color: var(--breadcrumb-color);
}
.breadcrumb--white {
--breadcrumb-color: var(--white);
}
.block-download {
margin-bottom: 55px;
}
.block-download .pretitle {
margin-bottom: 40px;
}
.block-download h4 {
margin-top: 15px;
}
.block-press {
margin-bottom: 80px;
}
.block-press .pretitle {
margin-bottom: 40px;
}
.grid-download {
display: grid;
gap: 0 40px;
}
@media (min-width: 768px) {
.grid-download {
grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 1200px) {
.grid-download {
grid-template-columns: repeat(3, 1fr);
}
}
.grid-download--by-2 {
gap: 0 40px;
}
@media (min-width: 768px) {
.grid-download--by-2 {
grid-template-columns: repeat(2, 1fr);
}
}
.download-item {
--download-color: var(--black);
display: flex;
gap: 20px;
position: relative;
border-top: 1px solid rgba(193, 177, 166, 0.4);
padding-top: 25px;
margin-bottom: 25px;
}
.download-item__image {
overflow: hidden;
border-radius: 10px;
flex-shrink: 0;
height: fit-content;
max-width: 100px;
}
.download-item__link {
position: absolute;
z-index: 1;
inset: 0;
}
.download-item__actions {
right: 0;
z-index: 2;
bottom: -8px;
display: flex;
gap: 15px;
align-items: center;
margin-left: auto;
}
.download-item__title {
font-size: 18px;
font-weight: 325;
line-height: 1.22;
letter-spacing: -0.5px;
transition: color 500ms var(--transition);
color: var(--black);
}
.download-item__infos {
display: flex;
gap: 10px;
}
.download-item__info, .download-item__type {
color: var(--grey-medium);
display: block;
font-size: 10px;
font-weight: 350;
line-height: 2;
letter-spacing: 1px;
text-transform: uppercase;
}
* + .download-item__type::before {
color: var(--black);
padding-right: 10px;
opacity: 0.4;
content: "•";
}
.download-item__icon {
width: 56px;
height: 56px;
display: flex;
justify-content: center;
border: 1px solid rgba(29, 29, 27, 0.15);
border-radius: 50%;
transition: border-color 500ms var(--transition);
}
.download-item__icon svg path {
fill: var(--black);
transition: fill 500ms var(--transition);
}
.download-item__icon:hover {
border-color: var(--accent);
}
.download-item__icon:hover svg path {
fill: var(--accent);
}
.download-item__link:hover ~ .download-item__meta .download-item__title {
color: var(--accent);
}
.download-item__link:hover ~ .download-item__actions .download-item__icon--download {
border-color: var(--accent);
}
.download-item__link:hover ~ .download-item__actions .download-item__icon--download svg path {
fill: var(--accent);
}
.download-item--has-image .download-item__meta {
margin-top: 15px;
}
.download-item--has-image .download-item__actions {
top: 0;
bottom: 0;
display: flex;
justify-content: center;
align-items: center;
}
.download-item--bim {
padding: 0;
margin: 0;
border-top: 0;
}
.download-item--bim .download-item__title {
color: var(--black);
font-size: 18px;
font-weight: 350;
line-height: 1.22;
letter-spacing: -0.5px;
}
.download-item--bim .download-item__meta {
margin-top: 10px;
display: flex;
flex-direction: column;
padding-right: 0;
}
.download-item--bim .form-switch {
margin-top: auto;
}
.scrollspy-nav ul {
margin: 0;
padding: 0;
list-style: none;
text-align: left;
}
.scrollspy-nav a {
font-size: 13px;
font-weight: 325;
line-height: 1.54;
text-decoration: none;
display: block;
margin-bottom: 10px;
position: relative;
}
.scrollspy-nav a:before {
content: "";
left: -31px;
border-left: 3px solid var(--accent);
width: 3px;
height: 20px;
top: 3px;
display: block;
position: absolute;
opacity: 0;
transition: opacity 500ms var(--transition);
}
@media (min-width: 1200px) {
.scrollspy-nav a {
max-width: 22ch;
}
}
.scrollspy-nav a.active {
color: var(--accent);
}
.scrollspy-nav a.active::before {
opacity: 1;
}
.page-template-template-pose-myself { }
.page-template-template-pose-myself .sidebar {
top: 320px;
z-index: 1;
margin-left: auto;
margin-right: auto;
margin-bottom: -222px;
margin-top: 72px;
}
.page-template-template-pose-myself .sidebar .sidebar-content {
margin-left: 0;
}
@media (max-width: 1199px) {
.page-template-template-pose-myself .sidebar {
text-align: center;
padding: 0;
top: 0;
background: var(--white);
position: relative;
margin: 0px 0 !important;
padding: 0 0 30px;
min-width: 100%;
}
.page-template-template-pose-myself .sidebar .sidebar-content {
margin: 0 auto;
}
}
.tooltip {
position: relative;
}
.tooltip::before {
content: attr(data-tooltip);
position: absolute;
background-color: var(--white);
color: var(--grey);
padding: 5px;
border-radius: 10px;
z-index: 1;
display: none;
width: 240px;
bottom: calc(100% + 10px);
padding: 20px;
font-size: 14px;
font-weight: 325;
line-height: 1.4;
box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.15);
}
.tooltip::after {
display: none;
position: absolute;
content: "";
width: 0;
height: 0;
border: 10px solid transparent;
z-index: 1;
border-top-color: var(--white);
left: calc(50% - 10px);
bottom: calc(100% - 10px);
} .tooltip:hover::before,
.tooltip:hover::after {
display: block;
}
.tint-item.tooltip::before {
color: var(--black);
bottom: 50px;
left: 10px;
padding: 10px 20px;
border-radius: 60px;
width: fit-content;
}
.tint-item.tooltip::after {
left: 60px;
bottom: 30px;
}
.tint-item.tooltip.active::before {
display: none;
}
.tint-item.tooltip.active:hover::before {
display: block;
}
.faq-block {
margin-bottom: 50px;
}
.faq {
border-top: 1px solid rgba(193, 177, 166, 0.4);
position: relative;
}
.faq__title {
display: block;
position: relative;
cursor: pointer;
padding: 30px 0;
padding-right: 80px;
font-size: 20px;
font-weight: 325;
line-height: 1.5;
letter-spacing: -0.5px;
margin-bottom: 0;
color: var(--black);
}
.faq__title::after {
content: "";
position: absolute;
z-index: 2;
right: 20px;
top: 30px;
transition: background-image 0.5s var(--transition);
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 30 30'%3E%3Cpath fill='%231D1D1B' fill-rule='evenodd' d='M14 30V0h2v14h14v2H16v14h-2ZM0 16h10v-2H0v2Z' clip-rule='evenodd'/%3E%3C/svg%3E");
width: 30px;
height: 30px;
background-size: 30px 30px;
}
@media (min-width: 1200px) {
.faq__title {
padding: 30px 20px;
}
}
.faq[open] .faq__title::after {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 30 30'%3E%3Cpath fill='%231D1D1B' fill-rule='evenodd' d='M30 15.999H0v-2h30v2Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.faq__content {
padding-right: 20px;
}
.faq__content p {
margin-bottom: 30px;
}
@media (min-width: 768px) {
.faq__content {
padding-left: 20px;
padding-right: 80px;
}
}
.faq__button {
position: absolute;
}
.pagination-wrapper {
border-top: 1px solid rgba(193, 177, 166, 0.4);
margin-top: 60px;
}
@media (min-width: 1200px) {
.pagination-wrapper {
margin-top: 80px;
}
}
.pagination,
.facetwp-pager {
--pager-text-color: #103044;
--pager-background-color: var(--color-accent);
display: flex;
padding-left: 0;
list-style: none;
justify-content: center;
flex-wrap: wrap;
margin-top: 30px;
width: 100%;
}
.pagination .page-item:first-of-type,
.pagination .facetwp-page:first-of-type,
.facetwp-pager .page-item:first-of-type,
.facetwp-pager .facetwp-page:first-of-type {
margin-right: auto;
}
.pagination .page-item:first-of-type .page-link::after,
.pagination .facetwp-page:first-of-type .page-link::after,
.facetwp-pager .page-item:first-of-type .page-link::after,
.facetwp-pager .facetwp-page:first-of-type .page-link::after {
display: none;
}
.pagination .page-item:last-of-type,
.pagination .facetwp-page:last-of-type,
.facetwp-pager .page-item:last-of-type,
.facetwp-pager .facetwp-page:last-of-type {
margin-left: auto;
}
.pagination .page-item:last-of-type .page-link::after,
.pagination .facetwp-page:last-of-type .page-link::after,
.facetwp-pager .page-item:last-of-type .page-link::after,
.facetwp-pager .facetwp-page:last-of-type .page-link::after {
display: none;
}
.page-link,
.facetwp-page {
position: relative;
display: block;
line-height: 1.25;
transition: opacity 500ms;
text-align: center;
color: var(--pager-text-color);
text-decoration: none;
color: var(--black);
font-size: 10px;
font-style: normal;
font-weight: 350;
line-height: 22px;
padding-left: 8px;
padding-right: 8px;
position: relative;
text-transform: uppercase;
}
.page-link::after,
.facetwp-page::after {
position: absolute;
content: "";
display: block;
bottom: -5px;
width: 5px;
height: 5px;
background-color: var(--accent);
border-radius: 50%;
z-index: 1;
opacity: 0;
transition: opacity 0.5s var(--transition);
}
.page-link:hover,
.facetwp-page:hover {
z-index: 2;
text-decoration: none;
color: var(--accent);
}
.page-link:hover::after,
.facetwp-page:hover::after {
opacity: 1;
}
.page-link:focus,
.facetwp-page:focus {
z-index: 3;
}
.page-link--prev, .page-link--next,
.facetwp-page--prev,
.facetwp-page--next {
display: flex;
gap: 10px;
align-items: center;
}
.page-item.active .page-link {
z-index: 3;
color: var(--accent);
}
.page-item.active .page-link::after {
opacity: 1;
}
.page-item.disabled .page-link {
color: var(--grey-medium);
pointer-events: none;
cursor: auto;
}
.facetwp-page.active {
z-index: 3;
color: var(--accent);
}
.facetwp-page.active::after {
opacity: 1;
}
form {
--form-bg: var(--ultra-light);
}
form.form--white {
--form-bg: var(--white);
}
fieldset legend,
label {
color: var(--black);
font-size: 14px;
font-weight: 325;
line-height: 1.57;
}
fieldset legend span,
label span {
color: var(--accent);
margin-left: 2px;
}
fieldset {
margin-bottom: 40px;
}
fieldset legend {
font-weight: 350;
margin-bottom: 10px;
}
.gfield--type-checkbox .ginput_container_checkbox .gfield_checkbox,
.fieldset-grid .fieldset__inner {
display: grid;
gap: 10px;
}
@media (min-width: 1200px) {
.gfield--type-checkbox .ginput_container_checkbox .gfield_checkbox,
.fieldset-grid .fieldset__inner {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
grid-template-rows: repeat(3, auto);
grid-auto-flow: column;
gap: 20px 40px;
width: fit-content;
}
}
fieldset .fieldset__inner {
display: flex;
gap: 40px;
}
.ginput_container_consent,
.gchoice,
.form-check {
display: block;
min-height: 1.5rem;
padding-left: 35px;
margin-bottom: 0.125rem;
}
.ginput_container_consent input,
.gchoice .gfield-choice-input,
.form-check .form-check-input {
float: left;
margin-left: -35px;
}
.ginput_container_consent input:checked,
.gchoice .gfield-choice-input:checked,
.form-check-input:checked {
background-color: var(--accent);
border-color: var(--form-bg);
}
.ginput_container_consent input,
.gfield-choice-input,
.form-check-input {
border-radius: 5px;
width: 20px;
height: 20px;
vertical-align: top;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: transparent;
background-image: var(--form-check-bg-image);
background-repeat: no-repeat;
background-position: center;
background-size: 0.75em 0.75em;
-webkit-print-color-adjust: exact;
color-adjust: exact;
print-color-adjust: exact;
border: 4px solid transparent;
box-shadow: 0 0 0 1px rgba(193, 177, 166, 0.4);
margin-right: 15px;
}
.gfield-choice-input[type=checkbox],
.form-check-input[type=checkbox] {
border-radius: 0.25em;
}
.gfield-choice-input[type=radio],
.form-check-input[type=radio] {
border-radius: 50%;
}
.gfield--type-phone,
.gfield--type-email,
.gfield--type-text,
.gfield--type-textarea,
.input-group {
position: relative;
margin-bottom: 20px;
}
.gfield--type-phone label,
.gfield--type-email label,
.gfield--type-text label,
.gfield--type-textarea label,
.input-group label {
position: absolute;
background: var(--form-bg);
top: -11px;
left: 10px;
font-size: 14px;
z-index: 2;
font-weight: 350;
line-height: 22px;
padding-left: 10px;
padding-right: 10px;
}
.gfield--type-phone input,
.gfield--type-phone textarea,
.gfield--type-phone .form-control,
.gfield--type-email input,
.gfield--type-email textarea,
.gfield--type-email .form-control,
.gfield--type-text input,
.gfield--type-text textarea,
.gfield--type-text .form-control,
.gfield--type-textarea input,
.gfield--type-textarea textarea,
.gfield--type-textarea .form-control,
.input-group input,
.input-group textarea,
.input-group .form-control {
background: transparent;
border: 1px solid rgba(193, 177, 166, 0.4);
border-radius: 5px;
height: 58px;
width: 100%;
padding-left: 20px;
padding-right: 20px;
}
.gfield--type-phone input:focus,
.gfield--type-phone textarea:focus,
.gfield--type-phone .form-control:focus,
.gfield--type-email input:focus,
.gfield--type-email textarea:focus,
.gfield--type-email .form-control:focus,
.gfield--type-text input:focus,
.gfield--type-text textarea:focus,
.gfield--type-text .form-control:focus,
.gfield--type-textarea input:focus,
.gfield--type-textarea textarea:focus,
.gfield--type-textarea .form-control:focus,
.input-group input:focus,
.input-group textarea:focus,
.input-group .form-control:focus {
border-color: var(--black);
}
.gfield--type-phone.gfield_error input,
.gfield--type-phone.gfield_error textarea,
.gfield--type-phone.gfield_error .form-control,
.gfield--type-email.gfield_error input,
.gfield--type-email.gfield_error textarea,
.gfield--type-email.gfield_error .form-control,
.gfield--type-text.gfield_error input,
.gfield--type-text.gfield_error textarea,
.gfield--type-text.gfield_error .form-control,
.gfield--type-textarea.gfield_error input,
.gfield--type-textarea.gfield_error textarea,
.gfield--type-textarea.gfield_error .form-control,
.input-group.gfield_error input,
.input-group.gfield_error textarea,
.input-group.gfield_error .form-control {
border-color: var(--red);
}
.gfield--type-checkbox.gfield_error input,
.gfield--type-checkbox.gfield_error textarea,
.gfield--type-checkbox.gfield_error .form-control,
.gfield--type-radio.gfield_error input,
.gfield--type-radio.gfield_error textarea,
.gfield--type-radio.gfield_error .form-control,
.gfield--type-consent.gfield_error input,
.gfield--type-consent.gfield_error textarea,
.gfield--type-consent.gfield_error .form-control {
border-width: 1px !important;
border-color: var(--red);
}
.gfield_validation_message {
color: var(--red);
}
.form-row {
margin-bottom: 20px;
}
.gfield--type-textarea textarea {
min-height: 160px;
padding-top: 15px;
}
.input-group--upload {
margin-top: 30px;
}
.input-group--upload .form-control {
border-style: dashed;
height: 184px;
padding-top: 40px;
padding-bottom: 40px;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}
.input-group--upload .form-control > span {
color: #5d5c5c;
text-align: center;
display: block;
font-size: 14px;
font-style: normal;
font-weight: 325;
line-height: 26px;
margin-bottom: 10px;
}
.input-group--upload .form-control input {
position: absolute;
top: 0;
right: 0;
margin: 0;
padding: 0;
font-size: 20px;
cursor: pointer;
opacity: 0;
filter: alpha(opacity=0);
width: 100%;
height: 100%;
}
.input-group--upload .form-control input::-webkit-file-upload-button {
cursor: pointer !important;
height: 100%;
width: 100%;
}
.ginput_counter {
font-size: 14px;
}
.gfield--input-type-fileupload {
background: transparent;
border: 1px solid rgba(193, 177, 166, 0.4);
padding-left: 20px;
padding-right: 20px;
border-style: dashed;
padding-top: 40px;
padding-bottom: 30px;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
position: relative;
}
.gfield--input-type-fileupload label {
position: absolute;
background: var(--form-bg);
top: -11px;
left: 10px;
font-size: 14px;
z-index: 2;
font-weight: 350;
line-height: 22px;
padding-left: 10px;
padding-right: 10px;
}
.gfield--input-type-fileupload > div {
color: #5d5c5c;
text-align: center;
display: block;
font-size: 14px;
font-style: normal;
font-weight: 325;
line-height: 26px;
margin-bottom: 10px;
}
.gfield--input-type-fileupload > div .gform_drop_instructions {
display: none;
}
.gfield--input-type-fileupload > div.gfield_description {
margin-bottom: 0;
}
.gfield--input-type-fileupload .ginput_container_fileupload {
display: flex;
flex-direction: column-reverse;
}
.gfield--input-type-fileupload .ginput_container_fileupload ul {
display: none;
}
.gfield--input-type-fileupload .ginput_container_fileupload button {
margin: 10px auto 0;
}
.gfield--input-type-fileupload .ginput_preview {
display: flex;
gap: 10px;
}
.gfield--input-type-fileupload .ginput_preview .gform_delete_file {
border-radius: 4px;
display: inline-block;
font-weight: 350;
font-size: 11px;
line-height: 2;
text-decoration: none;
text-transform: uppercase;
border: 1px solid rgba(29, 29, 27, 0.15);
appearance: none;
background-color: transparent;
}
.gfield--input-type-fileupload .ginput_preview .gfield_fileupload_filename {
font-weight: 600;
}
.form-switch {
padding-left: 2.5em;
width: fit-content;
}
.form-switch .form-check-input {
--form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3'  fill='%231d1d1b'/%3e%3c/svg%3e");
width: 30px;
height: 16px;
margin-left: -2.5em;
background-color: transparent;
background-image: var(--form-switch-bg);
background-size: 10px 10px;
border: 1px solid var(--grey-medium);
background-position: 2.5px center;
border-radius: 60px;
transition: background-position 0.15s ease-in-out;
cursor: pointer;
margin-top: 0.25em;
}
@media (prefers-reduced-motion: reduce) {
.form-switch .form-check-input {
transition: none;
}
}
.form-switch .form-check-input:checked {
background-color: var(--accent);
border-color: var(--accent);
background-position: calc(100% - 2.5px) center;
--form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked + .form-check-label {
color: var(--accent);
}
.form-switch .form-check-label {
cursor: pointer;
font-size: 11px;
font-weight: 350;
line-height: 1.8;
letter-spacing: 1px;
text-transform: uppercase;
user-select: none;
}
.form-switch:hover .form-check-label {
color: var(--accent);
}
.facetwp-facet {
margin: 0 !important;
}
.facetwp-facet .fs-wrap {
margin-top: 8px;
}
.facetwp-type-fselect .fs-label-wrap {
background: transparent;
border: none;
border-bottom: 1px solid rgba(29, 29, 27, 0.2);
border-radius: 0;
height: 54px;
width: 100%;
padding-left: 0px;
line-height: 42px;
cursor: pointer;
position: relative;
font-size: 11px;
font-style: normal;
font-weight: 350;
letter-spacing: 1px;
text-transform: uppercase;
}
.facetwp-type-fselect .fs-label-wrap .fs-label {
padding-left: 0;
}
.facetwp-type-fselect .fs-label-wrap .fs-arrow {
border-top: 5px solid var(--black);
}
.facetwp-type-fselect .fs-dropdown {
width: calc(100% + 2px);
padding: 0;
list-style: none;
cursor: pointer;
background: var(--form-bg);
outline: none;
transition: all 0.5s var(--transition);
border: 1px solid #e0d8d0;
border-radius: 5px;
border-top-left-radius: 0;
border-top-right-radius: 0;
overflow: auto;
}
.facetwp-type-fselect .fs-dropdown .fs-search {
display: none !important;
}
.facetwp-type-fselect .fs-options {
max-height: none !important;
}
.facetwp-type-fselect .fs-options .fs-option {
padding: 10px 20px;
transition: all 0.25s var(--transition);
color: var(--black);
border-top: 1px solid rgba(193, 177, 166, 0.4);
font-size: 14px;
font-weight: 325;
line-height: 28px;
}
.facetwp-type-fselect .fs-options .fs-option:first-of-type {
border-top: 0;
}
.facetwp-type-fselect .fs-options .fs-option:hover,
.facetwp-type-fselect .fs-options .fs-option.selected {
color: white;
background: var(--accent) !important;
}
.select {
height: 56px;
background: transparent;
border: 1px solid rgba(193, 177, 166, 0.4);
border-radius: 5px;
height: 58px;
width: 100%;
position: relative;
}
.select::before {
content: "";
position: absolute;
right: 20px;
top: 28px;
z-index: 2;
width: 0;
height: 0;
border-style: solid;
border-width: 6px 4.5px 0 4.5px;
border-color: var(--black) transparent transparent transparent;
pointer-events: none;
transition: all 0.3s linear;
}
.select input {
width: 100%;
height: 100%;
background: transparent;
border-radius: 5px;
padding-left: 20px;
padding-right: 20px;
cursor: pointer;
border: none;
outline: none;
font-size: 14px;
color: var(--black);
position: absolute;
top: 0;
left: 0;
user-select: none;
}
.select .options {
width: calc(100% + 2px);
padding: 0;
list-style: none;
cursor: pointer;
background: var(--form-bg);
left: -1px;
outline: none;
overflow: hidden;
position: absolute;
top: 56px;
transition: all 0.5s var(--transition);
z-index: 3;
border: 1px solid #e0d8d0;
opacity: 0;
visibility: hidden;
border-radius: 5px;
border-top-left-radius: 0;
border-top-right-radius: 0;
pointer-events: none;
max-height: 300px;
overflow: auto;
}
.select .options .option {
padding: 10px 20px;
transition: all 0.25s var(--transition);
color: var(--black);
border-top: 1px solid rgba(193, 177, 166, 0.4);
font-size: 14px;
font-weight: 325;
line-height: 28px;
}
.select .options .option:first-of-type {
border-top: 0;
}
.select .options .option.selected,
.select .options .option:hover {
color: white;
background: var(--accent);
}
.select.opened,
.select.opened input {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.select.opened .options {
opacity: 1;
visibility: visible;
transform: translateY(0);
pointer-events: all;
}
.select.opened::before {
transform: rotate(-180deg);
border-color: var(--accent) transparent transparent transparent;
}
.select--filter {
border-top: 0;
border-left: 0;
border-right: 0;
border-radius: 0;
}
.select--filter input {
color: var(--black);
font-size: 11px;
font-weight: 350;
line-height: 1.8;
letter-spacing: 1px;
text-transform: uppercase;
}
.select--filter input::placeholder {
color: var(--black);
}
.select--filter--item {
border-bottom: 0;
border-top: 1px solid rgba(193, 177, 166, 0.4);
}
.select--filter--item::before {
border: 0;
width: 9px;
height: 9px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 9 10'%3E%3Cpath fill='%231D1D1B' fill-rule='evenodd' d='M.218 5.506 3.98 9.283c.29.29.76.29 1.05 0l3.752-3.777a.744.744 0 0 0-1.05-1.05L5.17 7.026V1.239C5.17.83 4.84.5 4.43.5s-.74.33-.74.74v5.635L1.268 4.447a.744.744 0 0 0-1.05 1.049v.01Z' clip-rule='evenodd'/%3E%3C/svg%3E");
background-size: 9px 9px;
}
.gfield--type-consent legend {
display: none;
}
.form-footer {
display: flex;
justify-content: space-between;
gap: 30px;
margin-top: 40px;
flex-direction: column;
}
.form-footer .form-legend {
align-self: flex-end;
font-size: 12px;
font-weight: 325;
line-height: 12px;
color: var(--grey);
}
.form-footer .form-legend span {
color: var(--accent);
}
@media (min-width: 768px) {
.form-footer {
margin-bottom: 40px;
flex-direction: row;
}
}
@media (min-width: 1200px) {
.gform_footer.top_label button {
margin-left: auto;
}
}
.form-wrapper {
background: var(--white);
border-radius: 25px;
border: 1px #f0ebe7 solid;
position: relative;
}
.form-wrapper--has-steps {
margin-top: 150px;
}
.form-wrapper__header {
padding-top: 40px;
border-bottom: 1px #f0ebe7 solid;
}
.form-wrapper__content {
border-top: 5px solid rgba(245, 241, 237, 0.4);
padding: 40px 20px;
}
@media (min-width: 768px) {
.form-wrapper__content {
padding: 40px;
}
}
@media (min-width: 1200px) {
.form-wrapper__content {
padding: 40px 80px;
}
}
.form-wrapper::after {
position: absolute;
height: 20px;
bottom: -20px;
left: 0;
right: 0;
margin: auto;
display: block;
content: "";
width: calc(100% - 60px);
border-radius: 0px 0px 20px 20px;
background: var(--orsol-greige-light, #f0ebe7);
}
.form-filters {
display: flex;
flex-direction: column;
margin-bottom: 20px;
gap: 20px;
}
@media (min-width: 768px) {
.form-filters {
flex-direction: row;
align-items: center;
}
}
.form-filters > span {
flex-shrink: 0;
color: var(--black);
font-size: 18px;
font-style: normal;
font-weight: 325;
line-height: 1.77;
letter-spacing: -0.5px;
}
.gform_wrapper.gravity-theme .gform_fields {
grid-column-gap: 2%;
grid-row-gap: 16px;
display: grid;
grid-template-columns: repeat(12, 1fr);
grid-template-rows: repeat(auto-fill, auto);
width: 100%;
}
.gform_wrapper.gravity-theme .gfield {
-ms-grid-column-span: 12;
grid-column: span 12;
}
.gform_wrapper.gravity-theme .gfield.gfield--width-half {
-ms-grid-column-span: 12;
grid-column: span 12;
}
@media (min-width: 768px) {
.gform_wrapper.gravity-theme .gfield.gfield--width-half {
-ms-grid-column-span: 6;
grid-column: span 6;
}
}
.gform_page_footer.top_label {
display: flex;
gap: 20px;
justify-content: flex-end;
}
.hidden_label .gfield_label {
position: absolute;
overflow: hidden;
clip: rect(0, 0, 0, 0);
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
white-space: nowrap;
border: 0;
}
.radio-horizontal .gfield_radio {
display: flex;
gap: 40px;
}
#field_5_36 {
margin-bottom: 0;
}
.gform_validation_errors {
display: none;
background: #e7afa7;
padding: 20px;
border-radius: 20px;
color: var(--black);
}
.gform_validation_errors h2 {
font-family: var(--font-sans-serif);
color: var(--black);
font-weight: 325;
font-size: 24px;
margin-bottom: 1rem;
}
.gform_validation_errors {
font-size: 13px;
}
.gfield_validation_message {
position: absolute;
bottom: -5px;
background: white;
left: 10px;
padding: 0 7px;
font-size: 13px;
}
.ginput_container_radio + .gfield_validation_message {
position: relative;
bottom: 0;
left: 0;
}
.gform_required_legend {
position: absolute;
bottom: 30px;
font-size: 12px;
}
.gform_required_legend span {
color: var(--accent);
}
.gform_ajax_spinner {
margin-left: auto;
margin-right: auto;
width: 50px;
}
.form-wrapper .gform-body {
position: relative;
}
.form-wrapper h4 {
font-family: var(--font-sans-serif);
color: var(--black);
font-size: 24px;
font-weight: 325;
line-height: 1.4;
letter-spacing: -0.5px;
margin-bottom: 20px;
}
.form-wrapper h6 {
border-bottom: 1px dashed rgba(193, 177, 166, 0.4);
padding-bottom: 15px;
}
.form-wrapper .gotrgf_form_overview_container > .gotrgf_summary_title {
border-bottom: 0;
padding: 0;
}
.form-wrapper .gotrgf_form_container {
flex-direction: column !important;
margin-top: 0;
}
.form-wrapper .gotrgf_summary_wrapper,
.form-wrapper .gotrgf_form_wrapper {
width: 100% !important;
}
.form-wrapper .gfield--input-type-gotrgf_live_summary_field .gfield_label.gform-field-label {
font-family: var(--font-sans-serif);
color: var(--black);
font-size: 24px;
font-weight: 325;
line-height: 1.4;
letter-spacing: -0.5px;
margin-bottom: 20px;
}
.form-wrapper .gfield--input-type-gotrgf_live_summary_field .gotrgf_form_overview_container {
box-shadow: none !important;
}
.form-wrapper .gfield--input-type-gotrgf_live_summary_field .gotrgf_form_overview_container > .gotrgf_summary_lines > .gotrgf_summary_line:not(:last-child) {
border: 0;
}
.form-wrapper .gotrgf_form_overview_container {
border: 0;
height: 100%;
border-radius: 0;
padding: 0;
margin-bottom: 40px;
}
.form-wrapper .gotrgf_form_overview_container > .gotrgf_summary_lines > .gotrgf_summary_line > .gotrgf_line_part_left,
.form-wrapper .gotrgf_form_overview_container > .gotrgf_summary_lines > .gotrgf_summary_line > .gotrgf_line_part_right {
font-weight: 325;
text-align: left !important;
color: #5d5c5c;
font-size: 14px;
font-style: normal;
line-height: 26px;
}
.form-wrapper .gotrgf_summary_lines > .gotrgf_summary_line > .gotrgf_line_part_left,
.form-wrapper .gotrgf_summary_lines > .gotrgf_summary_line > .gotrgf_line_part_right {
width: 100%;
}
.form-wrapper #gsline_4_17,
.form-wrapper #gsline_4_16,
.form-wrapper #gsline_4_19,
.form-wrapper #gsline_4_18,
.form-wrapper #gsline_4_26,
.form-wrapper #gsline_11_17,
.form-wrapper #gsline_11_16,
.form-wrapper #gsline_11_19,
.form-wrapper #gsline_11_18,
.form-wrapper #gsline_11_26 {
display: block;
}
.form-wrapper #gsline_4_17 .gotrgf_line_part_left,
.form-wrapper #gsline_4_16 .gotrgf_line_part_left,
.form-wrapper #gsline_4_19 .gotrgf_line_part_left,
.form-wrapper #gsline_4_18 .gotrgf_line_part_left,
.form-wrapper #gsline_4_26 .gotrgf_line_part_left,
.form-wrapper #gsline_11_17 .gotrgf_line_part_left,
.form-wrapper #gsline_11_16 .gotrgf_line_part_left,
.form-wrapper #gsline_11_19 .gotrgf_line_part_left,
.form-wrapper #gsline_11_18 .gotrgf_line_part_left,
.form-wrapper #gsline_11_26 .gotrgf_line_part_left {
display: none;
}
.form-wrapper #gsline_4_17 .gotrgf_line_part_right,
.form-wrapper #gsline_4_16 .gotrgf_line_part_right,
.form-wrapper #gsline_4_19 .gotrgf_line_part_right,
.form-wrapper #gsline_4_18 .gotrgf_line_part_right,
.form-wrapper #gsline_4_26 .gotrgf_line_part_right,
.form-wrapper #gsline_11_17 .gotrgf_line_part_right,
.form-wrapper #gsline_11_16 .gotrgf_line_part_right,
.form-wrapper #gsline_11_19 .gotrgf_line_part_right,
.form-wrapper #gsline_11_18 .gotrgf_line_part_right,
.form-wrapper #gsline_11_26 .gotrgf_line_part_right {
width: auto;
}
.form-wrapper #gsline_4_26,
.form-wrapper #gsline_11_26 {
margin-bottom: 20px;
}
#field_4_49,
#field_11_51 {
display: grid;
grid-template-columns: 35% 65%;
gap: 0px 40px;
position: absolute;
width: 100%;
top: 60px;
}
#field_4_48 label,
#field_11_48 label {
margin-bottom: 75px;
}
.gotrgf_form_overview_container .gotrgf_summary_lines {
display: grid;
grid-template-columns: 35% 65%;
grid-template-rows: repeat(4, auto);
gap: 0px 40px;
}
.gotrgf_form_overview_container .gotrgf_summary_lines #gsline_4_17,
.gotrgf_form_overview_container .gotrgf_summary_lines #gsline_11_17 {
grid-area: 1/1/2/2;
}
.gotrgf_form_overview_container .gotrgf_summary_lines #gsline_4_16,
.gotrgf_form_overview_container .gotrgf_summary_lines #gsline_11_16 {
grid-area: 2/1/3/2;
}
.gotrgf_form_overview_container .gotrgf_summary_lines #gsline_4_19,
.gotrgf_form_overview_container .gotrgf_summary_lines #gsline_11_19 {
grid-area: 3/1/4/2;
}
.gotrgf_form_overview_container .gotrgf_summary_lines #gsline_4_18,
.gotrgf_form_overview_container .gotrgf_summary_lines #gsline_11_18 {
grid-area: 4/1/5/2;
}
.gotrgf_form_overview_container .gotrgf_summary_lines #gsline_4_26,
.gotrgf_form_overview_container .gotrgf_summary_lines #gsline_11_26 {
grid-area: 5/1/6/2;
}
.gotrgf_form_overview_container .gotrgf_summary_lines #gsline_4_33,
.gotrgf_form_overview_container .gotrgf_summary_lines #gsline_11_33 {
grid-area: 1/2/2/3;
}
.gotrgf_form_overview_container .gotrgf_summary_lines #gsline_4_34,
.gotrgf_form_overview_container .gotrgf_summary_lines #gsline_11_34 {
grid-area: 2/2/3/3;
}
.gotrgf_form_overview_container .gotrgf_summary_lines #gsline_4_35,
.gotrgf_form_overview_container .gotrgf_summary_lines #gsline_11_35 {
grid-area: 3/2/4/3;
}
.gotrgf_form_overview_container .gotrgf_summary_lines #gsline_4_36,
.gotrgf_form_overview_container .gotrgf_summary_lines #gsline_11_36 {
grid-area: 4/2/5/3;
}
.gotrgf_form_overview_container .gotrgf_summary_lines #gsline_4_37,
.gotrgf_form_overview_container .gotrgf_summary_lines #gsline_11_37 {
grid-area: 5/2/6/3;
}
.gotrgf_form_overview_container .gotrgf_summary_lines #gsline_4_21,
.gotrgf_form_overview_container .gotrgf_summary_lines #gsline_11_21 {
grid-area: 6/2/7/3;
}
.gotrgf_form_overview_container .gotrgf_summary_lines #gsline_4_39,
.gotrgf_form_overview_container .gotrgf_summary_lines #gsline_11_39 {
grid-area: 7/2/8/3;
}
.gotrgf_form_overview_container .gotrgf_summary_lines .gotrgf_summary_line {
display: grid !important;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
padding: 0 !important;
}
.ginput_container_gotrgf_live_summary_field > .gotrgf_form_overview_container > .gotrgf_summary_lines > .gotrgf_summary_line > .gotrgf_line_part_left {
width: auto !important;
}
#field_11_49 ul {
margin-bottom: 40px;
list-style: none;
padding-left: 25px;
}
#field_11_49 ul li {
font-weight: 325;
line-height: 1.87;
}
#field_11_49 ul li::before {
display: inline-block;
width: 5px;
margin-right: 15px;
margin-left: -25px;
font-weight: bold;
content: "•";
color: var(--accent);
}
#field_11_53 {
text-align: center;
margin-bottom: 40px;
}
#field_11_53 h3 {
margin-bottom: 10px;
}
@media (min-width: 1200px) {
.gfield--type-checkbox .ginput_container_checkbox .gfield_checkbox#input_11_52 {
grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
grid-template-rows: repeat(2, auto);
gap: 10px 20px;
}
}
.cursor {
display: flex;
width: 110px;
height: 110px;
background: rgba(29, 29, 27, 0.3);
position: fixed;
left: -5px;
top: -5px;
border-radius: 50%;
text-align: center;
justify-content: center;
align-items: center;
z-index: 10000000;
pointer-events: none;
backdrop-filter: blur(5px);
opacity: 0;
visibility: hidden;
}
.cursor::after {
position: absolute;
z-index: 2;
inset: 0;
content: "";
background-position: center center;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 30 30'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M14 30V0h2v14h14v2H16v14h-2ZM0 16h10v-2H0v2Z' clip-rule='evenodd'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-size: 30px 30px;
}
.cursor.slide-home::after {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 30 28'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M15.253.336a1 1 0 0 1 1.411-.083l9 8a1 1 0 0 1-1.328 1.494l-9-8a1 1 0 0 1-.083-1.411Zm.04 27.371a1 1 0 0 1 0-1.414L26.586 15H1a1 1 0 1 1 0-2h28.003A.997.997 0 0 1 30 14.018a.997.997 0 0 1-.293.69l-13 13a1 1 0 0 1-1.414 0Z' clip-rule='evenodd'/%3E%3C/svg%3E");
background-size: 30px 28px;
}
.cursor.slide-home.reverse::after {
transform: scaleX(-1);
}
.cursor.slide-prev::after, .cursor.slide-next::after {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 30 28'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M15.253.336a1 1 0 0 1 1.411-.083l9 8a1 1 0 0 1-1.328 1.494l-9-8a1 1 0 0 1-.083-1.411Zm.04 27.371a1 1 0 0 1 0-1.414L26.586 15H1a1 1 0 1 1 0-2h28.003A.997.997 0 0 1 30 14.018a.997.997 0 0 1-.293.69l-13 13a1 1 0 0 1-1.414 0Z' clip-rule='evenodd'/%3E%3C/svg%3E");
background-size: 30px 28px;
}
.cursor.slide-prev::after {
transform: scaleX(-1);
}
.cursor.slide::after {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 44 28'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M14.707 1.706A1 1 0 0 0 13.293.292l-13 13a1 1 0 0 0 0 1.414v.001l13 13a1 1 0 1 0 1.414-1.415L2.414 13.999 14.707 1.706ZM29.293 1.706A1 1 0 0 1 30.707.292l13 13a1 1 0 0 1 0 1.414v.001l-13 13a1 1 0 1 1-1.414-1.415l12.293-12.293L29.293 1.706Z' clip-rule='evenodd'/%3E%3C/svg%3E");
background-size: 44px 28px;
}
@media (pointer: coarse) {
.cursor {
display: none !important;
}
}
.gallery {
display: grid;
gap: 20px;
margin-bottom: 40px;
grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
.gallery {
grid-template-columns: repeat(3, 1fr);
}
}
@media (min-width: 1200px) {
.gallery {
grid-template-columns: repeat(4, 1fr);
}
}
body.modal-open {
overflow: hidden;
padding-right: 17px;
}
.modal {
position: fixed;
top: 0;
left: 0;
z-index: 1055;
display: none;
width: 100%;
height: 100%;
overflow-x: hidden;
overflow-y: auto;
background: rgba(29, 29, 27, 0.8);
}
.modal-dialog {
position: relative;
width: auto;
margin: 0.5rem;
pointer-events: none;
display: flex;
align-items: center;
}
@media (min-width: 576px) {
.modal-dialog {
max-width: 500px;
margin-right: auto;
margin-left: auto;
}
}
@media (min-width: 768px) {
.modal-dialog {
max-width: 648px;
min-height: calc(100% - var(--bs-modal-margin) * 2);
top: 50%;
transform: translateY(-50%);
}
}
@media (min-width: 1200px) {
.modal-dialog {
max-width: 1100px;
}
}
.modal.fade .modal-dialog {
transition: transform 0.3s ease-out;
transform: translate(0, -50px);
}
.modal.show .modal-dialog {
transform: none;
}
.modal-content {
position: relative;
display: flex;
flex-direction: column;
width: 100%;
color: black;
pointer-events: auto;
background-color: white;
background-clip: padding-box;
border-radius: 25px;
padding: 5px;
outline: 0;
}
.modal-backdrop {
position: fixed;
top: 0;
left: 0;
z-index: 1050;
width: 100vw;
height: 100vh;
background-color: #000;
opacity: 0.5;
}
.modal-backdrop.fade {
opacity: 0;
}
.modal-backdrop.show {
opacity: 0.5;
}
.modal .btn-close {
font-size: 1.5rem;
font-weight: bold;
color: #333;
cursor: pointer;
background: transparent;
border: none;
position: absolute;
right: 40px;
top: 40px;
padding: 0;
z-index: 3;
}
.modal .btn-close::after {
width: 24px;
height: 25px;
background-repeat: no-repeat;
background-size: 24px 25px;
}
.modal-title {
margin-bottom: 0;
line-height: 1.5;
}
.modal-body {
position: relative;
flex: 1 1 auto;
display: flex;
align-items: center;
}
.modal-left {
display: none;
}
.modal-left img {
border-radius: 25px;
}
@media (min-width: 1200px) {
.modal-left {
flex-basis: 43%;
display: block;
}
}
.modal-right {
padding-left: 15px;
padding-right: 15px;
padding-top: 60px;
padding-bottom: 40px;
}
@media (min-width: 390px) {
.modal-right {
padding-left: 30px;
padding-right: 30px;
}
}
@media (min-width: 768px) {
.modal-right {
padding-left: 60px;
padding-right: 60px;
padding-top: 80px;
padding-bottom: 60px;
}
}
@media (min-width: 1200px) {
.modal-right {
flex-basis: 57%;
padding-left: 60px;
padding-right: 100px;
padding-top: 0;
padding-bottom: 0;
}
}
.modal-right .form {
margin-top: 40px;
}
.gf_page_steps,
.progress {
position: absolute;
top: -150px;
left: 0;
right: 0;
display: flex;
justify-content: center;
gap: 20px;
margin-top: 40px;
margin-bottom: 60px;
}
.gf_step,
.progress-bar {
font-size: 14px;
font-style: normal;
font-weight: 350;
line-height: 1;
letter-spacing: -0.5px;
color: var(--accent);
border: none;
position: relative;
background: transparent;
display: flex;
align-items: center;
justify-content: center;
padding: 0;
}
.gf_step + .gf_step::before,
.gf_step + .progress-bar::before,
.progress-bar + .gf_step::before,
.progress-bar + .progress-bar::before {
content: "";
border-top: 2px solid var(--accent);
position: absolute;
top: 24px;
left: -20px;
width: 20px;
z-index: -1;
}
.gf_step_number, .gf_step__number,
.progress-bar_number,
.progress-bar__number {
border: 2px solid var(--accent);
border-radius: 50%;
width: 50px;
height: 50px;
background: var(--ultra-light);
display: flex;
align-items: center;
justify-content: center;
}
.gf_step_label, .gf_step__text,
.progress-bar_label,
.progress-bar__text {
display: none;
}
.gf_step_active, .gf_step--active,
.progress-bar_active,
.progress-bar--active {
display: flex;
width: fit-content;
}
.gf_step_active .gf_step_number,
.gf_step_active .progress-bar__number, .gf_step--active .gf_step_number,
.gf_step--active .progress-bar__number,
.progress-bar_active .gf_step_number,
.progress-bar_active .progress-bar__number,
.progress-bar--active .gf_step_number,
.progress-bar--active .progress-bar__number {
position: absolute;
z-index: 2;
left: 0;
}
.gf_step_active .gf_step_label,
.gf_step_active .progress-bar__text, .gf_step--active .gf_step_label,
.gf_step--active .progress-bar__text,
.progress-bar_active .gf_step_label,
.progress-bar_active .progress-bar__text,
.progress-bar--active .gf_step_label,
.progress-bar--active .progress-bar__text {
position: relative;
padding-left: 65px;
background: var(--accent);
color: var(--ultra-light);
height: 50px;
border-radius: 80px;
display: flex;
align-items: center;
padding-right: 25px;
}
.alert {
position: relative;
border-radius: 5px;
padding: 40px;
padding-top: 60px;
margin-bottom: 40px;
}
.alert--warning {
background: rgba(255, 169, 1, 0.1);
}
.alert--warning p {
color: #ffa901;
text-align: center;
font-size: 14px;
font-weight: 350;
line-height: 1.7;
text-transform: uppercase;
margin-bottom: 0;
}
.alert--warning a {
color: #ffa901;
}
.alert--warning::before {
top: -20px;
width: 62px;
height: 60px;
display: block;
position: absolute;
left: 0;
right: 0;
margin: auto;
content: "";
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 62 60'%3E%3Cpath fill='%23FFA901' d='M31.49 60.001c16.569 0 30-13.431 30-30 0-16.569-13.431-30-30-30-16.568 0-30 13.431-30 30 0 16.568 13.432 30 30 30Z'/%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M31.49 12.63v21.1M31.51 46.999v-2'/%3E%3C/svg%3E");
}
.steps {
display: flex;
gap: 30px;
flex-direction: column;
align-items: center;
justify-content: center;
position: relative;
margin-bottom: 40px;
}
@media (min-width: 768px) {
.steps::before {
content: "";
border-left: 1px dashed var(--accent);
height: calc(100% - 205px);
width: 1px;
position: absolute;
top: 80px;
left: 0;
right: 0;
margin: auto;
}
}
.step {
display: flex;
gap: 20px;
flex-direction: column;
align-items: center;
justify-content: center;
}
@media (min-width: 768px) {
.step {
display: grid;
grid-template-columns: 1fr 70px 1fr;
gap: 50px;
padding-bottom: 33px;
}
}
.step__number {
position: relative;
margin-bottom: 30px;
}
@media (min-width: 768px) {
.step__number {
order: 1;
}
}
.step__number::before {
content: "";
border-left: 1px dashed var(--accent);
height: 60px;
bottom: -50px;
width: 1px;
position: absolute;
left: 0;
right: 0;
margin: auto;
}
@media (min-width: 768px) {
.step__number::before {
border-left: 0;
border-top: 1px dashed var(--accent);
width: 120px;
height: 1px;
top: 35px;
left: -90px;
right: auto;
bottom: auto;
}
}
@media (min-width: 991px) {
.step__number::before {
width: 200px;
left: -190px;
}
}
@media (min-width: 1200px) {
.step__number::before {
width: 150px;
left: -120px;
}
}
@media (min-width: 1400px) {
.step__number::before {
width: 190px;
left: -180px;
}
}
@media (min-width: 1700px) {
.step__number::before {
width: 300px;
left: -300px;
}
}
.step__number::after {
content: "";
background-color: var(--accent);
border-radius: 50%;
bottom: -60px;
left: 0;
right: 0;
margin: auto;
display: block;
position: absolute;
width: 12px;
height: 12px;
}
@media (min-width: 768px) {
.step__number::after {
top: 30px;
left: -95px;
right: auto;
bottom: auto;
}
}
@media (min-width: 991px) {
.step__number::after {
left: -190px;
}
}
@media (min-width: 1200px) {
.step__number::after {
left: -125px;
}
}
@media (min-width: 1400px) {
.step__number::after {
left: -185px;
}
}
@media (min-width: 1700px) {
.step__number::after {
left: -305px;
}
}
.step__number span {
color: var(--white);
background: var(--accent);
border-radius: 50%;
width: 70px;
height: 70px;
display: flex;
justify-content: center;
align-items: center;
font-size: 20px;
font-weight: 350;
line-height: 1.5;
letter-spacing: -0.5px;
position: relative;
border: 10px solid #d5aeab;
}
.step__number span::after {
position: absolute;
width: 100%;
height: 100%;
border-radius: 50%;
width: 90px;
height: 90px;
content: "";
background: rgba(171, 93, 88, 0.2);
}
.step__image {
flex-shrink: 0;
width: 180px;
}
@media (min-width: 768px) {
.step__image {
order: 0;
margin-right: 60px;
}
}
@media (min-width: 991px) {
.step__image {
margin-right: 204px;
}
}
@media (min-width: 1200px) {
.step__image {
margin-right: 104px;
}
}
@media (min-width: 1400px) {
.step__image {
margin-right: 166px;
}
}
@media (min-width: 1700px) {
.step__image {
margin-right: 285px;
}
}
.step__image img {
border-radius: 10px;
}
.step__content {
text-align: center;
}
@media (min-width: 768px) {
.step__content {
order: 2;
text-align: left;
}
}
@media (min-width: 1920px) {
.step__content {
width: 465px;
}
}
.step__content h4 {
margin-bottom: 10px;
}
.step__content p {
margin-bottom: 0;
}
@media (min-width: 768px) {
.steps .step:nth-child(even) .step__number {
order: 1;
}
.steps .step:nth-child(even) .step__number::before {
left: auto;
right: -90px;
}
.steps .step:nth-child(even) .step__number::after {
left: auto;
right: -95px;
}
.steps .step:nth-child(even) .step__image {
order: 2;
margin-left: 60px;
margin-right: 0;
}
.steps .step:nth-child(even) .step__content {
order: 0;
text-align: right;
}
}
@media (min-width: 991px) {
.steps .step:nth-child(even) .step__number::before {
right: -190px;
}
.steps .step:nth-child(even) .step__number::after {
right: -190px;
}
.steps .step:nth-child(even) .step__image {
margin-left: 204px;
}
}
@media (min-width: 1200px) {
.steps .step:nth-child(even) .step__number::before {
right: -120px;
}
.steps .step:nth-child(even) .step__number::after {
right: -125px;
}
.steps .step:nth-child(even) .step__image {
margin-left: 104px;
}
}
@media (min-width: 1400px) {
.steps .step:nth-child(even) .step__number::before {
right: -190px;
}
.steps .step:nth-child(even) .step__number::after {
right: -195px;
}
.steps .step:nth-child(even) .step__image {
margin-left: 166px;
}
}
@media (min-width: 1700px) {
.steps .step:nth-child(even) .step__number::before {
right: -300px;
}
.steps .step:nth-child(even) .step__number::after {
right: -305px;
}
.steps .step:nth-child(even) .step__image {
margin-left: 285px;
}
}
@media (min-width: 768px) {
.step--no-image .step__number::before, .step--no-image .step__number::after {
display: none;
}
}
.ratio {
position: relative;
width: 100%;
}
.ratio::before {
display: block;
padding-top: 56.25%;
content: "";
}
.ratio > * {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.cta-large {
display: flex;
align-items: center;
padding: 30px 20px;
border: 1px solid #f0ebe7;
background: var(--white);
width: 100%;
margin-left: auto;
margin-right: auto;
margin-top: 60px;
margin-bottom: 60px;
justify-content: center;
text-align: center;
}
@media (min-width: 768px) {
.cta-large {
text-align: left;
justify-content: space-between;
padding: 30px 40px;
}
}
@media (min-width: 1200px) {
.cta-large {
margin-top: 100px;
margin-bottom: 100px;
max-width: 1000px;
}
}
.cta-large p {
color: var(--black);
font-size: 24px;
font-weight: 325;
line-height: 34px; letter-spacing: -1px;
}
@media (min-width: 1200px) {
.cta-large p {
margin-bottom: 0;
}
}
.cta-contact {
text-decoration: none;
background: var(--white);
width: 100%;
margin-top: 60px;
margin-bottom: 60px;
display: flex;
justify-content: center;
}
@media (min-width: 1200px) {
.cta-contact {
margin-top: 100px;
margin-bottom: 100px;
}
}
.cta-contact__inner {
padding: 30px 40px;
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
max-width: 1100px;
gap: 30px;
flex-direction: column;
}
@media (min-width: 1200px) {
.cta-contact__inner {
flex-direction: row;
}
}
.cta-contact__subtitle {
opacity: 0.4;
font-size: 18px;
font-weight: 350;
line-height: 1.22;
letter-spacing: -1px;
display: block;
}
.cta-contact__title {
color: var(--black);
font-size: 34px;
font-weight: 325;
line-height: 1.17;
letter-spacing: -2px;
display: block;
transition: color 0.5s var(--transition);
}
.cta-contact .cta-contact__left {
display: flex;
align-items: center;
flex-direction: column;
text-align: center;
gap: 10px;
}
@media (min-width: 1200px) {
.cta-contact .cta-contact__left {
text-align: left;
flex-direction: row;
gap: 60px;
}
}
.cta-contact .cta-contact__right svg {
flex-shrink: 0;
transition: transform 0.5s var(--transition);
margin-top: -6px;
}
@media (min-width: 768px) {
.cta-contact .cta-contact__right svg {
margin-top: 0;
}
}
.cta-contact .cta-contact__right svg path {
transition: fill 0.5s var(--transition);
fill: currentColor;
}
.cta-contact:hover {
color: inherit;
}
.cta-contact:hover .cta-contact__title {
color: var(--accent);
}
.cta-contact:hover .cta-contact__right svg {
transform: rotate(45deg);
}
.cta-contact:hover .cta-contact__right svg path {
fill: var(--accent);
}
.news-listing {
display: grid;
grid-auto-columns: 1fr;
gap: 30px var(--bs-gutter-x);
}
@media (min-width: 768px) {
.news-listing {
grid-template-columns: repeat(12, 1fr);
}
}
@media (min-width: 1200px) {
.news-listing {
gap: 80px var(--bs-gutter-x);
}
}
.news-listing .news-item {
grid-column: span 6;
}
@media (min-width: 1200px) {
.news-listing .news-item {
grid-column: span 4;
}
}
.news-listing .news-item--large {
grid-column: span 6;
}
.news-item {
position: relative;
}
.news-item__link {
inset: 0;
position: absolute;
z-index: 2;
}
.news-item__link:hover ~ .news-item__image img {
transform: scale(1.1);
}
.news-item:not(.news-item--featured) .news-item__link:hover ~ .news-item__content .news-item__title {
color: var(--accent);
}
.news-item__image {
margin-bottom: 20px;
overflow: hidden;
}
.news-item__image img {
width: 100%;
transition: transform 2s var(--transition);
}
@media (min-width: 1200px) {
.news-item__content {
padding-left: 20px;
padding-right: 20px;
}
}
.news-item__meta {
display: flex;
gap: 10px;
margin-bottom: 5px;
}
.news-item__cat, .news-item__date {
color: var(--accent);
font-size: 10px;
font-style: normal;
font-weight: 350;
line-height: 2;
letter-spacing: 1px;
text-transform: uppercase;
text-decoration: none;
}
.news-item__date {
color: var(--grey-medium);
}
.news-item__date::before {
content: "•";
margin-right: 10px;
}
.news-item__title {
font-size: 22px;
font-weight: 325;
line-height: 1.36;
letter-spacing: -0.5px;
text-decoration: none;
color: var(--black);
transition: color 0.5s var(--transition);
margin-bottom: 0;
}
.news-item__excerpt {
margin-top: 20px;
}
.news-item--featured .news-item__image {
margin-bottom: 0;
height: 100%;
}
.news-item--featured .news-item__image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.news-item--featured .news-item__image::after {
inset: 0;
background: linear-gradient(180deg, rgba(29, 29, 27, 0) 35.94%, rgba(29, 29, 27, 0.6) 100%);
content: "";
position: absolute;
}
.news-item--featured .news-item__content {
padding: 30px 20px;
position: absolute;
bottom: 0;
z-index: 1;
}
@media (min-width: 1200px) {
.news-item--featured .news-item__content {
padding: 40px;
}
}
.news-item--featured .news-item__date, .news-item--featured .news-item__cat, .news-item--featured .news-item__title {
color: var(--white);
}
.news-item--featured .news-item__title {
color: var(--white);
font-size: 28px;
}
.news__title {
text-align: center;
margin-bottom: 10px;
}
.news__meta {
display: flex;
gap: 10px;
justify-content: center;
margin-bottom: 25px;
}
.news__cat, .news__date {
color: var(--accent);
font-size: 10px;
font-style: normal;
font-weight: 350;
line-height: 2;
letter-spacing: 1px;
text-transform: uppercase;
text-decoration: none;
}
.news__date {
color: var(--grey-medium);
}
.news__date::before {
content: "•";
margin-right: 10px;
}
.news__thumb {
margin-left: auto;
margin-right: auto;
margin-bottom: 100px;
width: 100%;
max-height: 75vh;
object-fit: cover;
}
.news .page-content {
margin-bottom: 0;
}
@media (min-width: 1200px) {
.news .page-content {
margin-bottom: 0;
}
}
.news__pager {
display: flex;
border-top: 1px solid rgba(193, 177, 166, 0.4);
margin-top: 40px;
margin-bottom: 60px;
flex-direction: column-reverse;
gap: 20px;
align-items: center;
}
@media (min-width: 768px) {
.news__pager {
flex-direction: row;
align-items: flex-end;
}
}
@media (min-width: 1200px) {
.news__pager {
margin-bottom: 100px;
}
}
.news__pager-nav {
padding-top: 30px;
position: relative;
width: 100%;
display: flex;
justify-content: space-between;
gap: 60px;
}
@media (min-width: 768px) {
.news__pager-nav {
width: initial;
margin-left: auto;
}
}
@media (min-width: 768px) {
.news__pager-nav--border::after {
content: "";
position: absolute;
height: 100%;
width: 1px;
display: block;
right: 0;
top: 0;
left: 0;
margin: auto;
border-left: 1px solid rgba(193, 177, 166, 0.4);
}
}
.news__pager .page-link::after {
display: none;
}
.row-space {
display: flex;
flex-direction: column;
align-items: center;
gap: 30px;
margin-bottom: 30px;
}
@media (min-width: 768px) {
.row-space {
margin-left: 60px;
margin-right: 60px;
}
}
@media (min-width: 1200px) {
.row-space {
align-items: flex-start;
flex-direction: row;
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
gap: 120px;
}
}
@media (min-width: 1440px) {
.row-space {
gap: 240px;
}
}
@media (min-width: 1440px) {
.row-space:nth-child(even) {
margin-right: 60px;
}
}
@media (min-width: 1440px) {
.row-space:nth-child(odd) {
margin-left: 60px;
}
}
.row-space > div {
flex: 1;
}
.space-item {
width: fit-content;
}
@media (min-width: 1200px) {
.space-item {
margin-bottom: 100px;
max-width: calc(50% - 120px);
}
}
.space-item img {
margin-bottom: 20px;
}
@media (min-width: 1200px) {
.space-item img {
margin-bottom: 40px;
}
}
.space-item__title {
color: var(--black);
font-size: 24px;
font-weight: 350;
line-height: 1.41;
letter-spacing: -0.5px;
display: block;
margin-bottom: 10px;
}
.space-item p {
margin-bottom: 0;
min-height: 90px;
}
@media (min-width: 768px) {
.space-item p {
margin-right: 60px;
}
}
.space-item__link:hover + .space-item__title {
color: var(--accent);
}
@media (min-width: 1200px) {
.row-space + .row-space:nth-child(odd) .space-item:nth-child(2) {
margin-top: -120px;
}
}
@media (min-width: 1200px) {
.row-space + .row-space:nth-child(even) .space-item:nth-child(1) {
margin-top: -45px;
}
}
@media (min-width: 1700px) {
.row-space + .row-space:nth-child(even) .space-item:nth-child(1) {
margin-top: -200px;
}
}
@media (min-width: 1200px) {
.slider-space {
height: 100vh;
}
}
@media (max-width: 1199px) {
.slider-space .swiper {
height: 440px;
}
}
@media (max-width: 768px) {
.slider-space { }
}
.slider-space .swiper-slide {
width: fit-content;
height: 100%;
}
.slider-space .swiper-slide img {
max-width: none;
min-height: 100%;
object-fit: cover;
}
.space__nav {
display: flex;
gap: 1px;
flex-direction: column;
margin-top: 40px;
box-shadow: 0 0 0 100vmax rgba(193, 177, 166, 0.1);
clip-path: inset(0 -100vmax);
}
@media (min-width: 768px) {
.space__nav {
flex-direction: row;
}
}
.space-btn {
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: center;
text-align: center;
flex: 1;
padding-top: 25px;
padding-bottom: 25px;
text-decoration: none;
background: rgba(193, 177, 166, 0.1);
}
@media (min-width: 768px) {
.space-btn {
padding-top: 40px;
padding-bottom: 40px;
}
}
.space-btn__pretitle {
color: var(--grey-medium);
font-size: 10px;
font-style: normal;
font-weight: 350;
line-height: 2;
letter-spacing: 1px;
text-transform: uppercase;
display: block;
margin-bottom: 5px;
}
.space-btn__title {
font-size: 24px;
font-weight: 325;
line-height: 1.16;
letter-spacing: -1px;
display: block;
margin-bottom: 10px;
}
@media (min-width: 1200px) {
.row-spaces + .row-spaces:nth-child(odd) .wp-block-image {
margin-top: -120px;
}
}
.row-spaces + .row-spaces:nth-child(even) {
margin-top: 60px;
}
@media (min-width: 1200px) {
.row-spaces + .row-spaces:nth-child(even) .wp-block-image {
margin-top: -120px;
}
}
.product-listing {
display: flex;
flex-wrap: wrap;
height: auto !important;
margin-top: 60px;
margin-bottom: 60px;
padding-left: 30px;
padding-right: 30px;
}
@media (min-width: 768px) {
.product-listing {
padding-left: 0;
padding-right: 0;
gap: 0 40px;
}
}
@media (min-width: 1200px) {
.product-listing {
gap: 0 100px;
max-width: var(--container-size);
margin: 60px auto 100px;
}
}
@media (min-width: 1700px) {
.product-listing {
gap: 0 140px;
}
}
.product-item {
border-radius: 15px;
overflow: hidden;
position: relative;
height: fit-content;
margin-bottom: 40px;
}
@media (min-width: 768px) {
.product-item {
width: calc(50% - 20px);
}
}
@media (min-width: 1200px) {
.product-item {
margin-bottom: 80px;
width: calc(50% - 50px);
}
}
@media (min-width: 1700px) {
.product-item {
width: calc(50% - 70px);
}
}
.product-item__image {
position: relative;
}
.product-item__image img {
height: 100%;
object-fit: cover;
width: 100%;
}
.product-item__image img:not(.active) {
display: none;
}
@media (min-width: 768px) {
.product-item__image {
height: 230px;
}
}
@media (min-width: 1200px) {
.product-item__image {
height: auto;
}
}
.product-item__image::after {
position: absolute;
content: "";
inset: 0;
width: 100%;
height: 100%;
display: block;
z-index: 1;
background: linear-gradient(180deg, rgba(29, 29, 27, 0) 33.19%, rgba(29, 29, 27, 0.6) 100%);
}
.product-item__content {
background: var(--white);
padding: 20px 10px 10px 10px;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
}
.product-item__meta {
display: flex;
justify-content: space-between;
margin-bottom: 20px;
flex-direction: column;
}
@media (min-width: 1200px) {
.product-item__meta {
align-items: center;
flex-direction: row;
padding-left: 30px;
padding-right: 30px;
}
}
.product-item__meta .form-switch {
min-width: 120px;
margin-left: 20px;
align-self: flex-end;
margin-top: 0;
}
@media (min-width: 1200px) {
.product-item__meta .form-switch {
margin-top: 7px;
align-self: baseline;
}
}
.product-item__meta .form-switch label {
padding-top: 3px;
}
.product-item__title {
font-size: 24px;
font-weight: 350;
line-height: 1.42;
letter-spacing: -1px;
color: var(--black);
margin-bottom: 0;
}
.tints {
display: grid;
grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 1200px) {
.tints {
grid-template-columns: repeat(4, 1fr);
}
}
.tint-item {
border: 3px solid transparent;
border-radius: 10px;
overflow: hidden;
height: 100px;
padding: 0;
margin: 0;
background: transparent;
}
.tint-item.active {
border-color: var(--accent);
}
.tint-item img {
width: 100%;
object-fit: cover;
height: 100%;
pointer-events: none;
}
.product-backdrop {
background: #1d1d1b;
inset: 0;
height: 100%;
position: fixed;
z-index: 10;
width: 100%;
visibility: hidden;
opacity: 0;
pointer-events: none;
transition: all 250ms 300ms ease-in-out;
backdrop-filter: blur(3px);
}
.product-backdrop.active {
pointer-events: all;
opacity: 0.8;
visibility: visible;
transition: all 250ms ease-in-out;
}
.product-cart {
width: 290px;
background: var(--accent);
border-radius: 25px 25px 0px 0px;
position: fixed;
bottom: 0;
left: 0;
right: 0;
z-index: 99;
margin-left: auto;
margin-right: auto;
transform: translateY(calc(100% - 40px));
transition: all 1s var(--transition);
}
@media (min-width: 768px) {
.product-cart {
left: initial;
right: 60px;
}
}
@media (min-width: 1920px) {
.product-cart {
right: calc((100vw - 1920px) / 2);
}
}
.product-cart__header {
padding: 10px 25px;
font-size: 11px;
font-weight: 400;
line-height: 1.81;
text-transform: uppercase;
color: var(--white);
display: flex;
gap: 5px;
position: relative;
background: transparent;
border: 0;
width: 100%;
}
.product-cart__header::after {
content: "";
position: absolute;
right: 25px;
top: 16px;
z-index: 2;
width: 0;
height: 0;
border-style: solid;
border-width: 0 4.5px 6px 4.5px;
border-color: transparent transparent var(--white) transparent;
pointer-events: none;
transition: all 0.3s var(--transition);
}
.product-cart__title {
color: var(--white);
display: block;
}
.product-cart__total {
color: var(--accent);
border-radius: 50%;
display: inline-block;
background-color: var(--white);
display: flex;
justify-content: center;
width: 20px;
height: 20px;
flex-shrink: 0;
}
.product-cart__inner {
border-radius: 25px 25px 0px 0px;
background: var(--white);
}
.product-cart__content {
padding: 20px 25px;
display: none;
flex-direction: column;
gap: 20px;
}
.product-cart .cart-empty {
padding: 20px 25px;
text-align: center;
}
.product-cart .cart-empty span {
font-size: 10px;
font-weight: 350;
line-height: 20px;
letter-spacing: 1px;
text-transform: uppercase;
color: var(--grey-medium);
}
.product-cart .cart-empty p {
font-size: 16px;
font-weight: 325;
line-height: 26px; }
.product-cart .btn-close {
margin-left: auto;
margin-right: auto;
width: 100%;
justify-content: center;
}
.product-cart__footer {
display: none;
padding: 0 25px 20px 25px;
}
.product-cart__footer .btn-arrow {
width: 100%;
justify-content: center;
}
.product-cart.active {
transform: translateY(0);
}
.product-cart.active .product-cart__header::after {
transform: rotate(180deg);
}
.product-cart.has-items .cart-empty {
display: none;
}
.product-cart.has-items .product-cart__content {
display: flex;
}
.product-cart.has-items .product-cart__footer {
display: block;
}
.cart-product {
display: flex;
align-items: stretch;
gap: 20px;
position: relative;
}
.cart-product img {
width: 80px;
height: 80px;
object-fit: cover;
}
.cart-product__content {
display: flex;
flex-direction: column;
width: 100%;
position: relative;
height: 70px;
}
.cart-product__content::after {
content: "";
position: absolute;
bottom: 0;
width: 100%;
border-bottom: 1px dashed rgba(193, 177, 166, 0.4);
}
.cart-product__pretitle {
font-size: 10px;
font-weight: 350;
line-height: 2;
letter-spacing: 1px;
text-transform: uppercase;
}
.cart-product__title {
font-size: 18px;
font-weight: 350;
line-height: 1.22;
letter-spacing: -0.5px;
}
.cart-product__button {
flex-shrink: 0;
background: transparent;
border: 0;
padding: 0;
margin: 0;
appearance: none;
position: absolute;
right: 0;
top: 0;
} main {
overflow-x: clip;
padding-top: 25px;
}
@media (min-width: 1200px) {
main {
padding-top: 105px;
}
}
.home:before,
.single-facing-stone:before,
.single-brick:before,
.single-outdoor-space:before,
.page-template-template-presse:before,
.page-template-template-contact:before,
.page-template-template-products-list:before,
.page-template-template-product-preparation-and-installation:before,
.page-template-template-our-history-and-know-how:before,
.page-template-template-interior-space:before,
.has-image:before,
.page-template-template-interior-spaces-subpages:before,
.error404:before {
content: "";
position: absolute;
top: 0;
z-index: 2;
width: 100%;
height: 360px;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 50%), linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
}
.home .site-header,
.single-facing-stone .site-header,
.single-brick .site-header,
.single-outdoor-space .site-header,
.page-template-template-presse .site-header,
.page-template-template-contact .site-header,
.page-template-template-products-list .site-header,
.page-template-template-product-preparation-and-installation .site-header,
.page-template-template-our-history-and-know-how .site-header,
.page-template-template-interior-space .site-header,
.has-image .site-header,
.page-template-template-interior-spaces-subpages .site-header,
.error404 .site-header {
position: absolute;
}
.home .site-header .site-logo svg path,
.single-facing-stone .site-header .site-logo svg path,
.single-brick .site-header .site-logo svg path,
.single-outdoor-space .site-header .site-logo svg path,
.page-template-template-presse .site-header .site-logo svg path,
.page-template-template-contact .site-header .site-logo svg path,
.page-template-template-products-list .site-header .site-logo svg path,
.page-template-template-product-preparation-and-installation .site-header .site-logo svg path,
.page-template-template-our-history-and-know-how .site-header .site-logo svg path,
.page-template-template-interior-space .site-header .site-logo svg path,
.has-image .site-header .site-logo svg path,
.page-template-template-interior-spaces-subpages .site-header .site-logo svg path,
.error404 .site-header .site-logo svg path {
fill: var(--white);
}
.home .site-header .js-wpml-ls-item-toggle,
.home .site-header .header__nav-link,
.single-facing-stone .site-header .js-wpml-ls-item-toggle,
.single-facing-stone .site-header .header__nav-link,
.single-brick .site-header .js-wpml-ls-item-toggle,
.single-brick .site-header .header__nav-link,
.single-outdoor-space .site-header .js-wpml-ls-item-toggle,
.single-outdoor-space .site-header .header__nav-link,
.page-template-template-presse .site-header .js-wpml-ls-item-toggle,
.page-template-template-presse .site-header .header__nav-link,
.page-template-template-contact .site-header .js-wpml-ls-item-toggle,
.page-template-template-contact .site-header .header__nav-link,
.page-template-template-products-list .site-header .js-wpml-ls-item-toggle,
.page-template-template-products-list .site-header .header__nav-link,
.page-template-template-product-preparation-and-installation .site-header .js-wpml-ls-item-toggle,
.page-template-template-product-preparation-and-installation .site-header .header__nav-link,
.page-template-template-our-history-and-know-how .site-header .js-wpml-ls-item-toggle,
.page-template-template-our-history-and-know-how .site-header .header__nav-link,
.page-template-template-interior-space .site-header .js-wpml-ls-item-toggle,
.page-template-template-interior-space .site-header .header__nav-link,
.has-image .site-header .js-wpml-ls-item-toggle,
.has-image .site-header .header__nav-link,
.page-template-template-interior-spaces-subpages .site-header .js-wpml-ls-item-toggle,
.page-template-template-interior-spaces-subpages .site-header .header__nav-link,
.error404 .site-header .js-wpml-ls-item-toggle,
.error404 .site-header .header__nav-link {
color: var(--white);
}
.home .site-header .js-wpml-ls-item-toggle svg path,
.home .site-header .header__nav-link svg path,
.single-facing-stone .site-header .js-wpml-ls-item-toggle svg path,
.single-facing-stone .site-header .header__nav-link svg path,
.single-brick .site-header .js-wpml-ls-item-toggle svg path,
.single-brick .site-header .header__nav-link svg path,
.single-outdoor-space .site-header .js-wpml-ls-item-toggle svg path,
.single-outdoor-space .site-header .header__nav-link svg path,
.page-template-template-presse .site-header .js-wpml-ls-item-toggle svg path,
.page-template-template-presse .site-header .header__nav-link svg path,
.page-template-template-contact .site-header .js-wpml-ls-item-toggle svg path,
.page-template-template-contact .site-header .header__nav-link svg path,
.page-template-template-products-list .site-header .js-wpml-ls-item-toggle svg path,
.page-template-template-products-list .site-header .header__nav-link svg path,
.page-template-template-product-preparation-and-installation .site-header .js-wpml-ls-item-toggle svg path,
.page-template-template-product-preparation-and-installation .site-header .header__nav-link svg path,
.page-template-template-our-history-and-know-how .site-header .js-wpml-ls-item-toggle svg path,
.page-template-template-our-history-and-know-how .site-header .header__nav-link svg path,
.page-template-template-interior-space .site-header .js-wpml-ls-item-toggle svg path,
.page-template-template-interior-space .site-header .header__nav-link svg path,
.has-image .site-header .js-wpml-ls-item-toggle svg path,
.has-image .site-header .header__nav-link svg path,
.page-template-template-interior-spaces-subpages .site-header .js-wpml-ls-item-toggle svg path,
.page-template-template-interior-spaces-subpages .site-header .header__nav-link svg path,
.error404 .site-header .js-wpml-ls-item-toggle svg path,
.error404 .site-header .header__nav-link svg path {
fill: var(--white);
}
@media (min-width: 1200px) {
.home .site-header,
.single-facing-stone .site-header,
.single-brick .site-header,
.single-outdoor-space .site-header,
.page-template-template-presse .site-header,
.page-template-template-contact .site-header,
.page-template-template-products-list .site-header,
.page-template-template-product-preparation-and-installation .site-header,
.page-template-template-our-history-and-know-how .site-header,
.page-template-template-interior-space .site-header,
.has-image .site-header,
.page-template-template-interior-spaces-subpages .site-header,
.error404 .site-header {
position: fixed;
}
}
.home main,
.single-facing-stone main,
.single-brick main,
.single-outdoor-space main,
.page-template-template-presse main,
.page-template-template-contact main,
.page-template-template-products-list main,
.page-template-template-product-preparation-and-installation main,
.page-template-template-our-history-and-know-how main,
.page-template-template-interior-space main,
.has-image main,
.page-template-template-interior-spaces-subpages main,
.error404 main {
padding-top: 0;
}
@media (min-width: 1200px) {
.page-template-template-interior-spaces-subpages .socials--share {
margin-top: 60px;
position: relative;
top: 0;
}
.page-template-template-interior-spaces-subpages .hero.hero--with-image {
margin-bottom: 0;
}
}
@media (min-width: 1200px) {
.page-template-template-interior-spaces-subpages .content {
margin-bottom: 0;
}
}
.hero {
position: relative;
}
.hero .breadcrumb {
margin-bottom: 40px;
}
@media (min-width: 1200px) {
.hero .breadcrumb {
margin-bottom: 80px;
}
}
.hero__content-inner {
display: flex;
justify-content: space-between;
height: 100%;
flex-direction: column;
padding: 0px 0 40px 0;
}
.hero__content-inner p {
margin-bottom: 0;
}
.hero .container {
height: 100%;
}
.hero .socials {
margin-top: 20px;
}
@media (min-width: 1200px) {
.hero .socials {
margin-top: -20px;
}
}
.hero.hero--with-image {
margin-bottom: 100px;
}
.hero.hero--with-image .hero__image {
overflow: hidden;
}
.hero.hero--with-image .hero__image img,
.hero.hero--with-image .hero__image video {
object-fit: cover;
min-height: 720px;
height: 100vh;
max-height: 100vh;
min-width: 100%;
width: auto;
}
.hero.hero--with-image .hero__image::after {
position: absolute;
content: "";
inset: 0;
width: 100%;
height: 100%;
display: block;
z-index: 1;
background: linear-gradient(180deg, rgba(29, 29, 27, 0) 33.19%, rgba(29, 29, 27, 0.6) 100%);
}
.hero.hero--with-image .hero__content {
height: 100%;
}
@media (max-width: 990px) {
.hero.hero--with-image .hero__content-inner .pretitle {
margin-bottom: 0;
}
}
.hero.hero--with-image .hero__content-inner h1 {
color: var(--white);
}
.hero.hero--with-image .hero__content-inner .large {
color: var(--white);
}
.hero.hero--with-image .wrapper {
padding-top: 105px;
position: absolute;
inset: 0;
z-index: 2;
}
.hero--product .hero__content {
padding-top: 105px;
position: absolute;
inset: 0;
z-index: 2;
pointer-events: none;
}
.hero--product .hero__content nav li a,
.hero--product .hero__content .socials {
pointer-events: initial;
}
.hero--product .hero__content-inner h1 {
color: var(--white);
font-size: 48px;
}
@media (min-width: 1200px) {
.hero--product .hero__content-inner h1 {
font-size: 74px;
}
}
.hero--product .hero__content-inner .large {
color: var(--white);
}
.hero--product img {
object-fit: cover;
min-height: 720px;
height: 100vh;
}
.cta-magazine {
color: var(--white);
background: var(--accent);
height: 100%;
padding-top: 40px;
display: block;
text-decoration: none;
}
.cta-magazine__image {
transform: translateX(-30px);
}
.cta-magazine__content {
padding: 20px 40px;
color: var(--white);
}
.cta-magazine__content .h5 {
color: var(--white);
}
.cta-magazine__content p {
font-size: 13px;
font-weight: 350;
line-height: 1.69;
}
.cta-magazine__link {
display: block;
width: fit-content;
margin-left: auto;
}
.content {
margin-bottom: 60px;
}
@media (min-width: 1200px) {
.content {
margin-bottom: 100px;
}
}
.content--has-sidebar {
display: grid;
grid-template-rows: repeat(2, auto);
gap: 20px;
align-items: start;
}
@media (min-width: 1440px) {
.content--has-sidebar {
grid-template-columns: repeat(12, 1fr);
}
}
@media (max-width: 1199px) {
.content--sidebar-first .sidebar {
grid-area: 1/1/2/2;
}
}
@media (max-width: 1199px) {
.content--sidebar-first .main-content {
grid-area: 2/1/3/2;
}
}
.content--space-top {
margin-top: 60px;
}
@media (min-width: 1200px) {
.content--space-top {
margin-top: 140px;
}
}
.sidebar {
padding-top: 60px;
grid-area: 2/1/3/2;
position: relative;
}
@media (max-width: 767px) {
.sidebar {
position: relative;
right: 50%;
left: 50%;
width: 100vw;
margin-right: -50vw;
margin-left: -50vw;
padding-left: calc(10px + var(--bs-gutter-x));
padding-right: calc(10px + var(--bs-gutter-x));
}
.sidebar img {
margin-left: calc(-1 * (10px + var(--bs-gutter-x)));
margin-right: calc(-1 * (10px + var(--bs-gutter-x)));
}
}
@media (min-width: 768px) {
.sidebar {
margin-left: auto;
margin-right: auto;
text-align: center;
padding-left: 60px;
padding-right: 60px;
margin-bottom: 60px;
}
}
@media (min-width: 1440px) {
.sidebar {
margin-left: 0;
margin-right: 0;
text-align: left;
padding-top: 140px;
padding-left: 0;
padding-right: 0;
grid-area: 1/1/2/5;
}
}
@media (min-width: 1440px) {
.sidebar {
grid-area: 1/1/2/4;
}
}
.sidebar--white {
background: var(--white);
}
@media (min-width: 1440px) {
.sidebar--white::before {
z-index: -1;
content: "";
background: var(--white);
height: 100%;
position: absolute;
width: 100%;
display: block;
top: 0;
transform: translateX(calc((100vw - var(--container-size) + var(--bs-gutter-x)) / 2 * -1));
}
}
@media (min-width: 1920px) {
.sidebar--white::before {
transform: translateX(calc((1920px - var(--container-size) + var(--bs-gutter-x)) / 2 * -1));
}
}
.sidebar .sidebar-content {
max-width: var(--container-size);
margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px) {
.sidebar .sidebar-content {
padding-right: 60px;
}
}
@media (max-width: 1199px) {
.sidebar .img-initial {
width: calc(100% + 120px);
max-width: calc(100% + 120px);
margin-left: -60px;
margin-right: -60px;
}
}
@media (max-width: 767px) {
.sidebar .img-initial {
position: relative;
right: 50%;
left: 50%;
width: 100vw;
max-width: 100vw;
margin-right: -50vw;
margin-left: -50vw;
}
}
@media (min-width: 1200px) {
.sidebar .img-initial {
margin-left: auto;
margin-right: auto;
}
}
@media (min-width: 1440px) {
.sidebar .img-initial {
position: absolute;
right: 0;
}
.page-template-template-contact .sidebar .img-initial {
z-index: -1;
}
}
@media (min-width: 1200px) {
.sidebar--sticky {
position: sticky;
top: 240px;
align-self: start;
}
}
.sidebar--border {
padding-top: 0;
margin-top: 60px;
}
@media (min-width: 1200px) {
.sidebar--border {
padding-left: 30px;
margin-top: 240px;
border-left: 1px solid rgba(193, 177, 166, 0.4);
}
}
.main-content {
grid-area: 1/1/2/2;
padding-top: 60px;
}
@media (min-width: 1440px) {
.main-content {
padding-top: 140px;
grid-area: 1/4/2/13;
}
}
.block-two-images {
display: flex;
align-items: flex-start;
margin-bottom: 100px;
max-width: 1800px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) {
.block-two-images {
gap: 8px;
}
}
@media (min-width: 1200px) {
.block-two-images {
gap: 20px;
}
}
@media (min-width: 768px) {
.block-two-images img:nth-child(1) {
width: 65.56%;
}
}
.block-two-images img:nth-child(2) {
display: none;
}
@media (min-width: 768px) {
.block-two-images img:nth-child(2) {
width: 33.33%;
display: block;
margin-top: clamp(60px, 7.3vw, 140px);
}
}
.block-two-images--white {
position: relative;
margin-bottom: 0;
}
.block-two-images--white::before {
content: "";
pointer-events: none;
position: absolute;
right: 50%;
left: 50%;
bottom: 0;
height: 50%;
width: 100vw;
margin-right: -50vw;
margin-left: -50vw;
background: var(--white);
z-index: -1;
}
.block-two-images--reverse {
flex-direction: row-reverse;
}
.row--space-top {
padding-top: 60px;
}
@media (min-width: 1200px) {
.row--space-top {
padding-top: 120px;
}
}
@media (min-width: 1700px) {
.row--space-top {
padding-top: 150px;
}
}
@media (min-width: 1200px) {
.row--space-top-xl {
padding-top: 250px;
}
}
.row--space-bottom--small {
margin-bottom: 60px;
}
@media (min-width: 1200px) {
.row--space-bottom--small {
margin-bottom: 100px;
}
}
.row--white {
padding-top: 60px;
padding-bottom: 60px;
position: relative;
}
@media (min-width: 1200px) {
.row--white {
padding-top: 140px;
padding-bottom: 140px;
}
}
.row--white::before {
content: "";
pointer-events: none;
position: absolute;
right: 50%;
left: 50%;
top: 0;
height: 100%;
width: 100vw;
margin-right: -50vw;
margin-left: -50vw;
background: var(--white);
z-index: -1;
}
.row--white .col-xxl-5 p:last-of-type {
margin-bottom: 0;
}
.row--white-small {
padding-top: 0px;
padding-bottom: 60px;
}
@media (min-width: 1200px) {
.row--white-small {
padding-top: 0;
padding-bottom: 100px;
}
}
.row--white-small .cards-grid {
margin-bottom: 0;
}
.row--image-large {
padding-bottom: 0;
}
@media (min-width: 1400px) {
.row--image-large {
padding-top: 140px;
padding-bottom: 60px;
}
}
@media (min-width: 1700px) {
.row--image-large {
padding-bottom: 140px;
}
}
@media (max-width: 1399px) {
.row--image-large .img-initial {
margin-top: 60px;
position: relative;
right: 50%;
left: 50%;
width: 100vw;
max-width: 100vw;
margin-right: -50vw;
margin-left: -50vw;
height: 540px;
object-fit: cover;
}
}
@media (min-width: 1400px) {
.row--image-large .img-initial {
margin-top: -140px;
margin-bottom: -140px;
}
}
@media (min-width: 1920px) {
.row--image-large .img-initial {
width: 49.6vw;
}
}
.cards-grid {
display: grid;
gap: 40px var(--bs-gutter-x);
margin-bottom: 40px;
}
@media (min-width: 768px) {
.cards-grid {
grid-template-columns: repeat(2, 1fr);
}
}
.card {
position: relative;
}
.card__number {
position: absolute;
left: 0;
color: var(--accent);
font-size: 14px;
font-weight: 400;
line-height: 1.7;
letter-spacing: -0.5px;
}
.card__icon {
width: 60px;
margin-bottom: 20px;
}
.card__title {
margin-bottom: 18px;
}
.card__content {
margin-bottom: 20px;
}
.card--has-number {
padding-left: 40px;
}
.card--has-number .card__content,
.card--has-number .card__content p {
margin-bottom: 0;
}
@media (min-width: 1200px) {
.card--vertical {
padding-left: 90px;
}
.card--vertical .card__icon {
position: absolute;
left: 0;
}
}
.logos-container {
--gap: 20px;
display: flex;
gap: var(--gap);
justify-content: center;
margin-top: 40px;
flex-direction: column;
align-items: center;
}
@media (min-width: 768px) {
.logos-container {
--gap: 50px;
flex-direction: row;
align-items: flex-start;
}
}
.logos-container .logo {
flex-shrink: 0;
}
.logos-container .logo + .logo {
display: flex;
flex-direction: column;
gap: var(--gap);
}
@media (min-width: 768px) {
.logos-container .logo + .logo {
flex-direction: row;
}
}
.logos-container .logo + .logo::before {
content: "";
border-top: 1px solid rgba(193, 177, 166, 0.4);
width: 60%;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) {
.logos-container .logo + .logo::before {
border-top: 0;
border-left: 1px solid rgba(193, 177, 166, 0.4);
}
}
figure {
margin-top: 40px;
margin-bottom: 60px;
position: relative;
}
figure img {
margin-bottom: 20px;
width: 100%;
height: auto;
}
figure figcaption {
max-height: 1em;
font-size: 12px;
font-style: normal;
font-weight: 325;
line-height: 1;
}
figure figcaption::before {
display: inline-block;
content: "";
min-width: 30px;
height: 1px;
margin-bottom: 4px;
background: rgba(193, 177, 166, 0.4);
margin-right: 15px;
}
figure.aligncenter img {
margin-left: auto;
margin-right: auto;
}
.fullsize {
width: 100% !important;
}
.fullsize img {
width: 100%;
}
@media (max-width: 990px) {
.fullsize img {
min-width: 100%;
width: auto;
}
}
.page-content .img-large,
.content .img-large {
position: relative;
right: 50%;
left: 50%;
width: 100vw;
max-width: 100vw;
margin-right: -50vw;
margin-left: -50vw;
}
.page-content .img-large img,
.content .img-large img {
width: 100%;
margin-left: auto;
margin-right: auto;
}
.page-content .img-large figcaption,
.content .img-large figcaption {
margin-left: 60px;
}
@media (min-width: 1200px) {
.page-content .img-large figcaption,
.content .img-large figcaption {
margin-left: calc((100vw - var(--container-size)) / 2);
}
}
@media (min-width: 1920px) {
.page-content .img-large figcaption,
.content .img-large figcaption {
margin-left: calc((100vw - 1920px) / 2);
}
}
.cta-large {
display: flex;
padding: 30px 40px;
justify-content: center;
align-items: center;
flex-direction: column;
background: var(--white);
gap: 20px;
max-width: 1057px;
margin-left: auto;
margin-right: auto;
margin-top: 100px;
margin-bottom: 100px;
border: 1px solid #f0ebe7;
}
.cta-large span {
font-size: 24px;
font-style: normal;
font-weight: 325;
line-height: 34px; letter-spacing: -1px;
text-align: center;
}
@media (min-width: 1200px) {
.cta-large span {
text-align: left;
}
}
@media (min-width: 1200px) {
.cta-large {
justify-content: space-between;
flex-direction: row;
}
}
.infos {
padding-left: 40px;
position: relative;
}
.infos::before {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 26 27'%3E%3Ccircle cx='13' cy='13.5' r='12.5' stroke='%23AB5D58'/%3E%3Cpath fill='%23AB5D58' d='M14.765 19.5h-1.883v-5.878H11v-1.959h3.765V19.5Zm-.941-9.551c-.65 0-1.177-.549-1.177-1.225 0-.675.527-1.224 1.177-1.224.649 0 1.176.549 1.176 1.224 0 .676-.527 1.225-1.176 1.225Z'/%3E%3C/svg%3E");
background-size: 26px 26px;
width: 26px;
height: 26px;
content: "";
display: block;
position: absolute;
left: 0;
}
.is-layout-flex.are-vertically-aligned-top {
align-items: flex-start !important;
}
.bigImageWText {
background: var(--black);
position: relative;
overflow: hidden;
height: 100vh;
}
.bigImageWText .scene {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
z-index: 1;
height: 100%;
}
.bigImageWText .scene h2,
.bigImageWText .scene > div {
z-index: 3;
width: 540px;
margin: 0 calc(50% - 270px);
color: var(--white);
}
@media (max-width: 1190px) {
.bigImageWText .scene h2,
.bigImageWText .scene > div {
width: 90%;
margin: 30px 30px;
}
}
.bigImageWText .scene > div {
margin-top: 60px;
}
@media (max-width: 1190px) {
.bigImageWText .scene > div {
bottom: 60px;
margin-top: 0;
top: inherit !important;
}
}
.bigImageWText picture {
position: absolute;
top: 0;
width: auto;
min-width: calc(100vw + 200px);
margin-left: 0px;
margin-top: -50px;
height: calc(100vh + 100px);
object-fit: cover;
opacity: 0.55;
}
.bigImageWText picture img {
width: auto;
height: 100%;
min-width: calc(100vw + 200px);
margin-left: -100px;
object-fit: cover;
}
.swiper-slider {
overflow-x: visible;
}
.swiper-slider:not(.slider-history) {
margin-left: calc((100vw - var(--container-size)) / 2);
}
.swiper-slider.swiper-inner {
width: 100vw;
margin: 80px 0;
position: relative;
right: 50%;
left: 50%;
width: 100vw;
max-width: 100vw;
margin-right: -50vw;
margin-left: -50vw;
}
.swiper-slider.swiper-inner img {
object-fit: cover;
max-height: 80vh;
}
.swiper-slider .swiper-button-prev,
.swiper-slider .swiper-button-next {
height: 100%;
top: 0;
right: 0;
width: 240px;
}
@media (max-width: 1200px) {
.swiper-slider .swiper-button-prev,
.swiper-slider .swiper-button-next {
display: none;
}
}
.swiper-slider .swiper-button-prev:after,
.swiper-slider .swiper-button-next:after {
content: none;
}
.swiper-slider .swiper-button-prev {
left: 0;
width: 150px;
}
.wp-block-columns {
align-items: stretch !important;
}
.wp-block-columns .wp-block-image figure {
margin-top: 0;
}
@media (min-width: 1200px) {
.single-post .page-content .wp-block-image img {
max-width: initial;
min-width: 50vw;
max-height: 80vh;
object-fit: cover;
min-width: 82vw;
height: 80vh !important;
min-height: 0;
}
.single-post .page-content .wp-block-image.realDimension img {
height: auto !important;
}
.single-post .page-content .wp-block-columns {
min-width: 77vw;
}
.single-post .page-content .wp-block-columns .wp-block-column {
width: -webkit-fill-available;
}
.single-post .page-content .wp-block-columns .wp-block-column .wp-block-image img {
min-width: 100%;
}
.page-template-template-interior-spaces-subpages .wp-block-columns {
gap: 3em;
}
.page-template-template-interior-spaces-subpages .wp-block-columns:has(> .wp-block-column:nth-child(2):last-child) .wp-block-column {
width: 50%;
}
.page-template-template-interior-spaces-subpages .wp-block-columns:has(> .wp-block-column:nth-child(3):last-child) .wp-block-column {
width: 33%;
}
.page-template-template-interior-spaces-subpages .wp-block-columns .wp-block-column {
width: -webkit-fill-available;
height: 100%;
}
.page-template-template-interior-spaces-subpages .wp-block-columns .wp-block-column .wp-block-image .alignright {
margin: 0 0 0 50px;
}
.page-template-template-interior-spaces-subpages .wp-block-columns .wp-block-column .wp-block-image .alignleft {
margin: 0 50px 0 0;
float: right;
}
.page-template-template-interior-spaces-subpages .wp-block-columns .wp-block-column .wp-block-image img.img-initial {
object-fit: cover;
height: 65vh !important;
min-width: 46vw;
}
}
@media (max-width: 990px) { .page-content .wp-block-columns,
.content .wp-block-columns {
flex-direction: column !important;
}
.page-content .wp-block-columns .wp-block-column,
.content .wp-block-columns .wp-block-column {
width: -webkit-fill-available;
}
.page-content .wp-block-columns .wp-block-column .wp-block-image img,
.content .wp-block-columns .wp-block-column .wp-block-image img {
min-width: 100%;
} }
.indexUpper {
position: relative;
z-index: 3;
}
.is-vertically-aligned-bottom {
margin-top: auto !important;
padding: 30px 0;
}
.is-vertically-aligned-center {
margin: auto 0 !important;
padding: 30px 0;
}
.slider-home .swiper,
.slider-home--video .col-xl-6 { }
.slider-home--video {
position: relative;
}
.swiper-slide {
position: relative;
}
.swiper-image {
position: relative;
height: 100%;
}
.swiper-image img {
object-fit: cover;
height: 100%;
}
.swiper-image::after {
z-index: 1;
position: absolute;
inset: 0;
content: "";
background: linear-gradient(180deg, rgba(29, 29, 27, 0) 33.19%, rgba(29, 29, 27, 0.6) 100%);
}
.slider-home .swiper-image {
position: relative;
height: 100%;
}
.slider-home .swiper-image img,
.slider-home .swiper-image video {
object-fit: cover;
min-height: 720px;
height: 100vh;
min-width: 100%;
width: auto;
}
.swiper-content,
.slider-home--video .container .row {
position: absolute;
width: 100%;
bottom: 130px;
z-index: 2;
}
.swiper-content p.animeLetter,
.slider-home--video .container .row p.animeLetter {
color: var(--white);
max-width: 750px; }
@media (max-width: 990px) {
.swiper-content p.animeLetter,
.slider-home--video .container .row p.animeLetter {
max-width: 75%;
}
}
.slider-home--video .col-xl-6 {
display: flex;
align-items: flex-end;
}
.section-home--hero .wrapper {
position: relative;
}
.section-home--hero .socials {
position: absolute;
right: calc((100vw - var(--container-size)) / 2);
z-index: 2;
bottom: 30px;
}
@media (min-width: 768px) {
.section-home--hero .socials {
bottom: 50px;
}
}
@media (min-width: 1920px) {
.section-home--hero .socials {
bottom: 60px;
right: calc((1920px - var(--container-size)) / 2);
}
}
.section-home--products {
margin-bottom: 40px;
}
@media (min-width: 1200px) {
.section-home--products {
margin-bottom: 100px;
}
}
.section-home--products .pretitle {
margin-top: 60px;
}
@media (min-width: 1200px) {
.section-home--products .pretitle {
margin-top: 140px;
}
}
.section-home--products .large {
margin-bottom: 60px;
}
@media (min-width: 1200px) {
.section-home--products .large {
margin-bottom: 130px;
}
}
.section-home--products .col-left [data-imganim-1] {
display: none;
}
@media (min-width: 1200px) {
.section-home--products .col-left [data-imganim-1] {
display: block;
margin-left: auto;
}
}
@media (min-width: 1200px) {
.section-home--products .medium {
max-width: 66.66666667%;
}
}
.section-home--products .medium:first-of-type {
margin-top: 60px;
}
@media (min-width: 1200px) {
.section-home--products .medium:first-of-type {
margin-top: 100px;
}
}
@media (min-width: 1920px) {
.section-home--products .col-right .img-full {
width: 50vw;
}
}
.section-home--products-cta {
margin-bottom: 60px;
display: grid;
gap: 20px;
}
@media (min-width: 1200px) {
.section-home--products-cta {
margin-bottom: 180px;
grid-template-columns: repeat(3, 1fr);
}
}
.product-cta {
position: relative;
background: var(--accent);
}
.product-cta__content {
position: absolute;
bottom: 0;
display: flex;
flex-direction: column;
gap: 10px;
z-index: 2;
padding: 40px 30px;
width: 100%;
}
@media (min-width: 768px) {
.product-cta__content {
padding: 60px;
}
}
@media (min-width: 1200px) {
.product-cta__content {
padding: 40px 30px;
gap: 20px;
}
}
@media (min-width: 1700px) {
.product-cta__content {
padding: 60px;
}
}
.product-cta__title {
color: var(--white);
text-transform: uppercase;
margin-bottom: 0;
max-width: 16ch;
}
.product-cta__icon {
align-self: flex-end;
transition: transform 0.5s var(--transition);
}
.product-cta__image {
position: relative;
overflow: hidden;
}
.product-cta__image::after {
position: absolute;
content: "";
inset: 0;
width: 100%;
height: 100%;
display: block;
z-index: 1;
background: linear-gradient(180deg, rgba(29, 29, 27, 0) 33.19%, rgba(29, 29, 27, 0.6) 100%);
}
.product-cta__image img {
width: 100%;
object-fit: cover;
transition: transform 2s var(--transition);
}
.product-cta__link {
position: absolute;
inset: 0;
z-index: 3;
}
.product-cta__link:hover ~ .product-cta__image img {
transform: scale(1.1);
}
.product-cta__link:hover ~ .product-cta__content .product-cta__icon {
transform: rotate(45deg);
}
.section-home--adn [class~=col] {
margin-bottom: 20px;
}
@media (max-width: 767px) {
.section-home--adn .medium {
margin-bottom: 0;
}
}
@media (min-width: 1200px) {
.section-home--adn .large {
margin-bottom: 0;
}
}
.section-home--adn .col-image {
margin-bottom: 60px;
}
@media (min-width: 1200px) {
.section-home--adn .col-image {
margin-bottom: 0;
}
.section-home--adn .col-image video {
margin-top: -120px;
}
}
@media (min-width: 1440px) {
.section-home--adn .col-offset-top {
margin-top: -100px;
}
}
@media (min-width: 1700px) {
.section-home--adn .col-offset-top {
margin-top: -120px;
}
}
.section-home--adn .col-text {
margin-bottom: 40px;
}
@media (min-width: 1200px) {
.section-home--adn .col-text {
margin-bottom: 0;
}
}
.section-home--adn .btn-arrow {
margin-top: 40px;
}
.section-home--stats {
margin-top: 20px;
}
@media (min-width: 1700px) {
.section-home--stats {
margin-top: -80px;
z-index: -1;
position: relative;
}
}
.section-home--stats .container {
position: relative;
}
.section-home--stats .heading {
transform: translateY(-25px);
}
@media (min-width: 768px) {
.section-home--stats .heading {
transform: translateY(-45px);
}
}
@media (min-width: 1200px) {
.section-home--stats .heading {
position: absolute;
width: 41.66666667%;
left: calc(50% + 10px);
transform: translateY(-80%);
}
}
@media (min-width: 1700px) {
.section-home--stats .heading {
transform: translateY(-65%);
}
}
.section-home--stats .row {
margin-top: 20px;
}
@media (min-width: 1200px) {
.section-home--stats .row {
margin-top: 120px;
}
}
@media (min-width: 1200px) {
.section-home--stats .pretitle {
margin-bottom: 340px;
}
}
.stats {
display: grid;
gap: 30px;
margin-bottom: 60px;
}
@media (min-width: 768px) {
.stats {
gap: 40px var(--bs-gutter-x);
grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 1200px) {
.stats {
margin-bottom: 68px;
}
}
.stat {
display: flex;
flex-direction: column;
gap: 20px;
}
@media (max-width: 767px) {
.stat {
padding-bottom: 20px;
border-bottom: 1px solid rgba(193, 177, 166, 0.4);
}
.stat:last-of-type {
border-bottom: 0;
padding-bottom: 0;
}
}
.stat__number {
display: block;
margin-right: 40px;
font-size: 64px;
font-weight: 350;
line-height: 1;
letter-spacing: -5px;
color: var(--black);
}
.stat__number::before {
content: attr(data-prefix); }
@media (min-width: 768px) {
.stat__number {
padding-bottom: 20px;
border-bottom: 1px solid rgba(193, 177, 166, 0.4);
}
}
@media (min-width: 1200px) {
.stat__number {
font-size: 69px;
}
}
@media (min-width: 1700px) {
.stat__number {
font-size: 74px;
}
}
.stat__description {
color: #5d5c5c;
font-weight: 325;
line-height: 1.78;
}
@media (min-width: 1200px) {
.stat__description {
font-size: 18px;
}
}
.section-home--news {
background: var(--white);
padding-top: 60px;
padding-bottom: 60px;
}
@media (min-width: 1200px) {
.section-home--news {
padding-top: 140px;
padding-bottom: 140px;
}
}
.news-grid {
display: grid;
grid-auto-columns: 1fr;
gap: 30px var(--bs-gutter-x);
margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 768px) {
.news-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 1200px) {
.news-grid {
margin-left: 60px;
margin-right: 60px;
grid-template-columns: repeat(4, 1fr);
}
}
@media (min-width: 768px) {
.news-grid .news-item--featured {
grid-area: 1/1/2/3;
}
}
@media (min-width: 1200px) {
.news-grid .news-item--featured {
grid-area: 1/1/3/3;
}
}
.section-home--reseau .img-large {
object-fit: cover;
width: 100%;
}
.section-home--reseau .col-offset-top {
margin-top: 40px;
}
@media (min-width: 1200px) {
.section-home--reseau .col-offset-top {
margin-top: -100px;
}
.section-home--reseau .col-offset-top--large {
margin-top: -220px;
}
}
@media (min-width: 1700px) {
.section-home--reseau .col-offset-top {
margin-top: -100px;
}
.section-home--reseau .col-offset-top--large {
margin-top: -340px;
}
}
.section-home--reseau .heading {
z-index: 9;
margin-top: -22.5px;
}
@media (min-width: 768px) {
.section-home--reseau .heading {
margin-top: -45px;
}
}
@media (min-width: 1200px) {
.section-home--reseau .heading {
margin-top: -180px;
}
}
@media (min-width: 1440px) {
.page-template-template-presse .main-content {
grid-area: 1/5/2/13;
}
}
.page-template-template-presse .hero.hero--with-image {
margin-bottom: 0;
}
.mailto-box {
display: flex;
gap: 20px;
margin-bottom: 60px;
margin-top: 26px;
}
@media (min-width: 768px) {
.mailto-box {
margin-top: 40px;
justify-content: center;
}
}
@media (min-width: 1200px) {
.mailto-box {
margin-top: 26px;
margin-bottom: 80px;
}
}
@media (min-width: 1440px) {
.mailto-box {
justify-content: flex-start;
}
}
.mailto-box__content p {
color: var(--grey);
font-size: 16px;
font-weight: 325;
line-height: 24px;
text-align: left;
}
.page-search .hero .content-section {
text-align: center;
}
.search__wrapper {
margin-left: auto;
margin-right: auto;
position: relative;
}
@media (min-width: 768px) {
.search__wrapper {
width: 600px;
}
}
#swpquery,
form.searchwp-form input.swp-input--search,
.search__input {
width: 100%;
border-radius: 24px;
border: 1px solid rgba(193, 177, 166, 0.4);
padding: 10px 30px;
font-size: 14px;
font-style: normal;
font-weight: 325;
line-height: 2;
}
#swpquery:focus,
form.searchwp-form input.swp-input--search:focus,
.search__input:focus {
outline: none;
border-radius: 24px 24px 0px 0px;
}
#swpquery:focus + .search__autocomplete,
form.searchwp-form input.swp-input--search:focus + .search__autocomplete,
.search__input:focus + .search__autocomplete {
display: flex;
}
#swpquery::-webkit-search-cancel-button,
form.searchwp-form input.swp-input--search::-webkit-search-cancel-button,
.search__input::-webkit-search-cancel-button {
display: none;
}
.search__wrapper {
position: relative;
}
.search__wrapper button {
position: absolute;
width: 18px;
height: 18px;
padding: 0;
margin: 0;
right: 30px;
top: 15px;
border: none;
background-color: transparent;
}
.search__wrapper button svg {
fill: var(--black);
}
.search__wrapper button:hover svg {
fill: var(--accent);
}
#searchsubmit {
display: none;
}
.searchwp-live-search-results,
.search__autocomplete {
padding: 10px 30px;
width: 100%;
border-radius: 0px 0px 24px 24px !important;
border: 1px solid rgba(193, 177, 166, 0.4);
border-top: 0;
background: var(--white);
box-shadow: none !important;
margin-top: -4px;
}
@media (min-width: 1200px) {
.searchwp-live-search-results,
.search__autocomplete {
max-width: 600px;
}
}
.searchwp-live-search-results span,
.search__autocomplete span {
color: #5d5c5c;
font-weight: 325;
line-height: 2;
}
.searchwp-live-search-results span strong,
.search__autocomplete span strong {
color: var(--black);
font-weight: 350;
}
@keyframes searchwp-spinner-line-fade-quick {
0%, 39%, 100% {
opacity: 0.25;
}
40% {
opacity: 1;
}
}
.search__close {
position: absolute;
appearance: none;
border: 0;
background: none;
right: 60px;
}
.search__summary {
margin-top: 20px;
}
.search__results {
display: grid;
gap: 20px;
margin-bottom: 60px;
}
@media (min-width: 768px) {
.search__results {
grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 1200px) {
.search__results {
grid-template-columns: repeat(3, 1fr);
}
}
@media (min-width: 1920px) {
.search__results {
grid-template-columns: repeat(4, 1fr);
margin-bottom: 100px;
}
}
.search-result {
text-decoration: none;
display: block;
padding: 40px;
background: var(--white);
}
.search-result__tag {
color: var(--accent);
font-size: 10px;
font-weight: 350;
line-height: 2;
letter-spacing: 1px;
text-transform: uppercase;
}
.search-result__icon {
fill: var(--black);
}
.search-result__icon {
margin-left: auto;
transition: all 500ms var(--transition);
}
.search-result__highlight {
display: inline-block;
background: var(--accent);
color: var(--white);
padding-left: 1px;
padding-right: 1px;
}
.search-result:hover p {
color: var(--accent);
}
.search-result:hover .search-result__icon {
transform: rotate(45deg);
}
.search-result:hover .search-result__icon path {
fill: var(--accent);
}
.page-template-template-contact .hero.hero--with-image {
margin-bottom: 0;
}
@media (min-width: 1440px) {
.page-template-template-contact .main-content {
grid-area: 1/5/2/13;
}
}
.tel-box {
display: flex;
gap: 20px;
align-items: center;
margin-bottom: 60px;
margin-top: 26px;
padding-bottom: 40px;
border-bottom: 1px solid rgba(193, 177, 166, 0.4);
}
@media (min-width: 768px) {
.tel-box {
margin-top: 40px;
justify-content: center;
}
}
@media (min-width: 1200px) {
.tel-box {
margin-top: 26px;
margin-bottom: 40px;
}
}
@media (min-width: 1440px) {
.tel-box {
justify-content: flex-start;
}
}
.tel-box__content {
color: var(--black);
font-size: 20px;
font-weight: 350;
line-height: 1.5;
letter-spacing: -0.5px;
}
address {
font-size: 16px;
font-weight: 325;
line-height: 30px;
}
address strong {
color: var(--black);
}
.page-template-template-contact address {
margin-bottom: 80px;
}
.row-intro-poseur {
margin-bottom: 60px;
}
@media (min-width: 1200px) {
.row-intro-poseur h1 {
margin-bottom: 0;
}
}
.row--network {
margin-bottom: 0;
padding-bottom: 0;
}
@media (min-width: 1200px) {
.row--network + .row--network {
margin-bottom: 0;
padding-top: 60px;
padding-bottom: 100px;
}
}
.row--network-last {
padding-bottom: 60px !important;
}
@media (min-width: 1200px) {
.row--network-last {
padding-bottom: 240px !important;
}
}
.block-warranty {
padding: 60px 0 60px 0;
background-color: var(--accent);
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 391 350'%3E%3Cg fill='%23fff' opacity='.4'%3E%3Cpath d='M220.615 28.563c69.902 12.326 114.357 71.17 115.616 139.014l41.974 7.401C380 88.461 324.185 8.81 228.141-8.126 132.096-25.06 52.055 30.943 23.675 112.465l41.478 7.314c23.905-63.68 85.197-103.605 155.462-91.216ZM170.175 320.615c-66.597-11.743-109.996-65.752-115.049-129.479l-42.502-7.494c2.303 82.796 57.451 157.338 150.025 173.662 92.574 16.323 170.137-35.092 201.101-111.749l-41.908-7.389c-26.088 58.474-84.74 94.25-151.667 82.449Z'/%3E%3Cpath d='m149.719 131.272-19.868 1.932-1.24-15.774 30.02-4.039 12.757 2.249-18.755 106.364-18.343-3.234 15.429-87.498ZM173.626 171.554l.053-.298c5.32-30.172 27.972-51.374 55.635-46.496 27.663 4.878 41.452 32.197 36.132 62.369l-.052.298c-5.32 30.172-27.972 51.374-55.635 46.496-27.663-4.878-41.453-32.197-36.133-62.369Zm72.645 12.809.053-.298c3.671-20.822-3.999-39.746-20.26-42.614-16.261-2.867-29.534 11.92-33.229 32.875l-.053.298c-3.671 20.822 3.867 39.723 20.227 42.608 16.36 2.884 29.587-12.218 33.229-32.875M138.358 234.153l4.462.787 11.702 45.925-5.123-.903-2.954-12.042-22.937-4.044-6.961 10.293-4.892-.862 26.703-39.154Zm6.957 29.158-5.785-23.242-13.417 19.856 19.202 3.386ZM170.233 240.081l4.462.787 20.564 38.565 5.975-33.886 4.627.816-7.454 42.274-3.8-.67-21.091-39.444-6.11 34.648-4.627-.816 7.454-42.274ZM208.616 284.078l3.561-2.995c3.694 4.753 7.541 7.483 13.391 8.514 5.85 1.032 9.918-1.362 10.655-5.539l.023-.133c.69-3.912-1.028-6.54-9.525-9.953-9.309-3.829-13.221-7.733-11.994-14.695l.024-.133c1.169-6.631 7.884-10.507 15.882-9.096 6.148 1.084 10.233 3.616 13.889 7.816l-3.425 3.191c-3.339-3.871-7.026-5.957-11.356-6.72-5.486-.968-9.489 1.437-10.161 5.25l-.023.133c-.702 3.979 1.049 6.612 9.985 10.239 9.024 3.711 12.746 7.922 11.611 14.355l-.023.132c-1.274 7.228-8.12 10.876-16.481 9.401-6.677-1.177-11.771-4.366-16.027-9.8M94.229 118l-.067-.012c-6.587-4.58-8.598-13.276-3.956-20.081 2.76-4.06 5.575-5.718 9.248-6.643l1.742 5.777c-2.678.69-4.586 1.653-6.371 4.244-2.475 3.598-1.13 8.724 2.822 11.437l.066.012c4.247 2.971 9.308 2.291 12.024-1.709 1.237-1.798 1.886-3.735 1.81-5.629l-3.31-2.293-3.398 4.973-4.407-3.033 6.696-9.76 10.09 6.942c.438 3.701-.085 8.019-2.89 12.14-4.815 7.014-13.154 8.312-20.055 3.574M120.069 67.31l4.484-3.209 25.983 16.342-5.074 3.652-5.686-3.703-9.331 6.73 1.662 6.618-4.958 3.57-7.053-29.96-.027-.04Zm14.757 9.85-8.257-5.353 2.372 9.546 5.857-4.232.028.039ZM152.711 49.17l11.974-3.359c3.331-.916 6.187-.686 8.409.628 1.881 1.118 3.247 3.035 3.956 5.587l-.012.066c1.27 4.395-.248 7.785-3.233 10.028l9.098 7.929-6.74 1.888-8.04-7.161-4.516 1.255 2.419 8.7-5.771 1.614-7.538-27.208-.006.033Zm15.247 9.97c2.8-.805 3.967-2.787 3.35-5.084l.011-.066c-.741-2.559-2.841-3.407-5.635-2.635l-5.732 1.587 2.168 7.801 5.843-1.636-.005.033ZM205.393 41.64l5.502.49 9.018 29.453-6.235-.587-1.911-6.559-11.434-1.058-3.051 6.094-6.07-.558 14.187-27.31-.006.034Zm4.747 17.143-2.759-9.477-4.446 8.788 7.211.656-.006.033ZM241.99 49.391l4.947 2.48 3.646 21.257 7.758-15.589 5.261 2.637-12.573 25.304-4.541-2.271-3.794-21.967-7.984 16.096-5.293-2.643L241.99 49.39ZM281.7 82.58l-5.724-6 4.139-3.954 15.527 16.31-4.112 3.992-5.724-6-16.239 15.563-4.112-4.315L281.7 82.58ZM306.989 106.404l-24.78 13.515 2.85 5.263 24.779-13.515-2.849-5.263ZM318.815 132.61l4.718 20.011-5.376 1.308-3.352-14.231-5.554 1.345 2.939 12.518-5.371 1.275-2.944-12.484-5.764 1.376 3.395 14.376-5.376 1.309-4.789-20.194 27.474-6.609Z'/%3E%3C/g%3E%3C/svg%3E");
background-repeat: no-repeat;
background-size: 289px 298px;
padding-bottom: 300px;
background-position: center calc(100% + 20px);
position: relative;
color: var(--white);
}
.block-warranty h2 {
color: var(--white);
}
.block-warranty a {
color: var(--white);
}
.block-warranty a:hover {
color: var(--white);
}
@media (min-width: 1200px) {
.block-warranty {
padding-top: 80px;
padding-bottom: 60px;
background-position: center right;
margin-top: -140px;
}
.block-warranty::after {
position: absolute;
display: block;
top: 0;
right: calc((1920px - var(--container-size) + var(--bs-gutter-x)) / 2 * -1);
content: "";
background-color: var(--accent);
height: 100%;
width: calc((1920px - var(--container-size) + var(--bs-gutter-x)) / 2);
}
}
@media (min-width: 1700px) {
.block-warranty {
background-size: initial;
}
}
@media (max-width: 1199px) {
.block-warranty {
text-align: center;
position: relative;
right: 50%;
left: 50%;
width: 100vw;
height: 100%;
margin-right: -50vw;
margin-left: -50vw;
padding-left: 60px;
padding-right: 60px;
}
}
@media (max-width: 767px) {
.block-warranty {
padding-left: 30px;
padding-right: 30px;
}
}
.cta-poseur {
padding-top: 64px;
padding-bottom: 64px;
margin-top: 60px;
margin-bottom: 60px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 60px;
text-decoration: none;
position: relative;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) {
.cta-poseur {
padding-top: 64px;
padding-bottom: 64px;
margin-top: 0px;
margin-bottom: 140px;
flex-direction: row;
}
}
@media (min-width: 1200px) {
.cta-poseur {
max-width: 1100px;
}
}
.cta-poseur::before {
content: "";
pointer-events: none;
position: absolute;
right: 50%;
left: 50%;
top: 0;
height: 100%;
width: 1920px;
margin-right: -960px;
margin-left: -960px;
background: var(--white);
z-index: -1;
}
.cta-poseur__icon {
flex-shrink: 0;
}
.cta-poseur__arrow {
transition: transform 0.5s var(--transition);
flex-shrink: 0;
}
@media (min-width: 768px) {
.cta-poseur__arrow {
margin-left: auto;
}
}
.cta-poseur__content {
padding-left: 60px;
padding-right: 60px;
text-align: center;
}
@media (min-width: 768px) {
.cta-poseur__content {
padding: 0;
text-align: left;
}
}
.cta-poseur__pretitle {
color: rgba(29, 29, 27, 0.4);
font-size: 18px;
font-weight: 350;
line-height: 22px;
letter-spacing: -1px;
transition: color 0.5s var(--transition);
}
.cta-poseur__title {
color: var(--black);
display: block;
font-size: 34px;
font-weight: 325;
line-height: 1.18;
letter-spacing: -1px;
width: 20ch;
transition: color 0.5s var(--transition);
}
.cta-poseur:hover .cta-poseur__arrow {
transform: rotate(45deg);
}
.cta-poseur:hover .cta-poseur__title {
color: var(--accent);
}
.block-project {
z-index: 4;
background: var(--ultra-light);
padding-top: 60px;
margin-bottom: 80px;
}
@media (min-width: 1200px) {
.block-project {
padding-top: 140px;
}
}
.bim-grid {
display: grid;
gap: var(--bs-gutter-x);
margin-top: 20px;
margin-bottom: 40px;
}
@media (min-width: 768px) {
.bim-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 1200px) {
.bim-grid {
grid-template-columns: repeat(3, 1fr);
}
}
@media (min-width: 1400px) {
.bim-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 1700px) {
.bim-grid {
grid-template-columns: repeat(3, 1fr);
}
}
.bim .form-filters {
margin-left: auto;
}
@media (min-width: 1200px) {
.bim {
width: 60%;
}
}
@media (max-width: 767px) {
.page-template-template-magazine .row--edito::after {
position: absolute;
content: "";
height: 140px;
bottom: 0;
width: 100vw;
right: 50%;
left: 50%;
margin-right: -50vw;
margin-left: -50vw;
background: var(--ultra-light);
z-index: -1;
}
}
@media (min-width: 1200px) {
.page-template-template-magazine .row--edito {
margin-bottom: 280px;
padding-bottom: 60px;
}
.page-template-template-magazine .row--edito .col-right {
position: relative;
}
.page-template-template-magazine .row--edito .col-right img {
height: calc(100% + 160px);
position: absolute;
}
}
.page-template-template-magazine .row--spotlight {
padding-bottom: 60px;
margin-bottom: 60px;
position: relative;
}
@media (min-width: 1200px) {
.page-template-template-magazine .row--spotlight {
padding-top: 80px;
padding-bottom: 100px;
margin-bottom: 280px;
}
.page-template-template-magazine .row--spotlight .col-left {
position: relative;
}
.page-template-template-magazine .row--spotlight .col-left img {
position: absolute;
}
.page-template-template-magazine .row--spotlight p {
margin-top: 40px;
margin-bottom: 40px;
}
}
.page-template-template-magazine .row--spotlight::before {
content: "";
pointer-events: none;
position: absolute;
top: 0;
bottom: 0;
right: calc(var(--bs-gutter-x) * 0.5);
width: 100%;
height: 100%;
background: #f0ebe7;
z-index: -1;
}
@media (min-width: 1200px) {
.page-template-template-magazine .row--spotlight::before {
width: 83%;
}
}
@media (max-width: 768px) {
.page-template-template-magazine .row--spotlight::before {
right: 50%;
left: 50%;
top: 0;
height: 100%;
width: 100vw;
margin-right: -50vw;
margin-left: -50vw;
}
}
.page-template-template-magazine .row--spotlight .col-left img {
margin-bottom: 30px;
width: calc(100% + 20px);
max-width: initial;
object-fit: cover;
}
@media (max-width: 767px) {
.page-template-template-magazine .row--spotlight .col-left img {
content: "";
pointer-events: none;
position: absolute;
right: 50%;
left: 50%;
top: 0;
height: 100%;
width: 100vw;
margin-right: -50vw;
margin-left: -50vw;
}
}
@media (min-width: 768px) {
.page-template-template-magazine .row--spotlight .col-left img {
margin-left: -10px;
margin-right: -10px;
}
}
@media (min-width: 768px) {
.page-template-template-magazine .row--spotlight .col-right {
padding-left: 60px;
padding-right: 60px;
}
}
@media (min-width: 1200px) {
.page-template-template-magazine .row--spotlight .col-right {
padding-right: calc(130px + var(--bs-gutter-x) * 0.5);
padding-left: calc(var(--bs-gutter-x) * 0.5);
}
}
.page-template-template-magazine .news-listing {
margin-top: 60px;
}
.row--poseur {
position: relative;
}
@media (min-width: 1200px) {
.row--poseur::before {
position: absolute;
content: "";
height: 140px;
top: 0;
width: 100vw;
right: 50%;
left: 50%;
margin-right: -50vw;
margin-left: -50vw;
background: var(--white);
z-index: -1;
}
}
.row--poseur img {
object-fit: cover;
}
@media (max-width: 1199px) {
.row--poseur img {
position: relative;
right: 50%;
left: 50%;
width: 100vw;
max-width: 100vw;
margin-right: -50vw;
margin-left: -50vw;
margin-bottom: 60px;
}
}
@media (min-width: 1920px) {
.row--poseur img {
width: 50vw;
}
}
.facings-link {
margin-top: 50px;
}
@media (min-width: 1200px) {
.facings-link {
margin-left: 90px;
}
}
.title-faq {
font-size: 94px;
font-style: normal;
font-weight: 325;
line-height: 1;
letter-spacing: -2px;
text-transform: uppercase;
margin-bottom: 60px;
}
@media (min-width: 768px) {
.title-faq {
text-align: right;
}
}
.page-template-template-product-preparation-and-installation .hero.hero--with-image {
margin-bottom: 0;
}
.page-template-template-product-preparation-and-installation .row--product-gamme-intro img {
margin-top: 0;
}
@media (min-width: 1700px) {
.page-template-template-product-preparation-and-installation .row--product-gamme-intro img {
margin-top: 80px;
}
}
@media (min-width: 1200px) {
.page-template-template-product-preparation-and-installation .row--product-gamme-reverse .img-wrap-white {
transform: translateY(60px);
}
}
.page-template-template-product-preparation-and-installation .row--product-gamme .img-wrap-white {
aspect-ratio: initial;
}
.tech-spec__tints {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
margin-bottom: 20px;
}
@media (min-width: 768px) {
.tech-spec__tints {
margin-bottom: 0;
}
}
.tech-spec__tint {
display: flex;
align-items: center;
flex-direction: column;
gap: 10px;
}
.tech-spec__tint img {
border-radius: 15px;
}
@media (min-width: 768px) {
.tech-spec__tint {
flex-direction: row;
}
}
@media (min-width: 1200px) {
.tech-spec__tint {
flex-direction: column;
}
}
@media (min-width: 1440px) {
.tech-spec__tint {
flex-direction: row;
}
}
.page-template-template-comparator .content {
overflow-x: scroll;
}
.row-comparator {
display: grid;
grid-template-columns: repeat(3, 300px);
grid-template-rows: repeat(2, auto);
align-items: flex-start;
padding-top: 40px;
padding-bottom: 40px;
border-bottom: 1px solid rgba(193, 177, 166, 0.4);
gap: 20px;
}
@media (max-width: 767px) {
.row-comparator {
grid-template-columns: repeat(3, 300px);
}
}
@media (max-width: 1199px) {
.row-comparator {
grid-template-columns: repeat(3, 400px);
grid-template-rows: repeat(2, auto);
gap: 0 20px;
}
.row-comparator .col-comparator:nth-child(1) {
grid-area: 1/1/2/4;
padding-left: 0;
}
.row-comparator .col-comparator:nth-child(2) {
grid-area: 2/1/3/2;
padding-left: 0;
}
.row-comparator .col-comparator:nth-child(2)::before {
display: none !important;
}
.row-comparator .col-comparator:nth-child(3) {
grid-area: 2/2/3/3;
}
.row-comparator .col-comparator:nth-child(4) {
grid-area: 2/3/3/4;
}
}
@media (min-width: 1200px) {
.row-comparator {
grid-template-columns: repeat(4, 400px);
}
}
.row-comparator--first {
border-top: 1px solid rgba(193, 177, 166, 0.4);
}
@media (min-width: 1200px) {
.row-comparator--first {
background: var(--ultra-light);
z-index: 2;
}
}
@media (min-width: 1200px) {
.row-comparator--first.is-pinned {
position: fixed;
top: 0px;
padding-top: 20px;
padding-bottom: 20px;
}
.scroll-up .row-comparator--first.is-pinned {
top: 80px;
}
.row-comparator--first.is-pinned img,
.row-comparator--first.is-pinned .product-comparator__button {
display: none;
}
}
.row-comparator--last {
border-bottom: 0;
}
@media (min-width: 1200px) {
.row-comparator.is-pinned + .row-comparator:nth-child(2) {
margin-top: 450px;
}
}
.col-comparator {
position: relative;
align-self: start;
height: 100%;
padding-left: 20px;
}
.col-comparator:not(:first-child):not(.col-comparator--no-border)::before {
content: "";
height: 100%;
width: 1px;
position: absolute;
left: 0;
display: block;
border-left: 1px dashed rgba(193, 177, 166, 0.6);
}
.col-comparator .pretitle {
transition: all 250ms ease-in;
margin-bottom: 20px;
}
@media (min-width: 1199px) {
.col-comparator .pretitle {
margin-bottom: 30px;
}
}
.product-comparator {
position: relative;
padding-right: 28px;
}
.product-comparator img {
border-radius: 10px;
width: 100%;
margin-bottom: 20px;
transition: opacity 250ms ease-in;
}
.product-comparator__title {
font-size: 24px;
font-style: normal;
font-weight: 350;
line-height: 34px; letter-spacing: -1px;
color: var(--black);
position: sticky;
top: 104px;
}
.product-comparator__button {
background: transparent;
border: 0;
padding: 0;
margin: 0;
appearance: none;
position: absolute;
right: 0;
top: 20px;
}
@media (min-width: 1200px) {
.col-comparator .tints {
gap: 0;
grid-template-columns: repeat(2, 1fr);
}
}
.col-comparator .tints .tint-item {
height: 125px;
}
.col-comparator .tints .tint-item svg {
position: absolute;
top: 5px;
right: 5px;
}
.col-comparator ul:not([class]) {
list-style: none;
padding-left: 25px;
}
.col-comparator ul:not([class]) li {
font-weight: 325;
line-height: 1.87;
}
.col-comparator ul:not([class]) li::before {
display: inline-block;
width: 5px;
margin-right: 10px;
margin-left: -25px;
font-weight: bold;
content: "•";
color: var(--accent);
}
.col-comparator ul:not([class]) li ul {
padding-top: 12px;
padding-bottom: 12px;
}
.col-comparator ul:not([class]) li ul li::before {
content: "○";
}
.col-comparator p {
display: flex;
gap: 10px;
}
@media (min-width: 1200px) {
.single-facing-stone .content,
.single-brick .content,
.single-outdoor-space .content {
margin-bottom: 0;
}
}
.row--product-presentation {
position: relative;
padding-top: 60px;
}
@media (min-width: 768px) {
.row--product-presentation {
padding-top: 0;
}
}
.row--product-presentation::before {
content: "";
pointer-events: none;
position: absolute;
right: 50%;
left: 50%;
top: 0;
height: 100%;
width: 100vw;
margin-right: -50vw;
margin-left: -50vw;
background: var(--white);
z-index: -1;
}
@media (min-width: 1440px) {
.row--product-presentation::after {
content: "";
pointer-events: none;
position: absolute;
right: 50%;
left: 50%;
bottom: 0;
height: 100px;
width: 100vw;
margin-right: -50vw;
margin-left: -50vw;
background: var(--ultra-light);
z-index: -1;
}
}
@media (min-width: 1920px) {
.row--product-presentation::after {
height: 140px;
}
}
.row--product-presentation .col-left {
position: relative;
padding-top: 60px;
}
@media (min-width: 768px) {
.row--product-presentation .col-left {
padding-top: 60px;
}
}
@media (min-width: 1200px) {
.row--product-presentation .col-left {
padding-top: 60px;
}
}
@media (min-width: 1440px) {
.row--product-presentation .col-left {
padding-top: 40px;
}
}
@media (min-width: 1920px) {
.row--product-presentation .col-left {
padding-top: 140px;
}
}
@media (min-width: 1200px) {
.row--product-presentation .col-right {
transform: translateX(calc((100vw - var(--container-size) + var(--bs-gutter-x)) / 2 * -1));
}
}
@media (min-width: 1920px) {
.row--product-presentation .col-right {
transform: translateX(calc((100vw - var(--container-size) + var(--bs-gutter-x)) / 2 * -1));
}
.row--product-presentation .col-right .img-full {
width: 42.1875vw;
max-width: 42.1875vw;
}
}
.row--product-presentation svg {
position: absolute;
right: 20px;
top: -50px;
width: 90px;
}
@media (min-width: 768px) {
.row--product-presentation svg {
width: 90px;
top: 50px;
right: -20px;
}
}
@media (min-width: 1200px) {
.row--product-presentation svg {
width: 162px;
top: 86px;
right: -100px;
}
}
@media (min-width: 1440px) {
.row--product-presentation svg {
top: 106px;
right: -146px;
}
}
.tints--large {
margin-bottom: 40px;
grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 768px) {
.tints--large {
grid-template-columns: repeat(2, 1fr);
}
}
@media (min-width: 1200px) {
.tints--large {
grid-template-columns: repeat(3, 1fr);
}
}
.tint-item {
position: relative;
}
.tint-item--large {
height: 220px;
position: relative;
cursor: pointer;
}
@media (min-width: 1200px) {
.tint-item--large {
height: 280px;
}
}
.tint-item__button {
position: absolute;
appearance: none;
background: transparent;
border: 0;
top: 5px;
right: 5px;
padding: 0;
z-index: 3;
}
.tint-item__label {
position: absolute;
z-index: 2;
bottom: 10px;
left: 10px;
padding: 10px 20px;
background: var(--white);
border-radius: 30px;
font-size: 18px;
color: var(--black);
font-weight: 325;
line-height: 1;
letter-spacing: -0.5px;
}
.row--product-tints {
padding-top: 60px;
margin-bottom: 100px;
}
@media (min-width: 1200px) {
.row--product-tints {
padding-top: 100px;
}
}
.tech-spec {
border-top: 1px solid rgba(193, 177, 166, 0.4);
padding-top: 20px;
padding-bottom: 20px;
}
.tech-spec__heading {
display: block;
font-size: 11px;
font-weight: 350;
line-height: 1.8;
letter-spacing: 1px;
text-transform: uppercase;
color: var(--accent);
margin-bottom: 10px;
}
.tech-spec__content {
color: #5d5c5c;
font-size: 16px;
font-weight: 325;
line-height: 1.8;
}
.row--product-aspect img {
margin-bottom: 30px;
}
@media (min-width: 1200px) {
.row--product-gamme-intro {
margin-top: 100px;
margin-bottom: 140px;
}
}
.row--product-gamme-intro img {
margin-bottom: 40px;
}
@media (min-width: 1200px) {
.row--product-gamme-intro img {
margin-top: -180px;
margin-bottom: 0;
}
}
.row--product-gamme {
position: relative;
margin-bottom: 20px;
}
@media (min-width: 1200px) {
.row--product-gamme {
margin-bottom: 140px;
}
}
.row--product-gamme::before {
content: "";
pointer-events: none;
position: absolute;
top: 0;
right: 10px;
height: 100%;
width: calc(100% - 20px);
z-index: -1;
background: #f0ebe7;
}
@media (min-width: 1200px) {
.row--product-gamme::before {
width: 1520px;
}
}
.row--product-gamme > .col-xl-6 {
padding-top: 40px;
padding-bottom: 40px;
}
@media (min-width: 1200px) {
.row--product-gamme > .col-xl-6 {
padding-top: 80px;
padding-bottom: 80px;
}
}
.row--product-gamme .img-wrap-white {
display: flex;
justify-content: center;
align-items: center;
background: var(--white);
min-height: 290px;
max-height: 80%;
aspect-ratio: 1/1;
padding: 60px;
}
@media (max-width: 1199px) {
.row--product-gamme .img-wrap-white {
height: 100%;
}
}
@media (min-width: 1200px) {
.row--product-gamme .img-wrap-white {
transform: translateY(60px);
}
}
@media (min-width: 1200px) {
.row--product-gamme-reverse {
margin-bottom: 20px;
}
}
.row--product-gamme-reverse::before {
left: 10px;
right: auto;
}
@media (min-width: 1200px) {
.row--product-gamme-reverse .img-wrap-white {
transform: translateY(-60px);
}
}
@media (max-width: 1199px) {
.row--product-gamme .col-xl-6 {
padding-left: 30px;
padding-right: 30px;
}
}
.elements--product-gamme {
display: flex;
gap: 20px;
justify-content: center;
flex-direction: column;
}
@media (min-width: 1200px) {
.elements--product-gamme {
flex-direction: row;
}
}
.elements--product-gamme .element--product-gamme {
display: flex;
padding: 60px 60px 60px;
flex-direction: column;
justify-content: space-between;
align-items: center;
flex: 1 0 0;
border-radius: 25px;
background-color: var(--white);
transition: padding 0.3s;
}
@media (min-width: 1200px) {
.elements--product-gamme .element--product-gamme {
max-width: 50%;
min-width: 25%;
min-height: 565px;
}
}
.elements--product-gamme .element--product-gamme .preview {
transition: all 0s;
text-align: center;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.elements--product-gamme .element--product-gamme .preview img {
margin: 0 auto;
max-height: 220px;
width: auto;
}
.elements--product-gamme .element--product-gamme .preview h3 {
margin-bottom: 25px;
}
.elements--product-gamme .element--product-gamme .preview svg {
margin-top: 25px;
margin-left: auto;
}
.elements--product-gamme .element--product-gamme .detail {
height: 0;
opacity: 0;
visibility: hidden;
transition: opacity 0.5s;
}
.elements--product-gamme .element--product-gamme .detail img {
width: 100%;
margin-bottom: 15px;
}
.elements--product-gamme .element--product-gamme .detail .techs {
margin-top: 30px;
display: flex;
flex-grow: 1;
width: 100%;
gap: 20px;
flex-direction: column;
}
@media (min-width: 1200px) {
.elements--product-gamme .element--product-gamme .detail .techs {
flex-direction: row;
}
}
.elements--product-gamme .element--product-gamme .detail .techs .tech-spec {
flex: 1 0 0;
padding-bottom: 0;
}
.elements--product-gamme .element--product-gamme:hover {
padding: 40px;
transition: padding 0.3s;
}
@media (min-width: 1200px) {
.elements--product-gamme .element--product-gamme:hover {
max-width: 50%;
min-width: 50%;
}
}
.elements--product-gamme .element--product-gamme:hover .preview {
height: 0;
opacity: 0;
visibility: hidden;
}
.elements--product-gamme .element--product-gamme:hover .detail {
height: 100%;
opacity: 1;
visibility: visible;
transition: opacity 0.5s;
}
.element--product-gamme { }
.row--product-tools {
position: relative;
padding-top: 80px;
padding-bottom: 80px;
margin-top: 100px;
}
.row--product-tools::before {
content: "";
pointer-events: none;
position: absolute;
right: 50%;
left: 50%;
top: 0;
height: 100%;
width: 100vw;
margin-right: -50vw;
margin-left: -50vw;
background: #e0d8d0;
z-index: -1;
}
.row--product-tools-content {
position: relative;
padding-bottom: 80px;
}
.row--product-tools-content::before {
content: "";
pointer-events: none;
position: absolute;
right: 50%;
left: 50%;
top: 0;
height: 100%;
width: 100vw;
margin-right: -50vw;
margin-left: -50vw;
background: #e0d8d0;
z-index: -1;
}
.single-facing-stone .row--spotlight,
.single-brick .row--spotlight,
.single-outdoor-space .row--spotlight {
margin-top: 60px;
margin-bottom: 60px;
}
@media (min-width: 1200px) {
.single-facing-stone .row--spotlight,
.single-brick .row--spotlight,
.single-outdoor-space .row--spotlight {
margin-top: 100px;
margin-bottom: 100px;
}
}
.pinterest-grid {
margin-bottom: 60px;
}
.pinterest-grid h6 {
margin-bottom: 5px;
}
@media (min-width: 1200px) {
.pinterest-grid {
margin-bottom: 100px;
}
}
.pinterest-grid .container {
display: flex;
justify-content: center;
}
.pinterest-grid .container > span {
width: 100%;
}
.pinterest-grid .container > span > span:nth-child(2) {
height: auto !important;
}
.page-template-template-our-history-and-know-how .hero.hero--with-image {
margin-bottom: 0;
}
@media (min-width: 1200px) {
.page-template-template-our-history-and-know-how .row--network + .row--network {
padding-top: 30px;
}
}
@media (min-width: 1200px) {
.row--network .col-xl-4 p {
margin-right: 40px;
}
}
.slider-history-wrapper {
display: flex;
gap: var(--bs-gutter-x);
flex-direction: column;
}
@media (min-width: 768px) {
.slider-history-wrapper {
flex-direction: row;
margin-left: calc((100% - var(--container-size) + var(--bs-gutter-x)) / 2);
}
}
@media (min-width: 1920px) {
.slider-history-wrapper {
width: 91.5vw;
}
}
.slider-history {
width: 100%;
}
.slider-history--image {
padding-right: 60px;
}
@media (min-width: 768px) {
.slider-history {
width: calc(100% - 180px);
}
}
@media (min-width: 1200px) {
.slider-history {
width: calc(100% + 0px);
}
.slider-history .swiper-slide {
width: calc((var(--container-size) - var(--bs-gutter-x)) * 0.66);
}
}
@media (max-width: 1199px) {
.slider-history .row {
flex-direction: column-reverse;
}
.slider-history .swiper-slide .slider-history--image {
padding-right: calc(var(--bs-gutter-x) * 0.5);
}
}
.slider-history .slide__year {
font-size: 124px;
font-style: normal;
font-weight: 400;
line-height: 1;
letter-spacing: -10px;
color: #e0d8d0;
position: relative;
margin-bottom: -50px;
display: block;
z-index: -1;
padding-right: 30px;
padding-left: 30px;
text-align: right;
}
@media (min-width: 768px) {
.slider-history .slide__year {
font-size: 174px;
padding: 0;
text-align: left;
}
}
.slider-history .slide__content {
margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 768px) {
.slider-history .slide__content {
margin-right: 0;
margin-left: 40px;
}
}
@media (min-width: 1200px) {
.slider-history .slide__content {
margin-left: 13%;
padding-right: 10%;
}
}
.slider-history .slide__content h3 {
margin-bottom: 20px;
}
.section-discover--history {
padding-top: 60px;
padding-bottom: 60px;
}
@media (min-width: 1200px) {
.section-discover--history {
padding-top: 140px;
padding-bottom: 80px;
}
}
.section-discover--history .swiper-pagination {
position: relative;
inset: auto;
flex-direction: column;
display: flex;
gap: 15px;
width: initial;
align-items: flex-start;
position: relative;
padding-right: 30px;
border-right: 1px solid rgba(193, 177, 166, 0.4);
width: 90px;
margin-left: auto;
margin-right: 30px;
flex-shrink: 0;
}
@media (min-width: 768px) {
.section-discover--history .swiper-pagination {
margin-left: initial;
margin-right: initial;
margin-top: 200px;
}
}
.section-discover--history .swiper-pagination .swiper-pagination-bullet {
width: 100%;
height: initial;
background: none;
border: none;
margin: 0;
max-width: initial !important;
font-size: 13px;
text-align: right;
font-weight: 325;
line-height: 1.54;
text-decoration: none;
display: block;
position: relative;
}
.section-discover--history .swiper-pagination .swiper-pagination-bullet:before {
content: "";
right: -31px;
border-right: 3px solid var(--accent);
width: 3px;
height: 20px;
top: 3px;
display: block;
position: absolute;
opacity: 0;
transition: opacity 500ms var(--transition);
}
.section-discover--history .swiper-pagination .swiper-pagination-bullet::after {
display: none;
}
@media (min-width: 1200px) {
.section-discover--history .swiper-pagination .swiper-pagination-bullet {
max-width: 22ch;
}
}
.section-discover--history .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
color: var(--accent);
font-size: 20px;
font-weight: 350;
line-height: 30px;
letter-spacing: -0.5px;
}
.section-discover--history .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
opacity: 1;
}
.section-discover--stats {
margin-top: 60px;
margin-bottom: 60px;
}
@media (min-width: 1200px) {
.section-discover--stats {
margin-top: 140px;
margin-bottom: 80px;
}
}
@media (min-width: 1200px) {
.section-discover--stats .discover-img {
margin-top: 140px;
}
}
.section-discover--stats .heading {
transform: translateY(-25px);
}
@media (min-width: 768px) {
.section-discover--stats .heading {
transform: translateY(-45px);
}
}
@media (min-width: 1200px) {
.section-discover--stats .heading {
margin-top: -270px;
}
}
@media (min-width: 1200px) {
.section-discover--stats .stats {
grid-template-columns: repeat(3, 1fr);
}
}
.section-discover--advantages .section-discover--inner {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-bottom: 60px;
}
.section-discover--advantages .section-discover--inner .btn-video {
margin-top: -60px;
z-index: 2;
}
@media (min-width: 1200px) {
.section-discover--advantages .section-discover--inner {
margin-bottom: 140px;
}
.section-discover--advantages .section-discover--inner .btn-video {
margin-top: -120px;
}
}
@media (min-width: 1200px) {
.section-discover--advantages {
margin-bottom: 140px;
}
}
@media (min-width: 1200px) {
.section-discover--advantages .cards-grid {
gap: 40px;
grid-template-columns: repeat(3, 1fr);
}
}
.cta-parement {
background: var(--white);
padding: 40px 50px;
}
@media (min-width: 1200px) {
.cta-parement {
margin-left: 40px;
}
}
.page-template-template-pro-technical-solutions .block-two-images--reverse {
margin-bottom: 40px;
}
.page-template-template-pro-fiches .block-two-images {
margin-bottom: 0;
}
.page-template-template-pro-bim .content--space-top {
margin-top: 0;
}
@media (min-width: 1200px) {
.page-template-template-pro-bim .content--space-top {
margin-top: 0;
}
}
@media (min-width: 1200px) {
.error404 main {
padding-top: 0;
}
}
.error404 .hero__content-inner {
justify-content: center;
}
.error404 .hero__content-inner .btn-arrow {
margin-top: 60px;
}
.error404 .hero.hero--with-image .hero__image::after {
background: linear-gradient(0deg, rgba(29, 29, 27, 0.35) 0%, rgba(29, 29, 27, 0.35) 100%), linear-gradient(180deg, rgba(29, 29, 27, 0) 61.71%, rgba(29, 29, 27, 0.6) 100%);
}
.error404 .hero.hero--with-image {
margin-bottom: 0;
} .animeLetter {
overflow: hidden;
}
.animeLetter .word {
display: inline-block;
}
.animeLetter .word .letter {
display: inline-block;
line-height: 1em;
opacity: 0;
}
.page-transition-container {
display: flex;
flex-direction: column;
position: absolute;
z-index: 15;
height: 100vh;
width: 100%;
top: 0;
left: 0;
margin: 0;
pointer-events: none;
}
.page-transition-container .page-transition {
transform: scaleX(0);
background: #2c2c2c;
height: 50%;
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translate3d(0, 250px, 0);
transform: translate3d(0, 250px, 0);
}
100% {
opacity: 1;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
} .catalogue {
display: flex;
align-items: center;
justify-content: center;
background-color: white;
max-width: 480px;
margin: auto;
position: relative;
margin-bottom: 20px;
}
.catalogue a {
width: 100%;
}
.catalogue a img{
display: flex;
justify-content: flex-end;
align-items: center;
width: 50%;
height: auto;
object-fit: cover;
margin-left: auto;
margin-right: 0;
}
.catalogue .overlay{
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
width: 90px;
height: 90px;
border-radius: 360px;
background-color: rgba(0, 0, 0, 0.5);
}