<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";


/* Fonts
 * *********************************** */
@font-face {
    font-family: 'gt-eesti';
    src: url('/common/fonts/GT-Eesti-Pro-Display-Regular.woff2') format('woff2'),
         url('/common/fonts/GT-Eesti-Pro-Display-Regular.woff') format('woff');
    font-weight: normal;
}

@font-face {
    font-family: 'gt-eesti';
    src: url('/common/fonts/GT-Eesti-Pro-Display-Light.woff2') format('woff2'),
          url('/common/fonts/GT-Eesti-Pro-Display-Light.woff') format('woff');
    font-weight: 200;
}

@font-face {
    font-family: 'gt-eesti';
    src: url('/common/fonts/GT-Eesti-Pro-Display-Medium.woff2') format('woff2'),
         url('/common/fonts/GT-Eesti-Pro-Display-Medium.woff') format('woff');
    font-weight: bold;
}


/* Reset
 * *********************************** */
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}


/* Basic Elements
 * *********************************** */
html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    line-height: 1.6;
    font-family: "gt-eesti", sans-serif;
}

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

ol,
ul {
    list-style: none;
}

img {
    border-style: none;
}


/* Container
 * *********************************** */
.Container {
    width: 100%;
    overflow: hidden;
    background: #f2f2f2 url(/common/images/base-pattern.svg) 50% 0 repeat;
    background-size: 113px 56px;
}


/* Contents
 * *********************************** */
.Contents {
    position: relative;
    margin: 0 auto 30px;
    padding: 0 30px;
    max-width: 960px;
}


/* Main Banner
 * *********************************** */
.MainBanner {
    position: relative;
    margin-bottom: 18px;
}

.MainBanner__unit {
    position: relative;
    overflow: hidden;
    height: 549px;
    background-color: #000;
}

.MainBanner.-low .MainBanner__unit {
    /* height: 332px; */
}

.MainBanner__img {
    position: absolute;
    width: 1950px;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
}

.MainBanner__pager {
    margin-top: 15px;
    width: 100%;
    text-align: center;
}

.MainBanner__pager &gt; .swiper-pagination-bullet {
    margin: 0 5px;
    width: 50px;
    height: 6px;
    border: none;
    border-radius: 0;
    background-color: #a9a9a9;
}

.MainBanner__pager &gt; .swiper-pagination-bullet-active {
    background-color: #0a9bcd;
}

@media only screen and (max-width: 960px) {
    .MainBanner__unit {
        height: 419px;
    }

    .MainBanner.-low .MainBanner__unit {
        height: 419px;
    }

    .MainBanner__img {
        width: 1470px;
    }
}

@media only screen and (max-width: 767px) {
    .MainBanner__unit,
    .MainBanner.-low .MainBanner__unit {
        height: auto;
        margin: 0;
    }

    .MainBanner__img,
    .MainBanner.-low .MainBanner__img {
        position: static;
        width: 100%;
        transform: none;
    }
}



/* Find Your Country
 * *********************************** */
.RegionButton {
    position: absolute;
    top: 8px;
    left: 50%;
    margin-left: -480px;
    padding: 13px;
    border: none;
    font-size: 1.3rem;
    line-height: 1;
    color: #fff;
    background-color: #0a9bcd;
    cursor: pointer;
}

.RegionButton:hover,
.RegionButton:active {
    background-color: #23a3d5;
}

.RegionButton::after {
    content: '';
    display: inline-block;
    margin-left: 5px;
    width: 16px;
    height: 15px;
    vertical-align: middle;
    background: url(/home/images/arrow-white-right.svg) 0 0 no-repeat;
    background-size: 16px 15px;
}

@media only screen and (max-width: 960px) {
    .RegionButton {
        left: 8px;
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .RegionButton {
        display: none;
    }
}

/* Find Your Country (home)
 * *********************************** */

.RegionButton.RegionButton--HomeMainBanner {
    font-family: Arial, sans-serif;
}

.RegionButton.RegionButton--HomeMainBanner:hover,
.RegionButton.RegionButton--HomeMainBanner:active {
    text-decoration: none;
}

/* Feature Articles
 * *********************************** */
.FeatureArticles {
    position: relative;
    margin-bottom: 57px;
    padding: 53px 0;
    color: #fff;
    background-color: #585858;
}

.FeatureArticles__h {
    margin: 0 auto;
    padding-left: 10px;
    width: 960px;
    font-size: 3.6rem;
    font-weight: 200;
}

.FeatureArticles__slider {
    position: relative;
    overflow: hidden;
    min-height: 340px;
}

.FeatureArticlesSlider {
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -800px;
    width: 1600px;
    height: 100%;
}

.FeatureArticlesSlider a {
    color: #fff;
}

.FeatureArticlesSlider__img img {
    max-width: 100%;
}

.FeatureArticlesSlider__text {
    margin-top: 20px;
    font-size: 1.4rem;
}

.FeatureArticles__pager {
    position: absolute;
    z-index: 100;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
}

.FeatureArticles__pager &gt; .swiper-pagination-bullet {
    margin: 0 5px;
    width: 50px;
    height: 6px;
    border: none;
    border-radius: 0;
    background-color: #a9a9a9;
}

.FeatureArticles__pager &gt; .swiper-pagination-bullet-active {
    background-color: #0a9bcd;
}


/* For US Customer
 * *********************************** */
.ForUsCustomer__inner {
    margin: 0 auto;
    padding: 44px 30px;
    width: 100%;
    max-width: 960px;
    font-size: 1.6rem;
    font-weight: 200;
}

@media only screen and (max-width: 767px) {
    .ForUsCustomer__inner {
        box-sizing: border-box;
        padding: 22px 30px;
        font-size: 1.4rem;
    }
}


/* News
 * *********************************** */
.News_h {
    margin-bottom: 6px;
    font-size: 3.6rem;
    font-weight: 200;
}

.News__inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 36px 57px 57px;
    background-color: #fff;
}

.News__photo {
    align-self: auto;
    width: 40.4%;
}

.News__list {
    width: 52.9%;
}

.slider-1 a:hover,
.slider-1 a:active {
    text-decoration: none;
}

.slider-1__pager {
    text-align: center;
}

.slider-1__pager &gt; .swiper-pagination-bullet {
    margin: 0 5px;
    width: 50px;
    height: 6px;
    border: none;
    border-radius: 0;
    background-color: #a9a9a9;
}

.slider-1__pager &gt; .swiper-pagination-bullet-active {
    background-color: #0a9bcd;
}

.slider-1__img {
    text-align: center;
}

.slider-1__img img {
    max-width: 100%;
}

.slider-1__text &gt; .date {
    display: none;
}

.slider-1__text &gt; .body {
    font-size: 1.8rem;
    font-weight: normal;
    color: #000;
}

.slider-1__btn {
    display: none;
}

.News__list .link-list-2 {
    margin-left: 0;
}

.News__list .link-list-2__title {
    font-weight: bold;
    font-size: 1.6rem;
    color: #0a9bcd;
}

.News__list .link-list-2__body {
    margin-bottom: 20px;
    font-size: 1.4rem;
    font-weight: 200;
}

.News__list .link-list-2__body a {
    color: #000;
}

.News__list .link-list-2__title:nth-child(n + 9),
.News__list .link-list-2__body:nth-child(n + 9) {
    display: none;
}

.News__more {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 57px;
    height: 57px;
    background-color: #0a9bcd;
}

.News__more:hover,
.News__more:active {
    background-color: #23a3d5;
}

.News__more img {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 28px;
    height: 28px;
}

@media only screen and (max-width: 960px) {
}

@media only screen and (max-width: 767px) {
    .News_h {
        font-size: 3rem;
    }

    .News__inner {
        display: block;
        padding: 20px 20px 40px;
    }

    .News__photo .slider-1__inner {
        margin: 0;
    }

    .News__photo,
    .News__list {
        width: 100%;
    }

    .News__list .link-list-2 {
        padding: 0;
    }

    .News__more {
        width: 40px;
        height: 40px;
    }

    .News__more img {
        width: 20px;
        height: 20px;
    }
}


/* Banner Block
 * *********************************** */
.BannerBlock {
    margin: 57px 0;
}

.BannerBlock__list {
    display: flex;
    justify-content: center;
}

.BannerBlock__list li {
    margin: 0 28px;
    width: 285px;
}

.BannerBlock__list li img {
    max-width: 100%;
}

@media only screen and (max-width: 767px) {
    .BannerBlock__list {
        display: block;
    }

    .BannerBlock__list li {
        margin: 28px auto;
        width: 80%;
    }
}


/* Article
 * *********************************** */
.Article {
    margin: 57px 0 114px;
    padding: 36px 57px 57px;
    font-weight: 200;
    background-color: #fff;
}

.Article p {
    margin-bottom: 2em;
}

@media only screen and (max-width: 767px) {
    .Article {
        padding: 20px 20px 40px;
    }
}


/* Image Block
 * *********************************** */
.ImageBlockH {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 60px 0 30px;
}

.ImageBlockH__block img {
    max-width: 100%;
}

.ImageBlockH.-col3 .ImageBlockH__block {
    margin: 0 30px 30px;
    width: calc((100% - 60px * 2) / 3);
}

.ImageBlockH.-col3 .ImageBlockH__block:nth-child(3n) {
    margin-right: 0;
}

.ImageBlockH.-col3 .ImageBlockH__block:nth-child(3n+1) {
    margin-left: 0;
}

@media only screen and (max-width: 960px) {
    .ImageBlockH.-col3 .ImageBlockH__block {
        margin: 0 15px 15px;
        width: calc((100% - 30px * 2) / 3);
    }
}

@media only screen and (max-width: 767px) {
    .ImageBlockH {
        margin: 30px 0 25px;
    }

    .ImageBlockH.-col3 .ImageBlockH__block {
        margin: 0 5px 5px;
        width: calc((100% - 10px * 2) / 3);
    }
}


/* Movie
 * *********************************** */
.Movie {
    margin: 60px auto;
    width: 640px;
}

.Movie iframe {
    max-width: 100%;
}

@media only screen and (max-width: 767px) {
    .Movie {
        width: 100%;
}
</pre></body></html>