@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/**
 * Swiper 4.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 19, 2018
 */
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    -webkit-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    -webkit-transition: .2s transform, .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top, .2s -webkit-transform;
    transition: .2s transform, .2s top, .2s -webkit-transform;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    -webkit-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    -webkit-transition: .2s transform, .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left, .2s -webkit-transform;
    transition: .2s transform, .2s left, .2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    -webkit-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    -webkit-transition: .2s transform, .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right, .2s -webkit-transform;
    transition: .2s transform, .2s right, .2s -webkit-transform;
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, 0.9);
    outline: none !important;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.lity.lity-opened {
    opacity: 1;
}

.lity.lity-closed {
    opacity: 0;
}

.lity * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important;
}

.lity-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.lity-loading .lity-loader {
    opacity: 1;
}

.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none !important;
}

.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

.lity-content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.lity-close::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.lity-close:active {
    top: 1px;
}

.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0;
}

.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
    width: 100%;
    max-width: 964px;
}

.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

.lity-hide {
    display: none;
}

section .inner {
    max-width: 1170px;
    text-align: center;
    color: #000000;
    margin: 0 auto;
}

.black {
    background-color: #000000 !important;
}

.black h3 {
    color: #ffffff !important;
}

.black p {
    color: #ffffff !important;
}

.black .line:after {
    height: 8px;
    background-size: auto 20px;
    position: relative;
    display: block;
    height: 4px;
    background-image: url(../png/wave--white.png) !important;
    background-size: auto 4px;
    background-repeat: repeat-x;
    content: "";
}

.black h5 {
    color: #ffffff !important;
}

.video-button.top {
    top: 1em;
    margin-top: 0;
}

.video-button[data-id=play-button] {
    display: none;
}

.video-button {
    height: 40px;
    width: 40px;
    position: absolute;
    right: 2em;
    z-index: 10;
}

.video-button .g__hero__controls__player__loader {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    fill: transparent;
    stroke-width: 3;
    stroke: rgba(255, 255, 255, 0.8);
    opacity: 1;
}

.video-button[data-id=play-button] .g__hero__controls__player__play {
    fill: rgba(255, 255, 255, 0.8);
    display: inline;
}

.video-button[data-id=play-button] .g__hero__controls__player__play {
    fill: rgba(255, 255, 255, 0.8);
    display: inline;
}

.video-button[data-id=play-button] .g__hero__controls__player__pause {
    fill: rgba(255, 255, 255, 0.8);
}

.video-button[data-id=pause-button] .g__hero__controls__player__pause {
    fill: rgba(255, 255, 255, 0.8);
}

.lity {
    background: rgba(0, 0, 0, 0.8);
}

.lity-close {
    width: 60px;
    height: 60px;
    font-size: 80px;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
    font-size: 80px;
}

[data-doorman] {
    display: inline-block;
    visibility: hidden;
}

#hero {
    position: relative;
    display: block;
    background-color: #000000;
    width: 100%;
    overflow: hidden;
}

#hero .logo-wrapper {
    position: relative;
    min-height: 650px;
    width: 100vw;
}

#hero .logo-wrapper .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

#hero .logo-wrapper .logo img {
    max-width: 80%;
}

#hero .logo-wrapper .slogan {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

#hero .logo-wrapper .slogan img {
    max-width: 100%;
}

#hero .mask {
    position: absolute;
    top: 0;
    left: -100%;
    min-height: 650px;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-color: #fc4259;
}

#hero .hero-image-wrapper .hero-bc {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 650px;
    position: absolute;
    top: 0%;
    width: 100%;
    opacity: 0;
}

#hero .hero-image-wrapper .hero-text-1 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 650px;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    opacity: 0;
}

#hero .hero-image-wrapper .hero-text-2 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 650px;
    position: absolute;
    top: 20px;
    left: 0%;
    width: 100%;
    opacity: 0;
}

#hero .hero-image-wrapper .hero-text-3 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 650px;
    position: absolute;
    top: 20px;
    left: 0%;
    width: 100%;
    opacity: 0;
}

#hero .hero-image-wrapper .text {
    position: absolute;
    top: 50%;
    left: 70%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
}

#hero .hero-image-wrapper .text-pro {
    position: absolute;
    top: 90%;
    right: 0%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

#hero .hero-image-wrapper .text-pro h1 {
    font-size: 2rem;
    color: #ffffff;
    margin: 0;
    padding: 0;
}

#hero .hero-image-wrapper .text-pro h3 {
    font-size: 2rem;
    color: #ffffff;
    margin: 0;
    padding: 0;
}

#hero-pro {
    position: relative;
    display: block;
    background-color: #000000;
    width: 100%;
}

#hero-pro .hero-image-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 650px;
}

#hero-pro .hero-image-wrapper .text {
    position: absolute;
    top: 50%;
    left: 70%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
}

#hero-pro .hero-image-wrapper .text-pro {
    position: absolute;
    top: 90%;
    right: 0%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
}

#hero-pro .hero-image-wrapper .text-pro h1 {
    font-size: 2rem;
    color: #ffffff;
    margin: 0;
    padding: 0;
    line-height: 1;
}

#hero-pro .hero-image-wrapper .text-pro h3 {
    font-size: 2rem;
    color: #ffffff;
    margin: 0;
    padding: 0;
    font-style: italic;
}

#hero-course {
    position: relative;
    display: block;
    background-color: #000000;
    width: 100%;
}

#hero-course .hero-image-wrapper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 650px;
}

#sticky-nav .g__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow-x: auto;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #D8D9DA;
    background-color: #FFFFFF;
    position: relative;
}

#sticky-nav .g__nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 26px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
}

#sticky-nav .g__nav a span {
    -webkit-transition: color 0.3s ease-out 0s;
    -o-transition: color 0.3s ease-out 0s;
    transition: color 0.3s ease-out 0s;
    font-size: 0.9rem;
    text-transform: uppercase;
    line-height: 55px;
    margin: 0rem 2rem;
}

#sticky-nav .g__nav a h4 {
    margin: 0;
    color: #999999;
    line-height: 60px;
    padding: 0;
}

#sticky-nav .g__nav a hr {
    margin: 0;
    width: 0;
    height: 0.25rem;
    background: #121212;
    opacity: 0;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

#sticky-nav .g__nav a span.icon-down-open-big {
    line-height: 55px;
    margin: 0rem 1rem;
    display: none;
}

#sticky-nav .g__nav a svg {
    width: 1.35rem;
    cursor: pointer;
}

#sticky-nav .g__nav a svg path {
    fill: #999999;
}

#sticky-nav .g__nav a.active h4 {
    color: #000000;
}

#sticky-nav .g__nav a.active hr {
    width: 100%;
    opacity: 1;
}

#sticky-nav ul {
    position: absolute;
    width: 100%;
    left: 0;
    background: #ffffff;
    height: auto;
    text-align: left;
    z-index: +1;
    display: none;
    padding: 0px 0px 0px 20px;
    margin: 0;
    border-radius: 0px;
    border-top: 3px solid transparent;
}

#sticky-nav ul a {
    margin: 0 10px;
}

#sticky-nav ul a h4 {
    -webkit-transition: color 0.3s ease-out 0s;
    -o-transition: color 0.3s ease-out 0s;
    transition: color 0.3s ease-out 0s;
    font-size: 16px;
    margin: 0 10px;
}

#sticky-nav .g__nav.title {
    border-bottom: 1px solid #B9B9B9;
}

#sticky-nav .g__nav.title a {
    margin: 0rem 2rem;
}

#sticky-nav .g__nav.sec-title {
    border-bottom: 1px solid #B9B9B9;
}

#sticky-nav .g__nav.sec-title a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#sticky-nav .g__nav.sec-title a span {
    line-height: 48px;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
}

#title-banner {
    position: relative;
    display: block;
    width: 100%;
}

#title-banner .image-wrapper {
    min-height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#title-banner .image-wrapper .text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
}

#title-banner .image-wrapper .text h1 {
    font-size: 4rem;
    color: #ffffff;
}

#description {
    padding: 100px 15px;
    background-color: #000000;
}

#description h3 {
    font-size: 2rem;
    color: #ffffff;
}


#rub-club {
    padding: 2rem 15px;
    background-color: #000000;
    position: relative;
}

#rub-club h2 {
    font-size: 2.8rem;
    color: #ffffff;
    text-transform: uppercase;
    padding: 2rem;
}


#rub-club .global-card {
    position: relative;
    background: #fff;
    margin: 0.5rem;
    -webkit-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.24);
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.24);

}

#rub-club .global-card:hover .image figure {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    will-change: transform;
}

#rub-club .card-half {
    background-color: #fff;
    width: calc(100%/3 - 1.5rem);
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    height: auto;
    min-height: 477px;
}

#rub-club .card-half a {
    cursor: pointer;
}

#rub-club .card-half .content-wrapper {
    height: 100%;
    width: 100%;
    position: relative;
}

#rub-club .card-half .content-wrapper .image {
    height: 300px;
    overflow: hidden;
}

#rub-club .card-half .content-wrapper .image .image-loader {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
}

#rub-club .card-half .content-wrapper .content .copy-container {
    padding: 1rem;
}

#rub-club .card-half .content-wrapper .content .copy-container h3 {
    font-size: 1.6rem;
    color: #000000;
    text-align: left;
}

#rub-club .card-half .content-wrapper .content .copy-container p {
    font-size: 1rem;
    color: #000000;
    padding-bottom: 20px;
    text-align: left;
}

#rub-club .card-half .content-wrapper .content .copy-container .cta-wrapper {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #000000;
}

#rub-club .card-middle {
    background-color: #fff;
    width: calc(100%/3 - 1.5rem);
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

#rub-club .card-middle a {
    cursor: pointer;
}

#rub-club .card-middle .content-wrapper {
    height: 100%;
    width: 100%;
}

#rub-club .card-middle .content-wrapper .image {
    height: 135px;
    overflow: hidden;
}

#rub-club .card-middle .content-wrapper .image .image-loader {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%;
}

#rub-club .card-middle .content-wrapper .content .copy-container {
    position: relative;
    padding: 1rem;
}

#rub-club .card-middle .content-wrapper .content .copy-container h3 {
    font-size: 1.6rem;
    color: #000000;
    text-align: left;
}

#rub-club .card-middle .content-wrapper .content .copy-container p {
    font-size: 1rem;
    color: #000000;
    text-align: left;
}

#rub-club .card-middle .content-wrapper .content .copy-container .cta-wrapper {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #000000;
}

#rub-club .card-small {
    width: calc(100%/3 - 1.1rem);
    height: calc(600px / 3 - 1.1rem);
}

#rub-club .card-small .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
}

#rub-club .card-small .content-wrapper .image {
    height: 183px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}

#rub-club .card-small .content-wrapper .image .image-loader {
    height: 100%;
    background-size: cover;
    background-position: 50%;
}

#rub-club .card-small .content-wrapper .content {
    -webkit-box-flex: 1.2;
    -ms-flex: 1.2;
    flex: 1.2;
}

#rub-club .card-small .content-wrapper .content .copy-container {
    position: relative;
    padding: 1rem;
    height: 183px;
}

#rub-club .card-small .content-wrapper .content .copy-container h3 {
    font-size: 1.6rem;
    color: #000000;
    text-align: left;
}

#rub-club .card-small .content-wrapper .content .copy-container p {
    font-size: 1rem;
    color: #000000;
    text-align: left;
}

#rub-club .card-small .content-wrapper .content .copy-container .cta-wrapper {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #000000;
}


#rub-club .swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 50px 0;
    z-index: 1;
    width: 100%;
    background-color: #000000;
}

#rub-club .swiper-container .swiper-wrapper {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#rub-club .swiper-container .swiper-wrapper .swiper-slide {
    -ms-flex-preferred-size: calc(100%/3 - 1rem);
    flex-basis: calc(100%/3 - 1rem);
    width: calc(100%/3 - 1rem);
    overflow: hidden;
}

#rub-club .swiper-container .swiper-wrapper .swiper-slide h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
    z-index: 5;
    text-align: center;
}

#rub-club .swiper-container .swiper-wrapper .swiper-slide .image {}


#rub-club .nav-swiper {
    margin: 0 auto;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 0;
    list-style: none;
    padding: 50px 0;
    z-index: 5;
    width: 100%;
}

#rub-club .nav-swiper .swiper-button-prev {
    background: 0;
    color: #fff;
    font-size: 60px;
    left: 0;
}

#rub-club .nav-swiper .swiper-button-next {
    background: 0;
    color: #fff;
    font-size: 60px;
    right: 50px;
}

#rub-club [class*=" icon-"]:before,
#rub-club [class^=icon-]:before {
    font-weight: 400;
    font-size: 50px;
}




#annual-video {
    width: 100vw;
    height: 60vh;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 6;
}

#annual-video video {
    width: 100%;
}

#annual-video .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#annual-video .video .video-bc:after {
    content: '';
    background: -webkit-gradient(linear, right top, left top, from(#232526), to(#414345));
    background: -webkit-linear-gradient(right, #232526, #414345);
    background: -o-linear-gradient(right, #232526, #414345);
    background: linear-gradient(to left, #232526, #414345);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .3;
}

#annual-video .video .slogan {
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    z-index: 100;
    text-align: center;
}

#annual-video .video .slogan h2 {
    color: #ffffff;
    font-size: 2.8rem;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.6 !important;
}

#annual-video .video .slogan .play-video-button {
    width: 80px;
    height: 80px;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#annual-video .video .slogan .play-video-button:hover circle {
    fill: #fff;
}

#annual-video .video .slogan .play-video-button:hover path {
    fill: #000;
}

#photo-album {
    padding: 5rem 15px;
    background-color: #000000;
}

#photo-album .inner h2 {
    font-size: 2.8rem;
    color: #ffffff;
    text-transform: uppercase;
    padding: 2rem;
}

#photo-album .inner .album-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#photo-album .inner .album-grid .album-inner {
    -webkit-box-flex: calc(100%/3);
    -ms-flex: calc(100%/3);
    flex: calc(100%/3);
    padding: 10px;
}

#photo-album .inner .album-grid .album-inner .img-fluid {
    cursor: pointer;
    position: relative;
}

#photo-album .inner .album-grid .album-inner .img-fluid img {
    max-width: 100%;
    max-height: 300px;
    position: relative;
}

#photo-album .inner .album-grid .album-inner .img-fluid::after {
    position: absolute;
    opacity: .4;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#000000), to(#000000));
    background: -webkit-linear-gradient(left, #000000, #000000);
    background: -o-linear-gradient(left, #000000, #000000);
    background: linear-gradient(to right, #000000, #000000);
}

#photo-album .inner .album-grid .album-inner p {
    font-size: 1rem;
    color: #ffffff;
    text-align: center;
    padding: 1rem;
}

#photo-album .inner .album-grid::after {
    content: '';
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/3);
    flex: 0 0 calc(100%/3);
}

#race {
    padding: 25px 15px;
    background-color: #000000;
}

#race .inner h2 {
    font-size: 2.8rem;
    color: #000000;
    text-transform: uppercase;
    padding: 50px;
}

#race .inner .grid-photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

#race .inner .grid-photo a.race-wrapper-big {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    position: relative;
    height: 400px;
    overflow: hidden;
    margin: 0.5rem;
    background-color: #000000;
}

#race .inner .grid-photo a.race-wrapper-big .image {
    background-position: 50%;
    background-size: cover;
    margin: 0;
    height: 100%;
    width: 100%;
    opacity: .4;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    min-height: 400px;
}

#race .inner .grid-photo a.race-wrapper-big .text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
}

#race .inner .grid-photo a.race-wrapper-big .text h3 {
    font-size: 2rem;
    color: #ffffff;
    text-align: center;
}

#race .inner .grid-photo a.race-wrapper-medium {
    -ms-flex-preferred-size: 48.6%;
    flex-basis: 48.6%;
    position: relative;
    margin: 0.5rem;
    height: 400px;
    overflow: hidden;
    background-color: #000000;
}

#race .inner .grid-photo a.race-wrapper-medium .image {
    background-position: 50%;
    background-size: cover;
    margin: 0;
    width: 100%;
    max-width: 100%;
    min-height: 400px;
}

#race .inner .grid-photo a.race-wrapper-medium .text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
}

#race .inner .grid-photo a.race-wrapper-medium .text h3 {
    font-size: 2rem;
    color: #ffffff;
    text-align: center;
}

#race .inner .grid-photo a:hover .image {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

#race-info {
    margin-top: 3rem;
    text-align: center;
}

#race-info h2 {
    font-size: 2.8rem;
    color: #000000;
    text-transform: uppercase;
    padding: 50px;
}

#race-info .grid-photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

#race-info .grid-photo a.race-wrapper-big {
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
    width: 90%;
    position: relative;
    height: 500px;
    overflow: hidden;
    background-color: #000000;
    margin: 0 auto;
}

#race-info .grid-photo a.race-wrapper-big .image {
    background-position: 50%;
    background-size: cover;
    margin: 0;
    height: 100%;
    width: 100%;
    opacity: .4;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    min-height: 400px;
}

#race-info .grid-photo a.race-wrapper-big .text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 80%;
}

#race-info .grid-photo a.race-wrapper-big .text h3 {
    font-size: 2rem;
    color: #ffffff;
    text-align: center;
}

#race-info .grid-photo a.race-wrapper-medium {
    -ms-flex-preferred-size: 48.6%;
    flex-basis: 48.6%;
    position: relative;
    height: 500px;
    overflow: hidden;
    background-color: #000000;
}

#race-info .grid-photo a.race-wrapper-medium .image {
    background-position: 50%;
    background-size: cover;
    margin: 0;
    width: 100%;
    max-width: 100%;
    min-height: 400px;
}

#race-info .grid-photo a.race-wrapper-medium .text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
}

#race-info .grid-photo a.race-wrapper-medium .text h3 {
    font-size: 2rem;
    color: #ffffff;
    text-align: center;
}

#race-info .grid-photo a:hover .image {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

#cooperative-event {
    background-color: #eeeeee;
    margin-top: 5rem;
    padding-bottom: 2rem;
}

#cooperative-event h2 {
    font-size: 2.8rem;
    color: #000000;
    text-transform: uppercase;
    padding: 50px;
    text-align: center;
}

#cooperative-event .cooperative-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

#cooperative-event .cooperative-list .cooperative-con {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
}

#cooperative-event .cooperative-list .cooperative-con img {
    width: 150px;
    max-height: 80px;
}

#cooperative-event .cooperative-list .cooperative-con p {
    font-size: 1rem;
    color: #000000;
    text-align: center;
    padding: 25px;
}

#social {
    padding: 2rem 0px;
    background-color: #eeeeee;
}

#social .inner h2 {
    font-size: 2.8rem;
    color: #000000;
    text-transform: uppercase;
    padding: 50px;
    text-align: center;
}

#social .inner .social-icon {
    padding-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#social .inner .social-icon a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100px;
}

#social .inner .social-icon a svg {
    width: 2rem;
}

#blog {
    padding: 50px 15px;
    background-color: #eeeeee;
}

#blog .inner h2 {
    font-size: 2.8rem;
    color: #000000;
    text-transform: uppercase;
    padding: 50px;
}

#blog .inner .post-list__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 1rem auto;
    text-align: left;
}

#blog .inner .post-list__wrapper .post-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.33% - 0.66rem);
    flex: 0 0 calc(33.33% - 0.66rem);
    padding: 1rem;
    background: #fff;
    margin-bottom: 1rem;
    border-radius: 3px;
}

#blog .inner .post-list__wrapper .post-card a {
    text-decoration: none;
    color: #000;
}

#blog .inner .post-list__wrapper .post-card a .post-card__image {
    position: relative;
    overflow: hidden;
    margin: -1rem -1rem 1rem -1rem;
    border-radius: 3px 3px 0 0;
}

#blog .inner .post-list__wrapper .post-card a .post-card__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
}

#blog .inner .post-list__wrapper .post-card a .post-card__image::before {
    content: '';
    display: block;
    padding-bottom: 50%;
}

#blog .inner .post-list__wrapper .post-card a .post-card__categories {
    text-transform: uppercase;
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 0.9em;
    font-size: 1rem;
}

#blog .inner .post-list__wrapper .post-card a .post-card__categories>li {
    display: inline-block;
}

#blog .inner .post-list__wrapper .post-card a .post-card__categories>li+li {
    margin-left: 1em;
}

#blog .inner .post-list__wrapper .post-card a .post-card__title {
    line-height: 1.2;
    margin: 0.25em 0;
    font-size: 1.5rem;
}

#blog .inner .post-list__wrapper .post-card a .post-card__date {
    font-size: 0.9rem;
}

#blog .inner .post-list__wrapper::after {
    content: '';
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.33% - 0.66rem);
    flex: 0 0 calc(33.33% - 0.66rem);
}

.garmin-sports {
    background-color: #000000;
    width: 100%;
}

.garmin-sports .gs-content {
    text-align: center;
    padding: 15rem 0rem 0rem 0rem;
}

.garmin-sports .gs-content .app-icon {
    max-width: 150px;
}

.garmin-sports .gs-content h2 {
    font-size: 2.8rem;
    color: #ffffff;
    text-transform: uppercase;
    padding: 15px 15px 50px 15px;
    width: 100%;
}

.garmin-sports .gs-content p {
    font-size: 1.4rem;
    color: #ffffff;
    padding-bottom: 50px;
}

.garmin-sports .gs-content img {
    max-width: 100%;
}

.garmin-sports .gs-content .feature-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-bottom: 50px;
}

.garmin-sports .gs-content .feature-list .feature-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 25%;
    flex: 1 0 25%;
    height: auto;
    position: relative;
    background-size: cover;
    background-position: center;
}

.garmin-sports .gs-content .feature-list .feature-item .feature {
    padding-bottom: 96%;
}

.garmin-sports .gs-content .feature-list .feature-item .feature .feature-name {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.4rem;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.garmin-sports .news {
    text-align: center;
    padding: 10rem 5rem 10rem 5rem;
    background-color: #000000;
    width: 100%;
}

.garmin-sports .news h2 {
    font-size: 2.8rem;
    color: #ffffff;
    padding-bottom: 50px;
    text-transform: uppercase;
}

.garmin-sports .news .news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 auto;
}

.garmin-sports .news .news-list .note {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33.33%;
    flex: 1 0 33.33%;
    min-width: 33.33%;
    padding: 30px;
    border-left: 1px solid #e0e0e0;
}

.garmin-sports .news .news-list .note .text {
    text-align: left;
}

.garmin-sports .news .news-list .note .text .tag {
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    color: #000000;
    border-radius: 3px;
    background: #e0e0e0;
    padding: .2em .7em;
    letter-spacing: .1em;
    margin-bottom: 10px;
}

.garmin-sports .news .news-list .note .text p {
    font-size: 1rem;
    color: #ffffff;
}

.garmin-sports .news .news-list .note:nth-child(1) {
    border-left: none;
}

.garmin-sports .qrcode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-self: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #000000;
    width: 100%;
}

.garmin-sports .qrcode .left {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    background-size: cover;
    min-height: 800px;
    background-position: center;
    
}

.garmin-sports .qrcode .right {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    text-align: center;
}

.garmin-sports .qrcode .right .text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.garmin-sports .qrcode .right .text img {
    max-width: 150px;
}

.garmin-sports .qrcode .right .text h2 {
    font-size: 2.8rem;
    color: #ffffff;
    padding: 25px;
    text-transform: uppercase;
}

.garmin-sports .qrcode .right .text .qrcode-img {
    max-width: 120px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.garmin-sports .qrcode .right .text .app-link {
    display: none;
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    width: 90%;
}

.garmin-sports .qrcode .right .text .app-link a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.garmin-sports .qrcode .right .text .app-link a img {
    max-width: 90%;
}

.category-grid {
    width: 100%;
}

.category-grid .slick-list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.category-grid .slick-list .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #000000;
}

.category-grid .slick-list .slick-track .slick-slide {
    -webkit-box-flex: 33.33%;
    -ms-flex: 33.33%;
    flex: 33.33%;
    position: relative;
    display: block;
    overflow: hidden;
    height: 25vw;
    margin: 0;
    padding: 0;
}

.category-grid .slick-list .slick-track .slick-slide .grid-image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    opacity: .5;
}

.category-grid .slick-list .slick-track .slick-slide .grid-name {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 2rem;
    text-align: center;
}

.category-grid .slick-list .slick-track .slick-slide:hover .grid-image {
    opacity: .9;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.pro-description {
    padding: 100px 15px;
}

.pro-description h3 {
    font-size: 2rem;
    color: #000000;
}

.pro-description p {
    font-size: 1rem;
    color: #000000;
}

.pro-description .line {
    margin: 5rem 0rem;
}

.pro-description .line:after {
    height: 8px;
    background-size: auto 20px;
    position: relative;
    display: block;
    height: 4px;
    background-image: url(../png/wave--black.png);
    background-size: auto 4px;
    background-repeat: repeat-x;
    content: "";
}

.pro-description .text p {
    font-size: 1.4rem;
    color: #000000;
}

.pro-description figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.pro-description figure figcaption {
    padding: 25px;
}

.pro-description figure figcaption img {
    height: 80px;
    width: 80px;
}

.pro-description figure figcaption h5 {
    font-size: 2rem;
    color: #000000;
    padding: 25px;
}

.cover {
    overflow: hidden;
    padding: 0;
    max-height: 640px;
    height: 55vw;
}

.cover .cover-image {
    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.pro-info {
    padding: 100px 0px;
}

.pro-info .inner h2 {
    font-size: 2.8rem;
    color: #000000;
}

.pro-info .inner .social .cta-social {
    padding: 0rem 0.5rem;
}

.pro-info .inner .social .cta-social .pros-social {
    width: 1.35rem;
    cursor: pointer;
}

.pro-info .inner .social .cta-social .pros-social path {
    fill: #000000;
}

.pro-info .inner .social a {
    color: #000000;
}

.pro-info .inner .column {
    margin-top: 50px;
}

.pro-info .inner .column .info-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pro-info .inner .column .info-wrapper .info-con {
    text-align: left;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.pro-info .inner .column .info-wrapper .info-con h3 {
    font-size: 2rem;
    text-transform: uppercase;
    color: #000000;
}

.pro-info .inner .column .info-wrapper .info-con p {
    font-size: 1rem;
    color: #000000;
}

#pro-slider h3 {
    font-size: 2rem;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    padding: 50px;
}

#pro-slider .swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    width: 100%;
    background-color: #000000;
}

#pro-slider .swiper-container .swiper-wrapper {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#pro-slider .swiper-container .swiper-wrapper .swiper-slide {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    width: 33.3%;
    overflow: hidden;
}

#pro-slider .swiper-container .swiper-wrapper .swiper-slide h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
    z-index: 5;
    text-align: center;
}

#pro-slider .swiper-container .swiper-wrapper .swiper-slide .image {
    opacity: 0.6;
    height: 400px;
    background-size: cover;
    background-position: center;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

#pro-slider .swiper-container .swiper-wrapper .swiper-slide:hover .image {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    opacity: 1;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

#pro-slider .swiper-container .swiper-button-prev {
    background: 0;
    color: #ffffff;
    font-size: 60px;
    right: 50px;
}

#pro-slider .swiper-container .swiper-button-next {
    background: 0;
    color: #ffffff;
    font-size: 60px;
    right: 50px;
}

.swiper-pagination-bullet {
    background: #e0e0e0;
    opacity: .4;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff;
}

#runner-club-description {
    padding: 50px;
    text-align: center;
}

#runner-club-description .inner h1 {
    font-size: 2.8rem;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

#runner-club-description .inner p {
    font-size: 1.1rem;
    color: #000000;
}

#runner-club-description .inner p a {
    text-decoration: underline;
}

#runner-club-description .inner ul {
    text-align: left;
    margin-bottom: 30px;
}

#runner-club-description .inner ul li {
    font-size: 1.1rem;
    color: #000000;
    list-style-type: square;
    margin-bottom: 10px;
}

#runner-club-description .inner ul li ol {
    padding: 0;
}

#runner-club-description .inner ul li ol.border {
    margin: 15px 0px;
    border: 3px solid #000000;
    padding: 15px;
}

#runner-club-description .inner ul li ol.border a {
    text-decoration: underline;
}

#runner-club-description .inner h2 {
    font-size: 2rem;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
    margin: 30px 0px;
}

#runner-club-description .inner .list-table {
    margin-top: 30px;
    text-align: center;
}

#runner-club-description .inner .list-table table {
    text-align: center;
    margin: 0 auto;
    width: 60%;
}

#runner-club-description .inner .list-table table thead tr {
    background-color: #000000;
    text-align: center;
    color: #ffffff;
}

#runner-club-description .inner .list-table table thead tr td {
    min-width: 100px;
    width: 33.33%;
    color: #ffffff;
    border: 1px transparent;
}

#runner-club-description .inner .list-table table tbody tr td {
    vertical-align: middle;
    border: 1px transparent;
    border-bottom: 1px solid #000000;
    font-weight: normal;
    font-size: 15px;
    line-height: 2em;
    padding: 10px;
    color: #000000;
}

#runner-club-description .inner .list-table table tbody tr td.label {
    min-width: 100px;
    width: 50%;
}

#runner-club-description .inner p {
    font-size: 1.1rem;
    color: #000000;
    text-align: center;
    margin: 30px 0px;
}

#runner-club-description .inner .dropdown {
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
    z-index: 10;
}

.runner-info {
    padding-bottom: 50px;
}

.runner-info .inner .runner-con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.runner-info .inner .runner-con>div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-left: 1px solid #666;
}

.runner-info .inner .runner-con>div a {
    text-decoration: underline;
    cursor: poniter;
    color: #000000;
}

.runner-info .inner .runner-con>div p {
    font-size: 1.2rem;
    color: #000000;
    margin: 0;
    padding: 5px;
}

.runner-info .inner .runner-con>div:nth-child(1) {
    border-left: none;
}

.runner-info .inner .runner-timeline {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

.runner-info .inner .runner-timeline table {
    width: 100%;
}

.runner-info .inner .runner-timeline table tr.title {
    background: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.runner-info .inner .runner-timeline table tr.title td {
    color: #fff;
    font-size: 1.1rem;
    border: none;
    -webkit-box-flex: calc(100%/6);
    -ms-flex: calc(100%/6);
    flex: calc(100%/6);
}

.runner-info .inner .runner-timeline table tr {
    border-bottom: 1px solid #cfcfcf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.runner-info .inner .runner-timeline table tr td {
    border: none;
    -webkit-box-flex: calc(100%/6);
    -ms-flex: calc(100%/6);
    flex: calc(100%/6);
}

.runner-info .inner .register-btn {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.runner-info .inner .register-btn .btn-size-default {
    font-size: 20px;
}

.coach-intro {
    background-color: #000000;
    margin: 50px 0px;
}

.coach-intro .inner .coach-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.coach-intro .inner .coach-info .coach-txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
    margin: 3vw;
    z-index: 3;
}

.coach-intro .inner .coach-info .coach-txt h2 {
    font-size: 2.8rem;
    color: #ffffff;
    padding: 0;
    margin: 0;
}

.coach-intro .inner .coach-info .coach-txt .line {
    margin: 0rem;
}

.coach-intro .inner .coach-info .coach-txt p {
    font-size: 1.1rem;
    color: #ffffff;
    padding: 0;
    margin-top: 1rem;
}

.coach-intro .inner .coach-info .coach-txt .line:after {
    height: 8px;
    background-size: auto 20px;
    position: relative;
    display: block;
    height: 4px;
    background-image: url(../png/wave--white.png);
    background-size: auto 4px;
    background-repeat: repeat-x;
    content: "";
}

.coach-intro .inner .coach-info .coach-photo {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 50%;
}

.coach-intro .inner .coach-info .coach-photo img {
    width: 120%;
    margin-left: -10%;
    vertical-align: bottom;
}

.tabs {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    padding: 25px;
    width: 90%;
    min-width: 240px;
}

.tabs input[name="tab-control"] {
    display: none;
}

.tabs .content section h2,
.tabs ul li label {
    font-weight: bold;
    font-size: 18px;
    color: #428BFF;
}

.tabs ul {
    list-style-type: none;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tabs ul li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 25%;
    list-style-type: none;
    padding: 0 10px;
    text-align: center;
}

.tabs ul li label {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #999999;
    padding: 5px auto;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tabs ul li label br {
    display: none;
}

.tabs ul li label svg {
    fill: #929daf;
    height: 1.2em;
    vertical-align: bottom;
    margin-right: 0.2em;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.tabs ul li label:hover,
.tabs ul li label:focus,
.tabs ul li label:active {
    outline: 0;
    color: #bec5cf;
}

.tabs ul li label:hover svg,
.tabs ul li label:focus svg,
.tabs ul li label:active svg {
    fill: #bec5cf;
}

.tabs .slider {
    position: relative;
    width: 25%;
    -webkit-transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
    -o-transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
    transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}

.tabs .slider .indicator {
    position: relative;
    width: 80%;
    max-width: 90%;
    margin: 0 auto;
    height: 4px;
    background: #ffffff;
    border-radius: 1px;
}

.tabs .content {
    margin-top: 30px;
}

.tabs .content div {
    display: none;
    -webkit-animation-name: content;
    animation-name: content;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    line-height: 1.4;
}

.tabs .content div p {
    display: none;
}

.tabs input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1)>label {
    cursor: default;
    color: #ffffff;
}

.tabs input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1)>label svg {
    fill: #428BFF;
}

@media (max-width: 600px) {
    .tabs input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1)>label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name="tab-control"]:nth-of-type(1):checked~.slider {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.tabs input[name="tab-control"]:nth-of-type(1):checked~.content>div:nth-child(1) {
    display: block;
}

.tabs input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2)>label {
    cursor: default;
    color: #ffffff;
}

.tabs input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2)>label svg {
    fill: #428BFF;
}

@media (max-width: 600px) {
    .tabs input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2)>label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name="tab-control"]:nth-of-type(2):checked~.slider {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.tabs input[name="tab-control"]:nth-of-type(2):checked~.content>div:nth-child(2) {
    display: block;
}

.tabs input[name="tab-control"]:nth-of-type(3):checked~ul>li:nth-child(3)>label {
    cursor: default;
    color: #ffffff;
}

.tabs input[name="tab-control"]:nth-of-type(3):checked~ul>li:nth-child(3)>label svg {
    fill: #428BFF;
}

@media (max-width: 600px) {
    .tabs input[name="tab-control"]:nth-of-type(3):checked~ul>li:nth-child(3)>label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name="tab-control"]:nth-of-type(3):checked~.slider {
    -webkit-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
}

.tabs input[name="tab-control"]:nth-of-type(3):checked~.content>div:nth-child(3) {
    display: block;
}

.tabs input[name="tab-control"]:nth-of-type(4):checked~ul>li:nth-child(4)>label {
    cursor: default;
    color: #ffffff;
}

.tabs input[name="tab-control"]:nth-of-type(4):checked~ul>li:nth-child(4)>label svg {
    fill: #428BFF;
}

@media (max-width: 600px) {
    .tabs input[name="tab-control"]:nth-of-type(4):checked~ul>li:nth-child(4)>label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name="tab-control"]:nth-of-type(4):checked~.slider {
    -webkit-transform: translateX(300%);
    -ms-transform: translateX(300%);
    transform: translateX(300%);
}

.tabs input[name="tab-control"]:nth-of-type(4):checked~.content>div:nth-child(4) {
    display: block;
}

@-webkit-keyframes content {
    from {
        opacity: 0;
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes content {
    from {
        opacity: 0;
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@media (max-width: 1000px) {
    .tabs ul li label {
        white-space: initial;
    }

    .tabs ul li label br {
        display: initial;
    }

    .tabs ul li label svg {
        height: 1.5em;
    }
}

div.dropdown {
    position: relative;
}

div.dropdown>div.select {
    background-color: #f2f2f2;
    padding: 11px 24px;
    cursor: pointer;
    outline: none;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%0D%0A%3C%21--%20Generator%3A%20Adobe%20Illustrator%2019.0.0%2C%20SVG%20Export%20Plug-In%20.%20SVG%20Version%3A%206.00%20Build%200%29%20%20--%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20viewBox%3D%220%200%20512.011%20512.011%22%20style%3D%22enable-background%3Anew%200%200%20512.011%20512.011%3B%22%20xml%3Aspace%3D%22preserve%22%20width%3D%2220px%22%20height%3D%2220px%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cg%3E%0D%0A%09%09%3Cpath%20d%3D%22M505.755%2C123.592c-8.341-8.341-21.824-8.341-30.165%2C0L256.005%2C343.176L36.421%2C123.592c-8.341-8.341-21.824-8.341-30.165%2C0%0D%0A%09%09%09s-8.341%2C21.824%2C0%2C30.165l234.667%2C234.667c4.16%2C4.16%2C9.621%2C6.251%2C15.083%2C6.251c5.462%2C0%2C10.923-2.091%2C15.083-6.251l234.667-234.667%0D%0A%09%09%09C514.096%2C145.416%2C514.096%2C131.933%2C505.755%2C123.592z%22/%3E%0D%0A%09%3C/g%3E%0D%0A%3C/g%3E%0D%0A%3C/svg%3E%0D%0A);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px);
    background-size: 15px;
    cursor: pointer;
}

div.dropdown>div.select:hover {
    position: relative;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI0LjIuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyMCAyMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPGc+Cgk8Zz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTkuOCw0LjhjLTAuMy0wLjMtMC45LTAuMy0xLjIsMEwxMCwxMy40TDEuNCw0LjhjLTAuMy0wLjMtMC45LTAuMy0xLjIsMGMtMC4zLDAuMy0wLjMsMC45LDAsMS4ybDkuMiw5LjIKCQkJYzAuMiwwLjIsMC40LDAuMiwwLjYsMC4yczAuNC0wLjEsMC42LTAuMkwxOS44LDZDMjAuMSw1LjcsMjAuMSw1LjIsMTkuOCw0Ljh6Ii8+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==);
}

div.dropdown>div.list {
    position: absolute;
    background-color: #f2f2f2;
    width: 100%;
    border-radius: 0 0 3px 3px;
    display: none;
}

div.dropdown>div.list>div.item a {
    color: #000000;
    width: 100%;
    height: 100%;
    display: block;
    padding: 11px 24px;
    cursor: pointer;
}

div.dropdown>div.list>div.item.selected {
    font-weight: bold;
}

div.dropdown>div.select:hover,
div.dropdown>div.list>div.item:hover {
    background-color: #000000;
    color: #ffffff;
}

div.dropdown>div.select:hover a,
div.dropdown>div.list>div.item:hover a {
    color: #ffffff;
}

div.dropdown.open>div.select {
    border-radius: 3px 3px 0 0;
    border-bottom: solid 1px #999;
}

div.dropdown.open>div.list {
    display: block;
}

[class*=" icon-"]:before,
[class^=icon-]:before {
    font-weight: 400;
    font-size: 24px;
}

[v-cloak] {
    display: none;
}

[v-cloak]+#loader::before {
    content: "資料讀取中…";
    display: block;
    text-align: center;
    width: 300px;
    height: 600px;
    margin: 2em auto;
    font-size: 1em;
}

.loading_box {
    display: none;
}

@media screen and (min-width: 1920px) {

    #hero .logo-wrapper,
    #hero .mask,
    #hero .hero-image-wrapper .hero-bc,
    #hero .hero-image-wrapper .hero-text-1,
    #hero .hero-image-wrapper .hero-text-2,
    #hero .hero-image-wrapper .hero-text-3 {
        min-height: 35vw;
    }

    #hero-course .hero-image-wrapper {
        min-height: 35vw;
    }
}

@media screen and (max-width: 1366px) {

    #hero .logo-wrapper,
    #hero .mask,
    #hero .hero-image-wrapper .hero-bc,
    #hero .hero-image-wrapper .hero-text-1,
    #hero .hero-image-wrapper .hero-text-2,
    #hero .hero-image-wrapper .hero-text-3 {
        min-height: 500px;
    }

    section .inner {
        max-width: 90%;
    }

    .garmin-sports .qrcode .right .text {
        left: 45%;
    }

    .garmin-sports .qrcode .left {
        min-height: 600px;
    }

    #hero-pro .hero-image-wrapper {
        min-height: 500px;
    }


}

@media screen and (max-width: 1024px) {
    .garmin-sports .qrcode {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .garmin-sports .qrcode .left {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        background-size: cover;
    }

    .garmin-sports .qrcode .right {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        text-align: center;
        min-height: 500px;
    }

    .garmin-sports .qrcode .right .text {
        left: 50%;
    }

    .runner-info .inner .runner-con>div {
        -webkit-box-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
        border-left: none;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 10px;
    }

    .coach-intro .inner .coach-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {

    #hero .logo-wrapper,
    #hero .mask,
    #hero .hero-image-wrapper .hero-bc,
    #hero .hero-image-wrapper .hero-text-1,
    #hero .hero-image-wrapper .hero-text-2,
    #hero .hero-image-wrapper .hero-text-3 {
        min-height: 350px;
    }

    #hero .hero-image-wrapper .hero-text-1,
    #hero .hero-image-wrapper .hero-text-2,
    #hero .hero-image-wrapper .hero-text-3 {
        left: -20%;
        width: 120%;
    }

    #rub-club .club-grid {
        width: 90%;
        max-height: none;
    }

    #rub-club .club-grid .card-middle {
        width: 100%;
    }

    #rub-club .club-grid .card-middle .content-wrapper .image {
        height: 300px;
    }

    #rub-club .club-grid .card-small {
        width: 100%;
        height: 100%;
    }

    #rub-club .club-grid .card-half {
        width: 100%;
        margin-bottom: 30px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        min-height: 150px;
    }



    #annual-video video {
        width: initial;
    }

    #annual-video .video .slogan h2 {
        font-size: 2.6rem;
    }

    .tabs .content section h2,
    .tabs ul li label {
        font-size: 16px;
    }

    .garmin-sports .news {
        padding: 4rem;
    }

    .garmin-sports .news .news-list {
        width: 100%;
    }

    .garmin-sports .qrcode .right .text .qrcode-img {
        display: none;
    }

    .garmin-sports .qrcode .right .text .app-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    #hero-pro .hero-image-wrapper .text-pro {
        top: 88%;
        right: -2%;
    }

    .category-grid .slick-list .slick-track {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 100%;
    }

    .category-grid .slick-list .slick-track .slick-slide {
        -webkit-box-flex: 50%;
        -ms-flex: 50%;
        flex: 50%;
        height: 25vw;
    }

    .cover {
        height: 80vw;
    }

    .category-grid .slick-list .slick-track .slick-slide .grid-name {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 767px) {
    #rub-club {
        padding: 0rem;
    }

    #rub-club .inner h2 {
        padding: 0rem;
    }

    #rub-club .inner {
        max-width: 75%;
    }

    #rub-club .nav-swiper .swiper-button-prev {
        background: 0;
        color: #fff;
        font-size: 30px;
        left: -10px;
    }

    #rub-club .nav-swiper .swiper-button-next {
      background: 0;
      color: #fff;
      font-size: 30px;
      right: 30px;
  }

    #rub-club .swiper-container .swiper-wrapper .swiper-slide {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        padding-bottom: 30px;
    }

    #photo-album .inner h2 {
        padding: 0rem;
    }

    #photo-album .inner .album-grid .album-inner {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }

    #race-info .grid-photo a.race-wrapper-big {
        height: 300px;
    }

    #race-info .grid-photo a.race-wrapper-big .image {
        min-height: 300px;
    }

    #sticky-nav .g__nav a h4 {
        font-size: 16px;
    }

    .garmin-sports .gs-content {
        margin: 0 auto;
        width: 90%;
    }

    #blog .inner .post-list__wrapper .post-card {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .garmin-sports .gs-content .app-icon {
        max-width: 120px;
    }

    .garmin-sports .news .news-list {
        width: 90%;
    }

    .garmin-sports .news .news-list .note {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%;
        width: 50%;
    }

    .garmin-sports .news {
        text-align: center;
        padding: 0rem;
        background-color: #000000;
        width: 100%;
    }

    .garmin-sports .news .news-list .note {
        border-left: 1px solid transparent;
    }

    .tabs ul li label {
        padding: 5px;
        border-radius: 5px;
    }

    .tabs ul li label span {
        display: none;
    }

    .tabs .slider {
        display: none;
    }

    .tabs .content {
        margin-top: 20px;
    }

    .tabs .content div h2 {
        display: block;
    }

    .tabs .content div p {
        display: block;
        margin: 0;
        padding-bottom: 10px;
    }

    .garmin-sports .gs-content h2 {
        font-size: 2.4rem;
    }

    .tabs .content div {
        display: block;
    }

    .garmin-sports .gs-content img {
        max-width: 100%;
        padding-bottom: 50px;
    }

    .pro-info .inner .column .info-wrapper .info-con {
        text-align: center;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    #pro-slider .swiper-container .swiper-wrapper .swiper-slide {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        padding-bottom: 30px;
    }

    .pro-description .text p {
        font-size: 1.2rem;
    }

    #sticky-nav .g__nav.sec-title {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    #sticky-nav .g__nav.sec-title a {
        min-width: 10rem;
    }

    #runner-club-description {
        padding: 50px 15px 0px 15px;
    }

    .runner-info {
        padding: 50px 0px;
    }

    .runner-info .inner .runner-con>div {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
    }

    .runner-info .inner .runner-timeline table tr.title td {
        font-size: 0.9rem;
    }

    .coach-intro .inner .coach-info .coach-txt {
        margin: 10vw 5vw;
    }

    .coach-intro .inner .coach-info .coach-photo {
        min-width: calc(100% - 6vw);
    }

    .coach-intro .inner .coach-info .coach-photo img {
        width: 100%;
        margin-left: 0%;
        vertical-align: bottom;
    }

    #rub-club .club-grid .card-half .content-wrapper .image {
        height: 250px;
    }

    #social .inner h2 {
        font-size: 2rem;
        color: #000000;
        text-transform: uppercase;
        padding: 15px;
        text-align: center;
    }
}

@media screen and (max-width: 640px) {

    #hero .logo-wrapper,
    #hero .mask,
    #hero .hero-image-wrapper .hero-bc,
    #hero .hero-image-wrapper .hero-text-1,
    #hero .hero-image-wrapper .hero-text-2,
    #hero .hero-image-wrapper .hero-text-3 {
        min-height: 500px;
    }

    #hero .hero-image-wrapper .hero-text-1,
    #hero .hero-image-wrapper .hero-text-2,
    #hero .hero-image-wrapper .hero-text-3 {
        left: 0%;
        width: 100%;
    }

    #description {
        padding: 50px 15px;
        background-color: #000000;
    }

    .garmin-sports .qrcode .right .text img {
        max-width: 120px;
    }

    .garmin-sports .qrcode .right .text h2 {
        font-size: 2rem;
    }

    .garmin-sports .qrcode .left {
        min-height: 400px;
    }

    .garmin-sports .gs-content h2 {
        font-size: 2rem;
        padding: 10px 10px 50px 10px;
    }

    .garmin-sports .news .news-list .note {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        width: 100%;
    }

    .garmin-sports .gs-content {
        text-align: center;
        padding: 5rem 0rem 0rem 0rem;
    }

    .tabs {
        padding: 0px;
    }

    .category-grid .slick-list .slick-track .slick-slide {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        height: 50vw;
    }

    body[data-id="blue-man"] #hero-pro .hero-image-wrapper {
        background-position: 40%;
    }

    body[data-id="yu-hsiao"] #hero-pro .hero-image-wrapper {
        background-position: 30%;
    }

    body[data-id="sam-hsieh"] #hero-pro .hero-image-wrapper {
        background-position: 60%;
    }

    #runner-club-description .inner .list-table table {
        width: 100%;
    }

    #hero-course .hero-image-wrapper {
        min-height: 500px;
    }
}

@media screen and (max-width: 375px) {
    #sticky-nav .g__nav {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    #sticky-nav .g__nav.title a {
        min-width: 100px;
    }
}

@media screen and (max-width: 320px) {
    .runner-info .inner .runner-timeline table tr.title td {
        min-width: 50px;
    }

    #hero .logo-wrapper,
    #hero .mask,
    #hero .hero-image-wrapper .hero-bc,
    #hero .hero-image-wrapper .hero-text-1,
    #hero .hero-image-wrapper .hero-text-2,
    #hero .hero-image-wrapper .hero-text-3 {
        min-height: 400px;
    }
}