@charset "UTF-8";
body > form {
    margin: 0 !important;
    padding: 0 !important;
    display: inline !important
}

nav.nav {
    top: 0
}

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

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

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

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

table {
    border-collapse: collapse;
    border-spacing: 0
}

* , * ::before, * ::after {
    box-sizing: border-box
}

a:focus {
    outline: none
}

input, label, select, button, textarea {
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    box-sizing: border-box;
    color: inherit;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    line-height: 1;
    margin: 0;
    outline: 0;
    padding: 0;
    text-align: left;
    vertical-align: middle;
    white-space: normal
}

button {
    border: 0;
    background: none
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset
}

button, input[type="reset"], input[type="button"], input[type="submit"] {
    cursor: pointer
}

body > form {
    margin: 0 !important;
    padding: 0 !important;
    display: inline !important
}

nav.nav {
    top: 0
}

.product-card-01__subheading, .product-card-02__subheading, .product-card-03__subheading {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.icon-list__link, .icon-text-card__link, .product-card-02__link {
    display: block;
    position: relative;
    z-index: 1
}

.icon-list__link:before, .icon-text-card__link:before, .product-card-02__link:before {
    content: "";
    position: absolute;
    border-radius: inherit;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    transition: opacity .35s ease-out
}

@media(min-width:1025px) {
    .icon-list__link:hover:before, .icon-text-card__link:hover:before,
    .product-card-02__link:hover:before {
        opacity: 1
    }
}

.section-bg-pattern, .section-gradient {
    position: relative
}

.section-bg-pattern:before, .section-gradient:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: 100% auto
}

.color-sea-green {
    color: #008787
}

.color-orange {
    color: #fa943e
}

.bg-white-light {
    background-color: #f7f7f7
}

.bg-orange {
    background-color: #fa943e
}

.bg-sea-green {
    background-color: #008787
}

.icon-list__link:before, .icon-text-card__link:before, .product-card-02__link:before,
.bg-turquoise-gradient {
    background: #17a3b1;
    background: linear-gradient(160deg, #17a3b1 40%, #3aaa70)
}

.bg-mint-gradient {
    background: #17a3b1;
    background: linear-gradient(to right, #17a3b1, #23a59a)
}

.bg-cyan-gradient {
    background: #3aaa70;
    background: linear-gradient(to right, #009ddb, #3aaa70)
}

.clip-banner--color-bg .clip-banner__item:last-child, .bg-celeste-gradient {
    background: #23a59a;
    background: linear-gradient(to bottom, #23a59a, #17a2b1)
}

.bg-orange-gradient {
    background: #fa943e;
    background: linear-gradient(to top, #fa943e, #f8ad3a)
}

.bg-orange-gradient-right {
    background: #fa943e;
    background: linear-gradient(to right, #fa943e, #f9d14d)
}

.clip-banner--color-bg .clip-banner:nth-child(odd) .clip-banner__item:last-child,
.bg-pacific-gradient {
    background: #009ddb;
    background: linear-gradient(to top, #009ddb, #5cbbde)
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.float-none {
    float: none
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.no-margin {
    margin: 0
}

.inline {
    display: inline
}

.inline-block {
    display: inline-block
}

.show {
    display: block
}

.hide {
    display: none
}

.full-width {
    width: 100%
}

.full-width-gutter {
    width: 100%;
    margin: 30px 0
}

img.full-width {
    max-width: 100%;
    height: auto;
    display: block;
    width: auto
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-uppercase {
    text-transform: uppercase
}

.table {
    display: table;
    width: 100%;
    height: 100%
}

.table-cell {
    display: table-cell;
    vertical-align: middle
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.m-b-20 {
    margin-bottom: 20px
}

.moxa-logo-small {
    width: 153px;
    height: 22px;
    fill: #008787
}

.col-1, .icon-list__button {
    width: 5.98291%;
    float: left;
    margin-right: 2.5641%
}

.col-1_last {
    width: 5.98291%;
    float: right;
    margin-right: 0
}

.offset-1 {
    margin-left: 8.54701%
}

.col-2, .icon-list__image {
    width: 14.52991%;
    float: left;
    margin-right: 2.5641%
}

.col-2_last {
    width: 14.52991%;
    float: right;
    margin-right: 0
}

.offset-2 {
    margin-left: 17.09402%
}

.col-3 {
    width: 23.07692%;
    float: left;
    margin-right: 2.5641%
}

.col-3_last {
    width: 23.07692%;
    float: right;
    margin-right: 0
}

.offset-3 {
    margin-left: 25.64103%
}

.col-4 {
    width: 31.62393%;
    float: left;
    margin-right: 2.5641%
}

.col-4_last {
    width: 31.62393%;
    float: right;
    margin-right: 0
}

.offset-4 {
    margin-left: 34.18803%
}

.col-5 {
    width: 40.17094%;
    float: left;
    margin-right: 2.5641%
}

.col-5_last {
    width: 40.17094%;
    float: right;
    margin-right: 0
}

.offset-5 {
    margin-left: 42.73504%
}

.col-6, .form-wrapper {
    width: 48.71795%;
    float: left;
    margin-right: 2.5641%
}

.col-6_last {
    width: 48.71795%;
    float: right;
    margin-right: 0
}

.offset-6 {
    margin-left: 51.28205%
}

.col-7 {
    width: 57.26496%;
    float: left;
    margin-right: 2.5641%
}

.col-7_last {
    width: 57.26496%;
    float: right;
    margin-right: 0
}

.offset-7 {
    margin-left: 59.82906%
}

.col-8 {
    width: 65.81197%;
    float: left;
    margin-right: 2.5641%
}

.col-8_last {
    width: 65.81197%;
    float: right;
    margin-right: 0
}

.offset-8 {
    margin-left: 68.37607%
}

.col-9, .icon-list__content {
    width: 74.35897%;
    float: left;
    margin-right: 2.5641%
}

.col-9_last {
    width: 74.35897%;
    float: right;
    margin-right: 0
}

.offset-9 {
    margin-left: 76.92308%
}

.col-10, .text-content__heading, .text-content__description, .tabs__container {
    width: 82.90598%;
    float: left;
    margin-right: 2.5641%
}

.col-10_last {
    width: 82.90598%;
    float: right;
    margin-right: 0
}

.offset-10 {
    margin-left: 85.47009%
}

.col-11 {
    width: 91.45299%;
    float: left;
    margin-right: 2.5641%
}

.col-11_last {
    width: 91.45299%;
    float: right;
    margin-right: 0
}

.offset-11 {
    margin-left: 94.01709%
}

.col-12 {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0
}

.col-12_last {
    width: 100%;
    float: right;
    margin-right: 0
}

.offset-12 {
    margin-left: 102.5641%
}

.wrap {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto
}

.wrap:after {
    content: " ";
    display: block;
    clear: both
}

.wrap .content {
    width: 65.81197%;
    float: left;
    margin-right: 2.5641%;
    background-color: #000
}

.wrap .sidebar {
    width: 31.62393%;
    float: right;
    margin-right: 0;
    background-color: red
}

.col-container {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto
}

.col-container:after {
    content: " ";
    display: block;
    clear: both
}

.icon-list__image, .icon-list__content, .icon-list__button {
    float: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column
}

@keyframes bounce-right {
    0% {
        right: 30px
    }

    50% {
        right: 20px
    }

    100% {
        right: 30px
    }
}

#moxa-icons {
    display: none
}

.icon-circle-check {
    display: block;
    width: 114px;
    height: 114px;
    background: url("/moxa/media/microsites/common/images/check-circle.svg") 0 0 no-repeat;
    margin: 0 auto;
    margin-bottom: 30px
}

.icon-arrow-more {
    fill: #008787;
    width: 40px;
    height: 40px
}

.social-icon {
    width: 30px;
    height: 30px;
    fill: #999;
    transition: fill .3s
}

.social-icon:hover {
    fill: #008787
}

.facebook-color {
    fill: #3b5998
}

.facebook-color:hover {
    fill: #1d3b7a
}

.twitter-color {
    fill: #55acee
}

.twitter-color:hover {
    fill: #378ed0
}

.youtube-color {
    fill: #dc4335
}

.youtube-color:hover {
    fill: #be2517
}

.gplus-color {
    fill: #dc4335
}

.gplus-color:hover {
    fill: #be2517
}

.linkedin-color {
    fill: #0976b4
}

.linkedin-color:hover {
    fill: #005896
}

.wechat-color {
    fill: #2dc100
}

.wechat-color:hover {
    fill: #0fa300
}

.youku-color, .webo-color {
    fill: #d80027
}

.youku-color:hover, .webo-color:hover {
    fill: #ba0009
}

.green-circle, .green-cross {
    display: block;
    width: 25px;
    height: 25px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin: 0 auto
}

.green-circle {
    background-image: url("/moxa/media/microsites/common/images/green-circle.svg")
}

.green-cross {
    background-image: url("/moxa/media/microsites/common/images/green-cross.svg")
}

.back-to-top {
    width: 42px;
    height: 42px;
    position: fixed;
    bottom: 5vw;
    right: 5vw;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s;
    z-index: 999;
    border: 2px solid #008787;
    background-color: rgba(255, 255, 255, .2);
    border-radius: 50%
}

@media(max-width:1280px) {
    .back-to-top {
        right: 20px;
        bottom: 20px
    }
}

@media(max-width:850px) {
    .back-to-top {
        right: 30px;
        bottom: 30px
    }
}

@media(max-width:550px) {
    .back-to-top {
        width: 35px;
        height: 35px;
        right: 15px;
        bottom: 50px
    }
}

.back-to-top.is-active {
    opacity: 1;
    visibility: visible
}

body, html {
    font-family: "Helvetica Neue", "Helvetica", "Arial", "PingFang TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-weight: 400;
    color: #5b5b5b;
    font-size: 16px;
    background-color: #f7f7f7;
    -webkit-tap-highlight-color: rgba(0, 0, 0, .5);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden
}

body.is-fixed {
    overflow: hidden
}

.site-container {
    margin-top: 65px
}

@media(max-width:1024px) {
    .site-container {
        margin-top: 40px
    }
}

svg {
    width: 100%;
    height: 100%
}

img {
    display: block
}

.heading-1 {
    letter-spacing: .01em;
    line-height: 1.3em;
    font-weight: 600;
    font-size: 2.8em
}

@media(max-width:850px) {
    .heading-1 {
        font-size: 2.6em;
        line-height: 1.2em
    }
}

@media(max-width:550px) {
    .heading-1 {
        font-size: 2em;
        line-heigth: 1.15em
    }
}

.heading-2 {
    letter-spacing: .01em;
    line-height: 1.3em;
    font-weight: 600;
    font-size: 2.2em
}

@media(max-width:850px) {
    .heading-2 {
        font-size: 2em
    }
}

@media(max-width:550px) {
    .heading-2 {
        font-size: 1.7em;
        line-height: 1.2em
    }
}

.heading-3 {
    letter-spacing: .01em;
    line-height: 1.3em;
    font-weight: 600;
    font-size: 2em
}

@media(max-width:850px) {
    .heading-3 {
        font-size: 1.8em
    }
}

@media(max-width:550px) {
    .heading-3 {
        font-size: 1.6em;
        line-heihgt: 1.2em
    }
}

.heading-4 {
    letter-spacing: .01em;
    line-height: 1.3em;
    font-weight: 600;
    font-size: 1.4em
}

@media(max-width:850px) {
    .heading-4 {
        font-size: 1.2em
    }
}

.heading-5 {
    letter-spacing: .01em;
    line-height: 1.3em;
    font-weight: 600;
    font-size: 1.24em
}

@media(max-width:850px) {
    .heading-5 {
        font-size: 1.15em
    }
}

.heading-6 {
    letter-spacing: .01em;
    line-height: 1.3em;
    font-weight: 600;
    font-size: 1em
}

p {
    font-size: 1em;
    line-height: 1.5em
}

p a {
    color: #008787;
    transition: color .3s
}

p a:hover {
    color: #149b9b
}

.form-button__warning, .icon-list__subheading, .icon-text-card__description {
    color: #adadad;
    line-height: 1.3em;
    font-size: .95em
}

a {
    color: inherit;
    text-decoration: none
}

em {
    font-weight: 600
}

hr {
    height: 1px;
    border: 0;
    background-color: #ccc;
    margin: 60px 0
}

.wrapper, .carousel-single__content, .seven-four-col, .seven-four-col--reverse,
.text-content, .text-image--small, .video-wrapper--small, .modal__close,
.tabs, .clip-banner--wrapper, .modal-content-wrapper--large .modal__container {
    width: 100%;
    max-width: 1180px;
    padding: 0 20px;
    margin: 0 auto
}

@media(max-width:550px) {
    .wrapper, .carousel-single__content, .seven-four-col, .seven-four-col--reverse,
    .text-content, .text-image--small, .video-wrapper--small, .modal__close,
    .tabs, .clip-banner--wrapper, .modal-content-wrapper--large .modal__container {
        padding: 0 15px
    }
}

@keyframes flip {
    0% {
        transform: rotateY(0)
    }

    100% {
        transform: rotateY(360deg)
    }
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset
}

button, input[type="reset"], input[type="button"], input[type="submit"] {
    cursor: pointer;
    border: 0;
    display: inline-block
}

label {
    display: block;
    font-size: .875rem;
    line-height: 1.3rem;
    color: #484848;
    margin-bottom: 8px
}

input, textarea, select {
    display: block;
    width: 100%;
    padding: 11px 16px;
    line-height: normal;
    height: 42px;
    border: 1px solid #adadad;
    font-size: 1em;
    transition: border .3s
}

input:focus, textarea:focus, select:focus {
    border: 1px solid #008787
}

input.error, textarea.error, select.error {
    border-color: #e26c6c
}

@media(max-width:550px) {
    input, textarea, select {
        line-height: 36px;
        min-height: 36px
    }
}

input[type="radio"], input[type="checkbox"] {
    cursor: pointer
}

button:disabled, .disabled {
    pointer-events: none;
    opacity: .4;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

textarea {
    resize: vertical;
    min-height: 200px;
    line-height: 1.3em;
    padding: 15px 10px
}

textarea.error {
    border-color: #e26c6c
}

::-webkit-input-placeholder {
    color: #bbb
}

:-moz-placeholder {
    color: #bbb
}

::-moz-placeholder {
    color: #bbb
}

:-ms-input-placeholder {
    color: #bbb
}

input[type="checkbox"] {
    display: none
}

input[type="checkbox"] + label {
    display: inline-block;
    -ms-flex-align: center;
    align-items: center;
    transition: color .3s
}

input[type="checkbox"] + label .checkbox-input {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border: 1px solid #008787;
    margin-right: 10px;
    transition: all .3s
}

@media(max-width:768px) {
    input[type="checkbox"] + label .checkbox-input {
        width: 15px;
        height: 15px;
        margin-right: 5px
    }
}

input[type="checkbox"] + label .checkbox-text {
    text-transform: capitalize;
    display: inline-block;
    vertical-align: middle
}

input[type="checkbox"] + label .checkbox-text--bold {
    letter-spacing: .01em;
    line-height: 1.3em;
    font-weight: 600;
    font-size: 1.24em
}

@media(max-width:850px) {
    input[type="checkbox"] + label .checkbox-text--bold {
        font-size: 1.15em
    }
}

.checkbox-input:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 3px;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent
}

input[type="checkbox"]:checked + label .checkbox-input {
    background-color: #008787
}

input[type="checkbox"]:checked + label .checkbox-input:before {
    transform: rotate(45deg);
    transform-origin: 0% 100%;
    width: 6px;
    height: 12px;
    border-color: #fff;
    transform: translate3d(0, -.5em, 0) rotate(45deg)
}

@media(max-width:768px) {
    input[type="checkbox"]:checked + label .checkbox-input:before {
        width: 5px;
        height: 8px
    }
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("/moxa/media/microsites/common/images/dropdown-arrow.svg") center right no-repeat;
    background-color: #fff
}

select::-ms-expand {
    display: none
}

input[type="radio"] {
    display: none
}

input[type="radio"] + label {
    position: relative;
    z-index: 1
}

input[type="radio"] + label .radio-input {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    border: 1px solid #008787;
    position: relative
}

input[type="radio"] + label .radio-input:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #008787;
    top: 4px;
    left: 4px;
    transition: transform .3s;
    transform: scale(0)
}

input[type="radio"] + label .radio-text {
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize
}

input[type="radio"]:checked + label .radio-input:before {
    transform: scale(1)
}

.select-form {
    margin-bottom: 32px;
    position: relative
}

@media(max-width:1024px) {
    .select-form {
        margin-bottom: 15px
    }
}

.select-form__label {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    font-size: .95em;
    cursor: pointer;
    color: inherit;
    margin-left: 5px
}

.select-form.disabled {
    color: #adadad;
    pointer-events: none
}

.select-form.disabled .checkbox-input {
    border-color: #adadad
}

.select-form.disabled .radio-input {
    border-color: #adadad
}

.select-form.error .input-error-message {
    bottom: 24px;
    left: -5px
}

.select-form.error .checkbox-input {
    border-color: #e26c6c
}

.select-form__description {
    margin-left: 40px;
    line-height: 1.3em;
    margin-top: 5px
}

@media(max-width:550px) {
    .select-form__description {
        margin-left: 30px
    }
}

.input-form {
    margin-bottom: 32px;
    position: relative
}

@media(max-width:1024px) {
    .input-form {
        margin-bottom: 15px
    }
}

.input-form.error input, .input-form.error select {
    border-color: #e26c6c
}

.input-form-wrapper--two {
    margin-bottom: 32px;
    position: relative
}

@media(max-width:1024px) {
    .input-form-wrapper--two {
        margin-bottom: 15px
    }
}

.input-form-wrapper--two:before, .input-form-wrapper--two:after {
    content: " ";
    display: table
}

.input-form-wrapper--two:after {
    clear: both
}

.input-form-wrapper--two .input-form {
    float: left;
    width: 48%;
    margin-bottom: 0
}

.input-form-wrapper--two .input-form:first-child {
    margin-right: 4%
}

.input-error-note {
    position: absolute;
    bottom: -24px;
    left: 0;
    color: #e26c6c;
    font-size: .875rem;
    line-height: 1.3rem
}

.input-error-message {
    background: linear-gradient(to right, #fa943e, #f8ad3a);
    color: #fff;
    padding: 8px 15px;
    position: absolute;
    left: 20px;
    bottom: 54px;
    font-size: .95em;
    font-weight: 600
}

.input-error-message:before {
    position: absolute;
    bottom: -14px;
    left: 15px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 7px solid transparent;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fa943e
}

.input-error-message__icon {
    width: 16px;
    height: 16px;
    fill: #fff;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.form-wrapper {
    float: none;
    margin: 0 auto;
    margin-bottom: 60px
}

@media(max-width:850px) {
    .form-wrapper {
        width: 100%
    }
}

.form-wrapper--small {
    max-width: 380px;
    margin: 0 auto
}

.form-wrapper--small .form-section {
    margin-bottom: 0
}

.form-wrapper--small .moxa-logo-small {
    margin-bottom: 20px
}

.form-wrapper--small .recaptcha-section {
    margin-bottom: 0
}

.form-wrapper--small .form-button {
    margin-top: 30px
}

.form-section {
    margin-bottom: 60px
}

@media(max-width:850px) {
    .form-section {
        margin-bottom: 30px
    }
}

.form-section__heading {
    letter-spacing: .01em;
    line-height: 1.3em;
    font-weight: 600;
    font-size: 1.24em;
    margin-bottom: 15px
}

@media(max-width:850px) {
    .form-section__heading {
        font-size: 1.15em
    }
}

.recaptcha-section {
    margin-bottom: 60px
}

.recaptcha-section:before, .recaptcha-section:after {
    content: " ";
    display: table
}

.recaptcha-section:after {
    clear: both
}

.recaptcha-section__input {
    display: inline-block;
    vertical-align: middle
}

@media(min-width:551px) {
    .recaptcha-section__input {
        max-width: 180px;
        width: calc(100% - 190px);
        margin-right: 15px
    }
}

@media(max-width:550px) {
    .recaptcha-section__input {
        width: calc(100% - 150px);
        margin-right: 5px
    }
}

.recaptcha-section__img {
    display: inline-block;
    vertical-align: middle;
    width: 124px;
    height: 44px;
    margin-right: -5px;
    border: 1px solid #adadad
}

@media(max-width:550px) {
    .recaptcha-section__img {
        height: 36px;
        width: auto
    }
}

.recaptcha-section__img img {
    width: 100%
}

.recaptcha-section__refresh {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    width: 44px;
    height: 44px;
    text-align: center;
    background-color: #008787;
    transition: background-color .25s
}

@media(min-width:1025px) {
    .recaptcha-section__refresh:hover {
        background-color: #007373
    }
}

.recaptcha-section__refresh svg {
    fill: #fff;
    width: 24px;
    height: 100%
}

@media(max-width:550px) {
    .recaptcha-section__refresh {
        width: 36px;
        height: 36px
    }
}

.form-button {
    text-align: center;
    margin-top: 60px
}

.form-button__warning {
    text-align: left;
    margin-top: 20px
}

.btn--s, .btn--m, .btn--l, .btn--xs {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    letter-spacing: .08em;
    text-transform: capitalize;
    cursor: pointer;
    color: #fff;
    text-align: center;
    transition: background .3s, color .3s
}

.btn--s {
    padding: 0 5px;
    height: 35px;
    line-height: 35px;
    font-size: .9em;
    font-weight: 600
}

@media(min-width:769px) {
    .btn--s {
        min-width: 180px
    }
}

@media(max-width:768px) {
    .btn--s {
        width: 100%
    }
}

.btn--m {
    width: auto;
    padding: 0 20px;
    height: 45px;
    line-height: 45px;
    font-size: 1em;
    font-weight: 600
}

@media(min-width:551px) {
    .btn--m {
        min-width: 220px
    }
}

@media(max-width:550px) {
    .btn--m {
        width: 100%
    }
}

.btn--l {
    padding: 0 25px;
    height: 50px;
    line-height: 50px;
    font-size: 1.2em;
    font-weight: 600
}

@media(min-width:551px) {
    .btn--l {
        min-width: 350px
    }
}

@media(max-width:550px) {
    .btn--l {
        width: 100%
    }
}

.btn--xs {
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    font-size: .9em;
    font-weight: 600
}

.btn-primary--green {
    background-color: #008787;
    border: 2px solid #008787;
    transition: color .3s, background-color .3s
}

@media(min-width:1025px) {
    .btn-primary--green:hover {
        background-color: white;
        color: #008787
    }
}

.btn-primary--orange {
    background-color: #fa943e;
    border: 2px solid #fa943e;
    transition: color .3s, background-color .3s, border .3s
}

@media(min-width:1025px) {
    .btn-primary--orange:hover {
        background-color: white;
        color: #fa943e
    }
}

.btn-primary--gray {
    background-color: #5b5b5b;
    border: 2px solid #5b5b5b;
    transition: color .3s, background-color .3s, border .3s
}

@media(min-width:1025px) {
    .btn-primary--gray:hover {
        background-color: white;
        color: #5b5b5b
    }
}

.btn-secondary--green {
    border: 1px solid #008787;
    background-color: transparent;
    color: #008787;
    transition: background .3s, color .3s
}

.btn-secondary--green:hover {
    background-color: #008787;
    color: white
}

.btn-secondary--orange {
    border: 1px solid #fa943e;
    background-color: transparent;
    color: #fa943e;
    transition: background .3s, color .3s
}

.btn-secondary--orange:hover {
    background-color: #fa943e;
    color: white
}

.btn-white-line {
    border: 1px solid #fff;
    transition: background .3s, color .3s
}

.btn-white-line:hover {
    background-color: white;
    color: #008787
}

.unorder-list {
    margin-left: 1em
}

.unorder-list__item, .unorder-list > li {
    list-style: disc;
    line-height: 1.5em
}

.order-list {
    margin-left: 1em
}

.order-list__item, .order-list > li {
    list-style: decimal;
    line-height: 1.5em
}

.two-col:before, .two-col:after {
    content: " ";
    display: table
}

.two-col:after {
    clear: both
}

.two-col__left {
    width: 31.62393%;
    float: left;
    margin-right: 2.5641%
}

@media(max-width:850px) {
    .two-col__left {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0
    }
}

.two-col__right {
    width: 65.81197%;
    float: right;
    margin-right: 0
}

@media(max-width:850px) {
    .two-col__right {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0
    }
}

.two-col__heading {
    max-width: 250px;
    letter-spacing: .01em;
    line-height: 1.3em;
    font-weight: 600;
    font-size: 1.4em
}

@media(max-width:850px) {
    .two-col__heading {
        font-size: 1.2em
    }
}

@media(max-width:850px) {
    .two-col__heading {
        margin-bottom: 20px
    }
}

.two-col-card:before, .two-col-card:after {
    content: " ";
    display: table
}

.two-col-card:after {
    clear: both
}

@media(min-width:551px) {
    .two-col-card__item {
        margin-bottom: 30px;
        width: 48.71795%;
        float: left;
        margin-right: 2.5641%
    }

    .two-col-card__item:nth-child(2n) {
        float: right;
        margin-right: 0
    }
}

@media(max-width:550px) {
    .two-col-card__item {
        float: none;
        width: 100%;
        margin: 0;
        margin-bottom: 30px
    }
}

@media(min-width:551px) {
    .two-col-card__item:nth-child(2n) {
        width: 48.71795%;
        float: right;
        margin-right: 0
    }
}

@media(max-width:550px) {
    .two-col-card__item:nth-child(2n) {
        float: none;
        width: 100%;
        margin: 0;
        margin-bottom: 30px
    }
}

.two-col-card__item:nth-last-child( - n + 2) {
    margin-bottom: 0
}

@media(max-width:550px) {
    .two-col-card__item:nth-last-child( - n + 2) {
        margin-bottom: 30px
    }
}

@media(max-width:550px) {
    .two-col-card__item:last-child {
        margin-bottom: 0
    }
}

.three-col-card:before, .three-col-card:after {
    content: " ";
    display: table
}

.three-col-card:after {
    clear: both
}

.three-col-card__item {
    width: 31.62393%;
    float: left;
    margin-right: 2.5641%;
    margin-bottom: 30px
}

@media(max-width:550px) {
    .three-col-card__item {
        float: none;
        width: 100%;
        margin: 0;
        margin-bottom: 30px
    }
}

.three-col-card__item:nth-child(3n) {
    width: 31.62393%;
    float: right;
    margin-right: 0
}

@media(max-width:550px) {
    .three-col-card__item:nth-child(3n) {
        float: none;
        width: 100%;
        margin: 0
    }
}

@media(max-width:850px) {
    .three-col-card__item:nth-child(3n) {
        margin-bottom: 30px
    }
}

.three-col-card__item:nth-last-child( - n + 3) {
    margin-bottom: 0
}

@media(max-width:550px) {
    .three-col-card__item:nth-last-child( - n + 3) {
        margin-bottom: 30px
    }
}

@media(max-width:550px) {
    .three-col-card__item:last-child {
        margin-bottom: 0
    }
}

.three-col-card--closer:before, .three-col-card--closer:after {
    content: " ";
    display: table
}

.three-col-card--closer:after {
    clear: both
}

.three-col-card--closer .three-col-card__item:first-child .three-col-card__image {
    margin-right: 20px
}

.three-col-card--closer .three-col-card__item:last-child .three-col-card__image {
    margin-left: 20px
}

.four-col-card:before, .four-col-card:after {
    content: " ";
    display: table
}

.four-col-card:after {
    clear: both
}

.four-col-card__item {
    width: 23.07692%;
    float: left;
    margin-right: 2.5641%;
    margin-bottom: 30px
}

@media(max-width:850px) {
    .four-col-card__item {
        width: 48.71795%;
        float: left;
        margin-right: 2.5641%
    }
}

@media(max-width:550px) {
    .four-col-card__item {
        float: none;
        width: 100%;
        margin: 0;
        margin-bottom: 30px
    }
}

.four-col-card__item:nth-child(4n) {
    width: 23.07692%;
    float: right;
    margin-right: 0
}

@media(max-wdith:850px) {
    .four-col-card__item:nth-child(4n) {
        width: 48.71795%;
        float: left;
        margin-right: 2.5641%
    }
}

@media(max-width:550px) {
    .four-col-card__item:nth-child(4n) {
        float: none;
        width: 100%;
        margin: 0;
        margin-bottom: 30px
    }
}

@media(max-width:850px) {
    .four-col-card__item:nth-child(2n) {
        width: 48.71795%;
        float: right;
        margin-right: 0
    }
}

@media(max-width:550px) {
    .four-col-card__item:nth-child(2n) {
        float: none;
        width: 100%;
        margin: 0;
        margin-bottom: 30px
    }
}

.four-col-card__item:nth-last-child( - n + 4) {
    margin-bottom: 0
}

@media(max-width:850px) {
    .four-col-card__item:nth-last-child( - n + 4) {
        margin-bottom: 30px
    }
}

@media(max-width:850px) {
    .four-col-card__item:nth-last-child( - n + 2) {
        margin-bottom: 0
    }
}

@media(max-width:550px) {
    .four-col-card__item:nth-last-child( - n + 2) {
        margin-bottom: 30px
    }
}

@media(max-width:550px) {
    .four-col-card__item:last-child {
        margin-bottom: 0
    }
}

.seven-four-col:before, .seven-four-col:after {
    content: " ";
    display: table
}

.seven-four-col:after {
    clear: both
}

.seven-four-col__large {
    width: 59.82906%;
    float: left;
    margin-right: 2.5%
}

@media(max-width:1024px) {
    .seven-four-col__large {
        width: 57.26496%;
        float: left;
        margin-right: 2.5641%;
        padding-right: 30px
    }
}

@media(max-width:768px) {
    .seven-four-col__large {
        width: 100%;
        padding: 0
    }
}

.seven-four-col__small {
    width: 34.18803%;
    float: right;
    margin-right: 0
}

@media(max-width:1024px) {
    .seven-four-col__small {
        width: 40.17094%;
        float: right;
        margin-right: 0
    }
}

@media(max-width:768px) {
    .seven-four-col__small {
        margin-top: 20px;
        width: 100%;
        padding: 0
    }
}

.seven-four-col__top:before, .seven-four-col__top:after {
    content: " ";
    display: table
}

.seven-four-col__top:after {
    clear: both
}

.seven-four-col__heading {
    letter-spacing: .01em;
    line-height: 1.3em;
    font-weight: 600;
    font-size: 2.2em;
    width: 59.82906%;
    float: left;
    margin-right: 2.5%;
    float: none;
    margin-bottom: 30px
}

@media(max-width:850px) {
    .seven-four-col__heading {
        font-size: 2em
    }
}

@media(max-width:550px) {
    .seven-four-col__heading {
        font-size: 1.7em;
        line-height: 1.2em
    }
}

@media(max-width:768px) {
    .seven-four-col__heading {
        width: 100%
    }
}

.seven-four-col__image {
    width: 100%
}

.seven-four-col--reverse:before, .seven-four-col--reverse:after {
    content: " ";
    display: table
}

.seven-four-col--reverse:after {
    clear: both
}

.seven-four-col--reverse .seven-four-col__heading {
    width: 59.82906%;
    float: right;
    margin-right: 0
}

@media(max-width:1024px) {
    .seven-four-col--reverse .seven-four-col__heading {
        width: 57.26496%;
        float: right;
        margin-right: 0;
        padding-left: 30px
    }
}

@media(max-width:768px) {
    .seven-four-col--reverse .seven-four-col__heading {
        width: 100%;
        padding: 0
    }
}

.seven-four-col--reverse .seven-four-col__large {
    width: 59.82906%;
    float: right;
    margin-right: 0
}

@media(max-width:1024px) {
    .seven-four-col--reverse .seven-four-col__large {
        width: 57.26496%;
        float: right;
        margin-right: 0;
        padding-left: 30px
    }
}

@media(max-width:768px) {
    .seven-four-col--reverse .seven-four-col__large {
        width: 100%;
        padding: 0
    }
}

.seven-four-col--reverse .seven-four-col__small {
    width: 34.18803%;
    float: left;
    margin-right: 2.5%
}

@media(max-width:1024px) {
    .seven-four-col--reverse .seven-four-col__small {
        width: 40.17094%;
        float: left;
        margin-right: 2.5641%
    }
}

@media(max-width:768px) {
    .seven-four-col--reverse .seven-four-col__small {
        margin-bottom: 20px;
        width: 100%;
        padding: 0
    }
}

.text-content__heading {
    float: none;
    margin: 0 auto;
    letter-spacing: .01em;
    line-height: 1.3em;
    font-weight: 600;
    font-size: 2.2em;
    margin-bottom: 20px
}

@media(max-width:850px) {
    .text-content__heading {
        font-size: 2em
    }
}

@media(max-width:550px) {
    .text-content__heading {
        font-size: 1.7em;
        line-height: 1.2em
    }
}

@media(max-width:850px) {
    .text-content__heading {
        width: 100%
    }
}

.text-content__description {
    float: none;
    margin: 0 auto
}

@media(max-width:850px) {
    .text-content__description {
        width: 100%
    }
}

.text-image--small {
    margin: 60px auto
}

@media(max-width:850px) {
    .text-image--small {
        margin: 20px auto
    }
}

.text-image--full {
    margin: 60px auto;
    width: 100%
}

@media(max-width:850px) {
    .text-image--full {
        margin: 20px auto
    }
}

.video-wrapper--small {
    height: 600px;
    margin: 60px auto
}

@media(max-width:768px) {
    .video-wrapper--small {
        height: 400px;
        margin: 30px auto
    }
}

.video-wrapper--full {
    margin: 60px auto;
    height: 700px;
    width: 100%
}

@media(max-width:1024px) {
    .video-wrapper--full {
        height: 500px
    }
}

@media(max-width:768px) {
    .video-wrapper--full {
        height: 400px;
        margin: 30px auto
    }
}

.circle-icon-text__image {
    width: 176px;
    height: 176px;
    border-radius: 100%;
    border: 1px solid #fff;
    margin: 0 auto
}

.circle-icon-text__image svg {
    width: 100%;
    height: 100%
}

@media(max-width:850px) {
    .circle-icon-text__image {
        width: 130px;
        height: 130px
    }
}

@media(max-width:550px) {
    .circle-icon-text__image {
        width: 120px;
        height: 120px
    }

    .circle-icon-text__image img {
        width: 120px
    }
}

.circle-icon-text__text {
    font-size: 1em;
    line-height: 1.5em;
    max-width: 270px;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px
}

.circle-icon-text__text a {
    color: #008787;
    transition: color .3s
}

.circle-icon-text__text a:hover {
    color: #149b9b
}

.circle-icon-text__button {
    margin-top: 30px;
    text-align: center
}

.icon-text-01__image {
    margin-bottom: 10px
}

.icon-text-01__image img {
    height: 95px;
    margin: 0 auto
}

.icon-text-01__image svg {
    height: 95px
}

.icon-text-01__text {
    max-width: 270px;
    margin: 0 auto;
    text-align: center
}

.icon-text-01__heading {
    letter-spacing: .01em;
    line-height: 1.3em;
    font-weight: 600;
    font-size: 1.24em
}

@media(max-width:850px) {
    .icon-text-01__heading {
        font-size: 1.15em
    }
}

.icon-text-01__description {
    font-size: 1em;
    line-height: 1.5em;
    margin-top: 10px
}

.icon-text-01__description a {
    color: #008787;
    transition: color .3s
}

.icon-text-01__description a:hover {
    color: #149b9b
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    background-color: rgba(32, 32, 32, .95);
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s
}

.modal.is-open {
    opacity: 1;
    visibility: visible
}

.modal.is-open .modal__container {
    transform: translateY(0)
}

.modal hr {
    margin: 20px 0
}

.modal__inner {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.modal__container {
    transform: translateY(30px);
    transition: transform .3s
}

.modal__close {
    padding: 0;
    color: #fff;
    text-align: right;
    margin-bottom: 10px
}

.modal__close svg {
    width: 25px;
    height: 25px;
    fill: #727171;
    cursor: pointer;
    transition: fill .2s
}

.modal__close svg:hover {
    fill: #fff
}

@media(max-width:1024px) {
    .modal__close {
        max-width: 90%
    }
}

.modal-content-01 {
    background-color: #fff;
    height: 600px
}

.tabs__container {
    float: none;
    margin: 0 auto
}

.tab__underline {
    position: absolute;
    height: 4px;
    bottom: 0;
    left: 0;
    background: #008787;
    transition: .3s ease
}

@media(max-width:850px) {
    .tab__underline {
        display: none
    }
}

.tab-nav-wrap {
    position: relative
}

.tab-nav {
    display: table;
    table-layout: fixed;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}
.tab-nav__item:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 0;
    width: 100%;
    }
.tab-nav__item.is-active:after {
    height: 4px;
    background: linear-gradient(160deg, #17A3B1 40%, #3AAA70);
    }

@media(max-width:768px) {
    .tab-nav {
        padding: 0;
        margin: 0
    }
}

@media(max-width:850px) {
    .tab-nav {
        position: relative
    }

    .tab-nav::after {
        content: "+";
        position: absolute;
        top: 4px;
        right: 0;
        z-index: 10;
        pointer-events: none;
        font-size: 1.5em;
        padding: 0 12px
    }

    .tab-nav.is-open::after {
        content: "-"
    }

    .tab-nav.is-open .tab-nav__item:not(.is-active) {
        opacity: 1;
        visibility: visible;
        height: auto;
        padding: 10px 6px
    }
}

.tab-nav__item {
    display: table-cell;
    padding: 10px 20px;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    text-align: left;
    line-height: 1.3em;
    border-bottom: 1px solid #adadad
}

@media(max-width:1024px) {
    .tab-nav__item {
        padding: 10px 6px;
        font-size: .9em
    }
}

@media(max-width:850px) {
    .tab-nav__item {
        display: block;
        width: 100%;
        margin: 0;
        font-size: .85em;
        transition: height .2s linear
    }

    .tab-nav__item:not(.is-active) {
        opacity: 0;
        visibility: hidden;
        height: 0;
        padding: 0
    }

    .tab-nav__item:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: -1px;
        height: 0;
        width: 100%
    }

    .tab-nav__item.is-active:after {
        height: 4px;
        background: linear-gradient(160deg, #17a3b1 40%, #3aaa70)
    }
}

.tab-nav__item:hover .tab-nav__heading {
    color: #008787
}

@media(min-width:851px) {
    .tab-full-style {
        border-bottom: 3px solid #008787
    }
}

.tab-full-style.is-open:after {
    color: #5b5b5b
}

.tab-full-style:after {
    color: white
}

.tab-full-style .tab-nav__item.is-active {
    background: #008787;
    border-bottom: 0
}

.tab-full-style .tab-nav__item.is-active .tab-nav__heading {
    color: #fff
}

.tab-full-style .tab-nav__item.is-active:after {
    display: none
}

@media(max-width:850px) {
    .tab-full-style .tab-nav__item::after {
        display: none
    }
}

.tab-nav__heading {
    display: -ms-flexbox;
    display: flex;
    padding: 8px 0;
    -ms-flex-align: left;
    align-items: left;
    color: #484848;
    transition: color .3s
}

@media(max-width:850px) {
    .tab-nav__heading {
        display: inline;
        color: #5b5b5b
    }
}

@media(max-width:768px) {
    .tab-content {
        width: 100%;
        padding: 0;
        margin: 0
    }
}

.tab-content__panel {
    display: none;
    margin-top: 60px
}

@media(min-width:1025px) {
    .tab-content__panel {
        min-height: 260px
    }
}

@media(max-width:850px) {
    .tab-content__panel {
        min-height: 100px;
        margin-top: 20px
    }
}

.panel__heading {
    letter-spacing: .01em;
    line-height: 1.3em;
    font-weight: 600;
    font-size: 1.4em;
    margin-bottom: 20px
}

@media(max-width:850px) {
    .panel__heading {
        font-size: 1.2em
    }
}

[colspan] {
    width: 100% !important
}

.table-gradient-head {
    font-size: 16px !important;
    background: linear-gradient(160deg, #17a3b1 40%, #3aaa70) !important;
    color: #fff !important;
    font-weight: 600 !important
}

.table-gray-head {
    font-size: 16px !important;
    background: #008787;
    color: #fff !important;
    font-weight: 600 !important
}

.table-product-col {
    text-align: center;
    background-color: #e5e5e4;
    height: 40px;
    font-weight: 600
}

.table-product-col--light {
    text-align: left;
    background-color: #f7f7f7;
    font-weight: 600;
    height: auto !important
}

.table-product-header {
    padding: 15px 20px;
    background-color: #fff
}

@media(max-width:850px) {
    .table-product-header {
        padding: 20px 10px
    }
}

.table-product-header .name {
    letter-spacing: .01em;
    line-height: 1.3em;
    font-weight: 600;
    font-size: 1.4em;
    color: #008787
}

@media(max-width:850px) {
    .table-product-header .name {
        font-size: 1.2em
    }
}

.table-product-header .product-image {
    display: block;
    width: 150px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px
}

.table-01 {
    width: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid #e5e5e4;
    border-bottom: 0;
    background-color: #fff
}

.table-01 table {
    width: 100%;
    background-color: #fff
}

.table-01 th, .table-01 td {
    text-align: center;
    vertical-align: middle;
    height: 52px;
    font-size: 14px;
    color: #555;
    line-height: 1.4em;
    padding: 5px 20px;
    border-bottom: 1px solid #e5e5e4
}

.table-01 th:last-child, .table-01 td:last-child {
    border-right: 0
}

@media(max-width:850px) {
    .table-01 th, .table-01 td {
        padding: 5px 10px
    }
}

@media(max-width:550px) {
    .table-01 th, .table-01 td {
        padding: 3px 8px
    }
}

.table-01 td {
    border-right: 1px solid #e5e5e4
}

.table-01 tr:nth-child(odd) {
    background-color: #f9f9f9
}

.table-01-product-name th {
    padding: 0
}

.table-01__fixed {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 180px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15)
}

@media(max-width:850px) {
    .table-01__fixed {
        width: 110px
    }
}

.table-01__content {
    margin-left: 180px;
    overflow: scroll;
    overflow-y: hidden
}

@media(max-width:850px) {
    .table-01__content {
        margin-left: 110px
    }
}

.table-01__content .table-01-product-name th {
    border-right: 1px solid #e5e5e4
}

@media(min-width:851px) {
    [data-product-num="4"].table-01:before, [data-product-num="4"].table-01:after {
        content: " ";
        display: table
    }

    [data-product-num="4"].table-01:after {
        clear: both
    }

    [data-product-num="4"] .table-01__fixed {
        position: static;
        float: left;
        width: 15%;
        background-color: #e5e5e4
    }

    [data-product-num="4"] .table-01__fixed th, [data-product-num="4"] .table-01__fixed td {
        border-right: 1px solid #e5e5e4
    }

    [data-product-num="4"] .table-01__content {
        margin-left: 0;
        overflow: hidden;
        float: left;
        width: 85%
    }

    [data-product-num="4"] .table-01__content th, [data-product-num="4"] .table-01__content td {
        width: 25%
    }
}

[data-product-num="4"].table-01 th, [data-product-num="4"].table-01 td {
    width: 25%
}

.table-02-header.is-fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: transparent
}

.table-02-header.is-fixed .table-02-header__table {
    width: 570px;
    margin: 0 auto;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    position: relative
}

.table-02-header.is-fixed .table-02-header__table:before {
    content: "";
    height: 3px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(160deg, #17a3b1 40%, #3aaa70)
}

@media(max-width:768px) {
    .table-02-header.is-fixed .table-02-header__table {
        width: calc(100% - 40px)
    }
}

@media(max-width:550px) {
    .table-02-header.is-fixed .table-02-header__table {
        width: calc(100% - 30px)
    }
}

.table-02-header.is-fixed .product-image, .table-02-header.is-fixed .table-product-global {
    display: none
}

.table-02-header.is-fixed .table-product-header {
    padding: 10px 20px
}

@media(max-width:550px) {
    .table-02-header.is-fixed .table-product-header {
        font-size: .85em;
        padding: 5px 10px
    }
}

.table-02 {
    max-width: 570px;
    margin: 0 auto;
    border: 1px solid #e5e5e4;
    border-bottom: 0;
    position: relative
}

@media(max-width:768px) {
    .table-02 {
        max-width: 100%
    }
}

.table-02 td, .table-02 th {
    width: 33%;
    border-right: 1px solid #e5e5e4;
    font-size: 14px;
    color: #555;
    line-height: 1.4em;
    padding: 5px 20px;
    border-bottom: 1px solid #e5e5e4
}

.table-02 td:last-child, .table-02 th:last-child {
    border-right: 0
}

@media(max-width:850px) {
    .table-02 td, .table-02 th {
        padding: 5px 10px
    }
}

@media(max-width:550px) {
    .table-02 td, .table-02 th {
        padding: 3px 8px
    }
}

.table-02 .table-product-header .product-image {
    max-width: 100%
}

.table-02-product-name th {
    padding: 0
}

.table-02-header {
    width: 100%;
    background-color: #eee
}

.table-02-header__table {
    width: 100%;
    table-layout: fixed;
    background-color: #fff
}

.table-02-header__table td, .table-02-header__table th {
    text-align: center
}

.table-02-body__table {
    width: 100%;
    table-layout: fixed;
    background-color: #fff
}

.table-02-body__table th, .table-02-body__table td {
    text-align: left
}

@media(max-width:850px) {
    .table-02-body__table th, .table-02-body__table td {
        word-break: break-all
    }
}

.table-03 {
    width: 100%;
    table-layout: fixed
}

.table-03 th {
    height: 55px
}

.table-03 th, .table-03 td {
    vertical-align: middle;
    padding: 10px 25px;
    border-right: 1px solid #e5e5e4;
    width: 50%
}

@media(max-width:850px) {
    .table-03 th, .table-03 td {
        padding: 10px 15px
    }
}

@media(max-wdith:550px) {
    .table-03 th, .table-03 td {
        padding: 5px 10px
    }
}

.table-03 th:last-child, .table-03 td:last-child {
    border-right: 0
}

.table-03 td {
    font-size: 1em;
    line-height: 1.5em;
    border-bottom: 1px solid #e5e5e4;
    background-color: #fff
}

.table-03 td a {
    color: #008787;
    transition: color .3s
}

.table-03 td a:hover {
    color: #149b9b
}

.table-03 .image-list__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 22.5px
}

.slick-slider {
    position: relative
}

.slick-dots {
    position: relative;
    margin-top: -40px;
    color: #fff;
    text-align: center
}

@media(max-width:550px) {
    .slick-dots {
        margin-top: -25px
    }
}

.slick-dots > li {
    display: inline-block;
    margin: 0 5px
}

.slick-dots > li.slick-active button {
    opacity: 1
}

.slick-dots button {
    width: 10px;
    height: 10px;
    opacity: .4;
    border-radius: 100%;
    background-color: #ccc;
    text-indent: -99px;
    overflow: hidden
}

@media(max-width:550px) {
    .slick-dots button {
        width: 7px;
        height: 7px;
        opacity: .2
    }
}

.slick-list, .slick-track {
    height: 100%
}

.carousel-single {
    position: relative;
    height: 600px;
    overflow: hidden
}

.carousel-single .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    opacity: 0;
    transition: opacity .3s;
    width: 80px;
    height: 50px;
    margin-top: -25px;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

@media(max-width:850px) {
    .carousel-single .slick-arrow {
        width: 40px;
        height: 40px;
        background-size: 20px auto
    }
}

.carousel-single .slick-prev {
    left: 0;
    background-image: url("/moxa/media/microsites/common/images/carousel-prev.svg")
}

.carousel-single .slick-next {
    right: 0;
    background-image: url("/moxa/media/microsites/common/images/carousel-next.svg")
}

@media(max-width:1280px) {
    .carousel-single {
        height: 500px
    }
}

@media(max-width:850px) {
    .carousel-single {
        height: 400px
    }
}

@media(max-width:550px) {
    .carousel-single {
        height: 200px
    }
}

@media(min-width:1025px) {
    .carousel-single:hover .slick-arrow {
        opacity: .8
    }
}

.carousel-single__item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    position: relative;
    height: 100%
}

@media(max-width:550px) {
    .carousel-single__item {
        background-position: 65% 50%
    }
}

.carousel-single__content {
    opacity: 0;
    transition: opacity .3s;
    transition-delay: .5s;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.carousel-single__content:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, .3) 70%, rgba(0, 0, 0, .1) 80%);
    opacity: 0
}

@media(max-width:550px) {
    .carousel-single__content:after {
        opacity: 1
    }
}

.carousel-single__content-inner {
    position: relative;
    z-index: 1;
    width: 60%
}

@media(max-width:1280px) {
    .carousel-single__content-inner {
        padding: 0 50px
    }
}

@media(max-width:850px) {
    .carousel-single__content-inner {
        padding: 0 20px
    }
}

@media(max-width:550px) {
    .carousel-single__content-inner {
        width: 70%;
        padding: 0
    }
}

.slick-current.slick-active .carousel-single__content {
    opacity: 1
}

.carousel-single__heading {
    letter-spacing: .01em;
    line-height: 1.3em;
    font-weight: 600;
    font-size: 2.8em;
    color: #fff;
    margin-bottom: 15px
}

@media(max-width:850px) {
    .carousel-single__heading {
        font-size: 2.6em;
        line-height: 1.2em
    }
}

@media(max-width:550px) {
    .carousel-single__heading {
        font-size: 2em;
        line-heigth: 1.15em
    }
}

@media(max-width:850px) {
    .carousel-single__heading {
        font-size: 1.7em
    }
}

@media(max-width:550px) {
    .carousel-single__heading {
        margin-bottom: 15px;
        font-size: 1.3em
    }
}

.carousel-single__summary {
    margin-bottom: 30px;
    color: #fff
}

@media(max-width:850px) {
    .carousel-single__summary {
        font-size: .95em
    }
}

@media(max-width:550px) {
    .carousel-single__summary {
        display: none
    }
}

.carousel-single__button {
    margin-top: 40px
}

@media(max-width:550px) {
    .carousel-single__button {
        margin-top: 15px
    }
}

@media(max-width:850px) {
    .carousel-single__button .btn--l {
        font-size: 1em;
        min-width: 250px;
        line-height: 40px;
        height: 40px
    }
}

@media(max-width:550px) {
    .carousel-single__button .btn--l {
        width: auto;
        min-width: 150px;
        padding: 0 10px;
        height: 30px;
        line-height: 30px;
        font-size: .9em
    }
}

.carousel-light-theme .carousel-single__heading, .carousel-light-theme .carousel-single__summary {
    color: #5b5b5b
}

.carousel-light-theme .carousel-single__content:after {
    background: linear-gradient(to right, rgba(255, 255, 255, .4) 65%, rgba(255, 255, 255, 0) 85%)
}

.loading-spinner {
    width: 100%;
    min-height: 300px;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.loading-spinner__spinner {
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-image: url("data:image/gif;base64,R0lGODlhIAAgAPMAAP///wCHh8bj44TExLbc3JrPzzagoFavr9js7OTx8bzf3x6VlQSIiAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQACgABACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQACgACACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkEAAoAAwAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkEAAoABAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAAKAAUALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAAKAAYALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQACgAHACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAAKAAgALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAAKAAkALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQACgAKACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkEAAoACwAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==")
}

.section__heading {
    letter-spacing: .01em;
    line-height: 1.3em;
    font-weight: 600;
    font-size: 2.2em;
    text-align: center;
    margin-bottom: 60px
}

@media(max-width:850px) {
    .section__heading {
        font-size: 2em
    }
}

@media(max-width:550px) {
    .section__heading {
        font-size: 1.7em;
        line-height: 1.2em
    }
}

.section {
    padding: 80px 0
}

@media(max-width:850px) {
    .section {
        padding: 60px 0
    }
}

@media(max-width:550px) {
    .section {
        padding: 30px 0
    }
}

@media(max-width:850px) {
    .section__heading {
        margin-bottom: 30px
    }
}

.section .content-top-gutter {
    margin-top: 60px
}

.section--white-text {
    color: #fff
}

.section--white-text svg {
    fill: #fff
}

.section-bg-pattern {
    color: #fff
}

.section-bg-pattern:before {
    background-image: url("/moxa/media/microsites/common/images/bg-1.svg")
}

.section-bg-pattern .wrapper, .section-bg-pattern .carousel-single__content {
    position: relative;
    z-index: 2
}

.section-bg-pattern svg {
    fill: #fff
}

.section-gradient {
    color: #fff;
    position: relative
}

@media(min-width:1025px) {
    .section-gradient .three-canvas {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: .7
    }
}

@media(max-width:1024px) {
    .section-gradient .three-canvas {
        display: none
    }

    .section-gradient:before {
        background-image: url("/moxa/media/microsites/common/images/bg-2.png");
        background-size: 100% 100%
    }
}

@media(max-width:1024px) and (max-width:850px) {
    .section-gradient:before {
        opacity: .4
    }
}

.section-gradient .wrapper, .section-gradient .carousel-single__content {
    position: relative;
    z-index: 2
}

.section-gradient__heading {
    letter-spacing: .01em;
    line-height: 1.3em;
    font-weight: 600;
    font-size: 2.8em;
    max-width: 60%;
    margin-bottom: 60px
}

@media(max-width:850px) {
    .section-gradient__heading {
        font-size: 2.6em;
        line-height: 1.2em
    }
}

@media(max-width:550px) {
    .section-gradient__heading {
        font-size: 2em;
        line-heigth: 1.15em
    }
}

@media(max-width:850px) {
    .section-gradient__heading {
        max-width: 80%
    }
}

.section-gradient__logo {
    position: absolute;
    right: 0;
    bottom: -50px;
    width: 180px
}

@media(max-width:1024px) {
    .section-gradient__logo {
        right: 15px;
        bottom: 0
    }
}

.section-gradient__logo svg {
    height: 30px;
    fill: #fff
}

.icon-list__link {
    background-color: #fff;
    margin-bottom: 15px;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0
}

@media(min-width:1025px) {
    .icon-list__link:hover .icon-list__heading, .icon-list__link:hover .icon-list__subheading {
        color: #fff
    }

    .icon-list__link:hover svg {
        fill: #fff
    }
}

@media(max-width:550px) {
    .icon-list__link {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.icon-list__image svg {
    width: 90px;
    height: 90px;
    fill: #008787;
    margin-left: 30px
}

@media(max-width:1024px) {
    .icon-list__image svg {
        width: 60px;
        height: 60px
    }
}

@media(max-width:850px) {
    .icon-list__image svg {
        width: 35px;
        height: 35px
    }
}

@media(max-width:550px) {
    .icon-list__image svg {
        width: 60px;
        height: 60px;
        margin: 0 auto
    }
}

@media(max-width:550px) {
    .icon-list__image {
        float: none;
        width: 100%;
        margin-right: 0
    }
}

@media(max-width:550px) {
    .icon-list__content {
        text-align: center;
        float: none;
        width: 100%;
        padding: 0 20px
    }
}

.icon-list__button svg {
    width: 40px;
    height: 40px;
    fill: #008787;
    margin-right: 30px
}

@media(max-width:1024px) {
    .icon-list__button svg {
        width: 30px;
        height: 30px
    }
}

@media(max-width:850px) {
    .icon-list__button svg {
        width: 25px;
        height: 25px
    }
}

@media(max-width:550px) {
    .icon-list__button {
        display: none
    }
}

.icon-list__heading {
    letter-spacing: .01em;
    line-height: 1.3em;
    font-weight: 600;
    font-size: 1.4em;
    color: #008787;
    margin-bottom: 5px
}

@media(max-width:850px) {
    .icon-list__heading {
        font-size: 1.2em
    }
}

.icon-image-list {
    height: 630px
}

.icon-image-list:before, .icon-image-list:after {
    content: " ";
    display: table
}

.icon-image-list:after {
    clear: both
}

@media(max-width:1024px) {
    .icon-image-list {
        height: 100%
    }
}

.icon-image-list__content {
    float: left;
    width: 50%;
    height: 100%;
    background-color: #fff
}

@media(max-width:1024px) {
    .icon-image-list__content {
        width: 100%
    }
}

.icon-image-list__image {
    float: left;
    width: 50%;
    height: 100%;
    background-image: url("/moxa/media/microsites/common/images/image.jpg");
    background-size: cover;
    background-position: 50% 50%
}

@media(max-width:1024px) {
    .icon-image-list__image {
        width: 100%;
        height: 50vh
    }
}

.image-list__item {
    border-bottom: 1px solid #e5e5e4;
    height: 210px;
    display: -ms-flexbox;
    display: flex
}

.image-list__item:last-child {
    border-bottom: 0
}

@media(max-width:1024px) {
    .image-list__item {
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto
    }
}

.image-list__image {
    -ms-flex: 1 0 165px;
    flex: 1 0 165px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width:1024px) {
    .image-list__image {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        margin-top: 20px
    }
}

.image-list__image img {
    max-width: 100%;
    margin: 0 auto
}

@media(max-width:850px) {
    .image-list__image img {
        width: 100px
    }
}

@media(max-width:550px) {
    .image-list__image img {
        width: 80px
    }
}

.image-list--small {
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0
}

@media(max-width:1024px) {
    .image-list--small {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        padding: 5px 0
    }
}

.image-list--small .image-list__image {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-right: 20px
}

@media(max-width:850px) {
    .image-list--small .image-list__image {
        margin-right: 0
    }
}

.image-list--small .image-list__image img {
    width: 110px;
    height: 110px
}

@media(max-width:550px) {
    .image-list--small .image-list__image img {
        width: 80px;
        height: 80px
    }
}

.image-list--small .image-list__content {
    padding: 0;
    padding-top: 10px;
    text-align: left;
    width: auto
}

.image-list__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 22.5px;
    width: 500px
}

@media(max-width:1024px) {
    .image-list__content {
        margin: 0;
        text-align: center;
        padding: 20px;
        width: auto
    }
}

.image-list__heading {
    letter-spacing: .01em;
    line-height: 1.3em;
    font-weight: 600;
    font-size: 1.4em
}

@media(max-width:850px) {
    .image-list__heading {
        font-size: 1.2em
    }
}

.image-list__description {
    font-size: 1em;
    line-height: 1.5em
}

.image-list__description a {
    color: #008787;
    transition: color .3s
}

.image-list__description a:hover {
    color: #149b9b
}

.icon-text-card {
    background-color: #fff
}

.icon-text-card__link {
    padding: 30px
}

@media(min-width:1025px) {
    .icon-text-card__link:hover .icon-text-card__heading {
        color: #fff
    }

    .icon-text-card__link:hover .icon-text-card__description {
        color: #fff
    }

    .icon-text-card__link:hover svg {
        fill: #fff
    }

    .icon-text-card__link:hover .btn-secondary--green {
        border-color: #fff;
        color: #fff
    }
}

@media(max-width:850px) {
    .icon-text-card__link {
        padding: 20px
    }
}

.icon-text-card__image {
    margin-bottom: 10px
}

.icon-text-card__image svg {
    height: 120px;
    fill: #008787
}

@media(max-width:850px) {
    .icon-text-card__image svg {
        height: 80px
    }
}

.icon-text-card__heading {
    text-align: center;
    letter-spacing: .01em;
    line-height: 1.3em;
    font-weight: 600;
    font-size: 1.24em;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 2.6em
}

@media(max-width:850px) {
    .icon-text-card__heading {
        font-size: 1.15em
    }
}

.icon-text-card__description {
    text-align: center
}

.icon-text-card__button {
    margin-top: 20px;
    text-align: center
}

.clip-banner--wrapper .clip-banner:nth-child(odd) .clip-banner__item:first-child {
    -ms-flex-order: 2;
    order: 2
}

@media(max-width:850px) {
    .clip-banner--wrapper .clip-banner:nth-child(odd) .clip-banner__item:first-child {
        -ms-flex-order: 1;
        order: 1
    }
}

.clip-banner--wrapper .clip-banner:nth-child(odd) .clip-banner__item:last-child {
    -ms-flex-order: 1;
    order: 1
}

.clip-banner--wrapper .clip-banner:nth-child(odd) .clip-banner__item:last-child:after {
    right: -15px;
    left: auto;
    border-right: 0;
    border-left: 15px solid #fff
}

@media(max-width:850px) {
    .clip-banner--wrapper .clip-banner:nth-child(odd) .clip-banner__item:last-child {
        -ms-flex-order: 2;
        order: 2
    }
}

.clip-banner {
    min-height: 330px;
    display: -ms-flexbox;
    display: flex
}

@media(max-width:850px) {
    .clip-banner {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.clip-banner__item {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    padding: 60px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    position: relative
}

@media(max-width:1024px) {
    .clip-banner__item {
        padding: 30px
    }
}

@media(max-width:850px) {
    .clip-banner__item {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
}

@media(max-width:550px) {
    .clip-banner__item {
        padding: 30px 15px
    }
}

@media(max-width:850px) {
    .clip-banner__item:first-child {
        min-height: 400px
    }
}

@media(max-width:550px) {
    .clip-banner__item:first-child {
        min-height: 250px
    }
}

.clip-banner__item:last-child:after {
    position: absolute;
    top: 50%;
    left: -15px;
    right: auto;
    z-index: 1;
    margin-top: -10px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff
}

@media(max-width:850px) {
    .clip-banner__item:last-child:after {
        display: none
    }
}

.clip-banner__heading {
    letter-spacing: .01em;
    line-height: 1.3em;
    font-weight: 600;
    font-size: 2em;
    margin-bottom: 20px
}

@media(max-width:850px) {
    .clip-banner__heading {
        font-size: 1.8em
    }
}

@media(max-width:550px) {
    .clip-banner__heading {
        font-size: 1.6em;
        line-heihgt: 1.2em
    }
}

.clip-banner__heading--large {
    letter-spacing: .01em;
    line-height: 1.3em;
    font-weight: 600;
    font-size: 2.2em
}

@media(max-width:850px) {
    .clip-banner__heading--large {
        font-size: 2em
    }
}

@media(max-width:550px) {
    .clip-banner__heading--large {
        font-size: 1.7em;
        line-height: 1.2em
    }
}

.clip-banner__subheading {
    letter-spacing: .01em;
    line-height: 1.3em;
    font-weight: 600;
    font-size: 1.4em;
    margin-top: 15px
}

@media(max-width:850px) {
    .clip-banner__subheading {
        font-size: 1.2em
    }
}

.clip-banner__description {
    font-size: 1em;
    line-height: 1.5em
}

.clip-banner__description a {
    color: #008787;
    transition: color .3s
}

.clip-banner__description a:hover {
    color: #149b9b
}

.clip-banner--color-bg .clip-banner__item {
    color: #fff
}

.clip-banner--color-bg .clip-banner__item:last-child:after {
    border-right: 15px solid #17a3b1
}

.clip-banner--color-bg .clip-banner:nth-child(odd) .clip-banner__item:last-child:after {
    border-left: 15px solid #0facea
}

.product-card-01 {
    background-color: #fff
}

@media(min-width:1025px) {
    .product-card-01 {
        height: 510px;
        overflow: hidden;
        position: relative
    }
}

@media(min-width:1025px) {
    .product-card-01__link {
        display: block
    }

    .product-card-01__link:hover .product-card-01__heading {
        color: #008787
    }

    .product-card-01__link:hover .product-card-01__overlay {
        height: 380px;
        opacity: 1
    }

    .product-card-01__link:hover .icon-arrow-more {
        opacity: 1
    }
}

@media(max-width:1024px) {
    .product-card-01__link {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media(max-width:550px) {
    .product-card-01__link {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.product-card-01__content {
    background-color: #fff;
    padding: 24px 30px
}

@media(min-width:1025px) {
    .product-card-01__content {
        height: 130px
    }
}

@media(max-wdith:1024px) {
    .product-card-01__content {
        -ms-flex-order: 1;
        order: 1
    }
}

@media(max-width:850px) {
    .product-card-01__content {
        padding: 20px
    }
}

@media(max-width:550px) {
    .product-card-01__content {
        width: 100%
    }
}

.product-card-01__overlay {
    padding: 30px
}

@media(min-width:1025px) {
    .product-card-01__overlay {
        position: absolute;
        top: auto;
        left: 0;
        z-index: 3;
        width: 100%;
        background-color: rgba(255, 255, 255, .9);
        height: 0;
        opacity: 0;
        overflow: hidden;
        transition: height .3s, opacity .3s
    }
}

@media(max-width:1024px) {
    .product-card-01__overlay {
        -ms-flex-order: 3;
        order: 3
    }
}

@media(max-width:850px) {
    .product-card-01__overlay {
        padding: 20px
    }
}

@media(max-width:550px) {
    .product-card-01__overlay {
        -ms-flex: 1 1 65%;
        flex: 1 1 65%;
        padding-top: 0
    }
}

@media(max-width:1024px) {
    .product-card-01__overlay .unorder-list {
        height: 290px
    }
}

@media(max-width:768px) {
    .product-card-01__overlay .unorder-list {
        height: 450px
    }
}

@media(max-width:550px) {
    .product-card-01__overlay .unorder-list {
        height: auto
    }
}

@media(min-width:1281px) {
    .product-card-01__image img {
        position: static;
        width: 100%
    }
}

@media(min-width:1025px) {
    .product-card-01__image img {
        position: absolute;
        left: 50%;
        margin-left: -180px
    }
}

@media(max-width:1024px) {
    .product-card-01__image {
        -ms-flex-order: 2;
        order: 2
    }

    .product-card-01__image img {
        width: 100%
    }
}

@media(max-width:550px) {
    .product-card-01__image {
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        padding-left: 15px
    }
}

@media(min-width:1025px) {
    .product-card-01 .icon-arrow-more {
        position: absolute;
        bottom: 30px;
        right: 30px;
        opacity: 0;
        transition: opacity .25s;
        transition-delay: .2s;
        z-index: 4
    }
}

@media(max-width:1024px) {
    .product-card-01 .icon-arrow-more {
        margin-top: 20px;
        float: right
    }
}

@medida (max-width:$below-mobile) {
    .product-card-01 .icon-arrow-more {
        bottom: 15px;
        right: 15px;
    }
}

.product-card-01__heading {
    letter-spacing: .01em;
    line-height: 1.3em;
    font-weight: 600;
    font-size: 1.24em;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 2.6em;
    transition: color .3s
}

@media(max-width:850px) {
    .product-card-01__heading {
        font-size: 1.15em
    }
}

.product-card-01__subheading {
    letter-spacing: .01em;
    line-height: 1.3em;
    font-weight: 600;
    font-size: 1em;
    color: #adadad
}

.product-card-02 {
    background-color: #fff
}

.product-card-02--white .product-card-02__image {
    background-color: #fff
}

.product-card-02__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

@media(min-width:1025px) {
    .product-card-02__link {
        -ms-flex-direction: row;
        flex-direction: row;
        height: 360px
    }
}

@media(max-width:1024px) {
    .product-card-02__link {
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto
    }
}

@media(min-width:1025px) {
    .product-card-02__link:hover {
        color: #fff
    }

    .product-card-02__link:hover .product-card-02__subheading {
        color: #fff
    }

    .product-card-02__link:hover .icon-arrow-more {
        fill: #fff;
        animation: bounce-right .6s linear
    }
}

.product-card-02__image {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background-color: #e6e3e3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40%;
    -ms-flex-align: center;
    align-items: center
}

.product-card-02__image img {
    width: 100%
}

@media(max-width:1024px) {
    .product-card-02__image {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        margin-top: 30px
    }
}

@media(max-width:850px) {
    .product-card-02__image {
        margin-top: 20px
    }
}

.product-card-02__content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 30px;
    position: relative
}

@media(min-width:1025px) {
    .product-card-02__content {
        width: 60%
    }
}

@media(max-width:1024px) {
    .product-card-02__content {
        width: 100%
    }
}

@media(max-width:850px) {
    .product-card-02__content {
        padding: 20px
    }
}

@media(max-width:1024px) {
    .product-card-02__content .unorder-list {
        height: 170px
    }
}

@media(max-width:550px) {
    .product-card-02__content .unorder-list {
        height: auto
    }
}

.product-card-02 .icon-arrow-more {
    float: right;
    margin-top: 30px
}

@media(min-width:1025px) {
    .product-card-02 .icon-arrow-more {
        position: absolute;
        bottom: 30px;
        right: 30px;
        transition: all .3s
    }
}

.product-card-02__heading {
    letter-spacing: .01em;
    line-height: 1.3em;
    font-weight: 600;
    font-size: 1.24em;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 2.6em
}

@media(max-width:850px) {
    .product-card-02__heading {
        font-size: 1.15em
    }
}

.product-card-02__subheading {
    letter-spacing: .01em;
    line-height: 1.3em;
    font-weight: 600;
    font-size: 1em;
    color: #adadad;
    margin-bottom: 20px
}

.product-card-03 {
    background-color: #fff
}

@media(min-width:1025px) {
    .product-card-03 {
        height: 540px;
        overflow: hidden;
        position: relative
    }
}

@media(max-width:1024px) {
    .product-card-03 {
        height: 786px
    }
}

@media(max-width:768px) {
    .product-card-03 {
        height: 680px
    }
}

@media(max-width:850px) {
    .product-card-03.three-col-card__item {
        width: 48.71795%;
        float: left;
        margin-right: 2.5641%
    }
}

@media(max-width:550px) {
    .product-card-03.three-col-card__item {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        height: auto
    }
}

@media(max-width:850px) {
    .product-card-03.three-col-card__item:nth-child(even) {
        float: right;
        margin-right: 0
    }
}

@media(max-width:550px) {
    .product-card-03.three-col-card__item:nth-child(even) {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0
    }
}

@media(min-width:1025px) {
    .product-card-03__link {
        display: block
    }

    .product-card-03__link:hover .product-card-03__heading {
        color: #008787
    }

    .product-card-03__link:hover .product-card-03__content {
        height: 200px
    }

    .product-card-03__link:hover .btn-secondary--green {
        background: #17a3b1;
        background: linear-gradient(160deg, #17a3b1 40%, #3aaa70);
        color: #fff;
        border: 0
    }
}

@media(max-width:1024px) {
    .product-card-03__link {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media(max-width:768px) {
    .product-card-03__link {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.product-card-03__bottom {
    background-color: #fff;
    padding: 20px 30px
}

@media(min-width:1025px) {
    .product-card-03__bottom {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        transition: height .3s
    }
}

@media(max-width:1024px) {
    .product-card-03__bottom {
        -ms-flex-order: 1;
        order: 1
    }
}

@media(max-width:850px) {
    .product-card-03__bottom {
        padding: 20px
    }
}

@media(max-width:768px) {
    .product-card-03__bottom {
        width: 100%
    }
}

.product-card-03__content {
    margin-top: 10px
}

@media(max-width:1024px) {
    .product-card-03__content {
        height: auto
    }
}

@media(min-width:1025px) {
    .product-card-03__content {
        height: 0;
        overflow: hidden;
        transition: height .3s
    }
}

.product-card-03__content .unorder-list {
    margin-top: 10px
}

.product-card-03__content .unorder-list li {
    margin-left: 1px
}

@media(max-width:1024px) {
    .product-card-03__content .unorder-list {
        height: 210px
    }
}

@media(max-width:550px) {
    .product-card-03__content .unorder-list {
        height: auto;
        margin-bottom: 20px
    }
}

.product-card-03__image {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

@media(min-width:1025px) {
    .product-card-03__image {
        height: 400px
    }
}

@media(max-width:1024px) {
    .product-card-03__image {
        height: 400px
    }
}

@media(max-width:768px) {
    .product-card-03__image {
        height: 300px;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        padding-left: 30px
    }
}

.product-card-03__button {
    text-align: center;
    margin-top: 10px
}

.product-card-03__heading {
    letter-spacing: .01em;
    line-height: 1.3em;
    font-weight: 600;
    font-size: 1.24em;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 2.6em;
    transition: color .3s
}

@media(max-width:850px) {
    .product-card-03__heading {
        font-size: 1.15em
    }
}

.product-card-03__subheading {
    letter-spacing: .01em;
    line-height: 1.3em;
    font-weight: 600;
    font-size: 1em;
    color: #adadad
}

.product-card-03--banner {
    background-image: url("/moxa/media/microsites/common/images/banner-bg.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-color: #e6e3e3;
    padding: 0 70px;
    position: relative;
    height: 540px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center
}

.product-card-03--banner svg {
    width: 175px;
    height: 30px;
    fill: #008787;
    margin-bottom: 20px
}

.product-card-03--banner .banner-image {
    position: absolute;
    bottom: 10px;
    right: 0;
    max-width: 100%
}

@media(max-width:1024px) {
    .product-card-03--banner .banner-image {
        width: 80%
    }
}

@media(max-width:550px) {
    .product-card-03--banner .banner-image {
        width: 50%
    }
}

.product-card-03--banner.three-col-card__item {
    height: 540px
}

@media(max-width:1024px) {
    .product-card-03--banner.three-col-card__item {
        padding: 0 30px;
        height: 786px
    }
}

@media(max-width:850px) {
    .product-card-03--banner.three-col-card__item {
        width: 48.71795%;
        float: left;
        margin-right: 2.5641%;
        padding: 0 30px
    }
}

@meida (max-width:$below-tablet) {
    .product-card-03--banner.three-col-card__item {
        height: 680px;
    }
}

@media(max-width:550px) {
    .product-card-03--banner.three-col-card__item {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        padding: 0 30px;
        height: 350px
    }
}

@media(max-width:850px) {
    .product-card-03--banner.three-col-card__item:nth-child(even) {
        float: right;
        margin-right: 0;
        padding: 0 30px
    }
}

@media(max-width:550px) {
    .product-card-03--banner.three-col-card__item:nth-child(even) {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        padding: 0 30px
    }
}

.product-card-03__slogan {
    letter-spacing: .01em;
    line-height: 1.3em;
    font-weight: 600;
    font-size: 1.4em;
    color: #008787;
    padding-bottom: 40px
}

@media(max-width:850px) {
    .product-card-03__slogan {
        font-size: 1.2em
    }
}

.product-card-04 {
    background-color: #fff;
    padding: 30px
}

@media(max-width:550px) {
    .product-card-04 {
        padding: 20px
    }
}

.product-card-04__link:hover .product-card-04__heading {
    color: #008787
}

.product-card-04__link:hover .btn-secondary--green {
    background: #17a3b1;
    background: linear-gradient(160deg, #17a3b1 40%, #3aaa70);
    color: #fff;
    border: 0
}

.product-card-04__heading {
    letter-spacing: .01em;
    line-height: 1.3em;
    font-weight: 600;
    font-size: 1.24em;
    margin-bottom: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 2.6em;
    transition: color .3s
}

@media(max-width:850px) {
    .product-card-04__heading {
        font-size: 1.15em
    }
}

.product-card-04__image {
    margin-bottom: 20px
}

.product-card-04__image img {
    width: 100%;
    max-width: 200px;
    margin: 0 auto
}

.product-card-04__button {
    text-align: center
}

@media(max-width:1024px) {
    .product-card-04__button .btn-secondary--green {
        min-width: 100%
    }
}

.chart-comparison {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.chart-comparison__item {
    position: relative;
    -ms-flex: 1 1 32%;
    flex: 1 1 32%;
    margin-right: 0;
    display: -ms-flexbox;
    display: flex
}

.chart-comparison__item:nth-child(3n) {
    margin-right: 0
}

@media(max-width:850px) {
    .chart-comparison__item {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin-bottom: 20px
    }
}

@media(min-width:1025px) {
    .chart-comparison__item:first-child .chart-comparison__link {
        margin-right: 15px
    }

    .chart-comparison__item:last-child .chart-comparison__link {
        margin-left: 15px
    }
}

.chart-comparison__link {
    display: block;
    width: 100%;
    padding: 30px;
    padding-bottom: 100px;
    background-color: #fff;
    border: 3px solid transparent
}

@media(min-width:1025px) {
    .chart-comparison__link:hover {
        border-image: linear-gradient(160deg, #17a3b1 40%, #3aaa70);
        border-image-slice: 1
    }

    .chart-comparison__link:hover .btn-secondary--green {
        background: #17a3b1;
        background: linear-gradient(160deg, #17a3b1 40%, #3aaa70);
        color: #fff;
        border: 0
    }

    .chart-comparison__link:hover .chart-comparison__heading, .chart-comparison__link:hover .chart-comparison__subheading {
        color: #008787
    }
}

.chart-comparison__image {
    max-width: 220px;
    margin: 20px auto
}

@media(max-width:850px) {
    .chart-comparison__image {
        max-width: 200px;
        margin: 10px auto
    }
}

.chart-comparison__button {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center
}

@media(max-width:850px) {
    .chart-comparison__button {
        left: 50%;
        width: 90%;
        text-align: center;
        transform: translateX(-50%)
    }
}

.chart-comparison__heading {
    letter-spacing: .01em;
    line-height: 1.3em;
    font-weight: 600;
    font-size: 2em;
    text-align: center;
    transition: color .3s
}

@media(max-width:850px) {
    .chart-comparison__heading {
        font-size: 1.8em
    }
}

@media(max-width:550px) {
    .chart-comparison__heading {
        font-size: 1.6em;
        line-heihgt: 1.2em
    }
}

.chart-comparison__subheading {
    text-align: center;
    letter-spacing: .01em;
    line-height: 1.3em;
    font-weight: 600;
    font-size: 1.24em;
    color: #adadad;
    margin-top: 10px;
    transition: color .3s
}

@media(max-width:850px) {
    .chart-comparison__subheading {
        font-size: 1.15em
    }
}

.chart-comparison__content {
    max-width: 220px;
    margin: 0 auto
}

.modal-content-wrapper--large .modal__container {
    padding: 0
}

@media(max-width:1024px) {
    .modal-content-wrapper--large .modal__container {
        max-width: 90%
    }
}

.modal-content-wrapper--large .modal-content:before, .modal-content-wrapper--large .modal-content:after {
    content: " ";
    display: table
}

.modal-content-wrapper--large .modal-content:after {
    clear: both
}

@media(max-width:850px) {
    .modal-content-wrapper--large .modal-content {
        height: 75vh
    }
}

.modal-content-wrapper--small .modal__container {
    width: 570px
}

@media(max-width:850px) {
    .modal-content-wrapper--small .modal__container {
        max-width: 90%
    }
}

.modal-content-wrapper--small .modal__close {
    max-width: 570px;
    padding: 0
}

@media(max-width:850px) {
    .modal-content-wrapper--small .modal__close {
        width: 90%
    }
}

.modal-content-wrapper--small .modal-content {
    padding: 50px 20px
}

@media(max-width:850px) {
    .modal-content-wrapper--small .modal-content {
        height: 75vh
    }
}

.modal-content {
    background-color: #fff;
    margin: 0 auto;
    height: 600px;
    overflow-y: auto
}

@media(min-width:851px) {
    .modal-content {
        height: 600px
    }
}

@media(max-width:850px) {
    .modal-content {
        height: auto
    }
}

.modal-content__image--background {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat
}

@media(min-width:851px) {
    .modal-content__image--background {
        float: left;
        width: 50%;
        height: 100%;
        padding: 150px 100px 0 100px
    }
}

@media(max-width:850px) {
    .modal-content__image--background {
        width: 100%;
        height: auto;
        padding: 30px
    }
}

.modal-content__image--background .modal-image-heading {
    letter-spacing: .01em;
    line-height: 1.3em;
    font-weight: 600;
    font-size: 1.4em;
    color: #fff
}

@media(max-width:850px) {
    .modal-content__image--background .modal-image-heading {
        font-size: 1.2em
    }
}

.modal-content__image--background .modal-image-description {
    font-size: 1em;
    line-height: 1.5em;
    color: #fff;
    margin-top: 20px
}

.modal-content__image--background .modal-image-description a {
    color: #008787;
    transition: color .3s
}

.modal-content__image--background .modal-image-description a:hover {
    color: #149b9b
}

@media(min-width:851px) {
    .modal-content__image {
        float: left;
        overflow-y: auto;
        width: 50%;
        height: 100%;
        padding: 60px
    }
}

@media(max-width:850px) {
    .modal-content__image {
        width: 100%;
        padding: 30px
    }
}

@media(min-width:851px) {
    .modal-content__content {
        float: left;
        width: 50%;
        height: 100%;
        padding: 50px 30px;
        overflow-y: auto
    }
}

@media(max-width:850px) {
    .modal-content__content {
        width: 100%;
        padding: 30px;
        border-top: 1px solid #e5e5e4
    }
}

.header:before {
    content: "";
    display: block;
    height: 4px;
    background: linear-gradient(160deg, #17a3b1 40%, #3aaa70);
    width: 100%
}

@media(min-width:1025px) {
    .nav {
        width: 100%;
        background-color: #fff;
        position: fixed;
        z-index: 998;
        transition: height .3s
    }

    .nav:before, .nav:after {
        content: " ";
        display: table
    }

    .nav:after {
        clear: both
    }

    .nav .wrapper, .nav .carousel-single__content {
        height: 65px
    }

    .nav--small .wrapper, .nav--small .carousel-single__content {
        height: 50px
    }

    .nav--small .search-btn, .nav--small .nav__language {
        transform: translateY(-14px)
    }

    .nav--small .level-menu__level-2, .nav--small .level-2-simple-dropdown {
        top: 50px
    }

    .nav--small .nav__level-menu .level-1 {
        line-height: 50px
    }

    .nav--small .nav__logo {
        background-size: 130px auto;
        background-position: 0 15px
    }

    .nav--small .hide-back {
        display: none
    }

    .nav--small .loading-bar {
        height: 4px
    }

    .nav__logo {
        float: left;
        height: 100%;
        width: 180px;
        background: url("/moxa/media/microsites/common/images/moxa-logo.svg") 0 23px no-repeat;
        background-size: 143px auto;
        transition: background-size .18s
    }

    .nav__logo .logo-site-title {
        text-indent: -999px
    }

    .nav__logo a {
        display: block;
        width: 130px;
        height: 100%
    }

    .nav__level-menu {
        float: right;
        height: 100%
    }

    .level-1-has-sub:hover .level-menu__level-2, .level-1-has-sub:hover .level-2-simple-dropdown {
        opacity: 1;
        visibility: visible
    }

    .level-1-has-sub:hover .level-1 {
        color: #008787
    }

    .level-1-has-sub:hover .level-1:after {
        background-image: url("/moxa/media/microsites/common/images/dropdown-arrow-green.svg")
    }

    .level-1-has-sub .level-1:after {
        content: "";
        display: inline-block;
        background: url("/moxa/media/microsites/common/images/dropdown-arrow-gray.svg") 0 0 no-repeat;
        width: 12px;
        height: 8px;
        margin-left: 8px
    }

    .nav__burger-icon {
        display: none
    }
}

@media(min-width:1025px) {
    .level-menu__level-2 {
        visibility: hidden;
        transition: visibility 0s;
        transition-delay: .1s;
        position: fixed;
        top: 65px;
        left: 0;
        width: 100%;
        height: auto;
        z-index: 99;
        background-color: white;
        box-shadow: 0 5px 8px rgba(0, 0, 0, .1);
        border-top: 1px solid #e5e5e4
    }

    .level-2-simple-dropdown {
        opacity: 0;
        visibility: hidden;
        transition: opacity .3s;
        padding: 0;
        width: 180px;
        background-color: white;
        position: absolute;
        top: 65px;
        left: 50%;
        margin-left: -90px
    }

    .nav__level-menu .level-1 {
        display: block;
        padding: 0 20px;
        cursor: pointer;
        transition: color .25s, line-height .3s;
        height: 100%;
        line-height: 65px;
        position: relative;
        z-index: 1;
        text-transform: capitalize
    }

    .nav__level-menu .level-1:hover {
        color: #008787
    }

    .level-menu__level-1 {
        height: 100%
    }

    .level-menu__level-1 > li {
        font-size: .95em;
        float: left;
        height: 100%
    }

    .level-menu__level-2 .dropdown-nav {
        width: 100%;
        max-width: 1180px;
        padding: 0 20px;
        margin: 0 auto;
        padding-top: 40px;
        padding-bottom: 40px
    }

    .level-menu__level-2 .dropdown-nav:before, .level-menu__level-2 .dropdown-nav:after {
        content: " ";
        display: table
    }

    .level-menu__level-2 .dropdown-nav:after {
        clear: both
    }

    .level-menu__level-2 .dropdown-nav__heading {
        float: left;
        width: 25%;
        color: #008787;
        font-size: 1.5em;
        letter-spacing: .05em;
        font-weight: 600;
        text-transform: capitalize
    }

    .level-menu__level-2 .dropdown-nav__content {
        float: right;
        width: 75%
    }

    .hide-back {
        display: none
    }

    .level-2-heading {
        font-size: 1.15em;
        font-weight: 600;
        margin-bottom: 20px;
        transition: color .3s;
        padding: 0 10px;
        text-transform: capitalize
    }

    .level-item {
        display: block;
        width: 100%;
        padding: 8px 10px;
        transition: color .2s, background-color .2s;
        line-height: 1.3em;
        text-transform: capitalize
    }

    .level-item:hover {
        color: #008787;
        background-color: #f2f2f2
    }

    .level-content__item {
        float: left;
        width: 25%;
        padding-right: 20px
    }

    .level-content__item:focus {
        outline: 0
    }

    .level-item-image {
        position: relative;
        margin: 0 10px
    }

    .level-item-image:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        bottom: 0;
        background: linear-gradient(160deg, #17a3b1 40%, #3aaa70);
        opacity: 0;
        transition: opacity .3s
    }

    .level-item-image img {
        width: 100%
    }

    .dropdown-image-link {
        display: block
    }

    .dropdown-image-link:hover {
        color: #008787
    }

    .dropdown-image-link:hover .level-item-image:after {
        opacity: .7
    }

    .level-1-has-sub {
        position: relative
    }

    .level-2-simple-dropdown .level-item:last-child {
        padding-bottom: 12px
    }

    .level-2-simple-dropdown .level-item:first-child {
        padding-top: 12px
    }

    .level-2-simple-dropdown .level-item:hover {
        background-color: #f2f2f2
    }
}

@media(max-width:1024px) {
    .nav {
        background-color: #fff;
        height: 40px;
        position: fixed;
        z-index: 9999;
        width: 100%;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .nav:before, .nav:after {
        content: " ";
        display: table
    }

    .nav:after {
        clear: both
    }

    .nav > .wrapper, .nav > .carousel-single__content {
        height: 100%;
        position: relative
    }

    .nav__logo {
        float: left;
        background: url("/moxa/media/microsites/common/images/moxa-logo.svg") 0 14px no-repeat;
        height: 100%;
        width: 100px;
        background-size: 100%
    }

    .nav__logo > a {
        display: block;
        height: 100%
    }

    .nav__logo .logo-site-title {
        text-indent: -999px
    }

    .nav__level-menu {
        display: none;
        background-color: rgba(255, 255, 255, .95);
        position: fixed;
        top: 40px;
        left: 0;
        width: 100%;
        border-top: 1px #e5e5e4 solid
    }

    .nav__level-menu .level-menu__level-1 {
        height: 100vh;
        transition: all .5s ease-in-out
    }

    .nav__level-menu .level-menu__level-2, .nav__level-menu .level-menu__level-3,
    .nav__level-menu .level-2-simple-dropdown {
        display: none;
        position: absolute;
        background-color: #fff;
        top: 0;
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-bottom: 50px
    }

    .nav__level-menu .level-menu__level-2 .container, .nav__level-menu .level-menu__level-3 .container,
    .nav__level-menu .level-2-simple-dropdown .container {
        padding: 0;
        width: 100%
    }

    .nav__level-menu .level-inner-scroll {
        height: 100%;
        padding-bottom: 60px;
        overflow-y: auto;
        overflow-x: hidden
    }

    .nav__level-menu .m-level-item, .nav__level-menu .level-item {
        display: block;
        color: #5b5b5b;
        padding: 15px 20px;
        font-size: 1.05em;
        border-bottom: 1px solid #e5e5e4;
        position: relative;
        text-transform: capitalize
    }

    .nav__level-menu .level-2-heading {
        text-transform: capitalize
    }

    .nav__level-menu .has-sub .level-2-heading:after, .nav__level-menu .level-1-has-sub > .m-level-item:after {
        content: "";
        color: #fff;
        width: 16px;
        height: 16px;
        position: absolute;
        top: auto;
        right: 20px;
        background: url("/moxa/media/microsites/common/images/arrow-right.svg") 0 0 no-repeat;
        background-size: 100% 100%
    }

    .nav__level-menu .back-heading {
        color: #999;
        text-transform: capitalize;
        border-bottom: 1px solid #e5e5e4;
        padding: 10px 0 10px 40px;
        position: relative
    }

    .nav__level-menu .back-heading:before {
        content: "";
        color: #999;
        width: 16px;
        height: 16px;
        position: absolute;
        top: 12px;
        left: 10px;
        background: url("/moxa/media/microsites/common/images/arrow-left.svg") 0 0 no-repeat;
        background-size: 100% 100%
    }

    .nav__burger-icon {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 60px;
        font-size: 16px;
        text-align: center;
        line-height: 40px;
        z-index: 1
    }

    .nav__burger-icon:before {
        content: "";
        position: absolute;
        border-radius: inherit;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        opacity: 0;
        transition: opacity .35s ease-out;
        background: linear-gradient(160deg, #17a3b1 40%, #3aaa70)
    }

    .nav__burger-icon.active {
        color: #fff
    }

    .nav__burger-icon.active:before {
        opacity: 1
    }

    .icon-burger {
        display: inline-block;
        width: 100%;
        height: 100%;
        background: url("/moxa/media/microsites/common/images/burger.svg") center center no-repeat
    }

    .icon-x {
        display: inline-block;
        width: 100%;
        height: 100%;
        background: url("/moxa/media/microsites/common/images/burger-x.svg") center center no-repeat
    }

    .level-item-image {
        display: none
    }
}

.loading-bar {
    position: absolute;
    width: 100%;
    height: 4px
}

.loading-bar .line {
    margin: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 0;
    animation: loading 4s 1 ease forwards;
    background-image: linear-gradient(160deg, #17a3b1 40%, #3aaa70);
    background-repeat: no-repeat;
    background-size: 100% 8px;
    background-position: left bottom
}

.loading-bar .infinite {
    animation-iteration-count: infinite
}

@media(max-width:850px) {
    .loading-bar {
        height: 3px
    }
}

@keyframes loading {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

.footer {
    background-color: white
}

.footer__group {
    width: 23.07692%;
    float: left;
    margin-right: 2.5641%
}

.footer__group:last-child {
    float: right;
    margin-right: 0
}

.footer__group--links {
    width: 48.71795%;
    float: left;
    margin-right: 2.5641%;
    color: #adadad;
    font-size: .85em;
    line-height: 30px
}

.footer__group--links a:last-child:after {
    display: none
}

.footer__group--links a:after {
    content: "|";
    width: auto;
    height: auto;
    margin: 0 10px
}

.footer__group--social {
    float: right;
    margin-right: 0
}

@media(max-width:768px) {
    .footer__group {
        width: 48.71795%;
        float: left;
        margin-right: 2.5641%;
        clear: none
    }

    .footer__group:nth-child(3n) {
        clear: right
    }

    .footer__group:nth-child(2n) {
        float: right;
        margin-right: 0;
        float: right
    }

    .footer__group:nth-child(n + 3) {
        margin-top: 32px
    }
}

@media(max-width:550px) {
    .footer__group {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        height: auto
    }

    .footer__group:nth-child(n) {
        float: right;
        margin-right: 0
    }

    .footer__group:nth-child(n + 2) {
        margin-top: 32px
    }

    .footer__group--links {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0
    }

    .footer__group--social {
        float: none;
        clear: both;
        padding-top: 4px
    }
}

.footer__heading {
    letter-spacing: .01em;
    line-height: 1.3em;
    font-weight: 600;
    font-size: 1em;
    margin-bottom: 20px;
    text-transform: uppercase
}

.footer__item {
    margin: 10px 0
}

.footer__item a {
    transition: color .3s
}

.footer__item a:hover {
    color: #008787
}

.footer__block {
    padding: 40px 0;
    border-bottom: 1px solid #e5e5e4
}

.footer__block .wrapper:before, .footer__block .carousel-single__content:before,
.footer__block .wrapper:after, .footer__block .carousel-single__content:after {
    content: " ";
    display: table
}

.footer__block .wrapper:after, .footer__block .carousel-single__content:after {
    clear: both
}

@media(max-width:550px) {
    .footer__block:first-child {
        display: none
    }
}

.footer__block:last-child {
    padding: 10px 0;
    border-bottom: 8px solid #008787
}

.footer-social-group__item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.footer-social-group__item:last-child {
    margin-right: 0
}

.footer__icon {
    width: 68px;
    height: 68px;
    margin: 0 auto
}

.footer__icon svg {
    fill: #adadad
}

.breadcrumb {
    padding: 20px 0
}

@media(max-width:850px) {
    .breadcrumb {
        padding: 10px 0
    }
}

.breadcrumb__item {
    display: inline-block;
    font-size: 14px
}

.breadcrumb__item:last-child:after {
    display: none
}

@media(max-width:850px) {
    .breadcrumb__item {
        padding: 5px 0
    }
}

.breadcrumb__item:after {
    content: ">";
    width: auto;
    height: auto;
    margin: 0 5px
}

.page-nav {
    background: #f7f7f7;
    border-bottom: 1px solid #e5e5e4
}

.page-nav.is-fixed {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 99
}

@media(max-width:1024px) {
    .page-nav.is-fixed {
        top: 40px
    }
}

@media(max-width:1024px) {
    .page-nav .wrapper, .page-nav .carousel-single__content {
        overflow-x: auto;
        overflow-y: hidden
    }

    .page-nav .wrapper::-webkit-scrollbar, .page-nav .carousel-single__content::-webkit-scrollbar {
        visibility: hidden;
        display: none
    }
}

@media(max-width:1024px) {
    .page-nav__list {
        display: table-row
    }
}

.page-nav__item {
    display: inline-block;
    margin-right: 50px;
    position: relative
}

.page-nav__item:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 0;
    background-color: #008787;
    transition: height .3s
}

.page-nav__item:last-child {
    margin-right: 0
}

.page-nav__item.is-current {
    color: #008787
}

.page-nav__item.is-current:after {
    height: 4px
}

@media(max-width:1024px) {
    .page-nav__item {
        display: table-cell;
        white-space: nowrap;
        padding: 0
    }
}

.page-nav__link {
    display: block;
    padding: 18px 0;
    transition: color .3s
}

.page-nav__link:hover {
    color: #008787
}

@media(max-width:1024px) {
    .page-nav__link {
        display: inline-block;
        padding: 10px
    }
}

@media(max-width:550px) {
    .page-nav__link {
        font-size: .95em
    }
}

.thankyou__wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: calc(100vh - 70px)
}

.thankyou__heading {
    letter-spacing: .01em;
    line-height: 1.3em;
    font-weight: 600;
    font-size: 2.2em;
    margin-bottom: 10px
}

@media(max-width:850px) {
    .thankyou__heading {
        font-size: 2em
    }
}

@media(max-width:550px) {
    .thankyou__heading {
        font-size: 1.7em;
        line-height: 1.2em
    }
}

.thankyou__description {
    font-size: 20px
}

.thankyou__button {
    margin-top: 50px
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}


