@import url("https://use.typekit.net/dyy6vgh.css");
@keyframes cookieOut {
  0% {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0,100px,0);
    -webkit-transform: translate3d(0,100px,0);
    opacity: 0;
  }
}
@keyframes scrollDown {
  0% {
    transform: translate3d(0,-100%,0);
    -webkit-transform: translate3d(0,-100%,0);
  }
  100% {
    transform: translate3d(0,100%,0);
    -webkit-transform: translate3d(0,100%,0);
  }
}
@keyframes menuItemIn {
  0% {
    opacity: 0;
    transform: translate3d(50vw,0,0) skewX(-30deg);
    -webkit-transform: translate3d(50vw,0,0) skewX(-30deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0,0,0) skewX(0);
    -webkit-transform: translate3d(0,0,0) skewX(0);
  }
}
@keyframes resetTransform {
  100% {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
@keyframes translateLeft {
  100% {
    transform: translate3d(-25vw,0,0);
    -webkit-transform: translate3d(-25vw,0,0);
  }
}
@keyframes translateRight {
  100% {
    transform: translate3d(100%,0,0);
    -webkit-transform: translate3d(100%,0,0);
  }
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(.5,.5,.5);
    -webkit-transform: scale3d(.5,.5,.5);
  }
  100% {
    opacity: 1;
    transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
  }
}
@keyframes translateTop {
  100% {
    transform: translate3d(0,-100%,0);
    -webkit-transform: translate3d(0,-100%,0);
  }
}
@keyframes fadeFromBelow {
  0% {
    opacity: 0;
    transform: translate3d(0,20vw,0);
    -webkit-transform: translate3d(0,20vw,0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
  }
}
@keyframes fadeFromRight {
  0% {
    opacity: 0;
    transform: translate3d(25vw,0,0);
    -webkit-transform: translate3d(25vw,0,0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
  }
}
@keyframes fadeFromLeft {
  0% {
    opacity: 0;
    transform: translate3d(-25vw,0,0);
    -webkit-transform: translate3d(-25vw,0,0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
  }
}
@-webkit-keyframes cookieOut {
  0% {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0,100px,0);
    -webkit-transform: translate3d(0,100px,0);
    opacity: 0;
  }
}
@-webkit-keyframes scrollDown {
  0% {
    transform: translate3d(0,-100%,0);
    -webkit-transform: translate3d(0,-100%,0);
  }
  100% {
    transform: translate3d(0,100%,0);
    -webkit-transform: translate3d(0,100%,0);
  }
}
@-webkit-keyframes menuItemIn {
  0% {
    opacity: 0;
    transform: translate3d(50vw,0,0) skewX(-30deg);
    -webkit-transform: translate3d(50vw,0,0) skewX(-30deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0,0,0) skewX(0);
    -webkit-transform: translate3d(0,0,0) skewX(0);
  }
}
@-webkit-keyframes resetTransform {
  100% {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
@-webkit-keyframes translateLeft {
  100% {
    transform: translate3d(-25vw,0,0);
    -webkit-transform: translate3d(-25vw,0,0);
  }
}
@-webkit-keyframes translateRight {
  100% {
    transform: translate3d(100%,0,0);
    -webkit-transform: translate3d(100%,0,0);
  }
}
@-webkit-keyframes lds-ring {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(.5,.5,.5);
    -webkit-transform: scale3d(.5,.5,.5);
  }
  100% {
    opacity: 1;
    transform: scale3d(1,1,1);
    -webkit-transform: scale3d(1,1,1);
  }
}
@-webkit-keyframes translateTop {
  100% {
    transform: translate3d(0,-100%,0);
    -webkit-transform: translate3d(0,-100%,0);
  }
}
@-webkit-keyframes fadeFromBelow {
  0% {
    opacity: 0;
    transform: translate3d(0,20vw,0);
    -webkit-transform: translate3d(0,20vw,0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
  }
}
@-webkit-keyframes fadeFromRight {
  0% {
    opacity: 0;
    transform: translate3d(25vw,0,0);
    -webkit-transform: translate3d(25vw,0,0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
  }
}
@-webkit-keyframes fadeFromLeft {
  0% {
    opacity: 0;
    transform: translate3d(-25vw,0,0);
    -webkit-transform: translate3d(-25vw,0,0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
  }
}
.fadeFromRight {
  opacity: 0;
}
.fadeFromRight.play {
  animation: fadeFromRight 1.6s cubic-bezier(0.165,0.840,0.440,1.000) forwards;
  -webkit-animation: fadeFromRight 1.6s cubic-bezier(0.165,0.840,0.440,1.000) forwards;
}
.fadeFormLeft {
  opacity: 0;
}
.fadeFormLeft.play {
  animation: fadeFormLeft 1.6s cubic-bezier(0.165,0.840,0.440,1.000) forwards;
  -webkit-animation: fadeFormLeft 1.6s cubic-bezier(0.165,0.840,0.440,1.000) forwards;
}
.fadeFromBelow {
  opacity: 0;
}
.fadeFromBelow.play {
  animation: fadeFromBelow 1.6s cubic-bezier(0.165,0.840,0.440,1.000) forwards;
  -webkit-animation: fadeFromBelow 1.6s cubic-bezier(0.165,0.840,0.440,1.000) forwards;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.popupLayout {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 800px;
  margin: 20px auto;
  font-size: 20px;
}
.popupLayout h1 {
  font-size: 40px;
}
body {
  padding: 0;
  margin: 0;
  font: 13px Arial, Helvetica, Garuda, sans-serif;
  *font-size: small;
  *font: x-small;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary,
main {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
em,
strong,
pre,
code,
p {
  padding: 0;
  margin: 0;
  line-height: 1em;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
}
table {
  font-size: inherit;
  font: 100%;
}
ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.menu li {
  margin: 0;
  padding: 0;
  line-height: 1em;
  background: none;
}
img {
  border: 0;
  max-width: 100%;
}
a {
  text-decoration: none;
}
input,
select,
textarea {
  font: inherit;
}
.pathway {
  margin: 0;
  padding: 0;
}
.pathway li {
  display: inline-block;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #717171;
  font-family: "futura-pt-condensed", sans-serif;
  font-size: 36px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.1em;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1860px) {
  body {
    font-size: 34px;
  }
}
@media screen and (max-width: 1550px) {
  body {
    font-size: 32px;
  }
}
@media screen and (max-width: 1400px) {
  body {
    font-size: 30px;
  }
}
@media screen and (max-width: 1200px) {
  body {
    font-size: 28px;
  }
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 27px;
  }
}
@media screen and (max-width: 700px) {
  body {
    font-size: 22px;
  }
}
@media screen and (max-width: 350px) {
  body {
    font-size: 22px;
  }
}
p {
  margin-bottom: 1em;
  line-height: 1.12em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1em;
}
h1 {
  font-size: 25px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
}
.home h3 {
  font-size: 1.1em;
}
.home h3 span {
  font-weight: 600;
}
h4 {
  font-size: 16px;
}
ul,
ol {
  margin: 0 0 1em 1em;
  padding: 0;
}
ul li,
ol li {
  margin: 0 0 1em 0;
  padding: 0 0 0 0;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
a {
  color: #FFFFFF;
}
.font-25px {
  font-size: 25px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.3em;
}
@media screen and (max-width: 1550px) {
  .font-25px {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .font-25px {
    font-size: 22px;
  }
}
.font-36px {
  font-size: 36px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.1em;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 1860px) {
  .font-36px {
    font-size: 34px;
  }
}
@media screen and (max-width: 1550px) {
  .font-36px {
    font-size: 32px;
  }
}
@media screen and (max-width: 1400px) {
  .font-36px {
    font-size: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .font-36px {
    font-size: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .font-36px {
    font-size: 27px;
  }
}
@media screen and (max-width: 700px) {
  .font-36px {
    font-size: 22px;
  }
}
@media screen and (max-width: 350px) {
  .font-36px {
    font-size: 22px;
  }
}
.font-40px {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1860px) {
  .font-40px {
    font-size: 38px;
  }
}
@media screen and (max-width: 1550px) {
  .font-40px {
    font-size: 36px;
  }
}
@media screen and (max-width: 1400px) {
  .font-40px {
    font-size: 34px;
  }
}
@media screen and (max-width: 1200px) {
  .font-40px {
    font-size: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .font-40px {
    font-size: 27px;
  }
}
@media screen and (max-width: 550px) {
  .font-40px {
    font-size: 25px;
  }
}
@media screen and (max-width: 350px) {
  .font-40px {
    font-size: 23px;
  }
}
.font-60px {
  font-size: 60px;
  font-weight: 700;
  font-style: italic;
  line-height: 1em;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1860px) {
  .font-60px {
    font-size: 55px;
  }
}
@media screen and (max-width: 1550px) {
  .font-60px {
    font-size: 50px;
  }
}
@media screen and (max-width: 1400px) {
  .font-60px {
    font-size: 45px;
  }
}
@media screen and (max-width: 1200px) {
  .font-60px {
    font-size: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .font-60px {
    font-size: 36px;
  }
}
@media screen and (max-width: 700px) {
  .font-60px {
    font-size: 32px;
  }
}
@media screen and (max-width: 550px) {
  .font-60px {
    font-size: 30px;
  }
}
@media screen and (max-width: 350px) {
  .font-60px {
    font-size: 26px;
  }
}
.font-100px {
  font-size: 100px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.1em;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1860px) {
  .font-100px {
    font-size: 90px;
  }
}
@media screen and (max-width: 1550px) {
  .font-100px {
    font-size: 85px;
  }
}
@media screen and (max-width: 1400px) {
  .font-100px {
    font-size: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .font-100px {
    font-size: 70px;
  }
}
@media screen and (max-width: 1000px) {
  .font-100px {
    font-size: 60px;
  }
}
@media screen and (max-width: 700px) {
  .font-100px {
    font-size: 55px;
  }
}
@media screen and (max-width: 550px) {
  .font-100px {
    font-size: 50px;
  }
}
@media screen and (max-width: 350px) {
  .font-100px {
    font-size: 40px;
  }
}
.inputGroup {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2.0833vw;
  justify-content: space-between;
}
@media screen and (max-width: 550px) {
  .inputGroup {
    display: block;
  }
}
.input {
  flex: 1 0 33%;
  margin-bottom: 35px;
}
@media screen and (max-width: 1000px) {
  .input {
    margin-bottom: 20px;
  }
}
input[type='text'],
input[type='email'],
input[type='tel'],
input[type='number'],
textarea,
select {
  font: inherit;
  padding: .5em 1em;
  width: 100%;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  background: transparent;
  border: 1px solid #717171;
  color: #FFFFFF;
  font-style: italic;
}
textarea {
  height: auto;
}
input[type='submit'],
.button,
button {
  font-size: 25px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.3em;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 10px 2.0833vw;
  border: 1px solid #717171;
  background: transparent;
  min-width: 10.9375vw;
  height: 50px;
  cursor: pointer;
  transition: 300ms;
  text-align: center;
}
@media screen and (max-width: 1550px) {
  input[type='submit'],
  .button,
  button {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  input[type='submit'],
  .button,
  button {
    font-size: 22px;
  }
}
input[type='submit']:hover,
.button:hover,
button:hover {
  background: #FFFFFF;
  color: #717171;
}
.button {
  display: inline-block;
}
.button--big {
  font-size: 36px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.1em;
  letter-spacing: -0.01em;
  height: auto;
}
@media screen and (max-width: 1860px) {
  .button--big {
    font-size: 34px;
  }
}
@media screen and (max-width: 1550px) {
  .button--big {
    font-size: 32px;
  }
}
@media screen and (max-width: 1400px) {
  .button--big {
    font-size: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .button--big {
    font-size: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .button--big {
    font-size: 27px;
  }
}
@media screen and (max-width: 700px) {
  .button--big {
    font-size: 22px;
  }
}
@media screen and (max-width: 350px) {
  .button--big {
    font-size: 22px;
  }
}
.checkbox input,
.checkbox label {
  vertical-align: middle;
}
.checkbox label {
  display: inline;
}
.checkbox:not(foo) label::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid #717171;
  background: #fff;
  vertical-align: middle;
  margin-right: 10px;
  cursor: pointer;
  text-align: center;
  line-height: 22px;
  color: #717171;
}
.checkbox:not(foo) input:checked + label::before {
  content: "\2713";
}
.checkbox:not(foo) input[type=checkbox] {
  display: none;
}
.error-message {
  font-size: 22px;
  color: #C14343;
}
label {
  margin-bottom: .3em;
  display: none;
}
.required label::after {
  content: '*';
}
.privacyDisclaimer {
  font-size: 25px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.3em;
  font-weight: normal;
}
@media screen and (max-width: 1550px) {
  .privacyDisclaimer {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .privacyDisclaimer {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .privacyDisclaimer {
    font-size: 20px;
  }
}
.privacyDisclaimer a {
  color: #717171;
  text-decoration: underline;
}
.form-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 200px;
}
@media screen and (max-width: 1200px) {
  .form-bottom {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .form-bottom {
    display: block;
  }
}
.response_message {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 500;
  padding: 20px;
  text-align: center;
  color: #fff;
  background: #88B555;
  visibility: hidden;
  transition: 300ms cubic-bezier(0.250,0.460,0.450,0.940);
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  font-size: 24px;
}
.response_message:after {
  content: 'x';
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: #8a2e2e;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  font-size: 11px;
}
.response_message.error {
  background: #C14343;
}
.response_message.visible {
  visibility: visible;
  animation: messageIn 500ms ease-out forwards;
  -webkit-animation: messageIn 500ms ease-out forwards;
}
@keyframes messageIn {
  0% {
    transform: translate3d(0,100px,0);
    -webkit-transform: translate3d(0,100px,0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    opacity: 1;
  }
}
.lds-ring {
  display: block;
  width: 64px;
  height: 64px;
  transition: 400ms;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -26px;
  margin-top: -26px;
  width: 52px;
  height: 52px;
  border: 2px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5,0,0.5,1) infinite;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5,0,0.5,1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
.preload {
  z-index: 10000;
  background: #000000;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preload__logo {
  opacity: 0;
  animation: zoomIn 800ms cubic-bezier(0.455,0.030,0.515,0.955) forwards;
  -webkit-animation: zoomIn 800ms cubic-bezier(0.455,0.030,0.515,0.955) forwards;
  transition: 600ms;
}
.loading-done .preload__logo {
  opacity: 0 !important;
}
.preload__loader {
  width: 60px;
  transition: 600ms;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  animation: zoomIn 800ms cubic-bezier(0.455,0.030,0.515,0.955) forwards;
  -webkit-animation: zoomIn 800ms cubic-bezier(0.455,0.030,0.515,0.955) forwards;
}
.loading-done .preload__loader {
  opacity: 0 !important;
}
.loading-done .preload {
  animation: translateTop 1200ms cubic-bezier(0.165,0.840,0.440,1.000) forwards;
  -webkit-animation: translateTop 1200ms cubic-bezier(0.165,0.840,0.440,1.000) forwards;
}
.waiting .preload {
  animation: none;
  -webkit-animation: none;
  background: rgba(0,0,0,0.5);
}
.waiting .preload .loader {
  opacity: 1;
}
body {
  background: #000000;
  padding-top: 260px;
  overflow-x: hidden;
}
@media screen and (max-width: 1550px) {
  body {
    padding-top: 220px;
  }
}
@media screen and (max-width: 1400px) {
  body {
    padding-top: 200px;
  }
}
@media screen and (max-width: 1200px) {
  body {
    padding-top: 160px;
  }
}
@media screen and (max-width: 700px) {
  body {
    padding-top: 120px;
  }
}
@media screen and (max-width: 350px) {
  body {
    padding-top: 80px;
  }
}
body.no-padding {
  padding-top: 0;
}
#popup {
  padding: 20px;
}
.full-width-image {
  display: block;
  width: 100%;
  margin-bottom: 50px;
}
.full-width-line-images {
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  .full-width-line-images {
    flex-wrap: wrap;
  }
}
.full-width-line-images div {
  flex: 0 0 25%;
}
@media screen and (max-width: 1000px) {
  .full-width-line-images div {
    flex: 0 0 50%;
  }
}
.full-width-line-images div img {
  display: block;
  width: 100%;
}
.full-width-gallery {
  padding-right: 20vh !important;
}
@media screen and (max-width: 550px) {
  .full-width-gallery {
    padding-right: 10vh !important;
  }
}
.full-width-gallery .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
}
.call-to-action {
  display: inline-block;
  margin: 0;
  padding: 20px 4vw;
  border: 1px solid #717171;
  font-size: 60px;
  font-weight: 700;
  font-style: italic;
  line-height: 1em;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  text-align: center;
  transition: 300ms;
}
@media screen and (max-width: 1860px) {
  .call-to-action {
    font-size: 55px;
  }
}
@media screen and (max-width: 1550px) {
  .call-to-action {
    font-size: 50px;
  }
}
@media screen and (max-width: 1400px) {
  .call-to-action {
    font-size: 45px;
  }
}
@media screen and (max-width: 1200px) {
  .call-to-action {
    font-size: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .call-to-action {
    font-size: 36px;
  }
}
@media screen and (max-width: 700px) {
  .call-to-action {
    font-size: 32px;
  }
}
@media screen and (max-width: 550px) {
  .call-to-action {
    font-size: 30px;
  }
}
@media screen and (max-width: 350px) {
  .call-to-action {
    font-size: 26px;
  }
}
.call-to-action:hover {
  background: #FFFFFF;
  color: #717171;
}
.request-claim {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 34.8958vw 0 14.0625vw;
  margin-bottom: 230px;
}
@media screen and (max-width: 1200px) {
  .request-claim {
    margin: 0 0 100px;
    padding: 0 80px;
  }
}
@media screen and (max-width: 550px) {
  .request-claim {
    margin: 0 0 80px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 350px) {
  .request-claim {
    margin: 0 0 60px;
    padding: 0 10px;
  }
}
.request-claim h2 {
  margin: 0;
  margin-bottom: .6em;
  padding: 0;
  font-size: 60px;
  font-weight: 700;
  font-style: italic;
  line-height: 1em;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1860px) {
  .request-claim h2 {
    font-size: 55px;
  }
}
@media screen and (max-width: 1550px) {
  .request-claim h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1400px) {
  .request-claim h2 {
    font-size: 45px;
  }
}
@media screen and (max-width: 1200px) {
  .request-claim h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .request-claim h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 700px) {
  .request-claim h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 550px) {
  .request-claim h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 350px) {
  .request-claim h2 {
    font-size: 26px;
  }
}
.request-claim h2 b,
.request-claim h2 strong {
  font-size: 60px;
  font-weight: 700;
  font-style: italic;
  line-height: 1em;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}
@media screen and (max-width: 1860px) {
  .request-claim h2 b,
  .request-claim h2 strong {
    font-size: 55px;
  }
}
@media screen and (max-width: 1550px) {
  .request-claim h2 b,
  .request-claim h2 strong {
    font-size: 50px;
  }
}
@media screen and (max-width: 1400px) {
  .request-claim h2 b,
  .request-claim h2 strong {
    font-size: 45px;
  }
}
@media screen and (max-width: 1200px) {
  .request-claim h2 b,
  .request-claim h2 strong {
    font-size: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .request-claim h2 b,
  .request-claim h2 strong {
    font-size: 36px;
  }
}
@media screen and (max-width: 700px) {
  .request-claim h2 b,
  .request-claim h2 strong {
    font-size: 32px;
  }
}
@media screen and (max-width: 550px) {
  .request-claim h2 b,
  .request-claim h2 strong {
    font-size: 30px;
  }
}
@media screen and (max-width: 350px) {
  .request-claim h2 b,
  .request-claim h2 strong {
    font-size: 26px;
  }
}
.request-claim p:last-child {
  margin-bottom: 80px;
}
@media screen and (max-width: 550px) {
  .request-claim p:last-child {
    margin-bottom: 40px;
  }
}
.categoriesMenu {
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
}
.categoriesMenu .categories {
  margin: 0;
  list-style: none;
  display: flex;
  gap: 1.875vw;
  justify-content: center;
  padding: 0 20px;
}
@media screen and (max-width: 550px) {
  .categoriesMenu .categories {
    justify-content: flex-start;
    gap: 5px 20px;
    flex-wrap: wrap;
  }
}
.categoriesMenu .categories li {
  margin: 0;
}
.categoriesMenu .categories li.current a {
  color: #717171;
}
.categoriesMenu .categories li a {
  font-size: 36px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.1em;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  transition: 300ms;
  white-space: nowrap;
  display: block;
}
@media screen and (max-width: 1860px) {
  .categoriesMenu .categories li a {
    font-size: 34px;
  }
}
@media screen and (max-width: 1550px) {
  .categoriesMenu .categories li a {
    font-size: 32px;
  }
}
@media screen and (max-width: 1400px) {
  .categoriesMenu .categories li a {
    font-size: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .categoriesMenu .categories li a {
    font-size: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .categoriesMenu .categories li a {
    font-size: 27px;
  }
}
@media screen and (max-width: 700px) {
  .categoriesMenu .categories li a {
    font-size: 22px;
  }
}
@media screen and (max-width: 350px) {
  .categoriesMenu .categories li a {
    font-size: 22px;
  }
}
@media screen and (max-width: 550px) {
  .categoriesMenu .categories li a {
    font-size: 20px;
  }
}
.categoriesMenu .categories li a:active,
.categoriesMenu .categories li a:hover,
.categoriesMenu .categories li a.active {
  color: #717171;
}
.service-preview {
  margin: 0;
  padding: 0;
  position: relative;
  flex: 0 0 50%;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 550px) {
  .service-preview {
    flex: 0 0 100%;
  }
}
.service-preview img {
  display: block;
  width: 100%;
  transition: 1.2s cubic-bezier(0.250,0.460,0.450,0.940);
}
.service-preview .label {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate3d(0,100%,0) scale3d(0,1,1);
  -webkit-transform: translate3d(0,100%,0) scale3d(0,1,1);
  margin: 0;
  padding: 0;
  z-index: 10;
  transition: 1.2s cubic-bezier(0.250,0.460,0.450,0.940);
  font-size: 100px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.1em;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  text-align: center;
  padding: 0 4.1667vw;
}
@media screen and (max-width: 1860px) {
  .service-preview .label {
    font-size: 90px;
  }
}
@media screen and (max-width: 1550px) {
  .service-preview .label {
    font-size: 85px;
  }
}
@media screen and (max-width: 1400px) {
  .service-preview .label {
    font-size: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .service-preview .label {
    font-size: 70px;
  }
}
@media screen and (max-width: 1000px) {
  .service-preview .label {
    font-size: 60px;
  }
}
@media screen and (max-width: 700px) {
  .service-preview .label {
    font-size: 55px;
  }
}
@media screen and (max-width: 550px) {
  .service-preview .label {
    font-size: 50px;
  }
}
@media screen and (max-width: 350px) {
  .service-preview .label {
    font-size: 40px;
  }
}
.swiper-container .service-preview .label {
  text-align: left;
  transform: none;
  -webkit-transform: none;
}
.service-preview::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.2);
  transition: 600ms;
}
.service-preview:hover img {
  transform: scale3d(1.05,1.05,1.05);
  -webkit-transform: scale3d(1.05,1.05,1.05);
}
.service-preview:hover::after {
  opacity: 0;
}
.service-preview.play .label {
  transform: translate3d(0,-50%,0) scale3d(1,1,1);
  -webkit-transform: translate3d(0,-50%,0) scale3d(1,1,1);
}
.realization-preview {
  margin: 0;
  padding: 0;
  flex: 0 0 50%;
  position: relative;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 700px) {
  .realization-preview {
    flex: 0 0 100%;
  }
}
.realization-preview img {
  display: block;
  width: 100%;
  transition: 1.2s cubic-bezier(0.250,0.460,0.450,0.940);
}
.realization-preview::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.1);
  transition: 600ms;
  z-index: 1;
}
.realization-preview .label {
  position: absolute;
  top: 2.6042vw;
  right: 2.6042vw;
  z-index: 2;
  font-size: 36px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.1em;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  text-transform: uppercase;
}
@media screen and (max-width: 1860px) {
  .realization-preview .label {
    font-size: 34px;
  }
}
@media screen and (max-width: 1550px) {
  .realization-preview .label {
    font-size: 32px;
  }
}
@media screen and (max-width: 1400px) {
  .realization-preview .label {
    font-size: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .realization-preview .label {
    font-size: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .realization-preview .label {
    font-size: 27px;
  }
}
@media screen and (max-width: 700px) {
  .realization-preview .label {
    font-size: 22px;
  }
}
@media screen and (max-width: 350px) {
  .realization-preview .label {
    font-size: 22px;
  }
}
.realization-preview:hover img {
  transform: scale3d(1.05,1.05,1.05);
  -webkit-transform: scale3d(1.05,1.05,1.05);
}
.realization-preview:hover::after {
  opacity: 0;
}
.swiper-button-next,
.swiper-button-prev {
  margin: 0 !important;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  display: none;
}
#article {
  max-width: 1000px;
  margin: 0 auto 100px;
  padding: 0 20px;
}
#article h1 {
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  font-style: italic;
  line-height: 1em;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1860px) {
  #article h1 {
    font-size: 55px;
  }
}
@media screen and (max-width: 1550px) {
  #article h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1400px) {
  #article h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 1200px) {
  #article h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1000px) {
  #article h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 700px) {
  #article h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 550px) {
  #article h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 350px) {
  #article h1 {
    font-size: 26px;
  }
}
#siteHeader {
  display: flex;
  align-items: center;
  background: transparent;
  position: fixed;
  top: 0;
  z-index: 1000;
  left: 0;
  right: 0;
  transition: 300ms;
  opacity: 0;
  transform: translate3d(0,-100%,0);
  -webkit-transform: translate3d(0,-100%,0);
}
@media screen and (max-width: 700px) {
  #siteHeader {
    display: grid;
    grid-template-columns: repeat(3,1fr);
  }
}
.loading-done #siteHeader {
  animation: resetTransform 1.6s cubic-bezier(0.165,0.840,0.440,1.000) forwards;
  -webkit-animation: resetTransform 1.6s cubic-bezier(0.165,0.840,0.440,1.000) forwards;
}
#siteHeader::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: -40px;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom,#000000,rgba(0,0,0,0));
  z-index: -1;
  transition: 300ms;
  opacity: 0;
}
@media screen and (max-width: 550px) {
  #siteHeader::after {
    bottom: -10px;
  }
}
#siteHeader p {
  margin: 0;
  padding: 0;
}
#siteHeader h6 {
  margin: 0;
  padding: 0;
}
#siteHeader .wa {
  border: 1px solid #717171;
  border-left: 0;
  padding: 8px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 550px) {
  #siteHeader .wa {
    border-top: 0;
  }
}
#siteHeader .wa img {
  display: block;
  width: 26px;
  height: 26px;
}
#siteHeader .info {
  flex: 0 0 40%;
  display: flex;
  justify-content: flex-start;
  padding-left: 4.1667vw;
}
@media screen and (max-width: 700px) {
  #siteHeader .info {
    padding-left: 10px;
  }
}
@media screen and (max-width: 550px) {
  #siteHeader .info {
    padding-left: 0;
  }
}
#siteHeader .info .call-us {
  display: flex;
  align-items: center;
  gap: 1.0417vw;
  padding: 8px 1.5625vw;
  border: 1px solid #717171;
  font-size: 25px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.3em;
  color: #717171;
  text-transform: uppercase;
  white-space: nowrap;
}
@media screen and (max-width: 1550px) {
  #siteHeader .info .call-us {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  #siteHeader .info .call-us {
    font-size: 22px;
  }
}
@media screen and (max-width: 700px) {
  #siteHeader .info .call-us {
    font-size: 20px;
  }
}
@media screen and (max-width: 550px) {
  #siteHeader .info .call-us {
    border-top: 0;
  }
}
@media screen and (max-width: 350px) {
  #siteHeader .info .call-us {
    font-size: 16px;
  }
}
@media screen and (max-width: 550px) {
  #siteHeader .info .call-us h6 {
    display: none;
  }
}
#siteHeader .info .call-us p {
  color: #FFFFFF;
}
#siteHeader .logo {
  flex: 0 0 20%;
  display: flex;
  justify-content: center;
}
#siteHeader .logo svg {
  transition: 300ms;
  display: block;
}
@media screen and (max-width: 1860px) {
  #siteHeader .logo svg {
    height: 140px;
  }
}
@media screen and (max-width: 1550px) {
  #siteHeader .logo svg {
    height: 120px;
  }
}
@media screen and (max-width: 1200px) {
  #siteHeader .logo svg {
    height: 100px;
  }
}
@media screen and (max-width: 700px) {
  #siteHeader .logo svg {
    height: 80px;
  }
}
@media screen and (max-width: 550px) {
  #siteHeader .logo svg {
    height: 40px;
    width: auto;
  }
}
#siteHeader #mainMenu {
  flex: 0 0 40%;
  display: flex;
  justify-content: flex-end;
  padding-right: 4.1667vw;
}
@media screen and (max-width: 1200px) {
  #siteHeader #mainMenu {
    align-self: stretch;
    display: none;
  }
}
#siteHeader #mainMenu ul {
  position: relative;
  display: flex;
  gap: 2.0833vw;
}
@media screen and (max-width: 1200px) {
  #siteHeader #mainMenu ul {
    display: none;
  }
}
#siteHeader #mainMenu ul::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid #FFFFFF;
}
#siteHeader #mainMenu ul li a {
  font-size: 25px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.3em;
  color: white;
  line-height: 1.2em;
  transition: 300ms;
}
@media screen and (max-width: 1550px) {
  #siteHeader #mainMenu ul li a {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  #siteHeader #mainMenu ul li a {
    font-size: 22px;
  }
}
#siteHeader #mainMenu ul li a.active,
#siteHeader #mainMenu ul li a:active,
#siteHeader #mainMenu ul li a:hover {
  color: #717171;
}
.scroll #siteHeader::after {
  opacity: 1;
}
.scroll #siteHeader .logo svg {
  height: 80px;
}
@media screen and (max-width: 350px) {
  .scroll #siteHeader .logo svg {
    height: 60px;
  }
}
#quality-box {
  margin-top: 100px;
  margin-bottom: 200px;
}
@media screen and (max-width: 1200px) {
  #quality-box {
    margin-top: 80px;
    margin-bottom: 100px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 700px) {
  #quality-box {
    padding: 0 20px;
  }
}
@media screen and (max-width: 550px) {
  #quality-box {
    margin: 60px 0;
  }
}
@media screen and (max-width: 350px) {
  #quality-box {
    margin: 40px 0;
    padding: 0 10px;
  }
}
#quality-box h2 {
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
  font-size: 100px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.1em;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 1860px) {
  #quality-box h2 {
    font-size: 90px;
  }
}
@media screen and (max-width: 1550px) {
  #quality-box h2 {
    font-size: 85px;
  }
}
@media screen and (max-width: 1400px) {
  #quality-box h2 {
    font-size: 80px;
  }
}
@media screen and (max-width: 1200px) {
  #quality-box h2 {
    font-size: 70px;
  }
}
@media screen and (max-width: 1000px) {
  #quality-box h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 700px) {
  #quality-box h2 {
    font-size: 55px;
  }
}
@media screen and (max-width: 550px) {
  #quality-box h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 350px) {
  #quality-box h2 {
    font-size: 40px;
  }
}
#quality-box .content {
  margin: 0 32.2917vw;
  margin-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  #quality-box .content {
    margin: 0 0 80px;
  }
}
@media screen and (max-width: 550px) {
  #quality-box .content {
    margin: 0 0 40px;
  }
}
#quality-box ul {
  display: flex;
  justify-content: space-between;
  margin: 0 25.5208vw;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1400px) {
  #quality-box ul {
    margin: 0 15vw;
  }
}
@media screen and (max-width: 1200px) {
  #quality-box ul {
    margin: 0;
    justify-content: space-around;
  }
}
@media screen and (max-width: 550px) {
  #quality-box ul {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
#quality-box ul li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
  font-size: 25px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media screen and (max-width: 550px) {
  #quality-box ul li {
    margin: 0;
    display: grid;
    grid-template-columns: 60px 1fr;
    align-items: center;
    position: relative;
    left: -1em;
  }
}
#quality-box ul li h3 {
  margin: 0;
  font-size: 25px;
}
@media screen and (max-width: 1200px) {
  #quality-box ul li h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 700px) {
  #quality-box ul li h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 550px) {
  #quality-box ul li h3 {
    font-size: 18px;
  }
}
#quality-box ul li svg {
  margin: 0;
  margin-bottom: 70px;
}
@media screen and (max-width: 1200px) {
  #quality-box ul li svg {
    margin-bottom: 30px;
    max-width: 60px;
    max-height: 60px;
  }
}
@media screen and (max-width: 700px) {
  #quality-box ul li svg {
    max-width: 40px;
    max-height: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 550px) {
  #quality-box ul li svg {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1550px) {
  #quality-box ul li {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  #quality-box ul li {
    font-size: 22px;
  }
}
#quality-box ul.play li {
  animation: fadeFromBelow 1.6s cubic-bezier(0.165,0.840,0.440,1.000) forwards;
  -webkit-animation: fadeFromBelow 1.6s cubic-bezier(0.165,0.840,0.440,1.000) forwards;
}
#quality-box ul.play li:nth-child(2) {
  animation-delay: .2s;
  -webkit-animation-delay: .2s;
}
#quality-box ul.play li:nth-child(3) {
  animation-delay: .4s;
  -webkit-animation-delay: .4s;
}
#quality-box ul.play li:nth-child(4) {
  animation-delay: .6s;
  -webkit-animation-delay: .6s;
}
#quality-box ul.play li:nth-child(5) {
  animation-delay: .8s;
  -webkit-animation-delay: .8s;
}
#quality-box ul.play li:nth-child(6) {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
#quality-box ul.play li:nth-child(7) {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}
#siteFooter {
  background-color: #717171;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 25px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.3em;
}
@media screen and (max-width: 1550px) {
  #siteFooter {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  #siteFooter {
    font-size: 22px;
  }
}
@media screen and (max-width: 1400px) {
  #siteFooter {
    padding: 40px 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 700px) {
  #siteFooter {
    padding: 30px 0;
    font-size: 18px;
  }
}
#siteFooter p {
  margin: 0;
  padding: 0;
}
#siteFooter .container {
  margin: 0 4.1667vw;
}
@media screen and (max-width: 700px) {
  #siteFooter .container {
    margin: 0 10px;
  }
}
#siteFooter .container .top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 4.1667vw;
  margin-bottom: 100px;
  color: #FFFFFF;
}
@media screen and (max-width: 1400px) {
  #siteFooter .container .top {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1000px) {
  #siteFooter .container .top {
    display: block;
    text-align: center;
  }
}
#siteFooter .container .top a {
  color: #FFFFFF;
  text-transform: uppercase;
  white-space: nowrap;
}
#siteFooter .container .top .menu {
  display: flex;
  gap: 2vw;
}
@media screen and (max-width: 1000px) {
  #siteFooter .container .top .menu {
    padding: 20px 0;
    justify-content: center;
  }
}
@media screen and (max-width: 550px) {
  #siteFooter .container .top .menu {
    display: block;
  }
  #siteFooter .container .top .menu li {
    margin-bottom: .5em;
  }
}
#siteFooter .container .top .social {
  display: flex;
  gap: 1.0417vw;
}
@media screen and (max-width: 1000px) {
  #siteFooter .container .top .social {
    justify-content: center;
  }
}
#siteFooter .container .top .social a {
  display: block;
  width: 30px;
  height: 30px;
}
#siteFooter .container .bottom {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 6.7708vw;
  color: #FFFFFF;
}
#siteFooter .container .bottom a {
  color: rgba(255,255,255,0.5);
}
#home .main {
  position: relative;
  height: 100vh;
  min-height: 100%;
  margin-bottom: 40px;
  background-image: url('../img/home.jpg');
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 150px 40px 150px;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  #home .main {
    padding: 100px 40px 100px;
  }
}
@media screen and (max-width: 550px) {
  #home .main {
    padding: 80px 20px;
  }
}
@media screen and (max-width: 350px) {
  #home .main {
    padding: 60px 10px;
  }
}
#home .main > * {
  z-index: 100;
}
#home .main::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top,#000000 0%,#000000 5%,rgba(0,0,0,0.2) 100%);
  z-index: 0;
}
#home .main h1 {
  margin: 0;
  margin-bottom: .2em;
  font-size: 100px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.1em;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1860px) {
  #home .main h1 {
    font-size: 90px;
  }
}
@media screen and (max-width: 1550px) {
  #home .main h1 {
    font-size: 85px;
  }
}
@media screen and (max-width: 1400px) {
  #home .main h1 {
    font-size: 80px;
  }
}
@media screen and (max-width: 1200px) {
  #home .main h1 {
    font-size: 70px;
  }
}
@media screen and (max-width: 1000px) {
  #home .main h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 700px) {
  #home .main h1 {
    font-size: 55px;
  }
}
@media screen and (max-width: 550px) {
  #home .main h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 350px) {
  #home .main h1 {
    font-size: 40px;
  }
}
#home .main h6 {
  margin: 0;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.3em;
  color: #FFFFFF;
  position: relative;
}
@media screen and (max-width: 1550px) {
  #home .main h6 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px) {
  #home .main h6 {
    font-size: 22px;
  }
}
@media screen and (max-width: 700px) {
  #home .main h6 {
    margin-bottom: 20px;
  }
}
#home .main h6::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #FFFFFF;
  transition: 1.2s .6s cubic-bezier(0.165,0.840,0.440,1.000);
  transform: scale3d(0,1,1);
  -webkit-transform: scale3d(0,1,1);
}
#home .main .subtitle {
  max-width: 700px;
  margin: 0 auto;
  font-size: 36px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.1em;
  letter-spacing: -0.01em;
  font-style: oblique;
}
@media screen and (max-width: 1860px) {
  #home .main .subtitle {
    font-size: 34px;
  }
}
@media screen and (max-width: 1550px) {
  #home .main .subtitle {
    font-size: 32px;
  }
}
@media screen and (max-width: 1400px) {
  #home .main .subtitle {
    font-size: 30px;
  }
}
@media screen and (max-width: 1200px) {
  #home .main .subtitle {
    font-size: 28px;
  }
}
@media screen and (max-width: 1000px) {
  #home .main .subtitle {
    font-size: 27px;
  }
}
@media screen and (max-width: 700px) {
  #home .main .subtitle {
    font-size: 22px;
  }
}
@media screen and (max-width: 350px) {
  #home .main .subtitle {
    font-size: 22px;
  }
}
#home .main .scrollDown {
  position: absolute;
  bottom: -40px;
  left: 50%;
  height: 140px;
  background: rgba(255,255,255,0.5);
  z-index: 100;
  width: 2px;
  margin-left: -1px;
  overflow: hidden;
  transition: 300ms;
}
@media screen and (max-width: 550px) {
  #home .main .scrollDown {
    height: 100px;
  }
}
#home .main .scrollDown::before {
  content: '';
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: 0;
  top: 0;
  background: #fff;
  animation: scrollDown 1.8s cubic-bezier(0.770,0.000,0.175,1.000) infinite;
  -webkit-animation: scrollDown 1.8s cubic-bezier(0.770,0.000,0.175,1.000) infinite;
}
.scroll #home .main .scrollDown {
  opacity: 0;
}
#home .main h6,
#home .main h1,
#home .main .subtitle {
  opacity: 0;
}
#home .main.play h6,
#home .main.play h1,
#home .main.play .subtitle {
  animation: fadeFromBelow 1.6s cubic-bezier(0.165,0.840,0.440,1.000) forwards;
  -webkit-animation: fadeFromBelow 1.6s cubic-bezier(0.165,0.840,0.440,1.000) forwards;
}
#home .main.play h6::after {
  transform: scale3d(1,1,1);
  -webkit-transform: scale3d(1,1,1);
}
#home .main.play h1 {
  animation-delay: .3s;
  -webkit-animation-delay: .3s;
}
#home .main.play .subtitle {
  animation-delay: .6s;
  -webkit-animation-delay: .6s;
}
#home .services-slideshow .swiper-slide {
  display: block;
  position: relative;
}
#home .middle {
  display: flex;
  flex-direction: column;
  margin: 0;
  margin-bottom: 160px;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  #home .middle {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 550px) {
  #home .middle {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 350px) {
  #home .middle {
    margin-bottom: 60px;
  }
}
#home .middle .full-width-image,
#home .middle .full-width-line-images {
  margin-bottom: 60px;
}
@media screen and (max-width: 550px) {
  #home .middle .full-width-image,
  #home .middle .full-width-line-images {
    margin-bottom: 40px;
  }
}
#home .middle .call-to-action {
  margin: 0 auto;
}
#home .realizations {
  margin-bottom: 240px;
}
@media screen and (max-width: 1200px) {
  #home .realizations {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 550px) {
  #home .realizations {
    margin-bottom: 80px;
  }
}
#home .realizations h2 {
  margin: 0;
  margin-bottom: 40px;
  padding: 0;
  font-size: 100px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.1em;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 1860px) {
  #home .realizations h2 {
    font-size: 90px;
  }
}
@media screen and (max-width: 1550px) {
  #home .realizations h2 {
    font-size: 85px;
  }
}
@media screen and (max-width: 1400px) {
  #home .realizations h2 {
    font-size: 80px;
  }
}
@media screen and (max-width: 1200px) {
  #home .realizations h2 {
    font-size: 70px;
  }
}
@media screen and (max-width: 1000px) {
  #home .realizations h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 700px) {
  #home .realizations h2 {
    font-size: 55px;
  }
}
@media screen and (max-width: 550px) {
  #home .realizations h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 350px) {
  #home .realizations h2 {
    font-size: 40px;
  }
}
#home .realizations .realizations-slideshow {
  margin-bottom: 65px;
}
@media screen and (max-width: 550px) {
  #home .realizations .realizations-slideshow {
    margin-bottom: 40px;
  }
}
#home .realizations .bottom {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  #home .realizations .bottom {
    margin: 0;
    max-width: none;
    padding: 0 40px;
  }
}
@media screen and (max-width: 550px) {
  #home .realizations .bottom {
    padding: 0 20px;
  }
}
@media screen and (max-width: 350px) {
  #home .realizations .bottom {
    padding: 0 10px;
  }
}
#home .realizations .bottom .text p {
  text-align: center;
}
#home .realizations .bottom .call-to-action {
  margin: 0 auto;
}
#contacts {
  padding: 0 14.0625vw;
}
@media screen and (max-width: 1200px) {
  #contacts {
    padding: 0 80px;
  }
}
@media screen and (max-width: 700px) {
  #contacts {
    padding: 0 40px;
  }
}
@media screen and (max-width: 550px) {
  #contacts {
    padding: 0 20px;
  }
}
@media screen and (max-width: 350px) {
  #contacts {
    padding: 0 10px;
  }
}
#contacts h6 {
  font-size: 100px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.1em;
  letter-spacing: -0.02em;
  margin-bottom: .2em;
}
@media screen and (max-width: 1860px) {
  #contacts h6 {
    font-size: 90px;
  }
}
@media screen and (max-width: 1550px) {
  #contacts h6 {
    font-size: 85px;
  }
}
@media screen and (max-width: 1400px) {
  #contacts h6 {
    font-size: 80px;
  }
}
@media screen and (max-width: 1200px) {
  #contacts h6 {
    font-size: 70px;
  }
}
@media screen and (max-width: 1000px) {
  #contacts h6 {
    font-size: 60px;
  }
}
@media screen and (max-width: 700px) {
  #contacts h6 {
    font-size: 55px;
  }
}
@media screen and (max-width: 550px) {
  #contacts h6 {
    font-size: 50px;
  }
}
@media screen and (max-width: 350px) {
  #contacts h6 {
    font-size: 40px;
  }
}
#contacts h6 p {
  font-size: 100px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.1em;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1860px) {
  #contacts h6 p {
    font-size: 90px;
  }
}
@media screen and (max-width: 1550px) {
  #contacts h6 p {
    font-size: 85px;
  }
}
@media screen and (max-width: 1400px) {
  #contacts h6 p {
    font-size: 80px;
  }
}
@media screen and (max-width: 1200px) {
  #contacts h6 p {
    font-size: 70px;
  }
}
@media screen and (max-width: 1000px) {
  #contacts h6 p {
    font-size: 60px;
  }
}
@media screen and (max-width: 700px) {
  #contacts h6 p {
    font-size: 55px;
  }
}
@media screen and (max-width: 550px) {
  #contacts h6 p {
    font-size: 50px;
  }
}
@media screen and (max-width: 350px) {
  #contacts h6 p {
    font-size: 40px;
  }
}
#contacts h6 p:first-child {
  font-size: 60px;
  font-weight: 700;
  font-style: italic;
  line-height: 1em;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1860px) {
  #contacts h6 p:first-child {
    font-size: 55px;
  }
}
@media screen and (max-width: 1550px) {
  #contacts h6 p:first-child {
    font-size: 50px;
  }
}
@media screen and (max-width: 1400px) {
  #contacts h6 p:first-child {
    font-size: 45px;
  }
}
@media screen and (max-width: 1200px) {
  #contacts h6 p:first-child {
    font-size: 40px;
  }
}
@media screen and (max-width: 1000px) {
  #contacts h6 p:first-child {
    font-size: 36px;
  }
}
@media screen and (max-width: 700px) {
  #contacts h6 p:first-child {
    font-size: 32px;
  }
}
@media screen and (max-width: 550px) {
  #contacts h6 p:first-child {
    font-size: 30px;
  }
}
@media screen and (max-width: 350px) {
  #contacts h6 p:first-child {
    font-size: 26px;
  }
}
@media screen and (max-width: 1400px) {
  #contacts h6 p:first-child {
    margin: 0;
  }
}
#contacts h6 p b,
#contacts h6 p strong {
  font-size: 60px;
  font-weight: 700;
  font-style: italic;
  line-height: 1em;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}
@media screen and (max-width: 1860px) {
  #contacts h6 p b,
  #contacts h6 p strong {
    font-size: 55px;
  }
}
@media screen and (max-width: 1550px) {
  #contacts h6 p b,
  #contacts h6 p strong {
    font-size: 50px;
  }
}
@media screen and (max-width: 1400px) {
  #contacts h6 p b,
  #contacts h6 p strong {
    font-size: 45px;
  }
}
@media screen and (max-width: 1200px) {
  #contacts h6 p b,
  #contacts h6 p strong {
    font-size: 40px;
  }
}
@media screen and (max-width: 1000px) {
  #contacts h6 p b,
  #contacts h6 p strong {
    font-size: 36px;
  }
}
@media screen and (max-width: 700px) {
  #contacts h6 p b,
  #contacts h6 p strong {
    font-size: 32px;
  }
}
@media screen and (max-width: 550px) {
  #contacts h6 p b,
  #contacts h6 p strong {
    font-size: 30px;
  }
}
@media screen and (max-width: 350px) {
  #contacts h6 p b,
  #contacts h6 p strong {
    font-size: 26px;
  }
}
#contacts .top {
  display: flex;
  margin-bottom: 100px;
}
@media screen and (max-width: 1400px) {
  #contacts .top {
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 550px) {
  #contacts .top {
    display: block;
  }
}
#contacts .top p:last-child {
  margin: 0;
}
#contacts .top div {
  flex: 0 0 30%;
  padding-right: 2.5vw;
}
@media screen and (max-width: 1400px) {
  #contacts .top div {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 550px) {
  #contacts .top div {
    margin-bottom: 20px;
  }
}
#contacts .top div:first-child {
  flex: 1 0 55%;
  padding-right: 10vw;
}
@media screen and (max-width: 1550px) {
  #contacts .top div:first-child {
    flex: 1 0 45%;
    padding-right: 5vw;
  }
}
@media screen and (max-width: 1400px) {
  #contacts .top div:first-child {
    flex: 0 0 100%;
    margin-bottom: 40px;
    padding: 0;
  }
}
@media screen and (max-width: 550px) {
  #contacts .top div:first-child {
    margin-bottom: 20px;
  }
}
#contacts .top div:last-child {
  padding: 0;
}
@media screen and (max-width: 550px) {
  #contacts .top div:last-child {
    margin: 0px;
  }
  #contacts .top div:last-child br {
    display: none;
  }
}
#contacts .top a {
  font-weight: bold;
  color: #FFFFFF;
  font-style: normal;
  font-size: 1.2em;
  text-decoration: underline;
  text-decoration-color: #717171;
  text-decoration-thickness: 1px;
}
@media screen and (max-width: 1400px) {
  #contacts .top a {
    font-size: 1em;
  }
}
#company .intro {
  margin: 0 18.2292vw 100px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: -0.02em;
  font-style: normal;
  font-weight: bold;
}
@media screen and (max-width: 1860px) {
  #company .intro {
    font-size: 38px;
  }
}
@media screen and (max-width: 1550px) {
  #company .intro {
    font-size: 36px;
  }
}
@media screen and (max-width: 1400px) {
  #company .intro {
    font-size: 34px;
  }
}
@media screen and (max-width: 1200px) {
  #company .intro {
    font-size: 32px;
  }
}
@media screen and (max-width: 1000px) {
  #company .intro {
    font-size: 27px;
  }
}
@media screen and (max-width: 550px) {
  #company .intro {
    font-size: 25px;
  }
}
@media screen and (max-width: 350px) {
  #company .intro {
    font-size: 23px;
  }
}
@media screen and (max-width: 1200px) {
  #company .intro {
    margin: 0 0 100px;
    padding: 0 80px;
  }
}
@media screen and (max-width: 550px) {
  #company .intro {
    margin-bottom: 80px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 350px) {
  #company .intro {
    margin-bottom: 60px;
    padding: 0 10px;
  }
}
#company .intro p {
  color: #FFFFFF;
}
#company .intro h1 {
  font-size: 100px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.1em;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin: 0;
}
@media screen and (max-width: 1860px) {
  #company .intro h1 {
    font-size: 90px;
  }
}
@media screen and (max-width: 1550px) {
  #company .intro h1 {
    font-size: 85px;
  }
}
@media screen and (max-width: 1400px) {
  #company .intro h1 {
    font-size: 80px;
  }
}
@media screen and (max-width: 1200px) {
  #company .intro h1 {
    font-size: 70px;
  }
}
@media screen and (max-width: 1000px) {
  #company .intro h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 700px) {
  #company .intro h1 {
    font-size: 55px;
  }
}
@media screen and (max-width: 550px) {
  #company .intro h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 350px) {
  #company .intro h1 {
    font-size: 40px;
  }
}
#company .intro h2 {
  margin: 0;
  margin-bottom: 50px !important;
  padding: 0;
  font-size: 60px;
  font-weight: 700;
  font-style: italic;
  line-height: 1em;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1860px) {
  #company .intro h2 {
    font-size: 55px;
  }
}
@media screen and (max-width: 1550px) {
  #company .intro h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1400px) {
  #company .intro h2 {
    font-size: 45px;
  }
}
@media screen and (max-width: 1200px) {
  #company .intro h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1000px) {
  #company .intro h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 700px) {
  #company .intro h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 550px) {
  #company .intro h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 350px) {
  #company .intro h2 {
    font-size: 26px;
  }
}
#company .years {
  margin-left: 6.25vw;
  margin-right: 18.2292vw;
  margin-bottom: 100px;
  margin-top: 100px;
  list-style: none;
}
@media screen and (max-width: 1200px) {
  #company .years {
    margin: 0 0 100px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 550px) {
  #company .years {
    padding: 0 20px;
    margin-bottom: 80px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 350px) {
  #company .years {
    padding: 0 10px;
    margin-bottom: 60px;
    margin-top: 60px;
  }
}
#company .years .year {
  margin: 0;
  margin-bottom: 80px;
  padding: 0;
  display: flex;
}
@media screen and (max-width: 550px) {
  #company .years .year {
    display: block;
  }
}
#company .years .year h3 {
  margin: 0;
  margin-right: 3.125vw;
  padding: 0;
  font-size: 100px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.1em;
  letter-spacing: -0.02em;
  opacity: 0;
}
@media screen and (max-width: 1860px) {
  #company .years .year h3 {
    font-size: 90px;
  }
}
@media screen and (max-width: 1550px) {
  #company .years .year h3 {
    font-size: 85px;
  }
}
@media screen and (max-width: 1400px) {
  #company .years .year h3 {
    font-size: 80px;
  }
}
@media screen and (max-width: 1200px) {
  #company .years .year h3 {
    font-size: 70px;
  }
}
@media screen and (max-width: 1000px) {
  #company .years .year h3 {
    font-size: 60px;
  }
}
@media screen and (max-width: 700px) {
  #company .years .year h3 {
    font-size: 55px;
  }
}
@media screen and (max-width: 550px) {
  #company .years .year h3 {
    font-size: 50px;
  }
}
@media screen and (max-width: 350px) {
  #company .years .year h3 {
    font-size: 40px;
  }
}
#company .years .year > div {
  margin: 0;
  padding: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  opacity: 0;
}
@media screen and (max-width: 1860px) {
  #company .years .year > div {
    font-size: 38px;
  }
}
@media screen and (max-width: 1550px) {
  #company .years .year > div {
    font-size: 36px;
  }
}
@media screen and (max-width: 1400px) {
  #company .years .year > div {
    font-size: 34px;
  }
}
@media screen and (max-width: 1200px) {
  #company .years .year > div {
    font-size: 32px;
  }
}
@media screen and (max-width: 1000px) {
  #company .years .year > div {
    font-size: 27px;
  }
}
@media screen and (max-width: 550px) {
  #company .years .year > div {
    font-size: 25px;
  }
}
@media screen and (max-width: 350px) {
  #company .years .year > div {
    font-size: 23px;
  }
}
#company .years .year__gallery {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 15px;
}
@media screen and (max-width: 1000px) {
  #company .years .year__gallery {
    grid-template-columns: repeat(3,1fr);
  }
}
@media screen and (max-width: 400px) {
  #company .years .year__gallery {
    grid-template-columns: repeat(2,1fr);
  }
}
#company .years .year__gallery a {
  display: block;
  overflow: hidden;
}
#company .years .year__gallery a img {
  transform: translateZ(0);
  transition: 800ms cubic-bezier(0.250,0.460,0.450,0.940);
  display: block;
}
#company .years .year__gallery a:hover img {
  transform: scale3d(1.1,1.1,1.1);
}
#company .years .year.play h3 {
  animation: fadeFromLeft 1.6s cubic-bezier(0.165,0.840,0.440,1.000) forwards;
  -webkit-animation: fadeFromLeft 1.6s cubic-bezier(0.165,0.840,0.440,1.000) forwards;
}
#company .years .year.play > div {
  animation: fadeFromRight 1.6s cubic-bezier(0.165,0.840,0.440,1.000) forwards;
  -webkit-animation: fadeFromRight 1.6s cubic-bezier(0.165,0.840,0.440,1.000) forwards;
}
#company .bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  margin-bottom: 200px;
  margin-left: 32.2917vw;
  margin-right: 32.2917vw;
  padding: 0;
}
@media screen and (max-width: 1200px) {
  #company .bottom {
    margin: 0 0 100px;
    padding: 0 80px;
  }
}
#company .bottom div p {
  text-align: center;
}
#services .list {
  margin-bottom: 200px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  #services .list {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 550px) {
  #services .list {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 350px) {
  #services .list {
    margin-bottom: 60px;
  }
}
#services .main {
  text-align: center;
}
#services .main h1 {
  margin: 0;
  margin-bottom: .2em;
  font-size: 100px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.1em;
  letter-spacing: -0.02em;
  color: #fff;
}
@media screen and (max-width: 1860px) {
  #services .main h1 {
    font-size: 90px;
  }
}
@media screen and (max-width: 1550px) {
  #services .main h1 {
    font-size: 85px;
  }
}
@media screen and (max-width: 1400px) {
  #services .main h1 {
    font-size: 80px;
  }
}
@media screen and (max-width: 1200px) {
  #services .main h1 {
    font-size: 70px;
  }
}
@media screen and (max-width: 1000px) {
  #services .main h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 700px) {
  #services .main h1 {
    font-size: 55px;
  }
}
@media screen and (max-width: 550px) {
  #services .main h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 350px) {
  #services .main h1 {
    font-size: 40px;
  }
}
#services .main .subtitle {
  max-width: 700px;
  margin: 0 auto;
  font-size: 36px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.1em;
  letter-spacing: -0.01em;
  font-style: oblique;
}
@media screen and (max-width: 1860px) {
  #services .main .subtitle {
    font-size: 34px;
  }
}
@media screen and (max-width: 1550px) {
  #services .main .subtitle {
    font-size: 32px;
  }
}
@media screen and (max-width: 1400px) {
  #services .main .subtitle {
    font-size: 30px;
  }
}
@media screen and (max-width: 1200px) {
  #services .main .subtitle {
    font-size: 28px;
  }
}
@media screen and (max-width: 1000px) {
  #services .main .subtitle {
    font-size: 27px;
  }
}
@media screen and (max-width: 700px) {
  #services .main .subtitle {
    font-size: 22px;
  }
}
@media screen and (max-width: 350px) {
  #services .main .subtitle {
    font-size: 22px;
  }
}
#service .full-width-image {
  display: block;
  margin-bottom: 40px;
}
#service .content {
  margin: 0 20.8333vw;
  margin-bottom: 180px;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1860px) {
  #service .content {
    font-size: 38px;
  }
}
@media screen and (max-width: 1550px) {
  #service .content {
    font-size: 36px;
  }
}
@media screen and (max-width: 1400px) {
  #service .content {
    font-size: 34px;
  }
}
@media screen and (max-width: 1200px) {
  #service .content {
    font-size: 32px;
  }
}
@media screen and (max-width: 1000px) {
  #service .content {
    font-size: 27px;
  }
}
@media screen and (max-width: 550px) {
  #service .content {
    font-size: 25px;
  }
}
@media screen and (max-width: 350px) {
  #service .content {
    font-size: 23px;
  }
}
#service .content.intro {
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  #service .content {
    margin: 0 0 100px;
    padding: 0 80px;
  }
  #service .content.intro {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 550px) {
  #service .content {
    margin: 0 0 80px;
    padding: 0 20px;
  }
  #service .content.intro {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 350px) {
  #service .content {
    margin: 0 0 60px;
    padding: 0 10px;
  }
  #service .content.intro {
    margin-bottom: 20px;
  }
}
#service .content h1 {
  margin: 0;
  padding: 0;
  font-size: 100px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.1em;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}
@media screen and (max-width: 1860px) {
  #service .content h1 {
    font-size: 90px;
  }
}
@media screen and (max-width: 1550px) {
  #service .content h1 {
    font-size: 85px;
  }
}
@media screen and (max-width: 1400px) {
  #service .content h1 {
    font-size: 80px;
  }
}
@media screen and (max-width: 1200px) {
  #service .content h1 {
    font-size: 70px;
  }
}
@media screen and (max-width: 1000px) {
  #service .content h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 700px) {
  #service .content h1 {
    font-size: 55px;
  }
}
@media screen and (max-width: 550px) {
  #service .content h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 350px) {
  #service .content h1 {
    font-size: 40px;
  }
}
#service .content h2 {
  margin: 0;
  margin-bottom: 40px;
  padding: 0;
  font-size: 60px;
  font-weight: 700;
  font-style: italic;
  line-height: 1em;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1860px) {
  #service .content h2 {
    font-size: 55px;
  }
}
@media screen and (max-width: 1550px) {
  #service .content h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1400px) {
  #service .content h2 {
    font-size: 45px;
  }
}
@media screen and (max-width: 1200px) {
  #service .content h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1000px) {
  #service .content h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 700px) {
  #service .content h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 550px) {
  #service .content h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 350px) {
  #service .content h2 {
    font-size: 26px;
  }
}
#service .content h3 {
  font-size: 60px;
  font-weight: 700;
  font-style: italic;
  line-height: 1em;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1860px) {
  #service .content h3 {
    font-size: 55px;
  }
}
@media screen and (max-width: 1550px) {
  #service .content h3 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1400px) {
  #service .content h3 {
    font-size: 45px;
  }
}
@media screen and (max-width: 1200px) {
  #service .content h3 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1000px) {
  #service .content h3 {
    font-size: 36px;
  }
}
@media screen and (max-width: 700px) {
  #service .content h3 {
    font-size: 32px;
  }
}
@media screen and (max-width: 550px) {
  #service .content h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 350px) {
  #service .content h3 {
    font-size: 26px;
  }
}
#service .content p {
  color: #FFFFFF;
}
#service .content__links {
  padding-top: 20px;
  display: flex;
  gap: 10px 2.5vw;
  flex-wrap: wrap;
}
@media screen and (max-width: 550px) {
  #service .content__links {
    flex-direction: column;
  }
}
#service .services-slideshow {
  margin-bottom: 140px;
}
@media screen and (max-width: 550px) {
  #service .services-slideshow {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 350px) {
  #service .services-slideshow {
    margin-bottom: 60px;
  }
}
#service .services-slideshow .swiper-slide {
  position: relative;
}
#service .services-slideshow .swiper-slide h6 {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 36px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.1em;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  text-transform: uppercase;
}
@media screen and (max-width: 1860px) {
  #service .services-slideshow .swiper-slide h6 {
    font-size: 34px;
  }
}
@media screen and (max-width: 1550px) {
  #service .services-slideshow .swiper-slide h6 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1400px) {
  #service .services-slideshow .swiper-slide h6 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1200px) {
  #service .services-slideshow .swiper-slide h6 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1000px) {
  #service .services-slideshow .swiper-slide h6 {
    font-size: 27px;
  }
}
@media screen and (max-width: 700px) {
  #service .services-slideshow .swiper-slide h6 {
    font-size: 22px;
  }
}
@media screen and (max-width: 350px) {
  #service .services-slideshow .swiper-slide h6 {
    font-size: 22px;
  }
}
#service .bottom .request-claim {
  margin-left: 20.8333vw;
  margin-right: 20.8333vw;
}
@media screen and (max-width: 1200px) {
  #service .bottom .request-claim {
    margin-left: 0;
    margin-right: 0;
  }
}
#realizations .realizations {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
#realizations .main {
  text-align: center;
}
#realizations .main h1 {
  margin: 0;
  margin-bottom: .2em;
  font-size: 100px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.1em;
  letter-spacing: -0.02em;
  color: #fff;
}
@media screen and (max-width: 1860px) {
  #realizations .main h1 {
    font-size: 90px;
  }
}
@media screen and (max-width: 1550px) {
  #realizations .main h1 {
    font-size: 85px;
  }
}
@media screen and (max-width: 1400px) {
  #realizations .main h1 {
    font-size: 80px;
  }
}
@media screen and (max-width: 1200px) {
  #realizations .main h1 {
    font-size: 70px;
  }
}
@media screen and (max-width: 1000px) {
  #realizations .main h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 700px) {
  #realizations .main h1 {
    font-size: 55px;
  }
}
@media screen and (max-width: 550px) {
  #realizations .main h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 350px) {
  #realizations .main h1 {
    font-size: 40px;
  }
}
#realizations .main .subtitle {
  max-width: 700px;
  margin: 0 auto;
  font-size: 36px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.1em;
  letter-spacing: -0.01em;
  font-style: oblique;
}
@media screen and (max-width: 1860px) {
  #realizations .main .subtitle {
    font-size: 34px;
  }
}
@media screen and (max-width: 1550px) {
  #realizations .main .subtitle {
    font-size: 32px;
  }
}
@media screen and (max-width: 1400px) {
  #realizations .main .subtitle {
    font-size: 30px;
  }
}
@media screen and (max-width: 1200px) {
  #realizations .main .subtitle {
    font-size: 28px;
  }
}
@media screen and (max-width: 1000px) {
  #realizations .main .subtitle {
    font-size: 27px;
  }
}
@media screen and (max-width: 700px) {
  #realizations .main .subtitle {
    font-size: 22px;
  }
}
@media screen and (max-width: 350px) {
  #realizations .main .subtitle {
    font-size: 22px;
  }
}
#realization .realization-main-gallery-wrapper {
  position: relative;
  margin-bottom: 40px;
}
#realization .realization-main-gallery {
  overflow: hidden;
  margin: 0 16.6667vw;
}
@media screen and (max-width: 1200px) {
  #realization .realization-main-gallery {
    margin: 0;
    margin: 0 80px;
  }
}
@media screen and (max-width: 1000px) {
  #realization .realization-main-gallery {
    margin: 0 40px;
  }
}
@media screen and (max-width: 550px) {
  #realization .realization-main-gallery {
    margin: 0;
  }
}
#realization .realization-main-gallery .swiper-slide img {
  display: block;
  width: 100%;
}
#realization .swiper-button-prev,
#realization .swiper-button-next {
  width: 87px;
  height: 87px;
}
@media screen and (max-width: 1000px) {
  #realization .swiper-button-prev,
  #realization .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
#realization .swiper-button-prev::after,
#realization .swiper-button-next::after {
  display: block;
  content: '';
  background-image: url('../img/gallery-arrow.svg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 87px;
  height: 87px;
}
@media screen and (max-width: 1000px) {
  #realization .swiper-button-prev::after,
  #realization .swiper-button-next::after {
    width: 40px;
    height: 40px;
  }
}
#realization .swiper-button-prev {
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  #realization .swiper-button-prev {
    left: 60px;
  }
}
@media screen and (max-width: 550px) {
  #realization .swiper-button-prev {
    left: 10px;
  }
}
#realization .swiper-button-next {
  right: 100px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 1000px) {
  #realization .swiper-button-next {
    right: 60px;
  }
}
@media screen and (max-width: 550px) {
  #realization .swiper-button-next {
    right: 10px;
  }
}
#realization .top {
  margin: 0 24.4792vw 10vh;
  padding: 0;
}
#realization .top.intro {
  margin: 0 11.9792vw 10vh;
}
@media screen and (max-width: 1200px) {
  #realization .top {
    margin: 0 80px 100px;
  }
}
@media screen and (max-width: 550px) {
  #realization .top {
    margin: 0 20px 80px;
  }
}
@media screen and (max-width: 350px) {
  #realization .top {
    margin: 0 10px 60px;
  }
}
#realization .top h1 {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  font-size: 100px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.1em;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 1860px) {
  #realization .top h1 {
    font-size: 90px;
  }
}
@media screen and (max-width: 1550px) {
  #realization .top h1 {
    font-size: 85px;
  }
}
@media screen and (max-width: 1400px) {
  #realization .top h1 {
    font-size: 80px;
  }
}
@media screen and (max-width: 1200px) {
  #realization .top h1 {
    font-size: 70px;
  }
}
@media screen and (max-width: 1000px) {
  #realization .top h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 700px) {
  #realization .top h1 {
    font-size: 55px;
  }
}
@media screen and (max-width: 550px) {
  #realization .top h1 {
    font-size: 50px;
  }
}
@media screen and (max-width: 350px) {
  #realization .top h1 {
    font-size: 40px;
  }
}
#realization .top .text {
  font-size: 36px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.1em;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 1860px) {
  #realization .top .text {
    font-size: 34px;
  }
}
@media screen and (max-width: 1550px) {
  #realization .top .text {
    font-size: 32px;
  }
}
@media screen and (max-width: 1400px) {
  #realization .top .text {
    font-size: 30px;
  }
}
@media screen and (max-width: 1200px) {
  #realization .top .text {
    font-size: 28px;
  }
}
@media screen and (max-width: 1000px) {
  #realization .top .text {
    font-size: 27px;
  }
}
@media screen and (max-width: 700px) {
  #realization .top .text {
    font-size: 22px;
  }
}
@media screen and (max-width: 350px) {
  #realization .top .text {
    font-size: 22px;
  }
}
#realization .middle .realization-item {
  display: flex;
  margin: 0;
  margin-left: 7.8125vw;
  margin-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  #realization .middle .realization-item {
    margin-left: 40px;
  }
}
@media screen and (max-width: 1000px) {
  #realization .middle .realization-item {
    padding: 0 40px;
    margin-left: 0;
    margin-right: 0;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 550px) {
  #realization .middle .realization-item {
    padding: 0 20px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 350px) {
  #realization .middle .realization-item {
    padding: 0 10px;
    margin-bottom: 60px;
  }
}
#realization .middle .realization-item .content {
  flex: 0 0 30%;
  align-self: center;
  padding-right: 2.5vw;
}
@media screen and (max-width: 1000px) {
  #realization .middle .realization-item .content {
    flex: auto;
    padding: 20px 0 0;
  }
}
#realization .middle .realization-item .content h2 {
  font-size: 60px;
  font-weight: 700;
  font-style: italic;
  line-height: 1em;
  letter-spacing: -0.02em;
  color: #FFFFFF;
}
@media screen and (max-width: 1860px) {
  #realization .middle .realization-item .content h2 {
    font-size: 55px;
  }
}
@media screen and (max-width: 1550px) {
  #realization .middle .realization-item .content h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1400px) {
  #realization .middle .realization-item .content h2 {
    font-size: 45px;
  }
}
@media screen and (max-width: 1200px) {
  #realization .middle .realization-item .content h2 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1000px) {
  #realization .middle .realization-item .content h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 700px) {
  #realization .middle .realization-item .content h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 550px) {
  #realization .middle .realization-item .content h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 350px) {
  #realization .middle .realization-item .content h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1000px) {
  #realization .middle .realization-item .content h2 {
    margin-bottom: .4em;
  }
}
#realization .middle .realization-item .content .description {
  color: #FFFFFF;
}
#realization .middle .realization-item .realization-item-gallery-wrapper {
  position: relative;
  flex: 0 0 70%;
  max-width: 70%;
}
@media screen and (max-width: 1000px) {
  #realization .middle .realization-item .realization-item-gallery-wrapper {
    flex: auto;
    max-width: none;
  }
}
#realization .middle .realization-item .realization-item-gallery {
  overflow: hidden;
  margin: 0;
}
#realization .middle .realization-item .realization-item-gallery .swiper-slide img {
  display: block;
  margin: 0 auto;
}
#realization .middle .realization-item .swiper-button-prev,
#realization .middle .realization-item .swiper-button-next {
  width: 40px;
  height: 40px;
}
#realization .middle .realization-item .swiper-button-prev::after,
#realization .middle .realization-item .swiper-button-next::after {
  display: block;
  content: '';
  background-image: url('../img/gallery-arrow.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
}
#realization .middle .realization-item .swiper-button-prev {
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
}
#realization .middle .realization-item .swiper-button-next {
  right: 5%;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.mfp-fade.mfp-bg,
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.mfp-fade.mfp-wrap .mfp-content {
  transform: scale(.9);
  -webkit-transform: scale(.9);
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.9;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  transform: scale(.1);
  -webkit-transform: scale(.1);
}
#cookie_reload {
  cursor: pointer;
  text-decoration: underline;
}
#cookiedisclaimer2022 {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999999;
  background: rgba(0,0,0,0.35);
  transition: opacity .35s;
  pointer-events: all;
}
#cookiedisclaimer2022 .inner_disclaimer {
  position: fixed;
  top: 50%;
  right: 0;
  left: 0;
  padding: 75px 25px;
  text-align: center;
  color: #333;
  font-size: 15px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  z-index: 9999;
  line-height: 1.5em;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  transform: translateY(-50%);
  max-height: 100%;
  overflow: auto;
  transition: transform 1000ms cubic-bezier(0.165,0.840,0.440,1.000);
  letter-spacing: 0;
  font-weight: normal;
}
@media (max-width: 600px) {
  #cookiedisclaimer2022 .inner_disclaimer {
    font-size: 13px;
  }
}
#cookiedisclaimer2022.hidden {
  pointer-events: none;
  opacity: 0;
}
#cookiedisclaimer2022.hidden .inner_disclaimer {
  transform: translateY(-75%);
}
#cookiedisclaimer2022 h3 {
  font-size: 18px;
  margin-bottom: 2em;
  font-weight: normal;
  color: inherit;
  line-height: 1.2em;
  letter-spacing: 0;
}
#cookiedisclaimer2022 .cookie_options {
  margin-bottom: 2em;
  display: flex;
  justify-content: center;
}
@media (max-width: 600px) {
  #cookiedisclaimer2022 .cookie_options {
    flex-flow: column;
  }
}
#cookiedisclaimer2022 .cookie_options span {
  background: #333;
  cursor: pointer;
  display: inline-block;
  padding: 1em;
  margin: 10px;
  font-weight: 400;
  color: #fff;
  border: 1px solid #333;
  transition: background .35s;
}
@media (max-width: 600px) {
  #cookiedisclaimer2022 .cookie_options span {
    margin: 5px 0;
  }
}
#cookiedisclaimer2022 .cookie_options span:hover {
  background: #4d4d4d;
}
#cookiedisclaimer2022 .cookie_options span#cookieselect,
#cookiedisclaimer2022 .cookie_options span#cookieko {
  color: #333;
  background: #fff;
}
#cookiedisclaimer2022 .cookie_options span#cookieselect:hover,
#cookiedisclaimer2022 .cookie_options span#cookieko:hover {
  background: #e6e6e6;
}
#cookiedisclaimer2022 a {
  text-decoration: underline;
  color: #808080;
  cursor: pointer;
  display: inline-block;
  padding: 5px;
}
#cookiedisclaimer2022 a:hover {
  color: #333;
}
#cookiedisclaimer2022 #cookie_close {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #333;
  color: #fff;
  cursor: pointer;
  transition: background .35s;
}
#cookiedisclaimer2022 #cookie_close:hover {
  background: #4d4d4d;
}
#cookiedisclaimer2022 #cookie_preferences {
  text-align: left;
  margin-bottom: 2em;
  display: none;
}
#cookiedisclaimer2022 #cookie_preferences.show {
  display: block;
}
#cookiedisclaimer2022 .cookie_type {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #ffffff;
}
#cookiedisclaimer2022 .cookie_type:last-of-type {
  border-bottom: none;
}
#cookiedisclaimer2022 .cookie_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
#cookiedisclaimer2022 .cookie_flex h5,
#cookiedisclaimer2022 .cookie_flex h6 {
  margin: 0;
}
#cookiedisclaimer2022 .cookie_type_list {
  padding-left: 20px;
}
#cookiedisclaimer2022 .toggle {
  cursor: pointer;
  display: inline-block;
}
#cookiedisclaimer2022 .toggle-switch {
  display: inline-block;
  background: #ccc;
  border-radius: 16px;
  width: 58px;
  height: 32px;
  position: relative;
  vertical-align: middle;
  transition: background 0.35s;
}
#cookiedisclaimer2022 .toggle-switch:before,
#cookiedisclaimer2022 .toggle-switch:after {
  content: "";
}
#cookiedisclaimer2022 .toggle-switch:before {
  display: block;
  background: linear-gradient(to bottom,#fff 0%,#eee 100%);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.25);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: left 0.35s;
}
.toggle:hover #cookiedisclaimer2022 .toggle-switch:before {
  background: linear-gradient(to bottom,#fff 0%,#fff 100%);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.5);
}
#cookiedisclaimer2022 .toggle-checkbox:checked + .toggle-switch {
  background: #55bb55;
}
#cookiedisclaimer2022 .toggle-checkbox:checked + .toggle-switch:before {
  left: 30px;
}
#cookiedisclaimer2022 .toggle-checkbox {
  position: absolute;
  visibility: hidden;
}
#cookiedisclaimer2022 button {
  display: block;
  font-size: 18px;
  margin: 0 auto 2em;
  float: none;
  background: #55bb55;
  padding: 1em 2em;
  color: #fff;
  transition: background 0.35s;
  font-weight: 400;
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
}
#cookiedisclaimer2022 button:hover {
  background: #33aa33;
}
.hamburger {
  position: fixed;
  z-index: 1200;
  top: 30px;
  right: 4.1667vw;
  width: 40px;
  height: 40px;
  transition: 300ms;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .hamburger {
    display: block;
  }
}
@media screen and (max-width: 700px) {
  .hamburger {
    top: 20px;
  }
}
@media screen and (max-width: 700px) {
  .hamburger {
    right: 20px;
  }
}
@media screen and (max-width: 550px) {
  .hamburger {
    top: 4px;
    right: 10px;
  }
}
.scroll .hamburger {
  top: 20px;
}
@media screen and (max-width: 350px) {
  .scroll .hamburger {
    top: 10px;
  }
}
.hamburger span {
  position: absolute;
  top: 50%;
  height: 2px;
  background: #FFFFFF;
  left: 0;
  right: 0;
  margin-top: -1px;
  transition: 300ms cubic-bezier(0.165,0.840,0.440,1.000);
}
.hamburger span:first-child {
  transform: translate3d(0,-8px,0);
  -webkit-transform: translate3d(0,-8px,0);
}
.hamburger span:last-child {
  transform: translate3d(0,8px,0);
  -webkit-transform: translate3d(0,8px,0);
}
.hamburger.open span:first-child,
.hamburger.open span:last-child {
  transform: translate(0,0);
  -webkit-transform: translate(0,0);
  opacity: 0;
}
.hamburger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobileMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 0 10vw;
  z-index: 1100;
  transform: translate3d(100%,0,0);
  -webkit-transform: translate3d(100%,0,0);
}
.mobileMenu::before,
.mobileMenu::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mobileMenu::before {
  z-index: -2;
  background: #717171;
}
.mobileMenu::after {
  z-index: -1;
  background: #000000;
}
.mobileMenu ul.menu a {
  font-size: 50px;
}
.mobileMenu ul.menu li {
  padding: 2vh 0;
  opacity: 0;
}
.mobileMenu.closed {
  transform: none;
  -webkit-transform: none;
  animation: translateRight 1.2s cubic-bezier(0.770,0.000,0.175,1.000) forwards;
  -webkit-animation: translateRight 1.2s cubic-bezier(0.770,0.000,0.175,1.000) forwards;
}
.mobileMenu.closed ul.menu li {
  opacity: 1;
}
.mobileMenu.open {
  animation: resetTransform 1.6s .25s cubic-bezier(0.455,0.030,0.515,0.955) forwards;
  -webkit-animation: resetTransform 1.6s .25s cubic-bezier(0.455,0.030,0.515,0.955) forwards;
}
.mobileMenu.open:before {
  animation: translateLeft 1.2s cubic-bezier(0.165,0.840,0.440,1.000) forwards;
  -webkit-animation: translateLeft 1.2s cubic-bezier(0.165,0.840,0.440,1.000) forwards;
}
.mobileMenu.open ul.menu li {
  animation: menuItemIn 1.2s .8s cubic-bezier(0.165,0.840,0.440,1.000) forwards;
  -webkit-animation: menuItemIn 1.2s .8s cubic-bezier(0.165,0.840,0.440,1.000) forwards;
}
.mobileMenu.open ul.menu li:nth-child(2) {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.mobileMenu.open ul.menu li:nth-child(3) {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}
.mobileMenu.open ul.menu li:nth-child(4) {
  animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
}
.mobileMenu.open ul.menu li:nth-child(5) {
  animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
}
.mobileMenu.open ul.menu li:nth-child(6) {
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
}
.team-member {
  position: relative;
  display: block;
  overflow: hidden;
}
.team-member__bg img {
  display: block;
}
.team-member::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.6);
  z-index: 1;
  transition: opacity 600ms linear;
  opacity: 0;
}
.team-member__fg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 2.5vw;
  color: #FFFFFF;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  transition: 600ms cubic-bezier(0.250,0.460,0.450,0.940);
  opacity: 0;
  transform: translate3d(0,100%,0);
  -webkit-transform: translate3d(0,100%,0);
}
.team-member__fg strong {
  display: block;
}
.team-member:hover::after {
  opacity: 1;
}
.team-member:hover .team-member__fg {
  opacity: 1;
  transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
}
.reviews {
  margin-bottom: 80px;
  padding: 0 40px 2px 10px;
  overflow: hidden;
}
@media screen and (min-width: 370px) {
  .reviews {
    padding-left: 20px;
  }
}
@media screen and (min-width: 400px) {
  .reviews {
    padding-left: 40px;
    padding-right: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .reviews {
    padding-left: 80px;
    padding-right: 120px;
  }
}
.reviews .swiper {
  overflow: visible;
}
.reviews .swiper-slide {
  height: auto;
}
.reviews .swiper-button-next,
.reviews .swiper-button-prev {
  font-style: normal;
  display: none;
}
@media screen and (min-width: 1000px) {
  .reviews .swiper-button-next,
  .reviews .swiper-button-prev {
    display: block;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .reviews .swiper-button-next::after,
  .reviews .swiper-button-prev::after {
    font-size: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .reviews .swiper-button-prev {
    left: -30px;
  }
}
@media screen and (min-width: 1200px) {
  .reviews .swiper-button-prev {
    left: -60px;
  }
}
@media screen and (min-width: 1000px) {
  .reviews .swiper-button-next {
    right: -30px;
  }
}
@media screen and (min-width: 1200px) {
  .reviews .swiper-button-next {
    right: -100px;
  }
}
.review {
  padding: 15px;
  border: 1px solid #FFFFFF;
  min-height: 100%;
  color: #FFFFFF;
}
@media screen and (min-width: 701px) {
  .review {
    font-size: 24px;
  }
}
.review__header {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  color: #FFFFFF;
  gap: 20px;
}
.review__content {
  letter-spacing: 0.02em;
  font-style: normal;
}
.review__star:not(.review__star--active) path {
  fill: none;
  stroke: #FFFFFF;
}
