/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */





:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  /*font-family: var(--bs-body-font-family);*/
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1,
.h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }
}
h2,
.h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 2rem;
  }
}
h3,
.h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 1.75rem;
  }
}
h4,
.h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 1.5rem;
  }
}
h5,
.h5 {
  font-size: 1.25rem;
}
h6,
.h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small,
.small {
  font-size: 0.875em;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  color: inherit;
  opacity: 0.8;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\00A0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
.row-cols-auto > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333%;
}
.row-cols-4 > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66667%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333%;
}
.col-2 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66667%;
}
.col-3 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333%;
}
.col-5 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66667%;
}
.col-6 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333%;
}
.col-8 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66667%;
}
.col-9 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333%;
}
.col-11 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66667%;
}
.col-12 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-xxl-4 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-xxl-2 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xxl-3 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xxl-5 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xxl-6 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xxl-8 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xxl-9 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-xxl-11 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-xxl-12 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.container {
  max-width: 100vw;
}
html,
body {
  width: 100%;
  height: 100%;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:focus {
  color: inherit;
  outline: none !important;
  text-decoration: none;
  opacity: 0.8;
}
body {
  color: #000;
  font-size: 16px;
  /*font-family: "helvetica";*/
}
img {
  max-width: 100%;
}
p {
  margin: 0 0 30px;
}
*:focus {
  outline: none;
}




.son-keyvisual {
  height: 1080px;
  border-radius: 0;
  color: #fff;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
  background-size: cover !important;
}

.son-kv-left{
  text-align:left;
}

.son-kv-center{
  text-align:center;
}

.son-kv-right{
  text-align:right;
}

@media (max-height: 980px) {
  .son-keyvisual {
    height: 900px;
  }
}
@media (max-width: 768px) {
  .son-keyvisual {
    height: 600px;
    padding: 140px 0 20px;
    border-radius: 0;
    background-size: cover !important;
  }

}
.son-keyvisual video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.son-keyvisual::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  content: "";
}
.son-keyvisual__text {
  max-width: 720px;
  margin: 0 auto;
  margin-bottom: 104px;
  position: relative;
  z-index: 1;
}
.son-keyvisual__text .style__fullscreen-scroll-meta {
  color: #fff;
}
.son-keyvisual__text .style__fullscreen-scroll-meta a {
  color: inherit;
}
@media (max-width: 768px) {
  .son-keyvisual__text {
    margin-bottom: 30px;
  }
}
.son-keyvisual__text h1,
.son-keyvisual__text .h1 {
  font-family: "Playfair Display";
  font-weight: 400;
  font-size: 86px;
  border-bottom: none;
  padding-bottom: 27px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .son-keyvisual__text h1,
  .son-keyvisual__text .h1 {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
.son-keyvisual__text ul,
.son-keyvisual__text ol {
  margin: 0 0 20px;
  display: inline-block;
}
.son-keyvisual__text p {
  font-size: 14px;
  line-height: 42px;
  margin: 0 0 38px;
}
@media (max-width: 768px) {
  .son-keyvisual__text p {
    font-size: 16px;
    line-height: 28px;
  }
}
.son-down {
  display: inline-block;
  width: 50px;
  height: 29px;
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='29' viewBox='0 0 50 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.755499 0.763706C0.992824 0.52187 1.27608 0.32988 1.58864 0.199008C1.9012 0.0681364 2.23676 0.0010203 2.57562 0.00160245C2.91448 0.00218459 3.24981 0.0704529 3.56192 0.202398C3.87402 0.334343 4.15662 0.527305 4.39311 0.769955L26.8219 23.6609C27.3047 24.1562 27.5742 24.821 27.5724 25.5126C27.5707 26.2042 27.2979 26.8676 26.8126 27.3604C26.576 27.603 26.2931 27.7956 25.9807 27.9269C25.6684 28.0582 25.3329 28.1256 24.994 28.125C24.6552 28.1244 24.3199 28.0559 24.008 27.9235C23.696 27.7911 23.4139 27.5975 23.1781 27.3542L0.752374 4.457C0.270005 3.96268 0 3.29942 0 2.60879C0 1.91817 0.270005 1.2549 0.752374 0.760582L0.755499 0.763706ZM45.6007 0.769955C45.8372 0.526828 46.12 0.333461 46.4324 0.201233C46.7448 0.0690044 47.0805 0.000586038 47.4197 3.74837e-06C47.7589 -0.000578541 48.0949 0.0666865 48.4077 0.197842C48.7206 0.328997 49.004 0.521392 49.2414 0.763706C49.726 1.25694 49.9982 1.92019 50 2.61157C50.0017 3.30295 49.7328 3.96757 49.2508 4.46325L34.3597 19.6645C34.1235 19.9071 33.8411 20.1 33.5293 20.2319C33.2174 20.3638 32.8824 20.432 32.5438 20.4326C32.2052 20.4332 31.8698 20.3661 31.5575 20.2353C31.2452 20.1044 30.9622 19.9125 30.7252 19.6708C30.2411 19.1781 29.9689 18.5157 29.9666 17.8251C29.9642 17.1345 30.232 16.4703 30.7127 15.9743L45.6038 0.769955H45.6007Z' fill='white'/%3E%3C/svg%3E");
}
.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.son-description {
  text-align: center;
  margin-bottom: 30px;
}
.son-description ul,
.son-description ol {
  display: inline-block;
  margin: 0 0 30px;
}
.son-description p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
  font-family: "helvetica";
}
.son-video {
  margin-bottom: 60px;
}
.son-video .play {
  position: absolute;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M96.1022 20.8532C92.4926 16.5622 85.8281 14.8119 73.1003 14.8119H26.8987C13.8797 14.8119 7.10226 16.6751 3.50613 21.2435C0 25.6977 0 32.2606 0 41.3438V58.6564C0 76.2535 4.16 85.188 26.8987 85.188H73.1006C84.1381 85.188 90.2542 83.6435 94.211 79.8567C98.2687 75.9735 100 69.6332 100 58.6564V41.3438C100 31.7648 99.7287 25.1632 96.1022 20.8532ZM64.2003 52.3903L43.2203 63.3551C42.7513 63.6003 42.2384 63.7219 41.7261 63.7219C41.1461 63.7219 40.5674 63.5658 40.0548 63.2554C39.0897 62.6706 38.5003 61.6245 38.5003 60.4961V38.6367C38.5003 37.5103 39.0881 36.4651 40.0513 35.88C41.0148 35.2948 42.2132 35.2548 43.2129 35.7741L64.1929 46.6683C65.2603 47.2225 65.9306 48.3245 65.9323 49.5267C65.9335 50.73 65.2661 51.8335 64.2003 52.3903Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -50px;
  cursor: pointer;
}
.son-video__box {
  position: relative;
  width: 100%;
  height: 860px;
  border-radius: 0;
  overflow: hidden;
}
@media (max-width: 1330px) {
  .son-video__box {
    height: 700px;
  }
}
@media (max-width: 1024px) {
  .son-video__box {
    height: 600px;
  }
}
@media (max-width: 768px) {
  .son-video__box {
    height: 350px;
    border-radius: 0;
  }
}
.son-video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.son-title h2,
.son-title .h2 {
  font-size: 42px;
  font-weight: bold;
  line-height: 47px;
  border-bottom: 1px #000 solid;
  padding-bottom: 15px;
  margin-bottom: 24px;
  font-family: "Georgia";
}
@media (max-width: 768px) {
  .son-title h2,
  .son-title .h2 {
    font-size: 32px;
    line-height: 37px;
  }
}
.son-text-element .row {
  margin-bottom: 20px;
}
.son-text-element .row:nth-child(2n + 2) .son-text-element__img {
  -ms-flex-order: 2;
  order: 2;
}
@media (max-width: 768px) {
  .son-text-element .row:nth-child(2n + 2) .son-text-element__img {
    -ms-flex-order: 1;
    order: 1;
  }
}
.son-text-element .row:nth-child(2n + 2) .son-text-element__txt {
  -ms-flex-order: 1;
  order: 1;
}
@media (max-width: 768px) {
  .son-text-element .row:nth-child(2n + 2) .son-text-element__txt {
    -ms-flex-order: 2;
    order: 2;
  }
}
.son-text-element .row:nth-child(2n + 2) .son-text-element__txt p {
  font-family: "helvetica";
}
@media (max-width: 768px) {
  .son-text-element {
    margin-bottom: 0;
  }
  .son-text-element__img {
    -ms-flex-order: 1;
    order: 1;
  }
  .son-text-element__txt {
    -ms-flex-order: 2;
    order: 2;
  }
}
.son-text-element img {
  width: 100%;
  border-radius: 0;
  margin-bottom: 30px;
}
.son-img-element {
  margin-bottom: 40px;
}
.son-img-element img {
  border-radius: 0;
}
@media (max-width: 768px) {
  .son-img-element img {
    border-radius: 0;
  }
}
.son-text-center-element {
  margin-bottom: 40px;
}
.son-text-center-element img {
  margin-bottom: 20px;
  border-radius: 0;
}
.son-text-center-element ul,
.son-text-center-element ol {
  margin-left: 0;
  padding-left: 14px;
}
.son-text-center-element p {
  font-family: "helvetica";
}
.son-fashion__header {
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}
@media (max-width: 1024px) {
  .son-fashion__header {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.son-fashion__header--left {
  -ms-flex: 50%;
  flex: 50%;
  max-width: 50%;
  padding: 0 0 0 100px;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1380px) {
  .son-fashion__header--left {
    padding: 0 0 0 50px;
  }
}
@media (max-width: 1024px) {
  .son-fashion__header--left {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    padding: 0 15px;
  }
}
.son-fashion__header--left .sfh-left__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}
.son-fashion__header--left .sfh-left__top .style__fullscreen-scroll-meta {
  margin-bottom: 10px;
}
.son-fashion__header--left .sfh-left__bottom {
  padding-top: 50px;
}
@media (max-width: 1024px) {
  .son-fashion__header--left .sfh-left__bottom {
    padding-top: 20px;
  }
}
.son-fashion__header--left h1,
.son-fashion__header--left .h1 {
  font-family: "Georgia";
  font-weight: bold;
  font-size: clamp(28px, 4vw, 100px);
  line-height: 1.2;
  margin-bottom: 0;
  padding-bottom: 50px;
  position: relative;
  width: 100%;
  border-bottom: 10px solid #000;
  padding-right: 100px;
}
@media (max-width: 1380px) {
  .son-fashion__header--left h1,
  .son-fashion__header--left .h1 {
    padding-right: 50px;
  }
}
@media (max-width: 1024px) {
  .son-fashion__header--left h1,
  .son-fashion__header--left .h1 {
    padding-bottom: 20px;
    padding-right: 0;
  }
}
.son-fashion__header--left p {
  font-size: 22px;
  line-height: 42px;
  margin-bottom: 30px;
  padding-right: 100px;
}
@media (max-width: 768px) {
  .son-fashion__header--left p:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 1680px) {
  .son-fashion__header--left p {
    font-size: 20px;
    line-height: 40px;
  }
}
@media (max-width: 1480px) {
  .son-fashion__header--left p {
    font-size: 18px;
    line-height: 38px;
  }
}
@media (max-width: 1380px) {
  .son-fashion__header--left p {
    padding-right: 50px;
  }
}
@media (max-width: 1024px) {
  .son-fashion__header--left p {
    font-size: 14px;
    line-height: 28px;
  }
}
.son-fashion__header--right {
  -ms-flex: 50%;
  flex: 50%;
  max-width: 50%;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .son-fashion__header--right {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
.son-fashion__header--right .sfhr__left {
  width: 33.3333333333%;
}
@media (max-width: 1024px) {
  .son-fashion__header--right .sfhr__left {
    width: 100%;
  }
}
.son-fashion__header--right .sfhr__left-a {
  width: 100%;
  height: 50%;
  display: -ms-flexbox;
  display: flex;
}
.son-fashion__header--right .sfhr__left-a > div {
  width: 50%;
  background-size: cover !important;
  background-position: top center !important;
}
.son-fashion__header--right .sfhr__left .sfhr__left--top {
  width: 100%;
  height: 50%;
  background-size: cover !important;
}
.son-fashion__header--right .sfhr__right {
  width: 66.6666666667%;
  background-size: cover !important;
}
@media (max-width: 1024px) {
  .son-fashion__header--right .sfhr__right {
    display: none;
  }
}
.son-fashion__header--right .sfhr__right-b {
  width: 100%;
  height: 50%;
  display: -ms-flexbox;
  display: flex;
  background-size: cover !important;
  background-position: top center !important;
}
.f-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.son-fashion__threevideos,
.son-fashion__threepictures {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .son-fashion__threevideos,
  .son-fashion__threepictures {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
.son-fashion__threevideos > div,
.son-fashion__threepictures > div {
  position: relative;
  width: 33.3333333333%;
  height: 1140px;
  background-size: cover !important;
}
@media (max-width: 1680px) {
  .son-fashion__threevideos > div,
  .son-fashion__threepictures > div {
    height: 1040px;
  }
}
@media (max-width: 1380px) {
  .son-fashion__threevideos > div,
  .son-fashion__threepictures > div {
    height: 860px;
  }
}
@media (max-width: 1024px) {
  .son-fashion__threevideos > div,
  .son-fashion__threepictures > div {
    height: 100vh;
  }
}
@media (max-width: 768px) {
  .son-fashion__threevideos > div,
  .son-fashion__threepictures > div {
    height: 50vh;
  }
}
.son-fashion__section {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .son-fashion__section {
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
}
.son-fashion__section--left {
  width: 55%;
  padding: 50px 100px;
}
@media (max-width: 1380px) {
  .son-fashion__section--left {
    padding: 50px;
  }
}
@media (max-width: 1024px) {
  .son-fashion__section--left {
    width: 100%;
    padding: 20px 15px;
  }
}
.son-fashion__section--left h2,
.son-fashion__section--left .h2 {
  font-family: "Georgia";
  font-weight: bold;
  font-size: 50px;
  line-height: 56px;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px #000 solid;
}
@media (max-width: 1024px) {
  .son-fashion__section--left h2,
  .son-fashion__section--left .h2 {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.son-fashion__section--left p {
  font-size: 22px;
  line-height: 42px;
  padding-right: 140px;
}
@media (max-width: 768px) {
  .son-fashion__section--left p:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 1680px) {
  .son-fashion__section--left p {
    font-size: 20px;
    line-height: 40px;
    padding-right: 100px;
  }
}
@media (max-width: 1480px) {
  .son-fashion__section--left p {
    font-size: 18px;
    line-height: 38px;
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  .son-fashion__section--left p {
    font-size: 14px;
    line-height: 28px;
  }
}
.son-fashion__section--right {
  width: 45%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding-right: 100px;
  margin-bottom: 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 1380px) {
  .son-fashion__section--right {
    padding-right: 50px;
  }
}
@media (max-width: 1024px) {
  .son-fashion__section--right {
    width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  .son-fashion__section--right {
    margin-bottom: 20px;
  }
}
.son-fashion__section--right-img-1 {
  width: 50%;
}
.son-fashion__section--right-img-2 {
  width: 50%;
  padding-top: 100px;
}
.son-fashion__section--right-img-2 img {
  margin-bottom: 30px;
}
.son-fashion__section--right-img-full {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.son-fashion__section--right-img-full img {
  width: 100%;
}
.son-fashion__section--text {
  text-align: center;
  padding: 60px 100px;
}
@media (max-width: 1380px) {
  .son-fashion__section--text {
    padding: 40px 50px;
  }
}
@media (max-width: 1024px) {
  .son-fashion__section--text {
    padding: 40px 20px;
  }
}
.son-fashion__section--text h2,
.son-fashion__section--text .h2 {
  font-family: "Georgia";
  font-weight: bold;
  font-size: 50px;
  line-height: 56px;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px #000 solid;
}
@media (max-width: 1024px) {
  .son-fashion__section--text h2,
  .son-fashion__section--text .h2 {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.son-fashion__section--text p {
  margin-bottom: 30px !important;
}
@media (max-width: 1024px) {
  .son-fashion__section--text p:last-of-type {
    margin-bottom: 0 !important;
  }
}
.son-fashion__section--text p a {
  font-weight: bold;
  text-decoration: underline;
}
.son-fashion__section--text p a:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media (min-width: 1023px) {
  .son-fashion__section--text p {
    font-size: 22px;
    line-height: 37px;
  }
}
.son-fashion__section--text ul,
.son-fashion__section--text ol {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0;
}
@media (min-width: 1023px) {
  .son-fashion__section--text ul,
  .son-fashion__section--text ol {
    font-size: 22px;
    line-height: 37px;
  }
}
.son-fashion__section--text ul li {
  list-style: disc !important;
}
.son-fashion__section--text ol li {
  list-style: decimal !important;
}
.son-fashion__section--img-text-box {
  padding: 0 100px;
}
@media (min-width: 769px) {
  .son-fashion__section--img-text-box {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    column-gap: 20px;
  }
}
@media (max-width: 1380px) {
  .son-fashion__section--img-text-box {
    padding: 40px 50px;
  }
}
@media (max-width: 1024px) {
  .son-fashion__section--img-text-box {
    padding: 30px 20px;
  }
}
.son-fashion__section--img-text-box article {
  margin: 0 0 10px;
  display: grid;
  grid-template-rows: 1fr auto;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
.son-fashion__section--img-text-box article img {
  width: 100%;
}
.son-fashion__section--img-text-box article .son-img {
  position: relative;
  margin-bottom: 20px;
}
.son-fashion__section--img-text-box article .son-img span {
  position: absolute;
  left: 20px;
  bottom: 15px;
  padding: 5px;
  background: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
.son-fashion__section--img-text-box article p {
  font-size: 14px;
  line-height: 26px;
}
.son-fashion__ecard {
  padding: 100px;
  background: rgba(116, 26, 116, 0.12);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1380px) {
  .son-fashion__ecard {
    padding: 50px;
  }
}
@media (max-width: 1024px) {
  .son-fashion__ecard {
    padding: 50px 15px;
  }
}
.son-fashion__ecard h2,
.son-fashion__ecard .h2 {
  font-family: "Georgia";
  font-weight: bold;
  font-size: 50px;
  line-height: 56px;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px #000 solid;
}
@media (max-width: 1024px) {
  .son-fashion__ecard h2,
  .son-fashion__ecard .h2 {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.son-fashion__ecard p {
  font-size: 22px;
  line-height: 42px;
  margin-bottom: 0;
}
@media (max-width: 1680px) {
  .son-fashion__ecard p {
    font-size: 20px;
    line-height: 40px;
  }
}
@media (max-width: 1480px) {
  .son-fashion__ecard p {
    font-size: 18px;
    line-height: 38px;
  }
}
@media (max-width: 1024px) {
  .son-fashion__ecard p {
    font-size: 14px;
    line-height: 28px;
  }
}
.son-fashion__ecard a {
  text-decoration: underline !important;
}
.son-fashion__ecard a:hover {
  text-decoration: none !important;
  opacity: 0.8;
}
.son-fashion__ecard ul,
.son-fashion__ecard ol {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0;
}
@media (min-width: 1023px) {
  .son-fashion__ecard ul,
  .son-fashion__ecard ol {
    font-size: 18px;
    line-height: 38px;
  }
}
.son-fashion__ecard ul li {
  list-style: disc !important;
}
.son-fashion__ecard ol li {
  list-style: decimal !important;
}

.interactive-width .container {
  position: absolute;
  z-index: 2;
}

.son-keyvisual .container {
  max-width: 100%;
  z-index: 3;
  top:0;
  bottom:0;
}


.son-keyvisual .col {
  width: 100%;
  flex-basis: 100%;
  position: relative;
}

.son-keyvisual #mainShader {
  background:#000;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  z-index:2;
}

.shader{
  background:#000;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  z-index:1;
}

.addedImgCont {
    display: block;
    margin: 0 auto;
}

.element-hidden-g{
  display:none;
}

.solo-txt-container{
  position:relative;
  padding: 2em;
  display: flex;

}

@media only screen and (min-width: 1024px){
  .solo-txt-container{
    padding: 3em;
  }
}

.grid__column{
  width: 100vw;
  height:auto;
}

.slider-interactive .slick-list {
  height:600px;  
}

.slider-interactive{
  height: 600px;
}

    .font-small {
      font-size: 18px;
  }
  .font-medium {
      font-size: 23px;
  }
  .font-large {
      font-size: 28px;
  }

  .container-fluid {
      padding: 0;
  }



@media only screen and (max-width: 768px){

  .son-keyvisual.reduxH {
    height:100vw;
    margin-bottom:0;
  }
  .son-keyvisual__text.keyvisual-under{
    margin-top:-2em;
    margin-bottom:5em;
  }
}










@media only screen and (max-width: 1023px){

    video.video3 {
      height: 100%;
      position: absolute;
      width: 100%;
      object-fit: cover;
      object-position: top;
    }

  .empty-mobile{
    display:none;
  }
  .slick-slide.empty-mobile{
    display:none;
  }

  .element-hidden{
    display:none;
  }
  .element-visible{
    display:block;
  }



  .son-keyvisual.incH {
    height:160vw;
  }

  .son-keyvisual.incH .row{
    height:160vw;
  }

    .son-keyvisual__text {
      top: 50px;
  }

  .keyvisual-under {
    margin: 0 2em;
  }

  .keyvisual-under #addedImgCont {
      height: 100px;
      margin-bottom: 2em;
  }

  .col-media.element-visible {
    position: absolute;
        top: 0;
        bottom: 0;
    }

    .col-txt.index4{
      position: absolute;
      z-index:3;
    }

    .col-media.index4{
      position: absolute;
      z-index:1;
    }

    #mainShader.index4 {
      display:none;
    }
    #secondShader{
      display: none;
    }
    #secondShader.index4 {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      top: 0;
      display: block;
      background: #000;
      z-index:2;
    }
}

@media only screen and (min-width: 1024px){

  .row-interactive-2 .grid__column {
      height: 800px;
  }

  .row-interactive-2 .grid__column--5\@md {
    flex: 0 0 50%;
    max-width: 50%;
}

  .son-bg-3 {
      max-height: 700px;
  }

  .son-bg-3 .grid__column{
  height:500px;
  margin-top: 300px;
  overflow: hidden;
}

  .son-bg-3{
    height:1000px;
  }

    .font-small {
      font-size: 18px;
  }
  .font-medium {
      font-size: 28px;
  }
  .font-large {
      font-size: 40px;
  }

  .element-text{
    position:relative;
    top:10%;
  }

  .p-second .element-text{
    text-align: center;
  }

  .p-third .element-text{
    text-align: right;
  }

  .text-centered {
    padding: 0 2em;
  }

  .solo-txt {
    width:75%;


  }

  .solo-txt-container{
    position: relative;
    display: flex;
    width: 100vw
    margin: 0 auto;

  }

  .solo-txt-container.solo-center {
    justify-content: center;
  }

  .solo-txt-container.solo-right {
    justify-content: right;
  }

  .solo-center .solo-txt{
    text-align:center;

  }

  .solo-right .solo-txt{
    text-align:right;

  }



  #secondShader{
    display:none;
  }
  .keyvisual-under{
    display: none;
  }

  .son-keyvisual .container {
    height: 100%;
  }
  .son-keyvisual .row {
    height:100%;
  }
  .son-keyvisual .col {
    width: 50%;
    flex-basis: 50%;
  }

  .son-keyvisual .col-visible {
    width: 100%;
    flex-basis:100%;
  }

  .son-keyvisual .col-hidden {
    display: none;
  }

  .son-keyvisual #halfVideo{
    max-width: 100%;
  }

  .son-keyvisual__text {
      position: absolute;
      bottom: 0;
      top: 75px;
  }
  .col-visible .son-keyvisual__text {
      max-width: 100%;
      margin: 0 15%;
      position: absolute;
      bottom: 1em;
  }

  .son-kv-left .son-keyvisual__text,  .son-kv-right .son-keyvisual__text{
    margin: 0 2em;
  }

  .addedImgCont {
      margin: 2em auto;
  }

  .titleSmall h1 {
    font-size:45px;
  }

  .titleMedium h1 {
    font-size:65px;
  }

  video.video3 {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      width: 100vw;
      height:100%;
      object-fit: cover;
      object-position: top;
  }





}

@media only screen and (min-width: 1314px) {
  .son-bg-3.son-grid-1 {
      max-height: 800px;
  }
  .font-small {
      font-size: 18px;
  }
  .font-medium {
      font-size: 28px;
  }
  .font-large {
      font-size: 40px;
  }
}


.son-kv-left .son-keyvisual__text{
  text-align:left;
}

.son-kv-right .son-keyvisual__text{
  text-align:right;
}

.son-kv-center .son-keyvisual__text{
  text-align:center;
}

.son-bg-1{
  position: relative;

}

@media (max-width: 1023px) {
.son-bg-1{

  height:700px;
}
}

.son-bg-1.son-bg-double {
    height: 1300px;
    max-height: 1300px;
}

.son-bg-2{
  height:900px;
}

.son-bg-3{
  background-size:cover;
  /*background-position:top 0% right 50% !important;*/
  background-position: bottom !important;
}

.son-bg-4 {
  height:1000px;
}

.son-bg-4 .txt {
  color:#fff;
}

.son-bg-4 .txt-down{
  padding-bottom:.2em;
}

.txt-3-r {
    margin-left: 36%;
    margin-top: 2em;
    font-size: 25px;
    font-family: "Open Sans" !important;
}

.son-bg .container {
  max-width: 100vw;
}

.son-bg .row{
    margin: 0 auto;
    max-width: 1314px;
}

.son-bg-1 .grid__column{
  height:500px;
  margin-top: 100px;
  overflow: hidden;
  position: relative;
}

.son-bg-2 .grid__column{
  height:500px;
  margin-top: 100px;
  overflow: hidden;
}

.son-bg-3 .grid__column{
  overflow: hidden;
}

@media (max-width: 1023px) {
  .son-bg-3 .grid__column{
    height:500px;
    overflow: hidden;
  }

  .inter-el {
    background-size:cover !important;
  }
}

.son-bg .grid__column img {

    height: 100%;
    object-fit: cover;

}

.txt-down {
  max-width:1080px;
  padding:2em;
  margin: 2em auto;
}

.txt {
  font-family: "Source Serif Roman";
}


.mb-40 {
  margin-bottom: 40px;
}
.no-bot {
  margin-bottom: 0;
}

.son-keyvisual .style__fullscreen-scroll-meta {
  font-family:"Open Sans";
  text-transform: uppercase;
  font-weight:300;
}

.son-keyvisual .headline {
  color:#fff;
  margin-top:1em;
  margin-bottom:3em;
}


.style__fullscreen-scroll {
  font-family: "Playfair Display";
}
.style__fullscreen-scroll-meta {
  color: rgba(179, 179, 179, 0.9);
  margin-top: 30px;
  margin-bottom:15px;
}
.style__fullscreen-scroll-meta a.single__meta-author {
  font-weight: normal !important;
}
.style__fullscreen-scroll .sect-img {
  width: 100%;
  height: 120vh;
  background-size: cover !important;
  position: relative;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .style__fullscreen-scroll .sect-img {
    background-attachment: scroll !important;
    background-size: auto 100% !important;
  }
}
.style__fullscreen-scroll .sect-img #myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.style__fullscreen-scroll .sect-img-first {
  height: 100vh;
}
.style__fullscreen-scroll .sect-img-first .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
}
.style__fullscreen-scroll .sect-img small,
.style__fullscreen-scroll .sect-img .small {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.4);
  padding: 2px 10px;
}
.style__fullscreen-scroll .sect-img span {
  position: absolute;
  left: 50%;
  top: 80vh;
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  width: 100%;
  max-width: 640px;
  margin-left: -320px;
  font-size: 24px;
  line-height: 34px;
  z-index: 1;
}
@media (max-width: 768px) {
  .style__fullscreen-scroll .sect-img span {
    max-width: 90%;
    margin-left: 5%;
    left: 0;
    top: 50%;
    font-size: 18px;
    line-height: 28px;
    padding: 20px;
  }
}
.style__fullscreen-scroll-text {
  padding: 100px 0 70px;
  height: initial;
  position: relative;
  z-index: 10;
  background: #fff;
  margin: 0;
}
@media (max-width: 768px) {
  .style__fullscreen-scroll-text {
    padding: 50px 0;
    margin-top: 50px;
  }
  .style__fullscreen-scroll-text-first {
    margin-top: 0;
  }
}
.style__fullscreen-scroll-text a {
  font-weight: bold;
  text-decoration: underline !important;
}
.style__fullscreen-scroll-text a:hover {
  text-decoration: none !important;
  color: #8941d0 !important;
}
.style__fullscreen-scroll-text .col-md-6 {
  position: relative;
}
.style__fullscreen-scroll-text .col-md-6::after {
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: -50px;
  width: 100px;
  height: 3px;
  background-color: rgba(179, 179, 179, 0.7);
  content: "";
}
.style__fullscreen-scroll-text .text-center {
  text-align: center;
}
.style__fullscreen-scroll-text .text-center h1,
.style__fullscreen-scroll-text .text-center .h1 {
  font-size: 60px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}
@media (max-width: 768px) {
  .style__fullscreen-scroll-text .text-center h1,
  .style__fullscreen-scroll-text .text-center .h1 {
    font-size: 37px;
    line-height: 54px;
  }
}
.style__fullscreen-scroll-text .text-center h1::after,
.style__fullscreen-scroll-text .text-center .h1::after {
  position: absolute;
  left: 50%;
  margin-left: -50px;
  bottom: 0;
  width: 100px;
  height: 3px;
  background-color: rgba(179, 179, 179, 0.7);
  content: "";
}
.style__fullscreen-scroll-text h2,
.style__fullscreen-scroll-text .h2 {
  font-size: 40px;
  margin-bottom: 30px;
}
.style__fullscreen-scroll-text h3,
.style__fullscreen-scroll-text .h3 {
  font-size: 30px;
  margin-bottom: 30px;
}
.style__fullscreen-scroll-text h4,
.style__fullscreen-scroll-text .h4,
.style__fullscreen-scroll-text h5,
.style__fullscreen-scroll-text .h5,
.style__fullscreen-scroll-text h6,
.style__fullscreen-scroll-text .h6 {
  margin-bottom: 30px;
}
.style__fullscreen-scroll-text img {
  margin: 0 -20% 40px -20%;
  max-width: 140%;
}
@media (max-width: 768px) {
  .style__fullscreen-scroll-text img {
    max-width: 100%;
    margin: 0 0 40px;
  }
}
.style__fullscreen-scroll-text div.block,
.style__fullscreen-scroll-text p.block {
  background: #e5e8ea;
  padding: 20px;
  font-size: 20px;
  line-height: 32px;
}
.style__fullscreen-scroll-text p {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .style__fullscreen-scroll-text p {
    font-size: 18px;
    line-height: 30px;
  }
}
.style__fullscreen-scroll-text p:first-child::first-letter {
  margin-top: 15px;
  float: left;
  font-size: 250%;
  font-weight: bold;
  initial-letter: 3;
  padding: 0 10px 5px 0;
}
.style__fullscreen-scroll-text p a {
  font-weight: bold;
  text-decoration: underline;
}
.style__fullscreen-scroll-text p a:hover {
  text-decoration: none;
}
.style__fullscreen-scroll-text video {
  margin: 30px 0;
  width: 100%;
  height: 56%;
}
.style__fullscreen-scroll-text iframe {
  margin: 30px 0;
  width: 100%;
}
.style__fullscreen-scroll-text blockquote {
  position: relative;
  font-size: 30px;
  padding: 30px 52px;
  text-align: left;
  margin: 30px 15px;
}
@media (max-width: 1024px) {
  .style__fullscreen-scroll-text blockquote {
    padding: 20px 25px;
    margin: 0;
  }
}
.style__fullscreen-scroll-text blockquote p {
  font-size: 30px;
  line-height: 42px;
}
@media (max-width: 768px) {
  .style__fullscreen-scroll-text blockquote p {
    font-size: 24px;
    line-height: 36px;
  }
}
.style__fullscreen-scroll-text blockquote p:first-child::first-letter {
  margin: 0;
  float: none;
  font-size: initial;
  font-weight: normal;
  initial-letter: 0;
  padding: 0;
  font-size: 30px;
  line-height: 42px;
}
@media (max-width: 768px) {
  .style__fullscreen-scroll-text blockquote p:first-child::first-letter {
    font-size: 24px;
    line-height: 36px;
  }
}
.style__fullscreen-scroll-text blockquote::after {
  position: absolute;
  content: "“";
  left: 24px;
  top: 19px;
  font-size: 54px;
  font-size: 60px;
}
@media (max-width: 768px) {
  .style__fullscreen-scroll-text blockquote::after {
    left: 3px;
    top: 0;
  }
}
.style__fullscreen-scroll-text ul {
  padding: 0;
  margin: 0 0 30px;
}
.style__fullscreen-scroll-text ul li {
  margin-left: 20px;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .style__fullscreen-scroll-text ul li {
    font-size: 18px;
    line-height: 30px;
  }
}
.sect__img-block {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}
.style__video-block {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}
@media (max-width: 768px) {
  .style__video-block {
    display: none !important;
  }
}
.vertical-header {
  display: -ms-flexbox;
  display: flex;
  height: clamp(1000px, 70vw, 1200px);
  position: relative;
}
@media (max-width: 768px) {
  .vertical-header {
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    margin-bottom: 30px;
  }
}
.vertical-header .vertical-text {
  width: 60%;
  padding: 3%;
}
@media (max-width: 768px) {
  .vertical-header .vertical-text {
    width: 100%;
  }
}
.vertical-header .vertical-text h2,
.vertical-header .vertical-text .h2 {
  padding: 0 100px;
}
@media (max-width: 1300px) {
  .vertical-header .vertical-text h2,
  .vertical-header .vertical-text .h2 {
    padding: 0 50px;
  }
}
.vertical-header .vertical-text h1,
.vertical-header .vertical-text .h1 {
  font-size: clamp(40px, 15vw, 110px);
  line-height: 1;
  margin-bottom: clamp(20px, 4vw, 40px);
}
.vertical-header .vertical-text p {
  padding: 0 100px;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.8;
  margin-bottom: 30px !important;
}
@media (max-width: 1300px) {
  .vertical-header .vertical-text p {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .vertical-header .vertical-text p {
    font-size: clamp(18px, 3vw, 23px);
  }
}
.vertical-header .vertical-gif {
  width: 40%;
  height: 100%;
  background-size: cover !important;
}
.vertical-header .vertical-gif img {
  display: none;
}
@media (max-width: 768px) {
  .vertical-header .vertical-gif {
    width: 100%;
    height: auto;
    background: none;
  }
  .vertical-header .vertical-gif img {
    display: block;
  }
}
.vertical__video-block {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .vertical__video-block video {
    width: 100%;
  }
}
.vertical-four-photos-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 3% 0;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .vertical-four-photos-box {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.vertical-four-photos-box-item {
  padding: 0 10px;
  width: 25%;
}
@media (max-width: 768px) {
  .vertical-four-photos-box-item {
    padding: 0;
    width: 48%;
    margin-bottom: 20px;
  }
  .vertical-four-photos-box-item .v-img {
    margin-bottom: 0;
  }
}
.vertical-four-photos-box-item:first-child {
  margin-left: -10px;
}
@media (max-width: 768px) {
  .vertical-four-photos-box-item:first-child {
    margin-left: 0;
  }
}
.vertical-four-photos-box-item:last-child {
  margin-right: -10px;
}
@media (max-width: 768px) {
  .vertical-four-photos-box-item:last-child {
    margin-right: 0;
  }
}
.vertical-three-photos-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 3% 0;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .vertical-three-photos-box {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.vertical-three-photos-box-item {
  width: 33.33333333%;
}
@media (max-width: 768px) {
  .vertical-three-photos-box-item {
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.vertical-bigg-image {
  padding: 3%;
}
@media (max-width: 768px) {
  .vertical-bigg-image {
    margin-bottom: 30px;
  }
}
.vertical-bigg-image img {
  width: 100%;
  margin-bottom: 10px;
}
.vertical-bigg-image p {
  text-align: center;
}
.vertical__video-full-block {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 30px;
}
.vertical__video-full-block video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.v-img {
  position: relative;
  margin-bottom: 30px;
}
.v-img img {
  margin-bottom: 0;
}
.v-img-inline {
  position: relative;
}
.v-img-box {
  position: absolute;
  left: 10px;
  bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.v-img-box > div {
  -ms-flex-order: 2;
  order: 2;
}
.v-img-alt {
  padding: 3px 10px;
  background: rgba(255, 255, 255, 0.6);
}
@media (max-width: 768px) {
  .v-img-alt {
    font-size: 10px;
    padding: 3px 5px;
  }
}
.v-img-alt-long {
  -ms-flex-order: 1;
  order: 1;
  font-size: 24px;
  color: #fff;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .v-img-alt-long {
    font-size: 12px;
  }
}
.vertical-two-bigg-images {
  display: -ms-flexbox;
  display: flex;
  padding: 3%;
}
@media (max-width: 768px) {
  .vertical-two-bigg-images {
    margin-bottom: 30px;
  }
}
.vertical-two-bigg-images > div {
  width: 50%;
}
@media (max-width: 768px) {
  .vertical-two-bigg-images .v-left {
    top: -20px;
    left: 20px;
    z-index: 1;
  }
  .vertical-two-bigg-images .v-right {
    top: 20px;
    right: 20px;
  }
}
.vertical-gallery {
  display: -ms-flexbox;
  display: flex;
  padding: 3%;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.vertical-gallery img {
  width: 100%;
}
.vertical-gallery-first {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  padding-right: 3%;
}
.vertical-gallery-center {
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
}
.vertical-gallery-center p {
  text-align: center;
}
.vertical-gallery-last {
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  padding-left: 3%;
}
.vertical-two-box-left,
.vertical-two-box-right {
  display: -ms-flexbox;
  display: flex;
  padding: 3%;
}
@media (max-width: 768px) {
  .vertical-two-box-left,
  .vertical-two-box-right {
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.vertical-two-box-left .vertical-two-box-text,
.vertical-two-box-right .vertical-two-box-text {
  width: 50%;
  padding: 3%;
}
@media (max-width: 768px) {
  .vertical-two-box-left .vertical-two-box-text,
  .vertical-two-box-right .vertical-two-box-text {
    width: 100%;
  }
}
.vertical-two-box-left .vertical-two-box-text h3,
.vertical-two-box-left .vertical-two-box-text .h3,
.vertical-two-box-right .vertical-two-box-text h3,
.vertical-two-box-right .vertical-two-box-text .h3 {
  font-size: clamp(30px, 6vw, 40px);
  margin-bottom: 30px;
}
.vertical-two-box-left .vertical-two-box-text h4,
.vertical-two-box-left .vertical-two-box-text .h4,
.vertical-two-box-right .vertical-two-box-text h4,
.vertical-two-box-right .vertical-two-box-text .h4 {
  margin-top: 80px;
  font-size: clamp(24px, 6vw, 30px);
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .vertical-two-box-left .vertical-two-box-text h4,
  .vertical-two-box-left .vertical-two-box-text .h4,
  .vertical-two-box-right .vertical-two-box-text h4,
  .vertical-two-box-right .vertical-two-box-text .h4 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.vertical-two-box-left .vertical-two-box-text ul,
.vertical-two-box-right .vertical-two-box-text ul {
  padding-left: 20px;
}
.vertical-two-box-left .vertical-two-box-text ul li,
.vertical-two-box-right .vertical-two-box-text ul li {
  line-height: 1.8;
  font-size: clamp(18px, 5vw, 20px);
  margin-bottom: 5px;
  list-style: disc !important;
}
.vertical-two-box-left .vertical-two-box-text ol,
.vertical-two-box-right .vertical-two-box-text ol {
  padding-left: 20px;
}
.vertical-two-box-left .vertical-two-box-text ol li,
.vertical-two-box-right .vertical-two-box-text ol li {
  line-height: 1.8;
  font-size: clamp(18px, 5vw, 20px);
  margin-bottom: 5px;
  list-style: auto !important;
}
.vertical-two-box-left .vertical-two-box-text p,
.vertical-two-box-right .vertical-two-box-text p {
  line-height: 1.8;
  font-size: clamp(18px, 5vw, 20px);
  margin-bottom: 30px !important;
}
@media (max-width: 1024px) {
  .vertical-two-box-left .vertical-two-box-text p,
  .vertical-two-box-right .vertical-two-box-text p {
    font-size: 16px;
    padding-left: 60px;
    padding-right: 70px;
  }
}
@media (max-width: 768px) {
  .vertical-two-box-left .vertical-two-box-text p,
  .vertical-two-box-right .vertical-two-box-text p {
    padding-left: 0;
    padding-right: 0;
  }
  .vertical-two-box-left .vertical-two-box-text p:last-of-type,
  .vertical-two-box-right .vertical-two-box-text p:last-of-type {
    margin-bottom: 0;
  }
}
.vertical-two-box-left .vertical-two-box-text p:nth-child(4),
.vertical-two-box-right .vertical-two-box-text p:nth-child(4) {
  padding: 0 100px 0 40px;
}
@media (max-width: 768px) {
  .vertical-two-box-left .vertical-two-box-text p:nth-child(4),
  .vertical-two-box-right .vertical-two-box-text p:nth-child(4) {
    padding-left: 0;
    padding-right: 0;
  }
}
.vertical-two-box-left .vertical-two-box-img,
.vertical-two-box-right .vertical-two-box-img {
  width: 50%;
  position: relative;
  background-size: cover !important;
}
.vertical-two-box-left .vertical-two-box-img img,
.vertical-two-box-right .vertical-two-box-img img {
  display: none;
}
@media (max-width: 768px) {
  .vertical-two-box-left .vertical-two-box-img,
  .vertical-two-box-right .vertical-two-box-img {
    width: 100%;
    background: none;
  }
  .vertical-two-box-left .vertical-two-box-img img,
  .vertical-two-box-right .vertical-two-box-img img {
    display: block;
  }
}
.style-over-net-fashion,
.style-over-net-vip {
  border-bottom: 1px solid rgba(95, 93, 126, 0.12);
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .style-over-net-fashion,
  .style-over-net-vip {
    padding-bottom: 30px;
  }
}
.style-over-net-vertical {
  border-bottom: 1px solid rgba(95, 93, 126, 0.12);
  padding-bottom: 50px;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .style-over-net-vertical {
    padding-bottom: 30px;
  }
}
.style-over-net-vertical a {
  text-decoration: underline !important;
}
.style-over-net-vertical a:hover {
  text-decoration: none !important;
}
.vertical-text {
  padding: 3% 6%;
}
.vertical-text h3,
.vertical-text .h3 {
  font-size: clamp(30px, 6vw, 40px);
  margin-bottom: 30px;
}
.vertical-text ul,
.vertical-text p {
  padding-left: 140px;
  line-height: 1.8;
  font-size: clamp(18px, 3vw, 20px);
  margin-bottom: 30px !important;
}
@media (max-width: 768px) {
  .vertical-text ul,
  .vertical-text p {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .vertical-text ul {
    margin-left: 20px;
  }
}
.vertical-text-center {
  padding: 3% 6%;
  text-align: center;
}
.vertical-text-center h3,
.vertical-text-center .h3 {
  font-size: clamp(30px, 6vw, 40px);
  margin-bottom: 30px;
}
.vertical-text-center ol,
.vertical-text-center ul,
.vertical-text-center p {
  line-height: 1.8;
  font-size: clamp(18px, 3vw, 23px);
  margin-bottom: 30px !important;
}
@media (max-width: 768px) {
  .vertical-text-center ol,
  .vertical-text-center ul,
  .vertical-text-center p {
    padding-left: 0;
  }
}
.vertical-text-center ol,
.vertical-text-center ul {
  display: inline-block;
  margin-left: 0;
}
@media (max-width: 768px) {
  .vertical-text-center ol,
  .vertical-text-center ul {
    margin-left: 20px;
  }
}
.vertical-text-two-box {
  padding: 3%;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .vertical-text-two-box {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.vertical-text-two-box .vertical-text-two-box-item {
  padding: 0 3%;
  width: 50%;
}
@media (max-width: 768px) {
  .vertical-text-two-box .vertical-text-two-box-item {
    width: 100%;
  }
}
.vertical-text-two-box .vertical-text-two-box-item h3,
.vertical-text-two-box .vertical-text-two-box-item .h3 {
  font-size: clamp(30px, 6vw, 40px);
  margin-bottom: 30px;
}
.vertical-text-two-box .vertical-text-two-box-item ul,
.vertical-text-two-box .vertical-text-two-box-item p {
  padding-left: 140px;
  line-height: 1.8;
  font-size: clamp(18px, 3vw, 20px);
  margin-bottom: 30px !important;
}
@media (max-width: 768px) {
  .vertical-text-two-box .vertical-text-two-box-item ul,
  .vertical-text-two-box .vertical-text-two-box-item p {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .vertical-text-two-box .vertical-text-two-box-item ul {
    margin-left: 20px;
  }
}
.center-author {
  text-align: center;
}
.center-author .single__widget {
  display: inline-block;
}
.emblem {
  position: absolute;
  right: 30px;
  bottom: -100px;
  margin: 0 auto;
  width: 50vh;
  height: 50vh;
  border-radius: 50%;
  font-weight: bold;
  color: #003a6f;
  -webkit-animation: spinZ 20s linear infinite;
  animation: spinZ 20s linear infinite;
  text-align: center;
  z-index: 100;
}
.emblem span {
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-transform: uppercase;
  font-size: 5vh;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1);
}
@-webkit-keyframes spinZ {
  0% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
  100% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}
@keyframes spinZ {
  0% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
  100% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}

.single__lead p {
  font-family: "Open Sans", sans-serif;
}

@media only screen and (max-width: 1024px){

    video.video4 {
      height: 100%;
      position: absolute;
      width: 100%;
      object-fit: cover;
      object-position: top;
    }

}

video.video4{
  width:100%;
}

.son-keyvisual{
  margin-bottom:0;
}

.low-row .grid__column {
    margin-top: 0px !important;
}

@media only screen and (max-width: 767px){
  .slick-initialized .slick-slide {
    padding: 0;
  }
    .element-title {
      font-size: 30px;
      margin-bottom: .3em;
  }
}


@media only screen and (max-width: 1023px){
  #main-content-interactive {
    text-align: center;
  }
    .element-title {
      font-size: 35px;
      margin-bottom: .3em;
  }
}



  .lead-small p {
      font-size: 18px;
  }
  .lead-medium p {
      font-size: 21px;
  }
  .lead-large p {
      font-size: 24px;
  }





@media only screen and (min-width: 1024px){
  .card-e__image .image{
    height: 20vw;
  }
.son-bg-1 {
    max-height: 700px;
    height: 700px;
}



  .row-interactive-2 {
    justify-content: center;
  }

  .row-interactive-2.just-l {
    justify-content: left;
  }

  .row-interactive-2.just-r {
    justify-content: right;
  }


  .son-grid-2 .grid__column.p-first {
      padding-left: 0;
  }

  .son-grid-2 .grid__column.p-third {
      padding-right: 0;
  }

  .son-bg .row.row-interactive-2{
    margin:0;
    max-width: 100vw;
  }

  .row-interactive-2 .grid__column {
      height: 700px;
  }

  .son-bg-1.son-grid-2{
    max-height:800px;
    height:800px;
  }

  .son-grid-2 .container {
    padding: 0;
  }

  .son-bg-3.son-grid-2{
    max-height:800px;
    height: 800px;
  }

  .son-bg-3 .row-interactive-2 .grid__column{
    margin-top:100px;
  }

  .row-interactive-2 .grid__column.grid__column--5\@sm.grid__column--5\@md.p-bot {
      max-width: 500px;
  }

    .row-interactive-2 .grid__column.grid__column--5\@sm.grid__column--5\@md.p-rec {
      max-width: 500px;
      padding-bottom:100px;
  }

    .row-interactive-2 .grid__column.grid__column--5\@sm.grid__column--5\@md.p-sq {
      max-width: 500px;

  }

      .row-interactive-2 .grid__column.grid__column--5\@sm.grid__column--5\@md.p-sq img {
      max-height: 400px;

  }

        .row-interactive-2 .grid__column.grid__column--5\@sm.grid__column--5\@md.p-sq img {
      max-width: 400px;
      margin-top:100px;

  }

  .lead-small p {
      font-size: 18px;
  }
  .lead-medium p {
      font-size: 23px;
  }
  .lead-large p {
      font-size: 28px;
  }

  .grid__column--3\@md {
      flex: 0 0 25%;
      max-width: 25%;
  }

  .son-grid-4 .container {
      padding: 0;
  }

  .son-grid-4 .row {
      max-width: calc(100vw - 18px);
      justify-content: space-between;
  }

  .son-grid-4 .row .p-first {
    padding-left:0;
  }

  .son-grid-4 .row .p-fourth {
    padding-right:0;
  }


  video.video4 {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
  }
  .element-title {
      font-size: 48px;
      margin-bottom: .3em;
  }

  .low-row .grid__column{
    padding-bottom: 0;
  }

  .son-bg-3.son-grid-2.son-bg-single-low {
      max-height: 600px;
  }



}

@media (max-width: 1023px) {

  .inter-el {
    background-size:cover !important;
  }
}

@media only screen and (min-width: 1023px) and (max-width: 1229px){
  video.video4{
    height:100%;
  }
  
}

@media only screen and (min-width: 1230px){
    video.video4 {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      padding-right: calc(var(--bs-gutter-x) * 0.5);
      padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}

@media only screen and (min-width: 1314px){

  


    .son-bg-1 {
    max-height: 700px;
    height:700px;
  }



  .row-interactive-2 .grid__column.grid__column--5\@sm.grid__column--5\@md.p-bot {
      max-width: 657px;
  }

    .row-interactive-2 .grid__column.grid__column--5\@sm.grid__column--5\@md.p-rec {
      max-width: 657px;
      padding-bottom:100px;
  }

    .row-interactive-2 .grid__column.grid__column--5\@sm.grid__column--5\@md.p-sq {
      max-width: 657px;

  }

      .row-interactive-2 .grid__column.grid__column--5\@sm.grid__column--5\@md.p-sq img {
      max-height: 500px;

  }

        .row-interactive-2 .grid__column.grid__column--5\@sm.grid__column--5\@md.p-sq img {
      max-width: 500px;
      margin-top:100px;

  }


  .row-interactive-2 .grid__column {
      height: 800px;
  }

  .son-bg-1.son-grid-2{
    max-height:900px;
  }

    .son-bg-1.son-grid-2.son-bg-double {
      max-height: 1800px;
      height:1800px;
  }

  .son-bg-3.son-grid-2{
    max-height:900px;
    height:900px;
  }

  .lead-small p {
      font-size: 18px;
  }
  .lead-medium p {
      font-size: 23px;
  }
  .lead-large p {
      font-size: 28px;
  }

  .son-bg-3.son-grid-2.son-bg-single-low {
      max-height: 600px;
  }

    .low-row .grid__column {
    height: 600px;
    padding-bottom: 0 !important;
  }


}

@media only screen and (min-width: 768px) and (max-width: 1023px){
  .son-bg .grid__column {
      height: 900px;
  }

  .slider-interactive {
      height: 900px;
  }

  .slider-interactive .slick-list {
      height: 900px;
  }
}



[id^=interactive-el-] {
    background-size: cover;
    background-position: center;
}



.text-centered {
    padding: 0 2em;
}



.v-g-d{
  display:none;
}

.v-g-m{
  display: flex;
}

@media only screen and (max-width: 767px) {
  .v-g-m{
      width: calc(100vw - 40px);
      height: fit-content;
      margin: 10px auto;
      flex-direction: column;
  }
  
  .interactive-pasica-cont {
    max-width: 100vw;
    overflow: hidden;
}

  .interactive-pasica{
    width:200vw;
  }

  .text-centered {
      margin-top: 1em;
  }

  .grid__column{
    margin-top:0;
  }


}

@media only screen and (min-width: 768px) {

  .v-g-d{
    display:flex;
  }

  .v-g-m{
    display: none;
  } 

  .interactive-pasica{
    width:100vw;
  }



}

@media only screen and (max-width: 1023px) {

  .text-centered {
      margin-top: 1em;
  }


  .inter-el .grid__column{
    margin-top:50px !important; 
  }

}




















