*,
::after,
::before {
    outline: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

img {
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
    height: auto;
    max-width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

ul li {
    vertical-align: top
}

a {
    text-decoration: none
}

a:focus,
a:hover {
    text-decoration: none;
    outline: 0
}

input {
    -webkit-appearance: none;
    -moz-appearance: none
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2rem;
    margin: 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -.2rem
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

ul li {
    vertical-align: top
}

a:focus,
a:hover {
    text-decoration: none;
    outline: 0
}

input {
    -webkit-appearance: none;
    -moz-appearance: none
}

picture {
    display: block
}

@font-face {
    font-family: "Mulish";
    src: url(../fonts/Mulish/Mulish-VariableFont_wght.ttf) format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Mulish";
    src: url(../fonts/Mulish/Mulish-Italic-VariableFont_wght.ttf) format("truetype");
    font-weight: 100 900;
    font-style: italic;
    font-display: swap
}


.v_menu {
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 500;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    z-index: 500
}

.v_menu.active {
    opacity: 1;
    pointer-events: auto;
    position: fixed
}

.v_menu.active .v_menu_in {
    transition: .35s;
    background: #fff;
    opacity: 1;
    pointer-events: auto
}

.v_menu .v_menu_in {
    transition: .35s;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.v_menu .rows {
    height: 100%;
    display: flex
}

.v_menu .rows .cols {
    height: 100%;
    position: relative
}

.v_menu .rows .cols.cols01 {
    width: calc(100% - 1150px)
}

@media (max-width:1450px) {
    .v_menu .rows .cols.cols01 {
        width: calc(100% - 95rem)
    }
}

@media (max-width:1366px) {
    .v_menu .rows .cols.cols01 {
        width: calc(100% - 85rem)
    }
}

@media (max-width:1100px) {
    .v_menu .rows .cols.cols01 {
        width: calc(100% - 65rem)
    }
}

@media (max-width:1000px) {
    .v_menu .rows .cols.cols01 {
        width: 0
    }
}

.v_menu .rows .cols.cols02 {
    width: 1150px
}

@media (max-width:1450px) {
    .v_menu .rows .cols.cols02 {
        width: 95rem
    }
}

@media (max-width:1366px) {
    .v_menu .rows .cols.cols02 {
        width: 85rem
    }
}

@media (max-width:1100px) {
    .v_menu .rows .cols.cols02 {
        width: 65rem
    }
}

@media (max-width:1000px) {
    .v_menu .rows .cols.cols02 {
        width: 100%
    }
}

.v_menu .rows .cols .bg {
    position: relative;
    width: 100%;
    height: 100%
}

.v_menu .rows .cols .bg .bg_in {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.v_menu .desc {
    padding: 0 0 0 25rem;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center
}

@media (max-width:1450px) {
    .v_menu .desc {
        padding: 0 0 0 20rem
    }
}

@media (max-width:1100px) {
    .v_menu .desc {
        padding: 0 0 0 15rem
    }
}

@media (max-width:1000px) {
    .v_menu .desc {
        padding: 0 0 0 12rem
    }
}

@media (max-width:550px) {
    .v_menu .desc {
        padding: 0 0 0 5rem
    }
}

.v_menu .desc .vm_list li {
    margin: 0 0 2rem
}

.v_menu .desc .vm_list li:last-child {
    margin-bottom: 0
}

.v_menu .desc .vm_list li a {
    color: #abcdb7;
    font-weight: 300;
    font-size: 7.2rem;
    line-height: 7rem;
    text-transform: uppercase;
    letter-spacing: .2em;
    transition: .35s;
    position: relative
}

@media (max-width:1650px) {
    .v_menu .desc .vm_list li a {
        font: 300 6.9rem/7rem
    }
}

@media (max-width:1450px) {
    .v_menu .desc .vm_list li a {
        font: 300 6.6rem/6.4rem
    }
}

@media (max-width:1366px) {
    .v_menu .desc .vm_list li a {
        font: 300 5.8rem/5.7rem
    }
}

@media (max-width:1200px) {
    .v_menu .desc .vm_list li a {
        font: 300 4.8rem/4.7rem
    }
}

@media (max-width:1100px) {
    .v_menu .desc .vm_list li a {
        font: 300 4.1rem/4.1rem
    }
}

@media (max-width:1000px) {
    .v_menu .desc .vm_list li a {
        font: 300 2.9rem/2.9rem
    }
}

.v_menu .desc .vm_list li a.active {
    color: #708573;
    transition: .35s
}

.v_menu .desc .vm_list li a.active .n {
    color: #708573;
    opacity: 1;
    transition: .35s
}

.v_menu .desc .vm_list li a.active .n:after {
    background: #708573
}

.v_menu .desc .vm_list li a.active:after {
    opacity: 1;
    background: #708573;
    transition: .35s
}

.v_menu .desc .vm_list li a:hover {
    color: #708573;
    transition: .35s
}

.v_menu .desc .vm_list li a:hover:after {
    opacity: 1;
    background: #708573;
    transition: .35s
}

.v_menu .desc .vm_list li a:hover .n {
    color: #708573;
    opacity: 1;
    transition: .35s
}

.v_menu .desc .vm_list li a:hover .n:after {
    background: #708573
}

.v_menu .desc .vm_list li a:after {
    content: "";
    position: absolute;
    top: 4.1rem;
    right: -7.4rem;
    width: 5.8rem;
    height: .1rem;
    background: #abcdb7;
    transition: .35s;
    opacity: 0
}

@media (max-width:1450px) {
    .v_menu .desc .vm_list li a:after {
        top: 3.7rem
    }
}

@media (max-width:1366px) {
    .v_menu .desc .vm_list li a:after {
        top: 3.2rem
    }
}

@media (max-width:1200px) {
    .v_menu .desc .vm_list li a:after {
        top: 2.7rem
    }
}

@media (max-width:1100px) {
    .v_menu .desc .vm_list li a:after {
        width: .3rem;
        right: -4rem;
        top: 2.2rem
    }
}

@media (max-width:1000px) {
    .v_menu .desc .vm_list li a:after {
        top: 1.7rem
    }
}

.v_menu .desc .vm_list li a .n {
    color: #abcdb7;
    font-weight: 300;
    font-size: 2rem;
    line-height: 2rem;
    text-transform: uppercase;
    letter-spacing: .13em;
    position: absolute;
    top: 3rem;
    left: -12.9rem;
    transition: .35s;
    opacity: 0;
    transition: .35s
}

@media (max-width:1450px) {
    .v_menu .desc .vm_list li a .n {
        top: 2.6rem
    }
}

@media (max-width:1366px) {
    .v_menu .desc .vm_list li a .n {
        top: 2.1rem
    }
}

@media (max-width:1200px) {
    .v_menu .desc .vm_list li a .n {
        top: 1.6rem
    }
}

@media (max-width:1100px) {
    .v_menu .desc .vm_list li a .n {
        font-weight: 300;
        font-size: 1.6rem;
        line-height: 1.6rem;
        left: -7.2rem
    }
}

@media (max-width:1000px) {
    .v_menu .desc .vm_list li a .n {
        top: 1rem
    }
}

.v_menu .desc .vm_list li a .n:after {
    content: "";
    position: absolute;
    top: 1.1rem;
    right: -8.4rem;
    width: 5.8rem;
    height: .1rem;
    background: #abcdb7
}

@media (max-width:1100px) {
    .v_menu .desc .vm_list li a .n:after {
        width: 3rem;
        right: -4rem;
        top: .7rem
    }
}

.pin-spacer-sfo {
    z-index: 450 !important
}

.pin-spacer-tlForm {
    pointer-events: none
}

.pin-spacer-tlForm.active {
    pointer-events: auto
}

.sap_form_ovr {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    z-index: 200;
    pointer-events: none
}

@media (max-width:760px) {
    .sap_form_ovr {
        pointer-events: none;
        position: fixed;
        height: 100%;
        overflow: hidden;
        transform: translateX(100%);
        transition: .7s ease-in-out;
        z-index: 400
    }
}

@media (max-width:760px) {
    .sap_form_ovr.active {
        pointer-events: auto;
        transform: translateX(0);
        transition: .7s ease-in-out
    }
}

.sap_form_ovr .scroll-content {
    min-height: 100%
}

.sap_form_scr {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden
}

@media (max-width:760px) {
    .sap_form_scr {
        height: 100%;
        position: absolute;
        overflow-y: scroll;
        width: calc(100% + 20px)
    }
}

.sap_form_scr .sap_form_scr_in {
    height: 100%
}

@media (max-width:760px) {
    .sap_form_scr .sap_form_scr_in {
        position: relative;
        height: auto
    }
}

.sap_form {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 75vw;
    background: #fff;
    z-index: 550;
    transform: translateX(100%);
    transition: .5s
}

@media (max-width:760px) {
    .sap_form {
        height: auto;
        transform: translateX(0);
        transition: 0s;
        position: relative
    }
}

.sap_form.active {
    transform: translateX(0);
    transition: .5s
}

@media (max-width:760px) {
    .sap_form.active {
        transition: 0s
    }
}

@media (max-width:760px) {
    .sap_form .container {
        padding-left: 1.6rem;
        padding-right: 3.6rem
    }
}

.sap_form .t_rows_mb {
    display: none
}

@media (max-width:760px) {
    .sap_form .t_rows_mb {
        display: flex;
        padding: 19px 0 0
    }
}

.sap_form .t_rows_mb p {
    margin-right: 6px
}

.sap_form .t_rows_mb p:last-child {
    margin-right: 0
}

.sap_form .t_rows_mb p a {
    display: block;
    width: 50px;
    height: 50px;
    position: relative
}

.sap_form .t_rows {
    padding-top: .938vw
}

@media (max-width:760px) {
    .sap_form .t_rows {
        padding-top: 20px;
        display: none
    }
}

.sap_form .t_rows .t_cols {
    width: 100%;
    margin: 0 0 0
}

.sap_form .t_rows .t_cols p {
    color: rgba(0, 0, 0, .2);
    font-style: normal;
    font-size: 1.25vw;
    line-height: 1.25vw;
    margin: 0;
    letter-spacing: -.025vw
}

.sap_form .t_rows_adr {
    margin: .417vw 0 0
}

@media (max-width:760px) {
    .sap_form .t_rows_adr {
        display: none
    }
}

.sap_form .t_rows_adr .t_cols_phn {
    display: flex
}

.sap_form .t_rows_adr p {
    color: rgba(0, 0, 0, .2);
    font-style: normal;
    font-size: 1.25vw;
    line-height: 1.25vw;
    margin: 0;
    letter-spacing: -.025vw
}

.sap_form .t_rows_adr p a {
    color: #000;
    transition: .35s
}

.sap_form .t_rows_adr p a:hover {
    color: #a5b3c5;
    transition: .35s
}

.sap_form .t_rows_adr p a.tg {
    position: relative;
    display: inline-block;
    margin-left: 1.927vw;
    padding-right: 1.198vw;
    transition: .35s
}

.sap_form .t_rows_adr .t_cols_eml {
    margin: .26vw 0 0
}

.sap_form .m_rows {
    margin: 5.677vw 0 0 -.417vw
}

@media (max-width:760px) {
    .sap_form .m_rows {
        margin: 86px 0 0
    }
}

.sap_form .m_rows .h2 {
    color: #000;
    font-style: normal;
    font-size: 3.438vw;
    line-height: 3.542vw;
    letter-spacing: -.086vw
}

@media (max-width:760px) {
    .sap_form .m_rows .h2 {
        font-style: normal;
        font-size: 30px;
        line-height: 35px;
        letter-spacing: -.75px
    }
}

@media (max-width:760px) {
    .sap_form .m_rows .h2.h2_pc {
        display: none
    }
}

.sap_form .m_rows .h2.h2_mb {
    display: none
}

@media (max-width:760px) {
    .sap_form .m_rows .h2.h2_mb {
        display: block
    }
}

.sap_form .m_rows .h2 .br {
    display: block
}

.sap_form .b_rows {
    margin: 5.833vw 0 0
}

@media (max-width:760px) {
    .sap_form .b_rows {
        margin: 49px 0 0
    }
}

.sap_form .rows {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 2.083vw
}

@media (max-width:760px) {
    .sap_form .rows {
        flex-wrap: wrap;
        margin-top: 0
    }
}

.sap_form .rows.rows_e {
    margin-top: 0
}

.sap_form .rows.rows_e .cols.cols02 {
    border-color: transparent
}

@media (max-width:760px) {
    .sap_form .rows.rows_e .cols.cols02 {
        display: none
    }
}

.sap_form .rows.rows_btn {
    text-align: center;
    margin: 4.583vw 0 0
}

@media (max-width:760px) {
    .sap_form .rows.rows_btn {
        margin: 96px 0 0;
        flex-wrap: wrap
    }
}

.sap_form .rows.rows_btn .cols {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

@media (max-width:760px) {
    .sap_form .rows.rows_btn .cols {
        display: block;
        margin-bottom: 0
    }
}

.sap_form .rows.rows_rdn .cols02 {
    display: flex
}

@media (max-width:760px) {
    .sap_form .rows.rows_rdn .cols02 {
        display: block;
        margin-bottom: 36px
    }
}

.sap_form .rows.rows_txr {
    margin-top: 0
}

.sap_form .rows.rows_txr .cols {
    height: 11.719vw;
    width: 100%;
    max-width: 75.677vw
}

@media (max-width:760px) {
    .sap_form .rows.rows_txr .cols {
        height: auto;
        max-width: 100%
    }
}

.sap_form .rows.rows_txr .cols .h6 {
    top: 2.448vw
}

@media (max-width:760px) {
    .sap_form .rows.rows_txr .cols .h6 {
        top: 0
    }
}

.sap_form .rows.rows_txr .cols .parsley-errors-list {
    top: 2.24vw;
    z-index: 20
}

@media (max-width:1280px) {
    .sap_form .rows.rows_txr .cols .parsley-errors-list {
        top: 1.172vw
    }
}

@media (max-width:760px) {
    .sap_form .rows.rows_txr .cols .parsley-errors-list {
        top: -10px
    }
}

.sap_form .rows.rows_txr .cols .parsley-errors-list+.h6 {
    color: rgba(0, 0, 0, .2);
    transform: translateY(-1.406vw);
    transition: .35s
}

@media (max-width:1280px) {
    .sap_form .rows.rows_txr .cols .parsley-errors-list+.h6 {
        transform: translateY(-2.266vw)
    }
}

@media (max-width:760px) {
    .sap_form .rows.rows_txr .cols .parsley-errors-list+.h6 {
        transform: translateY(-30px)
    }
}

.sap_form .rows .cols {
    width: 100%;
    max-width: 44.896vw;
    position: relative;
    height: 3.646vw;
    border-bottom: .1rem solid #000
}

@media (max-width:760px) {
    .sap_form .rows .cols {
        height: auto;
        width: 100%;
        max-width: 100%;
        margin: 0 0 41px
    }
}

@media (max-width:760px) {
    .sap_form .rows .cols.cols_txt {
        height: 180px
    }
}

.sap_form .rows .cols.cols_txt .parsley-errors-list {
    top: -9px;
    z-index: 20
}

@media (max-width:760px) {
    .sap_form .rows .cols.cols_txt .parsley-errors-list {
        top: 0
    }
}

.sap_form .rows .cols.cols01 {
    margin: 0
}

@media (max-width:760px) {
    .sap_form .rows .cols.cols01 {
        margin: 0 0 41px
    }
}

.sap_form .rows .cols.cols02 .parsley-errors-list {
    left: 0
}

@media (max-width:760px) {
    .sap_form .rows .cols.cols02 .parsley-errors-list {
        left: 0
    }
}

.sap_form .rows .cols.cols02 .r_ln_bh {
    opacity: 0;
    bottom: auto;
    top: 0
}

@media (max-width:760px) {
    .sap_form .rows .cols.cols02 .r_ln_bh {
        opacity: 1
    }
}

.sap_form .rows .cols .parsley-errors-list {
    top: -.469vw;
    z-index: 20
}

@media (max-width:1280px) {
    .sap_form .rows .cols .parsley-errors-list {
        top: -.625vw
    }
}

@media (max-width:760px) {
    .sap_form .rows .cols .parsley-errors-list {
        top: -10px
    }
}

.sap_form .rows .cols .parsley-errors-list+.h6 {
    color: rgba(0, 0, 0, .2);
    transform: translateY(-1.823vw);
    transition: .35s
}

@media (max-width:760px) {
    .sap_form .rows .cols .parsley-errors-list+.h6 {
        transform: translateY(-30px)
    }
}

@media (max-width:760px) {
    .sap_form .rows .cols .r_ln_h {
        display: none
    }
}

.sap_form .rows input[type=text] {
    width: 100%;
    background: 0 0;
    border: 0;
    color: #000;
    font-style: normal;
    font-size: 1.25vw;
    line-height: 1.25vw;
    margin: 0;
    letter-spacing: -.031vw
}

@media (max-width:1280px) {
    .sap_form .rows input[type=text] {
        font: normal .938vw/.938vw
    }
}

@media (max-width:1024px) {
    .sap_form .rows input[type=text] {
        font: normal 1.172vw/1.172vw
    }
}

@media (max-width:760px) {
    .sap_form .rows input[type=text] {
        margin: 0;
        padding: 0 0 29px;
        font-style: normal;
        font-size: 18px;
        line-height: 18px;
        letter-spacing: -.45px
    }
}

.sap_form .rows input[type=text]::-webkit-input-placeholder {
    color: #000
}

@media (max-width:760px) {
    .sap_form .rows input[type=text]::-webkit-input-placeholder {
        font-style: normal;
        font-size: 18px;
        line-height: 18px;
        letter-spacing: -.45px
    }
}

.sap_form .rows input[type=text]::-moz-placeholder {
    color: #000
}

@media (max-width:760px) {
    .sap_form .rows input[type=text]::-moz-placeholder {
        font-style: normal;
        font-size: 18px;
        line-height: 18px;
        letter-spacing: -.45px
    }
}

.sap_form .rows input[type=text]:-moz-placeholder {
    color: #000
}

@media (max-width:760px) {
    .sap_form .rows input[type=text]:-moz-placeholder {
        font-style: normal;
        font-size: 18px;
        line-height: 18px;
        letter-spacing: -.45px
    }
}

.sap_form .rows input[type=text]:-ms-input-placeholder {
    color: #000
}

@media (max-width:760px) {
    .sap_form .rows input[type=text]:-ms-input-placeholder {
        font-style: normal;
        font-size: 18px;
        line-height: 18px;
        letter-spacing: -.45px
    }
}

.sap_form .rows input[type=text]:focus+.h6,
.sap_form .rows input[type=text]:valid+.h6 {
    color: rgba(0, 0, 0, .2);
    transform: translateY(-1.823vw);
    transition: .35s
}

@media (max-width:760px) {

    .sap_form .rows input[type=text]:focus+.h6,
    .sap_form .rows input[type=text]:valid+.h6 {
        transform: translateY(-30px)
    }
}

.sap_form .rows .h6 {
    color: #000;
    font-style: normal;
    font-size: 1.25vw;
    line-height: 1.25vw;
    letter-spacing: -.031vw;
    position: absolute;
    top: .104vw;
    left: 0;
    transition: .35s;
    pointer-events: none
}

@media (max-width:1280px) {
    .sap_form .rows .h6 {
        font: normal .938vw/.938vw
    }
}

@media (max-width:1024px) {
    .sap_form .rows .h6 {
        font: normal 1.172vw/1.172vw
    }
}

@media (max-width:760px) {
    .sap_form .rows .h6 {
        font-style: normal;
        font-size: 18px;
        line-height: 18px;
        letter-spacing: -.45px;
        top: 0
    }
}

.sap_form .rows .h5 {
    color: #000;
    font-style: normal;
    font-size: 1.25vw;
    line-height: 1.25vw;
    letter-spacing: -.031vw;
    position: absolute;
    top: .104vw;
    left: 0;
    transition: .35s
}

@media (max-width:760px) {
    .sap_form .rows .h5 {
        font-style: normal;
        font-size: 18px;
        line-height: 18px;
        letter-spacing: -.45px
    }
}

.sap_form .rows .h5.active {
    color: #000;
    transition: .35s
}

.sap_form .rows .r {
    display: flex;
    margin: -.156vw 0 0 9.063vw
}

@media (max-width:760px) {
    .sap_form .rows .r {
        margin: 51px 0 30px;
        flex-wrap: wrap
    }
}

.sap_form .rows .r .c {
    margin-right: .469vw
}

@media (max-width:760px) {
    .sap_form .rows .r .c {
        margin-right: 6px;
        margin-bottom: 7px
    }
}

.sap_form .rows .r .c:last-child {
    margin-right: 0
}

.sap_form .rows .r input[type=radio].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.sap_form .rows .r input[type=radio].css-checkbox+label.css-label {
    padding: .521vw .833vw;
    border-radius: 3.125vw;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-style: normal;
    font-size: .938vw;
    line-height: .938vw;
    vertical-align: middle;
    cursor: pointer
}

@media (max-width:760px) {
    .sap_form .rows .r input[type=radio].css-checkbox+label.css-label {
        padding: 11px 20px;
        border-radius: 50px;
        font-style: normal;
        font-size: 16px;
        line-height: 16px;
        letter-spacing: -.4px
    }
}

.sap_form .rows .r input[type=radio].css-checkbox:checked+label.css-label {
    color: #fff;
    background: #181a1e
}

.sap_form .rows .r label.css-label {
    background: #f5f6f9;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: .35s
}

.sap_form .rows .r label.css-label:hover {
    background: #a5b3c5;
    transition: .35s
}

.sap_form .rows textarea {
    width: 100%;
    background: 0 0;
    border: 0;
    color: #000;
    font-style: normal;
    font-size: 1.25vw;
    line-height: 1.875vw;
    letter-spacing: -.031vw;
    resize: none;
    margin: 2.552vw 0 0;
    padding: 0;
    height: 9.115vw
}

@media (max-width:1280px) {
    .sap_form .rows textarea {
        font-style: normal;
        font-size: .938vw;
        line-height: 1.338vw;
        margin: 1.328vw 0 0
    }
}

@media (max-width:1024px) {
    .sap_form .rows textarea {
        font: normal 1.172vw/1.472vw
    }
}

@media (max-width:760px) {
    .sap_form .rows textarea {
        margin: 0;
        height: 175px;
        padding: 0 0 0;
        font-style: normal;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: -.45px
    }
}

.sap_form .rows textarea::-webkit-input-placeholder {
    color: #000
}

@media (max-width:760px) {
    .sap_form .rows textarea::-webkit-input-placeholder {
        font-style: normal;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: -.45px
    }
}

.sap_form .rows textarea::-moz-placeholder {
    color: #000
}

@media (max-width:760px) {
    .sap_form .rows textarea::-moz-placeholder {
        font-style: normal;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: -.45px
    }
}

.sap_form .rows textarea:-moz-placeholder {
    color: #000
}

@media (max-width:760px) {
    .sap_form .rows textarea:-moz-placeholder {
        font-style: normal;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: -.45px
    }
}

.sap_form .rows textarea:-ms-input-placeholder {
    color: #000
}

@media (max-width:760px) {
    .sap_form .rows textarea:-ms-input-placeholder {
        font-style: normal;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: -.45px
    }
}

.sap_form .rows textarea:focus+.h6,
.sap_form .rows textarea:valid[required]+.h6 {
    color: rgba(0, 0, 0, .2);
    transform: translateY(-1.406vw);
    transition: .35s
}

@media (max-width:760px) {

    .sap_form .rows textarea:focus+.h6,
    .sap_form .rows textarea:valid[required]+.h6 {
        transform: translateY(-27px)
    }
}

.sap_form .rows .get_go {
    border: 0;
    cursor: pointer;
    color: #fff;
    font-style: normal;
    font-size: 1.25vw;
    line-height: 1.25vw;
    background: #181a1e;
    border-radius: 3.125vw;
    letter-spacing: -.033vw;
    padding: 2.344vw 4.427vw;
    transition: .35s
}

@media (max-width:760px) {
    .sap_form .rows .get_go {
        display: block;
        text-align: center;
        width: 100%;
        border-radius: 50px;
        letter-spacing: -.468px;
        padding: 25px 0;
        font: normal 18px/18px
    }
}

.sap_form .rows .get_go:hover {
    background: #a5b3c5;
    transition: .35s
}

.sap_form .rows .get_go[disabled] {
    cursor: default;
    border: 0;
    background: #f5f6f9;
    color: rgba(24, 26, 30, .3)
}

.sap_form .rows .get_go[disabled]:hover {
    cursor: default;
    border: 0;
    background: #f5f6f9;
    color: rgba(24, 26, 30, .3)
}

.sap_form .rows .iagrt {
    margin: 0;
    position: relative;
    text-align: left;
    width: 100%;
    margin: 0 0 0 2.969vw
}

@media (max-width:760px) {
    .sap_form .rows .iagrt {
        margin: 30px 0 50px
    }
}

.sap_form .rows .iagrt input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000rem;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: .1rem;
    width: .1rem;
    margin: -.1rem;
    padding: 0;
    border: 0
}

.sap_form .rows .iagrt input[type=checkbox].css-checkbox+label.css-label {
    padding-left: 1.51vw;
    height: auto;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 0;
    letter-spacing: -.023vw;
    color: #c2c3c6;
    font-style: normal;
    font-size: .938vw;
    line-height: 1.146vw;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    text-align: left
}

@media (max-width:760px) {
    .sap_form .rows .iagrt input[type=checkbox].css-checkbox+label.css-label {
        padding-left: 47px;
        letter-spacing: -.4px;
        font: normal 16px/20px
    }
}

.sap_form .rows .iagrt input[type=checkbox].css-checkbox:checked+label.css-label:before {
    background: green
}

.sap_form .rows .iagrt label.css-label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #949494
}

.sap_form .rows .iagrt label.css-label:before {
    content: "";
    position: absolute;
    top: .156vw;
    bottom: 0;
    left: 0;
    width: .885vw;
    height: .885vw;
    background: red;
    z-index: 1;
    border-radius: 100%
}

@media (max-width:760px) {
    .sap_form .rows .iagrt label.css-label:before {
        top: 2px;
        width: 19px;
        height: 19px
    }
}

.sap_form .rows .iagrt a {
    color: #000;
    display: inline-block;
    position: relative;
    transition: .35s
}

@media (max-width:760px) {
    .sap_form .rows .iagrt a {
        font: normal 16px/16px
    }
}

.sap_form .rows .iagrt a:hover {
    color: #a5b3c5;
    transition: .35s
}

.sap_form .rows .iagrt a:hover:after {
    background: #a5b3c5;
    transition: .35s
}

.sap_form .rows .iagrt a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    bottom: -.156vw;
    left: 0
}

@media (max-width:760px) {
    .sap_form .rows .iagrt a:after {
        bottom: -8px
    }
}

.sap_form .rows_agr {
    text-align: center;
    margin: 1.042vw 0 0
}

@media (max-width:760px) {
    .sap_form .rows_agr {
        margin: 20px 0 0
    }
}

.sap_form .rows_agr p {
    color: rgba(169, 171, 181, .7);
    font-style: normal;
    font-size: .625vw;
    line-height: .99vw;
    letter-spacing: .003vw
}

@media (max-width:760px) {
    .sap_form .rows_agr p {
        font-weight: 300;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -.4px
    }
}

.sap_form .rows_agr p .br {
    display: block
}

@media (max-width:760px) {
    .sap_form .rows_agr p .br {
        display: inline
    }
}

.sap_form .rows_agr p a {
    color: rgba(169, 171, 181, .7);
    display: inline-block;
    position: relative
}

.sap_form .rows_agr p a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(169, 171, 181, .7)
}

.sfc_wrap {
    position: absolute;
    top: .938vw;
    right: 1.25vw;
    opacity: 0;
    pointer-events: none;
    z-index: 250
}

.sfc_wrap.active {
    opacity: 1;
    pointer-events: auto
}

.sfc_wrap.active .sap_form_cls {
    opacity: 1;
    transition: .35s
}

.sap_form_cls {
    cursor: pointer;
    letter-spacing: -.012vw;
    color: #000;
    font-style: normal;
    font-size: 1.198vw;
    line-height: 1.198vw;
    margin: 0;
    border: 0;
    display: block;
    background: 0;
    padding-right: 1.823vw;
    opacity: 0;
    transition: .35s
}

@media (max-width:760px) {
    .sap_form_cls {
        display: none
    }
}

.sap_form_cls:hover {
    color: #a5b3c5;
    transition: .35s
}

.sap_form_cls:hover:after {
    background: #00f;
    transition: .35s
}

.sap_form_cls:after {
    content: "";
    position: absolute;
    top: .208vw;
    right: 0;
    background: #00f;
    width: .938vw;
    height: .938vw;
    transition: .35s
}

.sap_form_cls_mb {
    display: none
}

@media (max-width:760px) {
    .sap_form_cls_mb {
        display: block;
        position: absolute;
        top: 18px;
        right: 35px;
        cursor: pointer;
        color: #000;
        margin: 0;
        border: 0;
        background: #000
    }

    .sap_form_cls_mb:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        background: #00f;
        width: 19px;
        height: 19px;
        transition: .35s
    }
}

.blc_fole_upl {
    text-align: left;
    margin: 2.188vw 0 0;
    position: relative
}

@media (max-width:760px) {
    .blc_fole_upl {
        margin: 0
    }
}

.blc_fole_upl .drop {
    display: flex;
    align-items: flex-start
}

@media (max-width:760px) {
    .blc_fole_upl .drop {
        display: block
    }
}

.blc_fole_upl a.dwn {
    position: relative;
    font-style: normal;
    font-size: 1.25vw;
    line-height: 1.25vw;
    letter-spacing: -.031vw;
    color: #000;
    text-decoration: none;
    cursor: pointer;
    padding: 0 1.927vw 0 0;
    transition: .35s;
    display: inline-block;
    order: -1
}

@media (max-width:760px) {
    .blc_fole_upl a.dwn {
        font-style: normal;
        font-size: 18px;
        line-height: 18px;
        letter-spacing: -.45px;
        padding: 0 30px 0 0
    }
}

.blc_fole_upl a.dwn:hover {
    color: #a5b3c5;
    transition: .35s
}

.blc_fole_upl a.dwn:hover:after {
    background: #00f;
    transition: .35s
}

.blc_fole_upl a.dwn.hd {
    opacity: .5;
    pointer-events: none
}

.blc_fole_upl a.dwn:after {
    content: "";
    position: absolute;
    top: .156vw;
    right: 0;
    background: #00f;
    width: 1.042vw;
    height: .99vw;
    transition: .35s
}

@media (max-width:760px) {
    .blc_fole_upl a.dwn:after {
        top: 0;
        width: 19px;
        height: 19px
    }
}

.blc_fole_upl p.desc {
    margin: .469vw 0 0 1.042vw;
    width: auto;
    font-style: normal;
    font-size: .833vw;
    line-height: .833vw;
    color: #000;
    display: none
}

@media (max-width:1600px) {
    .blc_fole_upl p.desc {
        font: 300 1vw/1vw
    }
}

@media (max-width:1450px) {
    .blc_fole_upl p.desc {
        font: normal 12px/12px
    }
}

.blc_fole_upl .mulip {
    display: none
}

.blc_fole_upl .parsley-errors-list {
    top: -.677vw
}

@media (max-width:760px) {
    .blc_fole_upl .parsley-errors-list {
        top: 0
    }
}

@media (max-width:450px) {
    .blc_fole_upl .parsley-errors-list {
        left: 25px
    }
}

ul.list_dwn {
    margin: 0;
    position: relative;
    bottom: 0;
    left: 5.781vw;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 75.677vw
}

@media (max-width:760px) {
    ul.list_dwn {
        max-width: 100%;
        left: 0
    }
}

ul.list_dwn li {
    position: relative;
    margin: 0 2.865vw .521vw 0;
    padding: 0 1.875vw 0 0;
    border-radius: 0;
    position: relative
}

@media (max-width:760px) {
    ul.list_dwn li {
        margin: 0 45px 10px 0;
        padding: 0 25px 0 0
    }
}

ul.list_dwn li:last-child {
    margin-right: 0
}

ul.list_dwn li.error>input {
    display: none !important
}

ul.list_dwn li:before {
    content: " ";
    display: table;
    display: none
}

ul.list_dwn li:after {
    content: " ";
    display: table;
    clear: both
}

ul.list_dwn li>div {
    display: none !important
}

ul.list_dwn p {
    font-style: normal;
    font-size: 1.25vw;
    line-height: 1.25vw;
    color: #000;
    letter-spacing: -.031vw;
    margin: 0;
    float: left
}

@media (max-width:760px) {
    ul.list_dwn p {
        font-style: normal;
        font-size: 16px;
        line-height: 16px;
        letter-spacing: -.4px
    }
}

ul.list_dwn i {
    font-weight: 300;
    font-size: .677vw;
    line-height: .833vw;
    color: #b2b2b2;
    margin: .052vw 0 0 .521vw;
    float: left;
    display: none
}

@media (max-width:1600px) {
    ul.list_dwn i {
        font: normal 12px/15px
    }
}

@media (max-width:1450px) {
    ul.list_dwn i {
        font: normal 10px/11px
    }
}

@media (max-width:760px) {
    ul.list_dwn i {
        font: normal 10px/10px
    }
}

ul.list_dwn span {
    background: 0 0;
    width: 1.146vw;
    height: 1.146vw;
    position: absolute;
    top: 1px;
    right: 0;
    cursor: pointer
}

@media (max-width:760px) {
    ul.list_dwn span {
        top: 2px;
        width: 14px;
        height: 14px
    }
}

ul.list_dwn span:hover:after,
ul.list_dwn span:hover:before {
    background: #a5b3c5;
    transition: all .35s
}

ul.list_dwn span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: .104vw;
    background: #000;
    transform: rotate(45deg);
    transition: all .35s
}

@media (max-width:760px) {
    ul.list_dwn span:after {
        height: 2px
    }
}

ul.list_dwn span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: .104vw;
    background: #000;
    transform: rotate(-45deg);
    transition: all .35s
}

@media (max-width:760px) {
    ul.list_dwn span:before {
        height: 2px
    }
}

.safari_mac ul.list_dwn span {
    top: 1px
}

@media (max-width:760px) {
    .safari_mac ul.list_dwn span {
        top: 2px
    }
}

.fancybox-overlay {
    background-image: none;
    background: rgba(9, 25, 47, .56) repeat
}

.fancybox-close {
    top: 1.8rem;
    right: 1.8rem;
    width: 1.8rem;
    height: 1.8rem;
    background-image: none
}

.fancybox-close:after {
    content: "";
    width: 1.8rem;
    height: .2rem;
    background: #fff;
    transform: rotate(45deg)
}

.fancybox-close:before {
    content: "";
    width: 1.8rem;
    height: .2rem;
    background: #fff;
    transform: rotate(-45deg)
}

.request_ovr_wrap {
    margin-top: 12.76vw;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 18.385vw
}

@media (max-width:1000px) {
    .request_ovr_wrap {
        margin-top: 60px;
        padding-bottom: 112px
    }
}

.request_ovr_wrap .lnk_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #afb1b4;
    margin-top: 3.125vw;
    width: clamp(7.1875rem, 5.7451923077rem + 6.4102564103vw, 13.4375rem);
    border-radius: 1.458vw;
    padding: .365vw;
    padding-left: 1.458vw;
    transition: .35s
}

@media (max-width:1000px) {
    .request_ovr_wrap .lnk_btn {
        margin-top: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: 1px solid #afb1b4;
        margin-top: 0;
        width: 222px;
        border-radius: 40px;
        padding: 8px;
        padding-left: 27px
    }
}

@media (min-width:1001px) {
    .request_ovr_wrap .lnk_btn:hover {
        transition: .35s;
        background: #99c0c2;
        border: 1px solid #99c0c2
    }

    .request_ovr_wrap .lnk_btn:hover .t {
        transition: .35s;
        color: #fff
    }

    .request_ovr_wrap .lnk_btn:hover .r_crc {
        transition: .35s;
        background: #fff
    }

    .request_ovr_wrap .lnk_btn:active {
        transition: .35s;
        background: #88a7a8;
        border: 1px solid #88a7a8
    }

    .request_ovr_wrap .lnk_btn:active .t {
        transition: .35s;
        color: #fff
    }

    .request_ovr_wrap .lnk_btn:active .r_crc {
        transition: .35s;
        background: #fff
    }
}

.request_ovr_wrap .lnk_btn .r_crc {
    transition: .35s;
    background: #99c0c2;
    border-radius: 100%;
    width: 2.083vw;
    height: 2.083vw;
    padding-bottom: .104vw;
    padding-left: .104vw;
    font-weight: 400;
    font-size: clamp(.625rem, .5096153846rem + .5128205128vw, 1.125rem);
    line-height: clamp(.75rem, .6346153846rem + .5128205128vw, 1.25rem);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #383b43
}

@media (max-width:1000px) {
    .request_ovr_wrap .lnk_btn .r_crc {
        width: 40px;
        height: 40px;
        padding-bottom: 0;
        padding-left: 0;
        font: 500 12px/14px
    }
}

.request_ovr_wrap .lnk_btn .t {
    transition: .35s;
    font-weight: 400;
    font-size: clamp(.625rem, .5528846154rem + .3205128205vw, .9375rem);
    line-height: clamp(1.3125rem, 1.2403846154rem + .3205128205vw, 1.625rem);
    color: #383b43
}

@media (max-width:1000px) {
    .request_ovr_wrap .lnk_btn .t {
        font: 400 15px/21px
    }
}

@keyframes fontPreloader1 {
    from {
        font-family: "Mulish";
    }

    to {
        font-family: "Mulish";
    }
}

@keyframes fontPreloader2 {
    from {
        font-family: "Mulish";
    }

    to {
        font-family: "Mulish";
    }
}

body::before {
    content: "";
    font-family: "Mulish";
    animation: fontPreloader1 .1s infinite;
    visibility: hidden;
    width: 0;
    height: 0;
    overflow: hidden
}

body::after {
    content: "";
    font-family: "Mulish";
    animation: fontPreloader1 .1s infinite;
    visibility: hidden;
    width: 0;
    height: 0;
    overflow: hidden
}

body,
html {
    font-size: 100%;
    line-height: 1;
    font-family: "Mulish";
}

body {
    overflow: hidden
}

@media (max-width:1000px) {
    body {
        overflow: visible
    }
}

body.hdn {
    overflow: hidden
}

.scroller {
    height: 100vh;
    position: relative;
    z-index: 300
}

@media (max-width:1000px) {
    .scroller {
        height: auto;
        overflow: hidden;
        opacity: 1
    }
}

.container {
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 36px;
    padding-right: 36px
}

@media (max-width:1000px) {
    .container {
        padding-left: 16px;
        padding-right: 16px
    }
}

#wrap {
    margin-bottom: 0;
    background: #fff;
    position: relative;
    z-index: 200;
    overflow: hidden
}

.pin-spacer-tlFixOvr {
    pointer-events: none;
    z-index: 220
}

.pin-spacer-tlSapFormCls {
    pointer-events: none;
    z-index: 220
}

.up {
    opacity: 0;
    transform: translateY(30%)
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.animate-on-scroll {
    overflow: hidden
}

#main {
    background: #fff;
    display: block;
    position: relative;
    min-height: 100%;
    height: auto;
    z-index: 200
}

#wrap {
    margin-bottom: 0;
    background: #fff;
    position: relative;
    z-index: 200
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    margin: 0;
    padding: 0
}

.hides {
    display: none
}

.selectize-input .item {
    color: #000
}

.selectize-control.single {
    height: auto;
    top: .2rem
}

.selectize-control.single .selectize-input {
    border: 0 solid #e8e8e8;
    border-radius: 0;
    background: #fff;
    text-align: left;
    padding: 0
}

.selectize-control.single .selectize-input.not-full {
    padding-top: 0;
    padding-bottom: 0
}

.selectize-control.single .selectize-input.dropdown-active {
    border-radius: 0
}

.selectize-control.single .selectize-input.dropdown-active:after {
    transform: rotate(180deg);
    margin: 0
}

.selectize-control.single .selectize-input:after {
    content: "";
    background: url(../img/s1.svg) no-repeat 0 0;
    width: .8rem;
    height: .5rem;
    border: 0;
    top: 1rem;
    right: 0;
    margin: 0;
    border-width: 0
}

.selectize-control.single .selectize-input .item {
    font-style: normal;
    font-size: 2.1rem;
    line-height: 2.1rem;
    color: #000
}

.selectize-control.single .selectize-input .item+input {
    display: none !important
}

.selectize-control.single .selectize-dropdown {
    border-color: rgba(0, 0, 0, .3);
    border-radius: 0;
    text-align: left;
    border: 0
}

.selectize-control.single .selectize-dropdown .selectize-dropdown-content {
    max-height: 23rem;
    padding-bottom: 0
}

.selectize-control.single .selectize-dropdown .selectize-dropdown-content .option {
    font-style: normal;
    font-size: 2.1rem;
    line-height: 2.1rem;
    color: #000;
    padding: .3rem 0
}

.selectize-control.single .selectize-dropdown .selectize-dropdown-content .option.active {
    background: #095aa5;
    color: #fff
}

.selectize-control.single .selectize-dropdown .nicescroll-rails {
    width: 1px !important;
    background: rgba(0, 0, 0, .3)
}

.selectize-control.single .selectize-dropdown .nicescroll-rails .nicescroll-cursors {
    left: 1.2rem
}

.parsley-errors-list {
    position: absolute;
    top: auto;
    bottom: -1.198vw;
    left: 1.458vw
}

@media (max-width:1000px) {
    .parsley-errors-list {
        left: 0;
        top: 0
    }
}

.parsley-errors-list li {
    color: #ed2929;
    font: normal .573vw/.573vw
}

@media (max-width:1000px) {
    .parsley-errors-list li {
        font: normal 10px/10px
    }
}

@media (max-width:1000px) {
    .mn_screen {
        height: 166.667vw;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative
    }
}

.header_gallery {
    position: relative;
    height: calc(100vh + 10.417vw);
    overflow: hidden;
    z-index: 199;
    top: 0
}

@media (max-width:1000px) {
    .header_gallery {
        width: 100%;
        top: 0;
        height: 166.667vw;
        left: 0;
        right: 0;
        margin-bottom: auto;
        margin-left: auto;
        margin-right: auto;
        overflow: visible
    }
}

.header_gallery .td_desc {
    position: relative;
    z-index: 10;
    text-align: center;
    margin-top: 29.531vw
}

@media (max-width:1000px) {
    .header_gallery .td_desc {
        margin: auto;
        margin-top: 61.6vw;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: -moz-fit-content;
        height: fit-content
    }
}

.header_gallery .h1 {
    font-weight: 400;
    font-size: clamp(2.25rem, -2.5054347826rem + 7.6086956522vw, 6.625rem);
    line-height: clamp(2.5rem, -.625rem + 5vw, 5.375rem);
    letter-spacing: -.166vw;
    margin-bottom: 2.396vw;
    color: #383b43
}

@media (max-width:1000px) {
    .header_gallery .h1 {
        font-weight: 400;
        font-size: 36px;
        line-height: 40px;
        letter-spacing: -1.08px;
        margin-bottom: 24px
    }
}

.header_gallery .h1 .bl {
    color: #99c0c2
}

.header_gallery .h1 .br {
    display: block;
    height: clamp(2.5rem, -1.5760869565rem + 6.5217391304vw, 6.25rem);
    overflow: hidden
}

@media (max-width:1000px) {
    .header_gallery .h1 .br {
        height: 40px
    }
}

.header_gallery .h1 .br .br_in {
    display: block;
    transform: translateY(115%)
}

.header_gallery p {
    font-weight: 400;
    font-size: clamp(.875rem, .6032608696rem + .4347826087vw, 1.125rem);
    line-height: clamp(1.25rem, .8423913043rem + .652173913vw, 1.625rem);
    letter-spacing: -.028vw;
    color: rgba(56, 59, 67, .6)
}

@media (max-width:1000px) {
    .header_gallery p {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -.21px
    }
}

.header_gallery p .br {
    display: block;
    height: clamp(1.25rem, .8423913043rem + .652173913vw, 1.625rem);
    overflow: hidden
}

@media (max-width:1000px) {
    .header_gallery p .br {
        height: 20px
    }
}

.header_gallery p .br .br_in {
    display: block;
    transform: translateY(105%)
}

.header_gallery .hg_left {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0
}

@media (max-width:1000px) {
    .header_gallery .hg_left img {
        width: 100%;
        height: 100%
    }
}

.header_gallery .hg_left .hg_lnk01 {
    display: block;
    position: absolute;
    width: 18.906vw;
    height: 24.896vw;
    top: 29.167vw;
    left: 0;
    bottom: auto;
    right: 0
}

@media (max-width:1000px) {
    .header_gallery .hg_left .hg_lnk01 {
        width: 21.389vw;
        height: 28.056vw;
        right: auto;
        left: 0;
        top: 116.389vw;
        transform: translate3d(0, 0, 0) !important
    }
}

.header_gallery .hg_left .hg_lnk02 {
    display: block;
    position: absolute;
    width: 13.333vw;
    height: 16.823vw;
    top: 9.531vw;
    left: 19.844vw;
    bottom: auto
}

@media (max-width:1000px) {
    .header_gallery .hg_left .hg_lnk02 {
        left: 24.167vw;
        top: 31.389vw;
        width: 15vw;
        height: 18.889vw;
        transform: translate3d(0, 0, 0) !important
    }
}

.header_gallery .hg_left .hg_lnk03 {
    display: block;
    position: absolute;
    width: 12.396vw;
    height: 17.969vw;
    top: 0;
    right: 31.823vw;
    bottom: auto;
    left: auto
}

@media (max-width:1000px) {
    .header_gallery .hg_left .hg_lnk03 {
        width: 13.889vw;
        height: 20.278vw;
        left: auto;
        right: 21.111vw;
        top: .278vw;
        transform: translate3d(0, 0, 0) !important
    }
}

.header_gallery .hg_left .hg_lnk04 {
    display: block;
    position: absolute;
    width: 16.302vw;
    height: 18.021vw;
    top: 43.646vw;
    right: 12.708vw;
    bottom: auto;
    left: auto
}

@media (max-width:1000px) {
    .header_gallery .hg_left .hg_lnk04 {
        width: 18.611vw;
        height: 20.278vw;
        bottom: auto;
        top: 134.722vw;
        left: auto;
        right: 11.944vw;
        transform: translate3d(0, 0, 0) !important
    }
}

.header_gallery .hg_left .hg_lnk05 {
    display: block;
    position: absolute;
    width: 10.052vw;
    height: 15.365vw;
    top: 23.125vw;
    right: .938vw;
    bottom: auto;
    left: auto
}

@media (max-width:1000px) {
    .header_gallery .hg_left .hg_lnk05 {
        display: block;
        width: 11.389vw;
        height: 17.222vw;
        right: 4.444vw;
        top: 24.722vw;
        transform: translate3d(0, 0, 0) !important
    }
}

.header_gallery .hg_left .hg_image.hg_image_l01 {
    width: 100%;
    height: 100%
}

.header_gallery .hg_left .hg_image.hg_image_m02 {
    width: 100%;
    height: 100%
}

.header_gallery .hg_left .hg_image.hg_image_l03 {
    width: 100%;
    height: 100%
}

.header_gallery .hg_left .hg_image.hg_image_m04 {
    width: 100%;
    height: 100%
}

.header_gallery .hg_left .hg_image.hg_image_m05 {
    width: 100%;
    height: 100%
}

.header_gallery .hg_image {
    position: absolute;
    overflow: hidden;
    transform: scale(0)
}

@media (max-width:1000px) {
    .header_gallery .hg_image {
        transform: scale(0)
    }
}

.header_gallery .hg_image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    z-index: 20;
    pointer-events: none;
    transition: .35s
}

.modern_spaces_wrap {
    margin-top: 12.708vw
}

@media (max-width:1000px) {
    .modern_spaces_wrap {
        margin-top: 0 !important
    }
}

.modern_spaces_wrap .t_line {
    text-align: center
}

.modern_spaces_wrap .t_line .t_ttl {
    font-weight: 400;
    font-size: clamp(1.5rem, .9807692308rem + 2.3076923077vw, 3.75rem);
    line-height: clamp(1.875rem, 1.3413461538rem + 2.3717948718vw, 4.1875rem);
    letter-spacing: -.094vw;
    margin-bottom: 2.396vw;
    color: #383b43;
    text-align: center
}

@media (max-width:1000px) {
    .modern_spaces_wrap .t_line .t_ttl {
        font-weight: 400;
        font-size: 24px;
        line-height: 30px;
        letter-spacing: -.72px;
        margin-bottom: 24px
    }
}

.modern_spaces_wrap .t_line .t_ttl span {
    display: block
}

.modern_spaces_wrap .t_line .t_ttl .bl {
    color: #99c0c2
}

.modern_spaces_wrap .t_line p {
    font-weight: 400;
    font-size: clamp(.75rem, .6923076923rem + .2564102564vw, 1rem);
    line-height: clamp(1.125rem, 1.0384615385rem + .3846153846vw, 1.5rem);
    color: rgba(56, 59, 67, .6)
}

@media (max-width:1000px) {
    .modern_spaces_wrap .t_line p {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: -.21px;
        max-width: 253px;
        margin-left: auto;
        margin-right: auto
    }

    .modern_spaces_wrap .t_line p br {
        display: none
    }
}

.modern_spaces_wrap .msw_cards_wrap_ovr {
    height: auto;
    position: relative;
    height: 25.834vw
}

@media (max-width:1000px) {
    .modern_spaces_wrap .msw_cards_wrap_ovr {
        height: 236px
    }
}

.modern_spaces_wrap .msw_cards_wrap {
    position: absolute;
    top: 0;
    left: 2.813vw;
    padding-top: 7.083vw
}

@media (max-width:1000px) {
    .modern_spaces_wrap .msw_cards_wrap {
        left: 16px;
        padding-top: 52px
    }
}

.modern_spaces_wrap .msw_cards_wrap .msw_cards_line {
    display: flex;
    flex-wrap: nowrap;
    -moz-column-gap: .625vw;
    column-gap: .625vw;
    margin-bottom: .625vw
}

@media (max-width:1000px) {
    .modern_spaces_wrap .msw_cards_wrap .msw_cards_line {
        -moz-column-gap: 16px;
        column-gap: 16px;
        margin-bottom: 16px
    }
}

.modern_spaces_wrap .msw_cards_wrap .msw_cards_line:last-child {
    padding-left: 10vw;
    margin-bottom: 0
}

@media (max-width:1000px) {
    .modern_spaces_wrap .msw_cards_wrap .msw_cards_line:last-child {
        padding-left: 88px
    }
}

.modern_spaces_wrap .msw_cards_wrap .msw_cards_line .msw_card {
    display: flex;
    border-radius: .625vw;
    width: 39.792vw;
    height: 9.063vw;
    background: rgba(153, 192, 194, .56);
    position: relative
}

@media (max-width:1000px) {
    .modern_spaces_wrap .msw_cards_wrap .msw_cards_line .msw_card {
        width: 368px;
        height: 84px;
        border-radius: 6px
    }
}

.modern_spaces_wrap .msw_cards_wrap .msw_cards_line .msw_card .msw_card_cols.msw_card_cols01 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 33.005px;
    width: 4.323vw;
    border-right: 1px solid rgba(56, 59, 67, .12)
}

@media (max-width:1000px) {
    .modern_spaces_wrap .msw_cards_wrap .msw_cards_line .msw_card .msw_card_cols.msw_card_cols01 {
        width: 39px;
        padding-top: 16px
    }
}

.modern_spaces_wrap .msw_cards_wrap .msw_cards_line .msw_card .msw_card_cols.msw_card_cols01 .msw_card_nmb {
    font-weight: 400;
    font-size: clamp(.75rem, .6923076923rem + .2564102564vw, 1rem);
    line-height: clamp(.875rem, .8173076923rem + .2564102564vw, 1.125rem);
    color: rgba(56, 59, 67, .6)
}

@media (max-width:1000px) {
    .modern_spaces_wrap .msw_cards_wrap .msw_cards_line .msw_card .msw_card_cols.msw_card_cols01 .msw_card_nmb {
        font: 400 12px/12px
    }
}

.modern_spaces_wrap .msw_cards_wrap .msw_cards_line .msw_card .msw_card_cols.msw_card_cols02 {
    width: calc(100% - 4.323vw);
    padding-left: 1.563vw;
    padding-bottom: 1.354vw;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start
}

@media (max-width:1000px) {
    .modern_spaces_wrap .msw_cards_wrap .msw_cards_line .msw_card .msw_card_cols.msw_card_cols02 {
        width: calc(100% - 39px);
        padding-left: 16px;
        padding-bottom: 12px
    }
}

.modern_spaces_wrap .msw_cards_wrap .msw_cards_line .msw_card .msw_card_cols.msw_card_cols02 p {
    font-weight: 400;
    font-size: clamp(1rem, .8846153846rem + .5128205128vw, 1.5rem);
    line-height: clamp(1.125rem, 1.0096153846rem + .5128205128vw, 1.625rem);
    color: #383b43
}

@media (max-width:1000px) {
    .modern_spaces_wrap .msw_cards_wrap .msw_cards_line .msw_card .msw_card_cols.msw_card_cols02 p {
        font: 400 15px/15px
    }
}

.modern_spaces_wrap .msw_cards_wrap .msw_cards_line .msw_card .msw_card_cols.msw_card_cols02 .msw_icon_t {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    border-radius: .625vw;
    right: 1.25vw;
    top: 1.25vw;
    width: 5.208vw;
    height: 1.875vw
}

@media (max-width:1000px) {
    .modern_spaces_wrap .msw_cards_wrap .msw_cards_line .msw_card .msw_card_cols.msw_card_cols02 .msw_icon_t {
        width: 76px;
        height: 27px;
        border-radius: 8px;
        top: 12px;
        right: 12px
    }
}

.modern_spaces_wrap .msw_cards_wrap .msw_cards_line .msw_card .msw_card_cols.msw_card_cols02 .msw_icon_t img {
    max-width: 1.354vw
}

@media (max-width:1000px) {
    .modern_spaces_wrap .msw_cards_wrap .msw_cards_line .msw_card .msw_card_cols.msw_card_cols02 .msw_icon_t img {
        max-width: 20px
    }
}

.parallax_slr_wrap {
    display: none
}

@media (max-width:1000px) {
    .parallax_slr_wrap {
        padding-top: 103px;
        display: block;
        margin-top: 80px;
        height: 640px;
        width: 100%;
        position: relative
    }

    .parallax_slr_wrap .bgp_wrap {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: 100%;
        height: 100%;
        overflow: hidden
    }

    .parallax_slr_wrap .bgp_wrap .bgp {
        position: absolute;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: 100%;
        height: 100%;
        transition: 1.4s;
        opacity: 0
    }

    .parallax_slr_wrap .bgp_wrap .bgp.active {
        transition: 1.4s;
        opacity: 1
    }

    .parallax_slr_wrap .bgp_wrap .bgp .bgp_in {
        position: absolute;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%
    }
}

.parallax_slr_wrap .swiper-pagination {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto !important;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 75px !important;
    top: auto !important;
    margin: auto;
    width: -moz-fit-content !important;
    width: fit-content !important
}

.parallax_slr_wrap .swiper-pagination .swiper-pagination-bullet {
    border-radius: 0;
    margin: 0 0 !important;
    width: 64px;
    height: 1px;
    opacity: 1;
    background: rgba(0, 0, 0, .7);
    border: 0
}

.parallax_slr_wrap .swiper-pagination .swiper-pagination-bullet:first-child {
    background: rgba(0, 0, 0, .35);
    margin-left: 0
}

.parallax_slr_wrap .swiper-pagination .swiper-pagination-bullet:last-child {
    background: rgba(0, 0, 0, .35);
    margin-left: 0
}

.parallax_slr_wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
    border: 0
}

.parallax_slr_wrap .parallax_slr {
    padding-left: 16px;
    padding-right: 16px
}

.parallax_slr_wrap .parallax_slr .swiper-wrapper .swiper-slide {
    width: 312px
}

.parallax_slr_wrap .parallax_slr .swiper-wrapper .swiper-slide .caption {
    width: 100%;
    height: 410px;
    border-radius: 5px;
    background: #fff
}

.parallax_slr_wrap .parallax_slr .swiper-wrapper .swiper-slide .caption .ps_pgn {
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    color: #383b43;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: -.36px
}

.parallax_slr_wrap .parallax_slr .swiper-wrapper .swiper-slide .caption .ps_pgn .n02 {
    color: rgba(56, 59, 67, .3)
}

.parallax_slr_wrap .parallax_slr .swiper-wrapper .swiper-slide .caption .h2s {
    color: #383b43;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: -.5px;
    top: 164px;
    text-align: center;
    position: relative;
    position: absolute;
    z-index: 2;
    width: 100%;
    padding-left: 0
}

@media (max-width:1000px) {
    .parallax_slr_wrap .parallax_slr .swiper-wrapper .swiper-slide .caption .h2s .word {
        display: block
    }
}

.parallax_slr_wrap .parallax_slr .swiper-wrapper .swiper-slide .caption .h2s .br {
    display: block
}

.parallax_slr_wrap .parallax_slr .swiper-wrapper .swiper-slide .caption .h2s .bl {
    color: #99c0c2
}

.parallax_slr_wrap .parallax_slr .swiper-wrapper .swiper-slide .caption a {
    color: #99c0c2;
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: auto;
    bottom: 158px
}

.parallax_slr_wrap .parallax_slr .swiper-wrapper .swiper-slide .caption .tags_rows {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 4px;
    -moz-column-gap: 4px;
    column-gap: 4px;
    max-width: calc(100% - 36px);
    padding: 0;
    position: absolute;
    top: auto;
    bottom: 21px;
    left: 0;
    right: 0;
    margin: auto
}

.parallax_slr_wrap .parallax_slr .swiper-wrapper .swiper-slide .caption .tags_rows .tag {
    color: #383b43;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    border-radius: 80px;
    padding: 8px 16px 9px;
    background: #f3f3f3
}

.parallax_sections {
    margin-top: 12.708vw;
    position: relative;
    overflow: hidden
}

@media (max-width:1000px) {
    .parallax_sections {
        margin-top: 80px;
        display: none
    }
}

.parallax_sections .ps_lnk {
    display: block;
    position: relative;
    height: 100%;
    cursor: pointer
}

.parallax_sections .ps_lnk:hover .lnk {
    color: #181a1e;
    background: #fff;
    transition: 0s
}

.parallax_sections .ps_lnk.dark .fixed_t {
    background: linear-gradient(0deg, rgba(0, 0, 0, .5) 0, rgba(255, 255, 255, 0) 50%)
}

@media (max-width:1000px) {
    .parallax_sections .ps_lnk.dark .fixed_t {
        background: linear-gradient(0deg, rgba(0, 0, 0, .5) 27%, rgba(255, 255, 255, 0) 50%)
    }
}

.parallax_sections .ps {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden
}

.parallax_sections .ps:first-child .fixed_t {
    margin-top: 0
}

.parallax_sections .ps:nth-child(2) .fixed_t {
    margin-top: -200vh
}

.parallax_sections .ps:nth-child(3) .fixed_t {
    height: 100vh;
    margin-top: -300vh
}

.parallax_sections .ps.dark .fixed_t {
    background: linear-gradient(0deg, rgba(0, 0, 0, .5) 0, rgba(255, 255, 255, 0) 50%)
}

@media (max-width:1000px) {
    .parallax_sections .ps.dark .fixed_t {
        background: linear-gradient(0deg, rgba(0, 0, 0, .5) 27%, rgba(255, 255, 255, 0) 50%)
    }
}

.parallax_sections .bgp {
    position: relative;
    width: 100vw;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

@media (max-width:500px) {
    .parallax_sections .bgp {
        display: none
    }
}

.parallax_sections .bgp_mob {
    position: relative;
    width: 100vw;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: none
}

@media (max-width:500px) {
    .parallax_sections .bgp_mob {
        display: block
    }
}

.parallax_sections .fixed_t {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: visible;
    width: 100%;
    height: 200vh;
    height: auto;
    margin: auto;
    margin-top: -200vh;
    padding-bottom: 0;
    z-index: 6
}

@media (max-width:1000px) {
    .parallax_sections .fixed_t {
        height: 100%;
        margin-top: 0;
        padding-bottom: 0;
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        padding-bottom: 2.6rem
    }
}

.parallax_sections .fixed_t_in {
    background: #fff;
    width: 27.969vw;
    height: 34.948vw;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    top: 7.552vw;
    bottom: auto;
    margin: auto
}

.parallax_sections .ps_pgn {
    position: absolute;
    top: 1.563vw;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    color: #383b43;
    font-weight: 400;
    font-size: clamp(.875rem, .8173076923rem + .2564102564vw, 1.125rem);
    line-height: clamp(1rem, .9711538462rem + .1282051282vw, 1.125rem);
    letter-spacing: -.028vw
}

@media (max-width:1000px) {
    .parallax_sections .ps_pgn {
        font-style: normal;
        font-size: 1.4rem;
        line-height: 1.6rem;
        left: 1.6rem;
        top: 2rem;
        letter-spacing: .15em
    }
}

.parallax_sections .ps_pgn .n02 {
    color: rgba(56, 59, 67, .3)
}

.parallax_sections .h2s {
    color: #383b43;
    font-weight: 400;
    font-size: clamp(1.25rem, 1.0480769231rem + .8974358974vw, 2.125rem);
    line-height: clamp(1.4375rem, 1.1923076923rem + 1.0897435897vw, 2.5rem);
    letter-spacing: -.044vw;
    top: 14.271vw;
    text-align: center;
    position: relative;
    position: absolute;
    z-index: 2;
    width: 100%;
    padding-left: 0
}

@media (max-width:1024px) {
    .parallax_sections .h2s {
        top: 11.271vw
    }
}

@media (max-width:1000px) {
    .parallax_sections .h2s {
        font-style: normal;
        font-size: 5.9rem;
        line-height: 5.9rem;
        padding-left: 3rem;
        position: relative;
        top: 0;
        margin-bottom: 2.4rem
    }
}

@media (max-width:1000px) {
    .parallax_sections .h2s .word {
        display: block
    }
}

.parallax_sections .h2s .br {
    display: block
}

.parallax_sections .h2s .bl {
    color: #99c0c2
}

.parallax_sections a {
    color: #99c0c2;
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 400;
    font-size: clamp(.8125rem, .7980769231rem + .0641025641vw, .875rem);
    line-height: clamp(.875rem, .8317307692rem + .1923076923vw, 1.0625rem);
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 19.792vw
}

@media (max-width:1024px) {
    .parallax_sections a {
        top: 20.792vw
    }
}

.parallax_sections .tags_rows {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: .313vw;
    -moz-column-gap: .313vw;
    column-gap: .313vw;
    max-width: 17.813vw;
    padding: 0;
    position: absolute;
    top: auto;
    bottom: 1.667vw;
    left: 0;
    right: 0;
    margin: auto
}

@media (max-width:1024px) {
    .parallax_sections .tags_rows {
        max-width: 20.813vw
    }
}

.parallax_sections .tags_rows .tag {
    color: #383b43;
    font-weight: 400;
    font-size: clamp(.8125rem, .7980769231rem + .0641025641vw, .875rem);
    line-height: clamp(.875rem, .8317307692rem + .1923076923vw, 1.0625rem);
    border-radius: 3.125vw;
    padding: .26vw .729vw .365vw;
    background: #f3f3f3
}

.production_ovr {
    position: relative;
    min-height: 100vh;
    margin-top: 12.708vw
}

@media (max-width:1000px) {
    .production_ovr {
        margin-top: 80px;
        min-height: unset
    }
}

.production_ovr .t_ttl {
    font-weight: 400;
    font-size: clamp(1.5rem, .9807692308rem + 2.3076923077vw, 3.75rem);
    line-height: clamp(1.875rem, 1.3413461538rem + 2.3717948718vw, 4.1875rem);
    letter-spacing: -.094vw;
    color: #383b43;
    text-align: center
}

@media (max-width:1000px) {
    .production_ovr .t_ttl {
        font-weight: 400;
        font-size: 36px;
        line-height: 40px;
        letter-spacing: -1.08px
    }

    .production_ovr .t_ttl span {
        display: block
    }
}

.production_ovr .sg_pr_slr_ovr {
    margin-top: 4.427vw;
    display: none
}

@media (max-width:1000px) {
    .production_ovr .sg_pr_slr_ovr {
        margin-top: 44px;
        display: block
    }
}

.production_ovr .sg_pr_slr_ovr .sg_slr {
    padding: 0 16px
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide {
    width: 250px
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide.swiper-slide-active .caption .sg_pr_item .sg_r .lnk_btn {
    opacity: 1;
    transition: 1.4s
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide.swiper-slide-active .caption .sg_pr_item .sg_r .h2 .line span {
    transition: 1.4s;
    transform: translateY(0)
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide.swiper-slide-active .caption .sg_pr_item .sg_r .type_pr {
    transition: 1.4s;
    opacity: 1
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide .caption {
    width: 100%
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide .caption .sg_pr_item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    height: auto;
    margin-right: 0
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide .caption .sg_pr_item .sg_in {
    width: 100%;
    display: block;
    position: relative;
    height: auto
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide .caption .sg_pr_item .sg_in .big_card {
    z-index: 1;
    width: 100%;
    height: 306px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    display: block
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide .caption .sg_pr_item .sg_in .big_card .bg_in {
    transform: scale(1);
    transition: .55s;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide .caption .sg_pr_item .sg_in .min_card {
    z-index: 2;
    width: 147px;
    height: 161px;
    left: 38px;
    bottom: auto;
    top: 180px;
    position: absolute;
    border-radius: 4px;
    overflow: hidden;
    display: block
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide .caption .sg_pr_item .sg_in .min_card .bg_in {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide .caption .sg_pr_item .sg_in .t_card {
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    background: #fff;
    position: absolute;
    left: 16px;
    bottom: auto;
    top: 143px;
    padding-top: 4px;
    padding-left: 10px;
    padding-bottom: 9px;
    width: 83px;
    height: 99px;
    border-radius: 4px
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide .caption .sg_pr_item .sg_in .t_card .nmb {
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    color: #383b43
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide .caption .sg_pr_item .sg_in .t_card p {
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    color: #848a8b
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide .caption .sg_pr_item .sg_r {
    padding-left: 0;
    padding-top: 87px
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide .caption .sg_pr_item .sg_r .h2 {
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -1.08px;
    min-width: 233px;
    margin-bottom: 20px;
    color: #383b43
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide .caption .sg_pr_item .sg_r .h2 .line {
    display: flex;
    overflow: hidden
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide .caption .sg_pr_item .sg_r .h2 .line span {
    display: block;
    transition: .55s;
    transform: translateY(46px)
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide .caption .sg_pr_item .sg_r .type_pr {
    color: rgba(56, 59, 67, .6);
    font-weight: 400;
    font-size: 17px;
    line-height: 21px;
    letter-spacing: -.255px;
    opacity: 0;
    transition: 1.4s
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide .caption .sg_pr_item .lnk_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #afb1b4;
    margin-top: 40px;
    width: 218px;
    border-radius: 40px;
    padding: 8px;
    padding-left: 27px;
    opacity: 0;
    transition: .55s
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide .caption .sg_pr_item .lnk_btn .t {
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #383b43
}

.production_ovr .sg_pr_slr_ovr .sg_slr .swiper-wrapper .swiper-slide .caption .sg_pr_item .lnk_btn .r_crc {
    background: #99c0c2;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding-bottom: 2px;
    padding-left: 2px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #383b43
}

.production_ovr .sg_pr_items_ovr {
    top: 11.458vw;
    height: 31.927vw;
    position: absolute;
    left: 0
}

@media (max-width:1000px) {
    .production_ovr .sg_pr_items_ovr {
        display: none
    }
}

.production_ovr .sg_pr_items_ovr .sg_pr_items {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    position: relative;
    left: 17.76vw;
    height: 100%
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item {
    display: flex;
    align-items: flex-start;
    position: relative;
    height: 100%;
    margin-right: 20.052vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(1) .sg_in .min_card {
    left: 5.208vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(2) .sg_in .min_card {
    left: 10.416vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(3) .sg_in .min_card {
    left: 15.624vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(4) .sg_in .min_card {
    left: 20.832vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(5) .sg_in .min_card {
    left: 26.04vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(6) .sg_in .min_card {
    left: 31.248vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(7) .sg_in .min_card {
    left: 36.456vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(8) .sg_in .min_card {
    left: 41.664vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(9) .sg_in .min_card {
    left: 46.872vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(10) .sg_in .min_card {
    left: 52.08vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(11) .sg_in .min_card {
    left: 57.288vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(12) .sg_in .min_card {
    left: 62.496vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(13) .sg_in .min_card {
    left: 67.704vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(14) .sg_in .min_card {
    left: 72.912vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(15) .sg_in .min_card {
    left: 78.12vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(16) .sg_in .min_card {
    left: 83.328vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(17) .sg_in .min_card {
    left: 88.536vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(18) .sg_in .min_card {
    left: 93.744vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(19) .sg_in .min_card {
    left: 98.952vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(20) .sg_in .min_card {
    left: 104.16vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(21) .sg_in .min_card {
    left: 109.368vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(22) .sg_in .min_card {
    left: 114.576vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(23) .sg_in .min_card {
    left: 119.784vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(24) .sg_in .min_card {
    left: 124.992vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(25) .sg_in .min_card {
    left: 130.2vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(26) .sg_in .min_card {
    left: 135.408vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(27) .sg_in .min_card {
    left: 140.616vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(28) .sg_in .min_card {
    left: 145.824vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(29) .sg_in .min_card {
    left: 151.032vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(30) .sg_in .min_card {
    left: 156.24vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(31) .sg_in .min_card {
    left: 161.448vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(32) .sg_in .min_card {
    left: 166.656vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(33) .sg_in .min_card {
    left: 171.864vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(34) .sg_in .min_card {
    left: 177.072vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(35) .sg_in .min_card {
    left: 182.28vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(36) .sg_in .min_card {
    left: 187.488vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(37) .sg_in .min_card {
    left: 192.696vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(38) .sg_in .min_card {
    left: 197.904vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(39) .sg_in .min_card {
    left: 203.112vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(40) .sg_in .min_card {
    left: 208.32vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(41) .sg_in .min_card {
    left: 213.528vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(42) .sg_in .min_card {
    left: 218.736vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(43) .sg_in .min_card {
    left: 223.944vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(44) .sg_in .min_card {
    left: 229.152vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(45) .sg_in .min_card {
    left: 234.36vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(46) .sg_in .min_card {
    left: 239.568vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(47) .sg_in .min_card {
    left: 244.776vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(48) .sg_in .min_card {
    left: 249.984vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(49) .sg_in .min_card {
    left: 255.192vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(50) .sg_in .min_card {
    left: 260.4vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:last-child {
    margin-right: 0
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:nth-child(even) .sg_in .t_card {
    left: 8.594vw
}

@media (min-width:1001px) {
    .production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:hover {
        transition: .35s
    }

    .production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item:hover .sg_in .big_card .bg_in {
        transform: scale(1.05);
        transition: .55s
    }
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .sg_in {
    display: block;
    position: relative;
    height: 100%
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .sg_in .big_card {
    z-index: 1;
    width: 25.938vw;
    height: 100%;
    position: relative;
    border-radius: .417vw;
    overflow: hidden;
    display: block
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .sg_in .big_card .bg_in {
    transform: scale(1);
    transition: .55s;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .sg_in .min_card {
    z-index: 2;
    width: 12.083vw;
    height: 13.229vw;
    left: 7.76vw;
    bottom: -2.031vw;
    position: absolute;
    border-radius: .417vw;
    overflow: hidden;
    display: block
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .sg_in .min_card .bg_in {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .sg_in .t_card {
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    background: #fff;
    position: absolute;
    left: 1.094vw;
    bottom: 7.292vw;
    padding-top: 1.25vw;
    padding-left: .625vw;
    padding-bottom: .208vw;
    width: 6.823vw;
    height: 8.177vw;
    border-radius: .417vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .sg_in .t_card .nmb {
    font-weight: 400;
    font-size: 2.5vw;
    line-height: 1.094vw;
    letter-spacing: -.037vw;
    color: #383b43
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .sg_in .t_card p {
    font-weight: 400;
    font-size: clamp(.625rem, .5528846154rem + .3205128205vw, .9375rem);
    line-height: clamp(1.3125rem, 1.2403846154rem + .3205128205vw, 1.625rem);
    color: #383b43
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .sg_r {
    padding-left: 2.188vw;
    padding-top: 7.969vw
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .sg_r .h2 {
    font-weight: 500;
    font-size: clamp(2rem, 1.5961538462rem + 1.7948717949vw, 3.75rem);
    line-height: clamp(2.25rem, 1.8028846154rem + 1.9871794872vw, 4.1875rem);
    letter-spacing: -.094vw;
    min-width: clamp(17.8125rem, 10rem + 12.5vw, 25rem);
    margin-bottom: 1.042vw;
    color: #383b43
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .sg_r .h2 .line {
    display: flex;
    overflow: hidden
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .sg_r .h2 .line span {
    display: block
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .sg_r .type_pr {
    font-weight: 400;
    font-size: clamp(1.0625rem, .5190217391rem + .8695652174vw, 1.5625rem);
    line-height: clamp(1.3125rem, .6331521739rem + 1.0869565217vw, 1.9375rem);
    letter-spacing: -.02vw;
    color: rgba(56, 59, 67, .6)
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .lnk_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #afb1b4;
    margin-top: 3.229vw;
    width: clamp(9.875rem, 5.7989130435rem + 6.5217391304vw, 13.625rem);
    border-radius: 1.458vw;
    padding: .365vw;
    padding-left: 1.458vw;
    transition: .35s
}

@media (min-width:1001px) {
    .production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .lnk_btn:hover {
        transition: .35s;
        background: #99c0c2;
        border: 1px solid #99c0c2
    }

    .production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .lnk_btn:hover .t {
        transition: .35s;
        color: #fff
    }

    .production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .lnk_btn:hover .r_crc {
        transition: .35s;
        background: #fff
    }

    .production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .lnk_btn:active {
        transition: .35s;
        background: #88a7a8;
        border: 1px solid #88a7a8
    }

    .production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .lnk_btn:active .t {
        transition: .35s;
        color: #fff
    }

    .production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .lnk_btn:active .r_crc {
        transition: .35s;
        background: #fff
    }
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .lnk_btn .t {
    transition: .35s;
    font-weight: 400;
    font-size: clamp(.625rem, .5528846154rem + .3205128205vw, .9375rem);
    line-height: clamp(1.3125rem, 1.2403846154rem + .3205128205vw, 1.625rem);
    color: #383b43
}

.production_ovr .sg_pr_items_ovr .sg_pr_items .sg_pr_item .lnk_btn .r_crc {
    transition: .35s;
    background: #99c0c2;
    border-radius: 100%;
    width: 2.083vw;
    height: 2.083vw;
    padding-bottom: .104vw;
    padding-left: .104vw;
    font-weight: 500;
    font-size: .938vw;
    line-height: 1.042vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #383b43
}

@media (max-width:1000px) {
    .request_ovr_wrap {
        margin-top: 100px
    }
}

.fancybox-overlay {
    background-image: none;
    background: rgba(9, 25, 47, .56) repeat
}

.fancybox-close {
    top: 1.8rem;
    right: 1.8rem;
    width: 1.8rem;
    height: 1.8rem;
    background-image: none
}

.fancybox-close:after {
    content: "";
    width: 1.8rem;
    height: .2rem;
    background: #fff;
    transform: rotate(45deg)
}

.fancybox-close:before {
    content: "";
    width: 1.8rem;
    height: .2rem;
    background: #fff;
    transform: rotate(-45deg)
}

.nnvg .fancybox-button--arrow_left,
.nnvg .fancybox-button--arrow_right {
    display: none !important
}

.nnvg .fancybox-button svg {
    color: #708573;
    display: none;
    background: url(../img/bcl.svg) no-repeat 0 0;
    width: 2.9rem;
    height: 3rem;
    top: 5rem;
    right: 5rem
}

.nnvg .fancybox-slide--html {
    padding: 0
}

.pop_ovr {
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: fixed;
    background: linear-gradient(0deg, rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .2) 100%);
    opacity: 0;
    pointer-events: none;
    transition: .55s;
    z-index: 990
}

.pop_ovr.active {
    transition: .55s;
    pointer-events: all;
    opacity: 1
}

.win_popup {
    position: fixed;
    top: 50%;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1000;
    width: 39.583vw;
    height: auto;
    border-radius: .625vw;
    padding: 2.396vw 1.771vw 1.771vw;
    background: rgba(255, 255, 255, .8);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    overflow: hidden;
    transition: .55s;
    opacity: 0;
    pointer-events: none;
    transform: translate(0, -50%)
}

@media (max-width:1024px) {
    .win_popup {
        width: 43.583vw
    }
}

@media (max-width:1000px) {
    .win_popup {
        width: calc(100% - 32px);
        border-radius: 12px;
        padding: 28px 24px 24px
    }
}

.win_popup.active {
    transition: .55s;
    pointer-events: all;
    opacity: 1
}

.win_popup .win_popup_ovr {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.win_popup .win_popup_in {
    height: 100%;
    width: 100%
}

.win_popup .line_pp {
    height: auto;
    text-align: left;
    padding: 0
}

.win_popup .line_pp .h3 {
    font-weight: 500;
    font-size: 2.396vw;
    line-height: 2.396vw;
    margin-bottom: 1.875vw;
    color: #383b43
}

@media (max-width:1000px) {
    .win_popup .line_pp .h3 {
        max-width: 135px;
        font-weight: 500;
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 24px
    }

    .win_popup .line_pp .h3.max {
        max-width: 214px
    }
}

.win_popup .line_pp p {
    font-weight: 400;
    font-size: clamp(.875rem, .7740384615rem + .4487179487vw, 1.3125rem);
    line-height: clamp(1rem, .8413461538rem + .7051282051vw, 1.6875rem);
    letter-spacing: -.011vw;
    color: #383b43;
    margin-bottom: 1.875vw
}

@media (max-width:1000px) {
    .win_popup .line_pp p {
        font-weight: 400;
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 36px
    }
}

.win_popup .line_pp .lnk_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #afb1b4;
    margin-top: 3.125vw;
    width: clamp(6.5625rem, 5.4807692308rem + 4.8076923077vw, 11.25rem);
    border-radius: 1.458vw;
    padding: .365vw;
    padding-left: 1.458vw;
    transition: .35s
}

@media (max-width:1000px) {
    .win_popup .line_pp .lnk_btn {
        margin-top: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: 1px solid #afb1b4;
        margin-top: 0;
        width: 100%;
        border-radius: 40px;
        padding: 8px;
        padding-left: 27px
    }
}

@media (min-width:1001px) {
    .win_popup .line_pp .lnk_btn:hover {
        transition: .35s;
        background: #99c0c2;
        border: 1px solid #99c0c2
    }

    .win_popup .line_pp .lnk_btn:hover .t {
        transition: .35s;
        color: #fff
    }

    .win_popup .line_pp .lnk_btn:hover .r_crc {
        transition: .35s;
        background: #fff
    }

    .win_popup .line_pp .lnk_btn:active {
        transition: .35s;
        background: #88a7a8;
        border: 1px solid #88a7a8
    }

    .win_popup .line_pp .lnk_btn:active .t {
        transition: .35s;
        color: #fff
    }

    .win_popup .line_pp .lnk_btn:active .r_crc {
        transition: .35s;
        background: #fff
    }
}

.win_popup .line_pp .lnk_btn .r_crc {
    background: #99c0c2;
    border-radius: 100%;
    width: 2.083vw;
    height: 2.083vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #383b43;
    position: relative
}

@media (max-width:1000px) {
    .win_popup .line_pp .lnk_btn .r_crc {
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #383b43
    }
}

.win_popup .line_pp .lnk_btn .t {
    font-weight: 400;
    font-size: clamp(.625rem, .5528846154rem + .3205128205vw, .9375rem);
    line-height: clamp(1.3125rem, 1.2403846154rem + .3205128205vw, 1.625rem);
    color: #383b43
}

@media (max-width:1000px) {
    .win_popup .line_pp .lnk_btn .t {
        font: 400 15px/21px
    }
}

.win_popup .pp_cls {
    cursor: pointer;
    position: absolute;
    right: 1.25vw;
    top: 1.25vw;
    width: 2.396vw;
    height: 2.396vw;
    padding: 0;
    display: block;
    transition: .35s
}

@media (max-width:1000px) {
    .win_popup .pp_cls {
        width: 42px;
        height: 42px;
        top: 24px;
        right: 24px
    }
}

@media (min-width:1001px) {
    .win_popup .pp_cls:hover {
        opacity: 1;
        transition: .35s
    }

    .win_popup .pp_cls:hover::after {
        transition: .35s;
        background: url(../img/pp_cls_h.svg) no-repeat 0 0/cover
    }
}

.win_popup .pp_cls svg {
    display: none
}

.win_popup .pp_cls::after {
    transition: .35s;
    content: "";
    background: url(../img/pp_cls_f.svg) no-repeat 0 0/cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.win_popup .blc_pp_wt {
    padding: 0;
    max-width: 100%;
    margin: auto;
    text-align: left
}

.win_popup .blc_pp_wt .rows {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.25vw
}

@media (max-width:1000px) {
    .win_popup .blc_pp_wt .rows {
        flex-wrap: wrap;
        margin-bottom: 12px
    }
}

.win_popup .blc_pp_wt .rows.rows100 .cols {
    width: 100%
}

.win_popup .blc_pp_wt .rows:last-child {
    margin-top: clamp(1.25rem, .1630434783rem + 1.7391304348vw, 2.25rem);
    margin-bottom: 0;
    margin-bottom: 0
}

@media (max-width:1000px) {
    .win_popup .blc_pp_wt .rows:last-child {
        align-items: flex-start;
        flex-direction: column-reverse
    }
}

.win_popup .blc_pp_wt .rows .cols {
    width: calc(50% - 2.4rem);
    position: relative
}

@media (max-width:1000px) {
    .win_popup .blc_pp_wt .rows .cols {
        width: 100%
    }
}

.win_popup .blc_pp_wt .rows .cols.focused input,
.win_popup .blc_pp_wt .rows .cols.focused textarea {
    transition: .35s;
    border: 1px solid #cdcdcd
}

.win_popup .blc_pp_wt .rows .cols.focused input.parsley-error,
.win_popup .blc_pp_wt .rows .cols.focused textarea.parsley-error {
    border: 1px solid rgba(237, 41, 41, .5)
}

.win_popup .blc_pp_wt .rows .cols.filled input,
.win_popup .blc_pp_wt .rows .cols.filled textarea {
    transition: .35s;
    border: 1px solid #cdcdcd
}

.win_popup .blc_pp_wt .rows .cols.filled input.parsley-error,
.win_popup .blc_pp_wt .rows .cols.filled textarea.parsley-error {
    border: 1px solid rgba(237, 41, 41, .5)
}

.win_popup .blc_pp_wt .rows input {
    z-index: 4;
    border: 1px solid rgba(56, 59, 67, .2);
    font-weight: 400;
    font-size: clamp(.75rem, .6820652174rem + .1086956522vw, .8125rem);
    line-height: clamp(1.5rem, 1.4320652174rem + .1086956522vw, 1.5625rem);
    letter-spacing: -.01vw;
    border-radius: 3.125vw;
    height: 2.969vw;
    padding-left: 1.563vw;
    padding-right: 1.563vw;
    width: 100%;
    color: #000;
    position: relative;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: .35s;
    background: 0 0
}

@media (max-width:1000px) {
    .win_popup .blc_pp_wt .rows input {
        font-weight: 400;
        font-size: 13px;
        line-height: 25px;
        border-radius: 60px;
        height: 54px;
        padding-left: 28px;
        padding-right: 28px
    }
}

@media (min-width:1001px) {
    .win_popup .blc_pp_wt .rows input:hover {
        transition: .35s;
        border: 1px solid #cdcdcd
    }
}

.win_popup .blc_pp_wt .rows input.parsley-error {
    border: 1px solid rgba(237, 41, 41, .5)
}

.win_popup .blc_pp_wt .rows input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .6)
}

.win_popup .blc_pp_wt .rows input::-moz-placeholder {
    color: rgba(0, 0, 0, .6)
}

.win_popup .blc_pp_wt .rows input:-moz-placeholder {
    color: rgba(0, 0, 0, .6)
}

.win_popup .blc_pp_wt .rows input:-ms-input-placeholder {
    color: rgba(0, 0, 0, .6)
}

.win_popup .blc_pp_wt .rows textarea {
    z-index: 4;
    border: 1px solid rgba(56, 59, 67, .2);
    font-weight: 400;
    font-size: clamp(.75rem, .6820652174rem + .1086956522vw, .8125rem);
    line-height: clamp(1.5rem, 1.4320652174rem + .1086956522vw, 1.5625rem);
    letter-spacing: -.01vw;
    border-radius: 3.125vw;
    height: 2.969vw;
    padding-top: clamp(.125rem, -.7581521739rem + 1.4130434783vw, .9375rem);
    padding-bottom: 0;
    padding-left: 1.563vw;
    padding-right: 1.563vw;
    width: 100%;
    resize: none;
    overflow: hidden;
    color: #000;
    position: relative;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: 0 0
}

@media (max-width:1000px) {
    .win_popup .blc_pp_wt .rows textarea {
        font-weight: 400;
        font-size: 13px;
        line-height: 25px;
        border-radius: 60px;
        height: 54px;
        padding-top: 13px;
        padding-bottom: 13px;
        padding-left: 28px;
        padding-right: 28px
    }
}

.win_popup .blc_pp_wt .rows textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .6)
}

.win_popup .blc_pp_wt .rows textarea::-moz-placeholder {
    color: rgba(0, 0, 0, .6)
}

.win_popup .blc_pp_wt .rows textarea:-moz-placeholder {
    color: rgba(0, 0, 0, .6)
}

.win_popup .blc_pp_wt .rows textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, .6)
}

.win_popup .blc_pp_wt .rows .h4 {
    display: inline-block;
    position: relative;
    margin-bottom: .313vw;
    padding-left: 1.458vw;
    font-weight: 400;
    font-size: clamp(.75rem, .6820652174rem + .1086956522vw, .8125rem);
    line-height: clamp(1.5rem, 1.4320652174rem + .1086956522vw, 1.5625rem);
    letter-spacing: -.01vw;
    vertical-align: middle;
    color: rgba(56, 59, 67, .7);
    z-index: 5
}

@media (max-width:1000px) {
    .win_popup .blc_pp_wt .rows .h4 {
        margin-bottom: 2px;
        padding-left: 16px;
        font-weight: 400;
        font-size: 13px;
        line-height: 25px;
        letter-spacing: -.195px
    }
}

.win_popup .blc_pp_wt .rows .get_go {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #afb1b4;
    background: 0 0;
    width: clamp(7.8125rem, 4.0760869565rem + 5.9782608696vw, 11.25rem);
    border-radius: 1.458vw;
    padding: .365vw;
    padding-left: 1.458vw;
    transition: .35s;
    cursor: pointer
}

@media (max-width:1000px) {
    .win_popup .blc_pp_wt .rows .get_go {
        width: 180px;
        padding: 7px 9px;
        padding-left: 27px;
        border-radius: 40px;
        margin-top: 40px
    }
}

@media (min-width:1001px) {
    .win_popup .blc_pp_wt .rows .get_go:hover {
        transition: .35s;
        background: #99c0c2;
        border: 1px solid #99c0c2
    }

    .win_popup .blc_pp_wt .rows .get_go:hover .t {
        transition: .35s;
        color: #fff
    }

    .win_popup .blc_pp_wt .rows .get_go:hover .r_crc {
        transition: .35s;
        background: #fff
    }

    .win_popup .blc_pp_wt .rows .get_go:active {
        transition: .35s;
        background: #88a7a8;
        border: 1px solid #88a7a8
    }

    .win_popup .blc_pp_wt .rows .get_go:active .t {
        transition: .35s;
        color: #fff
    }

    .win_popup .blc_pp_wt .rows .get_go:active .r_crc {
        transition: .35s;
        background: #fff
    }
}

.win_popup .blc_pp_wt .rows .get_go .t {
    transition: .35s;
    font-weight: 400;
    font-size: clamp(.8125rem, .6766304348rem + .2173913043vw, .9375rem);
    line-height: clamp(1.5rem, 1.3641304348rem + .2173913043vw, 1.625rem);
    color: #383b43
}

@media (max-width:1000px) {
    .win_popup .blc_pp_wt .rows .get_go .t {
        font: 400 15px/21px
    }
}

.win_popup .blc_pp_wt .rows .get_go .r_crc {
    transition: .35s;
    background: #99c0c2;
    border-radius: 100%;
    width: 2.083vw;
    height: 2.083vw;
    padding-bottom: .104vw;
    padding-left: .104vw;
    font-weight: 500;
    font-size: .938vw;
    line-height: 1.042vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #383b43
}

@media (max-width:1000px) {
    .win_popup .blc_pp_wt .rows .get_go .r_crc {
        width: 40px;
        height: 40px;
        padding-bottom: 0;
        padding-left: 0;
        font: 500 12px/14px
    }
}

.win_popup .blc_pp_wt .rows .iagree {
    margin: 0 0 0 1.25vw;
    width: calc(100% - 9.375vw);
    position: relative;
    text-align: left;
    height: auto
}

@media (max-width:1000px) {
    .win_popup .blc_pp_wt .rows .iagree {
        margin: 0;
        width: 100%
    }
}

.win_popup .blc_pp_wt .rows .iagree label.css-label {
    padding-left: 0;
    height: auto;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-weight: 400;
    font-size: clamp(.6875rem, .4836956522rem + .3260869565vw, .875rem);
    line-height: clamp(.875rem, .6032608696rem + .4347826087vw, 1.125rem);
    letter-spacing: -.006vw;
    max-width: clamp(17.375rem, 12.6875rem + 7.5vw, 21.6875rem);
    vertical-align: middle;
    margin-bottom: 0;
    position: relative;
    text-align: left;
    color: rgba(56, 59, 67, .7)
}

@media (max-width:1000px) {
    .win_popup .blc_pp_wt .rows .iagree label.css-label {
        font-weight: 400;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: -.12px;
        max-width: 297px
    }
}

.win_popup .blc_pp_wt .rows .iagree label.css-label a {
    color: rgba(153, 192, 194, .7);
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-underline-offset: 3px;
    text-decoration-color: rgba(153, 192, 194, .7);
    transition: .35s
}

@media (min-width:1001px) {
    .win_popup .blc_pp_wt .rows .iagree label.css-label a:hover {
        transition: .35s;
        color: #383b43;
        text-decoration-color: #383b43
    }
}

.thank_you {
    width: 91rem;
    min-height: 17.5rem;
    background: #fff
}

@media (max-width:980px) {
    .thank_you {
        width: 75rem
    }
}

@media (max-width:800px) {
    .thank_you {
        width: 60rem
    }
}

@media (max-width:650px) {
    .thank_you {
        width: 50rem
    }
}

@media (max-width:550px) {
    .thank_you {
        width: 40rem
    }
}

@media (max-width:450px) {
    .thank_you {
        width: 30rem
    }
}

@media (max-width:350px) {
    .thank_you {
        width: 27.5rem
    }
}

.thank_you .line_pp {
    height: 12.5rem
}

.thank_you .blc_pp_wt {
    text-align: center;
    padding: 5.1rem 0 5.2rem
}

.thank_you .blc_pp_wt p {
    font-style: normal;
    font-size: 2.4rem;
    line-height: 3rem;
    color: #0b1c2b;
    margin: 0 0 .1rem
}

.thank_you .blc_pp_wt span {
    font-weight: 300;
    font-size: 2rem;
    line-height: 3rem;
    color: #0b1c2b
}

.fancybox-inner {
    overflow: visible !important;
    min-height: 10rem
}

.fancybox-is-open .fancybox-infobar {
    opacity: 0 !important;
    visibility: hidden !important
}

.fancybox-infobar {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 6rem;
    height: 6rem;
    border-radius: 100%;
    border: .3rem solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: .13em;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1.6rem;
    color: #fff
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(0, 0, 0, 0)
}

.fancybox-bg {
    background: 0 0
}

.fancybox-button.fancybox-close-small {
    right: 1.25vw;
    top: 1.25vw;
    width: 2.396vw;
    height: 2.396vw;
    padding: 0;
    display: block;
    transition: .35s
}

@media (min-width:769px) {
    .fancybox-button.fancybox-close-small:hover {
        opacity: 1;
        transition: .35s
    }

    .fancybox-button.fancybox-close-small:hover::after {
        transition: .35s;
        background: url(../img/pp_cls_h.svg) no-repeat 0 0/cover
    }
}

.fancybox-button.fancybox-close-small svg {
    display: none
}

.fancybox-button.fancybox-close-small::after {
    transition: .35s;
    content: "";
    background: url(../img/pp_cls_f.svg) no-repeat 0 0/cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}