a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: "";
    content: none
}

* {
    box-sizing: border-box
}

.normal-form input[type=color], .normal-form input[type=date], .normal-form input[type=datetime-local], .normal-form input[type=datetime], .normal-form input[type=email], .normal-form input[type=month], .normal-form input[type=number], .normal-form input[type=password], .normal-form input[type=search], .normal-form input[type=tel], .normal-form input[type=text], .normal-form input[type=time], .normal-form input[type=url], .normal-form input[type=week], .normal-form select, .normal-form textarea {
    -webkit-appearance: none
}

.normal-form textarea {
    overflow: auto
}

.normal-form input[type=color]:focus, .normal-form input[type=date]:focus, .normal-form input[type=datetime-local]:focus, .normal-form input[type=datetime]:focus, .normal-form input[type=email]:focus, .normal-form input[type=month]:focus, .normal-form input[type=number]:focus, .normal-form input[type=password]:focus, .normal-form input[type=search]:focus, .normal-form input[type=tel]:focus, .normal-form input[type=text]:focus, .normal-form input[type=time]:focus, .normal-form input[type=url]:focus, .normal-form input[type=week]:focus, .normal-form select:focus, .normal-form textarea:focus {
    outline: none
}

b, strong {
    font-weight: 700
}

em {
    font-style: italic
}

sup {
    vertical-align: text-top
}

sub, sup {
    font-size: 75%
}

sub {
    vertical-align: bottom
}

blockquote {
    font-style: italic
}

.user-content ul {
    list-style: disc;
    margin-left: 24px
}

.user-content ul ul {
    margin-left: 20px;
    margin-bottom: 0
}

.user-content ul li {
    margin-bottom: 0
}

.user-content ol {
    margin-left: 24px;
    list-style: decimal
}

.user-content ol ol {
    list-style: lower-latin;
    margin-bottom: 0
}

.user-content ul ul, .view ol ol {
    margin-bottom: 0
}

.user-content li li {
    font-size: 1em
}

table {
    width: 100%;
    border: none;
    border-collapse: collapse;
    border-spacing: 0
}

table td, table th {
    vertical-align: middle
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
    overflow: hidden
}

html.has-scroll-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.has-scroll-smooth body {
    overflow: hidden
}

.has-scroll-smooth [data-scroll-container] {
    min-height: 100vh
}

[data-scroll-direction=horizontal] [data-scroll-container] {
    height: 100vh;
    display: inline-block;
    white-space: nowrap
}

[data-scroll-direction=horizontal] [data-scroll-section] {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    height: 100%
}

.c-scrollbar {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    width: 11px;
    height: 100vh;
    transform-origin: center right;
    transition: transform .3s, opacity .3s;
    opacity: 0
}

.c-scrollbar:hover {
    transform: scaleX(1.45)
}

.c-scrollbar:hover, .has-scroll-dragging .c-scrollbar, .has-scroll-scrolling .c-scrollbar {
    opacity: 1
}

[data-scroll-direction=horizontal] .c-scrollbar {
    width: 100%;
    height: 10px;
    top: auto;
    bottom: 0;
    transform: scaleY(1)
}

[data-scroll-direction=horizontal] .c-scrollbar:hover {
    transform: scaleY(1.3)
}

.c-scrollbar_thumb {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #000;
    opacity: .5;
    width: 7px;
    border-radius: 10px;
    margin: 2px;
    cursor: -webkit-grab;
    cursor: grab
}

.has-scroll-dragging .c-scrollbar_thumb {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
    right: auto;
    bottom: 0
}

.has-scroll-smooth {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide, .swiper-wrapper {
    transform: translateZ(0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: normal;
    line-height: 1
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s, top .2s
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, left .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

@font-face {
    font-display: swap;
    font-family: ABC Normal;
    src: url(../../../../../../../../themes/kreativa-web/assets/fonts/ABCNormal-Light.woff2) format("woff2");
    src: url(../../../../../../../../themes/kreativa-web/assets/fonts/ABCNormal-Light.woff) format("woff");
    font-style: normal;
    font-weight: 300
}

@font-face {
    font-display: swap;
    font-family: ABC Normal;
    src: url(../../../../../../../../themes/kreativa-web/assets/fonts/ABCNormal-Regular.woff2) format("woff2");
    src: url(../../../../../../../../themes/kreativa-web/assets/fonts/ABCNormal-Regular.woff) format("woff");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-display: swap;
    font-family: ABC Normal;
    src: url(../../../../../../../../themes/kreativa-web/assets/fonts/ABCNormal-Medium.woff2) format("woff2");
    src: url(../../../../../../../../themes/kreativa-web/assets/fonts/ABCNormal-Medium.woff) format("woff");
    font-style: normal;
    font-weight: 500
}

@font-face {
    font-display: swap;
    font-family: ABC Normal;
    src: url(../../../../../../../../themes/kreativa-web/assets/fonts/ABCNormal-Semibold.woff2) format("woff2");
    src: url(../../../../../../../../themes/kreativa-web/assets/fonts/ABCNormal-Semibold.woff) format("woff");
    font-style: normal;
    font-weight: 600
}

body {
    font-family: ABC Normal, "sans-serif";
    font-size: 20px;
    line-height: 36px;
    font-weight: 400;
    overflow-x: hidden;
    position: relative;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#page-wrapper {
    overflow: hidden
}

.locomotive-wrap {
    padding-top: 5.882vw
}

@media screen and (min-width:1700px) {
    .locomotive-wrap {
        padding-top: 1rem
    }
}

@media screen and (max-width:991px) {
    .locomotive-wrap {
        padding-top: 7.082vw
    }
}

@media screen and (max-width:767px) {
    .locomotive-wrap {
        padding-top: .9rem
    }
}

:root {
    --mobile100vh: 100vh
}

* {
    -webkit-tap-highlight-color: transparent
}

.cli-modal-close svg {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer
}

.cli-bar-popup {
    padding: 30px 25px 25px
}

#cookie-law-info-bar {
    box-shadow: none !important;
    width: 100% !important;
    max-width: 420px !important;
    padding: 30px !important;
    padding-bottom: 25px !important;
    border: none !important
}

@media screen and (max-width:420px) {
    #cookie-law-info-bar {
        max-width: 100vw !important;
        padding: 7.143vw !important;
        padding-bottom: 5.952vw !important
    }
}

#cookie-law-info-bar .cli-style-v2 .cli-bar-message {
    position: relative;
    font-family: ABC Normal, "sans-serif";
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    padding-left: 110px
}

@media screen and (max-width:420px) {
    #cookie-law-info-bar .cli-style-v2 .cli-bar-message {
        font-size: 4.762vw;
        line-height: 5.714vw;
        padding-left: 26.19vw
    }
}

#cookie-law-info-bar .cli-style-v2 .cli-bar-message:before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 85px;
    height: 1px;
    background-color: #fff
}

@media screen and (max-width:420px) {
    #cookie-law-info-bar .cli-style-v2 .cli-bar-message:before {
        top: 3.095vw;
        width: 20.238vw
    }
}

#cookie-law-info-bar .cli-style-v2 .cli-bar-message a {
    color: #71eac6;
    text-decoration: none
}

#cookie-law-info-bar .cli-style-v2 .cli-bar-btn_container {
    padding-left: 20px;
    justify-content: flex-end;
    font-size: 14px;
    line-height: 17px;
    color: #71eac6
}

@media screen and (max-width:420px) {
    #cookie-law-info-bar .cli-style-v2 .cli-bar-btn_container {
        padding-left: 4.762vw
    }
}

#cookie-law-info-bar .cli-style-v2 .cli-bar-btn_container a {
    font-family: ABC Normal, "sans-serif";
    text-decoration: none;
    font-weight: 400;
    margin: 0 10px !important
}

#cookie-law-info-bar .cli-style-v2 .cli-bar-btn_container a.cli_action_button {
    font-weight: 600;
    text-transform: uppercase
}

html {
    font-size: 100px
}

body.video-active .cursor-follower.view {
    width: 4.706vw;
    height: 4.706vw
}

@media screen and (min-width:1700px) {
    body.video-active .cursor-follower.view {
        width: .8rem;
        height: .8rem
    }
}

body.video-active .cursor-follower.view .view-wrap .view {
    transform: translate3d(0, -120%, 0) skewY(10deg)
}

body.video-active .cursor-follower.view .view-wrap:after {
    transform: translateZ(0) skewY(0deg)
}

.cursor-follower {
    position: fixed;
    background-color: #71eac6;
    width: 0;
    height: 0;
    border-radius: 100%;
    z-index: 1;
    transition: opacity .1s linear, filter .3s ease, background-color .3s ease, border .3s ease, width .3s ease, height .3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 99999;
    opacity: 1;
    overflow: hidden
}

@media screen and (max-width:1024px) {
    .cursor-follower {
        display: none
    }
}

.cursor-follower span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.059vw;
    line-height: 1.294vw;
    font-weight: 600;
    opacity: 0;
    text-align: center;
    color: #254b45;
    transition: opacity .4s ease, transform 1.2s cubic-bezier(.19, 1, .22, 1);
    white-space: nowrap
}

@media screen and (min-width:1700px) {
    .cursor-follower span {
        font-size: .18rem;
        line-height: .22rem
    }
}

.cursor-follower.no-sound .view-muted .view i.not-muted {
    opacity: 0
}

.cursor-follower.no-sound .view-muted .view i.muted {
    opacity: 1
}

.cursor-follower .view-drag, .cursor-follower .view-muted, .cursor-follower .view-project, .cursor-follower .view-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden
}

.cursor-follower .view-drag .view, .cursor-follower .view-muted .view, .cursor-follower .view-project .view, .cursor-follower .view-wrap .view {
    font-size: 1.059vw;
    line-height: 7.765vw;
    font-weight: 600;
    color: #254b45;
    opacity: 0;
    transition: opacity .4s ease, transform 1.2s cubic-bezier(.19, 1, .22, 1);
    white-space: nowrap
}

.cursor-follower .view-drag .view i, .cursor-follower .view-muted .view i, .cursor-follower .view-project .view i, .cursor-follower .view-wrap .view i {
    transform: translate3d(-50%, -50%, 0);
    transition: opacity .4s ease;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 1.176vw;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}

.cursor-follower .view-drag .view i.not-muted, .cursor-follower .view-muted .view i.not-muted, .cursor-follower .view-project .view i.not-muted, .cursor-follower .view-wrap .view i.not-muted {
    background-image: url(../../../../../../../../themes/kreativa-web/assets/img/about/mouse-not-muted.svg);
    width: .824vw;
    opacity: 1
}

.cursor-follower .view-drag .view i.muted, .cursor-follower .view-muted .view i.muted, .cursor-follower .view-project .view i.muted, .cursor-follower .view-wrap .view i.muted {
    background-image: url(../../../../../../../../themes/kreativa-web/assets/img/about/mouse-muted.svg);
    left: 52.5%;
    width: 1.081vw;
    opacity: 0
}

.cursor-follower .view-drag .view .drag-icon, .cursor-follower .view-muted .view .drag-icon, .cursor-follower .view-project .view .drag-icon, .cursor-follower .view-wrap .view .drag-icon {
    transform: translate3d(-50%, -50%, 0);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2.966vw;
    height: .867vw;
    background-image: url(../../../../../../../../themes/kreativa-web/assets/img/about/mouse-drag.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    opacity: 1
}

@media screen and (min-width:1700px) {
    .cursor-follower .view-drag .view, .cursor-follower .view-muted .view, .cursor-follower .view-project .view, .cursor-follower .view-wrap .view {
        font-size: .18rem;
        line-height: 1.32rem
    }

    .cursor-follower .view-drag .view i, .cursor-follower .view-muted .view i, .cursor-follower .view-project .view i, .cursor-follower .view-wrap .view i {
        height: .2rem
    }

    .cursor-follower .view-drag .view .drag-icon, .cursor-follower .view-muted .view .drag-icon, .cursor-follower .view-project .view .drag-icon, .cursor-follower .view-wrap .view .drag-icon {
        width: .5042rem;
        height: .1474rem
    }

    .cursor-follower .view-drag .view.not-muted, .cursor-follower .view-muted .view.not-muted, .cursor-follower .view-project .view.not-muted, .cursor-follower .view-wrap .view.not-muted {
        width: .14rem;
        opacity: 0
    }

    .cursor-follower .view-drag .view.muted, .cursor-follower .view-muted .view.muted, .cursor-follower .view-project .view.muted, .cursor-follower .view-wrap .view.muted {
        width: .1838rem;
        opacity: 1
    }
}

.cursor-follower .view-drag:after, .cursor-follower .view-muted:after, .cursor-follower .view-project:after, .cursor-follower .view-wrap:after {
    content: attr(data-text);
    transition: transform 1.2s cubic-bezier(.19, 1, .22, 1);
    transform: translate3d(0, 120%, 0) skewY(10deg);
    transform-origin: 0 50%;
    position: absolute;
    font-size: 1.059vw;
    line-height: 4.706vw;
    font-weight: 600;
    color: #254b45;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

@media screen and (min-width:1700px) {
    .cursor-follower .view-drag:after, .cursor-follower .view-muted:after, .cursor-follower .view-project:after, .cursor-follower .view-wrap:after {
        font-size: .18rem;
        line-height: .8rem
    }
}

.cursor-follower.view {
    width: 7.765vw;
    height: 7.765vw
}

@media screen and (min-width:1700px) {
    .cursor-follower.view {
        width: 1.32rem;
        height: 1.32rem
    }
}

.cursor-follower.view .view-wrap .view {
    opacity: 1
}

.cursor-follower.project {
    width: 7.765vw;
    height: 7.765vw
}

@media screen and (min-width:1700px) {
    .cursor-follower.project {
        width: 1.32rem;
        height: 1.32rem
    }
}

.cursor-follower.project .view-project .view {
    opacity: 1
}

.cursor-follower.muted {
    width: 4.706vw;
    height: 4.706vw
}

@media screen and (min-width:1700px) {
    .cursor-follower.muted {
        width: .8rem;
        height: .8rem
    }
}

.cursor-follower.muted .view-muted .view {
    opacity: 1
}

.cursor-follower.drag {
    width: 6.471vw;
    height: 6.471vw
}

@media screen and (min-width:1700px) {
    .cursor-follower.drag {
        width: 1.1rem;
        height: 1.1rem
    }
}

.cursor-follower.drag .view-drag .view {
    opacity: 1
}

.cursor-follower .all-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden
}

.cursor-follower .all-wrap span {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 115%;
    height: 115%;
    text-align: center;
    font-size: 1.059vw;
    line-height: 8.824vw;
    font-weight: 600;
    letter-spacing: 0;
    color: #254b45;
    white-space: nowrap;
    -webkit-animation: loopTrack 2.6s linear infinite;
    animation: loopTrack 2.6s linear infinite
}

@media screen and (min-width:1700px) {
    .cursor-follower .all-wrap span {
        font-size: .18rem;
        line-height: 1.5rem
    }
}

.cursor-follower .all-wrap span:last-child {
    left: 115%
}

.cursor-follower.all {
    width: 8.824vw;
    height: 8.824vw
}

@media screen and (min-width:1700px) {
    .cursor-follower.all {
        width: 1.5rem;
        height: 1.5rem
    }
}

.cursor-follower.all .all {
    opacity: 1
}

.cursor-follower .next-page {
    display: block;
    position: absolute;
    width: .765vw;
    height: .765vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    fill: #3f3c44;
    transition: opacity .4s ease;
    white-space: nowrap
}

@media screen and (min-width:1700px) {
    .cursor-follower .next-page {
        width: .13rem;
        height: .13rem
    }
}

.cursor-follower.next-page {
    width: 4.706vw;
    height: 4.706vw
}

@media screen and (min-width:1700px) {
    .cursor-follower.next-page {
        width: .8rem;
        height: .8rem
    }
}

.cursor-follower.next-page .next-page {
    opacity: 1
}

.cursor-follower.active {
    width: .5rem;
    height: .5rem
}

body.tablet .mouse {
    display: none
}

::-moz-selection {
    background-color: #acffe6
}

::selection {
    background-color: #acffe6
}

.block {
    display: block
}

.relative {
    position: relative
}

.overflow-hidden {
    overflow: hidden
}

a {
    color: inherit
}

.overflow-hidden-mobile {
    overflow: hidden
}

@media screen and (max-width:1380px) {
    .overflow-hidden-mobile {
        overflow: hidden;
        overflow-y: scroll
    }
}

.cursor-pointer {
    cursor: pointer
}

.container {
    max-width: calc(100% - 17.058vw);
    margin: auto
}

@media screen and (min-width:1700px) {
    .container {
        max-width: 14.1rem
    }
}

@media screen and (max-width:991px) {
    .container {
        max-width: calc(100% - 12.109vw)
    }
}

@media screen and (max-width:767px) {
    .container {
        max-width: calc(100% - .6rem)
    }
}

.container-2 {
    max-width: calc(100% - 14.118vw);
    margin: auto
}

@media screen and (min-width:1700px) {
    .container-2 {
        max-width: 11.7rem
    }
}

@media screen and (max-width:991px) {
    .container-2 {
        max-width: calc(100% - 8vw)
    }
}

@media screen and (max-width:767px) {
    .container-2 {
        max-width: 100%
    }
}

.media-wrap {
    position: relative
}

.media-wrap .media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background-color: #254b45
}

.corner-media-wrap-1 {
    position: relative
}

.corner-media-wrap-1 .inner {
    aspect-ratio: 17/24;
    position: relative;
    display: block;
    width: 35vw;
    height: auto
}

.corner-media-wrap-1 .media {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #254b45
}

.corner-media-wrap-1:after {
    content: "";
    transition: border-width .6s ease-out, border-color .6s cubic-bezier(.65, .05, .36, 1);
    position: absolute;
    top: 0;
    right: 0;
    border-style: solid;
    border-width: 0;
    border-color: #27232c #27232c #71eac6 #71eac6;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #71eac6
}

.corner-media-wrap-1.animated:after {
    border-width: 3.4vw
}

@media screen and (max-width:767px) {
    .corner-media-wrap-1.animated:after {
        border-width: .35rem
    }
}

.corner-media-wrap-1:not(.no-hover):hover:after {
    border-width: 3.4vw
}

@media screen and (max-width:767px) {
    .corner-media-wrap-1:not(.no-hover):hover:after {
        border-width: .35rem
    }
}

@media screen and (min-width:1700px) {
    .corner-media-wrap-1 .inner {
        width: 5.95rem
    }

    .corner-media-wrap-1.animated:after, .corner-media-wrap-1:not(.no-hover):hover:after {
        border-width: .59rem
    }
}

@media screen and (max-width:991px) {
    .corner-media-wrap-1 .inner {
        width: 38vw
    }
}

@media screen and (max-width:767px) {
    .corner-media-wrap-1 .inner {
        width: 100%
    }
}

.corner-media-wrap-2 {
    position: relative
}

.corner-media-wrap-2 .inner {
    aspect-ratio: 40/21;
    position: relative;
    display: block;
    width: 100%;
    height: auto
}

.corner-media-wrap-2 .media {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.corner-media-wrap-2 .media, .corner-media-wrap-2:after {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.corner-media-wrap-2:after {
    content: "";
    transition: border-width .6s ease-out, border-color .6s cubic-bezier(.65, .05, .36, 1);
    border-style: solid;
    border-width: 0;
    border-color: #27232c #71eac6 #71eac6 #27232c;
    background-color: #71eac6
}

.corner-media-wrap-2.animated:after {
    border-width: 3.4vw
}

@media screen and (max-width:767px) {
    .corner-media-wrap-2.animated:after {
        border-width: .35rem
    }
}

.corner-media-wrap-2:not(.no-hover):hover:after {
    border-width: 3.4vw
}

@media screen and (max-width:767px) {
    .corner-media-wrap-2:not(.no-hover):hover:after {
        border-width: .35rem
    }
}

@media screen and (min-width:1700px) {
    .corner-media-wrap-2.animated:after, .corner-media-wrap-2:not(.no-hover):hover:after {
        border-width: .59rem
    }
}

.button-1 {
    transition: background-color .5s cubic-bezier(.65, .05, .36, 1);
    display: inline-block;
    position: relative;
    font-size: 1.059vw;
    line-height: 1.271vw;
    letter-spacing: 0;
    font-weight: 600;
    color: #254b45;
    text-decoration: none;
    background-color: #fff;
    overflow: hidden
}

.button-1.small:after, .button-1.small span {
    padding: 1.118vw 1.471vw
}

.button-1 span {
    transform: translateZ(0) skewY(0deg);
    transform-origin: 0 50%;
    display: block;
    position: relative
}

.button-1 span, .button-1:after {
    transition: transform 1.2s cubic-bezier(.19, 1, .22, 1);
    padding: 1.118vw 2.824vw
}

.button-1:after {
    content: attr(data-text);
    transform: translate3d(0, 120%, 0) skewY(7deg);
    transform-origin: 0 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

@media screen and (min-width:1700px) {
    .button-1 {
        font-size: .18rem;
        line-height: .216rem
    }

    .button-1.small:after, .button-1.small span {
        padding: .19rem .25rem
    }

    .button-1 span, .button-1:after {
        padding: .19rem .48rem
    }
}

@media screen and (max-width:991px) {
    .button-1 {
        font-size: 1.615vw;
        line-height: 2.22vw
    }

    .button-1.small:after, .button-1.small span {
        padding: 1.514vw 2.018vw
    }

    .button-1 span, .button-1:after {
        padding: 1.514vw 5.045vw
    }
}

@media screen and (max-width:767px) {
    .button-1 {
        font-size: .18rem;
        line-height: .22rem;
        width: 100%;
        text-align: center;
        max-width: 3.1rem
    }

    .button-1.small:after, .button-1.small span {
        padding: .19rem .25rem
    }

    .button-1 span, .button-1:after {
        padding: .15rem .48rem
    }
}

.button-1:hover {
    background-color: #71eac6
}

.button-1:hover span {
    transform: translate3d(0, -120%, 0) skewY(7deg)
}

.button-1:hover:after {
    transform: translateZ(0) skewY(0deg)
}

@media screen and (max-width:767px) {
    .button-1.is-inview {
        background-color: #71eac6;
        transition-delay: .4s
    }

    .button-1.is-inview span {
        transform: translate3d(0, -120%, 0) skewY(7deg);
        transition-delay: .4s
    }

    .button-1.is-inview:after {
        transform: translateZ(0) skewY(0deg);
        transition-delay: .4s
    }
}

.link-1 {
    display: block;
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 1.176vw;
    line-height: 1.412vw;
    font-weight: 500;
    letter-spacing: 0;
    padding-bottom: .588vw;
    padding-right: 2.163vw;
    color: #fff;
    text-decoration: none;
    overflow: hidden
}

.link-1:before {
    transition: transform .75s cubic-bezier(.65, .05, .36, 1);
    transform: translate3d(-150%, 0, 0);
    transition-delay: 0ms
}

.link-1:after, .link-1:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: .5
}

.link-1:after {
    transition: transform .75s cubic-bezier(.65, .05, .36, 1);
    transform: translateZ(0)
}

.link-1 i {
    transition: transform .5s cubic-bezier(.65, .05, .36, 1);
    display: block;
    position: absolute;
    top: .3vw;
    right: 0;
    width: .986vw;
    height: .984vw;
    background-image: url(../../../../../../../../themes/kreativa-web/assets/img/link-1.svg);
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat
}

@media screen and (min-width:1700px) {
    .link-1 {
        font-size: .2rem;
        line-height: .24rem;
        padding-bottom: .1rem;
        padding-right: .3677rem
    }

    .link-1 i {
        top: .051rem;
        width: .1677rem;
        height: .1673rem
    }
}

@media screen and (max-width:767px) {
    .link-1 {
        font-size: .16rem;
        line-height: .2rem;
        padding-bottom: .06rem;
        padding-right: .2rem
    }

    .link-1 i {
        top: .06rem;
        width: .1rem;
        height: .1rem
    }
}

.link-1:hover i {
    transform: scale(.75)
}

.link-1:hover:before {
    transform: translateZ(0);
    transition-delay: .15s
}

.link-1:hover:after {
    transform: translate3d(150%, 0, 0)
}

.c-scrollbar_thumb {
    transition: background-color .6s cubic-bezier(.65, .05, .36, 1);
    background-color: #bee0d6
}

#page-wrapper.white-mode {
    background-color: #fff
}

#page-wrapper.dark-mode, #page-wrapper.white-mode .c-scrollbar_thumb {
    background-color: #27232c
}

#page-wrapper.dark-mode ::-moz-selection {
    background-color: #254b45
}

#page-wrapper.dark-mode ::selection {
    background-color: #254b45
}

#page-wrapper.light-mode {
    background-color: #e1eeec
}

#page-wrapper.light-mode .c-scrollbar_thumb {
    background-color: #254b45
}

#page-wrapper.light-mode .button-simple, #page-wrapper.light-mode .text, #page-wrapper.light-mode .text-claim, #page-wrapper.light-mode .text-md, #page-wrapper.light-mode .text-sm, #page-wrapper.light-mode .title, #page-wrapper.light-mode .title-2xl, #page-wrapper.light-mode .title-4xl, #page-wrapper.light-mode .title-xl {
    color: #254b45
}

#page-wrapper.light-mode .button-simple:after, #page-wrapper.light-mode .button-simple:before {
    background-color: #254b45
}

#page-wrapper.light-mode .line-text {
    color: #254b45
}

#page-wrapper.light-mode .line-text i {
    background-color: #254b45
}

#page-wrapper.light-mode .hamburger span {
    background: #254b45
}

#page-wrapper.light-mode .hamburger.active span {
    background: #bee0d6
}

#page-wrapper.light-mode .brands-text {
    color: #254b45
}

#page-wrapper.light-mode .line, #page-wrapper.light-mode .line:after {
    background-color: #254b45
}

#page-wrapper.light-mode .claim .user .name {
    color: #254b45
}

#page-wrapper.light-mode .page-header .logo {
    fill: #254b45
}

#page-wrapper.light-mode .corner-media-wrap-1:after {
    border-color: #e1eeec #e1eeec #71eac6 #71eac6
}

#page-wrapper.light-mode .corner-media-wrap-2:after {
    border-color: #e1eeec #71eac6 #71eac6 #e1eeec
}

#page-wrapper.light-mode .card-1 .tags {
    color: #254b45
}

#page-wrapper.light-mode .card-1 .tags span:not(:last-child) {
    border-right: .01rem solid #254b45
}

#page-wrapper.light-mode .icon-text-list .icon path {
    stroke: #254b45
}

#page-wrapper.light-mode .page-footer .footer-info-content a, #page-wrapper.light-mode .page-footer .footer-info-content p {
    color: #254b45
}

#page-wrapper.light-mode .pattern svg {
    transition: opacity .6s cubic-bezier(.65, .05, .36, 1)
}

#page-wrapper.light-mode .pattern svg.dark-pattern {
    opacity: 0
}

#page-wrapper.light-mode .pattern svg.light-pattern {
    opacity: 1
}

#page-wrapper.light-mode .page-header .header-nav .link:hover {
    color: #254b45
}

#page-wrapper.light-mode .page-header .header-nav .link:before {
    background: #254b45
}

#page-wrapper.light-mode .page-header .contact-button {
    color: #71eac6;
    background-color: #254b45
}

#page-wrapper.light-mode .page-header .contact-button:hover {
    background-color: #306b62
}

#page-wrapper.light-mode .page-footer .footer-nav-list li a:hover, #page-wrapper.light-mode .page-footer .social-list li a:hover {
    color: #254b45
}

#page-wrapper.light-mode .page-footer .footer-nav-list li a:before, #page-wrapper.light-mode .page-footer .social-list li a:before {
    background: #254b45
}

#page-wrapper.light-mode .page-footer .privacy-policy span:hover {
    color: #254b45
}

#page-wrapper.light-mode .page-footer .privacy-policy span:before {
    background: #254b45
}

#page-wrapper.light-mode .center-wrap-section .links li a {
    color: #254b45
}

#page-wrapper.light-mode .center-wrap-section .links li a:after, #page-wrapper.light-mode .center-wrap-section .links li a:before {
    background: #254b45
}

#page-wrapper.light-mode .services-list-section .item-list li, #page-wrapper.light-mode .services-list-section .item-title {
    color: #254b45
}

#page-wrapper.light-mode .services-list-section .item-list li:before {
    background: #254b45
}

#page-wrapper.light-mode .faq-section .img-wrap .corner-media-wrap-1:after {
    border-color: #71eac6 #71eac6 #e1eeec #e1eeec
}

#page-wrapper.light-mode .faq-item .question-line, #page-wrapper.light-mode .faq-item:hover .plus:after, #page-wrapper.light-mode .faq-item:hover .plus:before {
    background: #254b45
}

.title-4xl {
    transition: color .6s cubic-bezier(.65, .05, .36, 1);
    letter-spacing: -.04em;
    font-weight: 400;
    font-size: 10.882vw;
    line-height: 10.294vw;
    color: #bee0d6
}

.title-4xl .lines {
    overflow: hidden;
    padding-bottom: 1.471vw;
    margin-bottom: -1.471vw
}

@media screen and (min-width:1700px) {
    .title-4xl {
        font-size: 1.85rem;
        line-height: 1.75rem
    }

    .title-4xl .lines {
        padding-bottom: .25rem;
        margin-bottom: -.25rem
    }
}

@media screen and (max-width:767px) {
    .title-4xl {
        font-size: .78rem;
        line-height: .82rem
    }

    .title-4xl .lines {
        padding-bottom: .2rem;
        margin-bottom: -.2rem
    }
}

@media screen and (max-width:575px) {
    .title-4xl {
        font-size: .58rem;
        line-height: .6rem
    }

    .title-4xl .lines {
        padding-bottom: .2rem;
        margin-bottom: -.2rem
    }
}

.title-2xl {
    transition: color .6s cubic-bezier(.65, .05, .36, 1);
    font-size: 6.706vw;
    line-height: 7.294vw;
    letter-spacing: -.04em;
    font-weight: 400;
    color: #bee0d6
}

.title-2xl .lines {
    padding-bottom: .5vw;
    margin-bottom: -.5vw;
    overflow: hidden
}

.title-2xl .lines>div {
    transform-origin: 0 50%
}

@media screen and (min-width:1700px) {
    .title-2xl {
        font-size: 1.14rem;
        line-height: 1.24rem
    }

    .title-2xl .lines {
        padding-bottom: .085rem;
        margin-bottom: -.085rem
    }
}

@media screen and (max-width:767px) {
    .title-2xl {
        font-size: .38rem;
        line-height: .48rem
    }

    .title-2xl .lines {
        padding-bottom: .085rem;
        margin-bottom: -.085rem
    }
}

.title-xl {
    transition: color .6s cubic-bezier(.65, .05, .36, 1);
    font-size: 4.118vw;
    line-height: 5vw;
    letter-spacing: -.04em;
    color: #bee0d6
}

@media screen and (min-width:1700px) {
    .title-xl {
        font-size: .7rem;
        line-height: .85rem
    }
}

@media screen and (max-width:991px) {
    .title-xl {
        font-size: 4.642vw;
        line-height: 5.651vw
    }
}

@media screen and (max-width:767px) {
    .title-xl {
        font-size: .32rem;
        line-height: .42rem
    }
}

.title {
    transition: color .6s cubic-bezier(.65, .05, .36, 1);
    font-size: 2.941vw;
    line-height: 3.529vw;
    letter-spacing: -.04em;
    font-weight: 400;
    color: #bee0d6
}

.title .lines {
    overflow: hidden;
    padding-bottom: .2vw;
    margin-bottom: -.2vw
}

@media screen and (min-width:1700px) {
    .title {
        font-size: .5rem;
        line-height: .6rem
    }
}

@media screen and (max-width:991px) {
    .title {
        font-size: 3.633vw;
        line-height: 4.642vw
    }
}

@media screen and (max-width:767px) {
    .title {
        font-size: .26rem;
        line-height: .36rem
    }
}

.text {
    transition: color .6s cubic-bezier(.65, .05, .36, 1);
    font-size: 2.118vw;
    line-height: 2.706vw;
    letter-spacing: -.02em;
    font-weight: 400;
    color: #bee0d6
}

.text span {
    display: inline-block
}

@media screen and (min-width:1700px) {
    .text {
        font-size: .36rem;
        line-height: .46rem
    }
}

@media screen and (max-width:991px) {
    .text {
        font-size: 2.624vw;
        line-height: 3.633vw
    }
}

@media screen and (max-width:767px) {
    .text {
        font-size: .24rem;
        line-height: .32rem
    }
}

.text-md {
    font-weight: 400;
    font-size: 1.412vw;
    line-height: 2vw;
    letter-spacing: 0;
    color: #bee0d6
}

@media screen and (min-width:1700px) {
    .text-md {
        font-size: .24rem;
        line-height: .34rem
    }
}

@media screen and (max-width:991px) {
    .text-md {
        font-size: 1.816vw;
        line-height: 2.422vw
    }
}

@media screen and (max-width:767px) {
    .text-md {
        font-size: .16rem;
        line-height: .26rem
    }
}

.text-sm {
    transition: color .6s cubic-bezier(.65, .05, .36, 1);
    font-size: 1.176vw;
    line-height: 1.412vw;
    letter-spacing: 0;
    font-weight: 500;
    color: #bee0d6
}

.text-sm span {
    display: inline-block
}

@media screen and (min-width:1700px) {
    .text-sm {
        font-size: .2rem;
        line-height: .24rem
    }
}

@media screen and (max-width:991px) {
    .text-sm {
        font-size: 1.615vw;
        line-height: 2.422vw
    }
}

@media screen and (max-width:767px) {
    .text-sm {
        font-size: .16rem;
        line-height: .26rem
    }
}

.text-claim {
    transition: color .6s cubic-bezier(.65, .05, .36, 1);
    font-size: 1.059vw;
    line-height: 1.412vw;
    letter-spacing: 0;
    font-weight: 300;
    color: #bee0d6
}

.text-claim span {
    display: inline-block
}

.text-claim strong {
    font-weight: 500
}

@media screen and (min-width:1700px) {
    .text-claim {
        font-size: .18rem;
        line-height: .24rem
    }
}

@media screen and (max-width:991px) {
    .text-claim {
        font-size: 1.615vw;
        line-height: 2.422vw
    }
}

@media screen and (max-width:767px) {
    .text-claim {
        font-size: .16rem;
        line-height: .26rem
    }
}

.line-text {
    transition: color .6s cubic-bezier(.65, .05, .36, 1);
    position: relative;
    font-size: 1.176vw;
    line-height: 1.412vw;
    letter-spacing: 0;
    font-weight: 500;
    padding-left: 7.059vw;
    color: #bee0d6;
    perspective: 50vw;
    overflow: hidden
}

.line-text span {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap
}

.line-text i {
    transition: background-color .6s cubic-bezier(.65, .05, .36, 1);
    display: block;
    position: absolute;
    top: .706vw;
    left: 0;
    width: 5.294vw;
    height: .01rem;
    background-color: #bee0d6;
    transform-origin: 0 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.line-text .spacer {
    margin-right: 2.353vw
}

@media screen and (min-width:1700px) {
    .line-text {
        font-size: .2rem;
        line-height: .24rem;
        padding-left: 1.20003rem
    }

    .line-text .spacer {
        margin-right: .4rem
    }

    .line-text i {
        top: .12rem;
        width: .9rem
    }
}

@media screen and (max-width:991px) {
    .line-text {
        font-size: 1.615vw;
        line-height: 2.422vw
    }

    .line-text i {
        top: 1.211vw
    }
}

@media screen and (max-width:767px) {
    .line-text {
        font-size: .16rem;
        line-height: .2rem;
        padding-left: .86rem
    }

    .line-text i {
        top: .1rem;
        width: .66rem
    }

    .line-text span {
        white-space: unset
    }
}

.line-text.no-line {
    padding-left: 0
}

@media screen and (min-width:1700px) {
    .line-text.no-line {
        padding-left: 0
    }
}

@media screen and (max-width:767px) {
    .line-text.no-line {
        padding-left: 0
    }
}

.brands-text {
    transition: color .6s cubic-bezier(.65, .05, .36, 1);
    font-size: 5.412vw;
    line-height: 6vw;
    letter-spacing: -.04em;
    font-weight: 400;
    color: #bee0d6
}

.brands-text .lines {
    padding-bottom: .5vw;
    margin-bottom: -.5vw;
    overflow: hidden
}

.brands-text .lines>div {
    transform-origin: 0 50%
}

.brands-text a {
    display: inline-block;
    text-decoration: none;
    color: inherit
}

.brands-text a.no-target {
    pointer-events: none
}

.brands-text a span {
    display: inline-block
}

.brands-text a>div {
    padding-right: .15em
}

@media screen and (min-width:1700px) {
    .brands-text {
        font-size: .92rem;
        line-height: 1.02rem
    }

    .brands-text .lines {
        padding-bottom: .085rem;
        margin-bottom: -.085rem
    }
}

@media screen and (max-width:991px) {
    .brands-text {
        font-size: 6.054vw;
        line-height: 7.265vw
    }
}

@media screen and (max-width:767px) {
    .brands-text {
        font-size: .42rem;
        line-height: .5rem
    }
}

.claim {
    position: relative;
    padding-top: 4.647vw
}

.claim .icon {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 3.588vw;
    height: 3.176vw;
    background-image: url(../../../../../../../../themes/kreativa-web/assets/img/brackets.svg);
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat
}

.claim .title {
    margin-bottom: 3.176vw
}

.claim .title .lines {
    overflow: visible
}

.claim .line {
    margin-bottom: 2.941vw
}

.claim .user {
    display: flex;
    align-items: flex-start;
    position: relative
}

.claim .user .user-inner {
    display: flex;
    align-items: center;
    min-height: 5.294vw;
    margin-left: 1.824vw
}

.claim .user .image {
    display: block;
    aspect-ratio: 1/1;
    width: 5.294vw;
    height: auto
}

.claim .user .name {
    transition: color .6s cubic-bezier(.65, .05, .36, 1);
    font-size: 1.176vw;
    line-height: 1.529vw;
    letter-spacing: 0;
    font-weight: 500;
    color: #bee0d6
}

.claim .user .name span {
    display: block;
    font-weight: 300;
    margin-top: .02rem
}

@media screen and (min-width:1700px) {
    .claim {
        padding-top: .79rem
    }

    .claim .icon {
        width: .61rem;
        height: .54rem
    }

    .claim .title {
        margin-bottom: .54rem
    }

    .claim .line {
        margin-bottom: .5rem
    }

    .claim .user .image {
        width: .9rem
    }

    .claim .user .user-inner {
        margin-left: .31rem;
        min-height: .9rem
    }

    .claim .user .name {
        font-size: .2rem;
        line-height: .26rem
    }
}

@media screen and (max-width:991px) {
    .claim {
        padding-top: 5.55vw
    }

    .claim .icon {
        width: 4.036vw;
        height: 3.734vw
    }

    .claim .title {
        margin-bottom: 4.036vw
    }

    .claim .line {
        margin-bottom: 3.532vw
    }

    .claim .user .image {
        width: 7.568vw
    }

    .claim .user .user-inner {
        margin-left: 2.523vw;
        min-height: 7.568vw
    }

    .claim .user .name {
        font-size: 1.615vw;
        line-height: 2.422vw
    }
}

@media screen and (max-width:767px) {
    .claim {
        padding-top: .4rem
    }

    .claim .icon {
        width: .31rem;
        height: .27rem
    }

    .claim .line, .claim .title {
        margin-bottom: .35rem
    }

    .claim .user .image {
        width: .65rem
    }

    .claim .user .user-inner {
        margin-left: .25rem;
        min-height: .65rem
    }

    .claim .user .name {
        font-size: .18rem;
        line-height: .26rem
    }
}

body.tablet .line .circle, body.tablet .next-study-link-section .go-next-circle {
    display: block
}

@media screen and (max-width:1366px) {
    body.tablet .about-slider-section .slider-wrap .card.swiper-slide-active .media-wrap.blurred:before {
        -webkit-backdrop-filter: blur(0);
        backdrop-filter: blur(0)
    }
}

.line {
    pointer-events: none;
    transition: background-color .6s cubic-bezier(.65, .05, .36, 1);
    display: block;
    position: relative;
    border: none;
    width: 100%;
    height: .01rem;
    background-color: #bee0d6
}

.line .circle {
    z-index: 5;
    pointer-events: none;
    transition: transform .3s ease;
    transform: translate3d(-50%, -50%, 0) scale(0);
    display: none;
    position: absolute;
    left: 0;
    top: 50%;
    width: 8.882vw;
    height: 8.882vw;
    border-radius: 50%;
    background-color: #71eac6;
    overflow: hidden
}

.line .circle span {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 115%;
    height: 115%;
    text-align: center;
    font-size: 1.059vw;
    line-height: 8.882vw;
    font-weight: 600;
    letter-spacing: 0;
    color: #254b45;
    white-space: nowrap;
    -webkit-animation: loopTrack 2.6s linear infinite;
    animation: loopTrack 2.6s linear infinite
}

.line .circle span:last-child {
    left: 115%
}

.line:after {
    content: "";
    transition: background-color .6s cubic-bezier(.65, .05, .36, 1);
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: .2rem;
    height: .06rem;
    background-color: #bee0d6
}

@media screen and (min-width:1700px) {
    .line .circle {
        width: 1.51rem;
        height: 1.51rem
    }

    .line .circle span {
        font-size: .18rem;
        line-height: 1.51rem
    }
}

@media screen and (max-width:1380px) {
    .line .circle {
        transform: translate3d(0, -50%, 0) scale(1);
        left: unset;
        right: 20px
    }
}

@media screen and (max-width:1024px) {
    .line .circle {
        display: block
    }
}

@media screen and (max-width:767px) {
    .line .circle {
        width: 1.16rem;
        height: 1.16rem
    }

    .line .circle span {
        width: 120%;
        height: 120%;
        font-size: .16rem;
        line-height: 1.16rem
    }

    .line .circle span:last-child {
        left: 120%
    }
}

.line-outer {
    cursor: pointer
}

@-webkit-keyframes loopTrack {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes loopTrack {
    0% {
        transform: translateZ(0)
    }

    to {
        transform: translate3d(-100%, 0, 0)
    }
}

.card-1 {
    text-decoration: none;
    transform-origin: 50% 100%
}

.card-1 .media-hover-wrap {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1/1;
    margin-bottom: 2.941vw;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #27232c
}

@media (hover:hover) {
    .card-1 .media-hover-wrap:hover .media-wrap {
        transform: scale(1.1)
    }
}

.card-1 .media-wrap {
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    background-color: #27232c;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .7s cubic-bezier(.18, .38, .54, 1.04)
}

.card-1 .media-wrap .media {
    display: block;
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.card-1 .media-wrap .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #27232c;
    opacity: 0;
    transition: opacity .2s ease-out
}

.card-1 .text-sm {
    width: 80%;
    margin-bottom: 1.765vw
}

.card-1 .card-title, .card-1 .text-sm {
    transition: color .2s ease-out;
    font-weight: 400
}

.card-1 .card-title {
    line-height: 2.542vw;
    letter-spacing: -.04em;
    margin-bottom: 1.471vw
}

.card-1 .card-title span {
    position: relative;
    display: inline-block
}

.card-1 .card-title span:after {
    content: "";
    transition: background-color .2s ease-out, transform .2s ease-out;
    transform: scaleX(0);
    transform-origin: 0 50%;
    display: block;
    width: 100%;
    height: .02rem;
    background-color: #bee0d6;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.card-1 .tags {
    transition: color .2s ease-out;
    font-size: .13rem;
    line-height: .156rem;
    letter-spacing: 0;
    color: #bee0d6;
    text-transform: uppercase;
    font-weight: 400
}

.card-1 .tags span {
    display: inline-block;
    padding-right: .706vw;
    padding-left: .706vw
}

.card-1 .tags span:first-child {
    padding-left: 0
}

.card-1 .tags span:not(:last-child) {
    transition: border-color .2s ease-out;
    border-right: .01rem solid #bee0d6
}

@media screen and (min-width:1700px) {
    .card-1 .media-hover-wrap {
        margin-bottom: .5rem
    }

    .card-1 .card-title {
        line-height: .4321rem;
        margin-bottom: .25rem
    }

    .card-1 .text-sm {
        margin-bottom: .3rem
    }

    .card-1 .tags {
        font-size: .13rem;
        line-height: .156rem
    }

    .card-1 .tags span {
        padding-right: .12rem;
        padding-left: .12rem
    }

    .card-1 .tags span:first-child {
        padding-left: 0
    }
}

@media screen and (max-width:991px) {
    .card-1 .media-hover-wrap {
        margin-bottom: 4.036vw
    }

    .card-1 .card-title {
        margin-bottom: 2.018vw;
        line-height: 3.431vw
    }

    .card-1 .text-sm {
        width: 90%;
        margin-bottom: 2.523vw
    }

    .card-1 .tags {
        font-size: 12px;
        line-height: 16px
    }

    .card-1 .tags span {
        padding-right: 10px;
        padding-left: 10px
    }

    .card-1 .tags span:first-child {
        padding-left: 0
    }
}

@media screen and (max-width:767px) {
    .card-1 .media-hover-wrap {
        margin-bottom: .3rem;
        margin-left: -.2rem;
        width: calc(100% + .4rem)
    }

    .card-1 .card-title {
        font-size: .3rem;
        line-height: .36rem;
        margin-bottom: .2rem
    }

    .card-1 .text-sm {
        width: 100%;
        margin-bottom: .2rem
    }

    .card-1 .tags {
        font-size: .14rem;
        line-height: .17rem
    }
}

body:not(.light-mode) .card-1:hover .media-wrap .overlay {
    opacity: .5
}

body:not(.light-mode) .card-1:hover .card-title {
    color: #fff
}

body:not(.light-mode) .card-1:hover .card-title span:after {
    background-color: #fff;
    transform: scaleX(1)
}

body:not(.light-mode) .card-1:hover .tags, body:not(.light-mode) .card-1:hover .text-sm {
    color: #fff
}

@media screen and (max-width:767px) {
    body:not(.light-mode) .card-1 .media-wrap.is-inview .overlay {
        opacity: 0
    }

    body:not(.light-mode) .card-1 .card-title.is-inview {
        color: #fff;
        transition-delay: .4s
    }

    body:not(.light-mode) .card-1 .card-title.is-inview span:after {
        background-color: #fff;
        transform: scaleX(1);
        transition-delay: .4s
    }

    body:not(.light-mode) .card-1 .tags.is-inview, body:not(.light-mode) .card-1 .text-sm.is-inview {
        color: #fff;
        transition-delay: .4s
    }
}

#page-wrapper.light-mode .card-1:hover .media-wrap .overlay {
    opacity: .6
}

#page-wrapper.light-mode .card-1:hover .card-title {
    color: #254b45
}

#page-wrapper.light-mode .card-1:hover .card-title span:after {
    background-color: #254b45;
    transform: scaleX(1)
}

#page-wrapper.light-mode .card-1:hover .tags, #page-wrapper.light-mode .card-1:hover .text-sm {
    color: #254b45
}

@media screen and (max-width:767px) {
    #page-wrapper.light-mode .card-1 .media-wrap.is-inview .overlay {
        opacity: 0
    }

    #page-wrapper.light-mode .card-1 .card-title.is-inview {
        color: #254b45;
        transition-delay: .4s
    }

    #page-wrapper.light-mode .card-1 .card-title.is-inview span:after {
        background-color: #254b45;
        transform: scaleX(1);
        transition-delay: .4s
    }

    #page-wrapper.light-mode .card-1 .tags.is-inview, #page-wrapper.light-mode .card-1 .text-sm.is-inview {
        color: #254b45;
        transition-delay: .4s
    }
}

.card-grid-1 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-left: -.118vw;
    margin-bottom: -13.941vw;
    padding-bottom: 8.824vw
}

.card-grid-1 .card-grid-inner {
    display: block;
    width: 50%;
    padding-left: .118vw;
    margin-bottom: 13.941vw;
    perspective: 50vw
}

.card-grid-1 .card-grid-inner:nth-child(2n) {
    transform: translateY(8.824vw)
}

@media screen and (min-width:1700px) {
    .card-grid-1 {
        margin-left: -.02rem;
        margin-bottom: -2.37rem;
        padding-bottom: 1.5rem
    }

    .card-grid-1 .card-grid-inner {
        padding-left: .02rem;
        margin-bottom: 2.37rem
    }

    .card-grid-1 .card-grid-inner:nth-child(2n) {
        transform: translateY(1.5rem)
    }
}

@media screen and (max-width:767px) {
    .card-grid-1 {
        margin-left: 0;
        margin-bottom: 0;
        padding-bottom: 0
    }

    .card-grid-1 .card-grid-inner {
        width: 100%;
        padding-left: 0;
        margin-bottom: .8rem
    }

    .card-grid-1 .card-grid-inner:last-of-type {
        margin-bottom: 0
    }

    .card-grid-1 .card-grid-inner:nth-child(2n) {
        transform: translateY(0)
    }
}

.icon-text-list {
    display: block;
    position: relative
}

.icon-text-list .text {
    letter-spacing: -.04em;
    margin-bottom: 2.353vw;
    font-weight: 400
}

.icon-text-list .text-sm {
    line-height: 1.765vw
}

.icon-text-list .text-sm span:not(:last-child) {
    margin-bottom: 1.647vw
}

.icon-text-list .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 6.353vw;
    height: 6.353vw
}

.icon-text-list .icon path {
    transition: stroke .6s cubic-bezier(.65, .05, .36, 1);
    stroke: #bee0d6
}

.icon-text-list .icon svg {
    transition: opacity .6s cubic-bezier(.65, .05, .36, 1);
    position: absolute;
    top: 0;
    left: 0
}

.icon-text-list li {
    padding-left: 9.882vw
}

.icon-text-list li:not(:last-child) {
    margin-bottom: 5.882vw
}

@media screen and (min-width:1700px) {
    .icon-text-list .text {
        margin-bottom: .4rem
    }

    .icon-text-list .icon {
        width: 1.08rem;
        height: 1.08rem
    }

    .icon-text-list .text-sm {
        line-height: .3rem
    }

    .icon-text-list .text-sm span:not(:last-child) {
        margin-bottom: .28rem
    }

    .icon-text-list li {
        padding-left: 1.68rem
    }

    .icon-text-list li:not(:last-child) {
        margin-bottom: 1rem
    }
}

@media screen and (max-width:991px) {
    .icon-text-list .text {
        margin-bottom: 3.027vw
    }

    .icon-text-list .text-sm {
        line-height: 2.825vw
    }

    .icon-text-list .icon {
        width: 7.064vw;
        height: 7.064vw
    }

    .icon-text-list li {
        padding-left: 11.1vw
    }

    .icon-text-list li:not(:last-child) {
        margin-bottom: 7.064vw
    }
}

@media screen and (max-width:767px) {
    .icon-text-list .text {
        margin-bottom: .2rem
    }

    .icon-text-list .text-sm {
        line-height: .26rem
    }

    .icon-text-list .text-sm span:not(:last-child) {
        margin-bottom: .28rem
    }

    .icon-text-list .icon {
        width: 1.08rem;
        height: 1.08rem
    }

    .icon-text-list li {
        padding-left: 1.3rem
    }

    .icon-text-list li:not(:last-child) {
        margin-bottom: .8rem
    }
}

@media screen and (max-width:575px) {
    .icon-text-list .icon {
        position: relative;
        margin-bottom: .4rem
    }

    .icon-text-list li {
        padding-left: 0
    }
}

.list-2 {
    display: block;
    padding: 0
}

.list-2 li {
    position: relative;
    padding-left: 1.824vw
}

.list-2 li:not(:last-child) {
    margin-bottom: .588vw
}

.list-2 li:before {
    content: "";
    display: block;
    position: absolute;
    top: .7vw;
    left: 0;
    width: .294vw;
    height: .294vw;
    background-image: url(../../../../../../../../themes/kreativa-web/assets/img/list-2.svg);
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat
}

@media screen and (min-width:1700px) {
    .list-2 li {
        padding-left: .31rem
    }

    .list-2 li:not(:last-child) {
        margin-bottom: .1rem
    }

    .list-2 li:before {
        width: .05rem;
        height: .05rem;
        top: .119rem
    }
}

@media screen and (max-width:767px) {
    .list-2 li {
        padding-left: .25rem
    }

    .list-2 li:not(:last-child) {
        margin-bottom: .1rem
    }

    .list-2 li:before {
        top: .075rem;
        width: .075rem;
        height: .075rem
    }
}

.hamburger-wrap.case-study-theme .hamburger.active span {
    background: #bee0d6
}

.hamburger-wrap.case-study-theme .hamburger span {
    background: #fff
}

.hamburger-wrap.down {
    transform: translateY(calc(-100% - 60px))
}

.hamburger-wrap.up {
    top: .18rem
}

.hamburger-wrap.up .hamburger.active span {
    background: #bee0d6
}

.hamburger-wrap.up .hamburger span {
    background-color: #254b45
}

.hamburger-wrap {
    display: none;
    position: fixed;
    right: .3rem;
    top: .25rem;
    transition: transform .8s ease, top .4s ease;
    z-index: 160
}

@media only screen and (max-width:767px) {
    .hamburger-wrap {
        display: block
    }
}

.hamburger {
    position: relative;
    display: none;
    width: 30px;
    height: 10px;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer
}

@media only screen and (max-width:767px) {
    .hamburger {
        display: inline-block
    }
}

.hamburger span {
    display: block;
    position: absolute;
    height: 2px;
    background: #bee0d6;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out
}

.hamburger span:first-child {
    width: 100%;
    top: 0
}

.hamburger span:nth-child(2) {
    width: 100%;
    top: 8px
}

.hamburger.active span:first-child {
    top: 8px;
    transform: rotate(135deg)
}

.hamburger.active span:nth-child(2) {
    top: 8px;
    transform: rotate(-135deg)
}

.mobile-menu {
    z-index: 150;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #201d25;
    overflow-y: auto;
    overflow-x: hidden
}

.mobile-menu .close-button {
    display: block;
    position: absolute;
    top: .34rem;
    right: .3569rem;
    width: .2263rem;
    height: .2284rem;
    background-image: url(../../../../../../../../themes/kreativa-web/assets/img/mobile-close.svg);
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat
}

.mobile-menu .mobile-menu-inner {
    display: flex;
    min-height: 7rem;
    height: 100%;
    overflow: hidden
}

.mobile-menu .container {
    display: flex;
    min-height: 7rem;
    height: 100%;
    flex-wrap: wrap;
    align-content: space-between
}

.mobile-menu .container>div:not(.pattern) {
    width: 100%
}

.mobile-menu .links {
    padding-top: .55rem
}

.mobile-menu .link {
    display: block;
    font-size: .44rem;
    line-height: .48rem;
    letter-spacing: -.02em;
    font-weight: 400;
    color: #bee0d6;
    text-decoration: none;
    overflow: hidden
}

.mobile-menu .link span {
    display: block
}

.mobile-menu .link:not(:last-child) {
    margin-bottom: .3rem
}

.mobile-menu .p-title {
    font-size: .12rem;
    line-height: .144rem;
    letter-spacing: 0;
    font-weight: 500;
    color: #bee0d6;
    margin-bottom: .3rem;
    text-transform: uppercase
}

.mobile-menu .p-links {
    padding-left: .2rem;
    border-left: .01rem solid #bee0d6
}

.mobile-menu .p-link {
    display: block;
    font-size: .2rem;
    line-height: .24rem;
    letter-spacing: 0;
    text-decoration: none;
    font-weight: 400;
    color: #bee0d6
}

.mobile-menu .p-link:not(:last-child) {
    margin-bottom: .2rem
}

.mobile-menu .contact-button {
    position: relative;
    display: block;
    width: 100%;
    max-width: 3rem;
    margin: 0 auto;
    font-size: .22rem;
    line-height: .264rem;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: -.02em;
    padding-top: .37rem;
    padding-bottom: .37rem;
    color: #254b45;
    background-color: #71eac6;
    text-align: center
}

.mobile-menu .contact-button .inner {
    width: 100%;
    white-space: nowrap
}

.mobile-menu .contact-button span {
    width: 100%;
    display: inline-block;
    padding-left: 0;
    padding-right: 0
}

.mobile-menu .contact-button span:last-child {
    position: absolute;
    padding: 0
}

@media screen and (max-height:700px) {
    .mobile-menu .container, .mobile-menu .mobile-menu-inner {
        min-height: 6rem
    }

    .mobile-menu .link:not(:last-child) {
        margin-bottom: .15rem
    }
}

@media screen and (max-height:630px) {
    .mobile-menu .p-title {
        margin-bottom: .2rem
    }

    .mobile-menu .p-link:not(:last-child) {
        margin-bottom: .1rem
    }
}

@media screen and (max-height:600px) {
    .mobile-menu .container, .mobile-menu .mobile-menu-inner {
        min-height: 5rem
    }

    .mobile-menu .links {
        padding-top: .5rem
    }
}

@media screen and (max-height:550px) {
    .mobile-menu .p-link {
        font-size: .15rem;
        line-height: .2rem
    }

    .mobile-menu .link {
        font-size: .34rem;
        line-height: .38rem
    }
}

.page-header.case-study-theme .logo {
    fill: #fff
}

.page-header.case-study-theme .text-sm {
    color: #fff
}

.page-header.case-study-theme .contact-button {
    background-color: #fff
}

.page-header.down {
    transform: translateY(calc(-100% - 60px))
}

.page-header.up {
    background-color: #fff
}

.page-header.up .logo, .page-header.up .logo:hover {
    fill: #254b45
}

.page-header.up .header-nav .text-sm {
    color: #254b45
}

.page-header.up .header-nav .link:before {
    background-color: #254b45
}

.page-header.up .header-nav .link:hover {
    color: #254b45
}

.page-header.up .container {
    height: 4.118vw
}

.page-header.up .contact-button {
    padding-top: 1.353vw;
    padding-bottom: 1.471vw;
    height: 4.118vw
}

@media screen and (min-width:1700px) {
    .page-header.up .container {
        height: .7rem
    }

    .page-header.up .contact-button {
        color: #254b45;
        background-color: #71eac6;
        padding-top: .23rem;
        padding-bottom: .25rem;
        height: .7rem
    }
}

@media screen and (max-width:991px) {
    .page-header.up .container {
        height: 6.155vw
    }

    .page-header.up .contact-button {
        padding-top: 1.816vw;
        padding-bottom: 2.018vw;
        height: 6.155vw
    }
}

@media screen and (max-width:767px) {
    .page-header.up .container {
        height: .7rem
    }
}

.page-header {
    transition: transform .8s ease, background-color .4s ease;
    position: fixed;
    transform: translateZ(0);
    z-index: 100;
    width: 100%;
    top: 0;
    left: 0;
    background-color: hsla(0, 0%, 100%, 0)
}

.page-header.intro-animated {
    transform: translate3d(0, -100%, 0)
}

.page-header .header-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.page-header .header-nav .text-sm {
    font-size: 1.059vw;
    line-height: 1.294vw
}

@media screen and (min-width:1700px) {
    .page-header .header-nav .text-sm {
        font-size: .18rem;
        line-height: .22rem
    }
}

.page-header .header-nav li {
    display: inline-block;
    padding-right: 2.941vw
}

.page-header .header-nav li:last-of-type {
    padding-right: 0
}

.page-header .header-nav .link {
    display: inline-block;
    position: relative;
    text-decoration: none;
    padding-bottom: .04rem;
    transition: color .6s cubic-bezier(.65, .05, .36, 1);
    font-weight: 400
}

.page-header .header-nav .link:hover {
    color: #acffe6
}

.page-header .header-nav .link:hover:before {
    width: 100%
}

.page-header .header-nav .link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #acffe6;
    transition: width .4s cubic-bezier(.65, .05, .36, 1)
}

.page-header .contact-button {
    transition: background-color .4s ease-out, color .4s ease-out, padding .4s ease;
    position: relative;
    display: inline-block;
    font-size: 1.059vw;
    line-height: 1.271vw;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0;
    padding-top: 2.235vw;
    padding-bottom: 2.353vw;
    color: #254b45;
    background-color: #71eac6
}

.page-header .contact-button .inner {
    width: 100%;
    white-space: nowrap
}

.page-header .contact-button span {
    width: 100%;
    display: inline-block;
    padding-left: 2.824vw;
    padding-right: 2.824vw
}

.page-header .contact-button span:last-child {
    position: absolute;
    padding: 0
}

.page-header .contact-button:hover {
    background-color: #acffe6
}

.page-header .container {
    height: 5.882vw;
    transition: height .4s ease
}

.page-header .logo-wrapper {
    display: block
}

.page-header .logo {
    transition: fill .4s cubic-bezier(.65, .05, .36, 1);
    transform: translateY(-50%);
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 7.647vw;
    height: 1.506vw;
    fill: #bee0d6;
    z-index: 11
}

.page-header .logo:hover {
    fill: #acffe6
}

@media screen and (min-width:1700px) {
    .page-header .header-nav li {
        padding-right: .5rem
    }

    .page-header .header-nav li:last-of-type {
        padding-right: 0
    }

    .page-header .text-sm {
        font-size: .18rem;
        line-height: .22rem
    }

    .page-header .container {
        height: 1rem
    }

    .page-header .logo {
        width: 1.3rem;
        height: .256rem
    }

    .page-header .contact-button {
        font-size: .18rem;
        line-height: .216rem;
        padding-top: .38rem;
        padding-bottom: .4rem
    }

    .page-header .contact-button span {
        padding-left: .48rem;
        padding-right: .48rem
    }
}

@media screen and (max-width:991px) {
    .page-header .container {
        height: 7.064vw
    }

    .page-header .logo {
        width: 9.586vw;
        height: 1.917vw
    }

    .page-header .header-nav li {
        padding-right: 3.532vw
    }

    .page-header .header-nav li:last-of-type {
        padding-right: 0
    }

    .page-header .contact-button, .page-header .header-nav .text-sm {
        font-size: 1.615vw;
        line-height: 2.422vw
    }
}

@media screen and (max-width:767px) {
    .page-header .container {
        height: .9rem
    }

    .page-header .logo {
        width: 1.3rem;
        height: .256rem
    }

    .page-header .header-nav {
        display: none
    }
}

.page-footer {
    padding-bottom: 5.882vw;
    position: relative;
    z-index: 5
}

.page-footer .section-inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 7.176vw
}

.page-footer .footer-logo {
    display: block;
    width: 3.765vw;
    height: 3.765vw;
    background-image: url(../../../../../../../../themes/kreativa-web/assets/img/footer-logo.svg);
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 2.941vw
}

.page-footer .claim-text {
    line-height: 2.941vw
}

.page-footer .text-sm {
    font-size: 1.059vw;
    line-height: 1.294vw;
    font-weight: 400;
    text-decoration: none
}

.page-footer .text-sm strong {
    font-weight: 500
}

.page-footer .footer-info-title, .page-footer .footer-nav-title, .page-footer .footer-social-title {
    color: #fff;
    margin-bottom: 1.471vw;
    font-weight: 500
}

.page-footer .footer-nav-list, .page-footer .social-list {
    display: block;
    position: relative
}

.page-footer .footer-nav-list li, .page-footer .social-list li {
    display: block
}

.page-footer .footer-nav-list li:not(:last-child), .page-footer .social-list li:not(:last-child) {
    margin-bottom: 1.294vw
}

.page-footer .footer-nav-list li a, .page-footer .social-list li a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    padding-bottom: .04rem;
    transition: color .4s cubic-bezier(.65, .05, .36, 1)
}

.page-footer .footer-nav-list li a:hover, .page-footer .social-list li a:hover {
    color: #acffe6
}

.page-footer .footer-nav-list li a:hover:before, .page-footer .social-list li a:hover:before {
    width: 100%
}

.page-footer .footer-nav-list li a:before, .page-footer .social-list li a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #acffe6;
    transition: width .4s cubic-bezier(.65, .05, .36, 1)
}

.page-footer .footer-info-content p {
    font-size: 1.059vw;
    line-height: 1.294vw;
    letter-spacing: 0;
    font-weight: 400;
    color: #bee0d6;
    margin-bottom: 1.294vw;
    transition: color .6s cubic-bezier(.65, .05, .36, 1)
}

.page-footer .footer-info-content a {
    color: #bee0d6;
    text-decoration: none;
    margin-bottom: 0;
    transition: color .6s cubic-bezier(.65, .05, .36, 1)
}

.page-footer .separator {
    margin-bottom: 2.941vw
}

.page-footer .line {
    margin-bottom: 3.176vw
}

.page-footer .footer-grid {
    display: block;
    position: relative;
    width: 42.353vw
}

.page-footer .footer-grid .grid-inner {
    float: left;
    width: 33.3333333333%;
    padding-left: 1.765vw
}

.page-footer .footer-grid:after {
    content: "";
    display: block;
    width: 100%;
    clear: both
}

.page-footer .ft {
    display: flex;
    justify-content: space-between
}

.page-footer .ft .text-sm:last-child {
    width: 11.765vw
}

.page-footer .text-sm.copyright {
    font-size: .941vw
}

.page-footer .privacy-policy span {
    display: inline-block;
    position: relative
}

.page-footer .privacy-policy span:hover {
    color: #acffe6
}

.page-footer .privacy-policy span:hover:before {
    width: 100%
}

.page-footer .privacy-policy span:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #acffe6;
    transition: width .4s cubic-bezier(.65, .05, .36, 1)
}

@media screen and (min-width:1700px) {
    .page-footer {
        padding-bottom: 1rem
    }

    .page-footer .section-inner {
        margin-bottom: 1.22rem
    }

    .page-footer .footer-logo {
        width: .64rem;
        height: .64rem;
        margin-bottom: .5rem
    }

    .page-footer .text-sm {
        font-size: .18rem;
        line-height: .22rem
    }

    .page-footer .footer-info-title, .page-footer .footer-nav-title, .page-footer .footer-social-title {
        margin-bottom: .25rem
    }

    .page-footer .footer-nav-list li:not(:last-child), .page-footer .social-list li:not(:last-child) {
        margin-bottom: .22rem
    }

    .page-footer .footer-info-content p {
        font-size: .18rem;
        line-height: .22rem;
        margin-bottom: .22rem
    }

    .page-footer .separator {
        margin-bottom: .5rem
    }

    .page-footer .line {
        margin-bottom: .54rem
    }

    .page-footer .footer-grid {
        width: 7.2rem
    }

    .page-footer .footer-grid .grid-inner {
        padding-left: .3rem
    }

    .page-footer .text-sm.copyright {
        font-size: .16rem
    }

    .page-footer .claim-text {
        line-height: .5rem
    }

    .page-footer .ft .text-sm:last-child {
        width: 2rem
    }
}

@media screen and (max-width:991px) {
    .page-footer {
        padding-bottom: 7.064vw
    }

    .page-footer .section-inner {
        margin-bottom: 10.091vw
    }

    .page-footer .footer-logo {
        width: 5.045vw;
        height: 5.045vw;
        margin-bottom: 4.036vw
    }

    .page-footer .claim-text {
        font-size: 3.633vw;
        line-height: 3.633vw
    }

    .page-footer .text-sm {
        font-size: 1.615vw;
        line-height: 2.422vw
    }

    .page-footer .footer-info-title, .page-footer .footer-nav-list li:not(:last-child), .page-footer .footer-nav-title, .page-footer .footer-social-title, .page-footer .social-list li:not(:last-child) {
        margin-bottom: 2.018vw
    }

    .page-footer .footer-info-content p {
        font-size: 1.615vw;
        line-height: 2.422vw
    }

    .page-footer .separator {
        margin-bottom: 3.532vw
    }

    .page-footer .line {
        margin-bottom: 4.541vw
    }

    .page-footer .footer-grid {
        width: 58.527vw
    }

    .page-footer .text-sm.copyright {
        font-size: 1.413vw
    }

    .page-footer .ft .text-sm:last-child {
        width: 17.5vw
    }
}

@media screen and (max-width:767px) {
    .page-footer {
        padding-bottom: .6rem
    }

    .page-footer .section-inner {
        display: flex;
        flex-direction: column;
        margin-bottom: .5rem
    }

    .page-footer .col-logo {
        margin-bottom: 1rem
    }

    .page-footer .footer-logo {
        display: inline-block;
        vertical-align: middle;
        width: .68rem;
        height: .68rem;
        margin-bottom: 0
    }

    .page-footer .claim-text {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - .75rem);
        padding-left: .25rem;
        font-size: .36rem;
        line-height: .42rem
    }

    .page-footer .claim-text br:nth-child(odd) {
        display: none
    }

    .page-footer .text-sm {
        font-size: .14rem;
        line-height: .24rem
    }

    .page-footer .footer-info-title, .page-footer .footer-nav-title, .page-footer .footer-social-title {
        font-size: .16rem;
        line-height: .24rem;
        margin-bottom: .15rem
    }

    .page-footer .footer-nav-list li:not(:last-child), .page-footer .social-list li:not(:last-child) {
        margin-bottom: .15rem
    }

    .page-footer .footer-info-content p {
        font-size: .14rem;
        line-height: .24rem
    }

    .page-footer .separator {
        margin-bottom: 0
    }

    .page-footer .line {
        margin-bottom: .4rem
    }

    .page-footer .mobile-column {
        width: 49%;
        display: inline-block
    }

    .page-footer .mobile-column:nth-child(odd) {
        padding-right: .15rem
    }

    .page-footer .mobile-column:nth-child(2n) {
        padding-left: .15rem
    }

    .page-footer .footer-grid {
        width: calc(100% + .3rem);
        margin-left: -.15rem;
        margin-right: -.15rem
    }

    .page-footer .footer-grid .grid-inner {
        width: 50%;
        padding-left: .15rem;
        padding-right: .15rem;
        margin-bottom: .4rem
    }

    .page-footer .footer-grid .grid-inner.grid-inner-info {
        width: 100%
    }

    .page-footer .text-sm.copyright {
        font-size: .14rem
    }

    .page-footer .text-sm.copyright span.rights {
        display: block
    }

    .page-footer .ft {
        flex-direction: column
    }

    .page-footer .ft .text-sm {
        margin-bottom: .4rem
    }

    .page-footer .ft .text-sm:last-child {
        margin-bottom: 0;
        width: auto
    }
}

.home-intro-section {
    padding-bottom: 1rem
}

.home-intro-section .home-intro-track, .home-intro-section .home-intro-track.height-auto {
    height: auto
}

.home-intro-section .pattern {
    position: absolute;
    top: -26.471vw;
    right: -17.647vw;
    width: 27.059vw;
    height: 38.941vw;
    transform: rotate(180deg)
}

.home-intro-section .pattern svg {
    transition: opacity .6s cubic-bezier(.65, .05, .36, 1);
    position: absolute;
    top: 0;
    left: 0
}

.home-intro-section .track-inner {
    display: flex;
    align-items: center;
    top: 0;
    width: 100%;
    padding-top: 11.641vw;
    padding-bottom: 15.294vw
}

.home-intro-section .container {
    width: 100%
}

.home-intro-section .media-wrap-outer {
    aspect-ratio: 16/9;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    height: auto
}

.home-intro-section .media-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.home-intro-section .media {
    pointer-events: none;
    background-color: transparent;
    transform: translateX(42.5%)
}

.home-intro-section .title-2xl {
    width: 58vw
}

.home-intro-section .sound-control-icon {
    position: absolute;
    left: 1.765vw;
    bottom: 1.765vw;
    width: 3.529vw;
    height: 3.529vw;
    background-color: #71eac6;
    border-radius: 50%;
    z-index: 9999999;
    cursor: pointer;
    opacity: 0;
    visibility: hidden
}

.home-intro-section .sound-control-icon.no-sound i.not-muted {
    opacity: 0
}

.home-intro-section .sound-control-icon.no-sound i.muted {
    opacity: 1
}

.home-intro-section .sound-control-icon i {
    transform: translate3d(-50%, -50%, 0);
    transition: opacity .4s ease;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 1.176vw;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}

.home-intro-section .sound-control-icon i.not-muted {
    background-image: url(../../../../../../../../themes/kreativa-web/assets/img/about/mouse-not-muted.svg);
    width: .824vw;
    opacity: 1
}

.home-intro-section .sound-control-icon i.muted {
    background-image: url(../../../../../../../../themes/kreativa-web/assets/img/about/mouse-muted.svg);
    left: 52.5%;
    width: 1.118vw;
    opacity: 0
}

@media screen and (min-width:1700px) {
    .home-intro-section .pattern {
        top: -4.5rem;
        right: -3rem;
        width: 4.6rem;
        height: 6.62rem
    }

    .home-intro-section .track-inner {
        padding-top: 1.97897rem;
        padding-bottom: 2.6rem
    }

    .home-intro-section .title-2xl {
        width: 9.8rem
    }

    .home-intro-section .sound-control-icon {
        width: .6rem;
        height: .6rem;
        left: .3rem;
        bottom: .3rem
    }

    .home-intro-section .sound-control-icon i {
        height: .2rem
    }

    .home-intro-section .sound-control-icon i.not-muted {
        width: .14rem
    }

    .home-intro-section .sound-control-icon i.muted {
        width: .19rem
    }
}

@media screen and (max-width:991px) {
    .home-intro-section .pattern {
        width: 32.291vw;
        height: 46.418vw;
        top: -26.236vw;
        right: -16.145vw
    }
}

@media screen and (max-width:767px) {
    .home-intro-section {
        padding-bottom: .4rem
    }

    .home-intro-section .pattern {
        width: 2rem;
        height: 2.86rem;
        top: -2.2rem;
        right: -.6rem
    }

    .home-intro-section .track-inner {
        padding-top: .4rem;
        padding-bottom: .4rem;
        min-height: auto;
        height: auto
    }

    .home-intro-section .title-2xl {
        width: auto;
        font-size: .38rem;
        line-height: .48rem;
        margin-bottom: .6rem
    }

    .home-intro-section .media-wrap-outer {
        transform: none;
        position: relative;
        top: auto;
        right: auto;
        width: calc(100% + .6rem);
        margin-left: -.3rem
    }

    .home-intro-section .media {
        transform: none
    }

    .home-intro-section .sound-control-icon {
        opacity: 1;
        visibility: visible;
        width: .4rem;
        height: .4rem;
        left: .2rem;
        bottom: .2rem
    }

    .home-intro-section .sound-control-icon i.not-muted {
        width: .12rem;
        opacity: 0
    }

    .home-intro-section .sound-control-icon i.muted {
        width: .15rem;
        opacity: 1
    }

    .home-intro-section .sound-control-icon i {
        height: .16rem
    }

    .home-intro-section .sound-control-icon.no-sound i.not-muted {
        opacity: 1
    }

    .home-intro-section .sound-control-icon.no-sound i.muted {
        opacity: 0
    }
}

.pattern svg {
    transition: opacity .6s cubic-bezier(.65, .05, .36, 1)
}

.pattern svg.dark-pattern {
    opacity: 1
}

.pattern svg.light-pattern {
    opacity: 0
}

.home-second-section {
    padding-bottom: 28.236vw
}

.home-second-section .pattern {
    position: absolute;
    width: 25.765vw;
    height: 37.965vw;
    top: -20.588vw;
    left: -4.118vw
}

.home-second-section .pattern svg {
    transition: opacity .6s cubic-bezier(.65, .05, .36, 1);
    position: absolute;
    top: 0;
    left: 0
}

.home-second-section .line-text {
    margin-bottom: 3.529vw
}

.home-second-section .section-inner {
    width: 40.588vw;
    margin-right: 0;
    margin-left: auto
}

.home-second-section .corner-media-wrap-1 {
    position: absolute;
    top: 50%;
    left: -8.529vw;
    overflow: unset
}

.home-second-section .text:not(:last-child) {
    margin-bottom: 3.529vw
}

@media screen and (min-width:1700px) {
    .home-second-section {
        padding-bottom: 4.8rem
    }

    .home-second-section .text:not(:last-child) {
        margin-bottom: .6rem
    }

    .home-second-section .section-inner {
        width: 6.9rem
    }

    .home-second-section .line-text {
        margin-bottom: .6rem
    }

    .home-second-section .pattern {
        width: 4.38rem;
        height: 6.454rem;
        top: -3.5rem;
        left: -.7rem
    }

    .home-second-section .corner-media-wrap-1 {
        left: -1.45rem
    }
}

@media screen and (max-width:991px) {
    .home-second-section {
        padding-bottom: 24.218vw
    }

    .home-second-section .pattern {
        width: 28.254vw;
        height: 41.574vw;
        top: -21.588vw;
        left: -2.118vw
    }

    .home-second-section .line-text {
        margin-bottom: 4.036vw
    }

    .home-second-section .section-inner {
        width: 45.588vw
    }

    .home-second-section .corner-media-wrap-1 {
        top: 40%;
        left: -7.529vw
    }

    .home-second-section .text:not(:last-child) {
        margin-bottom: 4.036vw
    }
}

@media screen and (max-width:767px) {
    .home-second-section {
        padding-bottom: .8rem
    }

    .home-second-section .pattern {
        width: 2.02rem;
        height: 2.9rem;
        top: -.8rem;
        left: -.1rem
    }

    .home-second-section .line-text, .home-second-section .text:not(:last-child) {
        margin-bottom: .4rem
    }

    .home-second-section .section-inner {
        width: 100%;
        margin-bottom: 1.2rem
    }

    .home-second-section .section-inner.no-image-mobile {
        margin-bottom: 0
    }

    .home-second-section .corner-media-wrap-1 {
        position: relative;
        top: 0;
        left: 0;
        margin-left: -.3rem;
        width: 100%;
        max-width: 6rem
    }
}

.home-third-section {
    padding-bottom: 10.588vw
}

.home-third-section .section-inner {
    width: 40.588vw;
    margin-right: 0;
    margin-left: auto
}

.home-third-section .text:not(:last-child) {
    margin-bottom: 3.529vw
}

@media screen and (min-width:1700px) {
    .home-third-section {
        padding-bottom: 1.8rem
    }

    .home-third-section .text:not(:last-child) {
        margin-bottom: .6rem
    }

    .home-third-section .section-inner {
        width: 6.9rem
    }
}

@media screen and (max-width:991px) {
    .home-third-section .section-inner {
        width: 45.588vw
    }

    .home-third-section .text:not(:last-child) {
        margin-bottom: 4.036vw
    }
}

@media screen and (max-width:767px) {
    .home-third-section {
        padding-bottom: 1.2rem
    }

    .home-third-section .section-inner {
        width: 100%
    }

    .home-third-section .text:not(:last-child) {
        margin-bottom: .4rem
    }
}

.home-forth-section {
    padding-bottom: 10.588vw
}

.home-forth-section .text {
    line-height: 2.529vw;
    margin-bottom: 2.353vw
}

.home-forth-section .line-text {
    margin-bottom: 3.529vw
}

.home-forth-section .brands-text {
    margin-bottom: 2.353vw
}

.home-forth-section .section-inner {
    position: relative;
    z-index: 2;
    width: 62.765vw
}

@media screen and (min-width:1700px) {
    .home-forth-section {
        padding-bottom: 1.8rem
    }

    .home-forth-section .brands-text {
        margin-bottom: .4rem
    }

    .home-forth-section .text {
        line-height: .43rem;
        margin-bottom: .4rem
    }

    .home-forth-section .section-inner {
        width: 11rem
    }

    .home-forth-section .line-text {
        margin-bottom: .6rem
    }
}

@media screen and (max-width:991px) {
    .home-forth-section .text {
        line-height: 3.633vw;
        margin-bottom: 3.027vw
    }

    .home-forth-section .line-text {
        margin-bottom: 4.036vw
    }

    .home-forth-section .brands-text {
        margin-bottom: 3.027vw
    }

    .home-forth-section .section-inner {
        width: 68.765vw
    }
}

@media screen and (max-width:767px) {
    .home-forth-section {
        padding-bottom: 1rem
    }

    .home-forth-section .text {
        line-height: .28rem;
        margin-bottom: .55rem
    }

    .home-forth-section .line-text {
        margin-bottom: .4rem
    }

    .home-forth-section .brands-text {
        margin-bottom: .25rem
    }

    .home-forth-section .section-inner {
        width: 100%
    }
}

.home-fifth-section {
    padding-bottom: 28.236vw
}

.home-fifth-section.small {
    padding-bottom: 14.118vw
}

.home-fifth-section .section-inner {
    margin: auto;
    width: calc(100% - 14.118vw)
}

@media screen and (min-width:1700px) {
    .home-fifth-section {
        padding-bottom: 4.8rem
    }

    .home-fifth-section.small {
        padding-bottom: 2.4rem
    }

    .home-fifth-section .section-inner {
        width: 9.3rem
    }
}

@media screen and (max-width:767px) {
    .home-fifth-section {
        padding-bottom: 2.4rem
    }

    .home-fifth-section.small {
        padding-bottom: 1.2rem
    }

    .home-fifth-section .section-inner {
        width: 100%
    }
}

.home-lately-section {
    padding-bottom: 28.589vw
}

.home-lately-section .line-text {
    margin-bottom: 3.529vw
}

.home-lately-section .line-outer {
    position: relative;
    z-index: 10;
    padding-top: 9.765vw;
    padding-bottom: 9.765vw;
    margin-bottom: -9.765vw
}

.home-lately-section .pattern {
    position: absolute;
    top: -8.235vw;
    right: -13.529vw;
    width: 27.059vw;
    height: 38.941vw;
    transform: rotate(180deg)
}

.home-lately-section .pattern svg {
    transition: opacity .6s cubic-bezier(.65, .05, .36, 1);
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (min-width:1700px) {
    .home-lately-section {
        padding-bottom: 4.86rem
    }

    .home-lately-section .line-outer {
        padding-top: 1.66rem;
        padding-bottom: 1.66rem;
        margin-bottom: -1.66rem
    }

    .home-lately-section .line-text {
        margin-bottom: .6rem
    }

    .home-lately-section .pattern {
        top: -1.4rem;
        right: -2.3rem;
        width: 4.6rem;
        height: 6.62rem
    }
}

@media screen and (max-width:991px) {
    .home-lately-section .line-text {
        margin-bottom: 5.045vw
    }

    .home-lately-section .line-outer {
        padding-top: 12.109vw;
        padding-bottom: 12.109vw;
        margin-bottom: -12.109vw
    }

    .home-lately-section .pattern {
        width: 32.291vw;
        height: 46.418vw;
        top: -9.586vw;
        right: -16.145vw
    }
}

@media screen and (max-width:767px) {
    .home-lately-section {
        padding-bottom: 2.4rem
    }

    .home-lately-section .line-text {
        margin-bottom: .4rem
    }

    .home-lately-section .line-outer {
        padding-top: 120px;
        padding-bottom: 120px;
        margin-bottom: -120px
    }

    .home-lately-section .pattern {
        width: 2rem;
        height: 2.86rem;
        top: -1.3rem;
        right: -.7rem
    }
}

.selected-works-section {
    padding-bottom: 14.118vw
}

.selected-works-section .line-text {
    margin-bottom: 3.529vw
}

.selected-works-section .line-outer {
    position: relative;
    z-index: 10;
    padding-top: 4.706vw;
    padding-bottom: 4.706vw;
    margin-top: 8.235vw;
    margin-bottom: 2.353vw;
    cursor: default
}

@media screen and (min-width:1700px) {
    .selected-works-section {
        padding-bottom: 2.4rem
    }

    .selected-works-section .line-outer {
        padding-top: .8rem;
        padding-bottom: .8rem;
        margin-top: 1.4rem;
        margin-bottom: .4rem
    }

    .selected-works-section .line-text {
        margin-bottom: .6rem
    }
}

@media screen and (max-width:991px) {
    .selected-works-section .line-text {
        margin-bottom: 5.045vw
    }

    .selected-works-section .line-outer {
        padding-top: 6.054vw;
        padding-bottom: 6.054vw;
        margin-top: 10.091vw;
        margin-bottom: 4.036vw
    }
}

@media screen and (max-width:767px) {
    .selected-works-section {
        padding-bottom: 1.4rem
    }

    .selected-works-section .line-text {
        margin-bottom: .4rem
    }

    .selected-works-section .line-outer {
        padding-top: .6rem;
        padding-bottom: .6rem;
        margin-top: .8rem;
        margin-bottom: .8rem
    }
}

.center-wrap-section {
    position: relative;
    z-index: 3;
    text-align: center
}

.center-wrap-section .title-xl {
    margin-bottom: 3.824vw
}

.center-wrap-section .links li {
    display: block;
    margin-bottom: .1rem
}

.center-wrap-section .links li:last-of-type {
    margin-bottom: 0
}

.center-wrap-section .links li a {
    position: relative;
    display: inline-block;
    font-family: ABC Normal, "sans-serif";
    font-weight: 400;
    font-size: 1.176vw;
    line-height: 1.412vw;
    color: #bee0d6;
    text-decoration: none;
    transition: color .6s cubic-bezier(.65, .05, .36, 1);
    overflow: hidden
}

.center-wrap-section .links li a:hover:before {
    transform: translateZ(0);
    transition-delay: .15s
}

.center-wrap-section .links li a:hover:after {
    transform: translate3d(200%, 0, 0)
}

.center-wrap-section .links li a:before {
    transition: background-color .6s cubic-bezier(.65, .05, .36, 1), transform .75s cubic-bezier(.65, .05, .36, 1);
    transform: translate3d(-200%, 0, 0);
    transition-delay: 0ms
}

.center-wrap-section .links li a:after, .center-wrap-section .links li a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: .01rem;
    background-color: #bee0d6
}

.center-wrap-section .links li a:after {
    transition: background-color .6s cubic-bezier(.65, .05, .36, 1), transform .75s cubic-bezier(.65, .05, .36, 1);
    transform: translateZ(0)
}

@media screen and (min-width:1700px) {
    .center-wrap-section .title-xl {
        margin-bottom: .6rem
    }

    .center-wrap-section .links li a {
        font-size: .2rem;
        line-height: .24rem
    }
}

@media screen and (max-width:991px) {
    .center-wrap-section .title-xl {
        margin-bottom: 4.541vw
    }

    .center-wrap-section .links li a {
        font-size: 1.615vw;
        line-height: 2.422vw
    }
}

@media screen and (max-width:767px) {
    .center-wrap-section .title-xl {
        margin-bottom: .25rem
    }

    .center-wrap-section .links li a {
        font-size: 16px;
        line-height: 20px
    }
}

.home-help-section {
    padding-bottom: 24.118vw
}

.home-help-section .line-text {
    margin-bottom: 3.529vw
}

.home-help-section .title-xl {
    text-align: center;
    margin-bottom: 3.529vw
}

.home-help-section .title {
    margin-bottom: 10.588vw
}

.home-help-section .text-sm {
    font-weight: 400
}

.home-help-section .line {
    margin-bottom: 4.706vw
}

.home-help-section .section-inner {
    width: 54.706vw;
    margin: 0;
    margin-left: auto;
    margin-bottom: 15.294vw
}

.home-help-section .section-inner.no-image {
    margin-bottom: 10.588vw
}

.home-help-section .button-outer {
    text-align: center
}

.home-help-section .corner-media-wrap-1 {
    margin-bottom: 10.588vw
}

.home-help-section .corner-media-wrap-1.animated:after, .home-help-section .corner-media-wrap-1:not(.no-hover):hover:after {
    border-width: 4.33vw
}

.home-help-section .corner-media-wrap-1 .inner {
    aspect-ratio: 39/20;
    width: 100%
}

@media screen and (min-width:1700px) {
    .home-help-section {
        padding-bottom: 4.1rem
    }

    .home-help-section .corner-media-wrap-1 {
        margin-bottom: 1.8rem
    }

    .home-help-section .corner-media-wrap-1.animated:after, .home-help-section .corner-media-wrap-1:not(.no-hover):hover:after {
        border-width: .73rem
    }

    .home-help-section .section-inner {
        width: 9.3rem;
        margin-bottom: 2.6rem
    }

    .home-help-section .section-inner.no-image {
        margin-bottom: 1.8rem
    }

    .home-help-section .line-text {
        margin-bottom: .6rem
    }

    .home-help-section .line {
        margin-bottom: .8rem
    }

    .home-help-section .title-xl {
        margin-bottom: .6rem
    }

    .home-help-section .title {
        margin-bottom: 1.8rem
    }
}

@media screen and (max-width:991px) {
    .home-help-section .corner-media-wrap-1 {
        margin-bottom: 12.109vw
    }

    .home-help-section .section-inner {
        width: 68.59vw;
        margin-bottom: 18.163vw
    }

    .home-help-section .section-inner.no-image {
        margin-bottom: 12.109vw
    }

    .home-help-section .line {
        margin-bottom: 6.054vw
    }

    .home-help-section .title-xl {
        margin-bottom: 5.045vw
    }

    .home-help-section .title {
        margin-bottom: 12.109vw
    }
}

@media screen and (max-width:767px) {
    .home-help-section {
        padding-bottom: 1.2rem
    }

    .home-help-section .corner-media-wrap-1 {
        margin-bottom: .5rem
    }

    .home-help-section .corner-media-wrap-1.animated:after, .home-help-section .corner-media-wrap-1:not(.no-hover):hover:after {
        border-width: .25rem
    }

    .home-help-section .section-inner {
        width: 100%;
        margin-bottom: 1.2rem
    }

    .home-help-section .section-inner.no-image {
        margin-bottom: .5rem
    }

    .home-help-section .line {
        margin-bottom: .4rem
    }

    .home-help-section .title {
        margin-bottom: .8rem
    }

    .home-help-section .title-xl {
        margin-bottom: .4rem
    }
}

.work-image-section {
    padding-bottom: 10.588vw
}

.work-image-section .corner-media-wrap-2.animated:after, .work-image-section .corner-media-wrap-2:not(.no-hover):hover:after {
    border-width: 4.33vw
}

.work-image-section .pattern {
    position: absolute;
    bottom: -15.882vw;
    right: -7.353vw;
    width: 27.059vw;
    height: 38.941vw;
    transform: rotate(270deg)
}

.work-image-section .pattern svg {
    transition: opacity .6s cubic-bezier(.65, .05, .36, 1);
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (min-width:1700px) {
    .work-image-section {
        padding-bottom: 1.8rem
    }

    .work-image-section .corner-media-wrap-2.animated:after, .work-image-section .corner-media-wrap-2:not(.no-hover):hover:after {
        border-width: .73rem
    }

    .work-image-section .pattern {
        bottom: -2.7rem;
        right: -1.25rem;
        width: 4.6rem;
        height: 6.62rem
    }
}

@media screen and (max-width:991px) {
    .work-image-section .pattern {
        width: 32.291vw;
        height: 46.418vw;
        bottom: -15.136vw;
        right: -6.054vw
    }
}

@media screen and (max-width:767px) {
    .work-image-section {
        padding-bottom: 1.2rem
    }

    .work-image-section .corner-media-wrap-2.animated:after, .work-image-section .corner-media-wrap-2:not(.no-hover):hover:after {
        border-width: .25rem
    }

    .work-image-section .pattern {
        width: 2rem;
        height: 2.86rem;
        bottom: -1.5rem;
        right: -.35rem
    }
}

.view-more-section {
    padding-bottom: 27.059vw
}

.view-more-section .line-text {
    margin-bottom: 3.529vw
}

.view-more-section .title-xl {
    font-size: 5.412vw;
    line-height: 5.588vw
}

.view-more-section .title-xl .lines {
    padding-bottom: .588vw;
    margin-bottom: -.588vw;
    overflow: hidden
}

.view-more-section .title-xl .lines>div {
    transform-origin: 0 50%
}

.view-more-section .view-more-section-intro {
    margin-bottom: 10.588vw
}

.view-more-section .view-more-section-content {
    max-width: 54.706vw;
    margin-left: auto
}

.view-more-section .text {
    margin-bottom: 3.529vw
}

.view-more-section .button-1 {
    margin-right: .05rem;
    margin-bottom: .05rem
}

@media screen and (min-width:1700px) {
    .view-more-section {
        padding-bottom: 4.6rem
    }

    .view-more-section .view-more-section-intro {
        margin-bottom: 1.8rem
    }

    .view-more-section .view-more-section-content {
        max-width: 9.3rem
    }

    .view-more-section .line-text {
        margin-bottom: .6rem
    }

    .view-more-section .title-xl {
        font-size: .92rem;
        line-height: .95rem
    }

    .view-more-section .title-xl .lines {
        padding-bottom: .1rem;
        margin-bottom: -.1rem
    }

    .view-more-section .text {
        margin-bottom: .6rem
    }
}

@media screen and (max-width:991px) {
    .view-more-section .view-more-section-intro {
        margin-bottom: 10.091vw
    }

    .view-more-section .line-text {
        margin-bottom: 5.045vw
    }

    .view-more-section .view-more-section-content {
        max-width: 68.59vw
    }

    .view-more-section .title-xl {
        font-size: 4.642vw;
        line-height: 5.651vw
    }

    .view-more-section .text {
        margin-bottom: 4.036vw
    }
}

@media screen and (max-width:767px) {
    .view-more-section {
        padding-bottom: 2.2rem
    }

    .view-more-section .view-more-section-intro {
        margin-bottom: .7rem
    }

    .view-more-section .view-more-section-content {
        max-width: 100%
    }

    .view-more-section .line-text {
        margin-bottom: .4rem
    }

    .view-more-section .title-xl {
        font-size: .32rem;
        line-height: .42rem
    }

    .view-more-section .title-xl .lines {
        padding-bottom: .1rem;
        margin-bottom: -.1rem
    }

    .view-more-section .text {
        margin-bottom: .4rem
    }
}

.subpage-intro-section {
    padding-top: 10.588vw;
    padding-bottom: 28.235vw
}

.subpage-intro-section.confirmation-intro {
    padding-bottom: 10.588vw;
    min-height: calc(100vh - 5.882vw)
}

.subpage-intro-section.small-intro-subpage {
    padding-bottom: 19.412vw
}

.subpage-intro-section .subpage-intro-text {
    margin-top: 11.765vw;
    max-width: 54.706vw;
    margin-left: auto
}

.subpage-intro-section .subpage-intro-text .text:not(:last-child) {
    margin-bottom: 3.529vw
}

.subpage-intro-section .pattern {
    position: absolute;
    top: -26.471vw;
    right: -17.647vw;
    width: 27.059vw;
    height: 38.941vw;
    transform: rotate(180deg)
}

.subpage-intro-section .pattern svg {
    transition: opacity .6s cubic-bezier(.65, .05, .36, 1);
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (min-width:1700px) {
    .subpage-intro-section {
        padding-top: 1.8rem;
        padding-bottom: 4.8rem
    }

    .subpage-intro-section.confirmation-intro {
        padding-bottom: 1.8rem;
        min-height: calc(100vh - 1rem)
    }

    .subpage-intro-section.small-intro-subpage {
        padding-bottom: 3.3rem
    }

    .subpage-intro-section .subpage-intro-text {
        max-width: 9.3rem;
        margin-top: 2rem
    }

    .subpage-intro-section .subpage-intro-text .text:not(:last-child) {
        margin-bottom: .6rem
    }

    .subpage-intro-section .pattern {
        top: -4.5rem;
        right: -3rem;
        width: 4.6rem;
        height: 6.62rem
    }
}

@media screen and (max-width:991px) {
    .subpage-intro-section.confirmation-intro {
        min-height: calc(100vh - 7.064vw)
    }

    .subpage-intro-section .subpage-intro-text {
        max-width: 68.59vw
    }

    .subpage-intro-section .subpage-intro-text .text:not(:last-child) {
        margin-bottom: 4.036vw
    }

    .subpage-intro-section .pattern {
        width: 32.291vw;
        height: 46.418vw;
        top: -26.236vw;
        right: -16.145vw
    }
}

@media screen and (max-width:767px) {
    .subpage-intro-section {
        padding-top: .6rem;
        padding-bottom: 1.1rem
    }

    .subpage-intro-section.confirmation-intro {
        padding-top: 1.1rem;
        padding-bottom: 1.1rem;
        min-height: calc(100vh - .9rem)
    }

    .subpage-intro-section.small-intro-subpage {
        padding-bottom: 1.1rem
    }

    .subpage-intro-section .subpage-intro-text {
        max-width: 100%;
        margin-top: .8rem
    }

    .subpage-intro-section .subpage-intro-text .text:not(:last-child) {
        margin-bottom: .4rem
    }

    .subpage-intro-section .pattern {
        width: 2rem;
        height: 2.86rem;
        top: -2.2rem;
        right: -.6rem
    }
}

.left-image-right-text-section {
    padding-bottom: 28.236vw
}

.left-image-right-text-section .line-text {
    margin-bottom: 3.529vw
}

.left-image-right-text-section .section-text {
    position: relative;
    width: 40.588vw;
    margin-right: 0;
    margin-left: auto
}

.left-image-right-text-section .section-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.left-image-right-text-section .corner-media-wrap-1 {
    position: relative;
    width: 35vw;
    margin-left: -15.882vw
}

.left-image-right-text-section .text:not(:last-child) {
    margin-bottom: 3.529vw
}

.left-image-right-text-section .center-wrap-section {
    margin-top: 15.882vw
}

.left-image-right-text-section .pattern {
    position: absolute;
    width: 25.765vw;
    height: 37.965vw;
    top: -20.588vw;
    left: -4.118vw
}

.left-image-right-text-section .pattern svg {
    transition: opacity .6s cubic-bezier(.65, .05, .36, 1);
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (min-width:1700px) {
    .left-image-right-text-section {
        padding-bottom: 4.8rem
    }

    .left-image-right-text-section .center-wrap-section {
        margin-top: 2.7rem
    }

    .left-image-right-text-section .text:not(:last-child) {
        margin-bottom: .6rem
    }

    .left-image-right-text-section .section-text {
        width: 6.9rem
    }

    .left-image-right-text-section .line-text {
        margin-bottom: .6rem
    }

    .left-image-right-text-section .corner-media-wrap-1 {
        width: 5.95rem;
        margin-left: -2.7rem
    }

    .left-image-right-text-section .pattern {
        width: 4.38rem;
        height: 6.454rem;
        top: -3.5rem;
        left: -.7rem
    }
}

@media screen and (max-width:991px) {
    .left-image-right-text-section {
        padding-bottom: 24.218vw
    }

    .left-image-right-text-section .line-text {
        margin-bottom: 4.036vw
    }

    .left-image-right-text-section .section-text {
        width: 45.588vw
    }

    .left-image-right-text-section .corner-media-wrap-1 {
        width: 38vw;
        margin-left: -10.091vw
    }

    .left-image-right-text-section .text:not(:last-child) {
        margin-bottom: 4.036vw
    }

    .left-image-right-text-section .center-wrap-section {
        margin-top: 18.163vw
    }

    .left-image-right-text-section .pattern {
        width: 28.254vw;
        height: 41.574vw;
        top: -21.588vw;
        left: -2.118vw
    }
}

@media screen and (max-width:767px) {
    .left-image-right-text-section {
        padding-bottom: 1.4rem
    }

    .left-image-right-text-section .center-wrap-section {
        margin-top: 1.1rem
    }

    .left-image-right-text-section .line-text, .left-image-right-text-section .text:not(:last-child) {
        margin-bottom: .4rem
    }

    .left-image-right-text-section .section-text {
        width: 100%;
        margin-bottom: 1.2rem
    }

    .left-image-right-text-section .section-text.no-image-mobile {
        margin-bottom: 0
    }

    .left-image-right-text-section .corner-media-wrap-1 {
        position: relative;
        margin-left: -.3rem;
        width: 100%;
        max-width: 6rem;
        margin-bottom: .8rem
    }

    .left-image-right-text-section .pattern {
        width: 2.02rem;
        height: 2.9rem;
        top: -.8rem;
        left: -.1rem
    }
}

.services-list-section {
    padding-bottom: 14.118vw
}

.services-list-section .title {
    margin-bottom: 4.706vw
}

.services-list-section .services-list {
    max-width: 54.706vw;
    margin-left: auto;
    margin-bottom: 4.706vw;
    position: relative
}

.services-list-section .content-container {
    position: relative;
    display: block;
    z-index: 3
}

.services-list-section .services-list-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.services-list-section .services-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding-top: 4.118vw;
    padding-bottom: 4.118vw
}

.services-list-section .services-item.left {
    padding-right: .882vw
}

.services-list-section .services-item.right {
    padding-left: .882vw
}

.services-list-section .item-title {
    font-size: 2.176vw;
    line-height: 2.588vw;
    letter-spacing: -.02em;
    margin-bottom: 2.941vw
}

.services-list-section .item-list li, .services-list-section .item-title {
    font-family: ABC Normal, "sans-serif";
    font-weight: 400;
    color: #bee0d6;
    transition: color .6s cubic-bezier(.65, .05, .36, 1)
}

.services-list-section .item-list li {
    position: relative;
    display: block;
    font-size: 1.176vw;
    line-height: 1.412vw;
    margin-bottom: 1.176vw;
    padding-left: 1.471vw
}

.services-list-section .item-list li span {
    display: block
}

.services-list-section .item-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.176vw;
    height: .02rem;
    background: #bee0d6;
    transition: background .6s cubic-bezier(.65, .05, .36, 1)
}

.services-list-section .corner-media-wrap-1 {
    position: relative
}

.services-list-section .corner-media-wrap-1.animated:after, .services-list-section .corner-media-wrap-1:not(.no-hover):hover:after {
    border-width: 4.33vw
}

.services-list-section .corner-media-wrap-1 .inner {
    aspect-ratio: 141/74;
    width: 100%
}

.services-list-section .pattern {
    position: absolute;
    width: 27.059vw;
    height: 38.941vw;
    top: -23.529vw;
    left: -14.706vw;
    transform: rotate(270deg) matrix(0, 1, 1, 0, 0, 0)
}

.services-list-section .pattern svg {
    transition: opacity .6s cubic-bezier(.65, .05, .36, 1);
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (min-width:1700px) {
    .services-list-section {
        padding-bottom: 2.4rem
    }

    .services-list-section .title {
        margin-bottom: .8rem
    }

    .services-list-section .services-list {
        max-width: 9.3rem;
        margin-bottom: .8rem
    }

    .services-list-section .services-item {
        padding-top: .7rem;
        padding-bottom: .7rem
    }

    .services-list-section .services-item.left {
        padding-right: .15rem
    }

    .services-list-section .services-item.right {
        padding-left: .15rem
    }

    .services-list-section .item-title {
        font-size: .37rem;
        line-height: .44rem;
        margin-bottom: .5rem
    }

    .services-list-section .item-list li {
        font-size: .2rem;
        line-height: .24rem;
        margin-bottom: .2rem;
        padding-left: .25rem
    }

    .services-list-section .item-list li:before {
        width: .2rem
    }

    .services-list-section .corner-media-wrap-1.animated:after, .services-list-section .corner-media-wrap-1:not(.no-hover):hover:after {
        border-width: .73rem
    }

    .services-list-section .pattern {
        width: 4.6rem;
        height: 6.62rem;
        top: -4rem;
        left: -2.5rem
    }
}

@media screen and (max-width:991px) {
    .services-list-section .title {
        margin-bottom: 6.054vw
    }

    .services-list-section .services-item {
        padding-top: 5.045vw;
        padding-bottom: 5.045vw
    }

    .services-list-section .services-item.left {
        padding-right: 1.009vw
    }

    .services-list-section .services-item.right {
        padding-left: 1.009vw
    }

    .services-list-section .item-title {
        font-size: 2.825vw;
        line-height: 3.633vw;
        margin-bottom: 3.532vw
    }

    .services-list-section .services-list {
        max-width: 68.59vw;
        margin-bottom: 6.054vw
    }

    .services-list-section .item-list li {
        font-size: 1.615vw;
        line-height: 2.422vw;
        margin-bottom: 1.514vw;
        padding-left: 2.018vw
    }

    .services-list-section .item-list li:before {
        width: 1.514vw
    }

    .services-list-section .pattern {
        width: 32.291vw;
        height: 46.418vw;
        top: -26vw;
        left: -12.5vw
    }
}

@media screen and (max-width:767px) {
    .services-list-section {
        padding-bottom: 1.2rem
    }

    .services-list-section .corner-media-wrap-1.animated:after, .services-list-section .corner-media-wrap-1:not(.no-hover):hover:after {
        border-width: .25rem
    }

    .services-list-section .services-list {
        max-width: 100%;
        margin-bottom: .4rem
    }

    .services-list-section .title {
        font-size: .32rem;
        line-height: .42rem;
        margin-bottom: .4rem
    }

    .services-list-section .services-item {
        padding-top: .4rem;
        padding-bottom: .4rem
    }

    .services-list-section .services-item.left {
        padding-right: 10px
    }

    .services-list-section .services-item.right {
        padding-left: 10px
    }

    .services-list-section .item-title {
        font-size: .24rem;
        line-height: .32rem;
        margin-bottom: .4rem
    }

    .services-list-section .item-list li {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: .15rem;
        padding-left: .2rem
    }

    .services-list-section .item-list li:before {
        width: .15rem
    }

    .services-list-section .pattern {
        width: 2rem;
        height: 2.86rem;
        top: -1.6rem;
        left: -.75rem
    }
}

@media screen and (max-width:650px) {
    .services-list-section .services-item {
        flex: 0 0 100%;
        max-width: 100%
    }

    .services-list-section .services-item.left {
        padding-right: 0
    }

    .services-list-section .services-item.right {
        padding-left: 0
    }
}

.what-we-do-section {
    padding-bottom: 28.236vw
}

.what-we-do-section .section-inner {
    width: 54.706vw;
    margin-bottom: 11.765vw
}

.what-we-do-section .line-text, .what-we-do-section .text:not(:last-child) {
    margin-bottom: 3.529vw
}

.what-we-do-section .item-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between
}

.what-we-do-section .what-we-do-list {
    padding-left: 7.059vw
}

@media screen and (min-width:1700px) {
    .what-we-do-section {
        padding-bottom: 4.8rem
    }

    .what-we-do-section .line-text, .what-we-do-section .text:not(:last-child) {
        margin-bottom: .6rem
    }

    .what-we-do-section .section-inner {
        width: 9.3rem;
        margin-bottom: 2rem
    }

    .what-we-do-section .what-we-do-list {
        padding-left: 1.2rem
    }
}

@media screen and (max-width:991px) {
    .what-we-do-section {
        padding-bottom: 24.218vw
    }

    .what-we-do-section .line-text, .what-we-do-section .text:not(:last-child) {
        margin-bottom: 4.036vw
    }

    .what-we-do-section .section-inner {
        width: 68.59vw;
        margin-bottom: 15.136vw
    }

    .what-we-do-section .what-we-do-list {
        padding-left: 4.036vw
    }
}

@media screen and (max-width:767px) {
    .what-we-do-section {
        padding-bottom: 2.2rem
    }

    .what-we-do-section .line-text, .what-we-do-section .text:not(:last-child) {
        margin-bottom: .4rem
    }

    .what-we-do-section .section-inner {
        width: 100%;
        margin-bottom: 1rem
    }

    .what-we-do-section .what-we-do-list {
        padding-left: 0
    }
}

.service-card {
    text-decoration: none
}

.service-card.no-link {
    pointer-events: none
}

@media (hover:hover) {
    .service-card:hover .image-wrap {
        transform: scale(1.1)
    }
}

.service-card .item-text {
    width: 26.471vw
}

.service-card .item-text .text {
    margin-bottom: 2.941vw;
    transition: color .2s ease-out
}

.service-card .item-text .text-sm {
    font-weight: 400;
    line-height: 1.765vw;
    margin-bottom: 5.882vw;
    transition: color .2s ease-out
}

.service-card .line-wrap {
    margin-bottom: 5.882vw;
    opacity: .2;
    transition: opacity .2s ease-out
}

.service-card .item-image {
    width: 40.588vw
}

.service-card .image-hover-wrap {
    -webkit-backface-visibility: hidden
}

.service-card .image-hover-wrap, .service-card .image-wrap {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #27232c
}

.service-card .image-wrap {
    transition: transform .7s cubic-bezier(.18, .38, .54, 1.04)
}

.service-card .image-wrap .image-media {
    display: block;
    position: absolute;
    top: -10%;
    left: -10%;
    width: 110%;
    height: 110%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media screen and (min-width:1700px) {
    .service-card .item-text {
        width: 4.5rem
    }

    .service-card .item-text .text {
        margin-bottom: .5rem
    }

    .service-card .item-text .text-sm {
        line-height: .3rem;
        margin-bottom: 1rem
    }

    .service-card .line-wrap {
        margin-bottom: 1rem
    }

    .service-card .item-image {
        width: 6.9rem
    }
}

@media screen and (max-width:991px) {
    .service-card .item-text {
        width: 35.318vw
    }

    .service-card .item-text .line-wrap, .service-card .item-text .text {
        margin-bottom: 4.036vw
    }

    .service-card .item-text .text-sm {
        line-height: 2.825vw;
        margin-bottom: 4.036vw
    }

    .service-card .item-image {
        width: 40.588vw
    }
}

@media screen and (max-width:767px) {
    .service-card:last-of-type .item-image {
        padding-bottom: 0
    }

    .service-card .item-text {
        width: 100%;
        padding-bottom: .4rem
    }

    .service-card .item-text .line-wrap, .service-card .item-text .text {
        margin-bottom: .4rem
    }

    .service-card .item-text .text-sm {
        line-height: .26rem;
        margin-bottom: .4rem
    }

    .service-card .item-image {
        width: 100%;
        padding-bottom: .8rem
    }
}

body:not(.light-mode) .service-card:hover .line-wrap {
    opacity: 1
}

body:not(.light-mode) .service-card:hover .text, body:not(.light-mode) .service-card:hover .text-sm {
    color: #fff
}

@media screen and (max-width:767px) {
    body:not(.light-mode) .service-card .line-wrap.is-inview {
        opacity: 1
    }

    body:not(.light-mode) .service-card .text-sm.is-inview, body:not(.light-mode) .service-card .text.is-inview {
        color: #fff;
        transition-delay: .4s
    }
}

#page-wrapper.light-mode .service-card:hover .line-wrap {
    opacity: 1
}

#page-wrapper.light-mode .service-card:hover .text, #page-wrapper.light-mode .service-card:hover .text-sm {
    color: #254b45
}

@media screen and (max-width:767px) {
    #page-wrapper.light-mode .service-card .line-wrap.is-inview {
        opacity: 1
    }

    #page-wrapper.light-mode .service-card .text-sm.is-inview, #page-wrapper.light-mode .service-card .text.is-inview {
        color: #254b45;
        transition-delay: .4s
    }
}

.faq-section {
    padding-bottom: 14.118vw
}

.faq-section .line-text {
    margin-bottom: 2.941vw
}

.faq-section .title {
    margin-bottom: 5.882vw
}

.faq-section .faq-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    z-index: 2
}

.faq-section .faq-row.big-row .faq-wrap {
    width: 100%
}

.faq-section .faq-row.big-row .faq-item .answer {
    max-width: 54.706vw
}

.faq-section .img-wrap {
    width: 35vw;
    margin-right: -15.882vw
}

.faq-section .img-wrap .corner-media-wrap-1:after {
    top: unset;
    right: unset;
    left: 0;
    bottom: -1px;
    border-color: #71eac6 #71eac6 #27232c #27232c
}

.faq-section .pattern {
    position: absolute;
    width: 25.765vw;
    height: 37.965vw;
    bottom: -22.353vw;
    right: -5.294vw;
    transform: rotate(180deg)
}

.faq-section .pattern svg {
    transition: opacity .6s cubic-bezier(.65, .05, .36, 1);
    position: absolute;
    top: 0;
    left: 0
}

.faq-section .faq-wrap {
    width: 40.588vw
}

@media screen and (min-width:1700px) {
    .faq-section {
        padding-bottom: 2.4rem
    }

    .faq-section .line-text {
        margin-bottom: .5rem
    }

    .faq-section .title {
        margin-bottom: 1rem
    }

    .faq-section .img-wrap {
        width: 5.95rem;
        margin-right: -2.7rem
    }

    .faq-section .pattern {
        width: 4.38rem;
        height: 6.454rem;
        bottom: -3.8rem;
        right: -.9rem
    }

    .faq-section .faq-wrap {
        width: 6.9rem
    }

    .faq-section .faq-row.big-row .faq-wrap {
        width: 100%
    }

    .faq-section .faq-row.big-row .faq-item .answer {
        max-width: 9.3rem
    }
}

@media screen and (max-width:991px) {
    .faq-section .line-text {
        margin-bottom: 4.036vw
    }

    .faq-section .title {
        margin-bottom: 7.064vw
    }

    .faq-section .faq-wrap {
        width: 45.588vw
    }

    .faq-section .img-wrap {
        width: 38vw;
        margin-right: -10.091vw
    }

    .faq-section .pattern {
        width: 28.254vw;
        height: 41.574vw;
        bottom: -25.227vw;
        right: -5.55vw
    }

    .faq-section .faq-row.big-row .faq-wrap {
        width: 100%
    }

    .faq-section .faq-row.big-row .faq-item .answer {
        max-width: 68.59vw
    }
}

@media screen and (max-width:767px) {
    .faq-section {
        padding-bottom: 1.2rem
    }

    .faq-section .line-text {
        margin-bottom: .4rem
    }

    .faq-section .title {
        margin-bottom: .5rem
    }

    .faq-section .faq-wrap {
        width: 100%;
        margin-bottom: 1rem
    }

    .faq-section .img-wrap {
        position: relative;
        margin-right: -.3rem;
        width: 100%;
        max-width: 6rem;
        margin-left: auto
    }

    .faq-section .pattern {
        width: 2.02rem;
        height: 2.9rem;
        bottom: -1.5rem;
        right: -.45rem
    }

    .faq-section .faq-row.big-row .faq-wrap {
        width: 100%
    }

    .faq-section .faq-row.big-row .faq-item .answer {
        max-width: 100%
    }
}

.faq-item .line {
    opacity: .2
}

.faq-item .item-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 3.529vw;
    padding-top: 3.529vw;
    cursor: pointer
}

.faq-item .question {
    position: relative;
    transition: padding-left .6s cubic-bezier(.65, .05, .36, 1);
    padding-right: 1.294vw;
    padding-left: 0
}

.faq-item .answer {
    display: block;
    overflow: hidden;
    padding-top: 3.529vw
}

.faq-item .answer .text {
    font-size: 1.765vw;
    line-height: 2.353vw
}

.faq-item .answer .text:not(:last-child) {
    margin-bottom: 2.941vw
}

.faq-item .question-line {
    transition: transform .6s cubic-bezier(.65, .05, .36, 1), background .4s cubic-bezier(.65, .05, .36, 1);
    position: absolute;
    transform-origin: 0 50%;
    transition-delay: 0ms;
    transform: scaleX(0);
    left: 0;
    top: .706vw;
    width: 5.294vw;
    height: 1px;
    background: #bee0d6
}

.faq-item .plus {
    width: 1.176vw;
    height: 1.176vw;
    position: absolute;
    right: 0;
    top: .176vw
}

.faq-item .plus:before {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: .01rem
}

.faq-item .plus:after, .faq-item .plus:before {
    content: "";
    position: absolute;
    background-color: #bbcdcb;
    transition: opacity .4s cubic-bezier(.65, .05, .36, 1), background-color .4s cubic-bezier(.65, .05, .36, 1)
}

.faq-item .plus:after {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: .01rem;
    height: 100%
}

.faq-item .number {
    width: 7.059vw
}

.faq-item .number, .faq-item .question-title {
    font-size: 1.059vw;
    line-height: 1.294vw
}

.faq-item .content {
    width: calc(100% - 7.059vw)
}

.faq-item:hover .question {
    padding-left: 7.059vw
}

.faq-item:hover .plus:after, .faq-item:hover .plus:before {
    background: #bee0d6
}

.faq-item:hover .question-line {
    transform: scaleX(1);
    transition-delay: .1s
}

.faq-item.active .question {
    padding-left: 7.059vw
}

.faq-item.active .plus:after {
    opacity: 0
}

.faq-item.active .question-line {
    transform: scaleX(1);
    transition-delay: .1s
}

@media screen and (min-width:1700px) {
    .faq-item .item-wrap {
        padding-bottom: .6rem;
        padding-top: .6rem
    }

    .faq-item .question {
        padding-right: .22rem
    }

    .faq-item .content {
        width: calc(100% - 1.2rem)
    }

    .faq-item .question-line {
        width: .9rem;
        top: .12rem
    }

    .faq-item .plus {
        top: .03rem;
        width: .2rem;
        height: .2rem
    }

    .faq-item .answer {
        padding-top: .6rem
    }

    .faq-item .answer .text {
        font-size: .3rem;
        line-height: .4rem
    }

    .faq-item .answer .text:not(:last-child) {
        margin-bottom: .5rem
    }

    .faq-item .number {
        width: 1.2rem
    }

    .faq-item .number, .faq-item .question-title {
        font-size: .18rem;
        line-height: .22rem
    }

    .faq-item.active .question, .faq-item:hover .question {
        padding-left: 1.2rem
    }
}

@media screen and (max-width:991px) {
    .faq-item .item-wrap {
        padding-top: 5.045vw;
        padding-bottom: 5.045vw
    }

    .faq-item .question {
        padding-right: 1.715vw
    }

    .faq-item .plus {
        width: 1.514vw;
        height: 1.514vw;
        top: .605vw
    }

    .faq-item .question-line {
        width: 4.541vw;
        top: 1.211vw
    }

    .faq-item .answer {
        padding-top: 5.045vw
    }

    .faq-item .answer .text {
        font-size: 2.22vw;
        line-height: 3.027vw
    }

    .faq-item .answer .text:not(:last-child) {
        margin-bottom: 4.036vw
    }

    .faq-item .content {
        width: calc(100% - 6.054vw)
    }

    .faq-item .number {
        width: 6.054vw
    }

    .faq-item .number, .faq-item .question-title {
        font-size: 1.615vw;
        line-height: 2.422vw
    }

    .faq-item.active .question, .faq-item:hover .question {
        padding-left: 6.054vw
    }
}

@media screen and (max-width:767px) {
    .faq-item .item-wrap {
        padding-bottom: .3rem;
        padding-top: .3rem
    }

    .faq-item .question {
        padding-right: .17rem
    }

    .faq-item .plus {
        width: .15rem;
        height: .15rem;
        top: .06rem
    }

    .faq-item .question-line {
        width: 0;
        top: .12rem
    }

    .faq-item .content {
        width: calc(100% - .4rem)
    }

    .faq-item .number {
        width: .4rem
    }

    .faq-item .answer {
        padding-top: .4rem
    }

    .faq-item .answer .text {
        font-size: .2rem;
        line-height: .3rem
    }

    .faq-item .answer .text:not(:last-child) {
        margin-bottom: .4rem
    }

    .faq-item .number, .faq-item .question-title {
        font-size: .16rem;
        line-height: .24rem
    }

    .faq-item.active .question, .faq-item:hover .question {
        padding-left: 0
    }
}

.case-study-intro-section {
    display: flex;
    align-items: flex-end;
    padding-bottom: 8.235vw;
    height: 100vh;
    margin-top: -5.882vw
}

.case-study-intro-section .title-2xl {
    color: #fff;
    margin-bottom: 3.353vw
}

.case-study-intro-section .container {
    z-index: 10;
    width: 100%;
    margin-bottom: 0
}

.case-study-intro-section .link-1:not(:last-child) {
    margin-bottom: 1.176vw
}

.case-study-intro-section .media-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.case-study-intro-section .media {
    background-color: transparent
}

@media screen and (min-width:1700px) {
    .case-study-intro-section {
        padding-bottom: 1.4rem;
        min-height: 9rem;
        margin-top: -1rem
    }

    .case-study-intro-section .title-2xl {
        margin-bottom: .57rem
    }

    .case-study-intro-section .link-1:not(:last-child) {
        margin-bottom: .2rem
    }
}

@media screen and (max-width:1380px) {
    .case-study-intro-section {
        transition: height .4s ease;
        height: var(--mobile100vh)
    }
}

@media screen and (max-width:991px) {
    .case-study-intro-section {
        margin-top: -7.082vw
    }
}

@media screen and (max-width:767px) {
    .case-study-intro-section {
        margin-top: -.9rem
    }

    .case-study-intro-section .title-2xl {
        font-size: .58rem;
        line-height: .58rem;
        margin-bottom: .2rem;
        max-width: none
    }

    .case-study-intro-section .link-1:not(:last-child) {
        margin-bottom: .14rem
    }
}

.tag-label {
    display: block;
    font-size: 1.176vw;
    line-height: 1.412vw;
    letter-spacing: -.01em;
    font-weight: 500;
    color: #27232c;
    background-color: #ffefb8;
    padding: .529vw 1.529vw .588vw;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

@media screen and (min-width:1700px) {
    .tag-label {
        font-size: .2rem;
        line-height: .24rem;
        padding: .09rem .26rem .1rem
    }
}

@media screen and (max-width:767px) {
    .tag-label {
        font-size: .14rem;
        line-height: .18rem;
        padding: .1rem .12rem .12rem
    }
}

.block-sticky {
    position: relative;
    display: block;
    font-size: .941vw;
    line-height: 1.176vw;
    letter-spacing: -.01em;
    font-weight: 400;
    color: #27232c;
    padding-left: 1.176vw
}

.block-sticky a {
    text-decoration: none;
    color: inherit
}

.block-sticky div:not(:last-child) {
    margin-bottom: 1.176vw
}

.block-sticky div:first-child {
    font-size: 1.176vw;
    line-height: 1.412vw;
    font-weight: 500;
    margin-bottom: 2.059vw
}

.block-sticky:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #27232c
}

@media screen and (min-width:1700px) {
    .block-sticky {
        font-size: .16rem;
        line-height: .2rem;
        padding-left: .2rem
    }

    .block-sticky div:not(:last-child) {
        margin-bottom: .2rem
    }

    .block-sticky div:first-child {
        font-size: .2rem;
        line-height: .24rem;
        margin-bottom: .35rem
    }
}

@media screen and (max-width:767px) {
    .block-sticky {
        font-size: .16rem;
        line-height: .2rem;
        padding-left: 0;
        margin-bottom: .3rem
    }

    .block-sticky div:first-child {
        display: none
    }

    .block-sticky div {
        display: inline-block;
        position: relative
    }

    .block-sticky div:after {
        content: "/";
        display: inline-block;
        margin: 0 .1rem
    }

    .block-sticky:after {
        display: none
    }
}

.block-1 {
    padding-top: 11.384vw;
    padding-bottom: 14.118vw
}

.block-1 .text {
    color: #27232c;
    margin-bottom: 10.588vw
}

.block-1 .tag-label {
    margin-bottom: .118vw
}

.block-1 .tag-label:nth-child(2) {
    margin-bottom: 2.353vw
}

.block-1 .claim .title {
    color: #27232c
}

.block-1 .claim .icon {
    filter: saturate(.1);
    opacity: .5
}

.block-1 .claim .line, .block-1 .claim .line:after {
    background-color: #27232c
}

.block-1 .claim .user .name {
    color: #27232c
}

.block-1 .block-sticky-outer {
    padding-top: 2.941vw
}

.block-1 .section-inner {
    display: flex;
    flex-wrap: wrap
}

.block-1 .section-inner .inner-part:first-child {
    width: 29%;
    margin-top: -2.941vw
}

.block-1 .section-inner .inner-part:nth-child(2) {
    width: 71%
}

@media screen and (min-width:1700px) {
    .block-1 {
        padding-top: 1.9352rem;
        padding-bottom: 2.4rem
    }

    .block-1 .text {
        margin-bottom: 1.8rem
    }

    .block-1 .block-sticky-outer {
        padding-top: .5rem
    }

    .block-1 .section-inner .inner-part:first-child {
        margin-top: -.5rem
    }

    .block-1 .tag-label {
        margin-bottom: .02rem
    }

    .block-1 .tag-label:nth-child(2) {
        margin-bottom: .4rem
    }
}

@media screen and (max-width:767px) {
    .block-1 {
        padding-bottom: 1rem
    }

    .block-1 .tag-label {
        margin-bottom: .01rem
    }

    .block-1 .tag-label:nth-child(2) {
        margin-bottom: .3rem
    }

    .block-1 .section-inner .inner-part:first-child {
        width: 100%;
        margin-top: 0
    }

    .block-1 .section-inner .inner-part:nth-child(2) {
        width: 100%
    }

    .block-1 .block-sticky-outer {
        padding-top: 0
    }
}

.line-text-block {
    padding-bottom: 2.941vw
}

.line-text-block .line-text {
    color: #27232c
}

.line-text-block .line-text i {
    background-color: #27232c
}

@media screen and (min-width:1700px) {
    .line-text-block {
        padding-bottom: .5rem
    }
}

@media screen and (max-width:767px) {
    .line-text-block {
        padding-bottom: .15rem
    }
}

.media-full-block {
    padding-bottom: 7.647vw
}

.media-full-block .media-wrap {
    width: 100%;
    background-color: #254b45;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.media-full-block .media-wrap img, .media-full-block .media-wrap video {
    width: 100%;
    height: auto;
    vertical-align: middle
}

.media-full-block.no-padding {
    padding-bottom: .02rem
}

@media screen and (min-width:1700px) {
    .media-full-block {
        padding-bottom: 1.3rem
    }
}

@media screen and (max-width:767px) {
    .media-full-block {
        padding-bottom: .5rem
    }

    .media-full-block.no-padding {
        padding-bottom: .02rem
    }
}

.block-2 {
    display: block;
    position: relative;
    padding-bottom: 9.412vw
}

.block-2.no-padding {
    padding-bottom: 0
}

.block-2 .section-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: wrap
}

.block-2 .inner-wrap {
    width: 50%
}

@media screen and (min-width:1700px) {
    .block-2 {
        padding-bottom: 1.6rem
    }
}

@media screen and (max-width:767px) {
    .block-2 {
        padding-bottom: .6rem
    }

    .block-2.no-padding {
        padding-bottom: 0
    }

    .block-2 .inner-wrap {
        width: 100%
    }
}

.media-half-block {
    padding-bottom: 7.647vw
}

.media-half-block .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.media-half-block .media-wrap {
    width: calc(50% - 1px);
    margin-bottom: .02rem;
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media screen and (min-width:768px) {
    .media-half-block .media-wrap:last-child, .media-half-block .media-wrap:nth-child(odd):nth-last-child(-n+2), .media-half-block .media-wrap:nth-child(odd):nth-last-child(-n+2)~.media-half-block .media-wrap {
        margin-bottom: 0
    }
}

.media-half-block .media-wrap .extra-media-content:not(:last-child) {
    margin-bottom: .018rem
}

.media-half-block .media-wrap img, .media-half-block .media-wrap video {
    width: 100%;
    height: auto;
    vertical-align: middle
}

.media-half-block.no-padding {
    padding-bottom: .02rem
}

@media screen and (min-width:1700px) {
    .media-half-block {
        padding-bottom: 1.3rem
    }
}

@media screen and (max-width:767px) {
    .media-half-block {
        padding-bottom: .5rem
    }

    .media-half-block .media-wrap {
        width: 100%
    }

    .media-half-block .media-wrap:not(:last-child) {
        margin-bottom: .02rem
    }

    .media-half-block .media-wrap:last-child {
        margin-bottom: 0
    }

    .media-half-block.no-padding {
        padding-bottom: .02rem
    }

    .media-half-block .extra-media-content:not(:last-child) {
        margin-bottom: .02rem
    }
}

.block-3 {
    position: relative;
    display: block
}

.block-3 .small-container {
    max-width: 72.353vw
}

@media screen and (min-width:1700px) {
    .block-3 .small-container {
        max-width: 12.3rem
    }
}

@media screen and (max-width:767px) {
    .block-3 .small-container {
        max-width: 100%
    }
}

.block-3 .extra-small-container {
    max-width: 58.235vw
}

@media screen and (min-width:1700px) {
    .block-3 .extra-small-container {
        max-width: 9.9rem
    }
}

@media screen and (max-width:767px) {
    .block-3 .extra-small-container {
        max-width: 100%
    }
}

.media-text-half-block {
    padding-bottom: 7.647vw
}

.media-text-half-block .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.media-text-half-block .media-bg {
    background-color: #254b45
}

.media-text-half-block .media-wrap {
    width: calc(50% - 1px);
    margin-bottom: .02rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media screen and (min-width:768px) {
    .media-text-half-block .media-wrap:last-child, .media-text-half-block .media-wrap:nth-child(odd):nth-last-child(-n+2), .media-text-half-block .media-wrap:nth-child(odd):nth-last-child(-n+2)~.media-text-half-block .media-wrap {
        margin-bottom: 0
    }
}

.media-text-half-block .media-wrap img, .media-text-half-block .media-wrap video {
    width: 100%;
    height: auto;
    vertical-align: middle
}

.media-text-half-block.no-padding {
    padding-bottom: .02rem
}

@media screen and (min-width:1700px) {
    .media-text-half-block {
        padding-bottom: 1.3rem
    }
}

@media screen and (max-width:767px) {
    .media-text-half-block {
        padding-bottom: .5rem
    }

    .media-text-half-block.no-padding {
        padding-bottom: .02rem
    }

    .media-text-half-block .media-wrap {
        width: 100%
    }

    .media-text-half-block .media-wrap:not(:last-child) {
        margin-bottom: .02rem
    }

    .media-text-half-block .media-wrap:last-child {
        margin-bottom: 0
    }
}

.media-quad-block {
    padding-bottom: 7.647vw
}

.media-quad-block .container {
    display: flex;
    flex-wrap: wrap
}

.media-quad-block .media-wrap {
    width: 25%;
    aspect-ratio: 1/2
}

.media-quad-block.no-padding {
    padding-bottom: 2px
}

@media screen and (min-width:1700px) {
    .media-quad-block {
        padding-bottom: 1.3rem
    }
}

@media screen and (max-width:767px) {
    .media-quad-block {
        padding-bottom: .5rem
    }

    .media-quad-block .media-wrap {
        width: 100%;
        aspect-ratio: 1/1
    }

    .media-quad-block .media-wrap:not(:last-child) {
        margin-bottom: .02rem
    }

    .media-quad-block.no-padding {
        padding-bottom: .02rem
    }
}

.text-half-block {
    padding-bottom: 7.647vw
}

.text-half-block .title {
    color: #27232c;
    margin-bottom: 2.941vw
}

.text-half-block .text-md {
    color: #27232c;
    margin-bottom: 1.765vw
}

.text-half-block .container {
    display: flex;
    flex-wrap: wrap
}

.text-half-block .media-wrap {
    width: 50%;
    aspect-ratio: 1/1
}

.text-half-block .section-inner {
    width: 50%;
    padding: 7.647vw 7.882vw 7.647vw 3.529vw
}

.text-half-block.no-padding {
    padding-bottom: 0
}

@media screen and (min-width:1700px) {
    .text-half-block {
        padding-bottom: 1.3rem
    }

    .text-half-block .title {
        margin-bottom: .5rem
    }

    .text-half-block .text-md {
        margin-bottom: .3rem
    }

    .text-half-block .section-inner {
        padding: 1.3rem 1.34rem 1.3rem .6rem
    }
}

@media screen and (max-width:767px) {
    .text-half-block {
        padding-bottom: .5rem
    }

    .text-half-block .section-inner {
        width: 100%;
        padding: 8vw 0 2vw
    }

    .text-half-block .section-inner:first-child {
        padding-bottom: 0
    }

    .text-half-block .section-inner:nth-child(2) {
        padding-top: 0
    }

    .text-half-block .text-md {
        margin-bottom: .4rem
    }
}

.block-4 {
    position: relative;
    display: block
}

.block-4 .small-container {
    max-width: 72.353vw
}

@media screen and (min-width:1700px) {
    .block-4 .small-container {
        max-width: 12.3rem
    }
}

@media screen and (max-width:767px) {
    .block-4 .small-container {
        max-width: 100%
    }
}

.block-4 .extra-small-container {
    max-width: 58.235vw
}

@media screen and (min-width:1700px) {
    .block-4 .extra-small-container {
        max-width: 9.9rem
    }
}

@media screen and (max-width:767px) {
    .block-4 .extra-small-container {
        max-width: 100%
    }
}

.next-study-link-section {
    text-decoration: none;
    height: 100vh;
    overflow: hidden
}

.next-study-link-section .title {
    padding-left: 7vw
}

.next-study-link-section .line-text {
    margin-bottom: 1.176vw
}

.next-study-link-section .content {
    position: relative;
    z-index: 10;
    background-color: #27232c;
    padding-top: 7.088vw;
    padding-bottom: 4.442vw
}

.next-study-link-section .media-wrap {
    position: absolute;
    z-index: 5;
    top: 17vw;
    left: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: initial
}

.next-study-link-section .go-next-circle {
    display: none;
    z-index: 10;
    position: absolute;
    bottom: .25rem;
    right: .25rem;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: #71eac6;
    text-align: center;
    overflow: hidden
}

.next-study-link-section .go-next-circle span {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 115%;
    height: 115%;
    text-align: center;
    font-size: .16rem;
    line-height: 1rem;
    font-weight: 600;
    letter-spacing: 0;
    color: #254b45;
    white-space: nowrap;
    -webkit-animation: loopTrack 2.6s linear infinite;
    animation: loopTrack 2.6s linear infinite
}

.next-study-link-section .go-next-circle span:last-child {
    left: 115%
}

@media screen and (min-width:1700px) {
    .next-study-link-section .title {
        padding-left: 1.19rem
    }

    .next-study-link-section .content {
        padding-top: 1.205rem;
        padding-bottom: .7552rem
    }

    .next-study-link-section .media-wrap {
        top: 2.89rem
    }

    .next-study-link-section .line-text {
        margin-bottom: .2rem
    }
}

@media screen and (max-width:1380px) {
    .next-study-link-section {
        transition: height .4s ease;
        height: var(--mobile100vh)
    }
}

@media screen and (max-width:1024px) {
    .next-study-link-section .go-next-circle {
        display: block
    }
}

@media screen and (max-width:767px) {
    .next-study-link-section .title {
        padding-left: .85rem
    }

    .next-study-link-section .content {
        padding-top: .5rem;
        padding-bottom: .3rem
    }
}

.media-big-full-block {
    padding-bottom: 7.647vw
}

.media-big-full-block .media-wrap {
    width: 100%;
    aspect-ratio: 1/1
}

.media-big-full-block.no-padding {
    padding-bottom: 2px
}

@media screen and (min-width:1700px) {
    .media-big-full-block {
        padding-bottom: 1.3rem
    }
}

.about-intro {
    padding-top: 10vw;
    padding-bottom: 14.529vw
}

.about-intro .title-4xl {
    max-width: 61.765vw
}

.about-intro .pattern {
    position: absolute;
    top: -26.471vw;
    right: -17.647vw;
    width: 27.059vw;
    height: 38.941vw;
    transform: rotate(180deg)
}

.about-intro .pattern svg {
    transition: opacity .6s cubic-bezier(.65, .05, .36, 1);
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (min-width:1700px) {
    .about-intro {
        padding-top: 1.7rem;
        padding-bottom: 2.47rem
    }

    .about-intro .title-4xl {
        max-width: 10.5rem
    }

    .about-intro .pattern {
        top: -4.5rem;
        right: -3rem;
        width: 4.6rem;
        height: 6.62rem
    }
}

@media screen and (max-width:991px) {
    .about-intro .pattern {
        width: 32.291vw;
        height: 46.418vw;
        top: -26.236vw;
        right: -16.145vw
    }
}

@media screen and (max-width:767px) {
    .about-intro {
        padding-top: .6rem;
        padding-bottom: .8rem
    }

    .about-intro .title-4xl {
        max-width: none
    }

    .about-intro .pattern {
        width: 2rem;
        height: 2.86rem;
        top: -2.2rem;
        right: -.6rem
    }
}

.about-video-section {
    position: relative;
    padding-bottom: 14.118vw;
    z-index: 10
}

.about-video-section .corner-media-wrap-1 {
    transform: translateY(-8.647vw);
    overflow: visible
}

.about-video-section .corner-media-wrap-1 .inner {
    width: 100%;
    aspect-ratio: 16/9
}

.about-video-section .corner-media-wrap-1:after {
    top: -1px;
    right: -1px
}

.about-video-section .pattern {
    position: absolute;
    width: 25.765vw;
    height: 37.965vw;
    bottom: -9.412vw;
    left: -20.588vw
}

.about-video-section .pattern svg {
    transition: opacity .6s cubic-bezier(.65, .05, .36, 1);
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (min-width:1700px) {
    .about-video-section {
        padding-bottom: 2.4rem
    }

    .about-video-section .pattern {
        width: 4.38rem;
        height: 6.454rem;
        bottom: -1.6rem;
        left: -3.5rem
    }

    .about-video-section .corner-media-wrap-1 {
        transform: translateY(-1.47rem)
    }
}

@media screen and (max-width:991px) {
    .about-video-section .pattern {
        width: 28.254vw;
        height: 41.574vw;
        bottom: -8.073vw;
        left: -16.145vw
    }
}

@media screen and (max-width:767px) {
    .about-video-section {
        width: calc(100% + .6rem);
        left: -.3rem;
        padding-bottom: .5rem
    }

    .about-video-section .corner-media-wrap-1 {
        transform: translateY(-.4rem)
    }

    .about-video-section .pattern {
        width: 2.02rem;
        height: 2.9rem;
        bottom: -.4rem;
        left: -.7rem
    }
}

#page-wrapper.light-mode .about-third-section .corner-media-wrap-1:after {
    border-color: #71eac6 #71eac6 #e1eeec #e1eeec
}

.about-third-section {
    padding-bottom: 26.294vw
}

.about-third-section .section-inner {
    max-width: 26.471vw
}

.about-third-section .section-inner.big {
    max-width: 100%
}

.about-third-section .text:not(:last-child) {
    margin-bottom: 8.824vw
}

.about-third-section .line-text {
    margin-bottom: 3.529vw
}

.about-third-section .about-third-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.about-third-section .corner-media-wrap-1:after {
    transform: translateZ(0);
    right: auto;
    left: -1.5px;
    top: auto;
    bottom: -1px;
    border-color: #71eac6 #71eac6 #27232c #27232c
}

.about-third-section .corner-media-wrap-1.animated:after {
    border-width: 3.4vw
}

@media screen and (max-width:767px) {
    .about-third-section .corner-media-wrap-1.animated:after {
        border-width: .35rem
    }
}

@media screen and (min-width:1700px) {
    .about-third-section {
        padding-bottom: 4.47rem
    }

    .about-third-section .corner-media-wrap-1.animated:after {
        border-width: .59rem
    }

    .about-third-section .section-inner {
        max-width: 4.5rem
    }

    .about-third-section .section-inner.big {
        max-width: 100%
    }

    .about-third-section .text:not(:last-child) {
        margin-bottom: 1.5rem
    }

    .about-third-section .line-text {
        margin-bottom: .6rem
    }
}

@media screen and (max-width:991px) {
    .about-third-section .section-inner {
        max-width: 36.471vw
    }

    .about-third-section .section-inner.big {
        max-width: 100%
    }
}

@media screen and (max-width:767px) {
    .about-third-section {
        padding-bottom: .8rem
    }

    .about-third-section .section-inner {
        max-width: none
    }

    .about-third-section .section-inner.big {
        max-width: 100%
    }

    .about-third-section .about-third-row {
        flex-direction: column;
        align-items: flex-start;
        justify-content: unset
    }

    .about-third-section .corner-media-wrap-1 {
        width: 100%;
        margin-left: .3rem
    }

    .about-third-section .text, .about-third-section .text:not(:last-child) {
        margin-bottom: .75rem
    }
}

.about-slider-section {
    padding-bottom: 14.118vw
}

.about-slider-section .title-xl {
    margin-bottom: 8.235vw
}

@media screen and (min-width:1700px) {
    .about-slider-section {
        padding-bottom: 2.4rem
    }

    .about-slider-section .title-xl {
        margin-bottom: 1.4rem
    }
}

@media screen and (max-width:767px) {
    .about-slider-section {
        padding-bottom: .8rem
    }
}

.about-slider-section .slider-wrap {
    -webkit-tap-highlight-color: transparent;
    overflow: visible
}

.about-slider-section .slider-wrap .card {
    display: block;
    position: relative
}

.about-slider-section .slider-wrap .card .media-wrap {
    transition: -webkit-clip-path .4s ease;
    transition: clip-path .4s ease;
    transition: clip-path .4s ease, -webkit-clip-path .4s ease;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 0 100%, 0 0);
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 2.941vw;
    aspect-ratio: 1/1;
    overflow: hidden
}

.about-slider-section .slider-wrap .card .media-wrap .media {
    transform: translateZ(0)
}

.about-slider-section .slider-wrap .card .media-wrap .media.easter-egg {
    z-index: 5;
    pointer-events: none;
    transition: filter .75s ease, opacity .5s ease;
    transition-delay: 0ms;
    opacity: 0
}

.about-slider-section .slider-wrap .card .media-wrap:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: rgba(0, 0, 0, .2);
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
    z-index: 1;
    pointer-events: none;
    transition: -webkit-backdrop-filter .75s ease;
    transition: backdrop-filter .75s ease;
    transition: backdrop-filter .75s ease, -webkit-backdrop-filter .75s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.about-slider-section .slider-wrap .card .media-wrap.blurred:before {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px)
}

.about-slider-section .slider-wrap .card .media-wrap:after {
    content: "";
    pointer-events: none;
    transition: border-width .3s ease-out;
    position: absolute;
    top: 0;
    right: 0;
    border-style: solid;
    border-width: .475vw;
    border-color: #71eac6 #71eac6 transparent transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 2
}

.about-slider-section .slider-wrap .card .name-title {
    transition: color .3s ease-out;
    position: relative;
    font-size: 1.176vw;
    line-height: 1.529vw;
    letter-spacing: 0;
    font-weight: 300;
    color: #bee0d6;
    padding-left: 7.059vw
}

.about-slider-section .slider-wrap .card .name-title span {
    transition: background-color .3s ease-out;
    display: block;
    position: absolute;
    top: .588vw;
    left: 0;
    height: .01rem;
    width: 5.294vw;
    background-color: #bee0d6
}

.about-slider-section .slider-wrap .card .name-title strong {
    display: block;
    font-weight: 500
}

.about-slider-section .slider-wrap .card.active .media-wrap .media.easter-egg {
    transition-delay: .2s;
    opacity: 1
}

.about-slider-section .slider-wrap .card.active .media-wrap:after {
    transition: border-width .5s ease-out;
    border-width: 45vw
}

.about-slider-section .slider-wrap .card:not(.active):hover .media-wrap:after {
    border-width: 1vw
}

.about-slider-section .slider-wrap .card:hover .name-title {
    color: #fff
}

.about-slider-section .slider-wrap .card:hover .name-title span {
    background-color: #fff
}

@media screen and (min-width:1700px) {
    .about-slider-section .slider-wrap .card .media-wrap {
        margin-bottom: .5rem
    }

    .about-slider-section .slider-wrap .card .media-wrap:after {
        border-width: .08rem
    }

    .about-slider-section .slider-wrap .card .name-title {
        font-size: .2rem;
        line-height: .26rem;
        padding-left: 1.2rem
    }

    .about-slider-section .slider-wrap .card .name-title span {
        top: .1rem;
        width: .9rem
    }

    .about-slider-section .slider-wrap .card.active .media-wrap:after {
        border-width: 8rem
    }

    .about-slider-section .slider-wrap .card:not(.active):hover .media-wrap:after {
        border-width: .15rem
    }
}

@media screen and (max-width:767px) {
    .about-slider-section .slider-wrap .swiper-wrapper {
        flex-wrap: wrap
    }

    .about-slider-section .slider-wrap .card .name-title {
        font-size: .2rem;
        line-height: .24rem;
        padding-left: .5rem
    }

    .about-slider-section .slider-wrap .card .name-title span {
        top: .1rem;
        height: 1px;
        width: .4rem
    }

    .about-slider-section .slider-wrap .card .media-wrap:after {
        border-width: .1rem
    }

    .about-slider-section .slider-wrap .card.active .media-wrap:after {
        border-width: 5.5rem
    }

    .about-slider-section .slider-wrap .card:not(:last-child) {
        margin-bottom: .5rem
    }
}

#page-wrapper.light-mode .about-slider-section .slider-wrap .card .name-title {
    color: #254b45
}

#page-wrapper.light-mode .about-slider-section .slider-wrap .card .name-title span {
    background-color: #254b45
}

.about-list-section {
    padding-bottom: 7.941vw
}

.about-list-section .title {
    margin-bottom: 11.765vw
}

@media screen and (min-width:1700px) {
    .about-list-section {
        padding-bottom: 1.35rem
    }

    .about-list-section .title {
        margin-bottom: 2rem
    }
}

@media screen and (max-width:767px) {
    .about-list-section .title {
        margin-bottom: .8rem
    }
}

.about-list {
    display: block;
    position: relative
}

.about-list li {
    display: flex;
    position: relative;
    padding-top: 4.353vw;
    padding-bottom: 9.412vw
}

.about-list li .line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.about-list .list-inner:nth-child(2) {
    width: 12.353vw
}

.about-list .list-inner:nth-child(3) {
    width: 28.235vw
}

.about-list .list-inner:nth-child(4) {
    width: 40.588vw
}

.about-list .small-text {
    font-size: 1.059vw;
    line-height: 1.271vw;
    font-weight: 500;
    letter-spacing: 0;
    color: #bee0d6
}

@media screen and (min-width:1700px) {
    .about-list li {
        padding-top: .74rem;
        padding-bottom: 1.6rem
    }

    .about-list .list-inner:nth-child(2) {
        width: 2.1rem
    }

    .about-list .list-inner:nth-child(3) {
        width: 4.8rem
    }

    .about-list .list-inner:nth-child(4) {
        width: 6.9rem
    }

    .about-list .small-text {
        font-size: .18rem;
        line-height: .216rem
    }
}

@media screen and (max-width:767px) {
    .about-list li {
        flex-wrap: wrap;
        padding-top: .5rem;
        line-height: .5rem
    }

    .about-list .list-inner:nth-child(2) {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin-right: .2rem
    }

    .about-list .list-inner:nth-child(3) {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }

    .about-list .list-inner:nth-child(4) {
        width: 100%
    }

    .about-list .small-text {
        font-size: .18rem;
        line-height: .216rem;
        margin-bottom: .16rem
    }
}

#page-wrapper.light-mode .about-list .small-text {
    color: #254b45
}

#page-wrapper.light-mode .about-quote-section .corner-media-wrap-1:after {
    border-color: #e1eeec #71eac6 #71eac6 #e1eeec
}

.about-quote-section {
    padding-top: 9.412vw;
    padding-bottom: 29.529vw
}

.about-quote-section .title {
    font-size: 5.412vw;
    line-height: 5.529vw;
    max-width: 26.471vw;
    margin-bottom: 18.824vw;
    min-height: 24.706vw
}

.about-quote-section .text {
    max-width: 47.647vw;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 5.647vw
}

.about-quote-section .text-claim {
    max-width: 29.941vw;
    margin-right: 0;
    margin-left: auto
}

.about-quote-section .text-claim strong {
    display: block
}

.about-quote-section .corner-media-wrap-1 {
    position: absolute;
    top: -9.412vw;
    right: -8.824vw
}

.about-quote-section .corner-media-wrap-1 .inner {
    aspect-ratio: 835/880;
    width: 49.118vw
}

.about-quote-section .corner-media-wrap-1:after {
    content: "";
    transition: border-width .6s ease-out, border-color .6s cubic-bezier(.65, .05, .36, 1);
    position: absolute;
    top: -1px;
    left: -1px;
    right: auto;
    bottom: auto;
    border-style: solid;
    border-width: 0;
    border-color: #27232c #71eac6 #71eac6 #27232c;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.about-quote-section .corner-media-wrap-1.animated:after {
    border-width: 3.4vw
}

@media screen and (max-width:767px) {
    .about-quote-section .corner-media-wrap-1.animated:after {
        border-width: .35rem
    }
}

@media screen and (min-width:1700px) {
    .about-quote-section {
        padding-top: 1.6rem;
        padding-bottom: 5.02rem
    }

    .about-quote-section .title {
        font-size: .92rem;
        line-height: .94rem;
        max-width: 4.5rem;
        margin-bottom: 3.2rem;
        min-height: 4.2rem
    }

    .about-quote-section .text {
        max-width: 8.1rem;
        margin-bottom: .96rem
    }

    .about-quote-section .text-claim {
        max-width: 5.09rem
    }

    .about-quote-section .corner-media-wrap-1 {
        top: -1.6rem;
        right: -1.5rem
    }

    .about-quote-section .corner-media-wrap-1 .inner {
        width: 8.35rem
    }

    .about-quote-section .corner-media-wrap-1.animated:after {
        border-width: .59rem
    }
}

@media screen and (max-width:991px) {
    .about-quote-section .title {
        min-height: 32.291vw
    }

    .about-quote-section .text {
        max-width: 59vw
    }

    .about-quote-section .text-claim {
        max-width: 45vw
    }
}

@media screen and (max-width:767px) {
    .about-quote-section {
        padding-bottom: 1.5rem
    }

    .about-quote-section .title {
        font-size: .32rem;
        line-height: .42rem;
        min-height: unset
    }

    .about-quote-section .text, .about-quote-section .title {
        max-width: none;
        margin-bottom: .5rem
    }

    .about-quote-section .text-claim {
        max-width: none
    }

    .about-quote-section .container {
        padding-top: 130vw
    }

    .about-quote-section .container.small-mobile {
        padding-top: 0
    }

    .about-quote-section .corner-media-wrap-1 {
        position: absolute;
        top: 0;
        right: -.3rem;
        width: 100%
    }

    .about-quote-section .corner-media-wrap-1 .inner {
        aspect-ratio: 17/24;
        width: 100%
    }
}

.about-know-you-section {
    padding-bottom: 23.529vw
}

.about-know-you-section .line-text {
    margin-bottom: 8vw
}

.about-know-you-section .slider-wrap {
    margin-bottom: 10.706vw
}

.about-know-you-section .slider-wrap.remove-margin-bottom {
    margin-bottom: 0
}

.about-know-you-section .line {
    margin-bottom: 4.706vw
}

.about-know-you-section .pattern {
    position: absolute;
    top: -14.118vw;
    left: -13.824vw;
    width: 27.059vw;
    height: 38.941vw
}

.about-know-you-section .pattern svg {
    transition: opacity .6s cubic-bezier(.65, .05, .36, 1);
    position: absolute;
    top: 0;
    left: 0
}

.about-know-you-section .title {
    font-size: 4.118vw;
    line-height: 4.118vw;
    text-align: right;
    margin-bottom: 2.941vw;
    position: relative;
    z-index: 1
}

.about-know-you-section .button-simple {
    position: relative;
    transition: color .6s cubic-bezier(.65, .05, .36, 1);
    display: inline-block;
    font-size: 1.176vw;
    line-height: 1.412vw;
    font-weight: 400;
    text-decoration: none;
    color: #bee0d6;
    overflow: hidden
}

.about-know-you-section .button-simple:before {
    transition: background-color .6s cubic-bezier(.65, .05, .36, 1), transform .75s cubic-bezier(.65, .05, .36, 1);
    transform: translate3d(-200%, 0, 0);
    transition-delay: 0ms
}

.about-know-you-section .button-simple:after, .about-know-you-section .button-simple:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: .01rem;
    background-color: #bee0d6
}

.about-know-you-section .button-simple:after {
    transition: background-color .6s cubic-bezier(.65, .05, .36, 1), transform .75s cubic-bezier(.65, .05, .36, 1);
    transform: translateZ(0)
}

.about-know-you-section .button-simple:hover:before {
    transform: translateZ(0);
    transition-delay: .15s
}

.about-know-you-section .button-simple:hover:after {
    transform: translate3d(200%, 0, 0)
}

.about-know-you-section .button-wrap {
    text-align: right
}

.about-know-you-section .button-wrap a {
    vertical-align: middle;
    margin-right: 1.765vw;
    white-space: nowrap
}

.about-know-you-section .button-wrap a:last-child {
    margin-right: 0
}

@media screen and (min-width:1700px) {
    .about-know-you-section {
        padding-bottom: 4rem
    }

    .about-know-you-section .line-text {
        margin-bottom: 1.36rem
    }

    .about-know-you-section .slider-wrap {
        margin-bottom: 1.82rem
    }

    .about-know-you-section .slider-wrap.remove-margin-bottom {
        margin-bottom: 0
    }

    .about-know-you-section .button-simple {
        font-size: .2rem;
        line-height: .24rem
    }

    .about-know-you-section .pattern {
        top: -2.4rem;
        left: -2.35rem;
        width: 4.6rem;
        height: 6.62rem
    }

    .about-know-you-section .line {
        margin-bottom: .8rem
    }

    .about-know-you-section .title {
        font-size: .7rem;
        line-height: .7rem;
        margin-bottom: .5rem
    }

    .about-know-you-section .button-wrap a {
        margin-right: .3rem
    }

    .about-know-you-section .button-wrap a:last-child {
        margin-right: 0
    }
}

@media screen and (max-width:991px) {
    .about-know-you-section .pattern {
        width: 32.291vw;
        height: 46.418vw;
        top: -11.1vw;
        left: -15.641vw
    }
}

@media screen and (max-width:767px) {
    .about-know-you-section {
        padding-bottom: 2rem
    }

    .about-know-you-section .button-wrap {
        text-align: center
    }

    .about-know-you-section .button-wrap a {
        display: block;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin: auto;
        margin-bottom: .28rem
    }

    .about-know-you-section .button-wrap a:last-child {
        margin-right: auto
    }

    .about-know-you-section .pattern {
        width: 2rem;
        height: 2.86rem;
        top: -.46rem;
        left: -.6rem
    }

    .about-know-you-section .button-simple {
        font-size: .14rem;
        line-height: .22rem
    }

    .about-know-you-section .slider-wrap {
        margin-bottom: .75rem
    }

    .about-know-you-section .slider-wrap.remove-margin-bottom {
        margin-bottom: .2rem
    }

    .about-know-you-section .line {
        margin-bottom: .5rem
    }

    .about-know-you-section .title {
        text-align: center;
        font-size: .4rem;
        line-height: .46rem;
        margin-bottom: .3rem
    }
}

.about-know-you-section .slider-wrap {
    overflow: visible
}

.about-know-you-section .slider-wrap * {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.about-know-you-section .slider-wrap .swiper-wrapper {
    align-items: center
}

.about-know-you-section .slider-wrap .card {
    padding-right: 8.824vw
}

.about-know-you-section .slider-wrap .card .media-wrap {
    display: block;
    overflow: hidden
}

.about-know-you-section .slider-wrap .card .media {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    background-color: transparent
}

@media screen and (min-width:1700px) {
    .about-know-you-section .slider-wrap .card {
        padding-right: 1.5rem
    }
}

section.first {
    padding-top: 10.588vw
}

@media screen and (min-width:1700px) {
    section.first {
        padding-top: 1.8rem
    }
}

@media screen and (max-width:767px) {
    section.first {
        padding-top: .6rem
    }
}

section.last {
    padding-bottom: 24.118vw
}

@media screen and (min-width:1700px) {
    section.last {
        padding-bottom: 4.1rem
    }
}

@media screen and (max-width:767px) {
    section.last {
        padding-bottom: 1.2rem
    }
}

#page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield.gsection .gsection_title, #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield.gsection h3 {
    color: #254b45
}

#page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield.gsection .gsection_title:before, #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield.gsection h3:before {
    background-color: #254b45
}

@media (hover:hover) {
    #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield:hover .gfield_label {
        color: #254b45
    }
}

#page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield.custom-required-field:before {
    color: #254b45
}

#page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield.gfield_error.custom-required-field:before, #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield.gfield_error .gfield_label {
    color: #ff7373
}

#page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield.gfield_error input[type=email], #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield.gfield_error input[type=number], #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield.gfield_error input[type=tel], #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield.gfield_error input[type=text], #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield.gfield_error input[type=url], #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield.gfield_error textarea {
    border-bottom: 2px solid #ff7373
}

#page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield.gfield_error .gfield_checkbox label, #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield.gfield_error .ginput_container_consent label {
    color: #ff7373;
    border-color: #ff7373
}

#page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield.gfield_error .gfield_checkbox input[type=checkbox]+label:before, #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield.gfield_error .ginput_container_consent input[type=checkbox]+label:before {
    border-color: #ff7373
}

#page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield.gfield_error .variation-select {
    color: #ff7373;
    border-bottom: .02rem solid #ff7373
}

#page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield.gfield_error .variation-select .select2-selection__arrow:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxOCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguOTk5NjEgMTEuNTI1TDAuMjI0NjA5IDIuNzQ5OThMMi40OTk2MSAwLjQ3NDk3Nkw4Ljk5OTYxIDYuOTc0OThMMTUuNDk5NiAwLjQ3NDk3NkwxNy43NzQ2IDIuNzQ5OThMOC45OTk2MSAxMS41MjVaIiBmaWxsPSIjMjcyMzJDIi8+Cjwvc3ZnPgo=)
}

#page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield.active .gfield_label {
    color: #254b45
}

#page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield.active input[type=email], #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield.active input[type=number], #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield.active input[type=tel], #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield.active input[type=text], #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield.active input[type=url], #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield.active textarea {
    background: #d4e4e1
}

#page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield .gfield_label {
    color: #254b45
}

#page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield .ginput_container:not(.ginput_container_fileupload):not(.ginput_container_checkbox):not(.ginput_container_radio):not(.ginput_container_list):not(.ginput_container_select):before {
    background: #254b45
}

#page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield textarea {
    color: #254b45;
    border-bottom: .02rem solid #254b45
}

@media (hover:hover) {
    #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield textarea:hover {
        background: #d4e4e1
    }
}

#page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield textarea:focus {
    background: #d4e4e1;
    border-color: #254b45
}

#page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield input[type=email], #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield input[type=number], #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield input[type=tel], #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield input[type=text], #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield input[type=url] {
    color: #254b45;
    border-bottom: .02rem solid #254b45
}

@media (hover:hover) {
    #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield input[type=email]:hover, #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield input[type=number]:hover, #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield input[type=tel]:hover, #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield input[type=text]:hover, #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield input[type=url]:hover {
        background: #d4e4e1
    }
}

#page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield input[type=email]:focus, #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield input[type=number]:focus, #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield input[type=tel]:focus, #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield input[type=text]:focus, #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield input[type=url]:focus {
    background: #d4e4e1;
    border-color: #254b45
}

#page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield .ginput_container_radio label {
    color: #254b45;
    border-bottom: .02rem solid #254b45
}

@media (hover:hover) {
    #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield .ginput_container_radio label:hover {
        background: #d4e4e1;
        color: #254b45
    }
}

#page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield .ginput_container_radio label:focus {
    background: #d4e4e1;
    color: #254b45;
    border-color: #254b45
}

#page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=radio]+label:before, #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=radio]+span:before {
    border: 1px solid #254b45
}

#page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=radio]:checked+label, #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=radio]:checked+span {
    background: #d4e4e1;
    color: #254b45;
    border-color: #254b45
}

#page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield .gfield_checkbox .gchoice:before, #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield .ginput_container_consent .gchoice:before, #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield .ginput_container_radio .gchoice:before, #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=radio]:checked+label:before, #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=radio]:checked+span:before {
    background: #254b45
}

#page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield .gfield_checkbox label, #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield .ginput_container_consent label, #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield .ginput_container_radio label {
    color: #254b45;
    border-bottom: .02rem solid #254b45
}

@media (hover:hover) {
    #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield .gfield_checkbox label:hover, #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield .ginput_container_consent label:hover, #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield .ginput_container_radio label:hover {
        background: #d4e4e1;
        color: #254b45
    }
}

#page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield .gfield_checkbox label:focus, #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield .ginput_container_consent label:focus, #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield .ginput_container_radio label:focus {
    background: #d4e4e1;
    color: #254b45;
    border-color: #254b45
}

#page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield .gfield_checkbox input[type=checkbox]+label:before, #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield .gfield_checkbox input[type=checkbox]+span:before, #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield .ginput_container_consent input[type=checkbox]+label:before, #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield .ginput_container_consent input[type=checkbox]+span:before, #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=checkbox]+label:before, #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=checkbox]+span:before {
    border: 1px solid #254b45
}

#page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield .gfield_checkbox input[type=checkbox]+label:after, #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield .gfield_checkbox input[type=checkbox]+span:after, #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield .ginput_container_consent input[type=checkbox]+label:after, #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield .ginput_container_consent input[type=checkbox]+span:after, #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=checkbox]+label:after, #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=checkbox]+span:after {
    background-image: url(data:image/x-icon;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADJSURBVHgBnZNNCsIwEIVn9AKinsA2uu0RClrBFsEb2GO4U1ceo55CNy48gmv/wAPoETImwdRSWtLkbTIT+B4zjwTAQSyOAl23wVJsHqXiOPZHPr6vjzNawxwy3SPituUKS3HOqdEEVTARbe6H038CbzZe2MKyViEOk+le7LPTwTSFlYGECWj560Nt0gRWBl026ABCcfxQ3AUIuDLBUipE8TBSUWVQozo4z+Bze156zHuVJjHCuUGdiQmulFyHJRH58WQNrip+FpO+mJRul797oioAAAAASUVORK5CYII=)
}

#page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield .gfield_checkbox input[type=checkbox]:checked+label, #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield .gfield_checkbox input[type=checkbox]:checked+span, #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield .ginput_container_consent input[type=checkbox]:checked+label, #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield .ginput_container_consent input[type=checkbox]:checked+span, #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=checkbox]:checked+label, #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=checkbox]:checked+span {
    background: #d4e4e1;
    color: #254b45;
    border-color: #254b45
}

#page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield.date .gfield_label, #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield.fileupload .gfield_label, #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield.fileupload input[type=file] {
    color: #254b45
}

#page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield.fileupload .gform_drop_area {
    border: .02rem dashed #254b45
}

#page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield.fileupload .gform_drop_instructions, #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield.fileupload .gform_fileupload_rules {
    color: #254b45
}

#page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield .select2-container--focus .variation-select {
    background: #d4e4e1;
    color: #254b45
}

#page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield .select2-container--focus .variation-select .select2-selection__rendered {
    color: #254b45
}

@media (hover:hover) {
    #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield .select2-container--focus .variation-select:hover .select2-selection__rendered {
        color: #254b45
    }
}

#page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield .variation-select {
    color: #254b45;
    border-bottom: .02rem solid #254b45
}

#page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield .variation-select:before {
    background: #254b45
}

@media (hover:hover) {
    #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield .variation-select:hover {
        background: #d4e4e1
    }

    #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield .variation-select:hover .select2-selection__rendered {
        color: #254b45
    }
}

#page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield .variation-select:focus {
    background: #d4e4e1;
    border-color: #254b45
}

#page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield .variation-select .select2-selection__rendered, #page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield .variation-select:focus .select2-selection__rendered {
    color: #254b45
}

#page-wrapper.light-mode .form-content-wrapper .form-wrap form .gfield .variation-select .select2-selection__arrow:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxOCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguOTk5NjEgMTEuNTI1TDAuMjI0NjA5IDIuNzQ5OThMMi40OTk2MSAwLjQ3NDk3Nkw4Ljk5OTYxIDYuOTc0OThMMTUuNDk5NiAwLjQ3NDk3NkwxNy43NzQ2IDIuNzQ5OThMOC45OTk2MSAxMS41MjVaIiBmaWxsPSIjMjcyMzJDIi8+Cjwvc3ZnPgo=)
}

#page-wrapper.light-mode .form-content-wrapper .form-wrap form .gform_footer button[type=submit] {
    color: #254b45;
    background-color: #71eac6
}

#page-wrapper.light-mode .form-content-wrapper .form-wrap form .gform_footer button[type=submit]:hover {
    background-color: #fff
}

#page-wrapper.light-mode .form-content-wrapper .form-wrap form .ginput_complex label {
    color: #254b45
}

.form-content-wrapper .form-wrap {
    position: relative;
    margin-top: 10vw;
    margin-bottom: 6.471vw;
    min-height: 100vh
}

.form-content-wrapper .form-wrap .gform_validation_errors {
    display: none
}

.form-content-wrapper .form-wrap form .gform_fields {
    grid-row-gap: 5px
}

.form-content-wrapper .form-wrap form .gfield_description, .form-content-wrapper .form-wrap form .validation_message {
    display: none
}

.form-content-wrapper .form-wrap form .gfield.gsection {
    width: 100%;
    max-width: 100%;
    border: none;
    padding: 0;
    margin-top: 8.235vw
}

.form-content-wrapper .form-wrap form .gfield.gsection:first-of-type {
    margin-top: 0
}

@media screen and (min-width:1700px) {
    .form-content-wrapper .form-wrap form .gfield.gsection {
        margin-top: 1.4rem
    }
}

@media screen and (max-width:991px) {
    .form-content-wrapper .form-wrap form .gfield.gsection {
        margin-top: 10.091vw
    }
}

@media screen and (max-width:767px) {
    .form-content-wrapper .form-wrap form .gfield.gsection {
        margin-top: .6rem
    }
}

.form-content-wrapper .form-wrap form .gfield.gsection .gsection_title, .form-content-wrapper .form-wrap form .gfield.gsection h3 {
    transition: color .6s cubic-bezier(.65, .05, .36, 1);
    font-size: 1.176vw;
    line-height: 1.412vw;
    letter-spacing: 0;
    font-weight: 500;
    color: #bee0d6;
    padding-left: 7.059vw
}

.form-content-wrapper .form-wrap form .gfield.gsection .gsection_title:before, .form-content-wrapper .form-wrap form .gfield.gsection h3:before {
    content: "";
    transition: background-color .6s cubic-bezier(.65, .05, .36, 1);
    display: block;
    position: absolute;
    top: .706vw;
    left: 0;
    width: 5.294vw;
    height: .01rem;
    background-color: #bee0d6;
    transform-origin: 0 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media screen and (min-width:1700px) {
    .form-content-wrapper .form-wrap form .gfield.gsection .gsection_title, .form-content-wrapper .form-wrap form .gfield.gsection h3 {
        font-size: .18rem;
        line-height: .24rem;
        padding-left: 1.20003rem
    }

    .form-content-wrapper .form-wrap form .gfield.gsection .gsection_title:before, .form-content-wrapper .form-wrap form .gfield.gsection h3:before {
        top: .12rem;
        width: .9rem
    }
}

@media screen and (max-width:991px) {
    .form-content-wrapper .form-wrap form .gfield.gsection .gsection_title, .form-content-wrapper .form-wrap form .gfield.gsection h3 {
        font-size: 1.615vw;
        line-height: 2.422vw
    }

    .form-content-wrapper .form-wrap form .gfield.gsection .gsection_title:before, .form-content-wrapper .form-wrap form .gfield.gsection h3:before {
        top: 1.211vw
    }
}

@media screen and (max-width:767px) {
    .form-content-wrapper .form-wrap form .gfield.gsection .gsection_title, .form-content-wrapper .form-wrap form .gfield.gsection h3 {
        font-size: .16rem;
        line-height: .26rem;
        padding-left: .86rem
    }

    .form-content-wrapper .form-wrap form .gfield.gsection .gsection_title:before, .form-content-wrapper .form-wrap form .gfield.gsection h3:before {
        top: .14rem;
        width: .66rem
    }
}

.form-content-wrapper .form-wrap form .gfield {
    position: relative;
    display: block;
    width: 100%;
    max-width: 54.706vw;
    border: none;
    padding: 0;
    margin-left: auto;
    margin-top: 2.941vw;
    grid-column: 1/-1 !important
}

@media screen and (min-width:1700px) {
    .form-content-wrapper .form-wrap form .gfield {
        max-width: 9.3rem;
        margin-top: .5rem
    }
}

@media screen and (max-width:991px) {
    .form-content-wrapper .form-wrap form .gfield {
        max-width: 68.59vw;
        margin-top: 4.036vw
    }
}

@media screen and (max-width:767px) {
    .form-content-wrapper .form-wrap form .gfield {
        max-width: 100%;
        margin-top: .4rem
    }
}

@media (hover:hover) {
    .form-content-wrapper .form-wrap form .gfield:hover .gfield_label {
        color: #3a383e
    }
}

.form-content-wrapper .form-wrap form .gfield.custom-required-field:before {
    content: "*";
    position: absolute;
    right: 15px;
    top: 55%;
    transform: translateY(-50%);
    z-index: 5;
    font-family: ABC Normal, "sans-serif";
    font-weight: 400;
    font-size: 1.765vw;
    line-height: .1rem;
    color: #71eac6
}

@media screen and (min-width:1700px) {
    .form-content-wrapper .form-wrap form .gfield.custom-required-field:before {
        font-size: .3rem;
        line-height: .1rem
    }
}

@media screen and (max-width:991px) {
    .form-content-wrapper .form-wrap form .gfield.custom-required-field:before {
        font-size: 2.22vw;
        line-height: .1rem
    }
}

@media screen and (max-width:767px) {
    .form-content-wrapper .form-wrap form .gfield.custom-required-field:before {
        font-size: .18rem;
        line-height: .1rem
    }
}

.form-content-wrapper .form-wrap form .gfield small {
    font-size: 1.059vw;
    line-height: 1.294vw
}

@media screen and (min-width:1700px) {
    .form-content-wrapper .form-wrap form .gfield small {
        font-size: .18rem;
        line-height: .22rem
    }
}

@media screen and (max-width:991px) {
    .form-content-wrapper .form-wrap form .gfield small {
        font-size: 1.615vw;
        line-height: 2.018vw
    }
}

@media screen and (max-width:767px) {
    .form-content-wrapper .form-wrap form .gfield small {
        font-size: .14rem;
        line-height: .2rem
    }
}

.form-content-wrapper .form-wrap form .gfield.gfield_error .gfield_label {
    color: hsla(0, 100%, 73%, .5)
}

.form-content-wrapper .form-wrap form .gfield.gfield_error input[type=email], .form-content-wrapper .form-wrap form .gfield.gfield_error input[type=number], .form-content-wrapper .form-wrap form .gfield.gfield_error input[type=tel], .form-content-wrapper .form-wrap form .gfield.gfield_error input[type=text], .form-content-wrapper .form-wrap form .gfield.gfield_error input[type=url], .form-content-wrapper .form-wrap form .gfield.gfield_error textarea {
    border: none;
    border-bottom: 2px solid hsla(0, 100%, 73%, .5)
}

.form-content-wrapper .form-wrap form .gfield.gfield_error .gfield_checkbox label, .form-content-wrapper .form-wrap form .gfield.gfield_error .ginput_container_consent label {
    color: hsla(0, 100%, 73%, .5);
    border-color: hsla(0, 100%, 73%, .5)
}

.form-content-wrapper .form-wrap form .gfield.gfield_error .gfield_checkbox input[type=checkbox]+label:before, .form-content-wrapper .form-wrap form .gfield.gfield_error .ginput_container_consent input[type=checkbox]+label:before {
    border-color: hsla(0, 100%, 73%, .5)
}

.form-content-wrapper .form-wrap form .gfield.gfield_error .variation-select {
    color: hsla(0, 100%, 73%, .5);
    border-bottom: .02rem solid hsla(0, 100%, 73%, .5)
}

.form-content-wrapper .form-wrap form .gfield.gfield_error .variation-select .select2-selection__arrow:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxOCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguOTk5NjEgMTEuNTI1TDAuMjI0NjA5IDIuNzQ5OThMMi40OTk2MSAwLjQ3NDk3Nkw4Ljk5OTYxIDYuOTc0OThMMTUuNDk5NiAwLjQ3NDk3NkwxNy43NzQ2IDIuNzQ5OThMOC45OTk2MSAxMS41MjVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K)
}

.form-content-wrapper .form-wrap form .gfield.gfield_error.custom-required-field:before {
    color: hsla(0, 100%, 73%, .5)
}

.form-content-wrapper .form-wrap form .gfield.active .gfield_label {
    font-size: .941vw;
    line-height: 1.176vw;
    letter-spacing: 0;
    top: 1vw;
    color: #3a383e
}

@media screen and (min-width:1700px) {
    .form-content-wrapper .form-wrap form .gfield.active .gfield_label {
        font-size: .16rem;
        line-height: .2rem;
        letter-spacing: 0;
        top: .17rem
    }
}

@media screen and (max-width:991px) {
    .form-content-wrapper .form-wrap form .gfield.active .gfield_label {
        font-size: 1.413vw;
        line-height: 1.816vw;
        top: 1.514vw
    }
}

@media screen and (max-width:767px) {
    .form-content-wrapper .form-wrap form .gfield.active .gfield_label {
        font-size: .12rem;
        line-height: .16rem;
        top: .12rem
    }
}

.form-content-wrapper .form-wrap form .gfield.active legend.gfield_label {
    position: relative;
    left: unset;
    top: unset
}

.form-content-wrapper .form-wrap form .gfield.active input[type=email], .form-content-wrapper .form-wrap form .gfield.active input[type=number], .form-content-wrapper .form-wrap form .gfield.active input[type=tel], .form-content-wrapper .form-wrap form .gfield.active input[type=text], .form-content-wrapper .form-wrap form .gfield.active input[type=url] {
    background: #2a272f
}

.form-content-wrapper .form-wrap form .gfield.active textarea {
    background: #2a272f;
    max-height: 15.882vw
}

@media screen and (min-width:1700px) {
    .form-content-wrapper .form-wrap form .gfield.active textarea {
        max-height: 2.7rem
    }
}

@media screen and (max-width:991px) {
    .form-content-wrapper .form-wrap form .gfield.active textarea {
        max-height: 25.227vw
    }
}

@media screen and (max-width:767px) {
    .form-content-wrapper .form-wrap form .gfield.active textarea {
        max-height: 2.1rem
    }
}

.form-content-wrapper .form-wrap form .gfield.active .ginput_container:not(.ginput_container_fileupload):not(.ginput_container_checkbox):not(.ginput_container_radio):not(.ginput_container_list):not(.ginput_container_select):before {
    width: 100%
}

.form-content-wrapper .form-wrap form .gfield .ginput_container:not(.ginput_container_fileupload):not(.ginput_container_checkbox):not(.ginput_container_radio):not(.ginput_container_list):not(.ginput_container_select) {
    position: relative
}

@media (hover:hover) {
    .form-content-wrapper .form-wrap form .gfield .ginput_container:not(.ginput_container_fileupload):not(.ginput_container_checkbox):not(.ginput_container_radio):not(.ginput_container_list):not(.ginput_container_select):hover:before {
        width: 100%
    }
}

.form-content-wrapper .form-wrap form .gfield .ginput_container:not(.ginput_container_fileupload):not(.ginput_container_checkbox):not(.ginput_container_radio):not(.ginput_container_list):not(.ginput_container_select):before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #71eac6;
    transition: width .4s cubic-bezier(.65, .05, .36, 1);
    z-index: 2;
    transition-delay: .2s
}

.form-content-wrapper .form-wrap form .gfield .gfield_label {
    position: absolute;
    display: block;
    left: 2.941vw;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 5.882vw);
    font-family: ABC Normal, "sans-serif";
    font-weight: 400;
    font-size: 1.765vw;
    line-height: 2.118vw;
    letter-spacing: -.01em;
    color: rgba(190, 224, 214, .5);
    background: transparent;
    border: none;
    outline: none;
    padding-bottom: 0;
    margin-bottom: 0;
    z-index: 5;
    transition: font-size .4s cubic-bezier(.65, .05, .36, 1), line-height .4s cubic-bezier(.65, .05, .36, 1), color .4s cubic-bezier(.65, .05, .36, 1), top .4s cubic-bezier(.65, .05, .36, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none
}

@media screen and (min-width:1700px) {
    .form-content-wrapper .form-wrap form .gfield .gfield_label {
        width: calc(100% - 1rem);
        left: .5rem;
        font-size: .3rem;
        line-height: .36rem
    }
}

@media screen and (max-width:991px) {
    .form-content-wrapper .form-wrap form .gfield .gfield_label {
        font-size: 2.22vw;
        line-height: 2.825vw;
        width: calc(100% - 7.064vw);
        left: 3.532vw
    }
}

@media screen and (max-width:767px) {
    .form-content-wrapper .form-wrap form .gfield .gfield_label {
        font-size: .18rem;
        line-height: .28rem;
        width: calc(100% - .5rem);
        left: .25rem
    }
}

.form-content-wrapper .form-wrap form .gfield .gfield_label .gfield_required {
    display: none
}

.form-content-wrapper .form-wrap form .gfield textarea {
    position: relative;
    display: block;
    width: 100%;
    font-family: ABC Normal, "sans-serif";
    font-weight: 400;
    font-size: 1.765vw;
    line-height: 2.118vw;
    letter-spacing: -.01em;
    padding: 1.529vw 2.941vw .941vw;
    color: #fff;
    background: transparent;
    border: none;
    outline: none;
    border-bottom: .02rem solid rgba(190, 224, 214, .2);
    border-radius: 0;
    resize: none;
    max-height: 5.059vw;
    transition: background .4s cubic-bezier(.65, .05, .36, 1), border .4s cubic-bezier(.65, .05, .36, 1), max-height .4s cubic-bezier(.65, .05, .36, 1)
}

@media screen and (min-width:1700px) {
    .form-content-wrapper .form-wrap form .gfield textarea {
        font-size: .3rem;
        line-height: .36rem;
        padding: .31rem .5rem .16rem;
        max-height: .86rem
    }
}

@media screen and (max-width:991px) {
    .form-content-wrapper .form-wrap form .gfield textarea {
        font-size: 2.22vw;
        line-height: 2.825vw;
        padding: 3.027vw 3.532vw 1.514vw;
        max-height: 7.871vw
    }
}

@media screen and (max-width:767px) {
    .form-content-wrapper .form-wrap form .gfield textarea {
        font-size: .18rem;
        line-height: .28rem;
        padding: .25rem .25rem .1rem;
        max-height: .7rem
    }
}

@media (hover:hover) {
    .form-content-wrapper .form-wrap form .gfield textarea:hover {
        background: #2a272f
    }
}

.form-content-wrapper .form-wrap form .gfield textarea:focus {
    background: #2a272f;
    border-color: #71eac6
}

.form-content-wrapper .form-wrap form .gfield input[type=email], .form-content-wrapper .form-wrap form .gfield input[type=number], .form-content-wrapper .form-wrap form .gfield input[type=tel], .form-content-wrapper .form-wrap form .gfield input[type=text], .form-content-wrapper .form-wrap form .gfield input[type=url] {
    position: relative;
    display: block;
    width: 100%;
    font-family: ABC Normal, "sans-serif";
    font-weight: 400;
    font-size: 1.765vw;
    line-height: 2.118vw;
    letter-spacing: -.01em;
    padding: 1.824vw 2.941vw .941vw;
    color: #fff;
    background: transparent;
    border: none;
    outline: none;
    border-bottom: .02rem solid rgba(190, 224, 214, .2);
    border-radius: 0;
    transition: background .4s cubic-bezier(.65, .05, .36, 1), border .4s cubic-bezier(.65, .05, .36, 1), color .4s cubic-bezier(.65, .05, .36, 1)
}

@media screen and (min-width:1700px) {
    .form-content-wrapper .form-wrap form .gfield input[type=email], .form-content-wrapper .form-wrap form .gfield input[type=number], .form-content-wrapper .form-wrap form .gfield input[type=tel], .form-content-wrapper .form-wrap form .gfield input[type=text], .form-content-wrapper .form-wrap form .gfield input[type=url] {
        font-size: .3rem;
        line-height: .36rem;
        padding: .31rem .5rem .16rem
    }
}

@media screen and (max-width:991px) {
    .form-content-wrapper .form-wrap form .gfield input[type=email], .form-content-wrapper .form-wrap form .gfield input[type=number], .form-content-wrapper .form-wrap form .gfield input[type=tel], .form-content-wrapper .form-wrap form .gfield input[type=text], .form-content-wrapper .form-wrap form .gfield input[type=url] {
        font-size: 2.22vw;
        line-height: 2.825vw;
        padding: 3.027vw 3.532vw 1.514vw
    }
}

@media screen and (max-width:767px) {
    .form-content-wrapper .form-wrap form .gfield input[type=email], .form-content-wrapper .form-wrap form .gfield input[type=number], .form-content-wrapper .form-wrap form .gfield input[type=tel], .form-content-wrapper .form-wrap form .gfield input[type=text], .form-content-wrapper .form-wrap form .gfield input[type=url] {
        font-size: .18rem;
        line-height: .28rem;
        padding: .25rem .25rem .1rem
    }
}

@media (hover:hover) {
    .form-content-wrapper .form-wrap form .gfield input[type=email]:hover, .form-content-wrapper .form-wrap form .gfield input[type=number]:hover, .form-content-wrapper .form-wrap form .gfield input[type=tel]:hover, .form-content-wrapper .form-wrap form .gfield input[type=text]:hover, .form-content-wrapper .form-wrap form .gfield input[type=url]:hover {
        background: #2a272f
    }
}

.form-content-wrapper .form-wrap form .gfield input[type=email]:focus, .form-content-wrapper .form-wrap form .gfield input[type=number]:focus, .form-content-wrapper .form-wrap form .gfield input[type=tel]:focus, .form-content-wrapper .form-wrap form .gfield input[type=text]:focus, .form-content-wrapper .form-wrap form .gfield input[type=url]:focus {
    background: #2a272f;
    border-color: #71eac6
}

.form-content-wrapper .form-wrap form .gfield input::-webkit-inner-spin-button, .form-content-wrapper .form-wrap form .gfield input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.form-content-wrapper .form-wrap form .gfield input[type=number] {
    -moz-appearance: textfield
}

.form-content-wrapper .form-wrap form .gfield .ginput_container_radio {
    position: relative;
    width: 100%
}

.form-content-wrapper .form-wrap form .gfield .ginput_container_radio .gchoice {
    display: inline-block;
    position: relative;
    width: 49%;
    margin-bottom: 2.941vw
}

@media screen and (min-width:651px) {
    .form-content-wrapper .form-wrap form .gfield .ginput_container_radio .gchoice:last-child, .form-content-wrapper .form-wrap form .gfield .ginput_container_radio .gchoice:nth-child(odd):nth-last-child(-n+2), .form-content-wrapper .form-wrap form .gfield .ginput_container_radio .gchoice:nth-child(odd):nth-last-child(-n+2)~.form-content-wrapper .form-wrap form .gfield .ginput_container_radio .gchoice {
        margin-bottom: 0
    }
}

@media screen and (min-width:1700px) {
    .form-content-wrapper .form-wrap form .gfield .ginput_container_radio .gchoice {
        margin-bottom: .5rem
    }
}

@media screen and (max-width:991px) {
    .form-content-wrapper .form-wrap form .gfield .ginput_container_radio .gchoice {
        margin-bottom: 4.036vw
    }
}

@media screen and (max-width:767px) {
    .form-content-wrapper .form-wrap form .gfield .ginput_container_radio .gchoice {
        margin-bottom: .4rem
    }
}

@media screen and (max-width:650px) {
    .form-content-wrapper .form-wrap form .gfield .ginput_container_radio .gchoice {
        width: 100%
    }
}

.form-content-wrapper .form-wrap form .gfield .ginput_container_radio label {
    position: relative;
    display: block;
    width: 100%;
    font-family: ABC Normal, "sans-serif";
    font-weight: 400;
    font-size: 1.765vw;
    line-height: 2.118vw;
    letter-spacing: -.01em;
    padding: 1.235vw 3.529vw 1.235vw 2.941vw;
    color: rgba(190, 224, 214, .5);
    background: transparent;
    border: none;
    outline: none;
    border-bottom: .02rem solid rgba(190, 224, 214, .2);
    border-radius: 0;
    transition: background .4s cubic-bezier(.65, .05, .36, 1), border .4s cubic-bezier(.65, .05, .36, 1), color .4s cubic-bezier(.65, .05, .36, 1);
    max-width: 100%
}

@media screen and (min-width:1700px) {
    .form-content-wrapper .form-wrap form .gfield .ginput_container_radio label {
        font-size: .3rem;
        line-height: .36rem;
        padding: .21rem .6rem .21rem .5rem
    }
}

@media screen and (max-width:991px) {
    .form-content-wrapper .form-wrap form .gfield .ginput_container_radio label {
        font-size: 2.22vw;
        line-height: 2.825vw;
        padding: 2.321vw 4.036vw 2.321vw 3.532vw
    }
}

@media screen and (max-width:767px) {
    .form-content-wrapper .form-wrap form .gfield .ginput_container_radio label {
        font-size: .18rem;
        line-height: .28rem;
        padding: .18rem .3rem .18rem .25rem
    }
}

@media (hover:hover) {
    .form-content-wrapper .form-wrap form .gfield .ginput_container_radio label:hover {
        background: #2a272f;
        color: #fff
    }
}

.form-content-wrapper .form-wrap form .gfield .ginput_container_radio label:focus {
    background: #2a272f;
    color: #fff;
    border-color: #71eac6
}

.form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=radio] {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3.824vw
}

@media screen and (min-width:1700px) {
    .form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=radio] {
        right: .65rem
    }
}

@media screen and (max-width:991px) {
    .form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=radio] {
        right: 4.036vw
    }
}

@media screen and (max-width:767px) {
    .form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=radio] {
        right: .38rem
    }
}

.form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=radio]+label, .form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=radio]+span {
    position: relative;
    cursor: pointer;
    transition: all .4s;
    text-align: left
}

.form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=radio]+label:before, .form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=radio]+span:before {
    content: "";
    position: absolute;
    height: 1.529vw;
    width: 1.529vw;
    right: 1.765vw;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #45494e;
    transition: all .4s;
    opacity: 1;
    transition: background .4s cubic-bezier(.65, .05, .36, 1), border .4s cubic-bezier(.65, .05, .36, 1), color .4s cubic-bezier(.65, .05, .36, 1);
    border-radius: 100%
}

@media screen and (min-width:1700px) {
    .form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=radio]+label:before, .form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=radio]+span:before {
        width: .26rem;
        height: .26rem;
        right: .3rem
    }
}

@media screen and (max-width:991px) {
    .form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=radio]+label:before, .form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=radio]+span:before {
        width: 2.22vw;
        height: 2.22vw;
        right: 1.009vw
    }
}

@media screen and (max-width:767px) {
    .form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=radio]+label:before, .form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=radio]+span:before {
        width: .2rem;
        height: .2rem;
        right: .18rem
    }
}

.form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=radio]:checked+label, .form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=radio]:checked+span {
    background: #2a272f;
    color: #fff;
    border-color: #71eac6
}

.form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=radio]:checked+label:before, .form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=radio]:checked+span:before {
    background: #71eac6
}

.form-content-wrapper .form-wrap form .gfield .gfield_checkbox, .form-content-wrapper .form-wrap form .gfield .ginput_container_consent, .form-content-wrapper .form-wrap form .gfield .ginput_container_radio {
    position: relative;
    width: 100%
}

.form-content-wrapper .form-wrap form .gfield .gfield_checkbox .gchoice, .form-content-wrapper .form-wrap form .gfield .ginput_container_consent .gchoice, .form-content-wrapper .form-wrap form .gfield .ginput_container_radio .gchoice {
    display: inline-block;
    position: relative;
    width: 49%;
    margin-bottom: 2.941vw
}

@media screen and (min-width:651px) {
    .form-content-wrapper .form-wrap form .gfield .gfield_checkbox .gchoice:last-child, .form-content-wrapper .form-wrap form .gfield .gfield_checkbox .gchoice:nth-child(odd):nth-last-child(-n+2), .form-content-wrapper .form-wrap form .gfield .gfield_checkbox .gchoice:nth-child(odd):nth-last-child(-n+2)~.form-content-wrapper .form-wrap form .gfield .gfield_checkbox .gchoice, .form-content-wrapper .form-wrap form .gfield .gfield_checkbox .gchoice:nth-child(odd):nth-last-child(-n+2)~.form-content-wrapper .form-wrap form .gfield .ginput_container_consent .gchoice, .form-content-wrapper .form-wrap form .gfield .gfield_checkbox .gchoice:nth-child(odd):nth-last-child(-n+2)~.form-content-wrapper .form-wrap form .gfield .ginput_container_radio .gchoice, .form-content-wrapper .form-wrap form .gfield .ginput_container_consent .gchoice:last-child, .form-content-wrapper .form-wrap form .gfield .ginput_container_consent .gchoice:nth-child(odd):nth-last-child(-n+2), .form-content-wrapper .form-wrap form .gfield .ginput_container_consent .gchoice:nth-child(odd):nth-last-child(-n+2)~.form-content-wrapper .form-wrap form .gfield .gfield_checkbox .gchoice, .form-content-wrapper .form-wrap form .gfield .ginput_container_consent .gchoice:nth-child(odd):nth-last-child(-n+2)~.form-content-wrapper .form-wrap form .gfield .ginput_container_consent .gchoice, .form-content-wrapper .form-wrap form .gfield .ginput_container_consent .gchoice:nth-child(odd):nth-last-child(-n+2)~.form-content-wrapper .form-wrap form .gfield .ginput_container_radio .gchoice, .form-content-wrapper .form-wrap form .gfield .ginput_container_radio .gchoice:last-child, .form-content-wrapper .form-wrap form .gfield .ginput_container_radio .gchoice:nth-child(odd):nth-last-child(-n+2), .form-content-wrapper .form-wrap form .gfield .ginput_container_radio .gchoice:nth-child(odd):nth-last-child(-n+2)~.form-content-wrapper .form-wrap form .gfield .gfield_checkbox .gchoice, .form-content-wrapper .form-wrap form .gfield .ginput_container_radio .gchoice:nth-child(odd):nth-last-child(-n+2)~.form-content-wrapper .form-wrap form .gfield .ginput_container_consent .gchoice, .form-content-wrapper .form-wrap form .gfield .ginput_container_radio .gchoice:nth-child(odd):nth-last-child(-n+2)~.form-content-wrapper .form-wrap form .gfield .ginput_container_radio .gchoice {
        margin-bottom: 0
    }
}

.form-content-wrapper .form-wrap form .gfield .gfield_checkbox .gchoice:before, .form-content-wrapper .form-wrap form .gfield .ginput_container_consent .gchoice:before, .form-content-wrapper .form-wrap form .gfield .ginput_container_radio .gchoice:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #71eac6;
    transition: width .4s cubic-bezier(.65, .05, .36, 1);
    z-index: 1
}

@media (hover:hover) {
    .form-content-wrapper .form-wrap form .gfield .gfield_checkbox .gchoice:hover:before, .form-content-wrapper .form-wrap form .gfield .ginput_container_consent .gchoice:hover:before, .form-content-wrapper .form-wrap form .gfield .ginput_container_radio .gchoice:hover:before {
        width: 100%
    }
}

.form-content-wrapper .form-wrap form .gfield .gfield_checkbox .gchoice:nth-child(odd), .form-content-wrapper .form-wrap form .gfield .ginput_container_consent .gchoice:nth-child(odd), .form-content-wrapper .form-wrap form .gfield .ginput_container_radio .gchoice:nth-child(odd) {
    padding-right: 1.765vw
}

@media (hover:hover) {
    .form-content-wrapper .form-wrap form .gfield .gfield_checkbox .gchoice:nth-child(odd):hover:before, .form-content-wrapper .form-wrap form .gfield .ginput_container_consent .gchoice:nth-child(odd):hover:before, .form-content-wrapper .form-wrap form .gfield .ginput_container_radio .gchoice:nth-child(odd):hover:before {
        width: calc(100% - 1.765vw)
    }
}

@media screen and (min-width:1700px) {
    .form-content-wrapper .form-wrap form .gfield .gfield_checkbox .gchoice:nth-child(odd), .form-content-wrapper .form-wrap form .gfield .ginput_container_consent .gchoice:nth-child(odd), .form-content-wrapper .form-wrap form .gfield .ginput_container_radio .gchoice:nth-child(odd) {
        padding-right: .3rem
    }
}

@media screen and (min-width:1700px) and (hover:hover) {
    .form-content-wrapper .form-wrap form .gfield .gfield_checkbox .gchoice:nth-child(odd):hover:before, .form-content-wrapper .form-wrap form .gfield .ginput_container_consent .gchoice:nth-child(odd):hover:before, .form-content-wrapper .form-wrap form .gfield .ginput_container_radio .gchoice:nth-child(odd):hover:before {
        width: calc(100% - .3rem)
    }
}

@media screen and (max-width:991px) {
    .form-content-wrapper .form-wrap form .gfield .gfield_checkbox .gchoice:nth-child(odd), .form-content-wrapper .form-wrap form .gfield .ginput_container_consent .gchoice:nth-child(odd), .form-content-wrapper .form-wrap form .gfield .ginput_container_radio .gchoice:nth-child(odd) {
        padding-right: 2.018vw
    }
}

@media screen and (max-width:991px) and (hover:hover) {
    .form-content-wrapper .form-wrap form .gfield .gfield_checkbox .gchoice:nth-child(odd):hover:before, .form-content-wrapper .form-wrap form .gfield .ginput_container_consent .gchoice:nth-child(odd):hover:before, .form-content-wrapper .form-wrap form .gfield .ginput_container_radio .gchoice:nth-child(odd):hover:before {
        width: calc(100% - 2.018vw)
    }
}

@media screen and (max-width:767px) {
    .form-content-wrapper .form-wrap form .gfield .gfield_checkbox .gchoice:nth-child(odd), .form-content-wrapper .form-wrap form .gfield .ginput_container_consent .gchoice:nth-child(odd), .form-content-wrapper .form-wrap form .gfield .ginput_container_radio .gchoice:nth-child(odd) {
        padding-right: .15rem
    }
}

@media screen and (max-width:767px) and (hover:hover) {
    .form-content-wrapper .form-wrap form .gfield .gfield_checkbox .gchoice:nth-child(odd):hover:before, .form-content-wrapper .form-wrap form .gfield .ginput_container_consent .gchoice:nth-child(odd):hover:before, .form-content-wrapper .form-wrap form .gfield .ginput_container_radio .gchoice:nth-child(odd):hover:before {
        width: calc(100% - .15rem)
    }
}

@media screen and (max-width:650px) {
    .form-content-wrapper .form-wrap form .gfield .gfield_checkbox .gchoice:nth-child(odd), .form-content-wrapper .form-wrap form .gfield .ginput_container_consent .gchoice:nth-child(odd), .form-content-wrapper .form-wrap form .gfield .ginput_container_radio .gchoice:nth-child(odd) {
        padding-right: 0;
        width: 100%
    }
}

@media screen and (max-width:650px) and (hover:hover) {
    .form-content-wrapper .form-wrap form .gfield .gfield_checkbox .gchoice:nth-child(odd):hover:before, .form-content-wrapper .form-wrap form .gfield .ginput_container_consent .gchoice:nth-child(odd):hover:before, .form-content-wrapper .form-wrap form .gfield .ginput_container_radio .gchoice:nth-child(odd):hover:before {
        width: 100%
    }
}

.form-content-wrapper .form-wrap form .gfield .gfield_checkbox .gchoice:nth-child(2n), .form-content-wrapper .form-wrap form .gfield .ginput_container_consent .gchoice:nth-child(2n), .form-content-wrapper .form-wrap form .gfield .ginput_container_radio .gchoice:nth-child(2n) {
    padding-right: 0
}

@media screen and (min-width:1700px) {
    .form-content-wrapper .form-wrap form .gfield .gfield_checkbox .gchoice, .form-content-wrapper .form-wrap form .gfield .ginput_container_consent .gchoice, .form-content-wrapper .form-wrap form .gfield .ginput_container_radio .gchoice {
        margin-bottom: .5rem
    }
}

@media screen and (max-width:991px) {
    .form-content-wrapper .form-wrap form .gfield .gfield_checkbox .gchoice, .form-content-wrapper .form-wrap form .gfield .ginput_container_consent .gchoice, .form-content-wrapper .form-wrap form .gfield .ginput_container_radio .gchoice {
        margin-bottom: 4.036vw
    }
}

@media screen and (max-width:767px) {
    .form-content-wrapper .form-wrap form .gfield .gfield_checkbox .gchoice, .form-content-wrapper .form-wrap form .gfield .ginput_container_consent .gchoice, .form-content-wrapper .form-wrap form .gfield .ginput_container_radio .gchoice {
        margin-bottom: .4rem
    }
}

@media screen and (max-width:650px) {
    .form-content-wrapper .form-wrap form .gfield .gfield_checkbox .gchoice, .form-content-wrapper .form-wrap form .gfield .ginput_container_consent .gchoice, .form-content-wrapper .form-wrap form .gfield .ginput_container_radio .gchoice {
        width: 100%
    }
}

.form-content-wrapper .form-wrap form .gfield .gfield_checkbox label, .form-content-wrapper .form-wrap form .gfield .ginput_container_consent label, .form-content-wrapper .form-wrap form .gfield .ginput_container_radio label {
    position: relative;
    display: block;
    width: 100%;
    font-family: ABC Normal, "sans-serif";
    font-weight: 400;
    font-size: 1.765vw;
    line-height: 2.118vw;
    letter-spacing: -.01em;
    padding: 1.235vw 3.529vw 1.235vw 2.941vw;
    color: rgba(190, 224, 214, .5);
    background: transparent;
    border: none;
    outline: none;
    border-bottom: .02rem solid rgba(190, 224, 214, .2);
    border-radius: 0;
    transition: background .4s cubic-bezier(.65, .05, .36, 1), border .4s cubic-bezier(.65, .05, .36, 1), color .4s cubic-bezier(.65, .05, .36, 1);
    max-width: 100%
}

@media screen and (min-width:1700px) {
    .form-content-wrapper .form-wrap form .gfield .gfield_checkbox label, .form-content-wrapper .form-wrap form .gfield .ginput_container_consent label, .form-content-wrapper .form-wrap form .gfield .ginput_container_radio label {
        font-size: .3rem;
        line-height: .36rem;
        padding: .21rem .6rem .21rem .5rem
    }
}

@media screen and (max-width:991px) {
    .form-content-wrapper .form-wrap form .gfield .gfield_checkbox label, .form-content-wrapper .form-wrap form .gfield .ginput_container_consent label, .form-content-wrapper .form-wrap form .gfield .ginput_container_radio label {
        font-size: 2.22vw;
        line-height: 2.825vw;
        padding: 2.321vw 4.036vw 2.321vw 3.532vw
    }
}

@media screen and (max-width:767px) {
    .form-content-wrapper .form-wrap form .gfield .gfield_checkbox label, .form-content-wrapper .form-wrap form .gfield .ginput_container_consent label, .form-content-wrapper .form-wrap form .gfield .ginput_container_radio label {
        font-size: .18rem;
        line-height: .28rem;
        padding: .18rem .3rem .18rem .25rem
    }
}

@media (hover:hover) {
    .form-content-wrapper .form-wrap form .gfield .gfield_checkbox label:hover, .form-content-wrapper .form-wrap form .gfield .ginput_container_consent label:hover, .form-content-wrapper .form-wrap form .gfield .ginput_container_radio label:hover {
        background: #2a272f;
        color: #fff
    }
}

.form-content-wrapper .form-wrap form .gfield .gfield_checkbox label:focus, .form-content-wrapper .form-wrap form .gfield .ginput_container_consent label:focus, .form-content-wrapper .form-wrap form .gfield .ginput_container_radio label:focus {
    background: #2a272f;
    color: #fff;
    border-color: #71eac6
}

.form-content-wrapper .form-wrap form .gfield .gfield_checkbox input[type=checkbox], .form-content-wrapper .form-wrap form .gfield .ginput_container_consent input[type=checkbox], .form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=checkbox] {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3.824vw
}

@media screen and (min-width:1700px) {
    .form-content-wrapper .form-wrap form .gfield .gfield_checkbox input[type=checkbox], .form-content-wrapper .form-wrap form .gfield .ginput_container_consent input[type=checkbox], .form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=checkbox] {
        right: .65rem
    }
}

@media screen and (max-width:991px) {
    .form-content-wrapper .form-wrap form .gfield .gfield_checkbox input[type=checkbox], .form-content-wrapper .form-wrap form .gfield .ginput_container_consent input[type=checkbox], .form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=checkbox] {
        right: 4.036vw
    }
}

@media screen and (max-width:767px) {
    .form-content-wrapper .form-wrap form .gfield .gfield_checkbox input[type=checkbox], .form-content-wrapper .form-wrap form .gfield .ginput_container_consent input[type=checkbox], .form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=checkbox] {
        right: .38rem
    }
}

.form-content-wrapper .form-wrap form .gfield .gfield_checkbox input[type=checkbox]+label, .form-content-wrapper .form-wrap form .gfield .gfield_checkbox input[type=checkbox]+span, .form-content-wrapper .form-wrap form .gfield .ginput_container_consent input[type=checkbox]+label, .form-content-wrapper .form-wrap form .gfield .ginput_container_consent input[type=checkbox]+span, .form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=checkbox]+label, .form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=checkbox]+span {
    position: relative;
    cursor: pointer;
    transition: all .4s;
    text-align: left
}

.form-content-wrapper .form-wrap form .gfield .gfield_checkbox input[type=checkbox]+label:before, .form-content-wrapper .form-wrap form .gfield .gfield_checkbox input[type=checkbox]+span:before, .form-content-wrapper .form-wrap form .gfield .ginput_container_consent input[type=checkbox]+label:before, .form-content-wrapper .form-wrap form .gfield .ginput_container_consent input[type=checkbox]+span:before, .form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=checkbox]+label:before, .form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=checkbox]+span:before {
    content: "";
    position: absolute;
    height: 1.529vw;
    width: 1.529vw;
    right: 1.765vw;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #45494e;
    transition: all .4s;
    opacity: 1;
    transition: background .4s cubic-bezier(.65, .05, .36, 1), border .4s cubic-bezier(.65, .05, .36, 1), color .4s cubic-bezier(.65, .05, .36, 1)
}

@media screen and (min-width:1700px) {
    .form-content-wrapper .form-wrap form .gfield .gfield_checkbox input[type=checkbox]+label:before, .form-content-wrapper .form-wrap form .gfield .gfield_checkbox input[type=checkbox]+span:before, .form-content-wrapper .form-wrap form .gfield .ginput_container_consent input[type=checkbox]+label:before, .form-content-wrapper .form-wrap form .gfield .ginput_container_consent input[type=checkbox]+span:before, .form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=checkbox]+label:before, .form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=checkbox]+span:before {
        width: .26rem;
        height: .26rem;
        right: .3rem
    }
}

@media screen and (max-width:991px) {
    .form-content-wrapper .form-wrap form .gfield .gfield_checkbox input[type=checkbox]+label:before, .form-content-wrapper .form-wrap form .gfield .gfield_checkbox input[type=checkbox]+span:before, .form-content-wrapper .form-wrap form .gfield .ginput_container_consent input[type=checkbox]+label:before, .form-content-wrapper .form-wrap form .gfield .ginput_container_consent input[type=checkbox]+span:before, .form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=checkbox]+label:before, .form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=checkbox]+span:before {
        width: 2.22vw;
        height: 2.22vw;
        right: 1.009vw
    }
}

@media screen and (max-width:767px) {
    .form-content-wrapper .form-wrap form .gfield .gfield_checkbox input[type=checkbox]+label:before, .form-content-wrapper .form-wrap form .gfield .gfield_checkbox input[type=checkbox]+span:before, .form-content-wrapper .form-wrap form .gfield .ginput_container_consent input[type=checkbox]+label:before, .form-content-wrapper .form-wrap form .gfield .ginput_container_consent input[type=checkbox]+span:before, .form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=checkbox]+label:before, .form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=checkbox]+span:before {
        width: .2rem;
        height: .2rem;
        right: .18rem
    }
}

.form-content-wrapper .form-wrap form .gfield .gfield_checkbox input[type=checkbox]+label:after, .form-content-wrapper .form-wrap form .gfield .gfield_checkbox input[type=checkbox]+span:after, .form-content-wrapper .form-wrap form .gfield .ginput_container_consent input[type=checkbox]+label:after, .form-content-wrapper .form-wrap form .gfield .ginput_container_consent input[type=checkbox]+span:after, .form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=checkbox]+label:after, .form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=checkbox]+span:after {
    content: "";
    display: block;
    width: .941vw;
    height: .765vw;
    position: absolute;
    right: 2.059vw;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s cubic-bezier(.65, .05, .36, 1), visibility .4s cubic-bezier(.65, .05, .36, 1), background-image .4s cubic-bezier(.65, .05, .36, 1);
    background-image: url(data:image/x-icon;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACuSURBVHgBnZDBDcIwDEXtMARii94RO3QDGMGdgLBBN4ANYAMOkF4Zo0p2qEwTKUVUaev0Hyxb+u/rywArRM4UcVeQKWrNCQE/1L60vzEb3uA13tx1F3GDMRykFIsapGBm1vV2/2tAtilz4VDCj8q+b4hwj4+Rwl7oYUB1HAz9Y+rdQUvgEJAy9m0ezFAuwcE7VVUCDwFzIXPwX0AqZAlOyodUrmGy5gxrRe5ZSL1fjOJw/dWiO3cAAAAASUVORK5CYII=);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%
}

@media screen and (min-width:1700px) {
    .form-content-wrapper .form-wrap form .gfield .gfield_checkbox input[type=checkbox]+label:after, .form-content-wrapper .form-wrap form .gfield .gfield_checkbox input[type=checkbox]+span:after, .form-content-wrapper .form-wrap form .gfield .ginput_container_consent input[type=checkbox]+label:after, .form-content-wrapper .form-wrap form .gfield .ginput_container_consent input[type=checkbox]+span:after, .form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=checkbox]+label:after, .form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=checkbox]+span:after {
        width: .16rem;
        height: .13rem;
        right: .35rem
    }
}

@media screen and (max-width:991px) {
    .form-content-wrapper .form-wrap form .gfield .gfield_checkbox input[type=checkbox]+label:after, .form-content-wrapper .form-wrap form .gfield .gfield_checkbox input[type=checkbox]+span:after, .form-content-wrapper .form-wrap form .gfield .ginput_container_consent input[type=checkbox]+label:after, .form-content-wrapper .form-wrap form .gfield .ginput_container_consent input[type=checkbox]+span:after, .form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=checkbox]+label:after, .form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=checkbox]+span:after {
        width: 1.413vw;
        height: 1.11vw;
        right: 1.413vw
    }
}

@media screen and (max-width:767px) {
    .form-content-wrapper .form-wrap form .gfield .gfield_checkbox input[type=checkbox]+label:after, .form-content-wrapper .form-wrap form .gfield .gfield_checkbox input[type=checkbox]+span:after, .form-content-wrapper .form-wrap form .gfield .ginput_container_consent input[type=checkbox]+label:after, .form-content-wrapper .form-wrap form .gfield .ginput_container_consent input[type=checkbox]+span:after, .form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=checkbox]+label:after, .form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=checkbox]+span:after {
        width: .12rem;
        height: .1rem;
        right: .23rem
    }
}

.form-content-wrapper .form-wrap form .gfield .gfield_checkbox input[type=checkbox]:checked+label, .form-content-wrapper .form-wrap form .gfield .gfield_checkbox input[type=checkbox]:checked+span, .form-content-wrapper .form-wrap form .gfield .ginput_container_consent input[type=checkbox]:checked+label, .form-content-wrapper .form-wrap form .gfield .ginput_container_consent input[type=checkbox]:checked+span, .form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=checkbox]:checked+label, .form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=checkbox]:checked+span {
    background: #2a272f;
    color: #fff;
    border-color: #71eac6
}

.form-content-wrapper .form-wrap form .gfield .gfield_checkbox input[type=checkbox]:checked+label:after, .form-content-wrapper .form-wrap form .gfield .gfield_checkbox input[type=checkbox]:checked+span:after, .form-content-wrapper .form-wrap form .gfield .ginput_container_consent input[type=checkbox]:checked+label:after, .form-content-wrapper .form-wrap form .gfield .ginput_container_consent input[type=checkbox]:checked+span:after, .form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=checkbox]:checked+label:after, .form-content-wrapper .form-wrap form .gfield .ginput_container_radio input[type=checkbox]:checked+span:after {
    opacity: 1;
    visibility: visible
}

.form-content-wrapper .form-wrap form .gfield legend.gfield_label {
    position: relative;
    left: unset;
    top: unset
}

.form-content-wrapper .form-wrap form .gfield.date .gfield_label {
    font-size: .941vw;
    line-height: 1.176vw;
    letter-spacing: 0;
    top: 1vw;
    color: #3a383e
}

@media screen and (min-width:1700px) {
    .form-content-wrapper .form-wrap form .gfield.date .gfield_label {
        font-size: .16rem;
        line-height: .2rem;
        letter-spacing: 0;
        top: .17rem
    }
}

@media screen and (max-width:991px) {
    .form-content-wrapper .form-wrap form .gfield.date .gfield_label {
        font-size: 1.413vw;
        line-height: 1.816vw;
        top: 1.514vw
    }
}

@media screen and (max-width:767px) {
    .form-content-wrapper .form-wrap form .gfield.date .gfield_label {
        font-size: .12rem;
        line-height: .16rem;
        top: .12rem
    }
}

.form-content-wrapper .form-wrap form .gfield.time .ginput_container_time {
    max-width: 90px;
    min-width: 90px
}

.form-content-wrapper .form-wrap form .gfield.time input[type=number] {
    padding-left: .1rem;
    padding-right: .1rem;
    text-align: center
}

.form-content-wrapper .form-wrap form .gfield.fileupload .gfield_label {
    position: relative;
    left: unset;
    top: unset;
    font-size: 1.765vw;
    line-height: 2.118vw;
    color: rgba(190, 224, 214, .5)
}

@media screen and (min-width:1700px) {
    .form-content-wrapper .form-wrap form .gfield.fileupload .gfield_label {
        font-size: .3rem;
        line-height: .36rem
    }
}

@media screen and (max-width:991px) {
    .form-content-wrapper .form-wrap form .gfield.fileupload .gfield_label {
        font-size: 2.22vw;
        line-height: 2.825vw
    }
}

@media screen and (max-width:767px) {
    .form-content-wrapper .form-wrap form .gfield.fileupload .gfield_label {
        font-size: .18rem;
        line-height: .24rem
    }
}

.form-content-wrapper .form-wrap form .gfield.fileupload input[type=file] {
    position: relative;
    display: block;
    width: 100%;
    font-family: ABC Normal, "sans-serif";
    font-weight: 400;
    font-size: 1.059vw;
    line-height: 1.294vw;
    letter-spacing: -.01em;
    color: #fff;
    background: transparent;
    border: none;
    outline: none;
    border-bottom: .02rem solid rgba(190, 224, 214, .2);
    border-radius: 0;
    transition: background .4s cubic-bezier(.65, .05, .36, 1), border .4s cubic-bezier(.65, .05, .36, 1), color .4s cubic-bezier(.65, .05, .36, 1);
    padding-top: 1.235vw;
    padding-bottom: 1.235vw
}

@media screen and (min-width:1700px) {
    .form-content-wrapper .form-wrap form .gfield.fileupload input[type=file] {
        padding-top: .21rem;
        padding-bottom: .21rem;
        font-size: .18rem;
        line-height: .22rem
    }
}

@media screen and (max-width:991px) {
    .form-content-wrapper .form-wrap form .gfield.fileupload input[type=file] {
        padding-top: 2.321vw;
        padding-bottom: 2.321vw;
        font-size: 1.615vw;
        line-height: 2.018vw
    }
}

@media screen and (max-width:767px) {
    .form-content-wrapper .form-wrap form .gfield.fileupload input[type=file] {
        padding-top: .18rem;
        padding-bottom: .18rem;
        font-size: .14rem;
        line-height: .2rem
    }
}

.form-content-wrapper .form-wrap form .gfield.fileupload .gform_button_select_files {
    transition: background-color .5s cubic-bezier(.65, .05, .36, 1);
    display: inline-block;
    position: relative;
    font-size: 1.059vw;
    line-height: 1.271vw;
    letter-spacing: 0;
    font-family: ABC Normal, "sans-serif";
    font-weight: 600;
    color: #254b45;
    text-decoration: none;
    background-color: #71eac6;
    overflow: hidden;
    cursor: pointer;
    border: none;
    outline: none;
    padding: .588vw 1.765vw;
    margin-top: .1rem
}

@media (hover:hover) {
    .form-content-wrapper .form-wrap form .gfield.fileupload .gform_button_select_files:hover {
        background-color: #fff
    }
}

@media screen and (min-width:1700px) {
    .form-content-wrapper .form-wrap form .gfield.fileupload .gform_button_select_files {
        font-size: .18rem;
        line-height: .216rem;
        padding: .1rem .3rem
    }
}

@media screen and (max-width:991px) {
    .form-content-wrapper .form-wrap form .gfield.fileupload .gform_button_select_files {
        font-size: 1.615vw;
        line-height: 2.22vw;
        padding: 1.009vw 2.523vw
    }
}

@media screen and (max-width:767px) {
    .form-content-wrapper .form-wrap form .gfield.fileupload .gform_button_select_files {
        font-size: .18rem;
        line-height: .22rem;
        padding: .07rem .2rem
    }
}

.form-content-wrapper .form-wrap form .gfield.fileupload .gform_drop_area {
    border: .02rem dashed #bee0d6
}

.form-content-wrapper .form-wrap form .gfield.fileupload .gform_drop_instructions, .form-content-wrapper .form-wrap form .gfield.fileupload .gform_fileupload_rules {
    position: relative;
    display: block;
    width: 100%;
    font-family: ABC Normal, "sans-serif";
    font-weight: 400;
    font-size: 1.059vw;
    line-height: 1.294vw;
    letter-spacing: -.01em;
    color: #fff;
    background: transparent;
    border: none;
    outline: none
}

@media screen and (min-width:1700px) {
    .form-content-wrapper .form-wrap form .gfield.fileupload .gform_drop_instructions, .form-content-wrapper .form-wrap form .gfield.fileupload .gform_fileupload_rules {
        font-size: .18rem;
        line-height: .22rem
    }
}

@media screen and (max-width:991px) {
    .form-content-wrapper .form-wrap form .gfield.fileupload .gform_drop_instructions, .form-content-wrapper .form-wrap form .gfield.fileupload .gform_fileupload_rules {
        font-size: 1.615vw;
        line-height: 2.018vw
    }
}

@media screen and (max-width:767px) {
    .form-content-wrapper .form-wrap form .gfield.fileupload .gform_drop_instructions, .form-content-wrapper .form-wrap form .gfield.fileupload .gform_fileupload_rules {
        font-size: .14rem;
        line-height: .2rem
    }
}

.form-content-wrapper .form-wrap form .gfield .select2-container--open .variation-select .select2-selection__arrow:before {
    transform: rotate(180deg)
}

.form-content-wrapper .form-wrap form .gfield .select2-container--focus .variation-select {
    background: #2a272f;
    color: #fff
}

.form-content-wrapper .form-wrap form .gfield .select2-container--focus .variation-select:before {
    width: 100%
}

.form-content-wrapper .form-wrap form .gfield .select2-container--focus .variation-select .select2-selection__rendered {
    color: #fff
}

@media (hover:hover) {
    .form-content-wrapper .form-wrap form .gfield .select2-container--focus .variation-select:hover .select2-selection__rendered {
        color: #fff
    }
}

.form-content-wrapper .form-wrap form .gfield .variation-select {
    position: relative;
    display: block;
    width: 100%;
    font-family: ABC Normal, "sans-serif";
    font-weight: 400;
    font-size: 1.765vw;
    line-height: 2.118vw;
    letter-spacing: -.01em;
    padding: 1.824vw 2.941vw .941vw;
    color: rgba(190, 224, 214, .5);
    background: transparent;
    border: none;
    outline: none;
    border-bottom: .02rem solid rgba(190, 224, 214, .2);
    border-radius: 0;
    transition: background .4s cubic-bezier(.65, .05, .36, 1), border .4s cubic-bezier(.65, .05, .36, 1), color .4s cubic-bezier(.65, .05, .36, 1);
    height: auto;
    min-height: 5vw
}

@media (hover:hover) {
    .form-content-wrapper .form-wrap form .gfield .variation-select:hover:before {
        width: 100%
    }
}

.form-content-wrapper .form-wrap form .gfield .variation-select:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background: #71eac6;
    transition: width .4s cubic-bezier(.65, .05, .36, 1);
    z-index: 2
}

@media screen and (min-width:1700px) {
    .form-content-wrapper .form-wrap form .gfield .variation-select {
        font-size: .3rem;
        line-height: .36rem;
        padding: .31rem .5rem .16rem;
        min-height: .85rem
    }
}

@media screen and (max-width:991px) {
    .form-content-wrapper .form-wrap form .gfield .variation-select {
        font-size: 2.22vw;
        line-height: 2.825vw;
        padding: 3.027vw 3.532vw 1.514vw;
        min-height: 7.568vw
    }
}

@media screen and (max-width:767px) {
    .form-content-wrapper .form-wrap form .gfield .variation-select {
        font-size: .18rem;
        line-height: .28rem;
        padding: .25rem .25rem .1rem;
        min-height: .65rem
    }
}

@media (hover:hover) {
    .form-content-wrapper .form-wrap form .gfield .variation-select:hover {
        background: #2a272f
    }
}

.form-content-wrapper .form-wrap form .gfield .variation-select .select2-selection__rendered {
    padding: 0;
    font-family: ABC Normal, "sans-serif";
    font-weight: 400;
    font-size: 1.765vw;
    line-height: 2.118vw;
    letter-spacing: -.01em;
    color: #fff;
    transition: background .4s cubic-bezier(.65, .05, .36, 1), border .4s cubic-bezier(.65, .05, .36, 1), color .4s cubic-bezier(.65, .05, .36, 1)
}

@media screen and (min-width:1700px) {
    .form-content-wrapper .form-wrap form .gfield .variation-select .select2-selection__rendered {
        font-size: .3rem;
        line-height: .36rem
    }
}

@media screen and (max-width:991px) {
    .form-content-wrapper .form-wrap form .gfield .variation-select .select2-selection__rendered {
        font-size: 2.22vw;
        line-height: 2.825vw
    }
}

@media screen and (max-width:767px) {
    .form-content-wrapper .form-wrap form .gfield .variation-select .select2-selection__rendered {
        font-size: .18rem;
        line-height: .28rem
    }
}

.form-content-wrapper .form-wrap form .gfield .variation-select .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
    right: 1.765vw;
    width: 18px;
    height: 12px
}

@media screen and (min-width:1700px) {
    .form-content-wrapper .form-wrap form .gfield .variation-select .select2-selection__arrow {
        right: .3rem
    }
}

@media screen and (max-width:991px) {
    .form-content-wrapper .form-wrap form .gfield .variation-select .select2-selection__arrow {
        right: 1.009vw
    }
}

@media screen and (max-width:767px) {
    .form-content-wrapper .form-wrap form .gfield .variation-select .select2-selection__arrow {
        right: .18rem
    }
}

.form-content-wrapper .form-wrap form .gfield .variation-select .select2-selection__arrow:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 18px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxOCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguOTk5NjEgMTEuNTI1TDAuMjI0NjA5IDIuNzQ5OThMMi40OTk2MSAwLjQ3NDk3Nkw4Ljk5OTYxIDYuOTc0OThMMTUuNDk5NiAwLjQ3NDk3NkwxNy43NzQ2IDIuNzQ5OThMOC45OTk2MSAxMS41MjVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
    transition: transform .4s cubic-bezier(.65, .05, .36, 1), background-image .4s cubic-bezier(.65, .05, .36, 1)
}

.form-content-wrapper .form-wrap form .gfield .variation-select .select2-selection__arrow b {
    display: none
}

@media screen and (max-width:767px) {
    .form-content-wrapper .form-wrap form .select .gfield_label {
        padding-right: .25rem
    }
}

.form-content-wrapper .form-wrap form .gform_footer {
    position: relative;
    display: block;
    width: 100%;
    max-width: 54.706vw;
    border: none;
    padding: 0;
    margin-left: auto;
    margin-top: 2.941vw;
    text-align: right
}

@media screen and (min-width:1700px) {
    .form-content-wrapper .form-wrap form .gform_footer {
        max-width: 9.3rem;
        margin-top: .5rem
    }
}

@media screen and (max-width:991px) {
    .form-content-wrapper .form-wrap form .gform_footer {
        max-width: 68.59vw;
        margin-top: 4.036vw
    }
}

@media screen and (max-width:767px) {
    .form-content-wrapper .form-wrap form .gform_footer {
        max-width: 100%;
        margin-top: .4rem;
        text-align: center
    }
}

.form-content-wrapper .form-wrap form .gform_footer .gform_ajax_spinner {
    position: absolute;
    right: -.24rem;
    top: 50%;
    transform: translateY(-50%)
}

.form-content-wrapper .form-wrap form .gform_footer button[type=submit] {
    transition: background-color .5s cubic-bezier(.65, .05, .36, 1);
    display: inline-block;
    position: relative;
    font-size: 1.059vw;
    line-height: 1.271vw;
    letter-spacing: 0;
    font-family: ABC Normal, "sans-serif";
    font-weight: 600;
    color: #254b45;
    text-decoration: none;
    background-color: #71eac6;
    overflow: hidden;
    cursor: pointer;
    border: none;
    outline: none
}

.form-content-wrapper .form-wrap form .gform_footer button[type=submit] span {
    transition: transform 1.2s cubic-bezier(.19, 1, .22, 1);
    transform: translateZ(0) skewY(0deg);
    transform-origin: 0 50%;
    display: block;
    position: relative;
    padding: 1.118vw 2.824vw
}

.form-content-wrapper .form-wrap form .gform_footer button[type=submit]:after {
    content: attr(data-text);
    transition: transform 1.2s cubic-bezier(.19, 1, .22, 1);
    transform: translate3d(0, 120%, 0) skewY(7deg);
    transform-origin: 0 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 1.118vw 2.824vw
}

@media screen and (min-width:1700px) {
    .form-content-wrapper .form-wrap form .gform_footer button[type=submit] {
        font-size: .18rem;
        line-height: .216rem
    }

    .form-content-wrapper .form-wrap form .gform_footer button[type=submit]:after, .form-content-wrapper .form-wrap form .gform_footer button[type=submit] span {
        padding: .19rem .48rem
    }
}

@media screen and (max-width:991px) {
    .form-content-wrapper .form-wrap form .gform_footer button[type=submit] {
        font-size: 1.615vw;
        line-height: 2.22vw
    }

    .form-content-wrapper .form-wrap form .gform_footer button[type=submit]:after, .form-content-wrapper .form-wrap form .gform_footer button[type=submit] span {
        padding: 1.514vw 5.045vw
    }
}

@media screen and (max-width:767px) {
    .form-content-wrapper .form-wrap form .gform_footer button[type=submit] {
        font-size: .18rem;
        line-height: .22rem;
        width: 100%;
        text-align: center;
        max-width: 3.1rem
    }

    .form-content-wrapper .form-wrap form .gform_footer button[type=submit]:after, .form-content-wrapper .form-wrap form .gform_footer button[type=submit] span {
        padding: .15rem .48rem
    }
}

.form-content-wrapper .form-wrap form .gform_footer button[type=submit]:hover {
    background-color: #fff
}

.form-content-wrapper .form-wrap form .gform_footer button[type=submit]:hover span {
    transform: translate3d(0, -120%, 0) skewY(7deg)
}

.form-content-wrapper .form-wrap form .gform_footer button[type=submit]:hover:after {
    transform: translateZ(0) skewY(0deg)
}

.form-content-wrapper .form-wrap form .ginput_complex label {
    font-family: ABC Normal, "sans-serif";
    font-weight: 400;
    font-size: 1.765vw;
    line-height: 2.118vw;
    letter-spacing: -.01em;
    color: rgba(190, 224, 214, .5);
    background: transparent;
    border: none;
    outline: none;
    padding-bottom: 0;
    margin-bottom: 0;
    z-index: 5;
    transition: font-size .4s cubic-bezier(.65, .05, .36, 1), line-height .4s cubic-bezier(.65, .05, .36, 1), color .4s cubic-bezier(.65, .05, .36, 1), top .4s cubic-bezier(.65, .05, .36, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media screen and (min-width:1700px) {
    .form-content-wrapper .form-wrap form .ginput_complex label {
        width: calc(100% - 1rem);
        font-size: .3rem;
        line-height: .36rem
    }
}

@media screen and (max-width:991px) {
    .form-content-wrapper .form-wrap form .ginput_complex label {
        font-size: 2.22vw;
        line-height: 2.825vw;
        width: calc(100% - 7.064vw)
    }
}

@media screen and (max-width:767px) {
    .form-content-wrapper .form-wrap form .ginput_complex label {
        font-size: .18rem;
        line-height: .28rem;
        width: calc(100% - .5rem)
    }
}

.form-content-wrapper .form-wrap form .ginput_complex label .gfield_required {
    display: none
}

@media screen and (min-width:1700px) {
    .form-content-wrapper .form-wrap {
        margin-top: 1.7rem;
        margin-bottom: 1.1rem
    }
}

@media screen and (max-width:767px) {
    .form-content-wrapper .form-wrap {
        margin-top: .6rem;
        margin-bottom: .6rem
    }
}

input:-webkit-autofill, input:-webkit-autofill:focus, input:-webkit-autofill:hover, select:-webkit-autofill, select:-webkit-autofill:focus, select:-webkit-autofill:hover, textarea:-webkit-autofill, textarea:-webkit-autofill:focus, textarea:-webkit-autofill:hover {
    border: none;
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0 1000px #2a272f inset;
    background-color: #2a272f;
    -webkit-transition: background-color .4s cubic-bezier(.65, .05, .36, 1);
    transition: background-color .4s cubic-bezier(.65, .05, .36, 1)
}

#page-wrapper.light-mode input:-webkit-autofill, #page-wrapper.light-mode input:-webkit-autofill:focus, #page-wrapper.light-mode input:-webkit-autofill:hover, #page-wrapper.light-mode select:-webkit-autofill, #page-wrapper.light-mode select:-webkit-autofill:focus, #page-wrapper.light-mode select:-webkit-autofill:hover, #page-wrapper.light-mode textarea:-webkit-autofill, #page-wrapper.light-mode textarea:-webkit-autofill:focus, #page-wrapper.light-mode textarea:-webkit-autofill:hover {
    border: none;
    -webkit-text-fill-color: #254b45;
    -webkit-box-shadow: 0 0 0 1000px #d4e4e1 inset;
    background-color: #d4e4e1;
    -webkit-transition: background-color .4s cubic-bezier(.65, .05, .36, 1);
    transition: background-color .4s cubic-bezier(.65, .05, .36, 1)
}

.gform-theme-datepicker:not(.gform-legacy-datepicker), .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar td, .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar th span, .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header select {
    font-size: 14px !important
}

.select2-dropdown.variation-dropdown {
    font-family: ABC Normal, "sans-serif" !important;
    font-weight: 400 !important;
    font-size: 1.059vw !important;
    line-height: 1.294vw !important;
    letter-spacing: -.01em !important;
    color: rgba(190, 224, 214, .5) !important;
    border-radius: 0 !important;
    outline: none !important
}

@media screen and (min-width:1700px) {
    .select2-dropdown.variation-dropdown {
        font-size: .18rem !important;
        line-height: .22rem !important
    }
}

@media screen and (max-width:991px) {
    .select2-dropdown.variation-dropdown {
        font-size: 1.615vw !important;
        line-height: 2.018vw !important
    }
}

@media screen and (max-width:767px) {
    .select2-dropdown.variation-dropdown {
        font-size: .14rem !important;
        line-height: .2rem !important
    }
}

.select2-dropdown.variation-dropdown .select2-results__options {
    max-height: 400px !important
}

.select2-dropdown.variation-dropdown .select2-results__option {
    font-family: ABC Normal, "sans-serif" !important;
    font-weight: 400 !important;
    font-size: 1.059vw !important;
    line-height: 1.294vw !important;
    letter-spacing: -.01em !important;
    color: rgba(190, 224, 214, .5) !important;
    border-radius: 0 !important;
    outline: none !important;
    padding: .882vw 2.941vw !important;
    background: #27232c !important;
    transition: color .4s cubic-bezier(.65, .05, .36, 1), background .4s cubic-bezier(.65, .05, .36, 1) !important
}

@media screen and (min-width:1700px) {
    .select2-dropdown.variation-dropdown .select2-results__option {
        font-size: .18rem !important;
        line-height: .22rem !important;
        padding: .15rem .5rem !important
    }
}

@media screen and (max-width:991px) {
    .select2-dropdown.variation-dropdown .select2-results__option {
        font-size: 1.615vw !important;
        line-height: 2.018vw !important;
        padding: 1.009vw 3.532vw !important
    }
}

@media screen and (max-width:767px) {
    .select2-dropdown.variation-dropdown .select2-results__option {
        font-size: .14rem !important;
        line-height: .2rem !important;
        padding: .1rem .25rem !important
    }
}

.select2-dropdown.variation-dropdown .select2-results__option--highlighted, .select2-dropdown.variation-dropdown .select2-results__option--selected {
    color: #fff !important;
    background-color: #2a272f !important
}

#page-wrapper.light-mode .select2-dropdown.variation-dropdown {
    color: #254b45 !important
}

#page-wrapper.light-mode .select2-dropdown.variation-dropdown .select2-results__option {
    color: #254b45 !important;
    background: #e1eeec !important
}

#page-wrapper.light-mode .select2-dropdown.variation-dropdown .select2-results__option--highlighted, #page-wrapper.light-mode .select2-dropdown.variation-dropdown .select2-results__option--selected {
    color: #254b45 !important;
    background-color: #d4e4e1 !important
}

.custom-confirmation-message .title-2xl, .custom-confirmation-message .title-4xl {
    margin-bottom: 2.353vw
}

@media screen and (min-width:1700px) {
    .custom-confirmation-message .title-2xl, .custom-confirmation-message .title-4xl {
        margin-bottom: .4rem
    }
}

@media screen and (max-width:991px) {
    .custom-confirmation-message .title-2xl, .custom-confirmation-message .title-4xl {
        margin-bottom: 3.027vw
    }
}

@media screen and (max-width:767px) {
    .custom-confirmation-message .title-2xl, .custom-confirmation-message .title-4xl {
        margin-bottom: .4rem
    }
}

.custom-confirmation-message .line-text {
    margin-bottom: 3.529vw
}

@media screen and (min-width:1700px) {
    .custom-confirmation-message .line-text {
        margin-bottom: .6rem
    }
}

@media screen and (max-width:991px) {
    .custom-confirmation-message .line-text {
        margin-bottom: 4.036vw
    }
}

@media screen and (max-width:767px) {
    .custom-confirmation-message .line-text {
        margin-bottom: .4rem
    }
}

.custom-confirmation-message .line {
    margin-bottom: 2.941vw
}

.custom-confirmation-message .line, .custom-confirmation-message .line:after {
    background-color: rgba(190, 224, 214, .2)
}

@media screen and (min-width:1700px) {
    .custom-confirmation-message .line {
        margin-bottom: .5rem
    }
}

@media screen and (max-width:991px) {
    .custom-confirmation-message .line {
        margin-bottom: 4.036vw
    }
}

@media screen and (max-width:767px) {
    .custom-confirmation-message .line {
        margin-bottom: .4rem
    }
}

.custom-confirmation-message .custom-text {
    width: 100%;
    max-width: 33.529vw;
    margin-left: auto
}

.custom-confirmation-message .custom-text .text {
    margin-bottom: 3.529vw
}

@media screen and (min-width:1700px) {
    .custom-confirmation-message .custom-text {
        max-width: 5.7rem
    }

    .custom-confirmation-message .custom-text .text {
        margin-bottom: .6rem
    }
}

@media screen and (max-width:991px) {
    .custom-confirmation-message .custom-text {
        max-width: 50.454vw
    }

    .custom-confirmation-message .custom-text .text {
        margin-bottom: 4.036vw
    }
}

@media screen and (max-width:767px) {
    .custom-confirmation-message .custom-text {
        max-width: 100%
    }

    .custom-confirmation-message .custom-text .text {
        margin-bottom: .4rem
    }
}

.custom-confirmation-message .user {
    display: flex;
    position: relative;
    justify-content: flex-end
}

.custom-confirmation-message .user .user-inner {
    display: flex;
    align-items: center;
    margin-left: 1.824vw
}

.custom-confirmation-message .user .image {
    display: block;
    aspect-ratio: 1/1;
    width: 3.294vw;
    height: auto
}

.custom-confirmation-message .user .name {
    transition: color .6s cubic-bezier(.65, .05, .36, 1);
    font-size: .941vw;
    line-height: 1.529vw;
    letter-spacing: 0;
    font-weight: 500;
    color: #bee0d6
}

.custom-confirmation-message .user .name span {
    display: block;
    font-weight: 300;
    line-height: 1.294vw;
    margin-top: .02rem
}

@media screen and (min-width:1700px) {
    .custom-confirmation-message .user-inner {
        margin-left: .31rem
    }

    .custom-confirmation-message .user .image {
        width: .56rem
    }

    .custom-confirmation-message .user .name {
        font-size: .16rem;
        line-height: .26rem
    }

    .custom-confirmation-message .user .name span {
        line-height: .22rem
    }
}

@media screen and (max-width:991px) {
    .custom-confirmation-message .user .image {
        width: 5.045vw
    }

    .custom-confirmation-message .user .user-inner {
        margin-left: 2.523vw
    }

    .custom-confirmation-message .user .name {
        font-size: 1.413vw;
        line-height: 2.422vw
    }

    .custom-confirmation-message .user .name span {
        line-height: 2.018vw
    }
}

@media screen and (max-width:767px) {
    .custom-confirmation-message .user .image {
        width: .45rem
    }

    .custom-confirmation-message .user .user-inner {
        margin-left: .15rem
    }

    .custom-confirmation-message .user .name {
        font-size: .14rem;
        line-height: .2rem
    }

    .custom-confirmation-message .user .name span {
        line-height: .18rem
    }
}

#page-wrapper.light-mode .contact-boxes .box-item.dark .contact-item .text {
    color: #fff
}

#page-wrapper.light-mode .contact-boxes .box-item.white .contact-item .text {
    color: #254b45
}

.contact-boxes {
    margin-bottom: 10.588vw
}

.contact-boxes .box-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -.118vw;
    position: relative;
    z-index: 2
}

.contact-boxes .box-col {
    width: 50%;
    padding-left: .118vw;
    padding-bottom: .118vw
}

.contact-boxes .box-item {
    padding: 3.529vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.contact-boxes .box-item.dark {
    background: #254b45
}

.contact-boxes .box-item.dark .box-title {
    color: #bee0d6
}

.contact-boxes .box-item.dark .contact-item .text {
    color: #fff
}

.contact-boxes .box-item.white {
    background: #fff
}

.contact-boxes .box-item.white .box-title, .contact-boxes .box-item.white .contact-item .text {
    color: #254b45
}

.contact-boxes .box-title {
    font-family: ABC Normal, "sans-serif";
    font-weight: 400;
    font-size: 2.176vw;
    line-height: 2.588vw;
    letter-spacing: -.02em;
    color: #bee0d6;
    margin-bottom: 2.059vw;
    transition: color .6s cubic-bezier(.65, .05, .36, 1)
}

.contact-boxes .contact-item {
    text-align: right
}

.contact-boxes .contact-item li {
    display: block
}

.contact-boxes .contact-item li:not(:last-child) {
    margin-bottom: 1.176vw
}

.contact-boxes .contact-item a {
    text-decoration: none;
    position: relative;
    display: inline-block;
    overflow: hidden
}

@media (hover:hover) {
    .contact-boxes .contact-item a:hover:before {
        transform: translateZ(0);
        transition-delay: .15s
    }

    .contact-boxes .contact-item a:hover:after {
        transform: translate3d(200%, 0, 0)
    }
}

.contact-boxes .contact-item a:before {
    transition: background-color .6s cubic-bezier(.65, .05, .36, 1), transform .75s cubic-bezier(.65, .05, .36, 1);
    transform: translate3d(-200%, 0, 0);
    transition-delay: 0ms
}

.contact-boxes .contact-item a:after, .contact-boxes .contact-item a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: .02rem;
    background-color: #71eac6
}

.contact-boxes .contact-item a:after {
    transition: background-color .6s cubic-bezier(.65, .05, .36, 1), transform .75s cubic-bezier(.65, .05, .36, 1);
    transform: translateZ(0)
}

.contact-boxes .contact-item .text {
    color: #fff;
    font-size: 1.765vw;
    line-height: 2.353vw
}

.contact-boxes .pattern {
    position: absolute;
    top: -24.706vw;
    left: -14.118vw;
    width: 27.059vw;
    height: 38.941vw;
    transform: rotate(270deg)
}

.contact-boxes .pattern svg {
    transition: opacity .6s cubic-bezier(.65, .05, .36, 1);
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (min-width:1700px) {
    .contact-boxes {
        margin-bottom: 1.8rem
    }

    .contact-boxes .box-row {
        margin-left: -.02rem
    }

    .contact-boxes .box-col {
        padding-left: .02rem;
        padding-bottom: .02rem
    }

    .contact-boxes .box-item {
        padding: .6rem
    }

    .contact-boxes .box-title {
        font-size: .37rem;
        line-height: .44rem;
        margin-bottom: .35rem
    }

    .contact-boxes .contact-item li:not(:last-child) {
        margin-bottom: .2rem
    }

    .contact-boxes .contact-item .text {
        color: #fff;
        font-size: .3rem;
        line-height: .4rem
    }

    .contact-boxes .pattern {
        top: -4.2rem;
        left: -2.4rem;
        width: 4.6rem;
        height: 6.62rem
    }
}

@media screen and (max-width:991px) {
    .contact-boxes {
        margin-bottom: 12.109vw
    }

    .contact-boxes .box-item {
        padding: 4.036vw
    }

    .contact-boxes .box-title {
        font-size: 2.825vw;
        line-height: 3.633vw;
        margin-bottom: 2.523vw
    }

    .contact-boxes .contact-item li:not(:last-child) {
        margin-bottom: 1.514vw
    }

    .contact-boxes .contact-item .text {
        color: #fff;
        font-size: 2.22vw;
        line-height: 3.027vw
    }

    .contact-boxes .pattern {
        width: 32.291vw;
        height: 46.418vw;
        top: -24.218vw;
        left: -12.614vw
    }
}

@media screen and (max-width:767px) {
    .contact-boxes {
        margin-bottom: .8rem
    }

    .contact-boxes .box-row {
        margin-left: 0
    }

    .contact-boxes .box-col {
        padding-left: 0;
        padding-bottom: .02rem;
        width: 100%
    }

    .contact-boxes .box-item {
        padding: .3rem;
        width: 100%;
        max-width: 4.5rem;
        margin: 0 auto
    }

    .contact-boxes .box-title {
        font-size: .24rem;
        line-height: .32rem;
        margin-bottom: .3rem
    }

    .contact-boxes .contact-item li:not(:last-child) {
        margin-bottom: .1rem
    }

    .contact-boxes .contact-item .text {
        color: #fff;
        font-size: .2rem;
        line-height: .3rem
    }

    .contact-boxes .pattern {
        width: 2rem;
        height: 2.86rem;
        top: -1.23rem;
        left: -.34rem
    }
}

#page-wrapper.dark-mode .user-content a, #page-wrapper.dark-mode .user-content blockquote p, #page-wrapper.dark-mode .user-content h1, #page-wrapper.dark-mode .user-content h2, #page-wrapper.dark-mode .user-content h3, #page-wrapper.dark-mode .user-content h4, #page-wrapper.dark-mode .user-content h5, #page-wrapper.dark-mode .user-content h6, #page-wrapper.dark-mode .user-content ol li, #page-wrapper.dark-mode .user-content p, #page-wrapper.dark-mode .user-content ul li {
    color: #bee0d6
}

#page-wrapper.dark-mode .user-content table {
    border: 1px solid #bee0d6
}

#page-wrapper.dark-mode .user-content table td, #page-wrapper.dark-mode .user-content table th {
    border: 1px solid #bee0d6;
    color: #bee0d6
}

.user-content {
    position: relative;
    padding: 7.647vw 3.529vw
}

@media screen and (min-width:1700px) {
    .user-content {
        padding: 1.3rem .6rem
    }
}

@media screen and (max-width:767px) {
    .user-content {
        padding: .5rem 0
    }

    .user-content.no-mobile-bottom {
        padding-bottom: 0
    }

    .user-content.no-mobile-top {
        padding-top: 0
    }
}

.user-content img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    margin-bottom: 2.353vw
}

@media screen and (min-width:1700px) {
    .user-content img {
        margin-bottom: .4rem
    }
}

@media screen and (max-width:991px) {
    .user-content img {
        margin-bottom: 3.027vw
    }
}

@media screen and (max-width:767px) {
    .user-content img {
        margin-bottom: .2rem
    }
}

.user-content h1 {
    font-size: 4.118vw;
    line-height: 5vw;
    letter-spacing: -.04em;
    color: #27232c;
    margin-bottom: 2.941vw;
    transition: color .6s cubic-bezier(.65, .05, .36, 1)
}

@media screen and (min-width:1700px) {
    .user-content h1 {
        font-size: .7rem;
        line-height: .85rem;
        margin-bottom: .5rem
    }
}

@media screen and (max-width:991px) {
    .user-content h1 {
        font-size: 4.642vw;
        line-height: 5.651vw;
        margin-bottom: 3.532vw
    }
}

@media screen and (max-width:767px) {
    .user-content h1 {
        font-size: .32rem;
        line-height: .42rem;
        margin-bottom: .3rem
    }
}

.user-content h2 {
    font-size: 2.941vw;
    line-height: 3.529vw;
    letter-spacing: -.04em;
    font-weight: 400;
    color: #27232c;
    margin-bottom: 2.941vw;
    transition: color .6s cubic-bezier(.65, .05, .36, 1)
}

@media screen and (min-width:1700px) {
    .user-content h2 {
        font-size: .5rem;
        line-height: .6rem;
        margin-bottom: .5rem
    }
}

@media screen and (max-width:991px) {
    .user-content h2 {
        font-size: 3.633vw;
        line-height: 4.642vw;
        margin-bottom: 3.532vw
    }
}

@media screen and (max-width:767px) {
    .user-content h2 {
        font-size: .26rem;
        line-height: .36rem;
        margin-bottom: .3rem
    }
}

.user-content h3 {
    font-size: 2.588vw;
    line-height: 2.824vw;
    letter-spacing: -.02em;
    font-weight: 400;
    color: #27232c;
    margin-bottom: 2.941vw;
    transition: color .6s cubic-bezier(.65, .05, .36, 1)
}

@media screen and (min-width:1700px) {
    .user-content h3 {
        font-size: .44rem;
        line-height: .48rem;
        margin-bottom: .5rem
    }
}

@media screen and (max-width:991px) {
    .user-content h3 {
        font-size: 3.229vw;
        line-height: 4.036vw;
        margin-bottom: 3.532vw
    }
}

@media screen and (max-width:767px) {
    .user-content h3 {
        font-size: .28rem;
        line-height: .36rem;
        margin-bottom: .3rem
    }
}

.user-content h4 {
    font-size: 2.118vw;
    line-height: 2.706vw;
    letter-spacing: -.02em;
    font-weight: 400;
    color: #27232c;
    margin-bottom: 2.941vw;
    transition: color .6s cubic-bezier(.65, .05, .36, 1)
}

@media screen and (min-width:1700px) {
    .user-content h4 {
        font-size: .36rem;
        line-height: .46rem;
        margin-bottom: .5rem
    }
}

@media screen and (max-width:991px) {
    .user-content h4 {
        font-size: 2.624vw;
        line-height: 3.633vw;
        margin-bottom: 3.532vw
    }
}

@media screen and (max-width:767px) {
    .user-content h4 {
        font-size: .24rem;
        line-height: .32rem;
        margin-bottom: .3rem
    }
}

.user-content h5 {
    font-size: 1.765vw;
    line-height: 2.353vw;
    letter-spacing: -.02em;
    font-weight: 400;
    color: #27232c;
    margin-bottom: 2.941vw;
    transition: color .6s cubic-bezier(.65, .05, .36, 1)
}

@media screen and (min-width:1700px) {
    .user-content h5 {
        font-size: .3rem;
        line-height: .4rem;
        margin-bottom: .5rem
    }
}

@media screen and (max-width:991px) {
    .user-content h5 {
        font-size: 2.22vw;
        line-height: 3.027vw;
        margin-bottom: 3.532vw
    }
}

@media screen and (max-width:767px) {
    .user-content h5 {
        font-size: .2rem;
        line-height: .3rem;
        margin-bottom: .3rem
    }
}

.user-content h6 {
    font-size: 1.765vw;
    line-height: 2.353vw;
    letter-spacing: -.02em;
    font-weight: 400;
    color: #27232c;
    margin-bottom: 2.941vw;
    transition: color .6s cubic-bezier(.65, .05, .36, 1)
}

@media screen and (min-width:1700px) {
    .user-content h6 {
        font-size: .3rem;
        line-height: .4rem;
        margin-bottom: .5rem
    }
}

@media screen and (max-width:991px) {
    .user-content h6 {
        font-size: 2.22vw;
        line-height: 3.027vw;
        margin-bottom: 3.532vw
    }
}

@media screen and (max-width:767px) {
    .user-content h6 {
        font-size: .2rem;
        line-height: .3rem;
        margin-bottom: .3rem
    }
}

.user-content p {
    font-size: 1.412vw;
    line-height: 2vw;
    font-weight: 400;
    letter-spacing: 0;
    color: #27232c;
    margin-bottom: 2.353vw;
    transition: color .6s cubic-bezier(.65, .05, .36, 1)
}

@media screen and (min-width:1700px) {
    .user-content p {
        font-size: .24rem;
        line-height: .34rem;
        margin-bottom: .4rem
    }
}

@media screen and (max-width:991px) {
    .user-content p {
        font-size: 1.816vw;
        line-height: 2.422vw;
        margin-bottom: 3.027vw
    }
}

@media screen and (max-width:767px) {
    .user-content p {
        font-size: .16rem;
        line-height: .26rem;
        margin-bottom: .2rem
    }
}

.user-content ol, .user-content ul {
    position: relative;
    padding-bottom: 1.176vw
}

@media screen and (min-width:1700px) {
    .user-content ol, .user-content ul {
        padding-bottom: .2rem
    }
}

@media screen and (max-width:991px) {
    .user-content ol, .user-content ul {
        padding-bottom: .882vw
    }
}

@media screen and (max-width:767px) {
    .user-content ol, .user-content ul {
        padding-bottom: .15rem
    }
}

.user-content ol li, .user-content ul li {
    position: relative;
    font-size: 1.412vw;
    line-height: 2vw;
    font-weight: 400;
    letter-spacing: 0;
    color: #27232c;
    padding-left: 1.824vw;
    margin-bottom: 1.176vw;
    transition: color .6s cubic-bezier(.65, .05, .36, 1)
}

.user-content ol li:before, .user-content ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: .1rem;
    left: 0;
    width: .05rem;
    height: .05rem;
    background-image: url(../../../../../../../../themes/kreativa-web/assets/img/list-2.svg);
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat
}

@media screen and (min-width:1700px) {
    .user-content ol li, .user-content ul li {
        font-size: .24rem;
        line-height: .34rem;
        padding-left: .31rem;
        margin-bottom: .2rem
    }

    .user-content ol li:before, .user-content ul li:before {
        width: .05rem;
        height: .05rem;
        top: .1rem
    }
}

@media screen and (max-width:991px) {
    .user-content ol li, .user-content ul li {
        font-size: 1.816vw;
        line-height: 2.422vw;
        margin-bottom: .882vw
    }
}

@media screen and (max-width:767px) {
    .user-content ol li, .user-content ul li {
        font-size: .16rem;
        line-height: .26rem;
        padding-left: .25rem;
        margin-bottom: .15rem
    }

    .user-content ol li:before, .user-content ul li:before {
        top: .1rem
    }
}

.user-content ul {
    list-style: none;
    margin-left: 0
}

.user-content ol li {
    padding-left: 10px
}

.user-content ol li:before {
    display: none
}

@media screen and (min-width:1700px) {
    .user-content ol li {
        padding-left: 10px
    }

    .user-content ol li:before {
        display: none
    }
}

@media screen and (max-width:991px) {
    .user-content ol li {
        padding-left: 10px
    }

    .user-content ol li:before {
        display: none
    }
}

@media screen and (max-width:767px) {
    .user-content ol li {
        padding-left: 10px
    }

    .user-content ol li:before {
        display: none
    }
}

.user-content a {
    font-size: 1.412vw;
    line-height: 2vw;
    font-weight: 400;
    letter-spacing: 0;
    color: #27232c;
    text-decoration: underline;
    transition: color .6s cubic-bezier(.65, .05, .36, 1)
}

@media screen and (min-width:1700px) {
    .user-content a {
        font-size: .24rem;
        line-height: .34rem
    }
}

@media screen and (max-width:991px) {
    .user-content a {
        font-size: 1.816vw;
        line-height: 2.422vw
    }
}

@media screen and (max-width:767px) {
    .user-content a {
        font-size: .16rem;
        line-height: .26rem
    }
}

.user-content blockquote {
    margin-bottom: 2.353vw
}

@media screen and (min-width:1700px) {
    .user-content blockquote {
        margin-bottom: .4rem
    }
}

@media screen and (max-width:991px) {
    .user-content blockquote {
        margin-bottom: 3.027vw
    }
}

@media screen and (max-width:767px) {
    .user-content blockquote {
        margin-bottom: .2rem
    }
}

.user-content blockquote p {
    font-size: 1.412vw;
    line-height: 2vw;
    font-weight: 400;
    letter-spacing: 0;
    color: #27232c;
    margin-bottom: 0;
    transition: color .6s cubic-bezier(.65, .05, .36, 1)
}

@media screen and (min-width:1700px) {
    .user-content blockquote p {
        font-size: .24rem;
        line-height: .34rem
    }
}

@media screen and (max-width:991px) {
    .user-content blockquote p {
        font-size: 1.816vw;
        line-height: 2.422vw
    }
}

@media screen and (max-width:767px) {
    .user-content blockquote p {
        font-size: .16rem;
        line-height: .26rem
    }
}

.user-content table {
    border-collapse: collapse;
    border: 1px solid #27232c;
    margin-bottom: 2.353vw;
    transition: border .6s cubic-bezier(.65, .05, .36, 1)
}

@media screen and (min-width:1700px) {
    .user-content table {
        margin-bottom: .4rem
    }
}

@media screen and (max-width:991px) {
    .user-content table {
        margin-bottom: 3.027vw
    }
}

@media screen and (max-width:767px) {
    .user-content table {
        margin-bottom: .2rem
    }
}

.user-content table th {
    font-weight: 600;
    text-align: left
}

.user-content table td, .user-content table th {
    padding: 10px;
    border: 1px solid #27232c;
    font-size: 1.412vw;
    line-height: 2vw;
    font-weight: 400;
    letter-spacing: 0;
    color: #27232c;
    transition: color .6s cubic-bezier(.65, .05, .36, 1), border .6s cubic-bezier(.65, .05, .36, 1)
}

@media screen and (min-width:1700px) {
    .user-content table td, .user-content table th {
        font-size: .24rem;
        line-height: .34rem
    }
}

@media screen and (max-width:991px) {
    .user-content table td, .user-content table th {
        font-size: 1.816vw;
        line-height: 2.422vw
    }
}

@media screen and (max-width:767px) {
    .user-content table td, .user-content table th {
        font-size: .16rem;
        line-height: .26rem
    }
}

.case-study-single-testimonial .claim .title {
    color: #27232c
}

.case-study-single-testimonial .claim .icon {
    filter: saturate(.1);
    opacity: .5
}

.case-study-single-testimonial .claim .line, .case-study-single-testimonial .claim .line:after {
    background-color: #27232c
}

.case-study-single-testimonial .claim .user .name {
    color: #27232c
}

.disable-project-link {
    pointer-events: none
}