/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/locomotive-scroll/dist/locomotive-scroll.css ***!
  \*****************************************************************************************************************************************/
html.lenis,html.lenis body{height:auto}.lenis:not(.lenis-autoToggle).lenis-stopped{overflow:clip}.lenis [data-lenis-prevent-touch],.lenis [data-lenis-prevent-wheel],.lenis [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-smooth iframe{pointer-events:none}.lenis.lenis-autoToggle{transition-behavior:allow-discrete;transition-duration:1ms;transition-property:overflow}
/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/style.scss ***!
  \****************************************************************************************************************************************************************************************************************/
/* --- PADDING SECTION --- */
/*  --- FONT FALL BACK ---  */
/* -- Center Element -- */
/* -- Responsive -- */
/* -- Center Element in Parent with a position relative -- */
/* -- Hidden/Visible -- */
/*  -- Remove Margin and Padding -- */
/* -- Shapes -- */
/* Circle */
/* Triangle */
/* -- Image Filter Effect -- */
/*
// grayscale      ex: filter: grayscale(100%);
// sepia          ex: filter: sepia(100%);
// saturate       ex: filter: saturate(0%);
// hue-rotate     ex: filter: hue-rotate(45deg);
// invert         ex: filter: invert(100%);
// brightness     ex: filter: brightness(15%);
// contrast       ex: filter: contrast(200%);
// blur           ex: filter: blur(2px);
*/
/* Quick Black and White Effect*/
/* Zoom */
/* -- Box-shadow -- */
/* -- Gradient -- */
/* -- Placeholder -- */
/* -- Fluid Font -- */
/* -- FUNCTION --*/
/* -- Calculate width in percent -- */
/* -- Calculate font-size in em -- */
/* -- Quick Color Contrast -- */
/*  --- Variable ---  */
/*  --- Padding ---  */
/*
Theme Name: Theme Name
*/
#adminmenu li.wp-menu-separator {
  background-color: currentColor;
}

/*  --- MEDIA QUERIES ---  */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "GeneralSans";
  src: url("../fonts/GeneralSans-Variable.woff2") format("woff2-variations");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GeneralSans";
  src: url("../fonts/GeneralSans-VariableItalic.woff2") format("woff2-variations");
  font-weight: 200 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "InstrumentSerif";
  src: url("../fonts/InstrumentSerif-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "InstrumentSerif";
  src: url("../fonts/InstrumentSerif-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
html {
  overflow-x: hidden;
  overflow-y: scroll;
}
html.overflow {
  overflow: hidden;
}
html {
  background-color: #FFFFFF;
  color: #000000;
}
html::-webkit-scrollbar {
  width: 0 !important;
}
html {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  min-height: -webkit-fill-available;
}

body.overflow {
  overflow: hidden;
}
body {
  background-color: #FFFFFF;
  color: #000000;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 16px;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
body {
  font-family: "GeneralSans", sans-serif;
  font-weight: 400;
  font-style: normal;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
body.admin-bar {
  /* -- @include break(mobile)-- */
}
.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1325px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .container {
    width: 85%;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
}
.flex > * {
  width: 50%;
}

.mobile {
  display: none;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .mobile {
    display: block;
  }
}

.desktop {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .desktop {
    display: none;
  }
}

a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all 0.3s;
}

h1 a,
h2 a,
h3 a,
h4 a {
  color: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.ghost {
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.bg_white {
  background-color: #FFFFFF;
}

.bg_dark {
  background-color: #000000;
}

a.link {
  color: #272623;
  display: flex;
  font-size: 14px;
  text-transform: uppercase;
  align-items: center;
  transition: all 0.3s;
}
a.link svg {
  margin-left: 12px;
}
a.link svg path {
  transition: all 0.3s;
}

.title_top {
  padding-right: 40%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .title_top {
    padding-right: 0%;
  }
}
.title_top .txt {
  /* -- @include break(mobile)-- */
}
.sec-padding_grand {
  padding-top: 128px;
  padding-bottom: 128px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .sec-padding_grand {
    padding-top: 69px;
    padding-bottom: 69px;
  }
}

.sec-padding_petit {
  padding-top: 70px;
  padding-bottom: 70px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .sec-padding_petit {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.sec-padding_petit .title_top {
  padding-bottom: 32px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .sec-padding_petit .title_top {
    padding-bottom: 32px;
  }
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 999999;
  align-items: center;
  justify-content: center;
}
.popup .inner {
  position: absolute;
  width: 80%;
  height: 80vh;
  transform-origin: center;
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}
.popup .video_wrap {
  pointer-events: all;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.popup .video_wrap iframe,
.popup .video_wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  transition: all 0.4s;
}
.popup .close span {
  font-style: italic;
}
.popup .close svg path {
  transition: all 0.4s;
}
.popup .close:hover {
  color: #272623;
}
.popup .close:hover svg path {
  fill: #272623;
  stroke: #272623;
}
.popup .bg {
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.admin-bar header {
  top: 32px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .admin-bar header {
    top: 46px;
  }
}
header .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 0;
  position: relative;
  z-index: 10;
}
header .header-logo img {
  height: 46px;
  width: auto;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  header .header-logo img {
    height: 35px;
  }
}
header .header-logo__dark {
  display: none;
}
header .header-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 16px;
}
header .header-nav li:last-child {
  margin-left: 48px;
}
header .header-nav li a {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
}
header .nav-toggle {
  display: none;
  align-items: center;
  gap: 10px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  position: relative;
  z-index: 10;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  header .nav-toggle {
    display: flex;
  }
}
header .nav-toggle__label {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
}
header .nav-toggle__icon {
  width: 14px;
  height: 16px;
}
header .nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #272623;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
}
.admin-bar header .nav-overlay {
  top: 32px;
  height: calc(100% - 32px);
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .admin-bar header .nav-overlay {
    top: 46px;
    height: calc(100% - 46px);
  }
}
header .nav-overlay__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding-top: 160px;
  padding-bottom: 43px;
}
header .nav-overlay__menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header .nav-overlay__menu li {
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.25);
  padding: 16px 0;
  overflow: hidden;
}
header .nav-overlay__menu li a {
  display: block;
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
}
header .nav-overlay__footer {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 32px;
  gap: 32px;
  margin-top: auto;
  padding-top: 80px;
}
header .nav-overlay__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
header .nav-overlay__address {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 150%;
  color: #FFFFFF;
  margin: 0;
  padding-bottom: 16px;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.2);
}
header .nav-overlay__phone {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 3px;
  padding-bottom: 16px;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.2);
}
header .nav-overlay__socials {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  line-height: 115%;
}
header .nav-overlay__socials li a {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 3px;
}
header .nav-overlay__image {
  width: 130px;
  height: 160px;
}
header .nav-overlay__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

footer .footer-container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1325px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  footer .footer-container {
    width: 85%;
  }
}
footer .footer-top {
  border-top: 0.5px solid rgba(0, 0, 0, 0.25);
  padding-top: 24px;
  display: grid;
  grid-template-columns: 204px repeat(3, 1fr);
  grid-gap: 130px;
  gap: 130px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  footer .footer-top {
    grid-template-columns: auto 1fr;
    -moz-column-gap: 32px;
         column-gap: 32px;
    row-gap: 16px;
    padding-bottom: 64px;
  }
  footer .footer-top .footer-image {
    grid-row: 1/4;
  }
  footer .footer-top .footer-menu,
  footer .footer-top .footer-info,
  footer .footer-top .footer-socials {
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.25);
    padding: 0 0 16px;
  }
}
footer .footer-image {
  width: 204px;
  height: 240px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  footer .footer-image {
    width: 86px;
    height: 101px;
  }
}
footer .footer-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
footer .footer-menu li {
  line-height: 100%;
}
footer .footer-menu li a {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  text-transform: uppercase;
}
footer .footer-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
footer .footer-info .footer-address {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 120%;
  margin: 0;
}
footer .footer-info .footer-phone {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 3px;
}
footer .footer-socials {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
footer .footer-socials li {
  line-height: 100%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  footer .footer-socials li {
    line-height: 120%;
  }
}
footer .footer-socials li a {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 3px;
  line-height: 100%;
}
footer .footer-logo {
  padding-bottom: 16px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  footer .footer-logo {
    padding-bottom: 16px;
  }
}
footer .footer-logo img {
  width: 100%;
  height: auto;
}
footer .footer-bottom {
  border-top: 0.5px solid rgba(0, 0, 0, 0.25);
  padding-top: 12px;
  padding-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  footer .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding-top: 8px;
  }
}
footer .footer-bottom__menu {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  footer .footer-bottom__menu {
    width: 100%;
  }
}
footer .footer-bottom__menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 24px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  footer .footer-bottom__menu ul {
    flex-direction: column;
    gap: 8px;
    width: 100%;
  }
}
footer .footer-bottom__menu li {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  footer .footer-bottom__menu li {
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.25);
    padding: 0 0 8px;
  }
}
footer .footer-bottom__menu li a {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
}
footer .footer-legal span {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
}

/* !-- WP WYSIWYG Editor Styles -- */
.entry-content img {
  margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

.btn-primary {
  /* -- @include break(mobile)-- */
}
.wysiwyg-body > *:first-child, .tc-view.single-blog .single-blog-content__body > *:first-child {
  margin-top: 0;
}
.wysiwyg-body > *:last-child, .tc-view.single-blog .single-blog-content__body > *:last-child {
  margin-bottom: 0;
}
.wysiwyg-body h2, .tc-view.single-blog .single-blog-content__body h2 {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 115%;
  color: #272623;
  text-transform: uppercase;
  margin: 32px 0 16px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .wysiwyg-body h2, .tc-view.single-blog .single-blog-content__body h2 {
    font-size: 18px;
  }
}
.wysiwyg-body h3, .tc-view.single-blog .single-blog-content__body h3 {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 115%;
  color: #272623;
  text-transform: uppercase;
  margin: 32px 0 12px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .wysiwyg-body h3, .tc-view.single-blog .single-blog-content__body h3 {
    font-size: 15px;
  }
}
.wysiwyg-body h4, .tc-view.single-blog .single-blog-content__body h4 {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 115%;
  color: #272623;
  text-transform: uppercase;
  margin: 24px 0 10px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .wysiwyg-body h4, .tc-view.single-blog .single-blog-content__body h4 {
    font-size: 14px;
  }
}
.wysiwyg-body h5, .tc-view.single-blog .single-blog-content__body h5 {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  color: #272623;
  text-transform: uppercase;
  margin: 24px 0 8px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .wysiwyg-body h5, .tc-view.single-blog .single-blog-content__body h5 {
    font-size: 13px;
  }
}
.wysiwyg-body h6, .tc-view.single-blog .single-blog-content__body h6 {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 115%;
  color: #272623;
  text-transform: uppercase;
  margin: 20px 0 8px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .wysiwyg-body h6, .tc-view.single-blog .single-blog-content__body h6 {
    font-size: 12px;
  }
}
.wysiwyg-body p, .tc-view.single-blog .single-blog-content__body p {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 115%;
  color: #272623;
  margin: 0 0 16px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .wysiwyg-body p, .tc-view.single-blog .single-blog-content__body p {
    font-size: 15px;
  }
}
.wysiwyg-body strong, .tc-view.single-blog .single-blog-content__body strong,
.wysiwyg-body b,
.tc-view.single-blog .single-blog-content__body b {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
}
.wysiwyg-body em, .tc-view.single-blog .single-blog-content__body em,
.wysiwyg-body i,
.tc-view.single-blog .single-blog-content__body i {
  font-style: italic;
}
.wysiwyg-body ul, .tc-view.single-blog .single-blog-content__body ul {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #272623;
  margin: 0 0 16px;
  padding-left: 24px;
  list-style-type: disc;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .wysiwyg-body ul, .tc-view.single-blog .single-blog-content__body ul {
    font-size: 15px;
  }
}
.wysiwyg-body ul li, .tc-view.single-blog .single-blog-content__body ul li {
  margin-bottom: 8px;
}
.wysiwyg-body ul li:last-child, .tc-view.single-blog .single-blog-content__body ul li:last-child {
  margin-bottom: 0;
}
.wysiwyg-body ol, .tc-view.single-blog .single-blog-content__body ol {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #272623;
  margin: 0 0 16px;
  padding-left: 24px;
  list-style-type: decimal;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .wysiwyg-body ol, .tc-view.single-blog .single-blog-content__body ol {
    font-size: 15px;
  }
}
.wysiwyg-body ol li, .tc-view.single-blog .single-blog-content__body ol li {
  margin-bottom: 8px;
}
.wysiwyg-body ol li:last-child, .tc-view.single-blog .single-blog-content__body ol li:last-child {
  margin-bottom: 0;
}
.wysiwyg-body blockquote, .tc-view.single-blog .single-blog-content__body blockquote {
  font-family: "InstrumentSerif", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  line-height: 130%;
  color: #272623;
  border-left: 2px solid #272623;
  padding-left: 24px;
  margin: 32px 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .wysiwyg-body blockquote, .tc-view.single-blog .single-blog-content__body blockquote {
    font-size: 18px;
  }
}
.wysiwyg-body blockquote p, .tc-view.single-blog .single-blog-content__body blockquote p {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  margin: 0;
}
.wysiwyg-body figure, .tc-view.single-blog .single-blog-content__body figure {
  margin: 32px 0;
}
.wysiwyg-body figure img, .tc-view.single-blog .single-blog-content__body figure img {
  margin: 0;
}
.wysiwyg-body figure figcaption, .tc-view.single-blog .single-blog-content__body figure figcaption {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 150%;
  color: rgba(39, 38, 35, 0.6);
  margin-top: 8px;
}
.wysiwyg-body img, .tc-view.single-blog .single-blog-content__body img {
  width: 100%;
  max-height: 227px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 32px 0;
}
.wysiwyg-body hr, .tc-view.single-blog .single-blog-content__body hr {
  border: none;
  border-top: 1px solid rgba(39, 38, 35, 0.15);
  margin: 48px 0;
}
.wysiwyg-body a, .tc-view.single-blog .single-blog-content__body a {
  color: #272623;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.wysiwyg-body a:hover, .tc-view.single-blog .single-blog-content__body a:hover {
  opacity: 0.7;
}

.tc-view.template-home .home-hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.tc-view.template-home .home-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(219.38deg, rgba(0, 0, 0, 0.25) 11.46%, rgba(0, 0, 0, 0.5) 77.46%);
  z-index: 0;
  pointer-events: none;
}
.tc-view.template-home .home-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.tc-view.template-home .home-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1;
  padding-top: 200px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-hero__content {
    flex-direction: column;
    padding-top: 100px;
    gap: 96px;
    justify-content: center;
  }
}
.tc-view.template-home .home-hero__title {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 54px;
  line-height: 115%;
  color: #FFFFFF;
  max-width: 600px;
  text-transform: uppercase;
  margin: 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-hero__title {
    font-size: 36px;
    max-width: 100%;
  }
}
.tc-view.template-home .home-hero__title-indent {
  display: block;
  padding-left: 110px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-hero__title-indent {
    padding-left: 0;
  }
}
.tc-view.template-home .home-hero__introduction {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 115%;
  color: #FFFFFF;
  max-width: 275px;
  text-transform: uppercase;
  letter-spacing: 0;
  margin-right: 11%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-hero__introduction {
    font-size: 14px;
    max-width: 245px;
    margin-right: 0;
    margin-left: auto;
  }
}
.tc-view.template-home .home-hero__logo {
  position: relative;
  z-index: 1;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
  margin-top: auto;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-hero__logo {
    max-width: none;
    width: 200vw;
    position: absolute;
    bottom: 0;
  }
}
.tc-view.template-home .home-content {
  background-color: #FFFFFF;
}
.tc-view.template-home .home-content__inner {
  display: flex;
  align-items: center;
  gap: 60px;
  max-width: 65%;
  padding-top: 128px;
  padding-bottom: 128px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-content__inner {
    padding-top: 69px;
    padding-bottom: 69px;
  }
}
.tc-view.template-home .home-content__inner {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-content__inner {
    flex-direction: column;
    gap: 48px;
    max-width: 100%;
    padding-bottom: 83px;
  }
}
.tc-view.template-home .home-content__left {
  width: 50%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-content__left {
    width: 100%;
  }
}
.tc-view.template-home .home-content__right {
  width: 50%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-content__right {
    width: 100%;
  }
}
.tc-view.template-home .home-content__title {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 115%;
  color: #272623;
  text-transform: uppercase;
  margin-bottom: 16px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-content__title {
    font-size: 32px;
  }
}
.tc-view.template-home .home-content__description {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 115%;
  color: #272623;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-content__description {
    font-size: 15px;
  }
}
.tc-view.template-home .home-content__description p {
  margin: 0;
}
.tc-view.template-home .home-content__image {
  width: 100%;
  height: auto;
  display: block;
}
.tc-view.template-home .home-content-2 {
  background-color: #FFFFFF;
}
.tc-view.template-home .home-content-2__inner {
  display: flex;
  gap: 70px;
  padding-bottom: 128px;
  max-width: 65%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-content-2__inner {
    flex-direction: column;
    gap: 64px;
    padding-bottom: 80px;
    max-width: 100%;
  }
}
.tc-view.template-home .home-content-2__left {
  width: 50%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-content-2__left {
    width: 100%;
  }
}
.tc-view.template-home .home-content-2__right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-content-2__right {
    width: 100%;
  }
}
.tc-view.template-home .home-content-2__images {
  position: relative;
  padding-top: 60px;
  padding-right: 40px;
}
.tc-view.template-home .home-content-2__image-main {
  width: 95%;
  height: auto;
  display: block;
  position: relative;
  z-index: 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-content-2__image-main {
    width: 85%;
  }
}
.tc-view.template-home .home-content-2__image-secondary {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: auto;
  z-index: 1;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-content-2__image-secondary {
    width: 35%;
  }
}
.tc-view.template-home .home-content-2__description {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 115%;
  color: #272623;
}
.tc-view.template-home .home-content-2__description p {
  margin: 0;
}
.tc-view.template-home .home-content-2__link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  color: #272623;
  -webkit-text-decoration: none;
  text-decoration: none;
  margin-top: 24px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-content-2__link {
    margin-top: 28px;
  }
}
.tc-view.template-home .home-content-2__link span {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.tc-view.template-home .home-content-2__link svg {
  flex-shrink: 0;
}
.tc-view.template-home .home-content-2__link:hover {
  opacity: 0.7;
}
.tc-view.template-home .home-content-2__citation {
  margin-top: 24px;
  position: relative;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-content-2__citation {
    margin-top: 28px;
  }
}
.tc-view.template-home .home-content-2__citation svg {
  flex-shrink: 0;
  position: absolute;
  left: -47px;
  top: 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-content-2__citation svg {
    left: 0;
  }
}
.tc-view.template-home .home-content-2__citation-text {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 115%;
  color: #272623;
  text-transform: uppercase;
  margin: 0;
  margin-top: 30px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-content-2__citation-text {
    margin-left: 42px;
  }
}
.tc-view.template-home .home-content-2__citation-indent-1 {
  display: block;
  padding-left: 80px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-content-2__citation-indent-1 {
    padding-left: 50px;
  }
}
.tc-view.template-home .home-content-2__citation-indent-2 {
  display: block;
  padding-left: 42px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-content-2__citation-indent-2 {
    padding-left: 26px;
  }
}
.tc-view.template-home .home-content-2__citation-m-indent {
  display: block;
  padding-left: 32px;
}
.tc-view.template-home .home-content-2__citation-m-line {
  display: block;
}
.tc-view.template-home .home-dark {
  background-color: #272623;
  padding-top: 64px;
  padding-bottom: 370px;
  margin-bottom: 228px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-dark {
    padding-top: 50px;
    padding-bottom: 150px;
    margin-bottom: 170px;
  }
}
.tc-view.template-home .home-dark__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 80px;
  padding-bottom: 48px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-dark__top {
    flex-direction: column;
    gap: 24px;
  }
}
.tc-view.template-home .home-dark__title {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 115%;
  color: #FFFFFF;
  text-transform: uppercase;
  flex-shrink: 0;
  max-width: 400px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-dark__title {
    font-size: 32px;
    max-width: 100%;
  }
}
.tc-view.template-home .home-dark__description {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 115%;
  color: #FFFFFF;
  max-width: 430px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-dark__description {
    font-size: 15px;
    max-width: 100%;
  }
}
.tc-view.template-home .home-dark__description p {
  margin: 0;
}
.tc-view.template-home .home-dark__visual {
  position: absolute;
  left: 5%;
}
.tc-view.template-home .home-dark__image-wrap {
  position: relative;
  height: 455px;
  overflow: hidden;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-dark__image-wrap {
    height: 240px;
  }
}
.tc-view.template-home .home-dark__image-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(197.2deg, rgba(0, 0, 0, 0) -7.48%, rgba(0, 0, 0, 0.25) 88.18%);
  z-index: 1;
  pointer-events: none;
}
.tc-view.template-home .home-dark__image {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.tc-view.template-home .home-dark__citation {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 115%;
  color: #FFFFFF;
  text-transform: uppercase;
  position: absolute;
  bottom: 28px;
  right: 42px;
  margin: 0;
  z-index: 2;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-dark__citation {
    font-size: 24px;
    bottom: 24px;
    right: auto;
    right: initial;
    left: 16px;
  }
}
.tc-view.template-home .home-piliers__inner {
  display: flex;
  gap: 110px;
  align-items: flex-start;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-piliers__inner {
    flex-direction: column;
    gap: 32px;
  }
}
.tc-view.template-home .home-piliers__title {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 115%;
  color: #272623;
  text-transform: uppercase;
  width: 25%;
  flex-shrink: 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-piliers__title {
    width: 100%;
    font-size: 24px;
  }
  .tc-view.template-home .home-piliers__title br {
    display: none;
  }
}
.tc-view.template-home .home-piliers__grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 16px;
  gap: 16px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .tc-view.template-home .home-piliers__grid {
    grid-template-columns: 1fr;
  }
}
.tc-view.template-home .home-piliers__card {
  background-color: #F5F5F9;
  padding: 24px;
  display: flex;
  flex-direction: column;
  height: 540px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-piliers__card {
    height: 472px;
  }
}
.tc-view.template-home .home-piliers__card-top {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.tc-view.template-home .home-piliers__card-number {
  font-family: "InstrumentSerif", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  color: #272623;
  flex-shrink: 0;
}
.tc-view.template-home .home-piliers__card-text {
  display: flex;
  flex-direction: column;
}
.tc-view.template-home .home-piliers__card-title {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 115%;
  color: #272623;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 24px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-piliers__card-title {
    font-size: 18px;
  }
}
.tc-view.template-home .home-piliers__card-description {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 115%;
  color: #272623;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-piliers__card-description {
    font-size: 15px;
  }
}
.tc-view.template-home .home-piliers__card-description p {
  margin: 0;
}
.tc-view.template-home .home-piliers__card-image {
  width: 100%;
  aspect-ratio: 375/234;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-top: auto;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-piliers__card-image {
    aspect-ratio: 281/166;
  }
}
.tc-view.template-home .home-ou {
  background-color: #FFFFFF;
  padding-top: 128px;
  padding-bottom: 128px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-ou {
    padding-top: 69px;
    padding-bottom: 69px;
  }
}
.tc-view.template-home .home-ou {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-ou {
    padding-top: 75px;
    padding-bottom: 179px;
  }
}
.tc-view.template-home .home-ou__inner {
  display: flex;
  gap: 110px;
  align-items: flex-start;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-ou__inner {
    flex-direction: column;
    gap: 32px;
  }
}
.tc-view.template-home .home-ou__left {
  width: 25%;
  flex-shrink: 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-ou__left {
    width: 100%;
  }
}
.tc-view.template-home .home-ou__title {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 115%;
  color: #272623;
  text-transform: uppercase;
  margin-bottom: 16px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-ou__title {
    font-size: 32px;
    width: 100%;
  }
  .tc-view.template-home .home-ou__title br {
    display: none;
  }
}
.tc-view.template-home .home-ou__link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #272623;
  -webkit-text-decoration: none;
  text-decoration: none;
  border-bottom: 1px solid #272623;
}
.tc-view.template-home .home-ou__link svg {
  flex-shrink: 0;
}
.tc-view.template-home .home-ou__link:hover {
  opacity: 0.7;
}
.tc-view.template-home .home-ou__right {
  flex: 1;
}
.tc-view.template-home .home-ou__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
  gap: 16px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .tc-view.template-home .home-ou__grid {
    grid-template-columns: 1fr;
  }
}
.tc-view.template-home .home-ou__item {
  padding: 16px 0;
  border-bottom: 1px solid rgba(39, 38, 35, 0.15);
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-ou__item {
    padding-bottom: 8px;
  }
}
.tc-view.template-home .home-ou__item:first-child {
  padding-top: 0;
}
.tc-view.template-home .home-ou__label {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 115%;
  color: #272623;
  opacity: 0.5;
  display: block;
  margin-bottom: 16px;
}
.tc-view.template-home .home-ou__value {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 115%;
  color: #272623;
  text-transform: uppercase;
  margin: 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-ou__value {
    font-size: 18px;
  }
}
.tc-view.template-home .home-ou__value a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.tc-view.template-home .home-ou__socials {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 24px;
  color: #272623;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-ou__socials {
    font-size: 18px;
  }
}
.tc-view.template-home .home-ou__socials a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.tc-view.template-home .home-ou__socials-sep {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #272623;
  display: inline-block;
}
.tc-view.template-home .home-ou__image {
  width: 100%;
  height: 232px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-top: 48px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-ou__image {
    height: 120px;
    margin-top: 32px;
  }
}
.tc-view.template-home .home-testimonials {
  background-color: #272623;
  position: relative;
  overflow: hidden;
  padding-top: 64px;
  padding-bottom: 64px;
}
.tc-view.template-home .home-testimonials__logo {
  position: absolute;
  bottom: -70px;
  left: calc(5% + 10px);
  width: 174%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left bottom;
     object-position: left bottom;
  opacity: 0.5;
  pointer-events: none;
  clip-path: inset(0 48% 0 0);
  max-width: none;
  max-width: initial;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-testimonials__logo {
    left: 32px;
    width: 200%;
    max-width: none;
    max-width: initial;
  }
}
.tc-view.template-home .home-testimonials__inner {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 48px;
  align-items: flex-start;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-testimonials__inner {
    flex-direction: column;
    gap: 24px;
  }
}
.tc-view.template-home .home-testimonials__left {
  width: 30%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-testimonials__left {
    width: 100%;
  }
}
.tc-view.template-home .home-testimonials__title {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 115%;
  color: #FFFFFF;
  text-transform: uppercase;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-testimonials__title {
    font-size: 32px;
  }
}
.tc-view.template-home .home-testimonials__nav {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 16px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-testimonials__nav {
    margin-top: 64px;
  }
}
.tc-view.template-home .home-testimonials__prev, .tc-view.template-home .home-testimonials__next {
  background: none;
  border: none;
  cursor: pointer;
  color: #FFFFFF;
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 115%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  padding-bottom: 4px;
  -webkit-text-decoration: none;
  text-decoration: none;
  border-bottom: 1px solid #FFFFFF;
  transition: opacity 0.3s;
}
.tc-view.template-home .home-testimonials__prev:hover, .tc-view.template-home .home-testimonials__next:hover {
  opacity: 0.7;
}
.tc-view.template-home .home-testimonials__prev svg, .tc-view.template-home .home-testimonials__next svg {
  flex-shrink: 0;
}
.tc-view.template-home .home-testimonials__right {
  flex: 1;
  overflow: hidden;
}
.tc-view.template-home .home-testimonials__track {
  display: flex;
  gap: 16px;
}
.tc-view.template-home .home-testimonials__card {
  background-color: #FFFFFF;
  padding: 32px;
  flex: 0 0 calc(50% - 8px);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 420px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-testimonials__card {
    padding: 24px;
    min-height: 360px;
    flex: 0 0 100%;
    max-width: 300px;
  }
}
.tc-view.template-home .home-testimonials__card-quote {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.tc-view.template-home .home-testimonials__card-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.tc-view.template-home .home-testimonials__card-stars {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}
.tc-view.template-home .home-testimonials__card-description {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 115%;
  color: #272623;
  text-transform: uppercase;
  margin: 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-testimonials__card-description {
    font-size: 18px;
  }
}
.tc-view.template-home .home-testimonials__card-bottom {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
}
.tc-view.template-home .home-testimonials__card-author, .tc-view.template-home .home-testimonials__card-date {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 115%;
  color: #272623;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-testimonials__card-author, .tc-view.template-home .home-testimonials__card-date {
    font-size: 15px;
  }
}
.tc-view.template-home .home-instagram {
  padding-top: 128px;
  padding-bottom: 128px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-instagram {
    padding-top: 69px;
    padding-bottom: 69px;
  }
}
.tc-view.template-home .home-instagram {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-instagram {
    padding-top: 100px;
    padding-bottom: 148px;
  }
}
.tc-view.template-home .home-instagram__title {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 115%;
  color: #272623;
  text-transform: uppercase;
  margin-bottom: 32px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-instagram__title {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .tc-view.template-home .home-instagram__title br {
    display: block;
  }
}
.tc-view.template-home .home-instagram__title br {
  display: none;
}
.tc-view.template-home .home-instagram__feed {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-instagram__feed {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 7.5%;
    padding-right: 0;
  }
}
.tc-view.template-home .home-instagram #sb_instagram {
  padding: 0 !important;
}
.tc-view.template-home .home-instagram .sb_instagram_header {
  display: none;
}
.tc-view.template-home .home-instagram #sbi_images {
  padding: 0 !important;
  gap: 16px !important;
  display: flex !important;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-instagram #sbi_images {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-right: 32px !important;
  }
  .tc-view.template-home .home-instagram #sbi_images::-webkit-scrollbar {
    display: none;
  }
}
.tc-view.template-home .home-instagram .sbi_item {
  flex: 1 0 0 !important;
  width: auto !important;
  padding: 0 !important;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-instagram .sbi_item {
    flex: 0 0 80% !important;
  }
}
.tc-view.template-home .home-instagram .sbi_item:nth-child(odd) .sbi_photo {
  aspect-ratio: 316/263 !important;
  height: auto !important;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-instagram .sbi_item:nth-child(odd) .sbi_photo {
    aspect-ratio: 245/204 !important;
  }
}
.tc-view.template-home .home-instagram .sbi_item:nth-child(even) .sbi_photo {
  aspect-ratio: 316/373 !important;
  height: auto !important;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-home .home-instagram .sbi_item:nth-child(even) .sbi_photo {
    aspect-ratio: 245/289 !important;
  }
}
.tc-view.template-home .home-instagram .sbi_photo img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.tc-view.template-salon .salon-hero {
  position: relative;
  height: 480px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-salon .salon-hero {
    height: 430px;
    justify-content: center;
  }
}
.tc-view.template-salon .salon-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.tc-view.template-salon .salon-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(178.07deg, rgba(0, 0, 0, 0) -23.13%, rgba(0, 0, 0, 0.5) 69.81%);
  z-index: 0;
  pointer-events: none;
}
.tc-view.template-salon .salon-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 116px;
  gap: 80px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-salon .salon-hero__content {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0;
    gap: 24px;
  }
}
.tc-view.template-salon .salon-hero__title {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 54px;
  line-height: 115%;
  color: #FFFFFF;
  text-transform: uppercase;
  max-width: 500px;
  margin: 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-salon .salon-hero__title {
    font-size: 36px;
    max-width: 100%;
  }
}
.tc-view.template-salon .salon-hero__title-indent {
  display: block;
  padding-left: 64px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-salon .salon-hero__title-indent {
    padding-left: 0;
  }
}
.tc-view.template-salon .salon-hero__introduction {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 115%;
  color: #FFFFFF;
  text-transform: uppercase;
  padding-right: 10%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-salon .salon-hero__introduction {
    font-size: 14px;
    max-width: 100%;
    padding-right: 0;
  }
  .tc-view.template-salon .salon-hero__introduction br:last-child {
    display: none;
  }
}
.tc-view.template-salon .salon-content {
  background-color: #272623;
}
.tc-view.template-salon .salon-content__inner {
  display: flex;
  align-items: center;
  gap: 60px;
  max-width: 65%;
  padding-top: 128px;
  padding-bottom: 128px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-salon .salon-content__inner {
    padding-top: 69px;
    padding-bottom: 69px;
  }
}
.tc-view.template-salon .salon-content__inner {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-salon .salon-content__inner {
    flex-direction: column;
    gap: 48px;
    max-width: 100%;
    padding-top: 75px;
    padding-bottom: 64px;
  }
}
.tc-view.template-salon .salon-content__left {
  width: 50%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-salon .salon-content__left {
    width: 100%;
  }
}
.tc-view.template-salon .salon-content__right {
  width: 50%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-salon .salon-content__right {
    width: 100%;
  }
}
.tc-view.template-salon .salon-content__description {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 115%;
  color: #FFFFFF;
  max-width: 427px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-salon .salon-content__description {
    max-width: none;
    max-width: initial;
    font-size: 15px;
  }
}
.tc-view.template-salon .salon-content__description p {
  margin: 0;
}
.tc-view.template-salon .salon-content__description p + p {
  margin-top: 16px;
}
.tc-view.template-salon .salon-content__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  -webkit-text-decoration: none;
  text-decoration: none;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 2px;
  margin-top: 32px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-salon .salon-content__link {
    font-size: 15px;
    margin-top: 16px;
  }
}
.tc-view.template-salon .salon-content__link:hover {
  opacity: 0.7;
}
.tc-view.template-salon .salon-content__link svg {
  flex-shrink: 0;
}
.tc-view.template-salon .salon-content__image {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.tc-view.template-salon .salon-gallery {
  background-color: #272623;
  position: relative;
  overflow: hidden;
}
.tc-view.template-salon .salon-gallery__floating {
  position: absolute;
  top: 50%;
  left: 2.5%;
  transform: translateY(-50%);
  font-family: "InstrumentSerif", serif;
  font-weight: 400;
  font-style: italic;
  font-size: max(120px, min(32vw, 302vw));
  color: #FFFFFF;
  opacity: 0.08;
  pointer-events: none;
  z-index: 0;
  line-height: 1;
  white-space: nowrap;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-salon .salon-gallery__floating {
    left: 2.5%;
    top: 59%;
    font-size: max(120px, min(32.5vw, 32.5vw));
  }
}
.tc-view.template-salon .salon-gallery__grid {
  position: relative;
  z-index: 1;
  height: 910px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-salon .salon-gallery__grid {
    height: 615px;
  }
}
.tc-view.template-salon .salon-gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.tc-view.template-salon .salon-gallery__item--1 {
  position: absolute;
  top: 0;
  left: 13%;
  width: 205px;
  height: 254px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-salon .salon-gallery__item--1 {
    left: 0;
    width: 155px;
    height: 192px;
  }
}
.tc-view.template-salon .salon-gallery__title {
  position: absolute;
  top: 0;
  left: calc(13% + 221px);
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 115%;
  color: #FFFFFF;
  text-transform: uppercase;
  max-width: 250px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-salon .salon-gallery__title {
    left: 171px;
    font-size: 32px;
  }
}
.tc-view.template-salon .salon-gallery__item--2 {
  position: absolute;
  top: 35%;
  right: 8%;
  width: 113px;
  height: 160px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-salon .salon-gallery__item--2 {
    top: 240px;
    right: 0;
    width: 71px;
    height: 102px;
  }
}
.tc-view.template-salon .salon-gallery__item--3 {
  position: absolute;
  bottom: 0;
  left: 60%;
  transform: translateX(-50%);
  width: 302px;
  height: 372px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-salon .salon-gallery__item--3 {
    width: 170px;
    height: 209px;
  }
}
.tc-view.template-salon .salon-frise {
  background-color: #272623;
  padding: 128px 0 100vh;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-salon .salon-frise {
    padding: 64px 0 100vh;
  }
}
.tc-view.template-salon .salon-frise__inner {
  max-width: 70%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-salon .salon-frise__inner {
    flex-direction: column;
    gap: 40px;
    max-width: 100%;
  }
}
.tc-view.template-salon .salon-frise__item {
  display: flex;
  align-items: flex-start;
  padding: 48px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.tc-view.template-salon .salon-frise__item:first-child {
  padding-top: 0;
}
.tc-view.template-salon .salon-frise__item:last-child {
  border-bottom: none;
}
.tc-view.template-salon .salon-frise__item {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-salon .salon-frise__item {
    gap: 40px;
    padding: 32px 0;
  }
}
.tc-view.template-salon .salon-frise__date {
  font-family: "InstrumentSerif", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 24px;
  color: #FFFFFF;
  width: 60%;
  flex-shrink: 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-salon .salon-frise__date {
    font-size: 18px;
    width: 10%;
  }
}
.tc-view.template-salon .salon-frise__content {
  max-width: 40%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-salon .salon-frise__content {
    max-width: 100%;
  }
}
.tc-view.template-salon .salon-frise__description {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 115%;
  color: #FFFFFF;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-salon .salon-frise__description {
    font-size: 18px;
  }
  .tc-view.template-salon .salon-frise__description br:first-of-type {
    display: none;
  }
}
.tc-view.template-salon .salon-frise__description p {
  margin: 0;
}
.tc-view.template-salon .salon-frise__description p + p {
  margin-top: 16px;
}
.tc-view.template-salon .salon-frise__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  -webkit-text-decoration: none;
  text-decoration: none;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 2px;
  margin-top: 16px;
}
.tc-view.template-salon .salon-frise__link:hover {
  opacity: 0.7;
}
.tc-view.template-salon .salon-frise__link svg {
  flex-shrink: 0;
}
.tc-view.template-salon .salon-spirit {
  background-color: #FFFFFF;
  padding-bottom: 128px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-salon .salon-spirit {
    padding-bottom: 64px;
  }
}
.tc-view.template-salon .salon-spirit__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 64px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-salon .salon-spirit__top {
    flex-direction: column;
    gap: 32px;
  }
}
.tc-view.template-salon .salon-spirit__title {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 115%;
  color: #272623;
  text-transform: uppercase;
  flex-shrink: 0;
  width: 50%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-salon .salon-spirit__title {
    width: 100%;
    font-size: 24px;
  }
}
.tc-view.template-salon .salon-spirit__description {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 115%;
  color: #272623;
  width: 50%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-salon .salon-spirit__description {
    width: 100%;
  }
}
.tc-view.template-salon .salon-spirit__description p {
  margin: 0;
}
.tc-view.template-salon .salon-spirit__description p br:nth-child(2) {
  display: none;
}
.tc-view.template-salon .salon-spirit__description p {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-salon .salon-spirit__description p br:nth-child(2) {
    display: block;
  }
  .tc-view.template-salon .salon-spirit__description p br:last-child {
    display: none;
  }
}
.tc-view.template-salon .salon-spirit__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px;
  gap: 16px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-salon .salon-spirit__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.tc-view.template-salon .salon-spirit__grid {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .tc-view.template-salon .salon-spirit__grid {
    grid-template-columns: 1fr;
  }
}
.tc-view.template-salon .salon-spirit__card {
  border-left: 1px solid rgba(39, 38, 35, 0.25);
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  height: 375px;
}
.tc-view.template-salon .salon-spirit__card:last-child br {
  display: none;
}
.tc-view.template-salon .salon-spirit__card {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-salon .salon-spirit__card {
    height: auto;
    padding: 0;
    border-left: 0;
    border-bottom: 1px solid rgba(39, 38, 35, 0.25);
    padding-bottom: 16px;
  }
  .tc-view.template-salon .salon-spirit__card:last-child br {
    display: block;
  }
}
.tc-view.template-salon .salon-spirit__card-number {
  font-family: "InstrumentSerif", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 24px;
  color: #272623;
  margin-bottom: 12px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-salon .salon-spirit__card-number {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.tc-view.template-salon .salon-spirit__card-title {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 115%;
  color: #272623;
  text-transform: uppercase;
  margin: 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-salon .salon-spirit__card-title {
    font-size: 18px;
  }
  .tc-view.template-salon .salon-spirit__card-title br {
    display: none;
  }
}
.tc-view.template-salon .salon-spirit__card-image {
  width: 127px;
  height: 165px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-top: auto;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-salon .salon-spirit__card-image {
    margin-top: 32px;
  }
}
.tc-view.template-salon .salon-cta {
  padding-bottom: 128px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-salon .salon-cta {
    padding-bottom: 64px;
  }
}
.tc-view.template-salon .salon-cta .container {
  position: relative;
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-salon .salon-cta .container {
    padding: 24px 0;
  }
}
.tc-view.template-salon .salon-cta__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.tc-view.template-salon .salon-cta__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(214.22deg, rgba(0, 0, 0, 0) -5.15%, rgba(0, 0, 0, 0.5) 90.42%);
  z-index: 1;
}
.tc-view.template-salon .salon-cta__content {
  position: relative;
  z-index: 2;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-salon .salon-cta__content {
    gap: 20px;
  }
}
.tc-view.template-salon .salon-cta__title {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 115%;
  color: #FFFFFF;
  text-transform: uppercase;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-salon .salon-cta__title {
    font-size: 24px;
  }
  .tc-view.template-salon .salon-cta__title br:first-child {
    display: none;
  }
}
.tc-view.template-salon .salon-cta__title p {
  margin: 0;
}
.tc-view.template-salon .salon-cta__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  -webkit-text-decoration: none;
  text-decoration: none;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 2px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-salon .salon-cta__link {
    font-size: 15px;
  }
}
.tc-view.template-salon .salon-cta__link:hover {
  opacity: 0.7;
}
.tc-view.template-salon .salon-cta__link svg {
  flex-shrink: 0;
}

.tc-view.template-prestations .prestations-hero {
  position: relative;
  height: 480px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-prestations .prestations-hero {
    height: 430px;
    justify-content: center;
  }
}
.tc-view.template-prestations .prestations-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.tc-view.template-prestations .prestations-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(178.07deg, rgba(0, 0, 0, 0) -23.13%, rgba(0, 0, 0, 0.5) 69.81%);
  z-index: 0;
  pointer-events: none;
}
.tc-view.template-prestations .prestations-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 116px;
  gap: 80px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-prestations .prestations-hero__content {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0;
    gap: 24px;
  }
}
.tc-view.template-prestations .prestations-hero__title {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 54px;
  line-height: 115%;
  margin: 0;
  color: #FFFFFF;
  text-transform: uppercase;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-prestations .prestations-hero__title {
    font-size: 36px;
    max-width: 100%;
  }
}
.tc-view.template-prestations .prestations-hero__title-indent {
  display: block;
  padding-left: 48px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-prestations .prestations-hero__title-indent {
    padding-left: 0;
  }
}
.tc-view.template-prestations .prestations-hero__title-line3 {
  display: block;
}
.tc-view.template-prestations .prestations-hero__introduction {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 115%;
  color: #FFFFFF;
  text-transform: uppercase;
  padding-right: 10%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-prestations .prestations-hero__introduction {
    line-height: 115%;
    font-size: 14px;
    max-width: 100%;
    padding-right: 0;
  }
}
.tc-view.template-prestations .prestations-content {
  padding-top: 128px;
  padding-bottom: 128px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-prestations .prestations-content {
    padding-top: 69px;
    padding-bottom: 69px;
  }
}
.tc-view.template-prestations .prestations-content {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-prestations .prestations-content {
    padding-bottom: 64px;
  }
}
.tc-view.template-prestations .prestations-content__inner {
  display: flex;
  align-items: center;
  gap: 60px;
  max-width: 65%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-prestations .prestations-content__inner {
    flex-direction: column;
    gap: 48px;
    max-width: 100%;
  }
}
.tc-view.template-prestations .prestations-content__left {
  width: 50%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-prestations .prestations-content__left {
    width: 100%;
  }
}
.tc-view.template-prestations .prestations-content__right {
  width: 50%;
  position: relative;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-prestations .prestations-content__right {
    width: 100%;
  }
}
.tc-view.template-prestations .prestations-content__description {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 115%;
  color: #272623;
  max-width: 390px;
}
.tc-view.template-prestations .prestations-content__description br:last-of-type {
  display: none;
}
.tc-view.template-prestations .prestations-content__description {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-prestations .prestations-content__description {
    font-size: 15px;
    max-width: none;
    max-width: initial;
  }
  .tc-view.template-prestations .prestations-content__description br:last-of-type {
    display: block;
  }
}
.tc-view.template-prestations .prestations-content__description p {
  margin: 0;
}
.tc-view.template-prestations .prestations-content__description p + p {
  margin-top: 16px;
}
.tc-view.template-prestations .prestations-content__image-main {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.tc-view.template-prestations .prestations-content__image-secondary {
  position: absolute;
  bottom: -100px;
  left: -60px;
  width: 50%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-prestations .prestations-content__image-secondary {
    aspect-ratio: 118/129;
    bottom: -20px;
    left: 20px;
    width: 50%;
  }
}
.tc-view.template-prestations .prestations-list {
  padding: 20px 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-prestations .prestations-list {
    padding-top: 0;
    padding-bottom: 64px;
  }
}
.tc-view.template-prestations .prestations-list__inner {
  display: flex;
  gap: 66px;
  align-items: flex-start;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-prestations .prestations-list__inner {
    flex-direction: column;
    gap: 48px;
  }
}
.tc-view.template-prestations .prestations-list__cta {
  width: max(250px, min(30%, 377px));
  flex-shrink: 0;
  background-color: #F5F5F9;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 120px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-prestations .prestations-list__cta {
    width: 100%;
  }
}
.tc-view.template-prestations .prestations-list__cta-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
.tc-view.template-prestations .prestations-list__cta-title {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 115%;
  color: #272623;
  text-transform: uppercase;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-prestations .prestations-list__cta-title {
    font-size: 18px;
  }
}
.tc-view.template-prestations .prestations-list__cta-title-indent {
  display: block;
  padding-left: 40px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-prestations .prestations-list__cta-title-indent {
    padding-left: 0;
  }
}
.tc-view.template-prestations .prestations-list__cta-title-indent-2 {
  display: block;
  padding-left: 20px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-prestations .prestations-list__cta-title-indent-2 {
    padding-left: 0;
  }
}
.tc-view.template-prestations .prestations-list__cta-title-line {
  display: block;
}
.tc-view.template-prestations .prestations-list__cta-image {
  width: 68px;
  height: 84px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.tc-view.template-prestations .prestations-list__cta-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #272623;
  -webkit-text-decoration: none;
  text-decoration: none;
  border-bottom: 1px solid #272623;
  width: -moz-fit-content;
  width: fit-content;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-prestations .prestations-list__cta-link {
    font-size: 15px;
  }
}
.tc-view.template-prestations .prestations-list__accordion {
  flex: 1;
  min-width: 0;
}
.tc-view.template-prestations .prestations-list__item {
  border-bottom: 1px solid rgba(39, 38, 35, 0.15);
}
.tc-view.template-prestations .prestations-list__item.is-active .prestations-list__item-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.tc-view.template-prestations .prestations-list__item:first-child .prestations-list__item-header {
  padding-top: 0;
}
.tc-view.template-prestations .prestations-list__item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 24px 0;
  background: none;
  border: none;
  cursor: pointer;
  gap: 24px;
}
.tc-view.template-prestations .prestations-list__item-title {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 115%;
  color: #272623;
  text-transform: uppercase;
  text-align: left;
}
.tc-view.template-prestations .prestations-list__item-icon {
  position: relative;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.tc-view.template-prestations .prestations-list__item-icon::before, .tc-view.template-prestations .prestations-list__item-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #272623;
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.tc-view.template-prestations .prestations-list__item-icon::before {
  width: 24px;
  height: 1px;
  transform: translate(-50%, -50%);
}
.tc-view.template-prestations .prestations-list__item-icon::after {
  width: 1px;
  height: 24px;
  transform: translate(-50%, -50%);
}
.tc-view.template-prestations .prestations-list__item-body {
  overflow: hidden;
  transition: height 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.tc-view.template-prestations .prestations-list__item-content {
  display: flex;
  gap: 40px;
  padding-bottom: 24px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-prestations .prestations-list__item-content {
    gap: 48px;
    flex-direction: column;
  }
}
.tc-view.template-prestations .prestations-list__item-left {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 200px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-prestations .prestations-list__item-left {
    min-height: 0;
    min-height: initial;
    justify-content: flex-start;
    gap: 32px;
  }
}
.tc-view.template-prestations .prestations-list__item-citation {
  font-family: "InstrumentSerif", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 24px;
  line-height: 115%;
  color: #272623;
  margin: 0;
}
.tc-view.template-prestations .prestations-list__item-description {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 115%;
  color: #272623;
  max-width: 495px;
}
.tc-view.template-prestations .prestations-list__item-description p {
  margin: 0;
}
.tc-view.template-prestations .prestations-list__item-description p + p {
  margin-top: 16px;
}
.tc-view.template-prestations .prestations-list__item-right {
  flex-shrink: 0;
}
.tc-view.template-prestations .prestations-list__item-image {
  width: 205px;
  height: 254px;
  -o-object-fit: cover;
     object-fit: cover;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .tc-view.template-prestations .prestations-list__item-image {
    width: 158px;
    height: 196px;
  }
}
.tc-view.template-prestations .prestations-produits {
  height: 100vh;
  position: relative;
  overflow: hidden;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-prestations .prestations-produits {
    height: auto;
    overflow: visible;
  }
}
.tc-view.template-prestations .prestations-produits__inner {
  display: flex;
  height: 100%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-prestations .prestations-produits__inner {
    flex-direction: column;
    height: auto;
  }
}
.tc-view.template-prestations .prestations-produits__left {
  width: 50%;
  background-color: #F5F5F9;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: visible;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-prestations .prestations-produits__left {
    width: 100%;
    height: 520px;
    padding: 64px 0;
  }
}
.tc-view.template-prestations .prestations-produits__watermark {
  position: absolute;
  bottom: 56px;
  left: 5%;
  width: 95%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
  pointer-events: none;
}
.tc-view.template-prestations .prestations-produits__watermark.mobile {
  bottom: -40px;
  left: 32px;
  width: 200%;
  max-width: none;
  max-width: initial;
}
.tc-view.template-prestations .prestations-produits__left-content {
  position: relative;
  z-index: 1;
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-prestations .prestations-produits__left-content {
    width: 85%;
  }
}
.tc-view.template-prestations .prestations-produits__title {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 115%;
  color: #272623;
  text-transform: uppercase;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-prestations .prestations-produits__title {
    font-size: 32px;
  }
}
.tc-view.template-prestations .prestations-produits__description {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 115%;
  color: #272623;
}
.tc-view.template-prestations .prestations-produits__description p {
  margin: 0;
}
.tc-view.template-prestations .prestations-produits__description p + p {
  margin-top: 12px;
}
.tc-view.template-prestations .prestations-produits__right {
  width: 50%;
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: 100%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-prestations .prestations-produits__right {
    width: 100%;
    height: auto;
    overflow: visible;
  }
}
.tc-view.template-prestations .prestations-produits__slides {
  height: 100%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-prestations .prestations-produits__slides {
    height: auto;
  }
}
.tc-view.template-prestations .prestations-produits__slide {
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-prestations .prestations-produits__slide {
    height: 520px;
  }
}
.tc-view.template-prestations .prestations-produits__slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.tc-view.template-prestations .prestations-produits__card {
  position: relative;
  z-index: 1;
  width: 50%;
  background-color: #FFFFFF;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 320px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .tc-view.template-prestations .prestations-produits__card {
    min-height: 355px;
    width: 85%;
  }
}
.tc-view.template-prestations .prestations-produits__card-logo {
  max-width: 110px;
  height: auto;
}
.tc-view.template-prestations .prestations-produits__card-bottom {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.tc-view.template-prestations .prestations-produits__card-number {
  font-family: "InstrumentSerif", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 24px;
  line-height: 115%;
  color: #272623;
  flex-shrink: 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .tc-view.template-prestations .prestations-produits__card-number {
    font-size: 18px;
  }
}
.tc-view.template-prestations .prestations-produits__card-description {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 115%;
  color: #272623;
}
.tc-view.template-prestations .prestations-produits__card-description p {
  margin: 0;
}
.tc-view.template-prestations .prestations-produits__card-description p + p {
  margin-top: 8px;
}
.tc-view.template-prestations .prestations-prefooter {
  padding-top: 128px;
  padding-bottom: 128px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-prestations .prestations-prefooter {
    padding-top: 69px;
    padding-bottom: 69px;
  }
}
.tc-view.template-prestations .prestations-prefooter {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .tc-view.template-prestations .prestations-prefooter {
    padding: 64px 0;
  }
}
.tc-view.template-prestations .prestations-prefooter__inner {
  display: flex;
  align-items: center;
  gap: 60px;
  max-width: 65%;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-prestations .prestations-prefooter__inner {
    flex-direction: column;
    gap: 48px;
    max-width: 100%;
    align-items: flex-start;
  }
}
.tc-view.template-prestations .prestations-prefooter__image {
  width: 379px;
  height: 351px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-prestations .prestations-prefooter__image {
    aspect-ratio: 328/305;
  }
}
.tc-view.template-prestations .prestations-prefooter__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-prestations .prestations-prefooter__content {
    gap: 16px;
  }
}
.tc-view.template-prestations .prestations-prefooter__description {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 115%;
  color: #272623;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-prestations .prestations-prefooter__description {
    font-size: 15px;
  }
}
.tc-view.template-prestations .prestations-prefooter__description p {
  margin: 0;
}
.tc-view.template-prestations .prestations-prefooter__description p + p {
  margin-top: 12px;
}
.tc-view.template-prestations .prestations-prefooter__title {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 115%;
  color: #272623;
  text-transform: uppercase;
}
.tc-view.template-prestations .prestations-prefooter__title-indent {
  display: block;
  padding-left: 20px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-prestations .prestations-prefooter__title-indent {
    padding-left: 0;
  }
}
.tc-view.template-prestations .prestations-prefooter__title-line {
  display: block;
}

.tc-view.template-tarifs {
  margin-bottom: 48px;
}
.tc-view.template-tarifs .tarifs-hero {
  position: relative;
  height: 100dvh;
  overflow: hidden;
  background-color: #272623;
}
.tc-view.template-tarifs .tarifs-hero__content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.tc-view.template-tarifs .tarifs-hero__title {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 54px;
  line-height: 115%;
  color: #FFFFFF;
  text-transform: uppercase;
  position: absolute;
  left: 15%;
  top: calc(50% - 170px);
  transform: translateY(-50%);
  z-index: 2;
  margin: 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-tarifs .tarifs-hero__title {
    font-size: 36px;
    left: 32px;
    max-width: 85%;
  }
}
.tc-view.template-tarifs .tarifs-hero__title p {
  margin: 0;
}
.tc-view.template-tarifs .tarifs-hero__title-indent {
  display: block;
  padding-left: 48px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-tarifs .tarifs-hero__title-indent {
    padding-left: 0;
  }
}
.tc-view.template-tarifs .tarifs-hero__title-line {
  display: block;
}
.tc-view.template-tarifs .tarifs-hero__image-wrapper {
  width: 213px;
  height: 279px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  will-change: width, height;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .tc-view.template-tarifs .tarifs-hero__image-wrapper {
    width: 155px;
    height: 203px;
  }
}
.tc-view.template-tarifs .tarifs-hero__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tc-view.template-tarifs .tarifs-hero__introduction {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 115%;
  color: #FFFFFF;
  text-transform: uppercase;
  position: absolute;
  left: calc(50% + 208px);
  bottom: calc(50% - 160px);
  transform: translate(-50%, -50%);
  max-width: 200px;
  z-index: 2;
  margin: 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-tarifs .tarifs-hero__introduction {
    font-size: 14px;
    right: 32px;
    left: auto;
    left: initial;
    max-width: 180px;
    transform: translateY(-50%);
  }
}
.tc-view.template-tarifs .tarifs-hero__logo {
  position: absolute;
  bottom: -40vh;
  left: 5%;
  width: 100%;
  height: auto;
  z-index: 0;
  opacity: 0.75;
  pointer-events: none;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-tarifs .tarifs-hero__logo {
    left: 32px;
    bottom: 0;
  }
}
.tc-view.template-tarifs .tarifs-hero__card-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  z-index: 3;
  pointer-events: none;
  opacity: 0;
}
.tc-view.template-tarifs .tarifs-hero__card {
  width: 85%;
  pointer-events: auto;
  margin-top: 15vh;
  margin-bottom: 64px;
}
.tc-view.template-tarifs .tarifs-hero__card-inner {
  background-color: #272623;
  padding: 60px 35px 280px;
  position: relative;
  overflow: hidden;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-tarifs .tarifs-hero__card-inner {
    padding: 24px;
  }
}
.tc-view.template-tarifs .tarifs-hero__card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 98px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-tarifs .tarifs-hero__card-top {
    flex-direction: column;
    gap: 32px;
    margin-bottom: 64px;
  }
}
.tc-view.template-tarifs .tarifs-hero__card-introduction {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 115%;
  color: #FFFFFF;
  max-width: 360px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-tarifs .tarifs-hero__card-introduction {
    max-width: 100%;
    font-size: 18px;
  }
}
.tc-view.template-tarifs .tarifs-hero__card-introduction p {
  margin: 0;
}
.tc-view.template-tarifs .tarifs-hero__card-introduction p + p {
  margin-top: 12px;
}
.tc-view.template-tarifs .tarifs-hero__card-citation {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 115%;
  color: #FFFFFF;
  max-width: 385px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-tarifs .tarifs-hero__card-citation {
    max-width: 100%;
    font-size: 18px;
    text-transform: uppercase;
  }
  .tc-view.template-tarifs .tarifs-hero__card-citation br {
    display: none;
  }
}
.tc-view.template-tarifs .tarifs-hero__card-citation p {
  margin: 0;
}
.tc-view.template-tarifs .tarifs-hero__table {
  display: flex;
  flex-direction: column;
}
.tc-view.template-tarifs .tarifs-hero__group {
  padding: 32px 0;
}
.tc-view.template-tarifs .tarifs-hero__group:first-child {
  padding-top: 0;
}
.tc-view.template-tarifs .tarifs-hero__group:last-child {
  border-bottom: none;
}
.tc-view.template-tarifs .tarifs-hero__group {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-tarifs .tarifs-hero__group {
    padding: 0;
    padding-bottom: 48px;
  }
  .tc-view.template-tarifs .tarifs-hero__group:last-child {
    padding-bottom: 140px;
  }
}
.tc-view.template-tarifs .tarifs-hero__group-title {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 115%;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 16px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-tarifs .tarifs-hero__group-title {
    font-size: 32px;
  }
}
.tc-view.template-tarifs .tarifs-hero__group-items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.tc-view.template-tarifs .tarifs-hero__item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-tarifs .tarifs-hero__item {
    padding-bottom: 19px;
  }
}
.tc-view.template-tarifs .tarifs-hero__item-title {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 115%;
  text-transform: uppercase;
  color: #FFFFFF;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-tarifs .tarifs-hero__item-title {
    font-size: 18px;
  }
}
.tc-view.template-tarifs .tarifs-hero__item-price {
  font-family: "InstrumentSerif", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 24px;
  line-height: 115%;
  color: #FFFFFF;
  flex-shrink: 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-tarifs .tarifs-hero__item-price {
    font-size: 18px;
  }
}
.tc-view.template-tarifs .tarifs-hero__floating-title {
  position: absolute;
  bottom: -128px;
  font-family: "InstrumentSerif", serif;
  font-weight: 400;
  font-style: italic;
  font-size: max(120px, min(25vw, 25vw));
  line-height: 100%;
  color: #FFFFFF;
  font-style: italic;
  opacity: 0.1;
  margin-top: 35px;
  pointer-events: none;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-tarifs .tarifs-hero__floating-title {
    font-size: 22vw;
    bottom: -15px;
  }
}
.tc-view.template-tarifs .tarifs-hero__floating-title p {
  margin: 0;
}

.tc-view.template-contact {
  padding-bottom: 48px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-contact {
    padding-bottom: 0;
  }
}
.tc-view.template-contact .contact-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.tc-view.template-contact .contact-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.tc-view.template-contact .contact-hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(219.38deg, rgba(0, 0, 0, 0.25) 11.46%, rgba(0, 0, 0, 0.5) 77.46%, #272623);
  z-index: 0;
  pointer-events: none;
}
.tc-view.template-contact .contact-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-top: 170px;
  padding-bottom: 64px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-contact .contact-hero__content {
    padding-top: 140px;
    padding-bottom: 35px;
  }
}
.tc-view.template-contact .contact-hero__title {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 115%;
  color: #FFFFFF;
  text-transform: uppercase;
  max-width: 50%;
  margin-bottom: 56px;
  margin-top: 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-contact .contact-hero__title {
    max-width: 100%;
    font-size: 32px;
    margin-bottom: 45px;
  }
  .tc-view.template-contact .contact-hero__title br {
    display: none;
  }
}
.tc-view.template-contact .contact-hero__title p {
  margin: 0;
}
.tc-view.template-contact .contact-hero__title-indent-1 {
  display: block;
  padding-left: 80px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-contact .contact-hero__title-indent-1 {
    display: inline;
    padding-left: 0;
  }
}
.tc-view.template-contact .contact-hero__title-indent-2 {
  display: block;
  padding-left: 24px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-contact .contact-hero__title-indent-2 {
    display: inline;
    padding-left: 0;
  }
}
.tc-view.template-contact .contact-hero__title-line {
  display: block;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-contact .contact-hero__title-line {
    display: inline;
  }
}
.tc-view.template-contact .contact-hero__card {
  background-color: #FFFFFF;
  padding: 32px;
  display: flex;
  gap: 48px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-contact .contact-hero__card {
    padding: 24px;
    flex-direction: column;
    gap: 64px;
  }
}
.tc-view.template-contact .contact-hero__card-left {
  width: 30%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-contact .contact-hero__card-left {
    width: 100%;
    gap: 24px;
  }
}
.tc-view.template-contact .contact-hero__card-title {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 115%;
  color: #272623;
  text-transform: uppercase;
}
.tc-view.template-contact .contact-hero__card-title p {
  margin: 0;
}
.tc-view.template-contact .contact-hero__card-introduction {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 115%;
  color: #272623;
  margin-bottom: 16px;
}
.tc-view.template-contact .contact-hero__card-introduction p {
  margin: 0;
}
.tc-view.template-contact .contact-hero__card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  color: #272623;
  -webkit-text-decoration: none;
  text-decoration: none;
  border-bottom: 1px solid #272623;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-contact .contact-hero__card-link {
    font-size: 15px;
  }
}
.tc-view.template-contact .contact-hero__card-link:hover {
  opacity: 0.7;
}
.tc-view.template-contact .contact-hero__card-right {
  flex: 1;
}
.tc-view.template-contact .contact-hero__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 16px;
  -moz-column-gap: 16px;
       column-gap: 16px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-contact .contact-hero__grid {
    grid-template-columns: 1fr;
  }
}
.tc-view.template-contact .contact-hero__item {
  padding: 24px 0 8px;
  border-bottom: 1px solid rgba(39, 38, 35, 0.15);
}
.tc-view.template-contact .contact-hero__item:first-child, .tc-view.template-contact .contact-hero__item:nth-child(2) {
  padding-top: 0;
}
.tc-view.template-contact .contact-hero__item {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-contact .contact-hero__item:nth-child(2) {
    padding-top: 24px;
  }
}
.tc-view.template-contact .contact-hero__item:last-child {
  padding-bottom: 0;
}
.tc-view.template-contact .contact-hero__item--full {
  grid-column: 1/-1;
}
.tc-view.template-contact .contact-hero__label {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 115%;
  text-transform: uppercase;
  color: #272623;
  opacity: 0.5;
  display: block;
  margin-bottom: 16px;
}
.tc-view.template-contact .contact-hero__value {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 115%;
  color: #272623;
  text-transform: uppercase;
  margin: 0;
}
.tc-view.template-contact .contact-hero__value a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.tc-view.template-contact .contact-hero__socials {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 115%;
  color: #272623;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-contact .contact-hero__socials {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 8px;
  }
}
.tc-view.template-contact .contact-hero__socials a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.tc-view.template-contact .contact-hero__socials-sep {
  font-size: 20px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-contact .contact-hero__socials-sep {
    display: none;
  }
}
.tc-view.template-contact .contact-hero__image {
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin-top: 48px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-contact .contact-hero__image {
    height: 150px;
  }
}

.quatre-cent-quatre .container {
  width: 90%;
  max-width: 1055px;
  margin-left: auto;
  margin-right: auto;
  min-height: calc(100vh - 185px);
  text-align: left;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.quatre-cent-quatre h1 {
  font-size: 10em;
  line-height: 1em;
  margin: 0;
  padding-bottom: 0.3em;
}
.quatre-cent-quatre h2 {
  font-size: 2.5em;
}

.page-template-template-blog header .header-nav li a,
.page-template-template-blog header .nav-toggle__label,
.page-template-default header .header-nav li a,
.page-template-default header .nav-toggle__label,
.blog header .header-nav li a,
.blog header .nav-toggle__label {
  color: #272623;
}
.page-template-template-blog header .nav-toggle__icon .line,
.page-template-default header .nav-toggle__icon .line,
.blog header .nav-toggle__icon .line {
  stroke: #272623;
}
.page-template-template-blog header .header-logo__light,
.page-template-default header .header-logo__light,
.blog header .header-logo__light {
  display: none;
}
.page-template-template-blog header .header-logo__dark,
.page-template-default header .header-logo__dark,
.blog header .header-logo__dark {
  display: block;
}

.tc-view.template-blog .blog-hero {
  background-color: #F5F5F9;
  position: relative;
  overflow: hidden;
  padding: 170px 0 80px;
  height: 480px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-blog .blog-hero {
    padding: 140px 0 64px;
    height: auto;
  }
}
.tc-view.template-blog .blog-hero__inner {
  position: relative;
}
.tc-view.template-blog .blog-hero__big-title {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -160px;
  font-family: "InstrumentSerif", serif;
  font-weight: 400;
  font-style: italic;
  font-size: max(120px, min(22vw, 22vw));
  line-height: 115%;
  color: #272623;
  opacity: 0.05;
  text-align: center;
  white-space: nowrap;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-blog .blog-hero__big-title {
    bottom: -25px;
    font-size: 22vw;
  }
}
.tc-view.template-blog .blog-hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  gap: 48px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-blog .blog-hero__content {
    flex-direction: column;
    gap: 24px;
  }
}
.tc-view.template-blog .blog-hero__left {
  width: 50%;
  flex-shrink: 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-blog .blog-hero__left {
    width: 100%;
  }
}
.tc-view.template-blog .blog-hero__right {
  width: 50%;
  flex-shrink: 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-blog .blog-hero__right {
    width: 100%;
  }
}
.tc-view.template-blog .blog-hero__citation {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 115%;
  color: #272623;
  text-transform: uppercase;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-blog .blog-hero__citation {
    font-size: 36px;
  }
}
.tc-view.template-blog .blog-hero__citation p {
  margin: 0;
}
.tc-view.template-blog .blog-hero__citation-indent-1 {
  display: block;
  padding-left: 64px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-blog .blog-hero__citation-indent-1 {
    padding-left: 0;
  }
}
.tc-view.template-blog .blog-hero__citation-indent-2 {
  display: block;
  padding-left: 24px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-blog .blog-hero__citation-indent-2 {
    padding-left: 0;
  }
}
.tc-view.template-blog .blog-hero__introduction {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 115%;
  color: #272623;
  text-transform: uppercase;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-blog .blog-hero__introduction {
    font-size: 14px;
  }
  .tc-view.template-blog .blog-hero__introduction br {
    display: none;
  }
}
.tc-view.template-blog .blog-hero__introduction p {
  margin: 0;
}
.tc-view.template-blog .blog-articles {
  padding: 80px 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-blog .blog-articles {
    padding: 64px 0;
  }
}
.tc-view.template-blog .blog-articles__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-blog .blog-articles__filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 16px;
    margin-left: -7.5vw;
    margin-right: -7.5vw;
    padding-left: 7.5vw;
    padding-right: 7.5vw;
  }
  .tc-view.template-blog .blog-articles__filters::-webkit-scrollbar {
    display: none;
  }
}
.tc-view.template-blog .blog-articles__filter {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  color: #272623;
  text-transform: uppercase;
  background: none;
  border: 1px solid #272623;
  border-radius: 9999px;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s;
  white-space: nowrap;
  flex-shrink: 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-blog .blog-articles__filter {
    padding: 8px 18px;
  }
}
.tc-view.template-blog .blog-articles__filter:hover {
  border-color: #272623;
}
.tc-view.template-blog .blog-articles__filter.is-active {
  background-color: #272623;
  color: #FFFFFF;
  border-color: #272623;
}
.tc-view.template-blog .blog-articles__title {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 115%;
  color: #272623;
  text-transform: uppercase;
  margin: 32px 0 16px;
}
.tc-view.template-blog .blog-articles__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
  gap: 16px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-blog .blog-articles__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.tc-view.template-blog .blog-articles__grid {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .tc-view.template-blog .blog-articles__grid {
    grid-template-columns: 1fr;
  }
}
.tc-view.template-blog .blog-articles__more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 32px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.template-blog .blog-articles__more-wrap {
    margin-top: 24px;
  }
}
.tc-view.template-blog .blog-articles__more {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 115%;
  color: #272623;
  text-transform: uppercase;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
  border-bottom: 1px solid #272623;
  padding-bottom: 2px;
  transition: opacity 0.3s;
}
.tc-view.template-blog .blog-articles__more:hover {
  opacity: 0.6;
}
.tc-view.template-blog .blog-articles__more.is-hidden {
  display: none;
}

.blog-card {
  background-color: #F5F5F9;
  padding: 24px;
  padding-bottom: 34px;
  display: flex;
  flex-direction: column;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .blog-card {
    padding: 24px;
  }
}
.blog-card__image {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.blog-card__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}
.blog-card__category {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 115%;
  color: #272623;
  text-transform: uppercase;
  background-color: #FFFFFF;
  border-radius: 9999px;
  padding: 6px 14px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .blog-card__category {
    font-size: 14px;
    padding: 4px 12px;
  }
}
.blog-card__title {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 115%;
  color: #272623;
  text-transform: uppercase;
  margin: 16px 0 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .blog-card__title {
    font-size: 18px;
  }
}
.blog-card__introduction {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 115%;
  color: #272623;
  margin: 16px 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .blog-card__introduction {
    font-size: 15px;
  }
}
.blog-card__link {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 115%;
  color: #272623;
  text-transform: uppercase;
  -webkit-text-decoration: none;
  text-decoration: none;
  border-bottom: 1px solid #272623;
  padding-bottom: 2px;
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 4px;
  margin-top: auto;
  padding-top: 46px;
}
.blog-card__link:hover {
  opacity: 0.6;
}

.tc-view.single-blog .single-blog-hero {
  position: relative;
  height: 315px;
  overflow: hidden;
}
.tc-view.single-blog .single-blog-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.tc-view.single-blog .single-blog-content {
  position: relative;
}
.tc-view.single-blog .single-blog-content__back {
  position: absolute;
  top: 64px;
  left: 5%;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #272623;
  -webkit-text-decoration: none;
  text-decoration: none;
  border-bottom: 1px solid #272623;
  padding-bottom: 2px;
}
.tc-view.single-blog .single-blog-content__back:hover {
  opacity: 0.7;
}
.tc-view.single-blog .single-blog-content__back svg {
  flex-shrink: 0;
}
.tc-view.single-blog .single-blog-content__back {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.single-blog .single-blog-content__back {
    position: relative;
    top: 32px;
    left: 32px;
  }
}
.tc-view.single-blog .single-blog-content__inner {
  width: 66%;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 64px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.single-blog .single-blog-content__inner {
    width: 85%;
  }
}
.tc-view.single-blog .single-blog-content__head {
  display: flex;
  align-items: flex-end;
  gap: 64px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.single-blog .single-blog-content__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
}
.tc-view.single-blog .single-blog-content__title {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 115%;
  color: #272623;
  text-transform: uppercase;
  max-width: 60%;
  margin: 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.single-blog .single-blog-content__title {
    font-size: 32px;
    max-width: 100%;
  }
}
.tc-view.single-blog .single-blog-content__date {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 115%;
  color: #272623;
  text-transform: uppercase;
  flex-shrink: 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.single-blog .single-blog-content__date {
    font-size: 14px;
  }
}
.tc-view.single-blog .single-blog-content__body {
  margin-top: 64px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.single-blog .single-blog-content__body {
    margin-top: 32px;
  }
}
.tc-view.single-blog .single-blog-share {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 64px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.single-blog .single-blog-share {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
}
.tc-view.single-blog .single-blog-share__text {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 115%;
  color: #272623;
  text-transform: uppercase;
  margin: 0;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.single-blog .single-blog-share__text {
    font-size: 14px;
  }
}
.tc-view.single-blog .single-blog-share__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.single-blog .single-blog-share__right {
    align-items: flex-start;
  }
}
.tc-view.single-blog .single-blog-share__link {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 115%;
  color: #272623;
  text-transform: uppercase;
  -webkit-text-decoration: none;
  text-decoration: none;
  border-bottom: 1px solid #272623;
}
.tc-view.single-blog .single-blog-share__link:hover {
  opacity: 0.7;
}
.tc-view.single-blog .single-blog-related {
  margin-top: 144px;
  padding-bottom: 80px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.single-blog .single-blog-related {
    margin-top: 96px;
  }
}
.tc-view.single-blog .single-blog-related {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .tc-view.single-blog .single-blog-related {
    padding-bottom: 64px;
  }
}
.tc-view.single-blog .single-blog-related__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.single-blog .single-blog-related__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.tc-view.single-blog .single-blog-related__title {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 115%;
  color: #272623;
  text-transform: uppercase;
  margin: 0;
}
.tc-view.single-blog .single-blog-related__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #272623;
  -webkit-text-decoration: none;
  text-decoration: none;
  border-bottom: 1px solid #272623;
  padding-bottom: 2px;
}
.tc-view.single-blog .single-blog-related__link:hover {
  opacity: 0.7;
}
.tc-view.single-blog .single-blog-related__link svg {
  flex-shrink: 0;
}
.tc-view.single-blog .single-blog-related__link {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .tc-view.single-blog .single-blog-related__link {
    display: none;
  }
}
.tc-view.single-blog .single-blog-related__link-mobile {
  display: none;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .tc-view.single-blog .single-blog-related__link-mobile {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "GeneralSans", sans-serif;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #272623;
    -webkit-text-decoration: none;
    text-decoration: none;
    border-bottom: 1px solid #272623;
    padding-bottom: 2px;
    margin-top: 48px;
  }
  .tc-view.single-blog .single-blog-related__link-mobile:hover {
    opacity: 0.7;
  }
  .tc-view.single-blog .single-blog-related__link-mobile svg {
    flex-shrink: 0;
  }
}
.tc-view.single-blog .single-blog-related__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
  gap: 16px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.single-blog .single-blog-related__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.tc-view.single-blog .single-blog-related__grid {
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 768px) {
  .tc-view.single-blog .single-blog-related__grid {
    grid-template-columns: 1fr;
  }
  .tc-view.single-blog .single-blog-related__grid .blog-card:nth-child(n+2) {
    display: none;
  }
}

.tc-view.page-default .page-default__content {
  width: 66%;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 128px;
  padding-bottom: 144px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.page-default .page-default__content {
    width: 85%;
    padding-top: 90px;
    padding-bottom: 64px;
  }
}
.tc-view.page-default .page-default__title {
  font-family: "GeneralSans", sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 115%;
  color: #272623;
  text-transform: uppercase;
  margin: 0 0 64px;
  /* -- @include break(mobile)-- */
}
@media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
  .tc-view.page-default .page-default__title {
    font-size: 32px;
    margin-bottom: 32px;
  }
}

/*# sourceMappingURL=style.css.map*/