/*!
Theme Name: SmartCuts
Author: SmartCuts
Requires at least: WordPress 4.9.6
Version: 1.1
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
hr {
  line-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  font-stretch: normal; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

html {
  font-size: 62.5%; }

body {
  line-height: 1.4;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: none;
  background-color: black;
  color: white;
  opacity: 0; }
  body._loaded {
    opacity: 1; }
  body._transition {
    transition: opacity .3s linear; }

body {
  max-width: 100%;
  overflow-x: hidden; }

span {
  line-height: normal; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

textarea {
  resize: vertical; }

img {
  pointer-events: none;
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  text-decoration: none; }

* {
  font-family: 'DM Sans', sans-serif; }
  *, *:before, *:after {
    box-sizing: border-box !important;
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    padding: 0; }

.sc_mlp span:first-child:after {
  content: "@"; }

.sc_mlp span:last-child:after {
  content: "."; }

#cookie-law-info-bar {
  z-index: 9999;
  box-shadow: none; }
  #cookie-law-info-bar .cli-bar-message {
    font-size: 1.3rem;
    line-height: 1.2; }

.cli-tab-section .cookielawinfo-row-cat-table td, .cli-tab-section .cookielawinfo-row-cat-table th {
  line-height: 1.2; }

a {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: #009fe3; }
  a:active {
    opacity: 0.5; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  line-height: 1.2; }

.sc_text {
  user-select: none;
  font-style: normal; }
  .sc_text strong {
    line-height: inherit; }
  .sc_text abbr {
    font-weight: 600;
    border: none;
    text-decoration: none; }
  .sc_text._c1 {
    color: white; }
  .sc_text._c2 {
    color: #0059a3; }
  .sc_text._c3 {
    color: #8a8b8a; }
  .sc_text._c4 {
    color: #009fe3; }
  .sc_text._center {
    text-align: center; }
  .sc_text._right {
    text-align: right; }
  .sc_text._upp {
    text-transform: uppercase; }
  .sc_text._ellipsis {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .sc_text._under {
    text-decoration: underline;
    text-decoration-line: underline;
    text-decoration-thickness: 0.1rem;
    text-underline-offset: 0.3rem;
    text-decoration-color: rgba(255, 255, 255, 0.3); }
    .sc_text._under:hover {
      color: white;
      text-decoration-color: white; }
  .sc_text._anim._letters {
    overflow: hidden; }
    .sc_text._anim._letters._set .sc_letter {
      opacity: 0;
      transform: translate3d(0, 100%, 0);
      will-change: transform;
      transition: transform 1.2s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.4s linear; }
    .sc_text._anim._letters._done .sc_letter {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      transition: transform 0.7s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.7s linear;
      transition-delay: 0ms !important; }
    .sc_text._anim._letters._in .sc_letter {
      transform: translate3d(0, 0, 0);
      opacity: 1; }
    .sc_text._anim._letters._out .sc_letter {
      transform: translate3d(0, 100%, 0);
      opacity: 0; }
    .sc_text._anim._letters .sc_line {
      display: block;
      overflow: hidden;
      line-height: inherit; }
    .sc_text._anim._letters .sc_letter {
      display: inline-block;
      line-height: inherit; }
  .sc_text._anim._showup .sc_line {
    display: block;
    overflow: hidden; }
    .sc_text._anim._showup .sc_line span {
      display: inline-block; }
  .sc_text._anim._showup._set .sc_line span {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    will-change: transform;
    transition: transform 1.2s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.4s linear; }
  .sc_text._anim._showup._done .sc_line span {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: transform 0.7s cubic-bezier(0.075, 0.82, 0.165, 1), opacity 0.7s linear; }
  .sc_text._anim._showup._in .sc_line span {
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .sc_text._anim._showup._out .sc_line span {
    transform: translate3d(0, 100%, 0);
    opacity: 0; }
  .sc_text._hh1 {
    font-weight: 600;
    font-size: 2.8rem;
    line-height: .93;
    letter-spacing: -0.01em; }
  .sc_text._hh2 {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.01em; }
    @media screen and (max-width: 959px) {
      .sc_text._hh2 {
        font-weight: normal;
        font-size: 1.6rem;
        line-height: 1.25;
        letter-spacing: 0.1em;
        max-width: 28rem; } }
  .sc_text._home__tt1 {
    font-weight: 600;
    font-size: 5.2rem;
    line-height: 1.3;
    letter-spacing: 0.03em; }
    .sc_text._home__tt1._done {
      transition: text-shadow 1s linear;
      text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4); }
      .sc_text._home__tt1._done,
      .sc_text._home__tt1._done .sc_line {
        overflow: visible; }
    @media screen and (min-width: 1460px) {
      .sc_text._home__tt1 {
        font-size: 5.72rem; } }
    @media screen and (min-width: 1600px) {
      .sc_text._home__tt1 {
        font-size: 6.24rem; } }
    @media screen and (min-width: 1950px) {
      .sc_text._home__tt1 {
        font-size: 6.76rem; } }
    @media screen and (max-width: 959px) {
      .sc_text._home__tt1 {
        font-size: 8.8vw;
        line-height: 1.2; } }
  .sc_text._home__p1 {
    font-weight: 500;
    font-size: 2.1rem;
    line-height: 1.04;
    letter-spacing: 0.03em; }
    .sc_text._home__p1._done {
      transition: text-shadow 1s linear;
      text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4); }
      .sc_text._home__p1._done,
      .sc_text._home__p1._done .sc_line {
        overflow: visible; }
    @media screen and (min-width: 1460px) {
      .sc_text._home__p1 {
        font-size: 2.31rem; } }
    @media screen and (min-width: 1600px) {
      .sc_text._home__p1 {
        font-size: 2.52rem; } }
    @media screen and (min-width: 1950px) {
      .sc_text._home__p1 {
        font-size: 2.73rem; } }
    @media screen and (max-width: 959px) {
      .sc_text._home__p1 {
        font-size: 4.2vw;
        line-height: 1.3; } }
  .sc_text._home__tt2 {
    font-weight: 600;
    font-size: 4.4rem;
    line-height: 1.25;
    letter-spacing: 0.04em; }
    .sc_text._home__tt2._done {
      transition: text-shadow 1s linear;
      text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4); }
      .sc_text._home__tt2._done,
      .sc_text._home__tt2._done .sc_line {
        overflow: visible; }
    @media screen and (min-width: 1460px) {
      .sc_text._home__tt2 {
        font-size: 4.84rem; } }
    @media screen and (min-width: 1600px) {
      .sc_text._home__tt2 {
        font-size: 5.28rem; } }
    @media screen and (min-width: 1950px) {
      .sc_text._home__tt2 {
        font-size: 5.72rem; } }
    @media screen and (max-width: 959px) {
      .sc_text._home__tt2 {
        font-size: 6.8vw;
        line-height: 1.3;
        margin-top: 3.2rem;
        margin-bottom: 0.8rem; } }
  .sc_text._home__p2 {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.375;
    letter-spacing: 0.03em; }
    .sc_text._home__p2._done {
      transition: text-shadow 1s linear;
      text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4); }
      .sc_text._home__p2._done,
      .sc_text._home__p2._done .sc_line {
        overflow: visible; }
    @media screen and (min-width: 1460px) {
      .sc_text._home__p2 {
        font-size: 1.76rem; } }
    @media screen and (min-width: 1600px) {
      .sc_text._home__p2 {
        font-size: 1.92rem; } }
    @media screen and (min-width: 1950px) {
      .sc_text._home__p2 {
        font-size: 2.08rem; } }
    @media screen and (max-width: 959px) {
      .sc_text._home__p2 {
        font-size: 4.3vw;
        line-height: 1.3; } }
  .sc_text._ttl1,
  .sc_text._ttl1 li {
    font-weight: 600;
    font-size: 6.4rem;
    line-height: 1.0625; }
    @media screen and (min-width: 1460px) {
      .sc_text._ttl1,
      .sc_text._ttl1 li {
        font-size: 7.04rem; } }
    @media screen and (min-width: 1600px) {
      .sc_text._ttl1,
      .sc_text._ttl1 li {
        font-size: 7.68rem; } }
    @media screen and (min-width: 1950px) {
      .sc_text._ttl1,
      .sc_text._ttl1 li {
        font-size: 8.32rem; } }
    @media screen and (max-width: 959px) {
      .sc_text._ttl1,
      .sc_text._ttl1 li {
        font-size: 3.2rem;
        line-height: 1.25; } }
  .sc_text._ttl2,
  .sc_text._ttl2 li {
    font-weight: 600;
    font-size: 5rem;
    line-height: 1.12; }
    @media screen and (min-width: 1460px) {
      .sc_text._ttl2,
      .sc_text._ttl2 li {
        font-size: 5.5rem; } }
    @media screen and (min-width: 1600px) {
      .sc_text._ttl2,
      .sc_text._ttl2 li {
        font-size: 6rem; } }
    @media screen and (min-width: 1950px) {
      .sc_text._ttl2,
      .sc_text._ttl2 li {
        font-size: 6.5rem; } }
    @media screen and (max-width: 959px) {
      .sc_text._ttl2,
      .sc_text._ttl2 li {
        font-size: 3.4rem;
        line-height: 1.176; } }
  .sc_text._ttl3,
  .sc_text._ttl3 li {
    font-weight: 600;
    font-size: 4.2rem;
    line-height: 1; }
    @media screen and (min-width: 1460px) {
      .sc_text._ttl3,
      .sc_text._ttl3 li {
        font-size: 5.28rem; } }
    @media screen and (min-width: 1600px) {
      .sc_text._ttl3,
      .sc_text._ttl3 li {
        font-size: 5.76rem; } }
    @media screen and (min-width: 1950px) {
      .sc_text._ttl3,
      .sc_text._ttl3 li {
        font-size: 6.24rem; } }
    @media screen and (max-width: 959px) {
      .sc_text._ttl3,
      .sc_text._ttl3 li {
        font-size: 4rem;
        line-height: 1.3;
        letter-spacing: normal; } }
  .sc_text._ttl4,
  .sc_text._ttl4 li {
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 1.125; }
    @media screen and (min-width: 1460px) {
      .sc_text._ttl4,
      .sc_text._ttl4 li {
        font-size: 3.52rem; } }
    @media screen and (min-width: 1600px) {
      .sc_text._ttl4,
      .sc_text._ttl4 li {
        font-size: 3.84rem; } }
    @media screen and (min-width: 1950px) {
      .sc_text._ttl4,
      .sc_text._ttl4 li {
        font-size: 4.16rem; } }
    @media screen and (max-width: 959px) {
      .sc_text._ttl4,
      .sc_text._ttl4 li {
        font-size: 2.8rem;
        line-height: 1.142; } }
  .sc_text._ttl5,
  .sc_text._ttl5 li {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.25;
    letter-spacing: -0.02em; }
    @media screen and (min-width: 1460px) {
      .sc_text._ttl5,
      .sc_text._ttl5 li {
        font-size: 1.98rem; } }
    @media screen and (min-width: 1600px) {
      .sc_text._ttl5,
      .sc_text._ttl5 li {
        font-size: 2.16rem; } }
    @media screen and (min-width: 1950px) {
      .sc_text._ttl5,
      .sc_text._ttl5 li {
        font-size: 2.34rem; } }
  .sc_text._p1,
  .sc_text._p1 li {
    font-weight: 500;
    font-size: 4rem;
    line-height: 1.1; }
    @media screen and (min-width: 1460px) {
      .sc_text._p1,
      .sc_text._p1 li {
        font-size: 4.4rem; } }
    @media screen and (min-width: 1600px) {
      .sc_text._p1,
      .sc_text._p1 li {
        font-size: 4.8rem; } }
    @media screen and (min-width: 1950px) {
      .sc_text._p1,
      .sc_text._p1 li {
        font-size: 5.2rem; } }
    @media screen and (max-width: 959px) {
      .sc_text._p1,
      .sc_text._p1 li {
        font-size: 3rem;
        line-height: 1.3; } }
  .sc_text._p2,
  .sc_text._p2 li {
    font-weight: 500;
    font-size: 2.1rem;
    line-height: 1.238; }
    @media screen and (min-width: 1460px) {
      .sc_text._p2,
      .sc_text._p2 li {
        font-size: 2.53rem; } }
    @media screen and (min-width: 1600px) {
      .sc_text._p2,
      .sc_text._p2 li {
        font-size: 2.76rem; } }
    @media screen and (min-width: 1950px) {
      .sc_text._p2,
      .sc_text._p2 li {
        font-size: 2.99rem; } }
  .sc_text._p3,
  .sc_text._p3 li {
    font-weight: normal;
    font-size: 1.3rem;
    line-height: 1.4; }
    @media screen and (min-width: 1460px) {
      .sc_text._p3,
      .sc_text._p3 li {
        font-size: 1.87rem; } }
    @media screen and (min-width: 1600px) {
      .sc_text._p3,
      .sc_text._p3 li {
        font-size: 2.04rem; } }
    @media screen and (min-width: 1950px) {
      .sc_text._p3,
      .sc_text._p3 li {
        font-size: 2.21rem; } }
  .sc_text._p4,
  .sc_text._p4 li {
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.4; }
    @media screen and (min-width: 1460px) {
      .sc_text._p4,
      .sc_text._p4 li {
        font-size: 1.54rem; } }
    @media screen and (min-width: 1600px) {
      .sc_text._p4,
      .sc_text._p4 li {
        font-size: 1.68rem; } }
    @media screen and (min-width: 1950px) {
      .sc_text._p4,
      .sc_text._p4 li {
        font-size: 1.82rem; } }
  .sc_text._p5,
  .sc_text._p5 li {
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.2; }
    @media screen and (min-width: 1460px) {
      .sc_text._p5,
      .sc_text._p5 li {
        font-size: 2.2rem; } }
    @media screen and (min-width: 1600px) {
      .sc_text._p5,
      .sc_text._p5 li {
        font-size: 2.4rem; } }
    @media screen and (min-width: 1950px) {
      .sc_text._p5,
      .sc_text._p5 li {
        font-size: 2.6rem; } }
  .sc_text._showreel__ttl,
  .sc_text._showreel__ttl li {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.25;
    letter-spacing: -0.02em; }
    @media screen and (min-width: 1460px) {
      .sc_text._showreel__ttl,
      .sc_text._showreel__ttl li {
        font-size: 2.16rem; } }
    @media screen and (min-width: 1600px) {
      .sc_text._showreel__ttl,
      .sc_text._showreel__ttl li {
        font-size: 2.52rem; } }
    @media screen and (min-width: 1950px) {
      .sc_text._showreel__ttl,
      .sc_text._showreel__ttl li {
        font-size: 3.24rem; } }
  .sc_text._showreel__p,
  .sc_text._showreel__p li {
    font-weight: normal;
    font-size: 1.23rem;
    line-height: 1.4; }
    @media screen and (min-width: 1460px) {
      .sc_text._showreel__p,
      .sc_text._showreel__p li {
        font-size: 1.54rem; } }
    @media screen and (min-width: 1600px) {
      .sc_text._showreel__p,
      .sc_text._showreel__p li {
        font-size: 1.75rem; } }
    @media screen and (min-width: 1950px) {
      .sc_text._showreel__p,
      .sc_text._showreel__p li {
        font-size: 1.96rem; } }
  .sc_text._hdl1,
  .sc_text._hdl1 li {
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.1em; }
  .sc_text._hdl2,
  .sc_text._hdl2 li {
    font-weight: normal;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.34;
    letter-spacing: -0.05em; }
  .sc_text._hdl3,
  .sc_text._hdl3 li {
    font-weight: normal;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.04em; }
  .sc_text._t3 {
    font-weight: normal;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1; }
  .sc_text._t4 {
    font-weight: 500;
    font-size: 4rem;
    line-height: 1.1; }
  .sc_text._t5 {
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.1; }

.sc_h2 {
  font-size: 3.6rem;
  letter-spacing: 0.4rem;
  line-height: 1.5;
  font-weight: 300; }

.sc_p {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.618;
  font-weight: 400; }
  .sc_p strong {
    font-weight: 600; }

.sc_list {
  margin: 1.6rem 0 1.2rem 0; }
  .sc_list li {
    padding-left: 2em;
    position: relative;
    margin-bottom: 0.4rem; }
    .sc_list li:before {
      content: "";
      position: absolute;
      width: 1em;
      left: 0;
      top: 0.56em;
      height: 0.1em;
      background-color: #009fe3; }

.sc_btn {
  background-image: none;
  box-shadow: none;
  touch-action: manipulation;
  border: 0;
  appearance: none;
  z-index: 1;
  backface-visibility: hidden;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
  position: relative;
  vertical-align: middle;
  text-align: center;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 0.6rem 1.2rem;
  border-radius: 0.6rem; }
  .sc_btn._secondary span, .sc_btn._primary span {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2rem; }
  .sc_btn._small {
    padding: 0.5rem 1.1rem; }
    .sc_btn._small span {
      font-size: 1rem;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      font-weight: 600; }
  .sc_btn._inline {
    display: inline-block; }
  .sc_btn._block {
    display: block; }
  .sc_btn._primary {
    color: white;
    background-color: #0059a3; }
    .sc_btn._primary:hover {
      color: white;
      background-color: #009fe3; }
    .sc_btn._primary:active {
      color: white;
      background-color: #009fe3;
      opacity: 0.5; }
    .sc_btn._primary:hover {
      cursor: pointer; }
  .sc_btn._secondary {
    color: #0059a3;
    background-color: rgba(255, 255, 255, 0.07); }
    .sc_btn._secondary:hover {
      color: white;
      background-color: #0059a3; }
    .sc_btn._secondary:active {
      color: white;
      background-color: #0059a3; }
    .sc_btn._secondary:hover {
      cursor: pointer; }
  .sc_btn._link * {
    vertical-align: middle;
    line-height: 1.5; }
  .sc_btn._link span {
    max-width: 100%;
    font-style: normal;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: -0.01em;
    display: inline-block; }
  .sc_btn._link:hover, .sc_btn._link:focus {
    text-decoration: none; }
  .sc_btn._btn {
    vertical-align: middle;
    line-height: 1.5;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.24rem; }
  .sc_btn, .sc_btn:active {
    outline: 0;
    background-image: none; }
    .sc_btn:focus, .sc_btn:active:focus {
      outline: none;
      outline-color: transparent;
      outline-style: none; }
  .sc_btn:disabled {
    opacity: 0.3; }
    .sc_btn:disabled:hover {
      cursor: not-allowed; }
  .sc_btn._submitsearch, .sc_btn._submitpass {
    font-size: 1.4rem;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 2rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0.6rem;
    border-bottom-right-radius: 0.6rem;
    border-bottom-left-radius: 0;
    padding: 0.6rem 2rem; }

.sc_admin._editbtn {
  position: fixed;
  z-index: 99999;
  bottom: 3.2rem;
  right: 3.2rem; }
  .sc_admin._editbtn span {
    font-size: 1.1rem;
    line-height: 1.6rem; }

.sc_image {
  user-select: none;
  display: block; }
  .sc_image._center {
    margin: 0 auto; }
  .sc_image._fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center center; }
  .sc_image._randomgallery {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
    .sc_image._randomgallery .sc_randomgallery__content {
      position: relative;
      height: 100%;
      width: 100%; }
    .sc_image._randomgallery .sc_randomgallery__slide {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      opacity: 0;
      transition: all 1s linear; }
      .sc_image._randomgallery .sc_randomgallery__slide._active {
        opacity: .25; }
  .sc_image._anim._toggle {
    transition: opacity 0.8s linear; }
    .sc_image._anim._toggle._done {
      opacity: 0.5; }

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

/* Remove the stupid outer glow in Webkit */
input:focus {
  outline: 0; }

/* Box Sizing Reset
-----------------------------------------------*/
/* All of our custom controls should be what we expect them to be */
input,
textarea {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/* These elements are usually rendered a certain way by the browser */
button,
input[type="reset"],
input[type="button"],
input[type="submit"],
input[type="checkbox"],
input[type="radio"],
select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Text Inputs
-----------------------------------------------*/
/* Button Controls
-----------------------------------------------*/
input[type="checkbox"],
input[type="radio"] {
  width: 13px;
  height: 13px; }

/* File Uploads
-----------------------------------------------*/
/* Search Input
-----------------------------------------------*/
/* Make webkit render the search input like a normal text field */
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box; }

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none; }

/* Buttons
-----------------------------------------------*/
button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
  /* Fix IE7 display bug */
  overflow: visible;
  width: auto; }

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none; }

/* Textarea
-----------------------------------------------*/
textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto; }

/* Selects
-----------------------------------------------*/
select[multiple] {
  /* Move the label to the top */
  vertical-align: top; }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.6); }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(255, 255, 255, 0.6); }

.sc_form__msg {
  font-size: 1.3rem;
  line-height: 1.2;
  margin-top: 0.8rem;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .sc_form__msg.error {
    color: red;
    opacity: 1; }
  .sc_form__msg.success {
    color: greenyellow;
    opacity: 1; }

.sc_input {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  width: 100%;
  padding: 1rem 1.4rem;
  font-size: 1.4rem;
  letter-spacing: 0;
  font-weight: 500;
  opacity: 1;
  line-height: 2rem;
  border-top-left-radius: 0.6rem;
  border-bottom-left-radius: 0.6rem; }

.sc_inputs {
  display: flex;
  flex-direction: row; }
  .sc_inputs input[type="search"] {
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-border-top-left-radius: 0.6rem;
    -webkit-border-bottom-left-radius: 0.6rem; }

.sc_form {
  width: 100%;
  margin: 0 auto; }

.sc_label {
  display: block;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.04rem;
  font-weight: 600;
  margin-bottom: 0.8rem; }

.home .sc_scrolldown._goNext {
  display: block; }

.sc_home._slogan {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 105.6rem;
  width: 100%;
  transform: translate3d(-50%, -50%, 0); }
  @media screen and (max-width: 1056px) {
    .sc_home._slogan {
      padding: 0 2.4rem;
      max-width: 100%; } }
  @media screen and (min-width: 1460px) {
    .sc_home._slogan {
      max-width: 120rem; } }
  @media screen and (min-width: 1600px) {
    .sc_home._slogan {
      max-width: 150rem; } }
  @media screen and (min-width: 1950px) {
    .sc_home._slogan {
      max-width: 170rem; } }
  @media screen and (max-width: 959px) {
    .sc_home._slogan {
      top: auto;
      bottom: 6.4rem; } }

.sc_container {
  max-width: 105.6rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2.4rem; }
  @media screen and (min-width: 1056px) {
    .sc_container {
      padding: 0; } }
  @media screen and (max-width: 959px) {
    .sc_container {
      padding: 0 2.4rem; } }
  @media screen and (min-width: 1460px) {
    .sc_container {
      max-width: 120rem; } }
  @media screen and (min-width: 1600px) {
    .sc_container {
      max-width: 150rem; } }
  @media screen and (min-width: 1950px) {
    .sc_container {
      max-width: 170rem; } }
  .sc_container._center {
    justify-content: center; }
  @media screen and (min-width: 1460px) {
    .sc_container._absolute {
      position: absolute;
      top: 0;
      right: 0;
      left: 0; } }
  @media screen and (min-width: 1460px) {
    .sc_container._fixed {
      position: fixed;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 105.6rem;
      height: 100vh;
      background: rgba(255, 255, 255, 0.3); } }

.sc_header {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 2.4rem;
  z-index: 2600; }
  .sc_header._fixed {
    position: fixed;
    width: 100%; }
  @media screen and (max-width: 1056px) {
    .sc_header {
      position: relative; } }
  @media screen and (min-width: 1057px) {
    .sc_header {
      flex-direction: row;
      padding: 2.4rem 14.4rem 2.4rem 2.4rem;
      top: 0;
      left: 0;
      width: 100%;
      position: fixed; } }
  @media screen and (min-width: 1057px) {
    .sc_header._animation._out {
      padding: 2.4rem 14.4rem 0 2.4rem; }
    .sc_header._animation._in {
      padding: 2.4rem 14.4rem 2.4rem 2.4rem; } }
  .sc_header._animated {
    opacity: 1;
    transform: translate3d(0, 0, 0); }
  .sc_header._in {
    transition: transform 0.8s 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.8s 0.5s linear; }
  .sc_header._out {
    transition: transform 0.1s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.1s linear; }
  .sc_header .sc_header__inner {
    max-width: 105.6rem;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-end; }
    @media screen and (min-width: 1460px) {
      .sc_header .sc_header__inner {
        max-width: 120rem; } }
    @media screen and (min-width: 1600px) {
      .sc_header .sc_header__inner {
        max-width: 150rem; } }
    @media screen and (min-width: 1950px) {
      .sc_header .sc_header__inner {
        max-width: 170rem; } }
    @media screen and (min-width: 1057px) {
      .sc_header .sc_header__inner__title._animation._out {
        opacity: 0;
        transform: translate3d(0, -200%, 0); }
      .sc_header .sc_header__inner__title._animation._in {
        transition: all 0.6s 0.8s cubic-bezier(0.215, 0.61, 0.355, 1); } }
    .sc_header .sc_header__inner hgroup {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-content: flex-start;
      height: 100%;
      align-items: stretch;
      flex-wrap: nowrap;
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      @media screen and (max-width: 1056px) {
        .sc_header .sc_header__inner hgroup h1 {
          margin-bottom: 0.8rem; } }
      @media screen and (max-width: 959px) {
        .sc_header .sc_header__inner hgroup h1 {
          margin-bottom: 1.6rem; } }
  .sc_header .sc_header__side {
    position: fixed;
    top: 2.4rem;
    right: 2.4rem;
    z-index: 2700;
    display: flex;
    flex-direction: row; }
    @media screen and (max-width: 1056px) {
      .sc_header .sc_header__side {
        top: 2.4rem;
        right: 2.4rem; } }

.sc_main {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: auto; }

.sc_footer {
  padding: 2.4em 0;
  transform: translate3d(0, 100%, 0);
  opacity: 0; }
  .sc_footer p {
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: white; }
  .sc_footer._absolute {
    position: absolute;
    height: 6.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    padding: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2600; }
  .sc_footer._animated {
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .sc_footer._in {
    transition: transform 0.8s 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.8s 0.5s linear; }
  .sc_footer._out {
    transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), opacity 0.3s linear; }

.sc_menu._wrapper {
  user-select: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 2500;
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; }
  .sc_menu._wrapper._open {
    transform: translateY(0); }

.sc_menu._nav {
  display: flex;
  text-transform: uppercase;
  list-style: none;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .sc_menu._nav li {
    display: flex;
    text-align: center;
    margin: .4vh; }
    .sc_menu._nav li a {
      font-size: 4.2vh;
      display: inline-block;
      line-height: 1.1;
      overflow: hidden;
      color: rgba(255, 255, 255, 0.65);
      letter-spacing: 1.6px;
      transition: color 0.3s ease-in-out; }
      @media screen and (max-width: 959px) {
        .sc_menu._nav li a {
          font-size: 5.2vw; } }
      .sc_menu._nav li a:hover, .sc_menu._nav li a:active {
        color: white; }
      .sc_menu._nav li a span {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition: -webkit-transform 450ms cubic-bezier(0, 0.7, 0.1, 1) 1.1s;
        transition: transform 450ms cubic-bezier(0, 0.7, 0.1, 1) 1.1s;
        transition: transform 450ms cubic-bezier(0, 0.7, 0.1, 1) 1.1s, -webkit-transform 450ms cubic-bezier(0, 0.7, 0.1, 1) 1.1s; }

.sc_slide {
  position: relative;
  min-height: 100vh;
  width: 100%;
  display: block;
  max-width: 100%; }
  @media screen and (max-width: 959px) {
    .sc_slide {
      min-height: 100%;
      height: 100%; } }

.sc_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transform: translate3d(0, 0, 0);
  cursor: wait;
  will-change: transform;
  z-index: 2900;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: center; }
  .sc_overlay svg {
    width: 20rem;
    height: 20rem;
    transition: opacity .3s linear; }
  .sc_overlay._done {
    transform: translate3d(0, -100%, 0); }
    .sc_overlay._done svg {
      opacity: 0; }

.sc_progress {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 0;
  height: .2rem;
  background: #0059a3;
  transition: 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  cursor: wait;
  will-change: transform;
  z-index: 3000; }
  .sc_progress._done {
    opacity: 0; }

.sc_showreel {
  width: 100%;
  position: relative;
  overflow: hidden;
  user-select: none; }
  @media screen and (min-width: 1057px) {
    .sc_showreel {
      height: 100vh;
      max-height: -webkit-fill-available; } }
  .sc_showreel__inner {
    max-width: 110.4rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
    justify-content: space-between;
    overflow: hidden; }
    @media screen and (min-width: 1057px) {
      .sc_showreel__inner {
        padding: 11rem 2.4rem 2.4rem 2.4rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        max-height: 100vh; } }
    @media screen and (min-width: 1460px) {
      .sc_showreel__inner {
        max-width: 120rem; } }
    @media screen and (min-width: 1600px) {
      .sc_showreel__inner {
        max-width: 154.8rem; } }
    @media screen and (min-width: 1950px) {
      .sc_showreel__inner {
        max-width: 174.8rem; } }
  .sc_showreel__current {
    overflow: hidden; }
  .sc_showreel__slide {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 1.6rem; }
    @media screen and (max-width: 1056px) {
      .sc_showreel__slide {
        flex-direction: column-reverse;
        height: auto; } }
    .sc_showreel__slide__text {
      background-color: rgba(255, 255, 255, 0.1);
      padding: 4rem 2.4rem; }
      @media screen and (min-width: 1057px) {
        .sc_showreel__slide__text {
          width: 40%;
          padding: 4rem; } }
      .sc_showreel__slide__text > * {
        max-width: 50rem; }
    .sc_showreel__slide__embed {
      width: 60%;
      background-color: black;
      overflow: hidden;
      position: relative; }
      @media screen and (max-width: 1056px) {
        .sc_showreel__slide__embed {
          width: 100%; } }
    .sc_showreel__slide__overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2300;
      transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.5s linear; }
      .sc_showreel__slide__overlay:hover, .sc_showreel__slide__overlay:active {
        background-color: rgba(0, 0, 0, 0.5);
        cursor: pointer; }
        .sc_showreel__slide__overlay:hover .sc_showreel__slide__play, .sc_showreel__slide__overlay:active .sc_showreel__slide__play {
          opacity: 1; }
      .sc_showreel__slide__overlay:active {
        opacity: 0.5; }
    .sc_showreel__slide__play {
      height: 6.4rem;
      width: 6.4rem;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate3d(-50%, -50%, 0);
      will-change: opacity;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: center;
      background-color: rgba(0, 89, 163, 0.6);
      border-radius: 3.2rem;
      opacity: 0;
      transition: opacity 0.5s linear; }
      .sc_showreel__slide__play svg {
        width: 4rem;
        height: 4rem; }
        .sc_showreel__slide__play svg path {
          fill: white; }
    .sc_showreel__slide__video {
      overflow: hidden;
      position: relative;
      width: 100%;
      padding-top: 56.25%; }
      .sc_showreel__slide__video iframe {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate3d(-50%, 0, 0);
        width: 100%;
        height: 100%;
        transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .sc_showreel__slide__image {
      aspect-ratio: 16 / 9;
      width: 100%; }
      .sc_showreel__slide__image img {
        height: 100%;
        width: 100%;
        object-fit: cover; }
  .sc_showreel__thumbnails {
    height: 100%; }
    @media screen and (min-width: 1057px) {
      .sc_showreel__thumbnails .swiper-slide {
        max-width: calc(25% - 13px); } }
    @media screen and (max-width: 959px) {
      .sc_showreel__thumbnails .swiper-slide {
        width: 50%; } }
    @media screen and (min-width: 960px) and (max-width: 1459px) {
      .sc_showreel__thumbnails .swiper-slide {
        max-width: calc(20% - 13px); } }
  .sc_showreel__thumb {
    position: relative;
    transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .sc_showreel__thumb.swiper-slide-thumb-active .sc_showreel__thumb__header {
      opacity: 1; }
    .sc_showreel__thumb:hover, .sc_showreel__thumb:active {
      cursor: pointer; }
      .sc_showreel__thumb:hover .sc_showreel__thumb__header, .sc_showreel__thumb:active .sc_showreel__thumb__header {
        opacity: 1; }
    .sc_showreel__thumb:active {
      opacity: 0.5; }
    .sc_showreel__thumb__header {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 100;
      background-color: rgba(0, 0, 0, 0.4);
      display: flex;
      align-items: center;
      padding: 0 3.2rem;
      opacity: 0;
      transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      @media screen and (max-width: 959px) {
        .sc_showreel__thumb__header {
          padding: 1.6rem; } }
      .sc_showreel__thumb__header p.showreeltitle {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 1.8rem;
        line-height: 1.25;
        letter-spacing: -0.02em; }
        @media screen and (min-width: 1460px) {
          .sc_showreel__thumb__header p.showreeltitle {
            font-size: 2.16rem; } }
        @media screen and (min-width: 1600px) {
          .sc_showreel__thumb__header p.showreeltitle {
            font-size: 2.52rem; } }
        @media screen and (min-width: 1950px) {
          .sc_showreel__thumb__header p.showreeltitle {
            font-size: 3.24rem; } }
        @media screen and (max-width: 959px) {
          .sc_showreel__thumb__header p.showreeltitle {
            font-size: 1.6rem;
            line-height: 2rem; } }
      .sc_showreel__thumb__header .showreelseo {
        width: 100%;
        padding-bottom: 1.6rem; }
        .sc_showreel__thumb__header .showreelseo p.showreeltitle {
          margin-bottom: 0.8rem; }
        .sc_showreel__thumb__header .showreelseo p.showreeldescription {
          font-weight: 600;
          font-size: 1.4rem;
          line-height: 1.8rem;
          letter-spacing: -0.05em; }
    .sc_showreel__thumb__content {
      width: 100%;
      height: auto;
      padding-top: 56.25%;
      overflow: hidden;
      max-height: 100%; }
      .sc_showreel__thumb__content img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        object-fit: cover; }

.sc_team__wrapper {
  width: 100%;
  height: auto; }

.sc_team__inner {
  width: 100%;
  position: relative; }
  .sc_team__inner .swiper-horizontal > .swiper-pagination-bullets,
  .sc_team__inner .swiper-pagination-bullets.swiper-pagination-horizontal,
  .sc_team__inner .swiper-pagination-custom,
  .sc_team__inner .swiper-pagination-fraction {
    bottom: -4rem; }

.sc_team__chevron {
  height: 4rem;
  width: 4rem;
  border-radius: 2rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.5);
  padding: 0.7rem;
  position: absolute;
  bottom: -5.6rem; }
  @media screen and (max-width: 959px) {
    .sc_team__chevron {
      display: none; } }
  .sc_team__chevron._left {
    right: 5.6rem; }
  .sc_team__chevron._right {
    right: 0; }
  .sc_team__chevron:hover {
    background-color: rgba(255, 255, 255, 0.1);
    cursor: pointer; }
  .sc_team__chevron svg path {
    stroke: #fff; }

.sc_team__slide {
  background-color: rgba(255, 255, 255, 0.1); }
  @media screen and (min-width: 960px) {
    .sc_team__slide {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: flex-start;
      overflow: hidden; } }
  .sc_team__slide__video {
    width: 30%; }
    @media screen and (min-width: 960px) and (max-width: 1459px) {
      .sc_team__slide__video {
        width: 30%; } }
    @media screen and (max-width: 959px) {
      .sc_team__slide__video {
        width: 100%; } }
    .sc_team__slide__video .sc_video {
      position: relative;
      width: 100%;
      padding-top: 140%; }
      .sc_team__slide__video .sc_video video {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
  .sc_team__slide__content {
    width: 60%;
    padding: 4rem; }
    @media screen and (min-width: 960px) and (max-width: 1459px) {
      .sc_team__slide__content {
        width: 50%; } }
    @media screen and (max-width: 959px) {
      .sc_team__slide__content {
        width: 100%;
        padding: 4rem 2.4rem; } }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-pointer-events {
  touch-action: pan-y; }

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999; }

.swiper-centered.swiper-horizontal
> .swiper-wrapper
> .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center; }

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size); }

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size); }

:root {
  --swiper-navigation-size: 44px; }

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev"; }

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next"; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: .6rem;
  height: .6rem;
  margin: .5rem;
  display: inline-block;
  border-radius: 50%;
  background-color: white;
  opacity: .5; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet:only-child {
  display: none !important; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #0059a3; }

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet,
.swiper-vertical
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
.swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

.swiper-horizontal
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-horizontal
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left; }

.swiper-horizontal.swiper-rtl
> .swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-horizontal
> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube {
  overflow: visible; }

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0; }

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px); }

.swiper-flip {
  overflow: visible; }

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height; }

.swiper-cards {
  overflow: visible; }

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

.wp-block-smartcuts-videoslider-wrapper .sc_container .sc_grid._side > .sc_cell:first-child {
  width: calc(100% - 11.2rem); }

.wp-block-smartcuts-videoslider-wrapper .sc_container .sc_grid._side > .sc_cell:last-child {
  flex: 1 0 11.2rem; }

.sc_gallery {
  max-width: 100%; }
  .sc_gallery._chevron {
    height: 4rem;
    width: 4rem;
    border-radius: 2rem;
    border: 0.1rem solid rgba(255, 255, 255, 0.5);
    padding: 0.7rem;
    flex-basis: auto;
    max-width: auto;
    margin-left: 1.6rem; }
    .sc_gallery._chevron:hover {
      background-color: rgba(255, 255, 255, 0.1);
      cursor: pointer; }
    .sc_gallery._chevron svg path {
      stroke: #fff; }
  .sc_gallery._description {
    padding: 0 1.6rem;
    opacity: 0;
    transition: opacity 0.5s ease-in-out; }
    @media screen and (max-width: 959px) {
      .sc_gallery._description {
        padding: 0 2.4rem; } }
  .sc_gallery .sc_embed._r169 {
    transition: opacity 0.5s ease-in-out;
    opacity: 0.5; }
  .sc_gallery .swiper-slide-active .sc_embed._r169 {
    opacity: 1; }
  .sc_gallery .swiper-slide-active .sc_gallery._description {
    opacity: 1; }
  .sc_gallery .swiper-pagination-progressbar {
    position: relative;
    top: auto; }
  .sc_gallery .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }
    .sc_gallery .swiper-wrapper:hover {
      cursor: grab; }
  .sc_gallery .swiper-pagination-progressbar {
    height: 0.1rem;
    background-color: rgba(255, 255, 255, 0.2); }
  .sc_gallery .swiper-pagination-progressbar-fill {
    height: 0.4rem;
    background-color: #0059a3; }
  .sc_gallery .swiper-slide {
    width: 44vw; }
    @media screen and (max-width: 959px) {
      .sc_gallery .swiper-slide {
        width: 100vw; } }

#sc-swiper-videos {
  max-width: 100%;
  overflow: hidden; }

.sc_accordion {
  user-select: none; }
  .sc_accordion._wrapper {
    list-style: none;
    width: 100%; }
    .sc_accordion._wrapper ._active .sc_accordion._less {
      opacity: 0; }
    .sc_accordion._wrapper li:hover {
      cursor: pointer; }
      .sc_accordion._wrapper li:hover .sc_accordion._nav {
        border: 0.1rem solid rgba(255, 255, 255, 0.3);
        background-color: rgba(255, 255, 255, 0.15); }
  .sc_accordion._bottom {
    width: 100%;
    height: .2rem;
    background: rgba(255, 255, 255, 0.3); }
  .sc_accordion._nav {
    width: 4rem;
    height: 4rem;
    border: 0.1rem solid rgba(255, 255, 255, 0.15);
    padding: .7rem;
    border-radius: 2rem;
    flex-basis: 4rem;
    width: 4rem;
    transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .sc_accordion._title {
    flex-basis: auto;
    width: auto;
    font-style: normal;
    font-weight: bold;
    font-size: 3.2rem;
    line-height: 3.6rem;
    color: #fff; }
  .sc_accordion._toggle {
    position: relative;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 1.6rem 0 1.4rem 0; }
  .sc_accordion._item {
    position: relative;
    list-style: none;
    width: 100%; }
  .sc_accordion._content {
    display: none;
    padding: 1.6rem 0 2.4rem 0; }
    .sc_accordion._content p {
      font-style: normal;
      font-weight: normal;
      font-size: 1.6rem;
      line-height: 2.2rem; }

@media screen and (min-width: 1057px) {
  #fullpage section:first-child .sc_masonry._wrapper {
    padding: 11.8rem 2.4rem 1.6rem 2.4rem; } }

.sc_masonry._wrapper {
  width: 100%;
  max-width: 110.4rem; }
  @media screen and (min-width: 1185px) {
    .sc_masonry._wrapper {
      padding: 11.8rem 2.4rem 1.6rem 2.4rem;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate3d(-50%, 0, 0);
      height: 100vh; }
      .sc_masonry._wrapper._centered {
        padding: 8rem 2.4rem 6rem 2.4rem; } }
  @media screen and (max-width: 1184px) {
    .sc_masonry._wrapper {
      margin: 0 auto;
      padding: 0 2.4rem; } }
  @media screen and (min-width: 1460px) {
    .sc_masonry._wrapper {
      max-width: 124.8rem; } }
  @media screen and (min-width: 1600px) {
    .sc_masonry._wrapper {
      max-width: 154.8rem; } }
  @media screen and (min-width: 1950px) {
    .sc_masonry._wrapper {
      max-width: 174.8rem; } }

@media screen and (max-width: 1184px) {
  .sc_masonry._inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    margin-left: -0.8rem;
    margin-right: -0.8rem; } }

@media screen and (min-width: 1185px) {
  .sc_masonry._inner._x4 {
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    max-height: 74vh; } }

@media screen and (min-width: 1185px) {
  .sc_masonry._inner._x4 .sc_masonry._item {
    height: calc(50% - 0.8rem);
    display: flex; }
    .sc_masonry._inner._x4 .sc_masonry._item:nth-child(1) {
      margin-bottom: 0.8rem;
      flex: 0 1 calc(55% - 0.8rem);
      max-width: calc(55% - 0.8rem);
      margin-right: 0.8rem; }
    .sc_masonry._inner._x4 .sc_masonry._item:nth-child(2) {
      margin-bottom: 0.8rem;
      flex: 0 1 calc(45% - 0.8rem);
      max-width: calc(45% - 0.8rem);
      margin-left: 0.8rem; }
    .sc_masonry._inner._x4 .sc_masonry._item:nth-child(3) {
      margin-top: 0.8rem;
      flex: 0 1 calc(45% - 0.8rem);
      max-width: calc(45% - 0.8rem);
      margin-right: 0.8rem; }
    .sc_masonry._inner._x4 .sc_masonry._item:nth-child(4) {
      margin-top: 0.8rem;
      flex: 0 1 calc(55% - 0.8rem);
      max-width: calc(55% - 0.8rem);
      margin-left: 0.8rem; } }

@media screen and (min-width: 1185px) {
  .sc_masonry._inner._x4 .sc_masonry._item._in .sc_masonry._legend._left {
    transform: translate3d(0, -50%, 0); } }

@media screen and (min-width: 1185px) {
  .sc_masonry._inner._x4 .sc_masonry._item._in .sc_masonry._legend._right {
    transform: translate3d(0, -50%, 0); } }

.sc_masonry._inner._x4 .sc_masonry._item .sc_masonry._legend .sc_text._ilp {
  font-size: 2.4rem;
  line-height: 2.6rem; }
  @media screen and (max-width: 959px) {
    .sc_masonry._inner._x4 .sc_masonry._item .sc_masonry._legend .sc_text._ilp {
      font-size: 1.7rem;
      line-height: 1.8rem; } }

@media screen and (min-width: 1185px) {
  .sc_masonry._inner._x4 .sc_masonry._item .sc_masonry._legend {
    position: absolute;
    z-index: 100; }
    .sc_masonry._inner._x4 .sc_masonry._item .sc_masonry._legend._left {
      top: 50%;
      left: 2.4rem;
      transform: translate3d(-6.4rem, -50%, 0); }
    .sc_masonry._inner._x4 .sc_masonry._item .sc_masonry._legend._right {
      top: 50%;
      right: 2.4rem;
      text-align: right;
      transform: translate3d(6.4rem, -50%, 0); } }

@media screen and (min-width: 1185px) {
  .sc_masonry._inner._ilpinline {
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    margin-left: -0.8rem;
    margin-right: -0.8rem; } }

.sc_masonry._inner._ilpinline .sc_masonry._item {
  overflow: hidden; }
  @media screen and (min-width: 1185px) {
    .sc_masonry._inner._ilpinline .sc_masonry._item {
      position: relative;
      padding-left: 0.8rem;
      padding-right: 0.8rem;
      align-items: center;
      justify-content: flex-start;
      display: flex;
      flex-direction: column; }
      .sc_masonry._inner._ilpinline .sc_masonry._item:nth-child(1), .sc_masonry._inner._ilpinline .sc_masonry._item:nth-child(2), .sc_masonry._inner._ilpinline .sc_masonry._item:nth-child(3), .sc_masonry._inner._ilpinline .sc_masonry._item:nth-child(4) {
        justify-content: flex-end; }
      .sc_masonry._inner._ilpinline .sc_masonry._item .sc_masonry._canvas {
        position: relative;
        height: 0;
        padding-top: 56.25%; } }
    @media screen and (min-width: 1185px) and (max-width: 959px) {
      .sc_masonry._inner._ilpinline .sc_masonry._item .sc_masonry._canvas {
        height: calc( 100% - 7.6rem);
        padding-top: 0; } }
  @media screen and (min-width: 1185px) {
      .sc_masonry._inner._ilpinline .sc_masonry._item .sc_masonry._image {
        height: 0;
        padding-top: 56.25%; } }

@media screen and (min-width: 1185px) {
  .sc_masonry._inner._ilpinline .sc_masonry._legend {
    padding: 1.6rem 0 4rem 0; } }

.sc_masonry._inner._ilpinline .sc_masonry._legend .sc_text._ilp {
  font-size: 1.7rem;
  line-height: 1.8rem; }
  @media screen and (max-width: 959px) {
    .sc_masonry._inner._ilpinline .sc_masonry._legend .sc_text._ilp {
      font-size: 1.7rem;
      line-height: 1.8rem; } }

.sc_masonry._inner._size5 .sc_masonry {
  width: 20%;
  flex-basis: 20%; }

.sc_masonry._inner._size4 .sc_masonry {
  width: 25%;
  flex-basis: 25%; }

.sc_masonry._inner._size3 .sc_masonry {
  width: 33.33333%;
  flex-basis: 33.33333%; }

.sc_masonry._inner._size3 .sc_masonry {
  width: 50%;
  flex-basis: 50%; }

.sc_masonry._legend {
  width: 100%;
  transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .sc_masonry._legend .sc_text._ilp {
    font-weight: 600;
    letter-spacing: 0.01em; }
  @media screen and (max-width: 1184px) {
    .sc_masonry._legend {
      padding: 1.6rem 0 2.4rem 0; } }

.sc_masonry._item {
  position: relative; }
  @media screen and (max-width: 1184px) {
    .sc_masonry._item {
      display: block;
      width: 25%;
      flex-basis: 25%;
      padding-left: 0.8rem;
      padding-right: 0.8rem; } }
  @media screen and (max-width: 1056px) {
    .sc_masonry._item {
      width: 50%;
      flex-basis: 50%; } }
  @media screen and (max-width: 959px) {
    .sc_masonry._item {
      width: 100%;
      flex-basis: 100%; } }
  .sc_masonry._item:hover, .sc_masonry._item:active {
    cursor: pointer; }
    @media screen and (min-width: 1185px) {
      .sc_masonry._item:hover .sc_masonry._canvas .sc_masonry._image, .sc_masonry._item:active .sc_masonry._canvas .sc_masonry._image {
        transform: translate3d(-50%, -50%, 0) scale(1.15); } }

.sc_masonry._canvas {
  width: 100%; }
  @media screen and (min-width: 1185px) {
    .sc_masonry._canvas {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      overflow: hidden; } }
  @media screen and (max-width: 1184px) {
    .sc_masonry._canvas {
      padding-top: 56.25%;
      position: relative; } }

.sc_masonry._image {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  transform: translate3d(-50%, -50%, 0) scale(1.001);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0.2, 1); }

.sc_newsletter {
  position: absolute;
  right: 2.4rem;
  bottom: 2.4rem;
  transform: translate3d(0, -50%, 0); }
  .sc_newsletter__column {
    display: flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: .8rem; }
    .sc_newsletter__column__item p {
      max-width: 13rem; }
  .sc_newsletter__wrapper {
    max-width: 105.6rem;
    width: 100%;
    margin: 0 auto; }
    .sc_newsletter__wrapper._side {
      position: absolute;
      right: 3.2rem;
      top: 50%;
      transform: translateY(-50%);
      max-width: 26.8rem; }
      @media screen and (max-width: 960px) {
        .sc_newsletter__wrapper._side {
          display: none; } }
      .sc_newsletter__wrapper._side svg {
        width: 10.2rem; }
      .sc_newsletter__wrapper._side .sc_form {
        margin-left: 1.6rem; }
    @media screen and (min-width: 1460px) {
      .sc_newsletter__wrapper {
        max-width: 120rem; } }
    @media screen and (min-width: 1600px) {
      .sc_newsletter__wrapper {
        max-width: 150rem; } }
    @media screen and (min-width: 1950px) {
      .sc_newsletter__wrapper {
        max-width: 170rem; } }
    @media screen and (max-width: 959px) {
      .sc_newsletter__wrapper {
        padding: 4rem 2.4rem; } }
    @media screen and (min-width: 960px) and (max-width: 1459px) {
      .sc_newsletter__wrapper {
        padding: 4rem 2.4rem; } }
  .sc_newsletter__svg {
    width: 100%;
    fill: #009fe3;
    max-width: 12.8rem; }
  .sc_newsletter__item {
    display: flex;
    flex-direction: row;
    align-content: flex-end;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: flex-start; }
  .sc_newsletter p {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.02em;
    padding: 0 0 1.6rem 0;
    max-width: 10rem; }
  .sc_newsletter svg {
    width: 9.6rem;
    height: 9.6rem;
    fill: #009fe3; }

.sc_article._container {
  width: 105.6rem;
  max-width: 100%;
  margin: 0 auto; }

.sc_article._wrapper {
  display: flex;
  margin-left: -1.2rem;
  margin-right: -1.2rem;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start; }

.sc_article._thumbnail {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  overflow: hidden; }
  .sc_article._thumbnail img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0; }

.sc_article._button {
  position: absolute;
  top: .8rem;
  right: 2rem; }

.sc_article._inner {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  position: relative;
  width: 100%; }

.sc_article._header {
  background-color: black; }

.sc_article._title {
  background-color: black;
  padding: 2.4rem 2.4rem 0 2.4rem; }

.sc_article._texttitle {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.sc_article._content {
  background-color: black;
  padding: 0 2.4rem; }

.sc_article._excerpt {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.sc_article._footer {
  background-color: black;
  padding: 0 2.4rem 2.4rem 2.4rem; }

.sc_section.active .sc_photography__background img {
  opacity: 1; }

.sc_section.active .sc_photography__visual {
  height: 100%; }
  @media screen and (max-width: 959px) {
    .sc_section.active .sc_photography__visual {
      padding-top: 84%;
      height: 0; } }

.sc_section.active .sc_photography__wrapper {
  opacity: 0.2;
  transform: scale(1); }

.sc_photography__bg {
  position: absolute;
  width: 110%;
  height: 110%;
  top: -5%;
  left: -5%;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #000; }

.sc_photography__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  will-change: transform, opacity;
  transform: scale(1.1);
  transition: opacity 1s 1s linear, transform 1s 1s cubic-bezier(0.2, 0.3, 0, 0.85); }

.sc_photography__imgbg {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  pointer-events: none;
  object-fit: cover;
  opacity: 0;
  transition: all 1s linear; }
  .sc_photography__imgbg._active {
    opacity: 1; }

.sc_photography__link {
  display: block;
  max-width: 105.6rem;
  width: 100%;
  padding: 0 7.5rem;
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  top: 6rem;
  bottom: 6rem; }
  @media screen and (max-width: 959px) {
    .sc_photography__link {
      padding: 0 2.4rem;
      display: flex;
      top: 0;
      bottom: 0;
      height: 100%;
      flex-direction: column;
      justify-content: center; } }
  @media screen and (min-width: 1460px) {
    .sc_photography__link {
      max-width: 120rem; } }
  @media screen and (min-width: 1600px) {
    .sc_photography__link {
      max-width: 150rem; } }
  @media screen and (min-width: 1950px) {
    .sc_photography__link {
      max-width: 170rem; } }
  .sc_photography__link:hover .sc_photography__container img {
    transform: translate3d(-50%, -50%, 0) scale(1.3); }

.sc_photography__visual {
  transform: translate3d(0, 0, 0);
  transition: height 1s cubic-bezier(0.2, 0.3, 0, 0.85);
  height: 0;
  width: 100%;
  position: relative;
  will-change: height;
  overflow: hidden; }
  @media screen and (max-width: 959px) {
    .sc_photography__visual {
      transition: padding-top 1s cubic-bezier(0.2, 0.3, 0, 0.85); } }

.sc_photography__container {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: 0;
  pointer-events: none;
  will-change: transform;
  overflow: hidden;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0;
  transition: all 1s linear; }
  .sc_photography__container._active {
    opacity: 1; }
  .sc_photography__container._landscape {
    padding-top: 9rem;
    padding-bottom: 9rem;
    height: calc(100vh - 18rem);
    aspect-ratio: 4 / 3; }
    @media screen and (max-width: 959px) {
      .sc_photography__container._landscape {
        padding-top: 0;
        padding-bottom: 0;
        height: auto;
        width: 100%; } }
  .sc_photography__container._portrait {
    padding-top: 6rem;
    padding-bottom: 6rem;
    height: calc(100vh - 12rem);
    aspect-ratio: 3 / 4; }
    @media screen and (max-width: 959px) {
      .sc_photography__container._portrait {
        padding-top: 0;
        padding-bottom: 0;
        height: auto;
        width: 62%; } }
  .sc_photography__container img {
    max-width: 100%;
    min-height: 100%;
    object-fit: cover;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 1;
    transform: translate3d(-50%, -50%, 0);
    pointer-events: none;
    will-change: transform;
    transition: transform 1s cubic-bezier(0.2, 0.3, 0, 0.85); }

.sc_photography__title {
  position: absolute;
  bottom: 3.2rem;
  left: 0; }
  @media screen and (max-width: 959px) {
    .sc_photography__title {
      position: relative;
      bottom: auto;
      left: auto; }
      .sc_photography__title h3._home__p2 br {
        display: none; } }

.sc_photography__category {
  max-width: 105.6rem;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  display: flex; }
  @media screen and (max-width: 959px) {
    .sc_photography__category {
      padding: 0 2.4rem;
      flex-direction: column; } }
  @media screen and (min-width: 1460px) {
    .sc_photography__category {
      max-width: 120rem; } }
  @media screen and (min-width: 1600px) {
    .sc_photography__category {
      max-width: 150rem; } }
  @media screen and (min-width: 1950px) {
    .sc_photography__category {
      max-width: 170rem; } }

.sc_photography__aside {
  padding-bottom: 6.4rem; }
  @media screen and (min-width: 960px) and (max-width: 1459px) {
    .sc_photography__aside {
      flex: 1 0 25rem;
      height: 64vh; } }
  @media screen and (min-width: 1460px) {
    .sc_photography__aside {
      flex: 1 0 25rem;
      height: 64vh; } }

.sc_photography__contentcats {
  margin: 0px auto;
  position: relative;
  width: 100%; }
  @media screen and (min-width: 960px) and (max-width: 1459px) {
    .sc_photography__contentcats {
      width: calc(100% - 25rem);
      height: 64vh; } }
  @media screen and (min-width: 1460px) {
    .sc_photography__contentcats {
      width: calc(100% - 25rem);
      height: 64vh; } }

.sc_photography__maincat {
  visibility: hidden;
  display: flex;
  justify-content: center;
  width: 100%; }
  .sc_photography__maincat.active {
    visibility: visible; }
  @media screen and (min-width: 960px) and (max-width: 1459px) {
    .sc_photography__maincat {
      position: absolute;
      top: 0;
      left: 0; } }
  @media screen and (min-width: 1460px) {
    .sc_photography__maincat {
      position: absolute;
      top: 0;
      left: 0; } }
  @media screen and (max-width: 959px) {
    .sc_photography__maincat {
      flex-direction: column;
      display: none; }
      .sc_photography__maincat.active {
        display: block; } }

.sc_photography__menu {
  padding-top: 3.2rem; }
  @media screen and (max-width: 959px) {
    .sc_photography__menu {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; } }
  .sc_photography__menu li {
    display: block;
    font-size: 1.7rem;
    line-height: 1.8rem;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.3em 0;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 0.5; }
    @media screen and (max-width: 959px) {
      .sc_photography__menu li {
        font-size: 1.7rem;
        line-height: 1.8rem;
        width: 50%; } }
    .sc_photography__menu li:hover, .sc_photography__menu li:active, .sc_photography__menu li.active {
      color: #009fe3;
      padding-left: 0.8rem;
      opacity: 1;
      cursor: pointer; }
      @media screen and (max-width: 959px) {
        .sc_photography__menu li:hover, .sc_photography__menu li:active, .sc_photography__menu li.active {
          padding-left: 0; } }

.sc_photographyitem {
  width: 40%;
  flex-basis: 40%;
  position: relative;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  align-items: center;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 959px) {
    .sc_photographyitem {
      width: 100%;
      flex-basis: 100%; } }
  .sc_photographyitem:hover, .sc_photographyitem:active {
    cursor: pointer; }
    @media screen and (min-width: 1185px) {
      .sc_photographyitem:hover .sc_photographyitem__canvas img, .sc_photographyitem:active .sc_photographyitem__canvas img {
        transform: translate3d(-50%, -50%, 0) scale(1.15); } }
  .sc_photographyitem__canvas {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden; }
    .sc_photographyitem__canvas img {
      position: absolute;
      top: 50%;
      left: 50%;
      object-fit: cover;
      min-width: 100%;
      min-height: 100%;
      transform: translate3d(-50%, -50%, 0) scale(1.001);
      transition: transform 0.8s cubic-bezier(0.5, 0, 0.2, 1); }
  .sc_photographyitem__text {
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    padding: 1.6rem 0 2.4rem 0; }
    .sc_photographyitem__text .sc_text._ilp {
      font-size: 1.7rem;
      line-height: 1.8rem; }
      @media screen and (max-width: 959px) {
        .sc_photographyitem__text .sc_text._ilp {
          font-size: 1.7rem;
          line-height: 1.8rem; } }

.sc_simpleslider {
  overflow: hidden; }
  .sc_simpleslider .swiper-horizontal > .swiper-pagination-bullets,
  .sc_simpleslider .swiper-pagination-bullets.swiper-pagination-horizontal,
  .sc_simpleslider .swiper-pagination-custom,
  .sc_simpleslider .swiper-pagination-fraction {
    padding-top: 2.4rem;
    bottom: auto;
    left: 50%;
    width: auto;
    transform: translateX(-50%); }

.sc_imagelink__link {
  display: block;
  overflow: hidden;
  width: 100%;
  position: relative; }
  @media screen and (min-width: 1460px) {
    .sc_imagelink__link.onlyhover .sc_imagelink__layer {
      opacity: 0; }
    .sc_imagelink__link.onlyhover:hover .sc_imagelink__layer, .sc_imagelink__link.onlyhover:active .sc_imagelink__layer {
      opacity: 1; } }
  .sc_imagelink__link img {
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(1.001);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .sc_imagelink__link:hover img {
    transform: translate3d(-50%, -50%, 0) scale(1.16); }

.sc_imagelink__layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  padding: 2.4rem;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.sc_mosaic__wrapper {
  width: 100%;
  max-width: 110.4rem; }
  @media screen and (min-width: 1185px) {
    .sc_mosaic__wrapper {
      padding: 2.4rem;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate3d(-50%, -50%, 0);
      height: 100vh; } }
  @media screen and (max-width: 1184px) {
    .sc_mosaic__wrapper {
      margin: 0 auto;
      padding: 0 2.4rem; } }
  @media screen and (min-width: 1460px) {
    .sc_mosaic__wrapper {
      max-width: 124.8rem; } }
  @media screen and (min-width: 1600px) {
    .sc_mosaic__wrapper {
      max-width: 154.8rem; } }
  @media screen and (min-width: 1950px) {
    .sc_mosaic__wrapper {
      max-width: 174.8rem; } }

.sc_mosaic__title {
  width: 100%;
  padding-bottom: 1.6rem; }
  @media screen and (min-width: 1185px) {
    .sc_mosaic__title {
      padding-left: 0.8rem;
      padding-right: 0.8rem; } }
  @media screen and (max-width: 1184px) {
    .sc_mosaic__title {
      padding-left: 0.8rem;
      padding-right: 0.8rem; } }

@media screen and (max-width: 1184px) {
  .sc_mosaic__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    margin-left: -0.8rem;
    margin-right: -0.8rem; } }

@media screen and (min-width: 1185px) {
  .sc_mosaic__inner {
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    margin-left: -0.8rem;
    margin-right: -0.8rem; } }

@media screen and (min-width: 1185px) {
  .sc_mosaic__inner._size3 .sc_mosaic__item {
    width: 33.33333%;
    flex-basis: 33.33333%; } }

@media screen and (max-width: 1184px) {
  .sc_mosaic__inner._size3 .sc_mosaic__item {
    width: 33.33333%;
    flex-basis: 33.33333%; } }

@media screen and (max-width: 1056px) {
  .sc_mosaic__inner._size3 .sc_mosaic__item {
    width: 50%;
    flex-basis: 50%; } }

@media screen and (max-width: 959px) {
  .sc_mosaic__inner._size3 .sc_mosaic__item {
    width: 100%;
    flex-basis: 100%; } }

@media screen and (min-width: 1185px) {
  .sc_mosaic__inner._size4 .sc_mosaic__item {
    width: 25%;
    flex-basis: 25%; } }

@media screen and (max-width: 1184px) {
  .sc_mosaic__inner._size4 .sc_mosaic__item {
    width: 25%;
    flex-basis: 25%; } }

@media screen and (max-width: 1056px) {
  .sc_mosaic__inner._size4 .sc_mosaic__item {
    width: 50%;
    flex-basis: 50%; } }

@media screen and (max-width: 959px) {
  .sc_mosaic__inner._size4 .sc_mosaic__item {
    width: 100%;
    flex-basis: 100%; } }

@media screen and (min-width: 1185px) {
  .sc_mosaic__inner._size5 .sc_mosaic__item {
    width: 20%;
    flex-basis: 20%; } }

@media screen and (max-width: 1184px) {
  .sc_mosaic__inner._size5 .sc_mosaic__item {
    width: 20%;
    flex-basis: 20%; } }

@media screen and (max-width: 1056px) {
  .sc_mosaic__inner._size5 .sc_mosaic__item {
    width: 50%;
    flex-basis: 50%; } }

@media screen and (max-width: 959px) {
  .sc_mosaic__inner._size5 .sc_mosaic__item {
    width: 100%;
    flex-basis: 100%; } }

.sc_mosaic__item {
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 1185px) {
    .sc_mosaic__item {
      position: relative;
      padding-left: 0.8rem;
      padding-right: 0.8rem;
      align-items: center;
      justify-content: flex-start;
      display: flex;
      flex-direction: column; } }
  @media screen and (max-width: 1184px) {
    .sc_mosaic__item {
      display: block;
      padding-left: 0.8rem;
      padding-right: 0.8rem; } }
  .sc_mosaic__item:hover, .sc_mosaic__item:active {
    cursor: pointer; }
    @media screen and (min-width: 1185px) {
      .sc_mosaic__item:hover .sc_mosaic__canvas .sc_mosaic__image, .sc_mosaic__item:active .sc_mosaic__canvas .sc_mosaic__image {
        transform: translate3d(-50%, -50%, 0) scale(1.15); } }

.sc_mosaic__canvas {
  position: relative;
  width: 100%;
  overflow: hidden; }

.sc_mosaic__image {
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  transform: translate3d(-50%, -50%, 0) scale(1.001);
  transition: transform 0.8s cubic-bezier(0.5, 0, 0.2, 1); }

.sc_mosaic__text {
  width: 100%;
  transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1); }
  @media screen and (min-width: 1185px) {
    .sc_mosaic__text {
      padding: 1.6rem 0 2.4rem 0; } }
  @media screen and (max-width: 1184px) {
    .sc_mosaic__text {
      padding: 1.6rem 0 2.4rem 0; } }
  .sc_mosaic__text .sc_text._ilp {
    font-size: 1.7rem;
    line-height: 1.8rem; }
    @media screen and (max-width: 959px) {
      .sc_mosaic__text .sc_text._ilp {
        font-size: 1.7rem;
        line-height: 1.8rem; } }

.sc_photogallery {
  max-width: 100%;
  overflow-x: hidden;
  height: 70vh; }
  .sc_photogallery__arrow {
    position: absolute;
    top: 50%;
    height: 3.2rem;
    width: 3.2rem;
    border-radius: 1.6rem;
    padding: 0.4rem;
    transform: translateY(-50%);
    z-index: 2000; }
    .sc_photogallery__arrow svg {
      width: 2.4rem;
      height: 2.4rem; }
      .sc_photogallery__arrow svg path {
        stroke: #ffffff; }
    .sc_photogallery__arrow.swiper-button-disabled {
      display: none; }
    .sc_photogallery__arrow:hover {
      background-color: rgba(255, 255, 255, 0.1);
      cursor: pointer; }
    @media screen and (max-width: 959px) {
      .sc_photogallery__arrow {
        display: none; } }
    .sc_photogallery__arrow._left {
      left: 0; }
    .sc_photogallery__arrow._right {
      right: 0; }
  @media screen and (max-width: 959px) {
    .sc_photogallery {
      height: 40rem; } }
  .sc_photogallery__swiper {
    height: calc(100% - 100px);
    position: relative; }
  .sc_photogallery__thumbnail {
    padding: 0.8rem; }
    .sc_photogallery__thumbnail, .sc_photogallery__thumbnail__inner {
      height: 100%;
      width: 100%;
      position: relative; }
    .sc_photogallery__thumbnail img {
      object-fit: contain;
      max-width: 100%;
      max-height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate3d(-50%, -50%, 0); }
  .sc_photogallery__thumbnails {
    height: 100px; }
    .sc_photogallery__thumbnails .swiper-wrapper .swiper-slide {
      width: auto;
      height: 100%;
      opacity: 0.5; }
      .sc_photogallery__thumbnails .swiper-wrapper .swiper-slide:hover, .sc_photogallery__thumbnails .swiper-wrapper .swiper-slide:active {
        cursor: pointer; }
      .sc_photogallery__thumbnails .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
        opacity: 1; }
  .sc_photogallery__slide {
    width: 100%;
    position: relative;
    padding: 0 3.2rem; }
  .sc_photogallery__canvas,
  .sc_photogallery__canvas a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative; }
  .sc_photogallery__canvas a:hover, .sc_photogallery__canvas a:active {
    cursor: -moz-zoom-in;
    cursor: -webkit-zoom-in;
    cursor: zoom-in; }
  .sc_photogallery__canvas a img {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0); }
  .sc_photogallery .swiper-horizontal > .swiper-pagination-bullets,
  .sc_photogallery .swiper-pagination-bullets.swiper-pagination-horizontal,
  .sc_photogallery .swiper-pagination-custom,
  .sc_photogallery .swiper-pagination-fraction {
    padding-top: 2.4rem;
    bottom: auto;
    left: 50%;
    width: auto;
    transform: translateX(-50%); }

.sc_beforeafter {
  position: relative;
  max-width: 100%;
  overflow-x: hidden; }
  .sc_beforeafter__before {
    width: 100%; }
  .sc_beforeafter__after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    width: 50%;
    background-size: cover; }
  .sc_beforeafter__slider {
    position: absolute;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    outline: none;
    margin: 0;
    transition: all 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; }
    .sc_beforeafter__slider::-webkit-slider-thumb {
      -webkit-appearance: none;
      appearance: none;
      width: .6rem;
      height: 10000px;
      background: white;
      cursor: pointer; }
    .sc_beforeafter__slider::-moz-range-thumb {
      width: .6rem;
      height: 10000px;
      background: white;
      cursor: pointer; }
  .sc_beforeafter__sliderbtn {
    pointer-events: none;
    position: absolute;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: white;
    left: 50%;
    top: 50%;
    transform: translate3d(-1.8rem, -50%, 0);
    display: flex;
    justify-content: center;
    align-items: center; }
    .sc_beforeafter__sliderbtn:after {
      content: "";
      padding: 3px;
      display: inline-block;
      border: solid #0059a3;
      border-width: 0 2px 2px 0;
      transform: rotate(-45deg); }
    .sc_beforeafter__sliderbtn:before {
      content: "";
      padding: 3px;
      display: inline-block;
      border: solid #0059a3;
      border-width: 0 2px 2px 0;
      transform: rotate(135deg); }

.sc_author {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center; }
  .sc_author__avatar {
    flex: 1 0 8rem; }
    .sc_author__avatar img {
      width: 6.4rem;
      height: 6.4rem;
      border-radius: 3.2rem;
      overflow: hidden; }
  .sc_author__text {
    width: calc(100% - 6.4rem);
    padding-left: 1.6rem; }
    .sc_author__text p:first-child {
      margin-bottom: .4rem; }

@media screen and (max-width: 1056px) {
  .sc_logo {
    padding-bottom: 2.4rem; } }

@media screen and (min-width: 1057px) {
  .sc_logo {
    padding-right: 2.4rem; } }

.sc_logo svg {
  height: 6.2rem;
  width: 9.8rem; }
  @media screen and (min-width: 1057px) {
    .sc_logo svg {
      height: 7rem;
      width: 12rem; } }

.sc_logo._glyph {
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .sc_logo._glyph._animation._out {
    opacity: 0; }

.sc_handle._wrapper {
  position: relative;
  height: 3.2rem;
  width: 3.2rem; }
  .sc_handle._wrapper:hover, .sc_handle._wrapper:active {
    cursor: pointer; }

.sc_handle._area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.2rem; }

.sc_handle._enable span:nth-child(1) {
  animation: ease 0.3s top forwards; }

.sc_handle._enable span:nth-child(2) {
  animation: ease 0.3s scaled forwards; }

.sc_handle._enable span:nth-child(3) {
  animation: ease 0.3s bottom forwards; }

.sc_handle._disable span:nth-child(1) {
  animation: ease 0.3s top-2 forwards; }

.sc_handle._disable span:nth-child(2) {
  animation: ease 0.3s scaled-2 forwards; }

.sc_handle._disable span:nth-child(3) {
  animation: ease 0.3s bottom-2 forwards; }

.sc_handle span {
  display: block;
  width: 100%;
  height: 0.1rem;
  background: #fff;
  transition: all 0.2s;
  position: relative; }

.sc_handle span + span {
  margin-top: 0.6rem; }

@keyframes top {
  0% {
    top: 0;
    transform: rotate(0); }
  50% {
    top: 0.7rem;
    transform: rotate(0); }
  100% {
    top: 0.7rem;
    transform: rotate(45deg); } }

@keyframes top-2 {
  0% {
    top: 0.7rem;
    transform: rotate(45deg); }
  50% {
    top: 0.7rem;
    transform: rotate(0deg); }
  100% {
    top: 0;
    transform: rotate(0deg); } }

@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0); }
  50% {
    bottom: 0.7rem;
    transform: rotate(0); }
  100% {
    bottom: 0.7rem;
    transform: rotate(135deg); } }

@keyframes bottom-2 {
  0% {
    bottom: 0.7rem;
    transform: rotate(135deg); }
  50% {
    bottom: 0.7rem;
    transform: rotate(0); }
  100% {
    bottom: 0;
    transform: rotate(0); } }

@keyframes scaled {
  50% {
    transform: scale(0); }
  100% {
    transform: scale(0); } }

@keyframes scaled-2 {
  0% {
    transform: scale(0); }
  50% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

.sc_lang {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .sc_lang._animation._out:not(._visible) {
    opacity: 0; }
  @media screen and (max-width: 960px) {
    .sc_lang {
      opacity: 0; } }
  .sc_lang._visible {
    opacity: 1; }
  .sc_lang ul {
    margin-right: 1.6rem;
    display: flex; }
    .sc_lang ul li a {
      display: block;
      font-style: normal;
      font-size: 1.5rem;
      letter-spacing: 0.03rem;
      font-weight: 600;
      line-height: 1;
      height: 3.2rem;
      padding: 0 0.6rem;
      margin-right: 0.8rem;
      border-radius: 0.4rem;
      display: flex;
      align-items: center;
      justify-content: center; }

.sc_scrolldown {
  position: absolute;
  bottom: 1.6rem;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  padding: 2rem;
  display: block; }
  @media screen and (max-width: 959px) {
    .sc_scrolldown {
      display: none; } }
  .sc_scrolldown:hover, .sc_scrolldown:active {
    cursor: pointer; }
  .sc_scrolldown svg {
    width: 2.4rem;
    height: 2.4rem;
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite; }
    .sc_scrolldown svg path {
      stroke: white; }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translate3d(0, 0, 0); }
  40% {
    transform: translate3d(0, -2.4rem, 0); }
  60% {
    transform: translate3d(0, -1.2rem, 0); } }

.sc_section.active .sc_video._background video {
  opacity: 1; }

.sc_section.active .sc_video._visual {
  height: 100%; }
  @media screen and (max-width: 959px) {
    .sc_section.active .sc_video._visual {
      height: 0;
      padding-top: 56.25%; } }

.sc_section.active .sc_video._wrapper {
  opacity: 0.2;
  transform: scale(1); }

.sc_video._fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }
  .sc_video._fixed video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
    opacity: 1; }

.sc_video._opacity20 {
  opacity: 0.2; }

.sc_video._opacity40 {
  opacity: 0.4; }

.sc_video._opacity60 {
  opacity: 0.6; }

.sc_video._opacity80 {
  opacity: 0.8; }

.sc_video._dark {
  opacity: 0.2; }

.sc_video._background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  will-change: transform, opacity;
  transform: translate3d(0, 0, 0); }
  .sc_video._background video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
    opacity: 0;
    transition: opacity 1s linear; }

.sc_video._zoom {
  position: absolute;
  width: 110%;
  height: 110%;
  top: -5%;
  left: -5%;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #000; }

.sc_video._wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  will-change: transform, opacity;
  transform: scale(1.1);
  transition: opacity 1s 1s linear, transform 1s 1s cubic-bezier(0.2, 0.3, 0, 0.85); }
  .sc_video._wrapper video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    pointer-events: none; }

.sc_video._visual {
  transform: translate3d(0, 0, 0);
  transition: height 1s cubic-bezier(0.2, 0.3, 0, 0.85);
  width: 100%;
  height: 0;
  position: relative;
  will-change: height;
  overflow: hidden; }
  @media screen and (max-width: 959px) {
    .sc_video._visual {
      transition: padding-top 1s cubic-bezier(0.2, 0.3, 0, 0.85);
      padding-top: 0; } }

.sc_video._link {
  display: block;
  max-width: 105.6rem;
  width: 100%;
  padding: 0 7.5rem;
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: 50%;
  transform: translate3d(-50%, 0, 0); }
  @media screen and (max-width: 959px) {
    .sc_video._link {
      padding: 0 2.4rem;
      display: flex;
      top: 0;
      bottom: 0;
      height: 100%;
      flex-direction: column;
      justify-content: center; } }
  @media screen and (min-width: 1460px) {
    .sc_video._link {
      max-width: 120rem; } }
  @media screen and (min-width: 1600px) {
    .sc_video._link {
      max-width: 150rem; } }
  @media screen and (min-width: 1950px) {
    .sc_video._link {
      max-width: 170rem; } }
  .sc_video._link .sc_video._title {
    position: absolute;
    bottom: 3.2rem;
    left: 0; }
    @media screen and (max-width: 959px) {
      .sc_video._link .sc_video._title {
        position: relative;
        bottom: auto;
        left: auto; }
        .sc_video._link .sc_video._title h3._home__p2 br {
          display: none; } }
  .sc_video._link:active .sc_video._container video, .sc_video._link:hover .sc_video._container video {
    transform: translate3d(-50%, -50%, 0) scale(1.3); }

.sc_video._container {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  pointer-events: none;
  will-change: transform;
  overflow: hidden;
  transform: translate3d(-50%, 0, 0); }
  .sc_video._container video {
    max-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 1;
    transform: translate3d(-50%, -50%, 0);
    pointer-events: none;
    will-change: transform;
    transition: transform 1s cubic-bezier(0.2, 0.3, 0, 0.85);
    object-fit: cover; }

.sc_embed {
  background-color: #000000;
  /* Adding pseudo element to iframe parent */
  /* Adding hover effect to pseudo element */ }
  .sc_embed._freeRatio {
    position: relative;
    overflow: hidden; }
  .sc_embed._r169 {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden; }
  .sc_embed._r43 {
    position: relative;
    padding-top: 75%;
    overflow: hidden; }
  .sc_embed._full {
    width: 100%;
    height: 100%; }
  .sc_embed._background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
    overflow: hidden; }
    .sc_embed._background > iframe {
      width: 100vw;
      height: 56.25vw;
      /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
      min-height: 100vh;
      min-width: 177.77vh;
      /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
      position: absolute;
      top: 50%;
      left: 50%;
      opacity: 0.1;
      transform: translate3d(0, 0, 0) translate(-50%, -50%) scale(2);
      transition: 1s cubic-bezier(0.2, 0.3, 0, 0.85); }
  .sc_embed._overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2300;
    background-size: cover;
    background-repeat: no-repeat; }
    .sc_embed._overlay._played {
      display: none; }
  .sc_embed._play {
    height: 6.4rem;
    width: 6.4rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    will-change: transform opacity;
    transition: transform 0.4s ease-in-out, background-color 0.5s linear;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 89, 163, 0.6);
    border-radius: 3.2rem; }
    .sc_embed._play:hover, .sc_embed._play:active {
      cursor: pointer;
      transform: translate3d(-50%, -50%, 0) scale(1.15);
      background-color: rgba(0, 89, 163, 0.9); }
    .sc_embed._play svg {
      width: 4rem;
      height: 4rem; }
      .sc_embed._play svg path {
        fill: white; }
  .sc_embed._layer iframe {
    opacity: 0.7; }
  .sc_embed img {
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0.7;
    transform: translateX(-50%) translateY(-50%) scale(1.02); }
  .sc_embed img,
  .sc_embed iframe,
  .sc_embed .sc_embed__play {
    cursor: pointer;
    position: absolute; }
  .sc_embed iframe {
    background-color: #000000;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }

.sc_indevice__wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden; }
  .sc_indevice__wrapper img {
    width: 100%; }

.sc_indevice__embed {
  z-index: 100;
  position: absolute;
  transform: translate3d(-50%, 0, 0);
  max-height: 100%;
  left: 50%; }

.sc_separator {
  width: 100%;
  height: .1rem; }
  @media screen and (max-width: 959px) {
    .sc_separator {
      margin-top: 1.5rem; } }
  .sc_separator._c1 {
    background-color: white; }
  .sc_separator._c2 {
    background-color: #0059a3; }
  .sc_separator._c3 {
    background-color: #8a8b8a; }

html.fp-enabled,
html.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

._center {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }

.sc_navdots {
  right: 5.4rem;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 2400; }
  @media screen and (max-width: 1056px) {
    .sc_navdots {
      right: 3.2rem; } }
  @media screen and (max-width: 959px) {
    .sc_navdots {
      display: none; } }
  .sc_navdots ul li {
    width: 0.6rem;
    height: 0.6rem;
    margin-bottom: 2.4rem; }
    .sc_navdots ul li.active a {
      pointer-events: none;
      background-color: #0059a3; }
      .sc_navdots ul li.active a svg {
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(180deg);
        transform: translate3d(-50%, -50%, 0) rotate(180deg);
        transition: 0.8s cubic-bezier(0.6, 0.3, 0.8, 0.5) 0.25s; }
        .sc_navdots ul li.active a svg circle {
          stroke-dashoffset: 0;
          transition: 0.8s cubic-bezier(0.6, 0.3, 0.8, 0.5) 0.25s; }
    .sc_navdots ul li a {
      display: block;
      width: 0.6rem;
      height: 0.6rem;
      background-color: rgba(255, 255, 255, 0.5);
      border-radius: 50%;
      position: relative;
      will-change: opacity, transform;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transition: background-color 0.3s ease-in-out; }
      .sc_navdots ul li a svg {
        opacity: 0.45;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0) rotate(0);
        transform: translate3d(-50%, -50%, 0) rotate(0);
        pointer-events: none;
        transition: 0.8s cubic-bezier(0.6, 0.3, 0.8, 0.5); }
        .sc_navdots ul li a svg circle {
          transition: 0.8s cubic-bezier(0.6, 0.3, 0.8, 0.5);
          stroke-dashoffset: 70;
          stroke-dasharray: 70; }
      .sc_navdots ul li a:hover, .sc_navdots ul li a:active {
        background: rgba(255, 255, 255, 0.8);
        cursor: pointer; }

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out; }

.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent; }

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: hidden;
  position: relative; }

.fp-scroller {
  overflow: hidden; }

.iScrollIndicator {
  border: 0 !important; }

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

#fp-nav {
  position: fixed;
  z-index: 100;
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translate3d(0, -50%, 0); }

#fp-nav.fp-right {
  right: 17px; }

#fp-nav.fp-left {
  left: 17px; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important; }
  .fp-slidesNav.fp-bottom {
    bottom: 17px; }
  .fp-slidesNav.fp-top {
    top: 17px; }

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0; }

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative; }

.fp-slidesNav ul li {
  display: inline-block; }

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 0.6rem;
  width: 0.6rem;
  margin: -0.3rem 0 0 -0.3rem;
  border-radius: 50%;
  background: #0059a3; }

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 0.6rem;
  width: 0.6rem;
  border: 0;
  background: rgba(255, 255, 255, 0.5);
  left: 50%;
  top: 50%;
  margin: -0.3rem 0 0 -0.3rem;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 1rem;
  height: 1rem;
  margin: -0.5rem 0px 0px -0.5rem;
  background: white; }

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer; }

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1; }

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px; }

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px; }

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important; }

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important; }

/*Only display content to screen readers*/
.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.fp-bg {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
  backface-visibility: hidden; }

a[data-width] {
  display: block; }

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 2800;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 0.1s cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 0.1s cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 0.1s cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(assets/plugin/photoswipe/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(assets/plugin/photoswipe/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 2900;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 2920;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(assets/plugin/photoswipe/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@keyframes clockwise {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes donut-rotate {
  0% {
    transform: rotate(0); }
  50% {
    transform: rotate(-140deg); }
  100% {
    transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 2850; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 0.1s cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

.pswp__caption__center {
  text-align: center; }

.pswp__img--placeholder {
  display: block !important; }

.sc_cols {
  column-gap: 2.4rem; }
  .sc_cols._cols2 {
    column-count: 2; }
    @media screen and (max-width: 959px) {
      .sc_cols._cols2 {
        column-count: 1; } }

.sc_grid {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%; }
  .sc_grid._screen {
    height: 100vh; }
  .sc_grid._middle .sc_cell {
    align-self: center; }
  .sc_grid._bottom .sc_cell {
    align-self: flex-end; }
  .sc_grid._side {
    justify-content: space-between; }
  .sc_grid._center {
    justify-content: center; }
  .sc_grid._right {
    justify-content: right; }
  .sc_grid._gutter {
    width: auto; }
    .sc_grid._gutter > .sc_cell {
      padding: 1.2rem; }
    .sc_grid._gutter._large {
      margin: -1.2rem; }
      .sc_grid._gutter._large > .sc_cell {
        padding: 1.2rem; }
    .sc_grid._gutter._s24 {
      margin: -1.2rem; }
      .sc_grid._gutter._s24 > .sc_cell {
        padding: 1.2rem; }
    .sc_grid._gutter._s32 {
      margin: -1.6rem; }
      .sc_grid._gutter._s32 > .sc_cell {
        padding: 1.6rem; }
    .sc_grid._gutter._s40 {
      margin: -2rem; }
      .sc_grid._gutter._s40 > .sc_cell {
        padding: 2rem; }

.sc_cell {
  flex-basis: 100%;
  max-width: 100%;
  position: relative; }
  .sc_cell._flex {
    flex-basis: auto;
    width: auto; }
  .sc_cell._top {
    align-self: flex-start; }
  .sc_cell._middle {
    align-self: center; }
  .sc_cell._bottom {
    align-self: flex-end; }
  .sc_cell._left {
    text-align: left; }
  .sc_cell._center {
    text-align: center; }
  .sc_cell._right {
    text-align: right; }
  @media screen and (max-width: 768px) {
    .sc_cell._m1 {
      flex-basis: 8.33333%;
      max-width: 8.33333%; } }
  @media screen and (max-width: 960px) {
    .sc_cell._t1 {
      flex-basis: 8.33333%;
      max-width: 8.33333%; } }
  @media screen and (min-width: 961px) {
    .sc_cell._d1 {
      flex-basis: 8.33333%;
      max-width: 8.33333%; } }
  @media screen and (max-width: 768px) {
    .sc_cell._m2 {
      flex-basis: 16.66667%;
      max-width: 16.66667%; } }
  @media screen and (max-width: 960px) {
    .sc_cell._t2 {
      flex-basis: 16.66667%;
      max-width: 16.66667%; } }
  @media screen and (min-width: 961px) {
    .sc_cell._d2 {
      flex-basis: 16.66667%;
      max-width: 16.66667%; } }
  @media screen and (max-width: 768px) {
    .sc_cell._m3 {
      flex-basis: 25%;
      max-width: 25%; } }
  @media screen and (max-width: 960px) {
    .sc_cell._t3 {
      flex-basis: 25%;
      max-width: 25%; } }
  @media screen and (min-width: 961px) {
    .sc_cell._d3 {
      flex-basis: 25%;
      max-width: 25%; } }
  @media screen and (max-width: 768px) {
    .sc_cell._m4 {
      flex-basis: 33.33333%;
      max-width: 33.33333%; } }
  @media screen and (max-width: 960px) {
    .sc_cell._t4 {
      flex-basis: 33.33333%;
      max-width: 33.33333%; } }
  @media screen and (min-width: 961px) {
    .sc_cell._d4 {
      flex-basis: 33.33333%;
      max-width: 33.33333%; } }
  @media screen and (max-width: 768px) {
    .sc_cell._m5 {
      flex-basis: 41.66667%;
      max-width: 41.66667%; } }
  @media screen and (max-width: 960px) {
    .sc_cell._t5 {
      flex-basis: 41.66667%;
      max-width: 41.66667%; } }
  @media screen and (min-width: 961px) {
    .sc_cell._d5 {
      flex-basis: 41.66667%;
      max-width: 41.66667%; } }
  @media screen and (max-width: 768px) {
    .sc_cell._m6 {
      flex-basis: 50%;
      max-width: 50%; } }
  @media screen and (max-width: 960px) {
    .sc_cell._t6 {
      flex-basis: 50%;
      max-width: 50%; } }
  @media screen and (min-width: 961px) {
    .sc_cell._d6 {
      flex-basis: 50%;
      max-width: 50%; } }
  @media screen and (max-width: 768px) {
    .sc_cell._m7 {
      flex-basis: 58.33333%;
      max-width: 58.33333%; } }
  @media screen and (max-width: 960px) {
    .sc_cell._t7 {
      flex-basis: 58.33333%;
      max-width: 58.33333%; } }
  @media screen and (min-width: 961px) {
    .sc_cell._d7 {
      flex-basis: 58.33333%;
      max-width: 58.33333%; } }
  @media screen and (max-width: 768px) {
    .sc_cell._m8 {
      flex-basis: 66.66667%;
      max-width: 66.66667%; } }
  @media screen and (max-width: 960px) {
    .sc_cell._t8 {
      flex-basis: 66.66667%;
      max-width: 66.66667%; } }
  @media screen and (min-width: 961px) {
    .sc_cell._d8 {
      flex-basis: 66.66667%;
      max-width: 66.66667%; } }
  @media screen and (max-width: 768px) {
    .sc_cell._m9 {
      flex-basis: 75%;
      max-width: 75%; } }
  @media screen and (max-width: 960px) {
    .sc_cell._t9 {
      flex-basis: 75%;
      max-width: 75%; } }
  @media screen and (min-width: 961px) {
    .sc_cell._d9 {
      flex-basis: 75%;
      max-width: 75%; } }
  @media screen and (max-width: 768px) {
    .sc_cell._m10 {
      flex-basis: 83.33333%;
      max-width: 83.33333%; } }
  @media screen and (max-width: 960px) {
    .sc_cell._t10 {
      flex-basis: 83.33333%;
      max-width: 83.33333%; } }
  @media screen and (min-width: 961px) {
    .sc_cell._d10 {
      flex-basis: 83.33333%;
      max-width: 83.33333%; } }
  @media screen and (max-width: 768px) {
    .sc_cell._m11 {
      flex-basis: 91.66667%;
      max-width: 91.66667%; } }
  @media screen and (max-width: 960px) {
    .sc_cell._t11 {
      flex-basis: 91.66667%;
      max-width: 91.66667%; } }
  @media screen and (min-width: 961px) {
    .sc_cell._d11 {
      flex-basis: 91.66667%;
      max-width: 91.66667%; } }
  @media screen and (max-width: 768px) {
    .sc_cell._m12 {
      flex-basis: 100%;
      max-width: 100%; } }
  @media screen and (max-width: 960px) {
    .sc_cell._t12 {
      flex-basis: 100%;
      max-width: 100%; } }
  @media screen and (min-width: 961px) {
    .sc_cell._d12 {
      flex-basis: 100%;
      max-width: 100%; } }
  @media screen and (min-width: 0px) {
    .sc_cell._p10 {
      flex-basis: 10%;
      max-width: 10%; } }
  @media screen and (min-width: 0px) {
    .sc_cell._p20 {
      flex-basis: 20%;
      max-width: 20%; } }
  @media screen and (min-width: 0px) {
    .sc_cell._p30 {
      flex-basis: 30%;
      max-width: 30%; } }
  @media screen and (min-width: 0px) {
    .sc_cell._p40 {
      flex-basis: 40%;
      max-width: 40%; } }
  @media screen and (min-width: 0px) {
    .sc_cell._p50 {
      flex-basis: 50%;
      max-width: 50%; } }
  @media screen and (min-width: 0px) {
    .sc_cell._p60 {
      flex-basis: 60%;
      max-width: 60%; } }
  @media screen and (min-width: 0px) {
    .sc_cell._p70 {
      flex-basis: 70%;
      max-width: 70%; } }
  @media screen and (min-width: 0px) {
    .sc_cell._p80 {
      flex-basis: 80%;
      max-width: 80%; } }
  @media screen and (min-width: 0px) {
    .sc_cell._p90 {
      flex-basis: 90%;
      max-width: 90%; } }

.sc_section {
  position: relative;
  max-width: 100%;
  overflow: hidden; }
  .sc_section._full {
    height: 100vh; }
  .sc_section._center {
    justify-content: center;
    display: flex;
    flex: 0 1 auto;
    flex-wrap: wrap;
    flex-direction: row;
    flex-wrap: wrap; }

.sc_space {
  width: 100%; }
  .sc_space._s1 {
    height: 0.8rem; }
    @media screen and (max-width: 959px) {
      .sc_space._s1 {
        height: 0.8rem; } }
  .sc_space._s2 {
    height: 1.6rem; }
    @media screen and (max-width: 959px) {
      .sc_space._s2 {
        height: 0.8rem; } }
  .sc_space._s3 {
    height: 2.4rem; }
    @media screen and (max-width: 959px) {
      .sc_space._s3 {
        height: 1.6rem; } }
  .sc_space._s4 {
    height: 3.2rem; }
    @media screen and (max-width: 959px) {
      .sc_space._s4 {
        height: 2.4rem; } }
  .sc_space._s5 {
    height: 4rem; }
    @media screen and (max-width: 959px) {
      .sc_space._s5 {
        height: 3.2rem; } }
  .sc_space._s6 {
    height: 4.8rem; }
    @media screen and (max-width: 959px) {
      .sc_space._s6 {
        height: 4rem; } }
  .sc_space._s7 {
    height: 5.6rem; }
    @media screen and (max-width: 959px) {
      .sc_space._s7 {
        height: 4.8rem; } }
  .sc_space._s8 {
    height: 6.4rem; }
    @media screen and (max-width: 959px) {
      .sc_space._s8 {
        height: 5.6rem; } }
  .sc_space._s9 {
    height: 7.2rem; }
    @media screen and (max-width: 959px) {
      .sc_space._s9 {
        height: 6.4rem; } }
  .sc_space._s10 {
    height: 8rem; }
    @media screen and (max-width: 959px) {
      .sc_space._s10 {
        height: 7.2rem; } }
  .sc_space._s11 {
    height: 8.8rem; }
    @media screen and (max-width: 959px) {
      .sc_space._s11 {
        height: 8rem; } }
  .sc_space._s12 {
    height: 9.6rem; }
    @media screen and (max-width: 959px) {
      .sc_space._s12 {
        height: 8.8rem; } }
  .sc_space._s13 {
    height: 10.4rem; }
    @media screen and (max-width: 959px) {
      .sc_space._s13 {
        height: 9.6rem; } }
  .sc_space._s14 {
    height: 11.2rem; }
    @media screen and (max-width: 959px) {
      .sc_space._s14 {
        height: 10.4rem; } }
  .sc_space._s15 {
    height: 12rem; }
    @media screen and (max-width: 959px) {
      .sc_space._s15 {
        height: 8rem; } }

.ggskin, .ggskin * {
  line-height: 1.2; }
