@charset "UTF-8";



/* =================================================================================================
reset
================================================================================================= */
:root {
    font-size: 10px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*::before, *::after {
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
}

main {
    display: block;
}

ul,
ol {
    list-style: none;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    text-decoration: none;
}

a:hover, a:active, a:focus {
    text-decoration: none;
}

/* =================================================================================================
fullpage.js
================================================================================================= */
html,
body {
    margin: 0;
}

body {
    position: relative;
}

.fs {
    box-sizing: border-box;
    z-index: 10;
    position: relative;
    width: 100%;
    height: 100%;
}

.fs *,
.fs *::after,
.fs *::before {
    box-sizing: border-box;
}

.fs-section {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: none;
}

.fs-section:last-child.is-show .ss-mediaAsset-body {
    animation: fadeAnimation 2s 1.5s ease-out forwards;
}

.fs-section:last-child.is-show .of-tertiary .ss-cardBlink-image:nth-child(2) {
    animation: blinkAnimation2 0.2s 0.2s ease;
}

.fs-section:last-child.is-show .of-tertiary .ss-cardBlink-image:nth-child(3) {
    animation: blinkAnimation2 0.2s 0.3s ease;
}

.fs-section:last-child.is-show .of-tertiary .ss-cardBlink-image:nth-child(4) {
    animation: blinkAnimation2 0.2s 0.4s ease;
}

.fs-section:last-child.is-show .of-tertiary .ss-cardBlink-image:nth-child(5) {
    animation: blinkAnimation2 0.2s 0.5s ease;
}

.fs-section:last-child.is-show .of-tertiary .ss-cardBlink-image:nth-child(6) {
    animation: blinkAnimation2 0.2s 0.6s ease;
}

.fs-section:last-child.is-show .of-tertiary .ss-cardBlink-image:nth-child(7) {
    animation: blinkAnimation2 0.2s 0.7s ease;
}

.fs-section:last-child.is-show .of-tertiary .ss-cardBlink-image:nth-child(8) {
    animation: blinkAnimation2 0.2s 0.8s ease;
}

.fs-section:last-child.is-show .of-tertiary .ss-cardBlink-image:nth-child(9) {
    animation: fadeAnimation 0.3s 1.5s ease forwards;
}

.fs-section.fs-table {
    display: table;
    table-layout: fixed;
}

.fs-sectionInner {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 16px;
}

.fs-tableCell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.fs-nav {
    -ms-transform: translateY(-50%);
    z-index: 10000;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.fs-nav .fs-navList {
    margin: 0;
    padding: 0;
    list-style-image: none;
}

.fs-nav .fs-navList > li {
    display: block;
    list-style: none;
}

.fs-arrow {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.fs-arrow.fs-arrowHide {
    visibility: hidden;
    opacity: 0;
}

.fs-arrowBtn {
    display: block;
}

.fs-arrowBtn:focus {
    outline: 0;
}

.fs-navBtn {
    display: block;
}

.fs-navBtn:focus {
    outline: 0;
}

[data-script-enabled="true"] [aria-hidden="true"] {
    display: block;
}

/* =================================================================================================
layout
================================================================================================= */
.ss-layout-header {
    z-index: 200;
    position: fixed;
    width: 100%;
    background: #ffffff;
}

@media only screen and (max-width: 1024px) {
    .ss-layout-header {
        position: static;
    }
}

.ss-layout-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1600px;
    margin: 0 auto;
    padding: 24px 0 27px;
}

@media only screen and (max-width: 1640px) {
    .ss-layout-header-content {
        padding: 24px 20px 27px;
    }
}

@media only screen and (max-width: 1024px) {
    .ss-layout-header-content {
        display: block;
        padding: 10px 0;
        text-align: center;
    }
}

.ss-layout-header-logo > a img {
    width: 126px;
    height: 22px;
}

.theme-KC .ss-layout-header-logo > a img {
    width: 229px;
    height: 22px;
}

.ss-layout-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .ss-layout-footer {
        position: relative;
    }
}

.ss-layout-footer-content {
    max-width: 1600px;
    margin: 0 auto;
    padding: 28px 20px 31px;
    color: #ffffff;
    font-size: 1.3rem;
}

@media only screen and (max-width: 1024px) {
    .ss-layout-footer-content {
        padding: 19px 20px 18px;
        color: #ffffff;
        font-size: 1.3rem;
        text-align: left;
    }
}

.ss-layout-footer-inner {
    display: flex;
    justify-content: flex-end;
}

@media only screen and (max-width: 1024px) {
    .ss-layout-footer-inner {
        flex-direction: column-reverse;
        align-items: center;
    }
}

.ss-layout-footer-copyright {
    margin-right: 10px;
    margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
    .ss-layout-footer-copyright {
        width: 100%;
        text-align: center;
    }
}

.ss-layout-footer-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 -4px -8px;
    color: #ffffff;
    align-items: center;
    font-size: 1.2rem;
}

.ss-layout-footer-list > li {
    position: relative;
    margin: 0 0 4px 8px;
    padding-left: 8px;
}

@media only screen and (max-width: 1024px) {
    .ss-layout-footer-list > li:first-child::before {
        display: none;
    }
}

.ss-layout-footer-list > li::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 13px;
    transform: translateY(-50%);
    background: #ffffff;
    content: "";
}

.ss-layout-footer-list > li > a {
    color: #ffffff;
}

@media only screen and (max-width: 1024px) {
    .ss-layout-footer-list > li > a {
        text-decoration: underline;
    }
}

/* =================================================================================================
contents
================================================================================================= */
.ss-jumbotron {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    height: 100%;
    padding-top: 100px;
    background: #ffffff;
}

.ss-jumbotron.of-primary {
    padding-top: 123px;
}

@media only screen and (max-width: 1024px) {
    .ss-jumbotron {
        padding-top: 0;
    }
    .ss-jumbotron.of-primary {
        padding-top: 0;
    }
}

.ss-jumbotron-body {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 20px 0;
}

@media only screen and (max-width: 1024px) {
    .ss-jumbotron-body {
        flex-direction: column;
        padding: 20px;
    }
}

.ss-jumbotron-titleGroup {
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .ss-jumbotron-titleGroup {
        width: 100%;
    }
}

.ss-jumbotron-title {
    font-size: 6rem;
    font-weight: bold;
}

@media only screen and (max-width: 1599px) {
    .ss-jumbotron-title {
        font-size: calc(60vw * 100 / 1600);
    }
}

@media only screen and (max-width: 1024px) {
    .ss-jumbotron-title {
        font-size: 2.8rem;
        line-height: 1.3;
    }
}

@media only screen and (max-height: 768px) {
    .ss-jumbotron-title {
        font-size: 2.8rem;
        line-height: 1.3;
    }
}

.ss-jumbotron-text {
    font-size: 3rem;
}

@media only screen and (max-width: 1599px) {
    .ss-jumbotron-text {
        font-size: calc(30vw * 100 / 1600);
    }
}

@media only screen and (max-width: 1024px) {
    .ss-jumbotron-text {
        font-size: 1.8rem;
    }
}

.ss-jumbotron-image {
    margin-left: 40px;
}

@media only screen and (max-width: 1599px) {
    .ss-jumbotron-image > img {
        width: calc(225vw * 100 / 1600);
    }
}

@media only screen and (max-width: 1024px) {
    .ss-jumbotron-image {
        margin-bottom: 30px;
        margin-left: 0;
    }
    .ss-jumbotron-image > img {
        width: 148px;
    }
}

@media only screen and (max-height: 768px) {
    .ss-jumbotron-image > img {
        width: calc(160vh * 100 / 768);
    }
}

.ss-figureMovie {
    background: #091018;
}

.ss-figureMovie-content {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1600px;
    margin: 0 auto;
    padding: 49px 0 46px;
    height: calc(340vh * 100 / 600);
}

@media only screen and (max-width: 1599px) {
    .ss-figureMovie-content {
        max-width: calc(1600vw * 100 / 1600);
        height: 100%;
        padding: 20px 100px;
    }
}

@media only screen and (max-width: 1024px) {
    .ss-figureMovie-content {
        flex-direction: column;
        justify-content: flex-start;
        padding: 40px 20px;
    }
}

.ss-figureMovie-body {
    order: 2;
}

@media only screen and (max-width: 1024px) {
    .ss-figureMovie-body {
        order: 3;
    }
}

.ss-figureMovie-body > video {
    height: calc(340vh * 100 / 600);
    max-height: 470px;
}

.ss-figureMovie-body > video:focus {
    outline: 0;
}

@media only screen and (max-width: 1599px) {
    .ss-figureMovie-body > video {
        width: calc(470vw * 100 / 1600);
        height: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .ss-figureMovie-body > video {
        order: 3;
        width: calc(470vw * 100 / 1024);
    }
}

.ss-figureMovie-lead {
    order: 1;
    color: #ffffff;
    font-size: 3rem;
    text-align: center;
    max-width: 450px;
}

@media only screen and (max-width: 969px) {
    .ss-figureMovie-lead {
        font-size: calc(30vw * 100 / 970);
        text-align: center;
    }
}

@media only screen and (max-width: 1024px) {
    .ss-figureMovie-lead {
        margin-bottom: 15px;
        font-size: 2rem;
    }
}

.ss-figureMovie-lead.of-primary {
    order: 3;
}

@media only screen and (max-width: 1024px) {
    .ss-figureMovie-lead.of-primary {
        order: 2;
        margin-bottom: 20px;
    }
}

.ss-section {
    height: 100%;
    padding: 0 100px 0;
}

@media only screen and (max-width: 1599px) {
    .ss-section {
        padding: 0 calc(100vw * 100 / 1600) 0;
    }
}

@media only screen and (max-width: 1024px) {
    .ss-section {
        padding: 0;
    }
}

.ss-section-content {
    display: flex;
    max-width: 1600px;
    height: 100%;
    margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
    .ss-section-content {
        flex-direction: column;
        min-height: 0%;
        padding: 0;
    }
}

.ss-section-header {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    width: 380px;
    padding-top: 100px;
}

@media only screen and (max-width: 1600px) {
    .ss-section-header {
        width: calc(380vw * 100 / 1600);
    }
}

@media only screen and (max-width: 1024px) {
    .ss-section-header {
        width: 100%;
        min-height: 0%;
        padding: 20px 0;
        background: linear-gradient(to bottom, #041b2d, #2f404e);
    }
}

@media only screen and (max-width: 1024px) {
    .ss-section-header::before {
        display: none;
    }
}

.ss-section-body {
    display: flex;
    z-index: 0;
    position: relative;
    flex: 1;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 100px;
    padding-left: 150px;
    opacity: 0;
}

@media only screen and (max-width: 1599px) {
    .ss-section-body {
        padding-left: calc(120vw * 100 / 1600);
    }
}

.ss-section-body > *:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
    .ss-section-body {
        display: block;
        flex: 1 0 auto;
        min-height: 0%;
        padding: 20px 20px 30px;
        opacity: 1;
    }
}

.ss-section-image {
    width: 100%;
    min-height: 0%;
}

@media only screen and (max-width: 1024px) {
    .ss-section-image {
        margin-bottom: 30px;
        text-align: center;
    }
}

.ss-headingLevel2 {
    position: relative;
    margin-bottom: 530px;
    color: #ffffff;
    line-height: 1.3;
}

@media only screen and (max-width: 1024px) {
    .ss-headingLevel2 {
        margin-bottom: 0;
    }
}

@media only screen and (max-height: 768px) and (min-width: 1025px) {
    .ss-headingLevel2 {
        margin-bottom: calc(500vh * 100 / 768);
    }
}

.ss-headingLevel2-title {
    display: block;
    position: relative;
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 15px;
    border-left: 8px solid #f30b19;
    font-size: 3rem;
    font-weight: bold;
}

@media only screen and (max-width: 1599px) {
    .ss-headingLevel2-title {
        font-size: calc(30vw * 100 / 1600);
    }
}

@media only screen and (max-width: 1024px) {
    .ss-headingLevel2-title {
        margin-bottom: 15px;
        padding-left: 0;
        border: 0;
        font-size: 2rem;
        text-align: center;
    }
    .ss-headingLevel2-title::after {
        display: inline-block;
        position: absolute;
        bottom: -6px;
        left: 50%;
        width: 100px;
        height: 1px;
        transform: translateX(-50%);
        background: #f30b19;
        content: "";
    }
}

.ss-headingLevel2-subtext {
    display: block;
    padding-left: 28px;
    font-size: 2.2rem;
    font-weight: normal;
    padding-right: 15px;
}

.ss-headingLevel2-subtext > sup {
    font-size: 1.3rem;
}

@media only screen and (max-width: 1599px) {
    .ss-headingLevel2-subtext {
        font-size: calc(22vw * 100 / 1600);
    }
}

@media only screen and (max-width: 1024px) {
    .ss-headingLevel2-subtext {
        margin-bottom: 15px;
        padding-left: 0;
        font-size: 1.8rem;
        text-align: center;
    }
}

.ss-listButton {
    display: flex;
    justify-content: center;
    margin-left: -10px;
    align-items: center;
    text-align: center;
}

.ss-listButton > *:last-child {
    margin-bottom: 0;
}

.ss-listButton > li {
    max-width: 450px;
    margin-left: 10px;
}

.ss-mediaAsset {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    background: linear-gradient(to bottom right, #000000, #192b3b);
}

.ss-mediaAsset-content {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 100px 100px 0;
    line-height: 1.3;
}

@media only screen and (max-width: 1599px) {
    .ss-mediaAsset-content {
        padding: 100px calc(100vw * 100 / 1600) 0;
    }
}

@media only screen and (max-width: 1024px) {
    .ss-mediaAsset-content {
        flex-direction: column-reverse;
        padding: 20px;
    }
}

.ss-mediaAsset-title {
    margin-bottom: 50px;
    color: #ffffff;
    font-size: 5rem;
    line-height: 1.6;
}

@media only screen and (max-width: 1599px) {
    .ss-mediaAsset-title {
        font-size: calc(50vw * 100 / 1600);
    }
}

@media only screen and (max-width: 1024px) {
    .ss-mediaAsset-title {
        font-size: 2rem;
    }
}

.ss-mediaAsset-text {
    margin-bottom: 26px;
    color: #ffffff;
    font-size: 3rem;
}

@media only screen and (max-width: 1599px) {
    .ss-mediaAsset-text {
        font-size: calc(30vw * 100 / 1600);
    }
}

@media only screen and (max-width: 1024px) {
    .ss-mediaAsset-text {
        font-size: 1.6rem;
    }
}

.ss-mediaAsset-body {
    max-width: 990px;
    padding-left: 70px;
    text-align: center;
    opacity: 0;
}

@media only screen and (max-width: 1599px) {
    .ss-mediaAsset-body {
        padding-left: calc(70vw * 100 / 1600);
    }
}

@media only screen and (max-width: 1024px) {
    .ss-mediaAsset-body {
        width: 100%;
        min-height: 0%;
        padding-left: 0;
        opacity: 1;
    }
}

.ss-mediaAsset-imageGroup {
    padding-left: 125px;
}

@media only screen and (max-width: 1599px) {
    .ss-mediaAsset-imageGroup {
        padding-left: calc(125vw * 100 / 1600);
    }
}

@media only screen and (max-width: 1024px) {
    .ss-mediaAsset-imageGroup {
        min-height: 0%;
        padding-left: 0;
    }
}

.ss-buttonConversion {
    display: inline-block;
    max-width: 100%;
    margin: 0;
    background: #dc002f;
    color: #ffffff;
    font-size: 2rem;
    text-decoration: none;
}

@media only screen and (max-width: 1199px) {
    .ss-buttonConversion {
        font-size: calc(20vw * 100 / 1200);
    }
}

@media only screen and (max-width: 1024px) {
    .ss-buttonConversion {
        font-size: 1.6rem;
    }
}

.ss-buttonConversion-body {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px 9px 16px;
}

.ss-buttonConversion-text {
    text-align: center;
}

.ss-buttonConversion-image {
    margin: -24px 0 -24px 16px;
    border: 1px solid #cccccc;
}

.ss-buttonConversion-image img {
    max-width: inherit;
}

.ss-buttonConversion.of-download .ss-buttonConversion-body::before {
    display: block;
    width: 25px;
    min-width: 25px;
    height: 25px;
    margin-right: 8px;
    background: url("../../../../../img/common/icon_textbutton_download_trans_l.png") no-repeat;
    background-size: contain;
    content: "";
}

.ss-buttonConversion.of-requestDemo {
    background: #13778f;
}

.ss-buttonConversion.of-requestDemo .ss-buttonConversion-body {
    padding: 10px 21px 9px;
}

.ss-buttonConversion.of-requestDemo .ss-buttonConversion-body::before {
    display: block;
    width: 22px;
    min-width: 22px;
    height: 22px;
    margin-right: 8px;
    background: url("../../../../../img/icon_requestdemo_m_trans.png") no-repeat;
    background-size: contain;
    content: "";
}

.ss-figureAnimation {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1600px;
    height: 100%;
    transform: translateX(-50%);
}

@media only screen and (max-width: 1024px) {
    .ss-figureAnimation {
        display: none !important;
    }
}

.ss-figureAnimation::before {
    display: block;
    position: absolute;
    top: 0;
    right: 90%;
    width: 300%;
    height: 100%;
    background: #041b2d;
    content: "";
}

@media only screen and (max-width: 1799px) {
    .ss-figureAnimation {
        width: calc(1600vw * 100 / 1800);
    }
}

@media only screen and (max-width: 1599px) {
    .ss-figureAnimation {
        width: calc(1600vw * 100 / 1800);
    }
}

.ss-figureAnimation-content.is-hide .ss-mediaAsset-body {
    animation: fadeAnimation 2s 1.5s ease-out forwards;
}

.ss-figureAnimation-content.is-hide .ss-cardFeature-image {
    animation: fadeAnimation2 1s ease forwards;
}

.ss-figureAnimation-content.is-show .ss-cardFeature-image {
    animation: fadeAnimation 1s ease forwards;
}

.ss-figureAnimation-content.is-show .ss-cardBlink-image {
    display: block;
}

.ss-figureAnimation-content.is-show .ss-cardBlink-image:nth-child(2) {
    animation: fadeAnimation 0.1s 0.1s ease;
}

.ss-figureAnimation-content.is-show .ss-cardBlink-image:nth-child(3) {
    animation: fadeAnimation 0.1s 0.2s ease;
}

.ss-figureAnimation-content.is-show .ss-cardBlink-image:nth-child(4) {
    animation: fadeAnimation 0.1s 0.3s ease forwards;
}

.ss-figureAnimation-content.is-show .of-primary .ss-cardBlink-image:nth-child(2) {
    animation: blinkAnimation 0.1s 0.1s ease;
}

.ss-figureAnimation-content.is-show .of-primary .ss-cardBlink-image:nth-child(3) {
    animation: blinkAnimation 0.1s 0.2s ease;
}

.ss-figureAnimation-content.is-show .of-primary .ss-cardBlink-image:nth-child(4) {
    animation: blinkAnimation 0.1s 0.3s ease;
}

.ss-figureAnimation-content.is-show .of-primary .ss-cardBlink-image:nth-child(5) {
    animation: blinkAnimation 0.1s 0.4s ease;
}

.ss-figureAnimation-content.is-show .of-primary .ss-cardBlink-image:nth-child(6) {
    animation: blinkAnimation 0.1s 0.5s ease;
}

.ss-figureAnimation-content.is-show .of-primary .ss-cardBlink-image:nth-child(7) {
    animation: blinkAnimation 0.1s 0.6s ease;
}

.ss-figureAnimation-content.is-show .of-primary .ss-cardBlink-image:nth-child(8) {
    animation: blinkAnimation 0.1s 0.7s ease;
}

.ss-figureAnimation-content.is-show .of-primary .ss-cardBlink-image:nth-child(9) {
    animation: blinkAnimation 0.1s 0.8s ease;
}

.ss-figureAnimation-content.is-show .of-primary .ss-cardBlink-image:nth-child(10) {
    animation: blinkAnimation 0.1s 0.9s ease;
}

.ss-figureAnimation-content.is-show .of-primary .ss-cardBlink-image:nth-child(11) {
    animation: blinkAnimation 0.1s 1s ease;
}

.ss-figureAnimation-content.is-show .of-primary .ss-cardBlink-image:nth-child(12) {
    animation: fadeAnimation 0.1s 1.1s ease forwards;
}

.ss-figureAnimation-content.is-show .of-secondary .ss-cardBlink-image:nth-child(2) {
    animation: blinkAnimation 0.1s 0.2s ease;
}

.ss-figureAnimation-content.is-show .of-secondary .ss-cardBlink-image:nth-child(3) {
    animation: blinkAnimation 0.1s 0.3s ease;
}

.ss-figureAnimation-content.is-show .of-secondary .ss-cardBlink-image:nth-child(4) {
    animation: blinkAnimation 0.1s 0.4s ease;
}

.ss-figureAnimation-content.is-show .of-secondary .ss-cardBlink-image:nth-child(5) {
    animation: blinkAnimation 0.1s 0.5s ease;
}

.ss-figureAnimation-content.is-show .of-secondary .ss-cardBlink-image:nth-child(6) {
    animation: blinkAnimation 0.1s 0.6s ease;
}

.ss-figureAnimation-content.is-show .of-secondary .ss-cardBlink-image:nth-child(7) {
    animation: blinkAnimation 0.1s 0.8s ease;
}

.ss-figureAnimation-content.is-show .of-secondary .ss-cardBlink-image:nth-child(8) {
    animation: blinkAnimation 0.1s 0.9s ease;
}

.ss-figureAnimation-content.is-show .of-secondary .ss-cardBlink-image:nth-child(9) {
    animation: blinkAnimation 0.1s 1s ease;
}

.ss-figureAnimation-content.is-show .of-secondary .ss-cardBlink-image:nth-child(10) {
    animation: blinkAnimation 0.1s 1.1s ease;
}

.ss-figureAnimation-content.is-show .of-secondary .ss-cardBlink-image:nth-child(11) {
    animation: blinkAnimation 0.1s 1.2s ease;
}

.ss-figureAnimation-content.is-show .of-secondary .ss-cardBlink-image:nth-child(12) {
    animation: blinkAnimation 0.1s 1.3s ease;
}

.ss-figureAnimation-content.is-show .of-secondary .ss-cardBlink-image:nth-child(13) {
    animation: blinkAnimation 0.1s 1.4s ease;
}

.ss-figureAnimation-content.is-show .of-secondary .ss-cardBlink-image:nth-child(14) {
    animation: fadeAnimation 0.2s 1.6s ease forwards;
}

.ss-figureAnimation-body {
    display: flex;
    position: absolute;
    top: 0;
    flex-direction: column;
    justify-content: center;
    width: 380px;
    height: 100%;
    padding-top: 100px;
    background: #041b2d;
}

@media only screen and (max-width: 1600px) {
    .ss-figureAnimation-body {
        width: calc(380vw * 100 / 1600);
    }
}

.ss-figureAnimation-feature {
    display: flex;
    position: absolute;
    right: 0;
    flex-direction: column;
    justify-content: center;
    width: 1040px;
    height: 100%;
    margin-top: 100px;
}

@media only screen and (max-width: 1799px) {
    .ss-figureAnimation-feature {
        width: calc(1040vw * 100 / 1800);
    }
}

.ss-figureAnimation .ss-cardFeature-baseImage {
    display: none;
    z-index: 0;
    position: absolute;
    top: 50%;
    width: 1040px;
    transform: translateY(-50%);
}

@media only screen and (max-width: 1799px) {
    .ss-figureAnimation .ss-cardFeature-baseImage {
        width: calc(1040vw * 100 / 1800);
    }
}

.ss-figureAnimation .ss-cardFeature-image {
    visibility: hidden;
    z-index: 10;
    position: relative;
    width: 1040px;
}

@media only screen and (max-width: 1799px) {
    .ss-figureAnimation .ss-cardFeature-image {
        width: calc(1040vw * 100 / 1800);
    }
}

.ss-figureAnimation .ss-cardBlink {
    display: block;
    width: 460px;
    min-height: 0%;
}

.ss-figureAnimation .ss-cardBlink-image {
    display: none;
}

@media only screen and (max-width: 1599px) {
    .ss-figureAnimation .ss-cardBlink {
        width: calc(460vw * 100 / 1600);
    }
}

@media only screen and (max-height: 768px) and (min-width: 1025px) {
    .ss-figureAnimation .ss-cardBlink {
        width: calc(308vh * 100 / 768);
    }
}

.ss-cardBlink {
    position: relative;
    width: 460px;
}

@media only screen and (max-width: 1599px) {
    .ss-cardBlink {
        width: calc(460vw * 100 / 1600);
    }
}

@media only screen and (max-width: 1024px) {
    .ss-cardBlink {
        display: block;
        width: 140px;
        min-height: 0%;
        margin: 0 auto;
    }
}

.ss-cardBlink-image {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

@media only screen and (max-width: 1024px) {
    .ss-cardBlink-image:last-child {
        opacity: 1;
    }
}

.ss-cardBlink-image > img {
    position: relative;
    width: 460px;
}

@media only screen and (max-width: 1599px) {
    .ss-cardBlink-image > img {
        width: calc(460vw * 100 / 1600);
    }
}

@media only screen and (max-width: 1024px) {
    .ss-cardBlink-image > img {
        width: 140px;
    }
}

.ss-cardBlink.of-tertiary {
    display: block;
    right: 0;
    width: auto;
}

@media only screen and (max-width: 1024px) {
    .ss-cardBlink.of-tertiary {
        width: 220px;
        margin: 0 auto;
    }
}

.ss-cardBlink.of-tertiary .ss-cardBlink-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

@media only screen and (max-width: 1024px) {
    .ss-cardBlink.of-tertiary .ss-cardBlink-image:last-child {
        opacity: 1;
    }
}

.ss-cardBlink.of-tertiary .ss-cardBlink-image > img {
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    .ss-cardBlink.of-tertiary .ss-cardBlink-image > img {
        width: 220px;
    }
}

@keyframes blinkAnimation2 {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes blinkAnimation {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeAnimation {
    0% {
        visibility: hidden;
        opacity: 0;
    }
    100% {
        visibility: visible;
        opacity: 1;
    }
}

@keyframes fadeAnimation2 {
    0% {
        visibility: visible;
        opacity: 1;
    }
    100% {
        visibility: hidden;
        opacity: 0;
    }
}

@media screen and (max-width: 1024px) {
    .smallScreen-show {
        display: block;
    }
    .ss-listButton {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .ss-listButton > li {
        margin-bottom: 30px;
        margin-left: 0;
    }
    .smallScreen-hide {
        display: none;
    }
}

@media screen and (min-width: 1025px) {
    .smallScreen-show {
        display: none;
    }
    .smallScreen-hide {
        display: block;
    }
    .smallScreen-hide.ss-listButton {
        display: flex;
    }
}

/* ========== Navigation Elements ========== */
.ss-navigation.fs-nav {
    z-index: 15;
    position: fixed;
    right: auto;
    left: 28px;
}

.ss-navigation.fs-nav .fs-navBtn {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 auto;
    padding: 0;
    border: 1px solid #4b5558;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0);
    background: #ffffff;
    cursor: pointer;
    transition: background-color 0.2s, border-color 0.2s;
}

.ss-navigation.fs-nav .fs-navBtn:active,
.ss-navigation.fs-nav .fs-navBtn :checked {
    outline: none;
}

.ss-navigation.fs-nav .fs-navBtn.is-active {
    border: 1px solid rgba(0, 0, 0, 0);
    background: #f30102;
}

.ss-navigation.fs-nav .fs-arrowBtn {
    box-sizing: border-box;
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.ss-navigation.fs-nav .fs-arrowUp {
    margin-bottom: 0;
}

.ss-navigation.fs-nav .fs-arrowDown {
    margin-top: 0;
}

.ss-navigation.fs-nav .fs-arrowBtnDown {
    -ms-transform: scale(1, -1);
    display: block;
    bottom: 35%;
    transform: scale(1, -1);
}

.ss-navigation.fs-nav .fs-arrowBtnDown::before {
    z-index: 2;
    position: absolute;
    top: 14px;
    left: 7px;
    width: 14px;
    height: 14px;
    transform: rotate(-45deg);
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    box-shadow: 2px -2px 0 #000000;
    content: "";
    transition: top 0.3s;
}

.ss-navigation.fs-nav .fs-arrowBtnUp::before {
    -ms-transform: rotate(-45deg);
    z-index: 1;
    position: absolute;
    top: 16px;
    left: 7px;
    width: 14px;
    height: 14px;
    transform: rotate(-45deg);
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    box-shadow: 2px -2px 0 #000000;
    content: "";
    transition: top 0.3s;
}

.ss-navigation.fs-nav .fs-navList > li {
    display: block;
    margin: 13px 0;
    list-style: none;
}

.ss-textPhoneLink {
    width: 100%;
    text-align: center;
}

.ss-textPhoneLink > *:last-child {
    margin-bottom: 0;
}

.ss-textPhoneLink-numberGroup {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1024px) {
    .ss-textPhoneLink-numberGroup {
        flex-direction: column;
        justify-content: center;
    }
}

.ss-textPhoneLink-numberGroup.of-vertical {
    flex-direction: column;
}

.ss-textPhoneLink-number {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    font-size: 2.4rem;
    font-weight: 600;
}

@media only screen and (max-width: 1024px) {
    .ss-textPhoneLink-number {
        width: 100%;
    }
}

.ss-textPhoneLink-number > .AutoPhoneCall {
    position: relative;
    max-width: 100%;
    padding-left: 3.8rem;
    color: #333;
    text-decoration: none;
    cursor: default;
}

.ss-textPhoneLink-number > .AutoPhoneCall::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 3.8rem;
    height: 3.8rem;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.8459 18.8048C24.0514 19.0103 24.0514 19.3435 23.8459 19.549L21.9896 21.4052C21.6958 21.699 21.3224 21.9075 20.9094 21.9533C17.7281 22.3057 14.2797 20.6242 11.8263 18.1708C9.37433 15.7188 7.69413 12.2717 8.04673 9.09064C8.09251 8.67763 8.30099 8.30421 8.59482 8.01038L10.4511 6.15412C10.6566 5.94863 10.9897 5.94863 11.1952 6.15412L13.7998 8.75867C14.0053 8.96416 14.0053 9.29733 13.7998 9.50282L11.1583 12.1443C11.1452 13.8391 12.0519 15.3826 13.3347 16.6653C14.6182 17.9489 16.1599 18.8556 17.8557 18.8417L20.5604 16.2479C20.767 16.0497 21.0942 16.0531 21.2967 16.2556L23.8459 18.8048Z' fill='%23333'/%3E%3C/svg%3E");
    content: "";
}

@media only screen and (max-width: 1024px) {
    .ss-textPhoneLink-number.of-primary > .AutoPhoneCall {
        position: relative;
        max-width: 100%;
        padding-left: 3.8rem;
        color: #fff;
        text-decoration: none;
        cursor: default;
    }

    .ss-textPhoneLink-number.of-primary > .AutoPhoneCall::before {
        position: absolute;
        top: 50%;
        left: 0;
        width: 3.8rem;
        height: 3.8rem;
        transform: translateY(-50%);
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.8459 18.8048C24.0514 19.0103 24.0514 19.3435 23.8459 19.549L21.9896 21.4052C21.6958 21.699 21.3224 21.9075 20.9094 21.9533C17.7281 22.3057 14.2797 20.6242 11.8263 18.1708C9.37433 15.7188 7.69413 12.2717 8.04673 9.09064C8.09251 8.67763 8.30099 8.30421 8.59482 8.01038L10.4511 6.15412C10.6566 5.94863 10.9897 5.94863 11.1952 6.15412L13.7998 8.75867C14.0053 8.96416 14.0053 9.29733 13.7998 9.50282L11.1583 12.1443C11.1452 13.8391 12.0519 15.3826 13.3347 16.6653C14.6182 17.9489 16.1599 18.8556 17.8557 18.8417L20.5604 16.2479C20.767 16.0497 21.0942 16.0531 21.2967 16.2556L23.8459 18.8048Z' fill='%23fff'/%3E%3C/svg%3E");
        content: "";
    }
}
.ss-textPhoneLink-number > .TelSlsh {
    display: none;
}

.ss-textPhoneLink-notes {
    max-width: 100%;
}

@media only screen and (max-width: 1024px) {
    .ss-textPhoneLink-notes {
        width: 100%;
        margin-bottom: 4px;
    }
}
.ss-smallScreen-show {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .ss-smallScreen-show {
        display: block;
    }
}
