<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* Theme Name: Altavia Omni
 * Description: Altavia Omni Original Theme.
 * Author: Laurent Zubac
 * Author URI: https://www.atelier-buz.com
 * Version: 1.00 */
/* Global Imports */
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

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

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

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

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

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

@font-face {
  font-family: "Circular Std";
  src: url("fonts/CircularStd-MediumItalic.eot");
  src: local("Circular Std Medium Italic"), local("CircularStd-MediumItalic"), url("fonts/CircularStd-MediumItalic.eot?#iefix") format("embedded-opentype"), url("fonts/CircularStd-MediumItalic.woff2") format("woff2"), url("fonts/CircularStd-MediumItalic.woff") format("woff"), url("fonts/CircularStd-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Circular Std";
  src: url("fonts/CircularStd-Black.eot");
  src: local("Circular Std Black"), local("CircularStd-Black"), url("fonts/CircularStd-Black.eot?#iefix") format("embedded-opentype"), url("fonts/CircularStd-Black.woff2") format("woff2"), url("fonts/CircularStd-Black.woff") format("woff"), url("fonts/CircularStd-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Circular Std";
  src: url("fonts/CircularStd-Medium.eot");
  src: local("Circular Std Medium"), local("CircularStd-Medium"), url("fonts/CircularStd-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/CircularStd-Medium.woff2") format("woff2"), url("fonts/CircularStd-Medium.woff") format("woff"), url("fonts/CircularStd-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Circular Std";
  src: url("fonts/CircularStd-Bold.eot");
  src: local("Circular Std Bold"), local("CircularStd-Bold"), url("fonts/CircularStd-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/CircularStd-Bold.woff2") format("woff2"), url("fonts/CircularStd-Bold.woff") format("woff"), url("fonts/CircularStd-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Circular Std";
  src: url("fonts/CircularStd-BlackItalic.eot");
  src: local("Circular Std Black Italic"), local("CircularStd-BlackItalic"), url("fonts/CircularStd-BlackItalic.eot?#iefix") format("embedded-opentype"), url("fonts/CircularStd-BlackItalic.woff2") format("woff2"), url("fonts/CircularStd-BlackItalic.woff") format("woff"), url("fonts/CircularStd-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Circular Std Book";
  src: url("fonts/CircularStd-BookItalic.eot");
  src: local("Circular Std Book Italic"), local("CircularStd-BookItalic"), url("fonts/CircularStd-BookItalic.eot?#iefix") format("embedded-opentype"), url("fonts/CircularStd-BookItalic.woff2") format("woff2"), url("fonts/CircularStd-BookItalic.woff") format("woff"), url("fonts/CircularStd-BookItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Circular Std";
  src: url("fonts/CircularStd-BoldItalic.eot");
  src: local("Circular Std Bold Italic"), local("CircularStd-BoldItalic"), url("fonts/CircularStd-BoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/CircularStd-BoldItalic.woff2") format("woff2"), url("fonts/CircularStd-BoldItalic.woff") format("woff"), url("fonts/CircularStd-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Circular Std Book";
  src: url("fonts/CircularStd-Book.eot");
  src: local("Circular Std Book"), local("CircularStd-Book"), url("fonts/CircularStd-Book.eot?#iefix") format("embedded-opentype"), url("fonts/CircularStd-Book.woff2") format("woff2"), url("fonts/CircularStd-Book.woff") format("woff"), url("fonts/CircularStd-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html {
  font-family: "IBM Plex Serif", serif;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 !important;
  overflow-x: hidden;
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html.disable-scroll {
  overflow: hidden;
}

body {
  background-color: #252020;
  color: #fff;
  min-width: 320px;
}

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

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

a {
  color: #00b2bf;
  text-decoration: none;
  transition: 0.3s ease;
}
a:hover {
  text-decoration: underline;
}

/* MAIN */
.main {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

h2 {
  color: #fff;
  font-family: "Circular Std", serif;
  font-size: clamp(37px, 8vw, 106px);
  font-weight: 900;
  letter-spacing: -2px;
  line-height: 0.9;
  margin: 0;
  width: 100%;
}

h3 {
  color: #00b2bf;
  font-family: "Circular Std", serif;
  font-size: clamp(24px, 5vw, 30px);
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1;
  margin: 0 0 20px;
  width: 100%;
}

h4 {
  color: #00b2bf;
  font-family: "Circular Std", serif;
  font-size: clamp(18px, 4vw, 24px);
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1;
  margin: 40px 0 20px;
  width: 100%;
}

h5,
h6 {
  color: #00b2bf;
  font-family: "Circular Std", serif;
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1;
  margin: 40px 0 20px;
  width: 100%;
}

p {
  color: #fff;
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 300;
  line-height: 1.375;
  margin: 0 0 20px;
  width: 100%;
}

.basic-content ul {
  color: #fff;
  font-size: clamp(16px, 3vw, 18px);
  font-weight: 300;
  line-height: 1.375;
  margin: 0 0 20px;
  padding: 0 0 0 30px;
  width: 100%;
}
.basic-content ul li {
  margin-top: 16px;
}

strong {
  font-weight: 700;
}

.header {
  display: flex;
  flex-flow: row nowrap;
  left: 0;
  position: fixed;
  pointer-events: none;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.header .inner {
  align-items: center;
  background: #252020;
  display: flex;
  flex-flow: row nowrap;
  height: 50px;
  justify-content: space-between;
  padding: 0 24px;
  position: relative;
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 1024px) {
  .header .inner {
    background: transparent;
  }
}
.header a {
  pointer-events: auto;
}
.header .logo {
  display: block;
  height: auto;
  width: 106px;
}
.header .logo.logo-desktop {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header .logo.logo-desktop {
    display: block;
    position: absolute;
    right: 17px;
    top: calc(50svh - 22px);
  }
}
@media screen and (min-width: 1440px) {
  .header .logo.logo-desktop {
    right: calc((100% - 1440px) / 2 + 55px);
  }
}
@media screen and (min-width: 1024px) {
  .header .logo.logo-mobile {
    display: none;
  }
}
.header .languages {
  margin: 0 30px 0 auto;
}
@media screen and (min-width: 1024px) {
  .header .languages {
    left: 17px;
    margin: 0;
    position: absolute;
    top: 70px;
  }
}
@media screen and (min-width: 1440px) {
  .header .languages {
    left: calc((100% - 1440px) / 2 + 60px);
  }
}
.header .languages ul {
  display: flex;
  flex-flow: row nowrap;
  font-family: "Circular Std", serif;
  font-size: 12px;
  list-style: none;
}
@media screen and (min-width: 1024px) {
  .header .languages ul {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    width: 106px;
  }
}
.header .languages ul li {
  font-weight: 900;
}
@media screen and (min-width: 1024px) {
  .header .languages ul li {
    font-weight: 400;
  }
}
.header .languages ul li.active, .header .languages ul li.current-menu-item, .header .languages ul li.current-page-ancestor {
  display: none;
}
@media screen and (min-width: 1024px) {
  .header .languages ul li.active, .header .languages ul li.current-menu-item, .header .languages ul li.current-page-ancestor {
    display: initial;
    font-weight: 900;
  }
}
.header .languages ul li a {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .header .languages ul li a {
    display: inline-block;
    padding: 4px 8px;
  }
}
.header .languages ul li a:hover {
  text-decoration: none;
}
.header .toggle-menu {
  align-items: center;
  color: #fff;
  display: inline-flex;
  height: 50px;
  justify-content: center;
  pointer-events: auto;
  position: relative;
  text-align: center;
  transition: 0.3s ease;
  width: 50px;
}
@media screen and (min-width: 1024px) {
  .header .toggle-menu {
    height: 40px;
    position: absolute;
    right: 20px;
    top: 62px;
    width: 100px;
  }
}
@media screen and (min-width: 1440px) {
  .header .toggle-menu {
    right: calc((100% - 1440px) / 2 + 60px);
  }
}
.header .toggle-menu .burger {
  align-items: center;
  display: inline-flex;
  height: 20px;
  position: relative;
  width: 33px;
}
@media screen and (min-width: 1024px) {
  .header .toggle-menu .burger {
    height: 30px;
    width: 100px;
  }
}
.header .toggle-menu .burger::before {
  background: currentcolor;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 2px;
  transform-origin: top left;
  transition: 0.3s ease;
}
.header .toggle-menu .burger .line {
  background: currentcolor;
  height: 1px;
  transition: 0.3s ease;
  width: 100%;
}
.header .toggle-menu .burger .line::before {
  background: transparent;
  background-position: top center;
  top: 0;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  transition: 0.3s ease;
}
.header .toggle-menu .burger .line::after {
  background: currentcolor;
  bottom: 2px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  transform-origin: bottom left;
  transition: 0.3s ease;
}
.header .toggle-menu.active .burger::before {
  top: -2px;
  transform: rotate(45deg);
}
@media screen and (min-width: 1024px) {
  .header .toggle-menu.active .burger::before {
    top: 2px;
    transform: rotate(0);
  }
}
.header .toggle-menu.active .burger .line {
  background: transparent;
}
@media screen and (min-width: 1024px) {
  .header .toggle-menu.active .burger .line::before {
    background: url(images/chevron.svg) no-repeat center;
    background-size: 16px;
    transform: rotate(180deg);
  }
}
.header .toggle-menu.active .burger .line::after {
  bottom: -2px;
  transform: rotate(-45deg);
}
@media screen and (min-width: 1024px) {
  .header .toggle-menu.active .burger .line::after {
    bottom: 2px;
    transform: rotate(0);
  }
}
.header .main-menu {
  align-items: center;
  background: #252020;
  display: flex;
  flex-flow: row nowrap;
  height: 100vh;
  justify-content: flex-start;
  left: 0;
  opacity: 0;
  padding: 0 46px;
  pointer-events: auto;
  position: fixed;
  top: -110vh;
  transition: 0.2s ease;
  width: 100%;
  z-index: 90;
}
@media screen and (min-width: 1024px) {
  .header .main-menu {
    background: none;
    display: block;
    height: auto;
    left: auto;
    padding: 0;
    right: 20px;
    top: 0;
    visibility: hidden;
    width: 100px;
    z-index: 90;
  }
}
@media screen and (min-width: 1440px) {
  .header .main-menu {
    right: calc((100% - 1440px) / 2 + 60px);
  }
}
.header .main-menu::before {
  background: url(images/shape.svg) no-repeat center;
  content: "";
  height: 485px;
  left: -185px;
  opacity: 0.05;
  width: 485px;
  position: absolute;
}
@media screen and (min-width: 1024px) {
  .header .main-menu::before {
    content: none;
  }
}
.header .main-menu.active {
  opacity: 1;
  top: 0;
}
@media screen and (min-width: 1024px) {
  .header .main-menu.active {
    top: 96px;
    visibility: visible;
  }
}
.header .main-menu ul {
  list-style: none;
  position: relative;
}
.header .main-menu ul li {
  font-family: "Circular Std", serif;
  font-size: 37px;
  font-weight: 900;
  letter-spacing: -2px;
  margin: 8px 0;
}
@media screen and (min-width: 1024px) {
  .header .main-menu ul li {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 30px;
    margin: 0;
    text-align: center;
  }
}
.header .main-menu ul li a {
  color: #fff;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .header .main-menu ul li a {
    border-bottom: 1px solid #fff;
    display: block;
    height: 32px;
  }
}
.header .main-menu ul li a::after {
  background: #00b2bf;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: -110%;
  position: absolute;
  transition: 0.3s ease;
  width: 100%;
  z-index: 10;
}
.header .main-menu ul li a:hover {
  color: #00b2bf;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .header .main-menu ul li a:hover {
    border-bottom: 1px solid #00b2bf;
  }
}
.header .main-menu ul li a:hover::before {
  left: 0;
}

/* SHAPES */
@keyframes fade-in-circle {
  0% {
    opacity: 0;
    scale: 0;
  }
  20% {
    opacity: 0.15;
    scale: 1;
  }
  23% {
    opacity: 0;
  }
  26% {
    opacity: 0.15;
  }
  70% {
    opacity: 0.15;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out-shape-initial {
  0% {
    opacity: 0.05;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-in-shape {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.05;
  }
}
.shape-initial {
  animation: 0.5s ease fade-out-shape-initial both;
  animation-delay: 4s;
  background: url(images/shape-initial.svg) no-repeat center;
  background-size: 263px 263px;
  display: block;
  height: 263px;
  opacity: 0.05;
  position: fixed;
  right: 50%;
  top: calc(50svh - 131px);
  width: 263px;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .shape-initial {
    background-size: 784px 784px;
    height: 784px;
    top: calc(50svh - 392px);
    width: 784px;
  }
}

.shape {
  animation: 0.5s ease fade-in-shape both;
  animation-delay: 3.8s;
  background: url(images/shape.svg) no-repeat center;
  background-size: 263px 263px;
  display: block;
  height: 263px;
  opacity: 0.05;
  position: fixed;
  right: 50%;
  top: calc(50svh - 131px);
  width: 263px;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .shape {
    background-size: 784px 784px;
    height: 784px;
    top: calc(50svh - 392px);
    width: 784px;
  }
}

.shape-circle {
  animation: 2s ease fade-in-circle both;
  animation-delay: 2s;
  background: url(images/shape-circle.svg) no-repeat center;
  background-size: 289px 289px;
  display: block;
  height: 289px;
  opacity: 0.05;
  position: fixed;
  right: calc(50% - 13px);
  top: calc(50svh - 131px - 13px);
  width: 289px;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .shape-circle {
    background-size: 860px 860px;
    height: 860px;
    right: calc(50% - 39px);
    top: calc(50svh - 428px);
    width: 860px;
  }
}

/* CHEVRON SCROLL */
.chevron-scroll {
  background: url(images/chevron.svg) no-repeat center;
  bottom: 20px;
  height: 16px;
  left: 23px;
  position: fixed;
  transition: 0.3s ease;
  width: 16px;
  z-index: 100;
}
@media screen and (min-width: 1024px) {
  .chevron-scroll {
    left: 133px;
    bottom: 70px;
  }
}
@media screen and (min-width: 1440px) {
  .chevron-scroll {
    left: calc((100% - 1440px) / 2 + 233px);
  }
}
.chevron-scroll.rotated {
  transform: rotate(180deg);
}

/* ANIMATION */
@keyframes fadeBottom {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.reveal {
  opacity: 0;
  position: relative;
}
.reveal.active {
  animation: 0.3s ease 0.3s 1 both running fadeBottom;
}

/* LAYOUT */
.layout {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.layout .borders {
  height: 100%;
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .layout .borders {
    margin: 0 auto;
    max-width: 1440px;
  }
}
.layout .borders::before {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  height: 100%;
  left: 30px;
  opacity: 0.25;
  position: absolute;
  right: 30px;
  top: 0;
  z-index: 100;
}
@media screen and (min-width: 1024px) {
  .layout .borders::before {
    left: 140px;
    right: 140px;
  }
}
@media screen and (min-width: 1440px) {
  .layout .borders::before {
    left: calc((100% - 1440px) / 2 + 240px);
    right: calc((100% - 1440px) / 2 + 240px);
  }
}
.layout .borders::after {
  background-color: #fff;
  content: "";
  height: 100%;
  left: 50%;
  opacity: 0.25;
  position: absolute;
  top: 0;
  z-index: 100;
  width: 1px;
}

/* MAIN FRAME */
.main-frame {
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.main-frame .main-visual {
  background-position: top center;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  will-change: filter;
}
@media screen and (min-width: 1201px) {
  .main-frame .main-visual {
    background-attachment: fixed;
  }
}
.main-frame .main-visual.contact-left {
  width: 50%;
}
@media screen and (min-width: 1024px) {
  .main-frame .main-visual.contact-left {
    left: 140px;
    width: calc(50% - 140px);
  }
}
@media screen and (min-width: 1440px) {
  .main-frame .main-visual.contact-left {
    left: calc((100% - 1440px) / 2 + 240px);
    width: calc(50% - ((100% - 1440px) / 2 + 240px));
  }
}
.main-frame .main-visual.contact-right {
  left: 50%;
  width: 50%;
}
@media screen and (min-width: 1024px) {
  .main-frame .main-visual.contact-right {
    width: calc(50% - 140px);
  }
}
@media screen and (min-width: 1440px) {
  .main-frame .main-visual.contact-right {
    width: calc(50% - ((100% - 1440px) / 2 + 240px));
  }
}
.main-frame .inner {
  align-items: flex-start;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  min-height: 100svh;
  padding: 47px;
  position: relative;
  width: 100%;
  z-index: 110;
}
@media screen and (min-width: 1024px) {
  .main-frame .inner {
    margin: 0 auto;
    max-width: calc(100% - 140px - 140px);
    padding: 70px 47px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .main-frame .inner {
    max-width: 960px;
  }
}
.main-frame .inner.next {
  min-height: auto;
}
.main-frame .inner .title-part {
  align-items: center;
  display: flex;
  height: 100svh;
  left: 47px;
  position: absolute;
  right: 47px;
  top: 0;
}
@media screen and (orientation: landscape) and (max-width: 1023px) {
  .main-frame .inner .title-part {
    height: auto;
    left: 0;
    margin: 30px 0 20px;
    position: relative;
  }
}
.main-frame .inner .fix-bottom {
  align-self: flex-end;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .main-frame .inner .fix-bottom.right {
    margin: 0 0 0 auto;
    padding-left: 17px;
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .main-frame .inner .fix-bottom.right {
    padding-left: 35px;
  }
}
.main-frame .inner .fix-bottom p {
  margin: 0;
}
.main-frame .inner .before-content {
  align-items: flex-end;
  display: flex;
  height: calc(50svh - 60px);
  left: 47px;
  position: absolute;
  right: 47px;
  top: 0;
}
@media screen and (orientation: landscape) and (max-width: 1023px) {
  .main-frame .inner .before-content {
    left: 0;
    position: relative;
    right: 0;
  }
}
.main-frame .inner .next-content {
  margin-top: 70px;
  padding-top: calc(50svh - 47px);
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .main-frame .inner .next-content {
    margin-top: 20svh;
  }
}
@media screen and (orientation: landscape) and (max-width: 1023px) {
  .main-frame .inner .next-content {
    margin-top: 0;
    padding-top: 0;
  }
}
.main-frame .inner .next-content h3 {
  margin-top: 72px;
}
.main-frame .expertise-items {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .main-frame .expertise-items {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -17px;
    width: calc(100% + 34px);
  }
}
@media screen and (min-width: 1024px) {
  .main-frame .expertise-items {
    margin: 0 -35px;
    width: calc(100% + 70px);
  }
}
.main-frame .expertise-items .item {
  margin: 60px 0;
}
@media screen and (min-width: 768px) {
  .main-frame .expertise-items .item {
    padding: 0 17px;
    width: 50%;
  }
  .main-frame .expertise-items .item:nth-child(2n) {
    margin: 200px 0 -200px;
  }
}
@media screen and (min-width: 1024px) {
  .main-frame .expertise-items .item {
    padding: 0 35px;
  }
}
.main-frame .expertise-items .item:last-child {
  margin-bottom: 0 !important;
}
.main-frame .expertise-items .item p {
  font-size: clamp(12px, 3vw, 15px);
  font-weight: 400;
  line-height: 1.417;
}
.main-frame .expertise-items .item ul {
  list-style: none;
}
.main-frame .expertise-items .item ul li {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  font-size: clamp(12px, 3vw, 15px);
  font-weight: 400;
  line-height: 1.417;
  margin: 24px 0;
  padding: 0 0 0 18px;
}
.main-frame .expertise-items .item ul li strong {
  font-family: "Circular Std", serif;
  font-weight: 900;
  text-transform: uppercase;
}
.main-frame .work-slider {
  margin: 30px -17px -30px;
  width: calc(100% + 34px);
}
@media screen and (min-width: 1024px) {
  .main-frame .work-slider {
    margin: 30px -47px 10px;
    width: calc(100% + 94px);
  }
}
@media screen and (min-width: 1440px) {
  .main-frame .work-slider {
    margin: 30px -47px 10px;
    width: 960px;
  }
}
.main-frame .work-slider .slider {
  display: flex;
  margin-bottom: 30px;
  overflow: hidden;
  width: 100%;
}
.main-frame .work-slider .slider ul {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  list-style: none;
}
.main-frame .work-slider .slider ul li {
  padding: 0 40px;
  width: calc(100vw - 30px - 30px);
}
@media screen and (min-width: 768px) {
  .main-frame .work-slider .slider ul li {
    width: calc((100vw - 30px - 30px) / 3);
  }
}
@media screen and (min-width: 1024px) {
  .main-frame .work-slider .slider ul li {
    width: calc((100vw - 140px - 140px) / 4);
  }
}
@media screen and (min-width: 1440px) {
  .main-frame .work-slider .slider ul li {
    width: 192px;
  }
}
.main-frame .work-slider .slider ul li img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}
.main-frame .work-slider .slider-nav {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  width: 100%;
}
.main-frame .work-slider .slider-nav span {
  border: 1px solid rgba(255, 225, 255, 0.7);
  display: inline-block;
  margin: 0 3px;
  height: 4px;
  width: 4px;
}
@media screen and (min-width: 1024px) {
  .main-frame .work-slider .slider-nav span {
    margin: 0 6px;
    height: 8px;
    width: 8px;
  }
}
.main-frame .work-slider .slider-nav span.active {
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .main-frame .next-testimonials {
    margin-top: -60px;
  }
}
.main-frame .testimonial-items {
  margin: -40px 0 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .main-frame .testimonial-items {
    display: flex;
    flex-flow: row wrap;
    margin: -40px -17px 0;
    width: calc(100% + 34px);
  }
}
@media screen and (min-width: 1024px) {
  .main-frame .testimonial-items {
    margin: -40px -35px 0;
    width: calc(100% + 70px);
  }
}
.main-frame .testimonial-items .item {
  margin: 60px 0;
}
@media screen and (min-width: 768px) {
  .main-frame .testimonial-items .item {
    padding: 0 17px;
    width: 50%;
  }
  .main-frame .testimonial-items .item:nth-child(2n) {
    margin: 200px 0 -200px;
  }
  .main-frame .testimonial-items .item:nth-child(2n):last-child {
    margin: 200px 0 60px;
  }
}
@media screen and (min-width: 1024px) {
  .main-frame .testimonial-items .item {
    padding: 0 35px;
  }
}
.main-frame .testimonial-items .item:last-child {
  margin-bottom: 0 !important;
}
.main-frame .testimonial-items .item ul {
  list-style: none;
}
.main-frame .testimonial-items .item ul li {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  font-size: clamp(12px, 3vw, 15px);
  font-family: "Circular Std", serif;
  font-weight: 900;
  line-height: 1.417;
  margin: 24px 0;
  padding: 0 0 0 18px;
  text-transform: uppercase;
}
.main-frame .testimonial-items .item p:not(.person) {
  font-style: italic;
  font-size: clamp(12px, 3vw, 15px);
  font-weight: 400;
  line-height: 1.417;
}
.main-frame .testimonial-items .item .person {
  font-size: clamp(12px, 3vw, 15px);
  font-weight: 400;
  line-height: 1.417;
}
.main-frame .testimonial-items .item .person strong {
  font-weight: 700;
}
.main-frame .testimonial-items .item .person span {
  color: #00b2bf;
  font-weight: 700;
}
.main-frame .contact-items {
  display: flex;
  flex-flow: row wrap;
  margin: -30px -17px 0;
  width: calc(100% + 34px);
}
@media screen and (min-width: 768px) {
  .main-frame .contact-items {
    margin: 0 -17px;
  }
}
@media screen and (min-width: 1024px) {
  .main-frame .contact-items {
    margin: 0 -35px;
    width: calc(100% + 70px);
  }
}
.main-frame .contact-items .item {
  margin: 30px 0;
  padding: 0 17px;
  width: 50%;
}
@media screen and (min-width: 1024px) {
  .main-frame .contact-items .item {
    padding: 0 35px;
  }
}
.main-frame .contact-items .item:last-child {
  margin-bottom: 0 !important;
}
.main-frame .contact-items .item address {
  font-style: normal;
  font-size: clamp(12px, 3vw, 15px);
  font-weight: 400;
  line-height: 1.417;
}
.main-frame .contact-items .item .mail {
  color: #00b2bf;
  font-size: clamp(12px, 3vw, 15px);
  font-weight: 700;
  line-height: 1.417;
  margin: 0;
}
.main-frame .contact-items .item .mail a {
  color: #00b2bf;
}
.main-frame .contact-items .item .phone {
  font-size: clamp(12px, 3vw, 15px);
  font-weight: 700;
  line-height: 1.417;
  margin: 0;
}
.main-frame .contact-items .item .phone a {
  color: #fff;
}

#contact .inner .next-content {
  margin-top: 12svh;
}

@media screen and (min-width: 768px) {
  #about .inner .next-content {
    margin-top: 12svh;
  }
}
.footer {
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  padding: 100px 47px 20px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .footer {
    bottom: 70px;
    left: 0;
    position: fixed;
    padding: 0;
    width: 140px;
    z-index: 1000;
  }
}
@media screen and (min-width: 1440px) {
  .footer {
    left: calc((100% - 1440px) / 2);
    width: 240px;
  }
}
.footer p {
  font-family: "Circular Std", serif;
  font-size: 10px;
  font-weight: 700;
  margin: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 100;
}
.footer ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  list-style: none;
  margin: 8px -8px 0;
  width: calc(100% + 16px);
}
.footer ul li {
  font-family: "Circular Std", serif;
  font-size: 10px;
  font-weight: 700;
  margin: 0 8px;
  position: relative;
  text-align: center;
  z-index: 100;
}
.footer ul li a {
  color: #fff;
  opacity: 0.6;
}

.scroll-top {
  display: none;
}
@media screen and (min-width: 1024px) {
  .scroll-top {
    border-bottom: 8px solid #fff;
    bottom: 70px;
    display: initial;
    font-family: "Circular Std", serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
    position: fixed;
    padding: 0 0 12px;
    right: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 100px;
    z-index: 1000;
  }
  .scroll-top strong {
    display: block;
  }
}
@media screen and (min-width: 1440px) {
  .scroll-top {
    right: calc((100% - 1440px) / 2 + 60px);
  }
}</pre></body></html>